+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30

Thread: BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev2 Beta

    1. BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev2 Beta Details »»

      BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Rev2 Beta

      Version: 2.7.0.2 Rev2, by (Coder) DigitalDJ is offline

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

      SB-Innovation Presents

      BiglyBT Extreme Mod by SB-Innovation 2.7.0.2 Beta



      ╔═══════════════════════════╗
      Coded by:
      ╚═══════════════════════════╝

      >>>>>> DigitalDJ & ghostfucker <<<<<<


      ╔═══════════════════════════╗
      Credits:
      ╚═══════════════════════════╝

      >>>>>> Butcho <<<<<<
      >>>>>> Rebound <<<<<<
      >>>>>> hitman <<<<<<
      >>>>>> Manas <<<<<<
      >>>>>> eudora <<<<<<
      >>>>>> ghostfucker <<<<<<
      >>>>>> anon <<<<<<
      >>>>>> Instab <<<<<<
      >>>>>> cloud99 <<<<<<
      >>>>>> illusive <<<<<<
      >>>>>> molosse <<<<<<
      >>>>>> --->HDBD<--- <<<<<<

      ╔═══════════════════════════╗
      Supplied by:
      ╚═══════════════════════════╝

      >>>>>> SB-Innovation <<<<<<

      ╔═══════════════════════════╗
      Original Mod by:
      ╚═══════════════════════════╝

      >>>>>> Shu <<<<<<


      Change Log:

      + Fix PerfectSpoof sending User-Agent to tracker

      + Integrated Peer Injector 0.3 by anon

      + Perfect Spoof 2 by ghostfucker

      + uTorrent ID Generator

      + Modifiable Client Files

      + Ghostleech

      + LTEP Fixes

      + Multiple peerlist entries fixed

      + More No Report Options

      + (Fake Upload) Stop faking when swarm speed is zero

      + Upload Kicker

      + Ratio Tool

      + Synced with latest LegitBly Mod

      + (Upload Multiplier) Show as seeder

      + (SBI-Hack Torrentview) Scrollbars added

      + Fix Tracker Update Interval Divider

      + Use Swarm Peers fixed

      + Updated core to BiglyBT 2.7.0.2



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

      Windows

      1. Download the latest OpenJDK Java. It must be Java version 15 or higher. (JDK GA Release).
      2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download). Do not open BiglyBT after installation.
      3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! You must export your torrents. Copying or exporting / importing old configurations will not work.
      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 and open %APPDATA%\BiglyBT\java.vmoptions (C:\Users\%USERNAME%\AppData\Roaming\BiglyBT\java. vmoptions), append the following lines:
      Code:
      --patch-module=java.base=ghostfucker_utils.jar
      --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
      --add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED
      --add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED
      --add-opens=java.base/java.net=ALL-UNNAMED
      -Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true
      9. Run BiglyBT and Enjoy!


      macOS
      1. Download and install the latest Java. It must be Java version 15 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"
      echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "--add-opens=java.base/java.net=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
      6. Run BiglyBT and Enjoy!

      Linux
      NOTE: Based on Ubuntu 20.04
      1. Install the latest OpenJDK and libjna package from your distro's package repository. On Ubuntu 20.04 this is openjdk-15-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-15-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-15-openjdk-amd64/
      Code:
      app_java_home="/usr/lib/jvm/java-15-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
      echo "--add-exports=java.base/sun.net.www.protocol.http=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "--add-exports=java.base/sun.net.www.protocol.https=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "--add-opens=java.base/java.net=ALL-UNNAMED" >> ~/.biglybt/java.vmoptions
      echo "-Dorg.glassfish.jaxb.runtime.v2.bytecode.ClassTailor.noOptimize=true" >> ~/.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 15 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!

      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:

    alina (12.07.21) , insane (11.07.21) , oscdat (09.07.21) , coolio256 (29.06.21) , RaMa (06.06.21) , Paranormal (16.05.21) , Lucas Kane (05.05.21) , anon (02.05.21) , DocHydra (30.04.21) , tonyqc (30.04.21) , qUeLo (28.04.21) , illusive (26.04.21)


  1. #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 Unregistered View Post
    Doesn't work anymore on torrentleech.
    Why not?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  2. #18
    Unregistered

    Run the installer, specifying app_java_home variable to your JRE folder.

    Can u please help as when i try to run the code for step 4 in downloading for linx
    4-Run the installer, specifying app_java_home variable to your JRE folder.
    the terminal denies the access to it
    any recommendations
    Reply With QuoteReply With Quote

  3. #19
    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 Unregistered View Post
    the terminal denies the access to it
    What's the exact error message?
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. #20

    Join Date
    19.10.16
    Posts
    14
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 sssssss14
    Hi,

    I have a weird issue with this Biglybt 2.7 version on Fedora 34. Previously, I used Biglybt 1.8 with Fedora 33 and everything was working fine. Since I upgraded to Fedora 34, before I upgraded Biglybt to 2.7, when I launched Biglybt 1.8, only the basic UI showed but a few seconds later it crashed. I upgraded to 2.7 but same thing occurred.

    Now, I have the latest openjdk and requirements. What I noticed when I installed Biglybt 2.7 was that on the console, there was an errror/warning "Gtk-Message: 22:26:41.336: Failed to load module "pk-gtk-module" but it installed ok. However, when I launched the app it partially loaded the UI but then crashed just as above.

    One interesting I found was that if I changed to root user then Biglybt 2.7 opened just fine without crashing. Another thing (sort of workaround) that I tried was that I lauched Biglybt 2.7 from the console with "./biglybt -ui console", and after it opened without any issue, then I entered "ui swt" and the GUI launched fine without crashing but the application is not 100% functional even though I could still download torrents, cheat, etc.

    So, it seems like there is some kind of weird permission going that doesn't allow the "user" account on Fedora 34 to open Biglybt without the GUI crashing, but the "root" account didn't have any issue.

    Also, I'm suspecting the permission issues (or something) are with gtk or swt. I don't know Fedora well enough to troubleshoot this sort of thing. Additionally, it didn't matter if I used Wayland or XORG in Fedora 34, the Biglybt app still crashed.

    BTW, when I removed Biglybt 2.7 and installed 1.8, it stilled crashed. So this has something to do with Fedora 34. Maybe selinux is involved somewhere that's related to permission?

    Other errors I saw when launching Biglybt 2.7 were:

    (BiglyBT:9636): GLib-GObject-WARNING **: 20:13:05.720: cannot register existing type 'GtkWidget'

    (BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

    (BiglyBT:9636): GLib-GObject-WARNING **: 20:13:05.720: cannot register existing type 'GtkBuildable'

    (BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

    (BiglyBT:9636): GLib-CRITICAL **: 20:13:05.720: g_once_init_leave: assertion 'result != 0' failed

    (BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_add_interface_static: assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

    (BiglyBT:9636): GLib-GObject-CRITICAL **: 20:13:05.720: g_type_register_static: assertion 'parent_type > 0' failed



    Please help. Thank you!
    Last edited by push3r; 01.07.21 at 22:26.
    Reply With QuoteReply With Quote
    Thanks

  5. #21
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    https://github.com/BiglySoftware/BiglyBT/issues/2112

    While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. #22

    Join Date
    19.10.16
    Posts
    14
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    https://github.com/BiglySoftware/BiglyBT/issues/2112

    While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.
    Thanks Anon! I'd already been to that page. So yeh, I'll just sudo launch the biglybt for now.
    Reply With QuoteReply With Quote
    Thanks

  7. #23

    Join Date
    19.10.16
    Posts
    14
    Activity Longevity
    0/20 9/20
    Today Posts
    0/5 sssssss14
    Quote Originally Posted by anon View Post
    https://github.com/BiglySoftware/BiglyBT/issues/2112

    While inadvisable from a security perspective, it seems you'll have to settle for running as root for now, as no one has found or posted a(nother) solution yet.
    I found a solution. Turned out my java installation was not 100% correct which I have no idea what. But I used sdkman to install java which was quite easy as I don't even have to set the JAVA_HOME in the path manually. Sdkman can be used to install several versions of Java or other dev softwares and then switch to whatever version you want to use as default.

    After that, I was able to launch Biglybt by going into the biglybt dir and run ./biglybt as my own user (without root) and it opened and worked perfectly fine.
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    anon (09.07.21)

  9. #24
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Nice! You should post that on GitHub.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  10. #25
    PoopShute

    Post Update

    [[quote]]BIGLYBT CHANGELOG
    -----------------

    2021.07.09 | BiglyBT 2.8.0.0[/[quote]]

    Updated today 😊
    Reply With QuoteReply With Quote

  11. #26

    Join Date
    12.11.12
    P2P Client
    BiglyBT
    Posts
    6
    Activity Longevity
    0/20 14/20
    Today Posts
    0/5 ssssssss6

    BiglyBT Extreme Mod 2.7, 2.8 Mac OS BigSur M1 funktioniert NICHT

    Hab mehrere Installationen durchgeführt (Java GA 17) -ohne Erfolg.
    BiglyBT Meldung: "You need at least a 1.8.0_172 Java VM to install BiglyBT."
    Bitte um die Hilfe.
    Reply With QuoteReply With Quote
    Thanks

  12. #27
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    https://github.com/BiglySoftware/BiglyBT/issues/1460 suggests editing the pref_jre.cfg file to point to the updated Java, which also matches other members' experience getting the "real" runtime to be found under Windows. If you are not able to install the base client at all, then this is better off reported on the GitHub issue tracker.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #28

    Join Date
    21.05.15
    P2P Client
    Vuze
    Posts
    2
    Activity Longevity
    0/20 11/20
    Today Posts
    0/5 ssssssss2

    Sending not stopped?

    Hello, I've configured the mod as per the screenshot, any idea why it's still seeding? It should stop seeding and be removed from the list?

    Thanks

    Click image for larger version. 

Name:	seeding issue.png 
Views:	15 
Size:	108.1 KB 
ID:	21156
    Reply With QuoteReply With Quote
    Thanks

  14. #29
    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
    Quote Originally Posted by MegaMan1122 View Post
    Hello, I've configured the mod as per the screenshot, any idea why it's still seeding? It should stop seeding and be removed from the list?

    Thanks

    Click image for larger version. 

Name:	seeding issue.png 
Views:	15 
Size:	108.1 KB 
ID:	21156
    I never used that option before. If I have to guess, the key is "and all the conditions are fine". Maybe there are some other options you set below the one in the screenshot ?
    Reply With QuoteReply With Quote
    Thanks

  15. #30
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    If you want torrents to stop immediately upon completion, you need to configure the mod like this. The 0.01 value ensures they're actually stopped, instead of triggering a heisenbug that makes the feature do nothing (Credits to tonyqc for discovering that)



    Oh, and remember changes in the global settings panel you posted don't apply retroactively. For existing torrents, you'll need to double-click them and make adjustments there.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #31

    Join Date
    21.05.15
    P2P Client
    Vuze
    Posts
    2
    Activity Longevity
    0/20 11/20
    Today Posts
    0/5 ssssssss2
    Thanks very much, that did the trick!
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 2 of 2 FirstFirst 12

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
  •