+ Reply to Thread
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 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
    0/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!
    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. #16

    Join Date
    19.10.13
    Posts
    19
    Activity Longevity
    0/20 13/20
    Today Posts
    0/5 sssssss19
    Can you watch movies/series while you download them? if not, how do you enable this?
    I heard in some torrent clients you can watch the movie/series while you torrent them, it does this by downloading the earliest pieces first so you can watch while it downloads.

    Also, is this it? there used to be an attachment to install the mod itself, we don't do that anymore? either you guys created biglybt or the mod was download by that vmoption change?
    Last edited by Obamu; 03.03.19 at 17:29.
    Reply With QuoteReply With Quote
    Thanks

  4. #17
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Obamu View Post
    Can you watch movies/series while you download them? if not, how do you enable this?
    I heard in some torrent clients you can watch the movie/series while you torrent them, it does this by downloading the earliest pieces first so you can watch while it downloads.
    Tools -> Options -> Transfer -> tick "download pieces in order". Then you can just open the file(s) in your media player of choice as soon as the first piece is downloaded. This functionality comes from an unofficial patch for Vuze that was integrated to the mod by ghostfucker on 2014.

    Note that the BitTorrent protocol's design disfavors sequential downloads, and you should avoid them on small swarms (see Sequential downloading is bad - VuzeWiki).

    Also, is this it? there used to be an attachment to install the mod itself, we don't do that anymore? either you guys created biglybt or the mod was download by that vmoption change?
    Not sure what this is supposed to mean. The attachment can be found in the first post. You must install BiglyBT via the official installer and then apply the mod as usual.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    Obamu (10.03.19)

  6. #18

    Join Date
    01.05.17
    P2P Client
    Bitorrent
    Posts
    6
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss6
    After downloading is done, fake upload is not showing or counting.. I am not understanding what is wrong..

    And anyone can provide me the safest default settings.. Too many options confused.
    Reply With QuoteReply With Quote
    Thanks

  7. #19
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by d3v1ls33k3r View Post
    After downloading is done, fake upload is not showing or counting.. I am not understanding what is wrong..


    Set these to zero, but be there to ensure the torrent remains active as you fake upload.

    And anyone can provide me the safest default settings.. Too many options confused.
    There are no "safest default settings"
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #20

    Join Date
    19.10.13
    Posts
    19
    Activity Longevity
    0/20 13/20
    Today Posts
    0/5 sssssss19
    Quote Originally Posted by anon View Post
    Tools -> Options -> Transfer -> tick "download pieces in order". Then you can just open the file(s) in your media player of choice as soon as the first piece is downloaded. This functionality comes from an unofficial patch for Vuze that was integrated to the mod by ghostfucker on 2014.

    Note that the BitTorrent protocol's design disfavors sequential downloads, and you should avoid them on small swarms (see Sequential downloading is bad - VuzeWiki).



    Not sure what this is supposed to mean. The attachment can be found in the first post. You must install BiglyBT via the official installer and then apply the mod as usual.
    Hi! I don't seem to have or see "download pieces in order"

    Click image for larger version. 

Name:	Vuze1.png 
Views:	137 
Size:	79.9 KB 
ID:	19894

    Click image for larger version. 

Name:	Vuze2.png 
Views:	127 
Size:	79.7 KB 
ID:	19893
    Last edited by Obamu; 10.03.19 at 14:53.
    Reply With QuoteReply With Quote
    Thanks

  9. #21
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Obamu View Post
    Hi! I don't seem to have or see "download pieces in order"
    You don't have the Extreme Mod settings either, which means you didn't install the mod correctly.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #22

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    set this new 1.8.0.0 version up on my main x64 rig today to see if any better that 1.5.0.0 that i had on 32bit pc
    install went well.. got the mod working.. with java 11.0.2
    but as soon as i try using any spoof client file with it.. once shut down to restart with chosen spoof client file..
    it wont start back up again.. had to reinstall and re-copy modded files over and re-set up settings again..
    tried some different spoof client files but seems to do same thing and not start up
    works ok without applying any spoof client files..
    just didn't know if this was a problem with new 1.8.0.0 mod or if I'd done some thing wrong..
    Last edited by lil-fella; 10.03.19 at 22:57.
    Reply With QuoteReply With Quote
    Thanks

  11. #23

    Join Date
    19.10.13
    Posts
    19
    Activity Longevity
    0/20 13/20
    Today Posts
    0/5 sssssss19
    Quote Originally Posted by anon View Post
    You don't have the Extreme Mod settings either, which means you didn't install the mod correctly.
    Thanks! I wasn't able to see it on my phone during work.

    I don't understand some of the settings if it's not self-explanatory, some settings doesn't have a hover-text

    So I hope someone would share some tips or insights every now and then, I don't have a very fast internet so I can't seed at all, so maybe tips around that would be nice.
    Reply With QuoteReply With Quote
    Thanks

  12. #24
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by lil-fella View Post
    but as soon as i try using any spoof client file with it.. once shut down to restart with chosen spoof client file..
    it wont start back up again.. had to reinstall and re-copy modded files over and re-set up settings again..
    This obviously isn't a known issue, otherwise you'd see more posts about it With a non-operational install, open a command prompt, change to the directory BiglyBT is installed on and run this.

    Code:
    set path=%path%;%programfiles%\Java\jdk-11.0.2\bin
    java.exe -classpath "%CD%\BiglyBT.jar;%CD%\swt.jar" -Djava.library.path="%CD%" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED com.biglybt.ui.Main
    The last messages before it shuts down should provide some clue as to what the problem is.

    Quote Originally Posted by Obamu View Post
    I don't understand some of the settings if it's not self-explanatory, some settings doesn't have a hover-text

    So I hope someone would share some tips or insights every now and then, I don't have a very fast internet so I can't seed at all, so maybe tips around that would be nice.
    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

  13. #25

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    Perfect spoof crashes the program when enabled and you load up a torrent.
    Seems to be the same thing as what lil-fella said.
    I had to re install everything aswell because it would crash 3 seconds after opening it.

    It works fine without it enabled but I really need the spoof.

    Any ideas?

    Pic below is from a completed torrent seeding once I switch it to perfect spoof.

    Click image for larger version. 

Name:	TARCKER STATUS ERROR.PNG 
Views:	111 
Size:	1.9 KB 
ID:	19906
    Last edited by Zen; 14.03.19 at 07:11.
    Reply With QuoteReply With Quote
    Thanks

  14. #26

    Join Date
    26.07.12
    Location
    Somewhere in Space
    P2P Client
    Vuze Extreme Mod 5.7.5.0
    Posts
    27
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 sssssss27
    For me Perfect spoof work without problem,in windows and mac.
    Reply With QuoteReply With Quote
    Thanks

  15. #27

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    "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."

    What is the OpenJDK binaries for windows?

    I currently have these two lines in vmoptions file:

    -include-options ${APPDATA}\BiglyBT\java.vmoptions
    --patch-module=java.base=ghostfucker_utils.jar


    What is the last line I have to add?
    Reply With QuoteReply With Quote
    Thanks

  16. #28

    Join Date
    11.03.19
    Location
    USA
    P2P Client
    Vuze
    Posts
    38
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 sssssss38
    Quote Originally Posted by 20XEJ View Post
    For me Perfect spoof work without problem,in windows and mac.
    Which tracker were you using for exactly?
    Reply With QuoteReply With Quote
    Thanks

  17. #29
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by Zen View Post
    What is the OpenJDK binaries for windows?
    The ones you downloaded in step 1.

    What is the last line I have to add?
    The ones in step 8. The warning about java.xml.bind is for those who are upgrading from a previous version of the mod and irrelevant otherwise.

    If the mod still doesn't work fine (or at all) after ensuring this was done correctly, we can start finding the cause by doing what I said in post #24
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  18. #30

    Join Date
    14.03.19
    Posts
    6
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss6
    Just tried it on my laptop and it worked fine. Must have been a problem with the install on my computer.
    Reply With QuoteReply With Quote
    Thanks

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