Torrent Invites! Buy, Trade, Sell Or Find Free Invites, For EVERY Private Tracker! HDBits.org, BTN, PTP, MTV, Empornium, Orpheus, Bibliotik, RED, IPT, TL, PHD etc!



Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
Like Tree3Likes

Thread: Centos 7 whm/cpanel rtorrent/rutorrent (Help)

  1. #11
    Extreme User
    Alergie's Avatar
    Reputation Points
    39667
    Reputation Power
    100
    Join Date
    Dec 2019
    Posts
    594
    Time Online
    51 d 16 h 6 m
    Avg. Time Online
    47 m
    Mentioned
    350 Post(s)
    Quoted
    97 Post(s)
    Liked
    738 times
    Feedbacks
    10 (100%)

  2. #12
    Donor
    JustPain's Avatar
    Reputation Points
    2110
    Reputation Power
    46
    Join Date
    Sep 2017
    Posts
    35
    Time Online
    1 d 1 h 3 m
    Avg. Time Online
    N/A
    Mentioned
    10 Post(s)
    Quoted
    1 Post(s)
    Liked
    5 times
    Feedbacks
    0
    @Alergie yup i tried the old conf but i had issues with the commands being deprecated i managed to start rtorrent now unconmenting these 2 lines

    #schedule = watch_directory,1,1,"load_start=/home/rtorrent/.watch/*.torrent"
    #schedule = untied_directory,5,5,"stop_untied=/home/rtorrent/.watch/*.torrent"

    but its not working with any webui the issue is i have the webui installed on my host and i have rtorrent permission issues and not recognized uid its weird
    Last edited by JustPainDonor Icon; 05-23-2020 at 05:27 PM.

  3. #13
    Donor
    JustPain's Avatar
    Reputation Points
    2110
    Reputation Power
    46
    Join Date
    Sep 2017
    Posts
    35
    Time Online
    1 d 1 h 3 m
    Avg. Time Online
    N/A
    Mentioned
    10 Post(s)
    Quoted
    1 Post(s)
    Liked
    5 times
    Feedbacks
    0
    @Alergie Filally got it working i decided to download a fresh rutorrent from the source and upload it via filezilla and the webhost username not root also just disabled some rutorrent plugins that give error to not appear in the logs and voila all worjing freat so far thank u very much for the help on compiling it finally have a seedbox working in fact have 2 because deluge its also working

    https://snipboard.io/m28KTH.jpg

    Everyone have a great weekend and be safe


    PS my next problem to solve would be trying to get wtorrent webui to connect to rtorrent if possible because i loved this webui u can add/create any user account to access the webui either admin or normal just wish the devs would keep support for it here is a prt scr of what i have any inputs one how to fix this are very welcome this webui was used a lot by many seedbox sellers back when i started using them


    https://snipboard.io/DwI0Ci.jpg
    Last edited by JustPainDonor Icon; 05-23-2020 at 08:15 PM.

  4. #14
    Extreme User
    Alergie's Avatar
    Reputation Points
    39667
    Reputation Power
    100
    Join Date
    Dec 2019
    Posts
    594
    Time Online
    51 d 16 h 6 m
    Avg. Time Online
    47 m
    Mentioned
    350 Post(s)
    Quoted
    97 Post(s)
    Liked
    738 times
    Feedbacks
    10 (100%)
    @JustPain

    Please post the output of:

    Code:
    cat /etc/lighttpd/lighttpd.conf | grep server.port

  5. #15
    Donor
    JustPain's Avatar
    Reputation Points
    2110
    Reputation Power
    46
    Join Date
    Sep 2017
    Posts
    35
    Time Online
    1 d 1 h 3 m
    Avg. Time Online
    N/A
    Mentioned
    10 Post(s)
    Quoted
    1 Post(s)
    Liked
    5 times
    Feedbacks
    0
    @Alergie I dont have lighttpd i have the whm/cpanel apache2.4 i think


    [root@server ~]# cat /etc/lighttpd/lighttpd.conf | grep server.port
    cat: /etc/lighttpd/lighttpd.conf: No such file or directory
    [root@server ~]#

    This is the conf i have on Wtorrent webui

    <?php
    /* wTorrent Advanced autoconfiguration file. Created 23/5/2020 */
    define ('LANGUAGE', 'en');
    define ('DB_FILE', 'db/database.db');
    define ('DB_TYPE', 'mysqli');
    define ('DB_USER', 'uksatiptv_wtorrent');
    define ('DB_PASSWORD', '********');
    define ('DB_TABLE', 'uksatiptv_wtorrent');
    define ('DB_HOST', 'localhost');
    define ('DB_PORT', 3306);
    define ('RT_HOST', 'localhost');
    define ('RT_PORT', 5000);
    define ('RT_DIR', '/RPC2');
    define ('RT_AUTH', false);
    define ('RT_USER', '');
    define ('RT_PASSWD', '');
    define ('NO_MULTICALL', true);
    define ('EFFECTS', true);
    define ('DIR_TORRENTS', 'torrents/');
    define ('DIR_EXEC', '/home/uksatiptv/public_html/wtorrent/');
    define ('DIR_DOWNLOAD', '/home/downloads');

    But unfortunately its not communicating with rtorrent i lnow for sure i have to add something in the apache conf i had the same when i had lighttpd but dunno exactly what or where it was such a long time ago
    Last edited by JustPainDonor Icon; 05-23-2020 at 09:54 PM.

  6. #16
    Extreme User
    Alergie's Avatar
    Reputation Points
    39667
    Reputation Power
    100
    Join Date
    Dec 2019
    Posts
    594
    Time Online
    51 d 16 h 6 m
    Avg. Time Online
    47 m
    Mentioned
    350 Post(s)
    Quoted
    97 Post(s)
    Liked
    738 times
    Feedbacks
    10 (100%)
    @JustPain hmmm..

    does rtorrent definitely run on the same port that is entered in wtorrent config file?

    did you try to restart rtorrent and wtorren.....

  7. #17
    Donor
    JustPain's Avatar
    Reputation Points
    2110
    Reputation Power
    46
    Join Date
    Sep 2017
    Posts
    35
    Time Online
    1 d 1 h 3 m
    Avg. Time Online
    N/A
    Mentioned
    10 Post(s)
    Quoted
    1 Post(s)
    Liked
    5 times
    Feedbacks
    0
    @Alergie yup same port its configured for rutorrent in the old days i used to use both webui at same time but wtorrent is a bit more complicated to configure u need to add lines to the conf of whatever web software youre using
    Last edited by JustPainDonor Icon; 05-24-2020 at 12:20 AM.

  8. #18
    Extreme User
    Alergie's Avatar
    Reputation Points
    39667
    Reputation Power
    100
    Join Date
    Dec 2019
    Posts
    594
    Time Online
    51 d 16 h 6 m
    Avg. Time Online
    47 m
    Mentioned
    350 Post(s)
    Quoted
    97 Post(s)
    Liked
    738 times
    Feedbacks
    10 (100%)
    @JustPain

    is the ownership / permissions set Correctly for Wtorrent and rtorrent

  9. #19
    Donor
    JustPain's Avatar
    Reputation Points
    2110
    Reputation Power
    46
    Join Date
    Sep 2017
    Posts
    35
    Time Online
    1 d 1 h 3 m
    Avg. Time Online
    N/A
    Mentioned
    10 Post(s)
    Quoted
    1 Post(s)
    Liked
    5 times
    Feedbacks
    0
    @Alergie they should be because the rutorrent webui its in the exact same host owner/group and i even tried to change the permissions but it wont even load after as i said wtorrent doesnt work with xmlrpc the same way rutorrent works there are some confs that need to go into the web server conf to get it to work its a really old project about 10 years ago or so but regardless its still a cool webui

    http://www.wtorrent-project.org/


Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •