Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Project U-232 (http://www.bvlist.com/forumdisplay.php?f=80)
-   -   VPS server install?! (http://www.bvlist.com/showthread.php?t=12173)

REMEMBERHITS 27th October 2019 07:02

VPS server install?!
 
I have a free VPS server at the moment and would like to test u232-V5 script! Does it work on the server with the config below?

VPS Server conf is:

CPU: Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz, 2 cores
RAM: 4GB
HDD: 500GB
Network: UNLIMITED traffic & 100 Mbit/s port
No restrictions, no throttling
OS: Debian 9

Thanks for answering :drink:


u 232 Forum registration problem


https://i.imgur.com/b6PmRjk.png

Ladbexy 27th October 2019 09:50

yes it works,its more than enough

REMEMBERHITS 27th October 2019 13:05

Thanks you for answering :ok: There'd be a few more questions before I start testing.

Also running this u232-V5 or u232-V4 version without XBT-Tracker?

I want to use it in a small community where would Active users be about 300+
If I understand correctly, XBT-Trackers is for use when there are 1000+ users?!

Ladbexy 27th October 2019 13:39

v5 is the latest version and the most supported one,so i recommend you to use the v5 one.

For 300 users the default php tracker is fine.

There is no reason to mess with xbt-tracker because it needs more configuration ,only for 20.000 or more peers is recomended.

REMEMBERHITS 29th October 2019 18:16

Hi,

First of all thanke the code writers for their excellent work who have done this beautiful tracker! :drink:

But I have a little problem. The whole tracker works fine but torrents don't want to work.

Then when I've created a new torrent and uploaded it to the site and also added my torrent client to share it then my torrent client shows it is STALLED. I've tried two different programs but the same result.
My desktop computer runs Debian and I use a torrent client qBittorrent & Transmission. This situation is on the qbittorrent client:
https://i.imgur.com/voyqCKk.png


I myself believe the problem is somewhere in the configuration.

My server runs Debian-10 + u232-V5 without XBT-Tracker software.
Tracker /include/config.php file is next:

PHP Code:

//== XBT or PHP announce
if (XBT_TRACKER == false) {
$INSTALLER09['xbt_prefix'] = 'http://omade.site:2710/';  
$INSTALLER09['xbt_suffix'] = '/announce';
$INSTALLER09['announce_urls'][] = 'http://omade.site:2710/announce';
} else {
$INSTALLER09['announce_urls'] = array();
$INSTALLER09['announce_urls'][] = 'http://omade.site';
$INSTALLER09['announce_urls'][] = 'https://omade.site'

u232 webpage announce is
https://i.imgur.com/q27sZKM.png

When I installed the u 232 software I removed the tick from the "Do you use XBT-Tracker"

What or where is the problem?
Thank you all for your help!

thartley55 29th October 2019 21:14

So, to clarify...you are NOT using XBT-Tracker?

If not, then your announce is wrong...it would/should be http://omade.site/announce.php

Your last two lines in your config.php should be...

PHP Code:

//== XBT or PHP announce 
if (XBT_TRACKER == false) { 
$INSTALLER09['xbt_prefix'] = 'http://omade.site:2710/';   
$INSTALLER09['xbt_suffix'] = '/announce'
$INSTALLER09['announce_urls'][] = 'http://omade.site:2710/announce'
} else { 
$INSTALLER09['announce_urls'] = array(); 
$INSTALLER09['announce_urls'][] = 'http://omade.site/announce.php'
$INSTALLER09['announce_urls'][] = 'https://omade.site/announce.php'


REMEMBERHITS 29th October 2019 22:02

I made the changes but the torrent is still STALLED but announce in torrent client WORKING

https://i.imgur.com/xxurTiA.png

antimidas 1st November 2019 03:09

I will disable captcha on forums. sorry about that

REMEMBERHITS 3rd November 2019 11:44

Quote:

Originally Posted by REMEMBERHITS (Post 54195)
I made the changes but the torrent is still STALLED but announce in torrent client WORKING

Everything works fine! :cool:

I'm stupid, I didn't show the correct file location when I added a torrent to client. :wallbash::wallbash::wallbash:


All times are GMT +2. The time now is 13:53.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.