Closed Thread
Page 1 of 6 123 ... LastLast
Results 1 to 15 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
    0/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!
    Attached Files Attached Files
    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. #2
    Member illusive's Avatar
    Join Date
    24.10.10
    P2P Client
    What ?! That's Private!
    Posts
    501
    Activity Longevity
    3/20 16/20
    Today Posts
    0/5 ssssss501
    Running on Java 12 with no problems so far. For anyone whom might be interested, here a list of OpenJDK binaries and releases for version 11 (LTS) and latest 12 as well, from different vendors

    Code:
    OpenJDK - Oracle - Only Zip
    http://jdk.java.net/11/
    http://jdk.java.net/12/
    
    AdoptOpenJDK - Eclipse - Installer & Zip
    https://adoptopenjdk.net/index.html?variant=openjdk12&jvmVariant=hotspot
    
    Zulu - Azul- Installer & Zip - Certified builds of OpenJDK
    https://www.azul.com/downloads/zulu/
    So far I tested BiglyBT only on Oracle OpenJDK.
    Thanks

  4. Who Said Thanks:

    BillyG (28.04.19) , Artbabelitta (17.04.19)

  5. #3
    Coder
    Join Date
    26.02.10
    P2P Client
    Deluge,Vuze
    Posts
    71
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss71
    Ubuntu 18.0.4.02
    4.18.0-18-generic
    java 11.0.2 2019-01-15 LTS
    Also tried openjdk 11 and Oracle Java 12.

    Get a core dump when ever a torrent is added.
    Core Dump: https://paste.ee/p/M3kA9

    Output in ui:
    ./biglybt: line 251: 27162 Aborted (core dumped) ${JAVA_PROGRAM_DIR}java -Xmx256m -cp "${CLASSPATH}" "-Djava.library.path=${PROGRAM_DIR}" "-Dazureus.install.path=${PROGRAM_DIR}" "-Dazureus.script=$0" ${JAVA_PROPS} ${JAVA_ARGS} ${START_CLASS} ${OTHER_PARAMS} "$@"
    Exit from BiglyBT complete
    WARNING: An illegal reflective access operation has occurred
    WARNING: Illegal reflective access by com.biglybt.core.util.spi.AENameServiceJava9 (file:/home/seed/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
    No shutdown tasks to do
    BiglyBT TERMINATED.
    Configs
    Last edited by tworkemon; 26.04.19 at 15:20.
    Thanks

  6. #4
    Coder
    Join Date
    26.02.10
    P2P Client
    Deluge,Vuze
    Posts
    71
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 sssssss71
    It works without the modified BiglyBT.jar file however when the modified file is in place it core dumps. Any help would be appreciated.

    ---------- Post Merged at 16:06 ---------- Previous Post was at 14:35 ----------

    So it seems like the issue is with "Perfect Spoof". When that is enabled it will core dump when you add a torrent file. Disabling "Perfect Spoof" adding torrents work no core dump.
    Below are configs enabled during the test.
    No upload - checked
    When download is completed (and all conditions are fine) STOP the torrent (no seeding) - checked
    When Fake report is turned off - checked
    Fake report to tracker systems - checked
    Ghostleech -checked
    Send Start and after 20 seconds stop
    No report (0up/0done) - checked
    ---------- Post Merged at 17:09 ---------- Previous Post was at 16:06 ----------

    So it seems like my issue was related to how I would spin up the ui=console part. Once I used the proper java params it works now.
    Thanks

  7. Who Said Thanks:

    anon (26.04.19)

  8. #5

    Join Date
    04.05.14
    Posts
    29
    Activity Longevity
    0/20 12/20
    Today Posts
    0/5 sssssss29
    Quote Originally Posted by illusive View Post
    So far I tested BiglyBT only on Oracle OpenJDK.
    I've tried AdoptOpenJDK 11 and 12, both x86 and x64, both Hotspot and OpenJ9 (x64 only) - all runing just fine on Win10 1809 LTSC x64 an x86 (though the os shouldn't make any difference). Java 12 is now "General Availability", and Java 11 is LTS.

    => AdoptOpenJDK is available as a smaller "jre", too, and has zip and installers.
    Last edited by BillyG; 28.04.19 at 12:44.
    Thanks

  9. Who Said Thanks:

    illusive (17.05.19)

  10. #6

    Join Date
    15.07.09
    P2P Client
    BiglyBT
    Posts
    644
    Activity Longevity
    0/20 18/20
    Today Posts
    0/5 ssssss644
    looking forward to new modded BiglyBT 2001 B01
    Thanks

  11. Who Said Thanks:

    Datendiebstahl (31.05.19)

  12. #7
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Quote Originally Posted by anon View Post
    The client identification plugin is just an official transition mechanism and they will remove it in the future. Private trackers aren't too fond of clients with built-in spoofing features, no matter how good their intentions are.
    BiglyBT has been around the block enough to shake off the need to the transitional feature that allowed BiglyBT to work with trackers that had yet to permit it.

    Version 2.0.0.0 has no option to set the tracker ?Peer ID? to that of Vuze (or the most recent non-beta BiglyBT release).

    Please inform any private trackers that had issues with this that the feature has now been removed.
    "I just remembered something that happened a long time ago."
    Thanks

  13. #8

    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
    Hey DDJ, danke fürs lange maintainen. Nur ein Hinweis :) https://biglybt.tumblr.com/post/1851.../2000-released Wie kann man den Mod am besten auf neue Versionen patchen? Verwende für gewöhnlich quilt dazu um Änderungen schnell in neue Releases zu ergänzen. Nutzt Ihr dazu eclipse oder intelliJ?
    Thanks

  14. #9
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    Relax, the new version will be out soon... as usual
    "I just remembered something that happened a long time ago."
    Thanks

  15. #10

    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

    Question Clientspoofproblem

    still experience Clientspoof probleme:


    Click image for larger version. 

Name:	Clientspoof.png 
Views:	508 
Size:	106.9 KB 
ID:	20111

    Quote Originally Posted by Datendiebstahl View Post
    i fail to use client spoofing in current

    With Plugin Client Ident default:
    and Perfect Spoof
    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=False
    azureus
    .spoof.value=5.7.0.1 
    Result:
    User-Agent: BiglyBT 5.7.0.1


    and Perfect Spoof
    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=True
    azureus
    .spoof.value=5.7.0.1 
    User-Agent: BiglyBT 5.7.0.1


    With Plugin Client Ident set Vuze:

    and Perfect Spoof
    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=True
    azureus
    .spoof.value=5.7.0.1 
    User-Agent: Vuze 5.7.5.0


    and Perfect Spoof
    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=False
    azureus
    .spoof.value=5.7.0.1 
    User-Agent: Vuze 5.7.5.0




    Without azureus.spoof.boolean and with Perfect Spoof and with Plugin Client Ident default it works with Clientfiles.



    Seems like Plugin Client Ident overrides any "azureus.spoof" settings

    Zeichenkodierung: Umlaute werden auch nicht angezeigt.
    ---------- Post Merged at 07:46 ---------- Previous Post was at 07:27 ----------

    from any clientfiles, the User-Agent: header string is ignored and overwritten for biglybt
    Last edited by Datendiebstahl; 03.06.19 at 08:34. Reason: Optional
    Thanks

  16. #11
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    The client identification feature has been removed in version 2.0.0.0, so I'd wait for the new mod and see if you still have that problem.
    "I just remembered something that happened a long time ago."
    Thanks

  17. #12

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    Please
    can you add a feature which adds item from rss in Paused mode
    then after 5 to 10 seconds , starts downloading [unpause]? not more than that delay which will bring poblem for me

    this way , the "Update Tracker" interval problem can be solved

    Update tracker interval feature , never worked in all of your recent updates in the private trackers which we tested

    I asked my coders to confirm my claim and 2 of the coders who write progam for me already confimed it

    by adding such feature
    OR any other ways you can

    which solves one of the biggest problems we have with Private trackers which their trackers url are behind cloudflare
    which sometimes it takes 30 minutes to start downloading [30 minutes announce interval]

    will be solved

    and I will donate to The coder

    I solve this for those stucked items by manually pause/unpause the item
    but
    when I am asleep ,this causes huge chaos
    I haven't been able to solve this bug in last years in any client for those trackers

    can you also add Exception words for "EACH RSS"?
    size limit too [in working way , not regular expression which never worked properly]
    simple option for each rss , in each rss poperty window

    each of these matters has its own donation

    maybe one day I will be able to use vuze or bbt

    thank you very much

    sample:
    https://i.imgur.com/gLm7Z4x.jpg

    remains like this for 30 min
    doesn't matter what I choose for update tracker's interval [1 , 2 , 3 , 5 , 6 , 10 , 15 or even 30 !!!] it keeps 30 min to announce [update ] tracker unless i pause/unpause OR I press update tracker

    but the client which adds in paused mode
    then unpause in seconds
    always [no matter what]
    starts after few seconds , downloading

    Please confirm when you saw my donation offer ,I need to delete this , walls have mouse
    Last edited by Artbabelitta; 08.06.19 at 05:24.
    Thanks

  18. #13

    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
    the "Update Tracker" interval problem can be solved

    Update tracker interval feature , never worked in all of your recent updates in the private trackers which we tested

    I asked my coders to confirm my claim and 2 of the coders who write progam for me already confimed it
    i don't see it in current version. It was broken in versions before but i fixed and gave a Patch
    + Fix Tracker Update Interval Divider
    you can add rss torents in pause state (import as quened) and use:
    Last edited by Datendiebstahl; 08.06.19 at 09:55.
    Thanks

  19. Who Said Thanks:

    Artbabelitta (08.06.19)

  20. #14

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    hello
    that feature [add as paused] has no use to me
    it must be done like:

    adds as paused and starts downloading after 10 seconds [5 to 15 seconds]
    more delay will totally detroy the whole job [seconds matter in this job and sites do anything to post few seconds before each other]

    also I am talking about update tracker:
    https://picr.ws/d/6Tk.jpg

    which I am using your v1.9 and it doesnt work at all , whoever says it works is wrong
    you can test in ipt encode module like AFG mSD ..., ipt /TT and TD use same server which is behind cloudflare and this anomaly happens only in trackes which are using CF]
    and when it stucks , it takes 30 min to update the tracker
    doesnt matter what you set
    it always updates in 30 min interval
    which I need this to be set 1 min , because just 1 update tracker ,starts the download process
    pause/unpause does same job but I can't stay there and pause/unpause all the 24/7

    that is why I asked for

    adds as Paused and starts after 10 seconds
    or
    fix "Update Tracker" Interval's feature

    ---------- Post Merged at 22:05 ---------- Previous Post was at 18:41 ----------

    @ Datendiebstahl
    are you the driver of this app?
    are you the one I will owe if it gets fixed?
    Thanks

  21. #15

    Join Date
    25.10.17
    Location
    Haifa
    P2P Client
    CustomClient®
    Posts
    29
    Activity Longevity
    0/20 8/20
    Today Posts
    0/5 sssssss29
    you can see this case here:

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

    it remains like this for 30 min
    until it announces and starts downloading
    or
    I pause/unpause it

    if you add a feature which adds the rss-called item , as Paused and starts it in very few seconds [its Important to be just seconds] it solves it

    or

    Your "Update Tracker" REALLY works

    these 2 can solve this problem
    Thanks

Closed Thread
Page 1 of 6 123 ... 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
  •