Closed Thread
Page 5 of 6 FirstFirst ... 3456 LastLast
Results 61 to 75 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. #61
    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 Degenerate View Post
    I have the particular seeder's IP and port number, is there a way to manually add a seeder to a torrent on BiglyBT so I can ghost leech it?
    Use version 0.3 of the Peer Injector plugin, which I have compiled for BiglyBT and made available at http://www.sb-innovation.de/showthread.php?t=12403.
    "I just remembered something that happened a long time ago."
    Thanks

  4. #62

    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

    Cool

    hi, in the peer Details view press right click=> add peer....

    well i can do this, and i have not installed your plugin anon! but ty anyway :)Click image for larger version. 

Name:	addpeers.png 
Views:	272 
Size:	16.1 KB 
ID:	20230Click image for larger version. 

Name:	addpeer.png 
Views:	256 
Size:	7.6 KB 
ID:	20231

    ---------- Post Merged at 17:12 ---------- Previous Post was at 16:35 ----------

    Quote Originally Posted by DigitalDJ View Post
    There is a refactoring of the configuration views. I do not have time to fix it.
    What needs to be done, split the works to delegate time? There is like 100's (COOL) Configuration in this Mod Configuration Tab.

    as of 2.0.0 Changelog new is:
    PHP Code:
    FEATUREUI    Most config parameters now have a "Reset to Default" option on right click of their label [TuxPaper]   
    FEATUREUI    Console UIConfig sections and parameters now available via `configcommand [TuxPaper]  
    FEATUREUI    Added tooltip to config option labels to show minimum user mode [Parg]
    CHANGEUI     Config Sections restructuredMinor visual changesbut should mostly operate the same [TuxPaper
    Last edited by Datendiebstahl; 24.09.19 at 17:49.
    Thanks

  5. #63

    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
    The following boolean in file
    PHP Code:
    BiglyBTSpoof.properties 
    does not work for me since v.1.5.x half year .
    Dokumentation :

    PHP Code:
    Spoof BiglyBT azureus.spoof.spoofbiglybt=True
    Spoof Azureus 
    Vuze azureus.spoof.spoofbiglybt=False 
    ON Config:
    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=True
    azureus
    .spoof.value=2.0.0.0 
    Result OK client detected:

    BiglyBT 2.0.0.0


    PHP Code:
    azureus.spoof.boolean=True
    azureus
    .spoof.spoofbiglybt=False
    azureus
    .spoof.value=5.7.5.1 
    Result fake client detected:

    BiglyBT 5.7.5.1




    OFF(ENSICHTLICH )

    PHP Code:
    azureus.spoof.boolean=False
    azureus
    .spoof.spoofbiglybt=False
    azureus
    .spoof.value=5.7.5.1 
    Perfect spoof CHECKED
    Default (Azureus 2.5.0.4) Client file selected

    Result:
    BiglyBT 1.9.0.0
    Thanks

  6. #64

    Join Date
    11.10.19
    Location
    Brazil
    P2P Client
    BiglyBT
    Posts
    2
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss2

    Feature Request

    Hey, there is a feature or any other tool that allow do a 'fake seed' of a certain torrent?
    My tracker give points just by keep a torrent in the 'seed mode' even if you don't really
    seed any data, then i'm searching for a tool that allow me 'seed' a big amount of torrent
    without need download it.
    Thanks

  7. #65
    Hi; If you check the index page, in the top 6 of the tools listed, 4 of them do what you're describing! Have a look :)
    g̺̗͙̺l̜̜i͖̦͇̙t͕̲̜c͇̮͕̺̩͎̰̜h͕̦̘
    Thanks

  8. Who Said Thanks:

    kuon (11.10.19)

  9. #66

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    https://github.com/BiglySoftware/Big.../ChangeLog.txt

    2019.09.09 | BiglyBT 2.1.0.0

    FEATURE: Plug | We now have a uTorrent/BitTorrent client migration plugin [TuxPaper]
    FEATURE: Plug | New Swarm Discoveries 'explore' mode [Parg]
    FEATURE: Tag | Three tag view modes in tagging view with groups: Row, Column, Row-Compact [TuxPaper]
    FEATURE: Tag | Drag of Tags or to Tags or to Tag Groups now supported in most places [TuxPaper]
    FEATURE: Tag | F2 to rename tag when it has focus [TuxPaper]
    FEATURE: Tag | Added peer client id to Peer Set criteria [Parg]
    FEATURE: Tag | New Peer Set client auto classifier mode [Parg]
    FEATURE: UI | Added 'boost' checkbox peers column, restructured menu [Parg]
    FEATURE: UI | Support more multi-torrent option setting in open-torrent-options [Parg]
    FEATURE: UI | Library view config import/export [Parg]
    FEATURE: UI | Classic UI option to never show Tag library views [Parg]
    FEATURE: UI | OSX Dark Theme initial support [Parg]
    FEATURE: UI | Added search option to chat text [Parg]
    FEATURE: UI | Added collapse-all to Tag groups [Parg]
    FEATURE: UI | Peers view option to enable auto-Peer Set categorization [Parg]
    FEATURE: UI | Max-age and Min-seeds search filters for subscriptions [Parg]
    FEATURE: UI | Added 'show icons' menu to FilesView name item [Parg]
    FEATURE: UI | Implement 'and' library filter for spaces [Parg]
    FEATURE: UI | Added option to allow auto-assigned Tags in open-torrent-options to be subsequently modified [Parg]
    FEATURE: Core | Added last-active, downloading-for, date-added and date-completed to XML stats [Parg]
    FEATURE: Core | Added ability to revert files to original location via copy [Parg]
    FEATURE: Core | Reworked disk manager error handling to pick up 'no space' errors better [Parg]
    FEATURE: Core | Option to kick off a low-resource recheck of a seeding download [Parg]
    FEATURE: Core | Speed Limit Handler option to preserve existing limits across activation [Parg]
    FEATURE: Core | Added an aggressive hash checking mode [Parg]
    FEATURE: Core | Option to control max concurrent checking downloads [Parg]
    FEATURE: Core | Firewall test for IPv6 [Parg]

    CHANGE: UI | Vivaldi/XferStats/Swarm Explore: Make more Google Maps-like -> Fix mouse-scroll-to-zoom direction; Zoom to cursor [TuxPaper]
    CHANGE: UI | Sources (Trackers) View: Deleting via keyboard, toolbar, & content menu now use same prompt [TuxPaper]
    CHANGE: UI | Torrent and file piece graphic column now shown when torrent isn't running [TuxPaper]
    CHANGE: UI | Added Drag and Drop indicator when moving table columns around [TuxPaper]
    CHANGE: UI | Reduced IP Filter icons to fit library [Parg]
    CHANGE: UI | Prevent progress window from making main window visible if configured [Parg]
    CHANGE: UI | Maintain selection when switching between Files View table/tree mode [Parg]
    CHANGE: UI | Tag settings moved to separate UI config panel [Parg]
    CHANGE: UI | TagIcon column now shows download-state icons [Parg]
    CHANGE: UI | My Torrents sidebar children now more deterministically ordered [Parg]
    CHANGE: UI | 'show icon' config should affect sub-rows too [Parg]
    CHANGE: UI | Show category buttons in Tag views [Parg]
    CHANGE: UI | 'Already running' UI warning now allows user to wait for old instance to close [Parg]
    CHANGE: UI | Open-torrent-options dialog now has minimum depth for file table and scrollable Tags [Parg]
    CHANGE: UI | Categories now shown in open-torrent-options dialog and Tagging view [Parg]
    CHANGE: UI | Exclusive tag groups handled properly in open-torrent-options [Parg]
    CHANGE: Tag | Tag Visuals Overhaul. No more checkbox; Solid selected tags, unselected are border-only [TuxPaper]
    CHANGE: Tag | Library header tags are no longer buttons [TuxPaper]
    CHANGE: Tag | Better handling of tag coloring (text color vs tag color, tag color on similar bg color) [TuxPaper]
    CHANGE: Core | Removed ip.discovervip.com for IP lookup as no longer working [Parg]
    CHANGE: Core | Clear cached peers when changing networks [Parg]
    CHANGE: Core | Seed to Peer ratio now based on aggregate scrape data [Parg]
    CHANGE: Core | Update downloads will not be put into a stopped state on addition [Parg]
    CHANGE: Core | Keep oldest subscription result publication date [Parg]

    BUGFIX: UI | Progress, Actions (Search Results) columns using wrong color when "Start UI before Core Initialization" is OFF [TuxPaper]
    BUGFIX: UI | Fix Tag Settings preventing max UL speed to be 0/unlimited, -1/disabled [TuxPaper]
    BUGFIX: UI | Fix Files View row invalidation [Parg]
    BUGFIX: UI | Fixed test-SOCKS button not working [Parg]
    BUGFIX: UI | Fixed some SWT issues for SWT 4757 [Parg]
    BUGFIX: UI | Inject explicit focus traversal on UI exit to pick up potential changes [Parg]
    BUGFIX: UI | Fix some issues with table column setup dialog [Parg]
    BUGFIX: UI | Prevent sound when hitting ctrl+x for regex filter [Parg]
    BUGFIX: UI | Fix sources/tracker view updating toolbar when nothing selected [Parg]
    BUGFIX: UI | Fix chat view styles no rendering sometimes [Parg]
    BUGFIX: UI | Improve browser popup white/black-listing [Parg]
    BUGFIX: UI | Bring back auto-speed 'adjustment interval' parameter [Parg]
    BUGFIX: UI | Subscription view table config not being saved [Parg]
    BUGFIX: UI | Category sidebar indicators not updating properly [Parg]
    BUGFIX: Core | Fixed search-for-existing-files failing on non-allocated downloads [Parg]
    BUGFIX: Core | Subscription auto-download should take note of persistent filters [Parg]
    BUGFIX: Core | Rechecking a completed torrent no longer updates completion date [TuxPaper]
    BUGFIX: Core | Fix speed limiters for client-id based Peer Sets [Parg]
    BUGFIX: Core | Fixed some long executing timer tasks [Parg]
    BUGFIX: Core | Handle partial-buddies and LAN limits properly [Parg]
    BUGFIX: Core | Fix renaming download on Windows when only case differs [Parg]
    BUGFIX: Core | Make sure we fixup file links when renaming downloads [Parg]
    BUGFIX: Core | Fixed re-download bug on stop-during-alloc/recheck [Parg]
    BUGFIX: Core | Make 'change data directory' work better with non-allocated downloads [Parg]
    BUGFIX: Tag | Fixed Tag constraint strings with escaped quotes like contains(name, """), hasTag("Foo"Bar") [TuxPaper]
    BUGFIX: Tag | Bring back the display of Tag constraint errors [Parg]
    BUGFIX: Tag | Fix torrents being moved with Tag 'move on complete' when disabled [Parg]
    Thanks

  10. #67
    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 kuon View Post
    Hey, there is a feature or any other tool that allow do a 'fake seed' of a certain torrent?
    My tracker give points just by keep a torrent in the 'seed mode' even if you don't really
    seed any data, then i'm searching for a tool that allow me 'seed' a big amount of torrent
    without need download it.
    Quote Originally Posted by Sazzy View Post
    Hi; If you check the index page, in the top 6 of the tools listed, 4 of them do what you're describing! Have a look :)
    http://www.sb-innovation.de/showthread.php?p=354427
    "I just remembered something that happened a long time ago."
    Thanks

  11. #68
    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 --->HDBD<--- View Post
    See http://www.sb-innovation.de/showthread.php?p=354440 onwards. We may have to keep using 1.9.0.0 for a while. But it still works
    "I just remembered something that happened a long time ago."
    Thanks

  12. #69

    Join Date
    17.10.19
    Posts
    1
    Activity Longevity
    0/20 6/20
    Today Posts
    0/5 ssssssss1
    Thanks for this. What emulation people use?
    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
    Every client file that is bundled with the mod has been explicitly requested at some point, so "all of them" is a possible answer
    "I just remembered something that happened a long time ago."
    Thanks

  14. Who Said Thanks:

    marisa97 (25.10.19)

  15. #71
    Advanced User Blocker's Avatar
    Join Date
    11.03.09
    Location
    The Pirate Bay
    P2P Client
    VEM
    Posts
    1,606
    Activity Longevity
    5/20 18/20
    Today Posts
    0/5 sssss1606
    I have problems trying to install in the MacOS , any idea what is wrong?

    Please see attached image with the terminal log.

    Click image for larger version. 

Name:	Captura de Pantalla 2019-11-18 a la(s) 22.20.08.png 
Views:	130 
Size:	72.3 KB 
ID:	20257
    Last edited by Blocker; 19.11.19 at 06:25.
    Thanks

  16. #72
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,385
    Activity Longevity
    11/20 19/20
    Today Posts
    4/5 ssss39385
    In the third command, you forgot to type a dollar sign before OPENJDK_ARCHIVE (compare it against the one in the first post).
    "I just remembered something that happened a long time ago."
    Thanks

  17. Who Said Thanks:

    Blocker (20.11.19)

  18. #73

    Join Date
    10.11.07
    P2P Client
    BiglyBT Extreme Mod
    Posts
    229
    Activity Longevity
    2/20 20/20
    Today Posts
    0/5 ssssss229
    Nach lange zeit wollte ich mal wieder von hdbits.org Downloaden nun geht aber kein einzige spoof client
    Fehler: Failed - Banned Client, Please goto http://hdbits.org/support/rules for a list of acceptable clients

    Laut rules diese client sind erlaub hab viele probiert zu spoofen ohne erfolg
    The following clients are allowed:

    µTorrent 2.0.4 stable (not 21515), 2.2.1 stable, 3.0 stable, 3.1.2 stable, 3.1.3 stable, 3.2 beta, 3.3 stable, 3.4.0 ? 3.5.5
    µTorrent Mac 1.0.3 stable, 1.5.x, 1.6.x stable, 1.7.x stable, 1.8.x stable, 2.x
    µTorrent Server 3.0, 3.3
    Azureus 4.6.x, 4.7.x, 5.x
    BitTornado 0.3.17 & 0.3.18
    BitTorrent 7.2.1 stable, 7.5 stable, 7.6 stable
    BitTorrent Mac 7.0.2 stable, 7.2.2 stable
    Deluge 1.3.2, 1.3.3, 1.3.5 ? 1.3.16, 2.0.3, 2.0.4
    Hadouken
    Halite 0.3.3.0, 0.4.0.x
    KTorrent 4.x, 5.x
    qBittorrent 3.0.5, 3.0.9, 3.0.10, 3.0.11, 3.1, 3.2, 3.3, 4.0.2 ? 4.0.4, 4.1.x, 4.2.x
    rtorrent 0.8.x
    rtorrent 0.9.x
    Transmission 1.9.2+, 2.2.x, 2.3.x, 2.41, 2.42, 2.5*, 2.6*, 2.7*, 2.8*, 2.9*
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Anmerkung 2019-12-22 194632.jpg 
Views:	86 
Size:	139.2 KB 
ID:	20276   Click image for larger version. 

Name:	Anmerkung 2019-12-22 194417.jpg 
Views:	86 
Size:	101.1 KB 
ID:	20277  
    Last edited by --->HDBD<---; 22.12.19 at 19:51.
    Thanks

  19. #74

    Join Date
    12.10.10
    Posts
    46
    Activity Longevity
    0/20 16/20
    Today Posts
    0/5 sssssss46
    I am facing similar issue as "Blocker" while using commands called out on first post for mac. I tried many things but nothing seems to work. I even tried PMing Blocker but his PMs are full.

    There is no file called jre.bundle anywhere in the folder. Not sure what I am missing here.

    First 3 commands starting with sudo that relates to jre.bundle don't work.
    Last 2 commands starting with echo works fine.

    I'll appreciate any help here.
    Last edited by colousit; 23.12.19 at 09:55.
    Thanks

  20. #75
    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 --->HDBD<--- View Post
    Nach lange zeit wollte ich mal wieder von hdbits.org Downloaden nun geht aber kein einzige spoof client
    Fehler: Failed - Banned Client, Please goto http://hdbits.org/support/rules for a list of acceptable clients

    Laut rules diese client sind erlaub hab viele probiert zu spoofen ohne erfolg
    There's nothing wrong in the first screenshot. The mod disables certain features when they would compromise the spoofing of the client you chose, or simply have no effect on it. This includes scraping, sending of Java and OS version, and setting of maximum connections per torrent (and I believe encryption too, in some cases).

    In any case, the bottom left corner of the second screenshot says the Deluge 2.0.3 spoof is active, so I don't know why HDBits would reject it as a banned client if the rules you quoted explicitly allow it. Did you try the real Deluge 2.0.3 to see if it works?

    Also, this client file has some idiosyncrasies you should be aware of, which are listed at http://www.sb-innovation.de/showthread.php?t=34372.
    "I just remembered something that happened a long time ago."
    Thanks

Closed Thread
Page 5 of 6 FirstFirst ... 3456 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
  •