+ Reply to Thread
Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 73

Thread: BiglyBT Extreme Mod by SB-Innovation 1.5.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
    1/5 ssssss633

    BiglyBT Extreme Mod by SB-Innovation 1.5.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.5.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.5.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!
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    Renk (09.09.18) , cDDDe (18.06.18) , crystal (17.06.18) , Lucas Kane (07.06.18) , koyotefreak (02.06.18) , DarkSaibot v.1.3.10 (21.05.18) , MiXaL (28.04.18) , ParamouR (23.04.18) , H265 (20.04.18) , surgat (17.04.18) , Spidtest (12.04.18) , coolio256 (12.04.18) , anon (12.04.18) , eragooo (11.04.18) , Sazzy (11.04.18) , mmmmm (11.04.18) , zora (11.04.18) , lil-fella (11.04.18) , Paranormal (11.04.18) , RaMa (11.04.18) , lyric (11.04.18)

  3. #31
    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 Terrorizer View Post
    ... no i don't find this ???
    See the first post

    Quote Originally Posted by DigitalDJ View Post
    Linux
    NOTE: Based on Ubuntu 17.10

    ...

    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"
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    Mon (13.05.18)

  5. #32

    Join Date
    03.05.18
    Location
    X:0;Y:0
    Posts
    124
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssss124
    Will qbittorent 4.1.0 emulation be available?
    Reply With QuoteReply With Quote
    Thanks

  6. #33

    Join Date
    21.06.08
    Posts
    49
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 sssssss49
    Quote Originally Posted by anon View Post
    See the first post
    on this three echo commands i must leave off the quotation marks after ">>"; now it works; the three commands should looks like:

    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


    Many thanx for your great support !!! Awesome !!!
    Reply With QuoteReply With Quote
    Thanks

  7. #34
    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 pleasenocheating View Post
    Will qbittorent 4.1.0 emulation be available?
    Ask cloud99, he's in charge of those
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. #35
    Annon1

    Incorrect ratio

    Just like the other user on the first page reported, there are inconsistencies between the ratio reported in the program and the one recorded on the tracker.
    I have tried changing many settings that I think could affect the ratio but I still can't find the culprit, it's driving me crazy. I tried to change the display units as suggest, no luck.
    Do you think the "Intelligent mode" could be the cause of this issue? I have it on, and it's basically the only thing left to try.

    I would appreciate if you could take a look at my settings here: https://imgur.com/a/nLjvdJv
    Reply With QuoteReply With Quote

  9. #36
    Advanced User alpacino's Avatar
    Join Date
    19.03.09
    Location
    locked in Alchemilla Hospital
    P2P Client
    none, just the toolz
    Posts
    2,059
    Activity Longevity
    5/20 18/20
    Today Posts
    1/5 sssss2059
    Is your internet/ISP unstable? Connection loss can lead to wrong reports.
    it's hip to be square
    Reply With QuoteReply With Quote
    Thanks

  10. #37

    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 Annon1 View Post
    Just like the other user on the first page reported, there are inconsistencies between the ratio reported in the program and the one recorded on the tracker.
    I have tried changing many settings that I think could affect the ratio but I still can't find the culprit, it's driving me crazy. I tried to change the display units as suggest, no luck.
    Do you think the "Intelligent mode" could be the cause of this issue? I have it on, and it's basically the only thing left to try.

    I would appreciate if you could take a look at my settings here: https://imgur.com/a/nLjvdJv
    Display ---> USE IEC Units

    Once you done this, restart the client. If it shows GB, then the setting did not kick in. It should show GiB
    Last edited by Spidtest; 17.05.18 at 23:37.
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    H265 (17.05.18)

  12. #38

    Join Date
    20.05.18
    Posts
    3
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss3

    BiglyBT closing when launch

    hi everybody

    firstly thanks to your website to exist, i had never register here but i come since 2009 here to follow the vuze mod.

    i'am on mac OS high sierra 10.13.4 and i have an issue to install this BiglyBT Extreme Mod

    i have succesfully install the jre-10.0.1_osx-x64_bin.dmg and BiglyBT and put the zip includes file on directory
    i have also do the sudo instrucion in console

    but when i try to launch BiglyBT it's closing immediatly

    do you have an idea of what i can try?

    thanks
    Reply With QuoteReply With Quote
    Thanks

  13. #39

    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 totototo View Post
    hi everybody

    firstly thanks to your website to exist, i had never register here but i come since 2009 here to follow the vuze mod.

    i'am on mac OS high sierra 10.13.4 and i have an issue to install this BiglyBT Extreme Mod

    i have succesfully install the jre-10.0.1_osx-x64_bin.dmg and BiglyBT and put the zip includes file on directory
    i have also do the sudo instrucion in console

    but when i try to launch BiglyBT it's closing immediatly

    do you have an idea of what i can try?

    thanks
    Type in Sudo on terminal first, then enter your password and then paste all commands.
    Reply With QuoteReply With Quote
    Thanks

  14. #40

    Join Date
    20.05.18
    Posts
    3
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss3
    hi
    already do that,
    Reply With QuoteReply With Quote
    Thanks

  15. #41
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Try running the mod from a terminal window, the debug messages printed to it will give you a clue as to what's failing. Based on the first post, I'm guessing it would be something like this:

    Code:
    cd /Applications/BiglyBT/
    java -jar BiglyBT.jar
    Otherwise you're going to have to find where the JAR file is and change the first line accordingly.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  16. #42

    Join Date
    20.05.18
    Posts
    3
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 ssssssss3
    hi
    here a log after typing the command you give to me

    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/Applications/BiglyBT/.biglybt/BiglyBT.jar) to field java.net.InetAddress.impl
    WARNING: Please consider reporting this to the maintainers of com.biglybt.core.util.spi.AENameServiceJava9
    WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
    WARNING: All illegal access operations will be denied in a future release
    DEBUG::Sun May 20 22:22:40 CEST 2018::com.biglybt.core.util.AEDiagnostics::markDir ty::377:
    Marking as dirty
    CoreImpl::<init>::269, CoreImpl::create::170, CoreFactory::create::43, Main::main::189
    Enabling broken select detection: diablo=false, freebsd 7+=false, osx 10.6+=true
    ***WARNING: Display must be created on main thread due to Cocoa restrictions.
    ***WARNING: Display must be created on main thread due to Cocoa restrictions.
    Exception in thread "BiglyBT Extreme Mod" org.eclipse.swt.SWTException: Invalid thread access
    at org.eclipse.swt.SWT.error(SWT.java:4491)
    at org.eclipse.swt.SWT.error(SWT.java:4406)
    at org.eclipse.swt.SWT.error(SWT.java:4377)
    at org.eclipse.swt.widgets.Display.error(Display.java :1097)
    at org.eclipse.swt.widgets.Display.createDisplay(Disp lay.java:848)
    at org.eclipse.swt.widgets.Display.create(Display.jav a:831)
    at org.eclipse.swt.graphics.Device.<init>(Device.java :130)
    at org.eclipse.swt.widgets.Display.<init>(Display.jav a:721)
    at org.eclipse.swt.widgets.Display.<init>(Display.jav a:712)
    at com.biglybt.ui.swt.mainwindow.SWTThread.<init>(SWT Thread.java:100)
    at com.biglybt.ui.swt.mainwindow.SWTThread.createInst ance(SWTThread.java:64)
    at com.biglybt.ui.swt.Initializer.<init>(Initializer. java:179)
    at com.biglybt.ui.swt.UI.takeMainThread(UI.java:108)
    at com.biglybt.ui.Main.main(Main.java:236)
    Reply With QuoteReply With Quote
    Thanks

  17. #43

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14

    Need help configuring program

    Hello,

    can someone share screenshots of the configuration of the software itself?
    not the extreme mod setting.
    i can't upload anything after download, i didn't have this problem in the past and now
    i'm not sharing at all, not real nor fake.

    please help

    Felix
    Reply With QuoteReply With Quote
    Thanks

  18. #44
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    Thorough assistance is available at http://wiki.vuze.com/
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    Mon (25.05.18)

  20. #45

    Join Date
    15.05.18
    Location
    Israel
    Posts
    14
    Activity Longevity
    0/20 7/20
    Today Posts
    0/5 sssssss14

    Unhappy still need help

    Hi,

    i still can't make the program to upload what was downloaded.
    i'm trying for a week already, nothing changes.
    read all what is written and can't make the program seed...

    can someone help me please?
    what configuration needed to be done in the general configuration???
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 3 of 5 FirstFirst 12345 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
  •