+ Reply to Thread
Page 3 of 3 FirstFirst 123
Results 31 to 42 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. #31

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    I saw an issue with writing to the \program files dir in win 64
    - which is when I installed a plug in for all users.

    Once installed 'per user' it worked fine

    This seems due to write access rights to the program directory

    Not sure if yours is a related issue.
    Reply With QuoteReply With Quote
    Thanks

  4. #32

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    will there be a updated BiglyBT Extreme Mod 2.3.0.0 ??
    as the 2.3.0.0 just came out..
    Reply With QuoteReply With Quote
    Thanks

  5. #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
    Quote Originally Posted by lil-fella View Post
    will there be a updated BiglyBT Extreme Mod 2.3.0.0 ??
    as the 2.3.0.0 just came out..
    Cut this shit out. There's no official 2.3.0.0 packaged release yet.
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    lil-fella (06.03.20)

  7. #34
    Quote Originally Posted by adsadsdas23412341 View Post
    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.
    So, is anyone else having this issue? If it is a bug with version 2.2.02, I will downgrade back to 1.9.0.0.
    Reply With QuoteReply With Quote
    Thanks

  8. #35

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    If you are referring to the 'stop torrent after xx - then no it doesnt work
    I spotted that as I set it to carry on for a while if someone is downloading who has uploaded to me
    - it just carried on.
    BUT I do seem to recall having to set that to ensure it does stop on completion - which was new.

    The stop torrent on completion does work - perhaps provided you also set that second catch all - might just have been the sometimes slow response (strange as its far quicker in most areas than my old setup)




    What benefits have you (or anyone) actually seen from upgrading?
    I have read the changelist)


    Although this is vastly superior in most ways to my archaic vuze setup (which did what I needed) I am seeing a number of bugs, like deleting torrents leaves blank lines in the l/h pane until you manually close them - and which seem to sometimes reappear,
    and a couple of more serious ones (for me) but certainly not show stoppers as such

    I might install 1.9 and compare, but available time is limited at moment and trying to fit in currently more essential testing.
    Last edited by JP2020; 05.03.20 at 10:20.
    Reply With QuoteReply With Quote
    Thanks

  9. Who Said Thanks:

    BillyG (12.04.20)

  10. #36

    Join Date
    24.02.20
    Location
    Ireland
    Posts
    48
    Activity Longevity
    0/20 5/20
    Today Posts
    0/5 sssssss48
    Quote Originally Posted by Paranormal View Post
    8. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:


    --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" ?


    ????
    This never got answered

    My prog files BiglyBT.exe.vmoptions contains:

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

    why one dash on first line and 2 on other two - that right?


    the ${APPDATA}\BiglyBT\java.vmoptions referred in there just has:

    # place any java vm options in this file, one option per line, with a blank line at the bottom
    Last edited by JP2020; 10.03.20 at 08:44.
    Reply With QuoteReply With Quote
    Thanks

  11. #37

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    Just tried installing this on Linux. When I open Tools->Options the only thing it shows is "View will be available once BiglyBT Extreme Mod Core is done loading..:
    Reply With QuoteReply With Quote
    Thanks

  12. #38
    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 motalemb View Post
    "View will be available once BiglyBT Extreme Mod Core is done loading..:
    Did you follow this step of the Linux installation procedure?

    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"
    If so, the quotes in the path name may be causing trouble (see https://www.sb-innovation.de/showthread.php?p=356937), so remove them and try again. Or you can just open the file with your text editor of choice and ensure the lines are there, in that order and at the bottom of the file.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  13. #39

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    Ah yep the quotes were the issue. I added those two lines in, but still get "View will be available once BiglyBT Extreme Mod Core is done loading.."

    Also, my distro only supports up to Java 11, so this is the most recent BiglyBT Extreme Mod I can use right? Are there any vulnerabilities that can be detected by trackers in this version that I should be aware of?
    Last edited by motalemb; 17.10.20 at 22:04.
    Reply With QuoteReply With Quote
    Thanks

  14. #40
    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 motalemb View Post
    Ah yep the quotes were the issue. I added those two lines in, but still get "View will be available once BiglyBT Extreme Mod Core is done loading.."
    The only reasons I can think of are not having edited the file or extracted the mod files correctly. The two lines must be at the end of java.vmoptions and look exactly like this, no quotes or spaces...

    Code:
    --patch-module=java.base=ghostfucker_utils.jar
    --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
    ...and ghostfucker_utils.jar, BiglyBTSpoof.properties and the clientfiles subdirectory must be in the same place as BiglyBT.jar, which obviously should be the modded one (but the error message wouldn't mention "BiglyBT Extreme Mod Core" if that was not the case).

    I think problems with the SWT library (perhaps a 32-bit vs. 64-bit mismatch?) can also cause this, but wouldn't know what else to add on that regard.

    Also, my distro only supports up to Java 11, so this is the most recent BiglyBT Extreme Mod I can use right? Are there any vulnerabilities that can be detected by trackers in this version that I should be aware of?
    Unfortunately there is a bug which under fairly obscure circumstances, can cause the wrong User-Agent string to be sent, making you easy to detect. This was fixed in 2.3.0.0_rev1 with help from --->HDBD<---. You should read his posts on the newer threads and do a test with a dummy torrent from a public tracker to see if you're affected. It was pretty hard to debug because it doesn't always happen, and during my tests it never did.

    On a lesser note, this build also doesn't have the Peer Injector plugin I hacked up for BiglyBT (the original only worked on Vuze, didn't inject on private torrents and was no longer maintained); that was integrated in 2.3.0.0.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #41

    Join Date
    12.10.20
    Posts
    18
    Activity Longevity
    0/20 4/20
    Today Posts
    0/5 sssssss18
    Hm yep, I have file edited and mod files extracted correctly. No idea how SWT library plays into this or how to fix either. Don't think I can use this then...unfortunate :(
    Reply With QuoteReply With Quote
    Thanks

  16. #42
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    5/5 ssss39386
    Uh, this sucks. One way to possibly get a hint as to what's wrong is running Java from a terminal and storing its output. Under Linux this may involve doing something like this...

    Code:
    cd ~/biglybt
    java -classpath "$PWD\BiglyBT.jar;$PWD\swt.jar" -Djava.library.path="$PWD" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED com.biglybt.ui.Main >/tmp/bbtem_error_log.txt 2>&1 </dev/null
    ...then you reach the part where the mod stalls, close it, and open /tmp/bbtem_error_log.txt to look for error messages or exceptions.

    Another idea is running the mod from a root shell to see if it makes a difference. In theory root privileges shouldn't be necessary, but who knows.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  17. Who Said Thanks:

    cloud99 (18.10.20)

+ Reply to Thread
Page 3 of 3 FirstFirst 123

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
  •