TorrentPier Cattle. Версия 2.4.4 🦩

Started by belomaxorka on 2024-07-22 16:26 — 57 replies, 5322 views

#41
#1054 - Unknown column 'complete' in 'bb_bt_tracker' not working 😒
😒
Try import DB again. You have not improted DB dump correctly.
#42
Try import DB again. You have not improted DB dump correctly.
i have difrent problem or problem is code or not i don't know.





i shared this 2 images. how to enabled this or fix this 🙄
#43
i have difrent problem or problem is code or not i don't know.





i shared this 2 images. how to enabled this or fix this 🙄
Statistics are not updated immediately. You need to wait for cron to execute
#44
The file is set to update every 10 minutes, I changed it to 5 but 30 minutes have passed and the sееds are not updating. Yes, I missed some settings.
#45
Какое решение этой проблемы? При регистрации проходит около 30 секунд. Не регистрируется и появляется это окно.Я заметил, что в демо-версии тоже есть эта проблема.
#46
hello all good people. I test new 2.4.5-RC3 (new instalation) and i get this 3.webp
#47
hello all good people. I test new 2.4.5-RC3 (new instalation) and i get this View attachment 6366
Hello.

Open library/config.php and find this:
$bb_cfg['tp_updater_settings']
After, change 'enabled' value from 'true' to 'false'
#48
thank you its work from now👍
#49
Do you have any idea how to config this tor?. I install TorrServer and I added 8090 port bud tor server working htttp not https.

// TorrServer integration
$bb_cfg['torr_server'] = [
// Read more: GitHub - YouROK/TorrServer: Torrent stream server
'enabled' => false,
'url' => "http://$domain_name:8090",
'timeout' => 5,
'disable_for_guest' => true

Torr server
#50
Do you have any idea how to config this tor?. I install TorrServer and I added 8090 port bud tor server working htttp not https.

// TorrServer integration
$bb_cfg['torr_server'] = [
// Read more: GitHub - YouROK/TorrServer: Torrent stream server
'enabled' => false,
'url' => "http://$domain_name:8090",
'timeout' => 5,
'disable_for_guest' => true

Torr server
 'url' => "http://$domain_name:8090",
change to
 'url' => "https://$domain_name:8090",