Commit graph

198 commits

Author SHA1 Message Date
Roman Kelesidis
c654a9ae36
Tracker announce & scrape improvements 🥳 (#901)
* Tracker announce & scrape improvements

* Fixed null variables

Co-Authored-By: Constantine Kovalensky <45331093+kovalensky@users.noreply.github.com>

* Hybrid topics handling in announcer

* Updated

* Use correct data types

* Revert "Use correct data types"

This reverts commit bc9f0e4d6f.

* Update announce.php

* Showing downloaded times in stats

* Updated

* Updated

* Debugging variables

* Update scrape.php

* Updated

* Update announce.php

* Update announce.php

* Code re-formatting

* Code re-formatting

* Updated

* Update config.php

* Update tr_make_snapshot.php

* Update tr_complete_count.php

* Stopped event should be handled before cache check

* Include torrent download name in magnet link

* Magnet name re-formatting

* Smart cache management

---------

Co-authored-by: Constantine Kovalensky <45331093+kovalensky@users.noreply.github.com>
2023-09-14 08:38:07 +07:00
Constantine Kovalensky
50926639cf
BitTorrent v2 support enhancements 🥳 (#876)
* BitTorrent v2 support enchancements

* Added torrent name sanitizing

* Using faster language construct instead of function call for name sanitizing

* Minor improvements

- Fixed deformed avatars => get_avatar() function
- Removed outdated dc links support

* Code comments

* Changed function name

* Added table generation function with file list

For search engines to index

* Used humn_size function for size formatting in table generation

* Fixed typo

* Removed useless language variables

* Fixed code formatting

* Fixed broken displaying magnet link

* Torrent fields sanitization in table

* Fixed info hash issue

* Support for v2 only torrents

* Code re-formatting

* Typo

* Update Torrent.php

* Update functions.php

* Updated

* Updated

* Update Torrent.php

* Update TorrentFileList.php

* Update Torrent.php

* Update Torrent.php

* Update Torrent.php

* Update Torrent.php

* Error msg

* Update Torrent.php

* Update Torrent.php

* Updated

* Update Torrent.php

* Update Torrent.php

* Update config.php

* Update mysql.sql

* Update mysql.sql

* Update mysql.sql

* Update mysql.sql

* Update mysql.sql

* String fixes

* Update TorrentFileList.php

---------

Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
2023-09-03 00:55:21 +07:00
Constantine Kovalensky
fadce7a297
BitTorrent v2 support 🐸 (#866)
* BitTorrent v2 support

* Update TorrentFileList.php

* BitTorrent v2 support

Added support for BitTorrent v2 file hash displaying, magnet links

* Updated

* Updated

* Update changes.txt

* Update Torrent.php

* Update Torrent.php

* Updated

* Added support in announcer

* Update announce.php

* Update scrape.php

* Update scrape.php

* Update scrape.php

* Changed the condition for single files

* Update scrape.php

* Update displaying_torrent.php

* Update displaying_torrent.php

* Update displaying_torrent.php

---------

Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
2023-08-27 18:33:38 +07:00
Roman Kelesidis
0cb2a3f74b
Increase post_text & privmsgs_text limits (#848) 2023-08-01 16:59:32 +07:00
Roman Kelesidis
fbf5bf94f1
Fixed $bb_cfg['pm_days_keep'] (#834) 2023-07-20 23:08:45 +07:00
Roman Kelesidis
ba2bc4b56e Revert "Added session_agent in session (#771)"
This reverts commit 1bfda297ad.
2023-06-07 14:13:48 +07:00
Roman Kelesidis
1bfda297ad
Added session_agent in session (#771) 2023-06-05 15:15:20 +07:00
Roman Kelesidis
18d21d6a49
Implemented password_hash API 🥳 (#768)
* Replaced md5 with password_hash API

* Updated

* Update User.php

* Update User.php

* Updated

* Update User.php

* Updated

* Updated
2023-06-05 13:45:50 +07:00
Roman Kelesidis
421c8b60f9
Moved $bb_cfg['show_board_start_date'] to admin panel (#745) 2023-05-30 23:34:31 +07:00
Roman Kelesidis
214e862e91
Minor improvements (#707) 2023-05-23 13:38:28 +07:00
Roman Kelesidis
3b06d23f71 Changed codename in sql dump 2023-05-09 12:54:12 +07:00
Roman Kelesidis
5d955d1af6
Minor fixes (#674) 2023-04-05 23:40:56 +07:00
Yury Pikhtarev
e4b6a91909
New cron initialization and minor edits (#619)
* New cron initialization and minor edits

Updated the mechanism to check if cron needs to run and made minor improvements to the first run

* Adding a warning in the control panel
2023-03-17 15:26:07 +03:00
Roman Kelesidis
9b5282d0c7
Removed length limits for search_id & autologin_id (#609) 2023-03-17 12:45:06 +07:00
Roman Kelesidis
b39facc4b9 Minor adjustments in sql dumps №2 2023-03-05 22:46:57 +07:00
Roman Kelesidis
51b048fc70 Minor adjustments in sql dumps 2023-03-05 18:07:05 +07:00
Roman Kelesidis
ba95334374 Revert "Set SQL_MODE = "" as GLOBAL" 2023-03-04 14:42:48 +07:00
Roman Kelesidis
6664561c61 Set SQL_MODE = "" as GLOBAL 2023-03-02 22:18:22 +07:00
Yury Pikhtarev
908b44f076 docs: change official forum path 2023-02-18 12:28:59 +03:00
Roman Kelesidis
9c9933014c
Merge pull request #510 from torrentpier/fixes-and-improvements-sql
Fixed and improvements for SQL
2023-01-23 18:10:19 +07:00
Roman Kelesidis
881e3f8db9 Fixed and improvements for SQL 2023-01-23 18:09:06 +07:00
Roman Kelesidis
5b85c77d2b Fix some bugs with MySQL strict mode 2023-01-23 17:17:29 +07:00
Yuriy Pikhtarev
a4845b4514
PHP 7+ deprecations of old cache systems
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-26 15:09:47 +03:00
Yuriy Pikhtarev
5429a3bcb8
Fix some bugs with MySQL strict mode
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 21:08:46 +03:00
Yuriy Pikhtarev
9a2981953d
New project domain name. 2017-06-25 00:01:22 +03:00
Yuriy Pikhtarev
061eb3550b
Remove unused ranks functionality. 2017-06-22 22:22:13 +03:00
Yuriy Pikhtarev
757b3e8960
Fix default users language in dump. 2017-06-15 01:22:20 +03:00
Yuriy Pikhtarev
1575b6eae0
Release 2.2.0. 2017-06-12 21:18:41 +03:00
Yuriy Pikhtarev
3e8b494572
TorrentPier Aurochs release preparation. 2017-06-12 15:28:45 +03:00
Yuriy Pikhtarev
8c6097f5d8
IP storage and attachment system bugfix. PHP 5.6+. 2017-06-12 03:31:39 +03:00
Yuriy Pikhtarev
072b19b0ae
Admin index/log rework, codestyle and new_tpl deprecation. 2017-06-11 18:56:28 +03:00
Yuriy Pikhtarev
46127baf3f
Old ads module removal. 2017-05-27 13:12:07 +03:00
Yuriy Pikhtarev
c47fc2bd6f Merge pull request #122 from Exile37/new_whois_info
New external service for look up IP address
2017-01-22 19:48:14 +03:00
Yuriy Pikhtarev
29036876ea
New external service for look up IP address 2017-01-22 18:33:43 +03:00
Yuriy Pikhtarev
24769ef9df
New branding and copyright 2017-01-22 00:56:52 +03:00
Yuriy Pikhtarev
3730bed000
Реформат в PSR-2 + добавление заголовков лицензии MIT в файлы 2017-01-14 04:08:14 +03:00
Exile
6bc45ad3ce Обновления
Дополнение схемы обновления базы данных; еще один фикс задачи начисления сидбонусов.
2014-12-06 20:34:50 +03:00
Exile
7d2dc28fbe Отделение крон-задачи начисления сидбонусов
Отделение задачи из-за проблем с ее выполнением; исправление с присовением значений переменных массивам в задаче начисления сидбонусов; исправление ошибкис  кодировкой админки после изменения конфига языков; исправление ошибки с отправкой почты из-за неверного email-адреса.
2014-12-06 18:51:02 +03:00
Exile
5745161a54 reCAPTCHA и другое
Удаляем старую капчу и заменяем ее на рекапчу второй версии;
заменяеем подключение языковых файлов, и связанных с ними параметров;
исправление ошибки с путем к карктинке званий в админке;
исправление ошибки с неверной английской локалью.

После обновления необходимо выполнить следующие запросы к базе:

DROP TABLE IF EXISTS `bb_captcha`;
DELETE FROM `bb_cron` WHERE `cron_script` = 'captcha_gen_gc.php';
2014-12-06 01:35:23 +03:00
Exile
41b0894d3d Фиксы ссылок на форум, дампа Ocelot
Небольшие работы со стилистикой и исправления некоторых ссылок.
2014-10-30 18:49:51 +03:00
PheRum
208cc82423 не то наменял 2014-10-30 18:20:49 +03:00
PheRum
5cda312da7 поле client 2014-10-30 14:31:36 +03:00
PheRum
d93d578e0d default value 2014-10-30 14:24:51 +03:00
PheRum
531d46874f чистка остаточных полей с xbtt 2014-10-30 12:20:24 +03:00
PheRum
39124f0c55 автоинкремент сам проставит нужные id 2014-10-30 12:12:56 +03:00
PheRum
0fd4e90fa5 обновление sql дампа 2014-10-30 12:00:30 +03:00
Exile
2d4f59cf81 Переименование скрипта крона. 2014-09-30 13:50:34 +04:00
Exile
d940bde30d Исправления ошибок с путями к изображениям. 2014-09-25 16:02:30 +04:00
Exile
cf0a860f10 Переделка структуры папок движка. 2014-09-25 15:07:35 +04:00
Exile
90c7d4e889 Backup removed 2014-09-11 20:52:48 +04:00