PDA

View Full Version : [Multi OS] BiglyBT Extreme Mod by SB-Innovation 1.9.0.0 Beta



DigitalDJ
30.03.19, 07:56
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 1.9.0.0 Beta

https://www.sb-innovation.de/attachment.php?attachmentid=3630

╔═══════════════════════════╗
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 (https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt)
Vuze Change Log (https://svn.vuze.com/public/client/trunk/azureus2/src/ChangeLog.txt)

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 (http://jdk.java.net/11/)).
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/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 (http://www.7-zip.org/download.html)) 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"


--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 (http://jdk.java.net/11/)). 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 (https://www.biglybt.com/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:


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:


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.


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 (http://jdk.java.net/11/)).


sudo apt install openjdk-11-jre libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (https://www.biglybt.com/download/)).


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/


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)


unzip -o BiglyBT_*.zip -d "~/biglybt"

6. Append the following VM options:


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 (http://jdk.java.net/11/)]).
2. You have uninstalled BiglyBT using the uninstaller.
3. You have removed the BiglyBT Application folder:


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


%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 (https://www.biglybt.com/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 (https://wiki.vuze.com/w/Portable_Vuze).



Enjoy!

illusive
11.04.19, 18:57
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


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.

tworkemon
25.04.19, 22:47
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 (https://paste.ee/p/XgmA0)

tworkemon
26.04.19, 17:09
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.

BillyG
28.04.19, 10:21
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.

lil-fella
29.05.19, 08:59
looking forward to new modded BiglyBT 2001 B01

anon
29.05.19, 16:31
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.

http://www.sb-innovation.de/attachment.php?attachmentid=20107

Datendiebstahl
31.05.19, 03:23
Hey DDJ, danke fürs lange maintainen. Nur ein Hinweis :) https://biglybt.tumblr.com/post/185196444557/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?

anon
31.05.19, 05:37
Relax, the new version will be out soon... as usual :wwink:

Datendiebstahl
03.06.19, 07:46
still experience Clientspoof probleme:


20111


i fail to use client spoofing in current

With Plugin Client Ident default:
and Perfect Spoof

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

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

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

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 :eek13:

Zeichenkodierung: :confused: 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 :frown:

anon
04.06.19, 14:37
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.

Artbabelitta
07.06.19, 17:50
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

Datendiebstahl
08.06.19, 08:54
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:

Artbabelitta
08.06.19, 22:05
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?

Artbabelitta
13.06.19, 21:53
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

Datendiebstahl
20.06.19, 04:48
@ 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.

MarkH748
22.06.19, 14:28
This version seems to crash for me whenever I try and start a torrent with any spoof activated. Anyone else had this problem?

Unregistered
23.06.19, 10:32
I have no problems with sproofing.

anon
23.06.19, 23:48
This version seems to crash for me whenever I try and start a torrent with any spoof activated. Anyone else had this problem?

352911
352236
351898
351950

Artbabelitta
27.06.19, 18:43
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]

anon
27.06.19, 20:11
If that isn't a bug with the mod, you should report it on https://github.com/BiglySoftware/BiglyBT/issues instead.

lil-fella
30.06.19, 08:49
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..

Datendiebstahl
10.07.19, 08:31
patience please ;) please standby - hold the line. also happy to test BiglyBT 2 Extreme Mod

Artbabelitta
14.07.19, 13:54
Please confirm if this project is still alive
Appreciated

Unregistered
14.07.19, 22:12
352911
352236
351898
351950

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.

anon
17.07.19, 01:40
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:


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).


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

Datendiebstahl
17.07.19, 11:32
Please confirm if this project is still alive
Appreciated

it is since over 10 years.

bibby
18.07.19, 23:43
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.

anon
19.07.19, 02:45
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 :ninja:


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 :P )


Do you try to run VEM on Raspberry PI ?

take a glance here :
Create Raspberry Pi SWT GUI Applications with Java and Eclipse (http://www.lucid-control.com/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.

Sazzy
19.07.19, 08:51
Heyyyy I remember those super secret messages :lol:

anon
20.07.19, 00:25
Heyyyy I remember those super secret messages :lol:

All names have been redacted to protect the innocent :ninja:

Datendiebstahl
22.07.19, 00:45
Also, here are some potentially relevant posts from our supersecret member area :ninja:


such thing exists? how one know without seeing it with its own eyes. i could contribute some mod feature.. that i can only add partially so far because missing source. it does compile against vanilla source and merge with mod but missing mod changes in my changes. it's a pity.

---------- Post Merged at 00:45 ---------- Previous Post was at 00:42 ----------


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.

cool to read you can run it. with gui really or headless console with remote gui? new rpi4 or not possible on 1gb models?

Sazzy
22.07.19, 19:45
When we tried it we were mostly missing some java libraries on ARM; Haven't tried again since, and it's been quite a while so they might be available by now

anon
23.07.19, 00:47
such thing exists? how one know without seeing it with its own eyes. i could contribute some mod feature.. that i can only add partially so far because missing source. it does compile against vanilla source and merge with mod but missing mod changes in my changes. it's a pity.

Yes, most user classes here have access to an exclusive subforum (just like on private trackers, but with fewer invite offers :weirdo:) and that privilege stacks; see 16868 and 20321.

As regarding for your patches, you could send DigitalDJ a PM?

Sazzy
27.07.19, 21:41
i remember a time where you needed access to get the latest VEM

anon
28.07.19, 11:51
i remember a time where you needed access to get the latest VEM

I remember a time where you needed to earn "credits" by making posts to get anything :richter:

Kakashi
02.08.19, 06:30
working on me perfect utility torrent :klatsch_3:

Datendiebstahl
02.08.19, 12:31
i remember a time where you needed access to get the latest VEM

back in the days, you needed SBI Login into modded azureus just as shu i remember

---------- Post Merged at 12:31 ---------- Previous Post was at 12:27 ----------

what IDE do you use for modded version? i got good results with eclipse compilation back patches to mod but failed so far with intelliJ ��

anon
03.08.19, 09:27
back in the days, you needed SBI Login into modded azureus just as shu i remember

For a short period of time on 2009, yes. No one in the staff liked login systems, but we were exceptionally interested on keeping the Extreme Mod exclusive immediately after its release. Eventually someone hacked it, and also login errors caused the spoof and all cheating features to be disabled (potentially causing people to lose their tracker memberships), reasons which led us to remove it completely and never use it again (it's still there in the code, just never called or used for anything). Obfuscation was also used on the JAR file and later discontinued, for the same reasons.

serkanapp
04.08.19, 00:08
Hi,

can i do fake ratio an hd-torrents?

Thank you

anon
05.08.19, 07:50
can i do fake ratio an hd-torrents?

24464

Sazzy
16.08.19, 23:44
So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?

lil-fella
17.08.19, 10:27
So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?

i found if you use v12 a message comes up saying dns manager not installed

v11 works perfect though

anon
19.08.19, 17:21
So; I didn't even know there were other suppliers now for Java. What Java do you recommend running on? OpenJDK, AdoptOpenJDK or Zulu? And 11 or 12?

I use the Java 11 linked in the first post. The alternatives offer potentially better performance depending on your workload, but I stuck to what works :ninja:

Sazzy
19.08.19, 21:00
Looking back into it, I'm really fond of what they did with the tagging system. It's pretty good. I might end up moving back from uSerenity. The _big_ feature there is that the tag can determine your default cheating settings. That would be pretty awesome in here as well. Though I know that might be quite a bit of work.

anon
21.08.19, 16:32
I must be the only human being that doesn't use tags, sorting by announce URL is enough for me. But filtering torrents by regular expressions is a really good feature uTorrent doesn't have :smilie4:

Sazzy
21.08.19, 20:10
I automate a few things based on tags; They're really useful. For Instance putting things into a subcategory folder. Or Speed Scheduler. Few more things available. I don't use them to actually find a torrent in my list though. Does anyone have that many open that finding something becomes hard?

Artbabelitta
27.08.19, 04:31
Removed by request

simexi
04.09.19, 07:27
Strange, I've encountered torrent that won't finish. It just stops at certain %. I only managed download the torrent with other client. qBittorrent did the job.

Yes, tried spoofing with that client, and saw older versions in the peers. So any ideas why it stalled or something...?

anon
04.09.19, 23:03
Never had this happen to me. The advice here (http://wiki.vuze.com/w/Torrents_stop_at_99_percent) may help?

Artbabelitta
05.09.19, 00:05
deleted due to security

Rebound
05.09.19, 00:16
If you are flooding a cloudflare protected server with rss requests every 2 minutes, issues like that are no wonder. I would recommend to increase the time between rss requests or better, use another (better for this situation) mechanism (https://github.com/autodl-community/autodl-irssi).

Sazzy
05.09.19, 20:05
Querying RSS feeds faster than every 15 minutes is generally frowned upon and a lot of services don't even allow that often. Is it really that time critical to get the torrents?

Artbabelitta
05.09.19, 20:31
deleted due to security

@anon:
please can you delete my post 48

I hired the author you sent me to him for report it
he is working on it to solve this known problem for me

Please delete the whole post #48

anon
06.09.19, 00:19
Rebound and Sazzy are correct; RSS is not meant as a solution for time-critical scenarios, nor is it efficient to attempt to use it as such. You should be running an IRC autodownloader instead.

Anyway, as far as I can grasp here, the problem is that the mod resorts to the default 1800-second announce interval when it receives a Cloudflare error instead of a tracker response, and that's too long for your particular needs. If you can make a patch that recognizes these errors and uses a much shorter interval, that should solve it (it wouldn't even need to have configurable settings).

I once wrote a script that emulates Cloudflare errors, among many other possible responses, on a "fake" local tracker. You may find it useful, so here it is.

lil-fella
10.09.19, 10:06
BiglyBT Extreme Mod 2.0.0.0 was missed out

is there going to be a BiglyBT Extreme Mod 2.1.0.0

as the new version 2.1.0.1 is out now

BillyG
13.09.19, 21:17
BiglyBT Extreme Mod 2.0.0.0 was missed out

Maybe BiglyBT did a major refeactoring and the sweet days of copy-pasting code and release notes are over? :-o

DigitalDJ
14.09.19, 10:14
There is a refactoring of the configuration views. I do not have time to fix it.

BillyG
15.09.19, 10:54
There is a refactoring of the configuration views. I do not have time to fix it.

Well, stating the obvious, it would be nice if you'd continue the project sooner or later and keep the community updated.

BiglyBT 1.9 ist stable and mature, the torrent protocol isn't changing, so unless unforseen compatibility issues appear I guess it's fine as it is. Thanks for all your work!

Degenerate
18.09.19, 13:50
So I'm using BiglyBT 1.9 Extreme Mod to ghost leech.

On large swarms it is snatching great however I wish to snatch a few low seeded torrents (specifically one seeder) and I am seemingly unable to connect to the seeder.

If I snatch legitimately (ie not ghost leeching) using a different client I can download with no issues.

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?

I know you can do this with Transmission but I can't find any way of doing this with BiglyBT.

Any suggestions?

Thanks again for BiglyBt Exreme Mod btw. I think the problem is with this seeder vs the client itself.

anon
19.09.19, 03:47
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 12403.

Datendiebstahl
24.09.19, 17:12
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 :)2023020231

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


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) :cool: Configuration in this Mod Configuration Tab.

as of 2.0.0 Changelog new is:

FEATURE: UI | Most config parameters now have a "Reset to Default" option on right click of their label [TuxPaper]
FEATURE: UI | Console UI: Config sections and parameters now available via `config` command [TuxPaper]
FEATURE: UI | Added tooltip to config option labels to show minimum user mode [Parg]
CHANGE: UI | Config Sections restructured. Minor visual changes, but should mostly operate the same [TuxPaper]

Datendiebstahl
28.09.19, 10:44
The following boolean in file
BiglyBTSpoof.properties does not work for me since v.1.5.x half year .
Dokumentation :



Spoof BiglyBT azureus.spoof.spoofbiglybt=True
Spoof Azureus / Vuze azureus.spoof.spoofbiglybt=False

ON Config:

azureus.spoof.boolean=True
azureus.spoof.spoofbiglybt=True
azureus.spoof.value=2.0.0.0
Result OK client detected:

BiglyBT 2.0.0.0


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 )


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

kuon
11.10.19, 21:43
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.

Sazzy
11.10.19, 22:37
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 :)

--->HDBD<---
13.10.19, 11:00
https://github.com/BiglySoftware/BiglyBT/blob/master/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]

anon
13.10.19, 16:47
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.


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 :)

354427 :richter:

anon
13.10.19, 16:49
https://github.com/BiglySoftware/BiglyBT/blob/master/ChangeLog.txt

See 354440 onwards. We may have to keep using 1.9.0.0 for a while. But it still works =]

marisa97
17.10.19, 11:49
Thanks for this. What emulation people use?

anon
17.10.19, 23:50
Every client file that is bundled with the mod has been explicitly requested at some point, so "all of them" is a possible answer :gwink:

Blocker
19.11.19, 05:25
I have problems trying to install in the MacOS , any idea what is wrong?

Please see attached image with the terminal log.

20257

anon
19.11.19, 10:51
In the third command, you forgot to type a dollar sign before OPENJDK_ARCHIVE (compare it against the one in the first post).

--->HDBD<---
22.12.19, 18:48
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*

colousit
23.12.19, 08:34
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.

anon
23.12.19, 11:05
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 34372.

--->HDBD<---
23.12.19, 11:12
Ja ich habe auch mit richtige deluge 2.0.3 probiert funktioniert hab aber auch mit andere spoof client probiert funktioniert nicht

colousit
25.12.19, 21:46
Please let me know if I'm missing anything.


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.

Datendiebstahl
09.02.20, 18:58
is this dead? or still maintained? almost 1 year no updates.

result
19.11.22, 04:38
Jdk GA release 18 was picked from the link
Followed each step fullt

However BiglyBT is stuck and the dialog that said waitwhile Etreme Mod is initializing is stuck (at about 1/10th of the progress bar position , it started there) and progress did not change did not increase even after an hour.
There was no cpu activity or internet download activity in task manager w.r.to biglybt/mod

Did this mod work on windows 11..
Thanks for the mod which would be useful

anon
19.11.22, 04:45
This version is old and unsupported. Upgrade to 3.2.0.0.

result
19.11.22, 07:59
This version is old and unsupported. Upgrade to 3.2.0.0.

3.2 worked, Thanks for quick reply

(The "I'm not a robot" checkbox when clicked got stuck in a circling loop forever multiple times that delayed reply, it delayed search as well)

anon
19.11.22, 08:08
The "I'm not a robot" checkbox when clicked got stuck in a circling loop forever

That happens occasionally, but I've found that doing a cache refresh (Ctrl+F5 or Ctrl+Shift+R) fixes it. Unfortunately we need captchas for unregistered users, otherwise spambots would swarm the place in no time.