+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 59

Thread: BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

    1. BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1 Details »»

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1

      Version: 1.4.0.0 rev1, by (Coder) DigitalDJ is offline

      Developer Last Online: Mar 2024 Show Printable Version Email this Page
      Category: [Multi OS] Rating:  Downloads: 1208
      Released: 22.01.18 Last Update: Never Installs: 6
      • Supported
      • Re-useable Code
      • Free for all
      • Translations
      • Beta Stage

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 1.4.0.0 Beta rev1



      ╔═══════════════════════════╗
      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.4.0.0



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

      Windows

      1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
      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). This forces the use of the system-wide installed JRE.
      6. 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 6 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
      --add-modules=java.xml.bind
      7. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads).
      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. This forces BiglyBT to use the system-wide JRE installed in Step 1.
      Code:
      sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
      sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
      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"
      echo "--add-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 17.10
      1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
      NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads).
      Code:
      sudo apt install openjdk-9-jre openjdk-9-jre-headless 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-9-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-9-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 for Java 9 compatibility:
      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"
      echo "--add-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"
      7. Run BiglyBT and Enjoy!

      Troubleshooting:
      Before posting problems please make sure:
      1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads).
      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.
      In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.



      Enjoy!

      Supporters / CoAuthors


      Show Your Support

        -->
      • If you like this modification support the author by donating.
      • For saying thanks to the author, please click here.
      • This modification may not be copied, reproduced or published elsewhere without author's permission.

    Who Said Thanks:

    Spidtest (09.04.18) , attiadona (04.04.18) , BiglyJRE (01.03.18) , Datendiebstahl (27.01.18) , Blocker (27.01.18) , eragooo (23.01.18) , lil-fella (23.01.18) , Paranormal (23.01.18) , RaMa (23.01.18) , cloud99 (23.01.18) , Lucius (22.01.18) , lyric (22.01.18) , anon (22.01.18)


  1. #17

    Join Date
    11.02.18
    P2P Client
    Deluge
    Posts
    1
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss1

    Am I doing this right?

    Hey,
    could anyone post screenshots of how it looks after install?
    Im not sure if Ive installed it the right way :/
    Reply With QuoteReply With Quote
    Thanks

  2. #18
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    If you see the "SBI MOD" label in the status bar, you're good to go.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    BiglyJRE (02.03.18) , cloud99 (17.02.18)

  4. #19

    Join Date
    19.01.18
    P2P Client
    Biglybt
    Posts
    4
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 ssssssss4
    Can you add the ability to apply settings to multiple torrent from extreme mod settings tab?
    like in swarm tab where you can see the swarm for any number of torrents selected.
    so, i select multiple torrents and then in the extreme mode tab i can set the settings to all these tabs
    Reply With QuoteReply With Quote
    Thanks

  5. #20

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Hello,
    first of all, im not new here, just needed to create new acc, since ive forgot old ones email.
    Im using your mods for several years, and i must say thank you for everything, and good work!!!
    SO far i was using vuze extreme mod, and it was working awesome (except on one tracker which doubled my download report - still dunno why).
    Now id like to switch to BiglyBT, sadly i have a problem. After following step-by-step instructions, i ended up with bigly unable to run with this error: Click image for larger version. 

Name:	dgd.png 
Views:	276 
Size:	4.5 KB 
ID:	18638. Ive also tried troubleshoot steps, tried also different locations, but no luck. Bigly, however works only without jre folder removal step. I have also checked for other java versions, deleted registry keys etc... Click image for larger version. 

Name:	java.png 
Views:	298 
Size:	10.8 KB 
ID:	18639
    Help please!!! Thanks
    Reply With QuoteReply With Quote
    Thanks

  6. #21

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Hi, I'm using a Mac. Can I request qbittorrent 4.0.4 without global peer ID as a client file? Thanks
    Last edited by Spidtest; 01.03.18 at 09:56. Reason: spelling
    Reply With QuoteReply With Quote
    Thanks

  7. #22
    Hi Spidtest,

    Quote Originally Posted by Spidtest View Post
    Can I request qbittorrent 4.0.4 without global peer ID as a client file?
    Thank you for using the correct section. You can dowload the qbittorrent 4.0.4 [NGPID] here:- Removed the client file as it contain invalid information.

    Information regarding this particular client file.

    1) PeerID is set to non-global. (As requested by you)
    2) Key is set to Global. (As seen in Windows/Linux versions, please confirm that the Mac Version reports the same by capturing announces).
    3) IPv6 and IPv4 address report disabled.
    (If you want either of them enabled, you have to provide me announces with IP address in it. So I can make it accordingly).
    4) No forms of Encryption(s) (supported or forced). If you want it simply enable it from your settings.



    Quote Originally Posted by Spidtest View Post
    I'm using a Mac.
    Unfortunately, some torrent client (take uTorrent as an example) use different information (peer id prefix, key, reserved bytes etc) on different Operating Systems. Therefore, it would be best if you check whether or not the BiglyBT's announces (with qBittorrent client) are similar to your torrent client (qBittorrent). This can be done by capturing announces and comparing them. If you find it difficult to understand, simply post the data (captured announces data) here and someone will confirm it for you.

    Tutorial to capture announces using Wireshark can be found at the below thread.
    Code:
    https://www.sb-innovation.de/f59/how-capture-announces-wireshark-limited-http-trackers-only-33436/
    ~cloud99
    Last edited by cloud99; 01.03.18 at 15:23. Reason: Removed the client file and striked out unnecessary text.
    Reply With QuoteReply With Quote
    Thanks

  8. #23

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by cloud99 View Post
    Hi Spidtest,


    Thank you for using the correct section. You can dowload the qbittorrent 4.0.4 [NGPID] here:- Attachment 18640

    Information regarding this particular client file.

    1) PeerID is set to non-global. (As requested by you)
    2) Key is set to Global. (As seen in Windows/Linux versions, please confirm that the Mac Version reports the same by capturing announces).
    3) IPv6 and IPv4 address report disabled. (If you want either of them enabled, you have to provide me announces with IP address in it. So I can make it accordingly).
    4) No forms of Encryption(s) (supported or forced). If you want it simply enable it from your settings.




    Unfortunately, some torrent client (take uTorrent as an example) use different information (peer id prefix, key, reserved bytes etc) on different Operating Systems. Therefore, it would be best if you check whether or not the BiglyBT's announces (with qBittorrent client) are similar to your torrent client (qBittorrent). This can be done by capturing announces and comparing them. If you find it difficult to understand, simply post the data (captured announces data) here and someone will confirm it for you.

    Tutorial to capture announces using Wireshark can be found at the below thread.
    Code:
    https://www.sb-innovation.de/f59/how-capture-announces-wireshark-limited-http-trackers-only-33436/
    ~cloud99
    I'll PM you an announce from the actual qBittorrent and BiglyBT. Thanks for client file.
    Last edited by Spidtest; 01.03.18 at 11:46.
    Reply With QuoteReply With Quote
    Thanks

  9. #24
    You can dowload the updated qbittorrent 4.0.4 here:- qBittorrent 4.0.4 (Non-Global Peer ID+key).rar

    Information regarding this particular client file has been based on the information from the announces you have provided at the below post.
    Code:
    http://www.sb-innovation.de/f46/ratiomaster-plus-2-1-a-33029/index23.html#post346991
    Archived announces can be found here: Archived qBittorrent 4.0.4 announces post (HTML SOURCE).rar

    1) Client is for qBittorrent 4.0.4 (macOS Version)
    2) PeerID is set to non-global.
    3) Key is set to non-global.
    4) IPv6 and IPv4 address report disabled.
    5) Supports encryption. (sends "&supportcrypto=1" paramater with announces)


    ~cloud99
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    Spidtest (01.03.18)

  11. #25

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by cloud99 View Post
    You can dowload the updated qbittorrent 4.0.4 here:- qBittorrent 4.0.4 (Non-Global Peer ID+key).rar

    Information regarding this particular client file has been based on the information from the announces you have provided at the below post.
    Code:
    http://www.sb-innovation.de/f46/ratiomaster-plus-2-1-a-33029/index23.html#post346991
    Archived announces can be found here: Archived qBittorrent 4.0.4 announces post (HTML SOURCE).rar

    1) Client is for qBittorrent 4.0.4 (macOS Version)
    2) PeerID is set to non-global.
    3) Key is set to non-global.
    4) IPv6 and IPv4 address report disabled.
    5) Supports encryption. (sends "&supportcrypto=1" paramater with announces)


    ~cloud99
    THANK YOU! I appreciate it. If you need someone who has a mac and needs testing, ill be here, drop me a PM.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    cloud99 (01.03.18)

  13. #26

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14

    Unhappy

    Update for problem above:
    tried with other versions of java jre 9, same result, also tried to point manualy trough Environment Variables, didnt work.
    Only possible thing could be if im adding that line wrong in vmoptions
    Click image for larger version. 

Name:	2018-03-02_213829.png 
Views:	171 
Size:	10.3 KB 
ID:	18643

    p.s. am i using correct section?
    Reply With QuoteReply With Quote
    Thanks

  14. #27

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by BiglyJRE View Post
    Update for problem above:
    tried with other versions of java jre 9, same result, also tried to point manualy trough Environment Variables, didnt work.
    Only possible thing could be if im adding that line wrong in vmoptions
    Click image for larger version. 

Name:	2018-03-02_213829.png 
Views:	171 
Size:	10.3 KB 
ID:	18643

    p.s. am i using correct section?
    Have you done step 5?
    Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.

    &Is that notepad run in ADMIN mode?
    Last edited by Spidtest; 02.03.18 at 23:51.
    Reply With QuoteReply With Quote
    Thanks

  15. #28

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Yes and yes (otherwise it wouldnt let me save it).
    Reply With QuoteReply With Quote
    Thanks

  16. #29

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    Quote Originally Posted by BiglyJRE View Post
    Yes and yes (otherwise it wouldnt let me save it).
    try reinstall java, make sure its the one from the link posted and make sure its JRE and not JDK
    Reply With QuoteReply With Quote
    Thanks

  17. #30

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Yes its from the link, also tried all other 9.x versions i could find, same with everything.
    Tried troubleshooting instructions, cleaned all registry and appdata folders from bigly and java, and all over again... doesent work...
    Click image for larger version. 

Name:	2018-03-03_220602.png 
Views:	185 
Size:	66.0 KB 
ID:	18644
    Last edited by BiglyJRE; 03.03.18 at 23:08. Reason: img
    Reply With QuoteReply With Quote
    Thanks

  18. #31
    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
    Where is Java installed? Where is BiglyBT installed?

    If Java JRE is installed correctly, the following folder should exist and contain 3 files:

    C:\ProgramData\Oracle\Java\javapath

    Ensure java.exe, javaw.exe and javaws.exe exist in that folder, then view the properties to ensure it is 9.0.4 JRE.

    The folder above should also be in your System PATH environment variable.
    Reply With QuoteReply With Quote
    Thanks

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