+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 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!
    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. #16

    Join Date
    26.11.18
    Posts
    5
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss5
    Quote Originally Posted by JP2020 View Post
    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
    Hi JP2020,

    First thx for your help!

    I get tracker report that I need to disable DHT, PeX & LPD but I don't know how to do that in BiglyBT :(

    Can you explain what you mean with "swarm discovery"? Does this option need to be enabled od disabled?

    On my client is option "Disable Swarm Discoveries" unchecked! Is it ok?

    And I need to refresh tracker manually if I would like to see peers!

    Thx!
    Last edited by Svizec; 25.02.20 at 22:45.
    Reply With QuoteReply With Quote
    Thanks

  4. #17
    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 JP2020 View Post
    It does install ok but when BBT restarted heres errors:
    Even the simplest Azureus/Vuze plugins won't run on BiglyBT out of the box, because the class names are completely different. For the record, what I had to do was the following...
    • Check that javac.exe is in my %PATH%, since I have the Java Development Kit installed instead of a regular Runtime Environment.
    • Extract the BiglyBT and SWT JARs somewhere and make sure those contents are in my %CLASSPATH%.
    • Install JAD FrontEnd Plus to decompile the Stuffer plugin.
    • Uninstall JAD FrontEnd Plus after realizing it was completely unnecessary, because Stuffer's original source code was already present inside its JAR.
    • Fix the class names at the top of the .java files wherever required. Save and attempt to recompile. Note new errors and warnings.
    • Fix a few functions whose syntax has changed since the days of Azureus and SWT 2.x. Save and attempt to recompile. Success.
    • Package everything as a ZIP archive and change the extension to JAR.
    • Install said JAR in BiglyBT. There were no errors. It loads and runs fine, but I have no time for thorough testing (that's where you come in).

    I sent you a PM with a link to the addon, please try it. I'll eventually upload it here if feedback is positive.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    JP2020 (26.02.20)

  6. #18
    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 Svizec View Post
    Can somebody tells me how to disable DHT, PEX & LPD in BiglyBT!?

    Thx
    Tools -> Options -> Plugins

    Disable Distributed DB, Distributed Tracker and LAN Peer Finder. Save settings and restart the mod.

    Tools -> Options -> Connection

    Make sure "Decentralized tracking" and "Supplied by another peer" are unticked under Peer Sources. Save settings.

    Tools -> Options -> Sharing

    Make sure "Disable Swarm Discoveries" is ticked. Save settings. (I think this one isn't really necessary after killing the DDB addon, but won't cause any harm either)

    Note that these changes won't apply retroactively, so you need to do as JP2020 said. Highlight all your torrents, right-click -> Advanced -> Peers Sources -> make sure "Decentralized tracking" and "Supplied by another peer" are unticked.

    If you don't see one or more of these settings, make sure your operation mode is set to Advanced.

    On a sidenote, the Distributed DB is incompatible with the DHT implementation that all other clients use, hence why the mlDHT plugin exists.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #19

    Valid??

    Is this the valid steps or no?

    Quote Originally Posted by Paranormal View Post
    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

  8. #20

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Quote Originally Posted by BlasianHacker View Post
    Is this the valid steps or no?
    Worked for me after a couple of attempts where I probably fooked something up



    as well as installing java, do the extract to biglybt\jre as well
    Mine didn't work until I did both.


    Contents of my biglybt.exe.vmoptions:

    -include-options ${APPDATA}\BiglyBT\java.vmoptions
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED


    make sure you dont have old java crap lying about - do a spring clean


    Oh and even before it worked :-/ it (or likely something I did) stopped my 32bit old vuze from working

    ---------- Post Merged at 16:57 ---------- Previous Post was at 16:44 ----------

    Quote Originally Posted by Svizec View Post
    Hi JP2020,

    First thx for your help!

    I get tracker report that I need to disable DHT, PeX & LPD but I don't know how to do that in BiglyBT :(

    Can you explain what you mean with "swarm discovery"? Does this option need to be enabled od disabled?

    On my client is option "Disable Swarm Discoveries" unchecked! Is it ok?

    And I need to refresh tracker manually if I would like to see peers!

    Thx!

    anon has given more detail, but we can go through it a bit at a time if you like after you've gone through anons suggestions.

    Is it the general rule on some private trackers you are referring to, or something more specific?
    Last edited by JP2020; 26.02.20 at 20:17.
    Reply With QuoteReply With Quote
    Thanks

  9. #21

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by JP2020 View Post
    Worked for me after a couple of attempts where I probably fooked something up
    Does ur download/torrent history reset/empty after install this version?
    Reply With QuoteReply With Quote
    Thanks

  10. #22

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    fresh install of BBT for me coming from vuze/azureus,
    but as the install says delete the stuff in your data dir if you get issues, unless you make a backup yourself that would seem to be a yes:

    3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT!
    Reply With QuoteReply With Quote
    Thanks

  11. #23

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    My torrent list still gone after restored from backups of previous version.
    Last edited by sbkk; 27.02.20 at 05:22.
    Reply With QuoteReply With Quote
    Thanks

  12. #24

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Interesting
    I assume you mean you used the built in backup/restore rather than manually made a copy of the configuration directory and copied back your \active dir?

    Is the \active directory still there with anything in it? Worth a look around especially if you had the configuration directory set to elsewhere (eg a portable install) and its reset to the default in \user\appdata\biglybt.


    (*current* location of directory is shown at bottom of tools -> options -> files)

    (don't forget the recycle bin)


    https://wiki.vuze.com/w/Configuration_directory
    Last edited by JP2020; 27.02.20 at 09:23.
    Reply With QuoteReply With Quote
    Thanks

  13. #25

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    Ya, i using built in backup/restore. Only "downloads.config" in "\user\appdata\biglybt" change from 5mb to 1 kb.

    I tried only completed one torrent on fresh install SB-Innovation 1.9.0.0 Beta.
    SB-Innovation 2.2.0.2 Beta still reset "downloads.config" to 1kb from upgrade installation or restore from backups made with built in backup/restore function.
    Last edited by sbkk; 27.02.20 at 10:18.
    Reply With QuoteReply With Quote
    Thanks

  14. #26

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    old files not in recycle bin either?
    Reply With QuoteReply With Quote
    Thanks

  15. #27

    Join Date
    17.05.17
    Posts
    14
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss14
    My recycle bin is empty after-before normal installation and restoration.
    Reply With QuoteReply With Quote
    Thanks

  16. #28

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    then the warning was correct - just lacks some clarity on how to do the backup

    Being old school I would manually back up both directory sets, although it may be that there are enough differences that some things simply would not work anyway across a major version change
    - hence a possible need for the scrub/fresh start and manual intervention to save stuff.

    Don't really know if even a manual copy and copy back of the required files would work across major version changes without confirmation...
    Reply With QuoteReply With Quote
    Thanks

  17. #29
    The option to automatically stop and remove seeding torrents does not work. Everything else works though. This option worked for me in version 1.9.0.0.
    Reply With QuoteReply With Quote
    Thanks

  18. Who Said Thanks:

    BillyG (12.04.20)

  19. #30

    Join Date
    28.12.12
    Location
    Pakistan
    Posts
    1
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 ssssssss1
    password feature in interface tab is broken?
    is it only me or any one else is having this issue, where password is not being saved and hence not enable?

    I did a clean installation.
    Reply With QuoteReply With Quote
    Thanks

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