+ Reply to Thread
Page 1 of 5 123 ... LastLast
Results 1 to 15 of 61

Thread: BiglyBT Extreme Mod by SB-Innovation 1.8.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.8.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.8.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.8.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!
    Attached Files Attached Files
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    20XEJ (14.03.19) , (06.03.19) , Artbabelitta (06.03.19) , Obamu (03.03.19) , Renji-Kun (23.02.19) , Renk (09.02.19) , aj91 (04.02.19) , oocool277 (03.02.19) , braziliandude (25.01.19) , lil-fella (23.01.19) , Rebound (22.01.19) , Mon (22.01.19) , H265 (22.01.19) , anon (22.01.19)

  3. #2

    Join Date
    03.05.18
    Location
    X:0;Y:0
    Posts
    124
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssss124
    Here we go again. Great release as always!

    p.s.
    Is ProLeech actually fixed or this is just a CTRL-C CTRL-V changelog?
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by pleasenocheating View Post
    Is ProLeech actually fixed or this is just a CTRL-C CTRL-V changelog?
    ProLeech is still the same, those two lines were in the changelogs for previous versions too
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #4

    Join Date
    25.01.19
    Location
    Brazil
    P2P Client
    utorrent
    Posts
    3
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss3
    Hello, thanks for this!
    I'm new here, there some tutorial so i can learn how to setup?
    I never use a fakeratio before, Is safe to use this in torrentleech?
    Reply With QuoteReply With Quote
    Thanks

  6. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by braziliandude View Post
    I'm new here, there some tutorial so i can learn how to setup?
    http://www.sb-innovation.de/showthread.php?t=13781
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. Who Said Thanks:

    JohnareyouOK (28.03.19) , braziliandude (26.01.19)

  8. #6
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    505
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss505
    Nice, getting this being updated asap
    Reply With QuoteReply With Quote
    Thanks

  9. #7

    Join Date
    02.05.14
    Location
    france
    P2P Client
    qBittorrent
    Posts
    13
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss13

    Question

    Guys, I don?t know if it?s related to 1.8.0.0 or YGG tracker recent changes if any but when I first start a torrent from YGG, tracker is online and finds seeders (tested with torrents with more than 50) and leechers but it doesn?t connect to any of them. Download doesn?t start.

    I need to stop/start the torrent one more time and then it will eventually succeed to connect to peers.

    Can anybody reproduce this?

    Here my Extreme Mod settings I used with no issue until now.

    Click image for larger version. 

Name:	ex1.jpg 
Views:	764 
Size:	73.8 KB 
ID:	19802
    Reply With QuoteReply With Quote
    Thanks

  10. #8

    Join Date
    25.01.19
    Location
    Brazil
    P2P Client
    utorrent
    Posts
    3
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss3
    Hello,
    Today my torrents library gone. My files still on my computer but it's not list in library. How i can restore?

    Edit. I just realize how to fix it. If i backup in Options (Tools>Options>Backup&Restore) it's will just backup my settings in extreme mod or it will backup my torrent list too?
    Last edited by braziliandude; 31.01.19 at 15:25.
    Reply With QuoteReply With Quote
    Thanks

  11. #9
    H265's Avatar
    Join Date
    26.05.13
    Location
    Tengoku
    P2P Client
    ¯\_(ツ)_/¯
    Posts
    422
    Activity Longevity
    3/20 13/20
    Today Posts
    0/5 ssssss422
    Quote Originally Posted by braziliandude View Post
    Hello,
    Today my torrents library gone. My files still on my computer but it's not list in library. How i can restore?

    Edit. I just realize how to fix it. If i backup in Options (Tools>Options>Backup&Restore) it's will just backup my settings in extreme mod or it will backup my torrent list too?
    You can find your .torrent files here > C:\Users\abc\AppData\Roaming\BiglyBT\torrents\

    Save them somewhere before updating biglybt extreme mod.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    braziliandude (01.02.19)

  13. #10

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    I don't recommend to use any ratio booster or fake client in torrentleech

    the rest deleted
    Last edited by Artbabelitta; 01.02.19 at 10:20.
    Reply With QuoteReply With Quote
    Thanks

  14. #11
    JohnareyouOK's Avatar
    Join Date
    31.01.19
    Location
    Earth
    P2P Client
    BiglyBT
    Posts
    254
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssss254
    sorry if question is silly, but i can't make it work as a newcomer. after installing as the instructions says and start the BiglyBT.exe, no Extreme Mod tabs or setting can be seen. idk if i did everything right, so have to ask...

    <1. Download and install the latest Java>, the given link is just a zip pack, seems cannot be installed like an exe installer. so i just extract it and rename as the step 6 says.

    <5. Delete the "jre" folder...> there's no jre folder in BiglyBT folder after installing BiglyBT (downloaded from official site and newest version), so i just ignore this step.

    <for Java 11 please remove the "--add-exports=java.xml.bind" line from the vmoptions file> jdk11 is indeed used as the link gave, but there's no this line in the BiglyBT.exe.vmoptions, so i have to ignore this step.

    did i miss something when performing the installation steps? any help are appreciated, thanks!

    win7x64 + openjdk-11.0.2_windows-x64_bin.zip + BiglyBT_Installer64.exe, all files are downloaded from the given link, and fresh new installation (never used BiglyBT before) considering the Troubleshooting part.
    Reply With QuoteReply With Quote
    Thanks

  15. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by braziliandude View Post
    Hello,
    Today my torrents library gone. My files still on my computer but it's not list in library. How i can restore?

    Edit. I just realize how to fix it. If i backup in Options (Tools>Options>Backup&Restore) it's will just backup my settings in extreme mod or it will backup my torrent list too?
    This is why we had to put the warning in step 3 of the installation procedure! But curiously, I updated from 1.6.0.0 to this version a few days ago and didn't lose my torrent list.

    Anyway, the backup feature copies everything and does automatic backups by default. If you have a portable install, it will even copy the program's JAR files and everything else inside its directory.

    Quote Originally Posted by H265 View Post
    You can find your .torrent files here > C:\Users\abc\AppData\Roaming\BiglyBT\torrents\

    Save them somewhere before updating biglybt extreme mod.
    Note that "Save .torrent files" must be enabled for this. That's the default, but if you're a terrorist like me and disabled it, you can still find them as .dat files under the "active" directory
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #13
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Quote Originally Posted by JohnareyouOK View Post
    sorry if question is silly, but i can't make it work as a newcomer. after installing as the instructions says and start the BiglyBT.exe, no Extreme Mod tabs or setting can be seen. idk if i did everything right, so have to ask...
    You missed step 8 of the installation procedure and are not upgrading from an older version of the mod, so there is no --add-exports line to remove in the .vmoptions file, nor are the other two that are required to enable the extra features present.

    Also, if you look around Oracle's download site, you'll find an installer for version 11.0.2 of the JDK that also includes the runtime environment. That's what I used myself and it works fine, although it doesn't place a Java settings icon in the control panel and has no automatic updates.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    JohnareyouOK (03.02.19)

  18. #14

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by anon View Post
    This is why we had to put the warning in step 3 of the installation procedure! But curiously, I updated from 1.6.0.0 to this version a few days ago and didn't lose my torrent list.
    I've just been overwrite-updating for ages (including Vuze) and never had a problem yet.

    But if the .torrent files appear to be lost look in %appdata%\BiglyBT\active for the .dat files :-)
    Reply With QuoteReply With Quote
    Thanks

  19. #15

    Join Date
    10.07.08
    Posts
    38
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssssss38
    Hallo Zusammen,

    nutze den Extreme Mod doch schon sehr lange und finde ihn natürlich super! Goßes Lob an die Entwickler und Supporter! Jetzt habe ich mir seit kurzem eine Synologie DS718+ NAS geholt und mir Ubuntu 18.04 LTS x64 über den VM Manager installiert.

    Es lief soweit alles problemlos bis auf den 5. Punkt beim Entpacken hatte ich leichte Schwierigkeiten und habs dann über die UI in den richtigen Ordner entpackt.

    Nur bei Schritt 6 muss ich ja durch die echo Befehle auf das ghostfucker_utils.jar ändern, aber er findet die Datei nicht. habe auch durch cd den Pfad angepasst. Aber das hat nicht geholfen. Ich muss dazu sagen, dass ich ein richtiger Linux Neuling bin.

    Die Folge ist, dass BiglyBT sobald ich einen Download starte sofort abbricht.

    Hat jemand vielleicht einen Tipp wie ich Schritt 6 ausführen oder umgehen kann?
    Vielen Dank schon mal :)
    Last edited by No4LiVe; 28.02.19 at 19:49.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 5 123 ... 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
  •