+ Reply to Thread
Page 5 of 5 FirstFirst ... 345
Results 61 to 73 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. #61

    Join Date
    31.10.17
    Posts
    49
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss49
    this step is really necessary?
    5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.
    i installed but cant download something that because i ask this
    Last edited by axanon1; 04.06.18 at 21:44.
    Reply With QuoteReply With Quote
    Thanks

  4. #62
    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 axanon1 View Post
    this step is really necessary?
    5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE.
    Yes. It lets the mod benefit from JRE updates, saves disk space by deleting a redundant and potentially outdated copy, and if you run other Java programs at the same time, they will start and run faster because the runtime environment is already in the system cache.

    On a sidenote, I think BiglyBT should just install itself if it detects a suitable runtime already present. The current behavior of forcing you to download and use its own no matter what is sub-optimal.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. #63

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    2/20 17/20
    Today Posts
    0/5 sssssss38
    Hello Everyone, :)

    Can I use an exported backup of configuration from latest version of VEM and import it to the new BBT Extreme Mod ?
    I have many settings configured and I don't want to configure them manually again.
    Reply With QuoteReply With Quote
    Thanks

  6. #64
    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 Lucas Kane View Post
    Can I use an exported backup of configuration from latest version of VEM and import it to the new BBT Extreme Mod ?
    Give it a try, I don't think your computer will explode
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  7. #65

    Join Date
    28.02.10
    Location
    Earth
    Posts
    38
    Activity Longevity
    2/20 17/20
    Today Posts
    0/5 sssssss38
    lol,

    Not the point, but I am only afraid that maybe some option (especially those related to EM) get altered some way during the process and affects the torrent that is already been seeded and uncover my cheating to the trackers.

    So I am only asking if somebody already tried that and found it to be safe.


    Edit : Just tried but appears to be not compatible, Should have to set all settings manually.

    Thanks anyway.
    Last edited by Lucas Kane; 08.06.18 at 02:11.
    Reply With QuoteReply With Quote
    Thanks

  8. #66
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    For the record, I'm using this script to make the mod portable under Windows (for convenience purposes rather than any desire for true portability), and it works fine without having to keep a duplicate JRE or symlink anything.

    Note how the parameters mentioned in step 6 of the first post are also present here, because the .vmoptions file is not read with this method. Any tweaks like -Xmx64m, preferIPv4Stack or whatever can be added after javaw.exe.

    Code:
    @echo off
    cd /d "%~dp0"
    rem Java sets itself in your PATH, so defining this is not necessary
    rem set JAVADIR=C:\Program Files\Java\jre-10.0.1\bin
    set VUZEDIR=%CD%
    start "" javaw.exe -classpath "%VUZEDIR%\BiglyBT.jar;%VUZEDIR%\swt.jar" -Djava.library.path="%VUZEDIR%" -Dazureus.portable.enable=true -Dazureus.config.path="%VUZEDIR%" -Duser.dir="%VUZEDIR%" --patch-module=java.base=ghostfucker_utils.jar --add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED --add-modules=java.xml.bind com.biglybt.ui.Main
    exit
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #67
    Coder
    Join Date
    26.02.10
    P2P Client
    Deluge,Vuze
    Posts
    71
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss71
    This is working on Ubuntu 18.04 headless server using
    sudo apt-get install openjdk-11-jdk openjdk-11-jdk-headless libjna-java
    Only thing I noticed when starting in console mode is this:
    Starting BiglyBT...
    Suitable java version found [java = openjdk 10.0.1 2018-04-17]
    Using swt/swt-x86_64.jar vUnknown
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/home/user/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
    SWT check failed with: org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
    Loading BiglyBT:
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/home/user/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
    changeLocale: *Default Language* != English (United States). Searching without country..
    changeLocale: Searching for language English in *any* country..
    changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
    DEBUG::Wed Jun 27 12:54:55 EDT 2018::com.biglybt.core.util.AEDiagnostics::markDir ty::377:
    Marking as dirty
    CoreImpl::<init>::269, CoreImpl::create::170, CoreFactory::create::43, Main::main::189, NativeMethodAccessorImpl::invoke0::-2, NativeMethodAccessorImpl::invoke::62, DelegatingMethodAccessorImpl::invoke::43, Method::invoke::564, MainExecutor$1::run::37, Thread::run::844
    Reply With QuoteReply With Quote
    Thanks

  10. #68
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  11. Who Said Thanks:

    cloud99 (30.06.18)

  12. #69

    Join Date
    20.07.17
    P2P Client
    Transmission
    Posts
    96
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss96
    How do I appear when connecting to peers? Will it show the fake client or will it show as BiglyBT?

    I mean in terms of real seeding, how would I appear on the peer tab?
    Last edited by Spidtest; 01.07.18 at 00:55.
    Reply With QuoteReply With Quote
    Thanks

  13. #70
    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 Spidtest View Post
    How do I appear when connecting to peers? Will it show the fake client or will it show as BiglyBT?
    The fake client, of course - we wouldn't call the feature "Perfect Spoof" otherwise
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    Spidtest (01.07.18)

  15. #71

    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 anon View Post
    The fake client, of course - we wouldn't call the feature "Perfect Spoof" otherwise
    Well I've wasted a lot of time worried about this ahaha! Thanks anon!
    Reply With QuoteReply With Quote
    Thanks

  16. #72

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello genius Coder[s]:

    in future releases please add a feature which gives us ablity to decrease "Update Tracker" 's Interval to 1 minute

    in some private trackers torrent dont start unless we click "Update Tracker"
    if not then torrents will start in 30 to 60 minutes

    also
    I have a question:

    Can we change the Reported IP to tracker in Bigly EXT MODE?

    under any circumstances I shouldn't reveal my IP to my own country's Trackers
    as they all MUST give their log files to Government [ at the moment, I live in ""THE"" hell ]


    Thank you for this Unique app which acts like a whole Platform
    Very reliable and stable
    Last edited by Artbabelitta; 01.08.18 at 19:01.
    Reply With QuoteReply With Quote
    Thanks

  17. #73
    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 Artbabelitta View Post
    in future releases please add a feature which gives us ablity to decrease "Update Tracker" 's Interval to 1 minute

    in some private trackers torrent dont start unless we click "Update Tracker"
    if not then torrents will start in 30 to 60 minutes
    You can work around this by using "reduce the time between updates with the tracker" or "always enable update tracker button" for those torrents. 1 minute is too frequent, by the way.

    Can we change the Reported IP to tracker in Bigly EXT MODE?

    under any circumstances I shouldn't reveal my IP to my own country's Trackers
    as they all MUST give their log files to Government [ at the moment, I live in ""THE"" hell ]
    That feature doesn't do anything to hide your address. In fact, 99% of trackers don't rely on it even for its original purpose, since it's based on user input that may be unsanitized, incorrect or deliberately misleading.

    Anyway, if you still want to use it, you can find it at Options -> Tracker -> Client -> Override tracker announce IP(s).
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 5 of 5 FirstFirst ... 345

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
  •