Closed Thread
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 82

Thread: BiglyBT Extreme Mod by SB-Innovation 1.9.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.9.0.0 Beta

    SB-Innovation Presents

    BiglyBT Extreme Mod by SB-Innovation 1.9.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.9.0.0


    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!
    Thanks

  2. Who Said Thanks:

    revbobdobbs (20.08.23) , Spongebob (08.03.20) , codemanager (26.12.19) , ysaquerai (22.11.19) , Blocker (19.11.19) , Aranha (30.10.19) , yuckfou (28.10.19) , Jasol (08.10.19) , drenk (05.10.19) , ISDFlick21 (07.09.19) , captainclone (15.07.19) , wickedlyf (09.07.19) , Nobody (02.07.19) , cronoxo (29.06.19) , BillyG (28.04.19) , Rebound (22.04.19) , illusive (11.04.19) , Renji-Kun (09.04.19) , lyric (08.04.19) , Blankshot7655 (08.04.19) , Godzilla (07.04.19) , eMuLeecheR (05.04.19) , Artbabelitta (03.04.19) , JohnareyouOK (02.04.19) , Paranormal (01.04.19) , Datendiebstahl (31.03.19) , lil-fella (31.03.19) , anon (30.03.19)

  3. #16

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    Quote Originally Posted by Artbabelitta View Post
    @ Datendiebstahl
    are you the driver of this app?
    are you the one I will owe if it gets fixed?
    Deinem Avatar nach verstehst Du auch deutsch?
    No, I don't have the mods source. Only decompiled Mod. Back in Vuze Extreme Mod i had such a divider hard coded to fix the not used divider interval. By hardcoding divider interval. so any value not only max 20 divider is possible in client tracker announce updates.

    i would check why the first announce fails. In stopped or paused state, scraping is done instead regular announce. Does the behaviour change if disable scraping ? I do hate cloudflare.
    Thanks

  4. #17
    MarkH748's Avatar
    Join Date
    22.02.09
    Location
    Ireland
    P2P Client
    Vuze Extreme Mod
    Posts
    26
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 sssssss26
    This version seems to crash for me whenever I try and start a torrent with any spoof activated. Anyone else had this problem?
    Thanks

  5. #18
    Unregistered
    I have no problems with sproofing.

  6. #19
    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 MarkH748 View Post
    This version seems to crash for me whenever I try and start a torrent with any spoof activated. Anyone else had this problem?
    https://www.sb-innovation.de/showthread.php?p=352911
    https://www.sb-innovation.de/showthread.php?p=352236
    https://www.sb-innovation.de/showthread.php?p=351898
    https://www.sb-innovation.de/showthread.php?p=351950
    "I just remembered something that happened a long time ago."
    Thanks

  7. #20

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    I don't know if you can solve this problem , or , Bigly's developers should fix it
    but
    this app has one of the most known bugs in all torrent clients with rss/feed integration
    which is
    it can NOT download the files which contain character in them


    https://i.imgur.com/iZi3U9F.jpg

    many of clients solved this old bug
    but still Bigly has this annoying bug

    whenever you have time please report it to bigly's developer[s] ,please

    which bigly can not download the url

    Update:
    anon says this should be done by them [thank you]
    Last edited by Artbabelitta; 28.06.19 at 00:25.
    Thanks

  8. #21
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    If that isn't a bug with the mod, you should report it on https://github.com/BiglySoftware/BiglyBT/issues instead.
    "I just remembered something that happened a long time ago."
    Thanks

  9. Who Said Thanks:

    Artbabelitta (28.06.19)

  10. #22

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    so there is up to ' BiglyBT 2001_B12 ' and no sign of a new updated 2001 Extreme Mod yet..
    maybe waiting for a better fixed version to mod..
    or having problems modding new version

    hope all goes well soon..
    Thanks

  11. #23

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    patience please please standby - hold the line. also happy to test BiglyBT 2 Extreme Mod
    Thanks

  12. #24

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    Please confirm if this project is still alive
    Appreciated
    Last edited by Artbabelitta; 16.07.19 at 00:58.
    Thanks

  13. #25
    Unregistered
    Thanks for the reply but I still cannot fix it. Is there a particular version of Java I should use? Or a certain version of the JDK GA Release folder? The one in the OP is a dead link.

    Many thanks.

  14. #26
    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 Unregistered View Post
    Thanks for the reply but I still cannot fix it. Is there a particular version of Java I should use? Or a certain version of the JDK GA Release folder? The one in the OP is a dead link.

    Many thanks.
    Sorry for the delay. I have never faced this issue myself, so all I can say is that the Perfect Spoof works fine under Windows 7 x64 and the following version of Java:

    Code:
    java version "11.0.2" 2019-01-15 LTS
    Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS)
    Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode)
    Note that I don't use BiglyBT.exe, so here's my launch script also (in case it helps somehow).

    Code:
    cd /d "%~dp0"
    set VUZEDIR=%CD%
    start "" javaw.exe -Djava.net.preferIPv4Stack=true -XX:MaxDirectMemorySize=512m -Xms256m -Xmx256m -XX:+UseLargePages -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 com.biglybt.ui.Main
    "I just remembered something that happened a long time ago."
    Thanks

  15. Who Said Thanks:

    Sazzy (18.07.19)

  16. #27

    Join Date
    27.01.18
    Location
    Reich
    P2P Client
    bigly extreme mod
    Posts
    26
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss26
    Quote Originally Posted by Artbabelitta View Post
    Please confirm if this project is still alive
    Appreciated
    it is since over 10 years.
    Thanks

  17. #28
    bibby

    raspberry pi

    Has anyone tried running biglybt on a pi before? I got the program to open but the torrents stay on a queued status and never start downloading. BiglyBT is also reporting gui control errors.

  18. #29
    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 bibby View Post
    Has anyone tried running biglybt on a pi before? I got the program to open but the torrents stay on a queued status and never start downloading.
    I suppose you have tried force-starting them?

    Also, here are some potentially relevant posts from our supersecret member area

    I'm trying to get this to run on an ARM based machine running debian. I'm able to get an old vuze running (e.g. 4.3.0.5), but 5.5 won't start at all. Not even an error message.
    After some tinkering in the terminal, it seems like it requires an ARM based SWT library, which I can't seem to find, at all.

    It would be awesome if anyone could help me out here. (by either pointing me to an arm version of libswt-gtk.so or by finding a solution where it doesn't need it anymore )
    Do you try to run VEM on Raspberry PI ?

    take a glance here :
    Create Raspberry Pi SWT GUI Applications with Java and Eclipse

    Preparation of the Raspberry Pi
    If these prerequisites are fulfilled we can start setting up the Raspberry and install the necessary libraries.
    Load and install the SWT libraries

    sudo apt-get install libswt-gtk-3-java

    It will also copy swt-gtk-3.8.0.jar to the folder /usr/share/java of you system. You should copy this file e.g. via FTP to you development computer since you will need this library in Eclipse later.

    That?s all on the Pi so far.
    what about taking the .jar that and attach it to VEM folder ?
    Yep :)

    Thanks for the link. Tried it this morning, no work :(
    After installing libswt, the arm swt lib gets resolved, but it seems like it's way too old for a newer VEM to run on. It gets passed the resolving issues, but then starts throwing exceptions of missing method calls. After tinkering with it a bit and going back on versions, the latest version I am able to start of Vuze is 4.3.0.5, as stated above. After replacing its files with VEM's, even that refuses to start

    It seems like my coolio project is a lost cause :(


    Thanks for helping out, though.
    "I just remembered something that happened a long time ago."
    Thanks

  19. #30
    Heyyyy I remember those super secret messages
    Last edited by Sazzy; 19.07.19 at 09:52.
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

Closed Thread
Page 2 of 6 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
  •