Closed Thread
Page 4 of 6 FirstFirst ... 23456 LastLast
Results 46 to 60 of 82

Thread: BiglyBT Extreme Mod by SB-Innovation 1.9.0.0 Beta

  1. #1
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.9.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.9.0.0 Beta



    ╔═══════════════════════════╗
    Coded by:
    ╚═══════════════════════════╝

    >>>>>> DigitalDJ & ghostfucker <<<<<<


    ╔═══════════════════════════╗
    Credits:
    ╚═══════════════════════════╝

    >>>>>> Butcho <<<<<<
    >>>>>> Rebound <<<<<<
    >>>>>> hitman <<<<<<
    >>>>>> Manas <<<<<<
    >>>>>> eudora <<<<<<
    >>>>>> ghostfucker <<<<<<
    >>>>>> anon <<<<<<
    >>>>>> Instab <<<<<<
    >>>>>> cloud99 <<<<<<
    >>>>>> illusive <<<<<<
    >>>>>> molosse <<<<<<

    ╔═══════════════════════════╗
    Supplied by:
    ╚═══════════════════════════╝

    >>>>>> SB-Innovation <<<<<<

    ╔═══════════════════════════╗
    Original Mod by:
    ╚═══════════════════════════╝

    >>>>>> Shu <<<<<<


    Change Log:

    + ProLeech
    + Perfect Spoof 2
    + uTorrent ID Generator
    + Modifiable Client Files
    + Ghostleech
    + LTEP Fixes
    + Multiple peerlist entries fixed
    + More No Report Options
    + Perfect Spoof 1.0 by ghostfucker
    + (Fake Upload) Stop faking when swarm speed is zero
    + Upload Kicker
    + Ratio Tool
    + Synced with latest Abuze Mod
    + (Upload Multiplier) Show as seeder
    + (SBI-Hack Torrentview) Scrollbars added
    + Fix Tracker Update Interval Divider
    + Use Swarm Peers fixed
    + Fixed Proleech Torrent Export in menu
    + Updated core to BiglyBT 1.9.0.0


    BiglyBT Change Log:
    BiglyBT Change Log
    Vuze Change Log
    Installation:

    Please note the change of instructions for Java 11. For Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file and use the OpenJDK binaries for Windows and macOS.

    Windows

    1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release).
    2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Extract the hack files using 7-Zip (7-Zip Download) or equivalent to %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT) and overwrite ALL files.
    5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
    6. Open the OpenJDK archive downloaded in step 1 and extract the "jdk-XX" folder to the BiglyBT folder %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT).
    7. Rename the extracted "jdk-XX" folder to "jre".
    8. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
    NOTE: If you want to run BiglyBT-console.exe perform step 8 but instead create file "BiglyBT-console.exe.vmoptions"
    Code:
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    9. Run BiglyBT and Enjoy!


    macOS
    1. Download and install the latest Java. It must be Java version 9 or higher. (JDK GA Release). Note the path to the OpenJDK archive downloaded. You will need it for step 5.
    2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download).
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Extract the hack files within the ZIP file to /Applications/BiglyBT/.biglybt and overwrite ALL files.

    NOTE: To see the folder in Finder, you may need to perform the following steps:
    4a. Open Terminal
    4b. Run the following command:
    Code:
    defaults write com.apple.finder AppleShowAllFiles YES
    4c. Hold the "Option/Alt" key, then right click on the Finder icon in the dock and click Relaunch
    4d. Once you have copied the files, you can revert to hiding folders with:
    Code:
    defaults write com.apple.finder AppleShowAllFiles NO
    5. Open up a Terminal and run the following commands. NOTE: You need to replace "PATH_TO_OPENJDK_ARCHIVE" in the first command to the path to the OpenJDK archive from step 1.
    Code:
    OPENJDK_ARCHIVE="PATH_TO_OPENJDK_ARCHIVE"
    sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle"
    sudo tar -xzf "$OPENJDK_ARCHIVE" -C "/Applications/BiglyBT/.install4j/"
    sudo mv "/Applications/BiglyBT/.install4j/jdk-"* "/Applications/BiglyBT/.install4j/jre.bundle"
    echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
    6. Run BiglyBT and Enjoy!

    Linux
    NOTE: Based on Ubuntu 18.04
    1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 18.04 LTS this is openjdk-11-jre and libjna-java.
    NOTE: Some distros do not have an OpenJDK of version 9 or greater available. In which case, you will need to download and extract the tar.gz package supplied by OpenJDK (JDK GA Release).
    Code:
    sudo apt install openjdk-11-jre libjna-java
    2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download).
    Code:
    wget https://files.biglybt.com/installer/BiglyBT_Installer.sh
    chmod +x BiglyBT_Installer.sh
    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    4. Run the installer, specifying app_java_home variable to your JRE folder. On Ubuntu, this is: /usr/lib/jvm/java-11-openjdk-amd64/
    Code:
    app_java_home="/usr/lib/jvm/java-11-openjdk-amd64/" ./BiglyBT_Installer.sh
    5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)
    Code:
    unzip -o BiglyBT_*.zip -d "~/biglybt"
    6. Append the following VM options:
    Code:
    echo "--patch-module=java.base=ghostfucker_utils.jar" >> "~/.biglybt/java.vmoptions"
    echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> "~/.biglybt/java.vmoptions"
    7. Run BiglyBT and Enjoy!

    Troubleshooting:
    Before posting problems please make sure:
    1. You have updated Java in the "jre" folder to the latest version (must be Java 9 or higher) (JDK GA Release]).
    2. You have uninstalled BiglyBT using the uninstaller.
    3. You have removed the BiglyBT Application folder:
    Code:
    C:\Program Files\BiglyBT (Windows x64)
    C:\Program Files (x86)\BiglyBT (Windows x86)
    /Applications/BiglyBT (macOS)
    ~/biglybt / /home/<username>/biglybt (Linux)
    4. You have removed the BiglyBT Settings folder:
    NOTE: THIS WILL RESET ALL BIGLYBT SETTINGS AND TORRENT LISTS
    Code:
    %APPDATA%\BiglyBT / C:\Documents and Settings\<username>\Application Data\BiglyBT (Windows XP - Application Data may be Hidden)
    %APPDATA%\BiglyBT / C:\Users\<username>\AppData\Roaming\BiglyBT (Windows Vista - AppData may be Hidden)
    /Users/<username>/Library/Application Support/BiglyBT (macOS)
    ~/.biglybt / /home/<username>/.biglybt (Linux)
    5. Reinstalled BiglyBT using the package from BiglyBT - Download.
    6. Re-applied the hack by following the installation instructions above.

    Portable Mode:
    Portable mode is now built into BiglyBT / Vuze. See wiki article: Portable Vuze.


    Enjoy!
    Thanks

  2. Who Said Thanks:

    revbobdobbs (20.08.23) , Spongebob (08.03.20) , codemanager (26.12.19) , ysaquerai (22.11.19) , Blocker (19.11.19) , Aranha (30.10.19) , yuckfou (28.10.19) , Jasol (08.10.19) , drenk (05.10.19) , ISDFlick21 (07.09.19) , captainclone (15.07.19) , wickedlyf (09.07.19) , Nobody (02.07.19) , cronoxo (29.06.19) , BillyG (28.04.19) , Rebound (22.04.19) , illusive (11.04.19) , Renji-Kun (09.04.19) , lyric (08.04.19) , Blankshot7655 (08.04.19) , Godzilla (07.04.19) , eMuLeecheR (05.04.19) , Artbabelitta (03.04.19) , JohnareyouOK (02.04.19) , Paranormal (01.04.19) , Datendiebstahl (31.03.19) , lil-fella (31.03.19) , anon (30.03.19)

  3. #46
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    I must be the only human being that doesn't use tags, sorting by announce URL is enough for me. But filtering torrents by regular expressions is a really good feature uTorrent doesn't have
    "I just remembered something that happened a long time ago."
    Thanks

  4. #47
    I automate a few things based on tags; They're really useful. For Instance putting things into a subcategory folder. Or Speed Scheduler. Few more things available. I don't use them to actually find a torrent in my list though. Does anyone have that many open that finding something becomes hard?
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  5. #48

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    Removed by request
    Last edited by anon; 06.09.19 at 01:06. Reason: Removed by request
    Thanks

  6. Who Said Thanks:

    lil-fella (30.08.19)

  7. #49

    Join Date
    07.07.09
    P2P Client
    BiglyBT
    Posts
    67
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss67
    Strange, I've encountered torrent that won't finish. It just stops at certain %. I only managed download the torrent with other client. qBittorrent did the job.

    Yes, tried spoofing with that client, and saw older versions in the peers. So any ideas why it stalled or something...?
    Thanks

  8. #50
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Never had this happen to me. The advice here may help?
    "I just remembered something that happened a long time ago."
    Thanks

  9. #51

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    deleted due to security
    Last edited by Artbabelitta; 05.09.19 at 21:34.
    Thanks

  10. #52
    Moderator
    Rebound's Avatar
    Join Date
    19.04.07
    Location
    Ende der Welt
    P2P Client
    Faze Mod 0.2 Private Beta
    Posts
    3,723
    Activity Longevity
    6/20 20/20
    Today Posts
    0/5 sssss3723
    If you are flooding a cloudflare protected server with rss requests every 2 minutes, issues like that are no wonder. I would recommend to increase the time between rss requests or better, use another (better for this situation) mechanism.


    Thanks

  11. #53
    Querying RSS feeds faster than every 15 minutes is generally frowned upon and a lot of services don't even allow that often. Is it really that time critical to get the torrents?
    Last edited by Sazzy; 05.09.19 at 21:07.
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  12. #54

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    deleted due to security

    @anon:
    please can you delete my post 48

    I hired the author you sent me to him for report it
    he is working on it to solve this known problem for me

    Please delete the whole post #48
    Last edited by Artbabelitta; 05.09.19 at 21:36.
    Thanks

  13. #55
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Rebound and Sazzy are correct; RSS is not meant as a solution for time-critical scenarios, nor is it efficient to attempt to use it as such. You should be running an IRC autodownloader instead.

    Anyway, as far as I can grasp here, the problem is that the mod resorts to the default 1800-second announce interval when it receives a Cloudflare error instead of a tracker response, and that's too long for your particular needs. If you can make a patch that recognizes these errors and uses a much shorter interval, that should solve it (it wouldn't even need to have configurable settings).

    I once wrote a script that emulates Cloudflare errors, among many other possible responses, on a "fake" local tracker. You may find it useful, so here it is.
    "I just remembered something that happened a long time ago."
    Thanks

  14. #56

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    BiglyBT Extreme Mod 2.0.0.0 was missed out

    is there going to be a BiglyBT Extreme Mod 2.1.0.0

    as the new version 2.1.0.1 is out now
    Last edited by lil-fella; 11.09.19 at 11:06.
    Thanks

  15. #57

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by lil-fella View Post
    BiglyBT Extreme Mod 2.0.0.0 was missed out
    Maybe BiglyBT did a major refeactoring and the sweet days of copy-pasting code and release notes are over? :-o
    Thanks

  16. #58
    Coder
    DigitalDJ's Avatar
    Join Date
    26.08.07
    Location
    Australia
    P2P Client
    BiglyBT Extreme Mod
    Posts
    633
    Activity Longevity
    6/20 20/20
    Today Posts
    1/5 ssssss633
    There is a refactoring of the configuration views. I do not have time to fix it.
    Thanks

  17. Who Said Thanks:

    lil-fella (19.09.19) , BillyG (15.09.19) , anon (15.09.19)

  18. #59

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by DigitalDJ View Post
    There is a refactoring of the configuration views. I do not have time to fix it.
    Well, stating the obvious, it would be nice if you'd continue the project sooner or later and keep the community updated.

    BiglyBT 1.9 ist stable and mature, the torrent protocol isn't changing, so unless unforseen compatibility issues appear I guess it's fine as it is. Thanks for all your work!
    Thanks

  19. #60

    Join Date
    03.06.19
    Location
    NYC
    P2P Client
    Deluge
    Posts
    3
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss3

    Question

    So I'm using BiglyBT 1.9 Extreme Mod to ghost leech.

    On large swarms it is snatching great however I wish to snatch a few low seeded torrents (specifically one seeder) and I am seemingly unable to connect to the seeder.

    If I snatch legitimately (ie not ghost leeching) using a different client I can download with no issues.

    I have the particular seeder's IP and port number, is there a way to manually add a seeder to a torrent on BiglyBT so I can ghost leech it?

    I know you can do this with Transmission but I can't find any way of doing this with BiglyBT.

    Any suggestions?

    Thanks again for BiglyBt Exreme Mod btw. I think the problem is with this seeder vs the client itself.
    Thanks

Closed Thread
Page 4 of 6 FirstFirst ... 23456 LastLast

Tags for this Thread

Posting Permissions

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