+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 15 of 42

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

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 2.2.0.2 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 2.2.0.2


    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:

    BillyG (12.04.20) , vren43 (23.03.20) , infected_ (12.03.20) , ffp (19.02.20) , next1 (19.02.20) , lil-fella (15.02.20) , eragooo (14.02.20) , Sazzy (13.02.20) , RaMa (13.02.20) , Rebound (12.02.20) , U0l (12.02.20) , Paranormal (12.02.20) , H265 (12.02.20) , Datendiebstahl (11.02.20) , anon (11.02.20)

  3. #2

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    Tracker-Status Verbindungsfehler (sun.net.util.IPAddressUtil.checkAuthority(Ljava/net/URL)Ljava/lang/String)
    Last edited by --->HDBD<---; 12.02.20 at 00:03.
    Reply With QuoteReply With Quote
    Thanks

  4. #3
    Paranormal's Avatar
    Join Date
    14.05.10
    Location
    Germany
    P2P Client
    BiglyBT
    Posts
    16
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss16
    The Windows install instructions seem incredibly outdated.
    It should look like this:


    Windows

    1. Download and install the latest BiglyBT release (https://www.biglybt.com/download/).
    2. Download the latest Java JDK GA release Zip file (http://jdk.java.net/13/).
    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 2 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!



    And remove the warning:
    "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."

    from your post as there currently is no
    "--add-exports=java.xml.bind" line in your install instruction

    Or do you mean the one that says:
    "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" ?
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    BillyG (12.04.20) , anon (15.02.20) , illusive (15.02.20)

  6. #4

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    Extreme Mod 2.2.0.2 Beta unable to retain and restore previous version download history.

    Normal 2.2.0.2 doesn't have such problems.
    Last edited by sbkk; 13.02.20 at 12:01. Reason: simple
    Reply With QuoteReply With Quote
    Thanks

  7. #5
    oh lawd a new version. I'm so excited!
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Reply With QuoteReply With Quote
    Thanks

  8. #6
    Many thanks for this just a quick question regarding the steps for Linux it says Append the following VM options however I don't see a vmoptions file anywhere so what am I supposed to do?
    Reply With QuoteReply With Quote
    Thanks

  9. #7
    Normally if you execute those commands and the file doesn't exist yet, it will create a new one.
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Reply With QuoteReply With Quote
    Thanks

  10. #8

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    Mir interessiert weiterhin warum auf hdbits.org und bit-hdtv.com Perfect Spoof nicht funktioniert

    I am still interested why on hdbits.org and bit-hdtv.com Perfect Spoof does not work
    Reply With QuoteReply With Quote
    Thanks

  11. #9
    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
    Quote Originally Posted by --->HDBD<--- View Post
    Mir interessiert weiterhin warum auf hdbits.org und bit-hdtv.com Perfect Spoof nicht funktioniert

    I am still interested why on hdbits.org and bit-hdtv.com Perfect Spoof does not work
    Is it jdk13?
    Reply With QuoteReply With Quote
    Thanks

  12. #10

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    yes it is jdk13
    Reply With QuoteReply With Quote
    Thanks

  13. #11

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48

    stuffer

    Some help please.

    Has anyone got stuffer plugin working?
    or a version of stuffer that works with biglyBT 2.2.0.2?
    or is it just an issue with my install - had to try three times to the extreme mod working just like some others did I see here - seemed to be issues with the java install and old bits of old java installs lying around in my case and seems to be sorted now .. with zulu

    Note: My java skills are negligible.
    Reply With QuoteReply With Quote
    Thanks

  14. #12
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Old Azureus plugins (and Stuffer is old, the last update was on 2005) need to be recompiled for BiglyBT before they can run. That's what I did with Peer Injector, which is integrated into the mod as of this release.

    I'll see if I can do this for you, but I have little free time at the moment so I can't guarantee anything.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    JP2020 (25.02.20)

  16. #13

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Thanks - very much appreciated you considering it.

    I trawled through all the things I could find on google and github, but found nothing to indicate someone already done it which seemed weird - stuffer constantly used by me in Vuze/Azureus especially on stuttershit releases :-)



    It does install ok but when BBT restarted heres errors:


    java.lang.NoClassDefFoundError: org/gudy/azureus2/plugins/UnloadablePlugin
    at java.base/java.lang.ClassLoader.defineClass1(Native Method)
    at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java :1016)
    at java.base/java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:151)
    at java.base/java.net.URLClassLoader.defineClass(URLClassLoader .java:515)
    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 423)
    at java.base/java.net.URLClassLoader$1.run(URLClassLoader.java: 417)
    at java.base/java.security.AccessController.doPrivileged(Access Controller.java:691)
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:416)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 88)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 21)
    at com.biglybt.platform.win32.PlatformManagerImpl.loa dClass(PlatformManagerImpl.java:2247)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginFromDir(PluginInitializer.java:1187)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl uginsFromDir(PluginInitializer.java:837)
    at com.biglybt.pifimpl.local.PluginInitializer.loadPl ugins(PluginInitializer.java:617)
    at com.biglybt.core.impl.CoreImpl$5.run(CoreImpl.java :1010)
    at com.biglybt.core.impl.CoreImpl.start(CoreImpl.java :1020)
    at com.biglybt.ui.swt.Initializer.run(Initializer.jav a:614)
    at com.biglybt.ui.swt.mainwindow.SWTThread$6.runSuppo rt(SWTThread.java:353)
    at com.biglybt.core.util.AERunnable.run(AERunnable.ja va:36)
    at java.base/java.lang.Thread.run(Thread.java:830)
    Caused by: java.lang.ClassNotFoundException: org.gudy.azureus2.plugins.UnloadablePlugin
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.j ava:436)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 88)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 21)
    ... 20 more
    Reply With QuoteReply With Quote
    Thanks

  17. #14

    Join Date
    26.11.18
    Posts
    5
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss5
    Can somebody tells me how to disable DHT, PEX & LPD in BiglyBT!?

    Thx
    Reply With QuoteReply With Quote
    Thanks

  18. #15

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Am I missing something in your question? but:

    per torrent
    - right click on torrent
    - peers/sources
    untick what you dont want, tick what you do


    Generally set as default:

    Tools
    Options
    Connections
    - look down the page and deselect/select what you want


    If you are having some issues with connections that seem strange - check the sharing bit in options - especially swarm discovery
    Last edited by JP2020; 25.02.20 at 22:17.
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    Svizec (25.02.20)

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