+ Reply to Thread
Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 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. #32

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Hello and thanks for reply and help.
    Yeah, everything is like you said (i think so).
    Im posting screenshots of everything you mentioned.
    I was using default paths for both.
    Click image for larger version. 

Name:	2018-03-04_123325.png 
Views:	201 
Size:	39.9 KB 
ID:	18645Click image for larger version. 

Name:	2018-03-04_131530.png 
Views:	204 
Size:	30.2 KB 
ID:	18646Click image for larger version. 

Name:	2018-03-04_130321.png 
Views:	157 
Size:	6.4 KB 
ID:	18647Click image for larger version. 

Name:	2018-03-04_135948.png 
Views:	176 
Size:	17.5 KB 
ID:	18648
    Reply With QuoteReply With Quote
    Thanks

  2. #33
    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
    Not sure if it matters, but path should be to: C:\ProgramData\Oracle\Java\javapath, not the one with the _suffix.

    What happens if you open up cmd and type "java --version"
    Reply With QuoteReply With Quote
    Thanks

  3. #34

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Looks strange to me too, but like i mentioned earlier, installed everything using default settings, dunno where prefix came from.

    and in cmd mentions server (i dont know should it be like that), when i clearly used normal win 64 jre.
    Click image for larger version. 

Name:	2018-03-04_181943.png 
Views:	143 
Size:	3.1 KB 
ID:	18649Click image for larger version. 

Name:	2018-03-04_182113.png 
Views:	148 
Size:	1.3 KB 
ID:	18650

    Should i try renaming that programdata path???
    Last edited by BiglyJRE; 04.03.18 at 19:27.
    Reply With QuoteReply With Quote
    Thanks

  4. #35

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Any workarround friends? Im without client for 10 days , and would avoid getting back to vuze... Or if there is some alternative (good and new), would give a try to that too!
    Thanks!
    Last edited by BiglyJRE; 08.03.18 at 23:03.
    Reply With QuoteReply With Quote
    Thanks

  5. #36
    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 BiglyJRE View Post
    Any workarround friends? Im without client for 10 days , and would avoid getting back to vuze... Or if there is some alternative (good and new), would give a try to that too!
    Thanks!
    You can copy the JRE9 folder into the BiglyBT\jre folder as an alternative, although this will mean you will need to manually apply Java updates.

    It's likely there is something fundamentally wrong with your Windows install, or instructions aren't being followed 100%
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    BiglyJRE (15.03.18)

  7. #37
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by DigitalDJ View Post
    You can copy the JRE9 folder into the BiglyBT\jre folder as an alternative, although this will mean you will need to manually apply Java updates.
    Workaround for the workaround: symlink the jre directory to the one in Program Files

    It's weird to see this giving people so much trouble, I simply followed the instructions to install the new Java and got everything working on the first attempt.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    BiglyJRE (15.03.18)

  9. #38
    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 anon View Post
    Workaround for the workaround: symlink the jre directory to the one in Program Files

    It's weird to see this giving people so much trouble, I simply followed the instructions to install the new Java and got everything working on the first attempt.
    Yep that too! That's a better alternative.
    Reply With QuoteReply With Quote
    Thanks

  10. #39

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Thanks alot for helping!!!
    Im also very confused why this happens. Its a simple step by step...
    Have 2 questions:

    DDJ suggestion: i kinda knew this will work, i was just afraid is it safe (will hack work) if i do it that way. So basicly only consequence is manual java updating?

    anon suggestion: if this workarround is better (for example - i wont have to manualy update java), can you please clarify to me what exactly i need to do (symlink - unknown term to me).

    Thanks to both again, means alot!
    Reply With QuoteReply With Quote
    Thanks

  11. #40
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by BiglyJRE View Post
    anon suggestion: if this workarround is better (for example - i wont have to manualy update java), can you please clarify to me what exactly i need to do (symlink - unknown term to me).
    https://www.howtogeek.com/howto/1622...dows-or-linux/

    Explains it pretty well.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    BiglyJRE (15.03.18)

  13. #41

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    Sorry me again... :(
    Symlink what to what?
    Jre in BiglyBT folder to Jre (java folder) in program files??
    Sorry for being annoying, not rly fammiliar with this stuff...

    example:
    jre folder in BiglyBT as source - symlink to jre folder in c/programfiles/java/jre ???
    Last edited by BiglyJRE; 15.03.18 at 22:07.
    Reply With QuoteReply With Quote
    Thanks

  14. #42
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Code:
    c:\>mklink /?
    Creates a symbolic link.
    
    MKLINK [[/D] | [/H] | [/J]] Link Target
    
            /D      Creates a directory symbolic link.  Default is a file
                    symbolic link.
            /H      Creates a hard link instead of a symbolic link.
            /J      Creates a Directory Junction.
            Link    specifies the new symbolic link name.
            Target  specifies the path (relative or absolute) that the new link
                    refers to.
    In your case, you'll want to run something like:

    Code:
    mklink /D "C:\BiglyBT Portable\jre" "C:\Program Files\Java\jre"
    Replace path names accordingly, of course.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. Who Said Thanks:

    BiglyJRE (18.03.18) , Lucius (17.03.18)

  16. #43

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    @anon - thanks a bunch, its finaly working!!!
    Now i have another problem, i notice another option in spoof file - should both be true or like this i've set?
    Click image for larger version. 

Name:	2018-03-17_140048.png 
Views:	153 
Size:	12.4 KB 
ID:	18668
    Reply With QuoteReply With Quote
    Thanks

  17. #44
    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
    Quote Originally Posted by BiglyJRE View Post
    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: Attachment 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... Attachment 18639
    Help please!!! Thanks
    I've got the same problem on my fresh Win10 PC.
    "No JVM could be found on your system please define EXE4J_JAVA_HOME to point to an installed JRE"

    I fixed it by additionally installing the older Java 8 runtime jre-8u162-windows-x64.
    Last edited by Paranormal; 17.03.18 at 21:23.
    Reply With QuoteReply With Quote
    Thanks

  18. #45

    Join Date
    28.02.18
    Location
    MCD
    P2P Client
    Bigly
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14
    anon's post above solved my jre issue
    Reply With QuoteReply With Quote
    Thanks

  19. #46
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Quote Originally Posted by BiglyJRE View Post
    Now i have another problem, i notice another option in spoof file - should both be true or like this i've set?
    Click image for larger version. 

Name:	2018-03-17_140048.png 
Views:	153 
Size:	12.4 KB 
ID:	18668
    Don't touch that file, leave it as it is after installing the mod.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

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