PDA

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



DigitalDJ
01.08.18, 18:59
SB-Innovation Presents

BiglyBT Extreme Mod by SB-Innovation 1.6.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.6.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:

Windows

1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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). This forces the use of the system-wide installed JRE.
6. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
NOTE: If you want to run BiglyBT-console.exe perform step 6 but instead create file "BiglyBT-console.exe.vmoptions"


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-modules=java.xml.bind

7. Run BiglyBT and Enjoy!


macOS
1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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. This forces BiglyBT to use the system-wide JRE installed in Step 1.


sudo rm -r "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
sudo ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home" "/Applications/BiglyBT/.install4j/jre.bundle/Contents/Home/jre"
echo -e "\n--patch-module=java.base=ghostfucker_utils.jar" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"
echo "--add-modules=java.xml.bind" | sudo tee -a "/Applications/BiglyBT/.biglybt/java.vmoptions"

6. Run BiglyBT and Enjoy!

Linux
NOTE: Based on Ubuntu 17.10
1. Install the openjdk-9-jre, openjdk-9-jre-headless and libjna-java package using your distributions package manager.
NOTE: Some repositories do not have OpenJDK 9 available. In which case, you will need to download and extract the tar.gz package supplied by Oracle (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).


sudo apt install openjdk-9-jre openjdk-9-jre-headless libjna-java

2. Download the latest non-beta BiglyBT release and make it executable (BiglyBT - Download (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-9-openjdk-amd64/


app_java_home="/usr/lib/jvm/java-9-openjdk-amd64/" ./BiglyBT_Installer.sh

5. Extract the hack files within the ZIP file to "~/biglybt" (/home/<username>/biglybt)


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

6. Append the following VM options for Java 9 compatibility:


echo "--patch-module=java.base=ghostfucker_utils.jar" >> "~/.biglybt/java.vmoptions"
echo "--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED" >> "~/.biglybt/java.vmoptions"
echo "--add-modules=java.xml.bind" >> "~/.biglybt/java.vmoptions"

7. Run BiglyBT and Enjoy!

Troubleshooting:
Before posting problems please make sure:
1. You have updated Java Runtime Environment (JRE) to the latest version (must be JRE 9 or higher) (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)).
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).
In addition to the steps in that article, you must copy the JRE (9+) to a folder named "jre" in your portable folder.



Enjoy!

Mon
01.08.18, 22:05
Great work!

Although, I'd like to see a detailed changelog

anon
02.08.18, 01:15
This is just a core update, so no mod features have been added or altered, and the official BiglyBT changelog is linked to in the first post.

Dusinez
07.08.18, 16:55
Is there a way to bypass the fact that BiglyBT is banned, not allowed, on some trackers?

H265
07.08.18, 18:02
Is there a way to bypass the fact that BiglyBT is banned, not allowed, on some trackers?

BiglyBT/Vuze Extreme Mod Client Files (http://www.sb-innovation.de/f274/)

Dusinez
08.08.18, 08:22
@H265
Do you have any idea how to solve this problem (http://www.sb-innovation.de/f41/vuze-extreme-mod-sb-innovation-5-7-5-0-a-33148/index8.html#post349227)? Looks like I have this issue also with BiblyBT :frown:

kurogami555
10.08.18, 17:30
so now the development is going on this application ? are you guys gonna drop Vuze completely ?
and can you tell me how can i install this on manjaro ?

anon
11.08.18, 02:34
so now the development is going on this application ? are you guys gonna drop Vuze completely ?

Well, there hasn't been a new version of Vuze since last November, so I don't see an abundance of choices regarding this matter...


and can you tell me how can i install this on manjaro ?

See 347988 onwards.

czullo
11.08.18, 12:07
Cant open "options" menu in BiglyBT anyone know why?

https://imgur.com/a/AaCEp7e

Its like loading for 10 minutes with no succes..

anon
11.08.18, 18:23
This is known to happen if you forget to edit the BiglyBT.exe.vmoptions file (step 6 of the installation procedure for Windows).

czullo
12.08.18, 05:26
Yep now its working, wasnt using extreme mod long time, and when i does its only requied to copy paste files :)

coldasice
12.08.18, 10:21
fixed it some how, this was harder than previous :icon_angry[1]:

anon
12.08.18, 20:07
Yep now its working, wasnt using extreme mod long time, and when i does its only requied to copy paste files :)


fixed it some how, this was harder than previous :icon_angry[1]:

With new releases of any program, sometimes it pays off to read the first post when you run into trouble :wwink:

Dusinez
13.08.18, 07:17
It is normal for this message to appear if I want to uninstall BiblyBT?
19008

cloud99
13.08.18, 08:13
It is normal for this message to appear if I want to uninstall BiblyBT?

This is common error faced by Windows OS based users when they try to run Java based applications and Windows can not find Java Runtime Environment which is required to run Java Apps.

If the uninstaller is a jar based executable file and it can't find the JRE to run it. Try this:-
http://wincrunch.com/exe4j-java-home-no-jvm-could-be-found-on-your-system/
~cloud99

Artbabelitta
19.08.18, 07:41
58.174.170.***

Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

This forum's staff shouldn't delete this
I have proof if you wanna see it

everytime I changed the passkeys , this person gets it in less than a day

H265
19.08.18, 14:26
58.174.170.***

Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

This forum's staff shouldn't delete this
I have proof if you wanna see it

everytime I changed the passkeys , this person gets it in less than a day

Nobody can see your passkey unless you posted it somewhere. This guy might be trying to download a torrent you are seeding so you see his ip in the peers tab. Changing the passkey won't change that.

anon
19.08.18, 21:13
58.174.170.***

Please this IP who sees our all passkeys in biglybt and vuze's contact me via PM

This forum's staff shouldn't delete this
I have proof if you wanna see it

everytime I changed the passkeys , this person gets it in less than a day

Are you sure you aren't confusing "seeing passkeys" with being ghostleeched from?

Anyway, I'd like to see that evidence if you don't mind.

moham_99
28.08.18, 20:08
Hi,
I've asked about this before here:
http://www.sb-innovation.de/showthread.php?threadid=33697&page=2#post346879
I will ask again maybe it will get some attention:
Can you add the ability to apply settings to multiple torrent from extreme mod settings tab?
like in swarm tab where you can see the swarm for any number of torrents selected.
so, i select multiple torrents and then in the extreme mode tab I can set the settings to all the selected torrents.
Also, can you make the settings available to the rpc interface ? I run biglybt on a server and control it through rpc web interface(which uses rpc), and would love to change extreme mod settings from the webui.

Spidtest
02.09.18, 21:33
Is there a method for fake downloading too based on peer % completed? Or even getting the exact size of torrent + a bit more?

anon
02.09.18, 22:46
Is there a method for fake downloading too based on peer % completed? Or even getting the exact size of torrent + a bit more?

The download manipulation feature can do the latter. I'm not sure what you mean with the former.

Spidtest
03.09.18, 09:13
The download manipulation feature can do the latter. I'm not sure what you mean with the former.

So if a torrent is 200 GB. How can I make sure it only downloads 200GB + a little bit more for failed packets.

Also don't want the content on my HDD.

Artbabelitta
03.09.18, 13:07
You asked me to prove what I claimed about someone sees passkeys which we use inside BliglyBT EXT and Vuze EXT and when I sent it to you ,I saw you disabled this feature in my user


I won't use BiglyBT until the author comes and says:
he doesn't use our passkeys

in the meanwhile You have my word ,I have prove for it
the thing which is weird is: why this forum's staff stands behind 1 coder?

I own 3 sites ,one of them is 1k usa , 300 UK , and all matters to me is keep the site's reputation

staff could ask me to prove it ,instead of doing such un-fair

BTW
I was using a unique feature which EXT mode was giving me and it had nothing to do with cheating

I dont need you to spread the word
I have a site with 220K/day from 4 countries and I can burry the coder and his app

instead ,I just wanna thank him and ask him to contact me
I have a job for him/her

anon
03.09.18, 20:16
So if a torrent is 200 GB. How can I make sure it only downloads 200GB + a little bit more for failed packets.

Also don't want the content on my HDD.

Uh, I don't think this can be done with the ratio tool, unless you're willing to stop your torrent(s) halfway through, slightly decrease the completion percentage, and restart.

With that said, most clients report corrupted data separately these days, so it never factors as "real" download in the first place.


You asked me to prove what I claimed about someone sees passkeys which we use inside BliglyBT EXT and Vuze EXT and when I sent it to you ,I saw you disabled this feature in my user

Mate, I have no idea what you're talking about. No one here touched anything on your account, and messaging staff members is always possible regardless of your postcount or rank.

Furthermore, the mod doesn't send your passkeys or any other sort of information to us. Full disclosure: there is a login system inside, but it has been soft-disabled since 2009 and isn't even supported by our server anymore. We didn't remove it to avoid refactoring the code and in the off-chance we wanted to reimplement it (which we decided against), and it was never a backdoor, just "enable mod features if the SB-I account works, disable if it doesn't".

If you have "proof" that the mod is stealing your passkeys, then by all means please post it here.

Spidtest
03.09.18, 22:07
Uh, I don't think this can be done with the ratio tool, unless you're willing to stop your torrent(s) halfway through, slightly decrease the completion percentage, and restart.

With that said, most clients report corrupted data separately these days, so it never factors as "real" download in the first place.



Hm. Think this is a safe method? It'll be a bit weird not having a bit of hash fails?

anon
03.09.18, 22:43
Hm. Think this is a safe method? It'll be a bit weird not having a bit of hash fails?

Can't disagree with that, but mods and tools have been hardcoded to report zero corrupt data for years, and we've been okay so far.

I would say having no hashfails is circumstantial evidence at worst, but remember: presumption of innocence and due process do not exist in the BitTorrent world.

Spidtest
04.09.18, 09:29
Can't disagree with that, but mods and tools have been hardcoded to report zero corrupt data for years, and we've been okay so far.

I would say having no hashfails is circumstantial evidence at worst, but remember: presumption of innocence and due process do not exist in the BitTorrent world.

Do you think we could change this by adding bad hashes? Randomly generated maybe up to 2% depending on torrent size? 1 GB make have like 8 mb failed gases, 200 GB may have round 34 MB has failed

anon
05.09.18, 03:05
Do you think we could change this by adding bad hashes? Randomly generated maybe up to 2% depending on torrent size? 1 GB make have like 8 mb failed gases, 200 GB may have round 34 MB has failed

Not a bad idea at all... but with DigitalDJ being semi-retired (we should all be grateful he took the time to port this to BiglyBT and continues to release updates to this day) and ghostfucker completely missing (no one in the staff knows what happened to him, it's very worrying), I would consider the Extreme Mod as being de facto feature-frozen.

You may want to cross-post this in the RM+ and JOAL threads, though =]

Spidtest
05.09.18, 17:09
Not a bad idea at all... but with DigitalDJ being semi-retired (we should all be grateful he took the time to port this to BiglyBT and continues to release updates to this day) and ghostfucker completely missing (no one in the staff knows what happened to him, it's very worrying), I would consider the Extreme Mod as being de facto feature-frozen.

You may want to cross-post this in the RM+ and JOAL threads, though =]

I'll add it in those threads, and thanks DDJ + GF!

---------- Post Merged at 16:09 ---------- Previous Post was at 09:08 ----------

Another thing I noticed

Some trackers have different announce times depending on if you are seeding or leeching.

Leeching they may ask for an announce every 10 mins, after 100% download they ask for it to be sent every 20 mins.

When using ratio tool to fake download it sends every 20 mins.

anon
05.09.18, 19:19
Another thing I noticed

Some trackers have different announce times depending on if you are seeding or leeching.

Leeching they may ask for an announce every 10 mins, after 100% download they ask for it to be sent every 20 mins.

When using ratio tool to fake download it sends every 20 mins.

Did you double check this? Unless you enable "reduce the time between updates with the tracker", the update interval should always be what the tracker says or 1800 seconds, no matter which features are used.

Spidtest
05.09.18, 20:59
Did you double check this? Unless you enable "reduce the time between updates with the tracker", the update interval should always be what the tracker says or 1800 seconds, no matter which features are used.

100%

Once I actually have downloaded 100% of the file it changes the announce timer to 20 minutes.

Edit: to add a bit more info the set time is 20m for a refresh however I'm thinking the way bbt acts on the request is thinking it is seeding, therefore only sending every 20 mins. When less than 100 it's in leeching status so it knows to send in 10 mins.

jade.007
22.09.18, 16:19
Hi everybody ! :smile:




... ... ... ... ... ...

Installation: / Windows

1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher. (Java SE Downloads (https://www.oracle.com/technetwork/java/javase/downloads/index.html)). OK BUT...
2. Download and install the latest non-beta BiglyBT release (BiglyBT - Download (https://www.biglybt.com/download/)). OK
3. BACK UP YOUR TORRENT LIST! IT IS LIKELY YOU WILL LOSE IT! OK
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. OK
5. Delete the "jre" folder in %PROGRAMFILES%\BiglyBT (C:\Program Files\BiglyBT). This forces the use of the system-wide installed JRE. OK
6. Run Notepad as Administrator and open %PROGRAMFILES%\BiglyBT\BiglyBT.exe.vmoptions (C:\Program Files\BiglyBT\BiglyBT.exe.vmoptions), append the following line:
NOTE: If you want to run BiglyBT-console.exe perform step 6 but instead create file "BiglyBT-console.exe.vmoptions" OK


--patch-module=java.base=ghostfucker_utils.jar
--add-exports=java.base/sun.net.www.protocol=ALL-UNNAMED
--add-modules=java.xml.bind

7. Run BiglyBT and Enjoy! NICHT :rocketwhore:

... ... ... ... ... ...


Thus, i don't anderstand :
I've download and install this file : jre-10.0.2_windows-x64_bin.exe (https://www.oracle.com/technetwork/java/javase/downloads/jre10-downloads-4417026.html) and when I execut BiglyBT I have this message box:

19174

I don't anderstand... :stupid:

Please, somebody can help me ?

---------- Post Merged at 16:19 ---------- Previous Post was at 13:52 ----------

OK, problem solved ... :banana_2:

I uninstalled and reinstalled BiglyBT.
I will be able to start trying to configure the whole BiglyBT application and its shu mod.

josecarmona
23.09.18, 23:51
Hi anon! i was recently using qBittorent for download and mRatio for fake upload,is this tool (better,safer) in private trackers like IPTorrents,TorrentLeech,TorrentDay,etc i am sort of newbie in this,especially with this tool,is Ghost Leech equally to download a complete torrent without notification to the tracker? because i really need that feature,can i use a web ui like in qbittorrent for example in this tool? you know the link to a good tutorial for this mod? thanks in advance!

anon
24.09.18, 02:33
Safer, it's just as safe. Better, that's up to you :wwink:

Ghostleeching is indeed what you think it is. TL keeps detailed records of every torrent you start even just once, so I wouldn't do it there too much. You won't get banned right away, but if a staff member checks your profile for whatever reason, it's game over (and that's happened). Coincidentally, we've been having a discussion about that in the last page of the "cheating on TorrentLeech" thread, so feel free to have a look. As for IPT, both ghostleeching and no report (0% done) work wonders there, and you won't have to worry about hit & run warnings =]

A Web UI can be set up but you can't change cheating settings from it, and a tutorial is available at 13781.

josecarmona
24.09.18, 04:36
Thank you for your answer anon! i will work hard now to get this tool working as soon as possible! one more little thing,by any chance you don't have a link to the mod "with everything" ready to use in a portable version,don't you? i think i am asking for too much...i don't know,i had to ask,anyway thanks for everything!

anon
24.09.18, 04:49
by any chance you don't have a link to the mod "with everything" ready to use in a portable version,don't you?

See 348726

If you want a completely portable version, you're going to have to copy the Java runtime inside and rewrite the script so that it gets used to launch the mod.

josecarmona
24.09.18, 05:19
Thanks again! i just give you some rep! you deserve it for sure! :quote3:

anon
24.09.18, 05:48
one little off topic question,i don't know if i can ask this...by any chance are you from Argentina?

I am, and I'll prove it by posting a picture only an Argentinean could understand =]

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

josecarmona
24.09.18, 06:31
Ahh my friend! that Gracias Totales almost killed me! and ay el dolar a $40! :250:

BillyG
27.09.18, 11:35
1. Download and install the latest Java Runtime Environment (JRE). It must be JRE version 9 or higher.

Java 11 doesn't seem to run :-) so either change it into "version 9-10", or (preferably) update compatibility - thanks.

DigitalDJ
27.09.18, 17:34
Java 11 doesn't seem to run :-) so either change it into "version 9-10", or (preferably) update compatibility - thanks.

I got you.

jade.007
29.09.18, 21:21
Hi everybody !



... ... ... is Ghost Leech equally to download a complete torrent without notification to the tracker? ... ... ...

Does this mean that it is an alternative to the trick of deleting the tracker.torrent file being downloaded in order not to impact its ratio (and to reinstall it once its finished download) ?

Thanks also to BillyG and DigitalDJ .... I will follow your advice and come back to an earlier version of Java JRE.
Especially since if you read my post here (http://www.sb-innovation.de/f56/ratiomaster-clients-27692/index2.html#post349979) , you will discover what galley fell on me with BiglyBT without my knowing where exactly the problem comes from ...

:dead::dead::dead:

anon
02.10.18, 00:58
Does this mean that it is an alternative to the trick of deleting the tracker.torrent file being downloaded in order not to impact its ratio (and to reinstall it once its finished download) ?

You can remove the tracker URL, use a fake proxy, crash your client, cut the network cable... the principle is always the same, the ghostleeching feature in this mod just does everything automatically and cleanly =]

jade.007
02.10.18, 13:48
Yeahhh...
The ghostleeching mod is GREAT ! :klatsch_3: :sb-innovation:

It is very easy to use, even childlike simplicity !!!
I already managed to re-download my 100 GB of lost data without losing my ratio ... :deutschland:

H265
02.10.18, 15:27
Yeahhh...
The ghostleeching mod is GREAT ! :klatsch_3: :sb-innovation:

It is very easy to use, even childlike simplicity !!!
I already managed to re-download my 100 GB of lost data without losing my ratio ... :deutschland:

Just be careful where you do this. If someone spots this they will report your ip,port to a staff member and they'll ban you. Lots of ghost leechers are banned like this on asiandvdclub. They have a thread for user reports.

jade.007
02.10.18, 19:34
Yes, Thanks for the advice, H265 ! :cool:
Effectively, ghostleeching mod was useful to me in this case. But so far, I only use the mode "FAKE UPLOAD" (speed ratio mode ++). Because, thus, we increase its ratio !

By the way, on this subject I just made a huge blunder:
a touch of the numeric keypad got stuck while I was setting the value of "FAKE UPLOAD" ... I found myself in a few seconds with a Total Upload of more than 30000 To !!! :dead::00de_rip::cry::SC24:
I managed to stop the torrent before sending the value to the private tracker ...

Is it possible to erase this data before sending it to the Tracker ?
Apart praying, is there a solution to avoid banishment insured (in my opinion) ? :disabledbig7ly:
If I delete the file from the library list and then to re-classify it, will this clear the upload report ?

H265
03.10.18, 04:46
By the way, on this subject I just made a huge blunder:
a touch of the numeric keypad got stuck while I was setting the value of "FAKE UPLOAD" ... I found myself in a few seconds with a Total Upload of more than 30000 To !!! :dead::00de_rip::cry::SC24:
I managed to stop the torrent before sending the value to the private tracker ...

Is it possible to erase this data before sending it to the Tracker ?
Apart praying, is there a solution to avoid banishment insured (in my opinion) ? :disabledbig7ly:
If I delete the file from the library list and then to re-classify it, will this clear the upload report ?

Just don't let it send announce to the site. I usually disable my internet connection and then stop the torrent. The torrent will stop without announcing to the site.

jade.007
04.10.18, 00:32
thanks H265,

Finnally, I have deleted the file from the library list to re-classify it and this has cleared the upload report ...
Now, i can fake the Upload again without risk !!!

anon
04.10.18, 03:34
By the way, on this subject I just made a huge blunder:
a touch of the numeric keypad got stuck while I was setting the value of "FAKE UPLOAD" ... I found myself in a few seconds with a Total Upload of more than 30000 To !!! :dead::00de_rip::cry::SC24:

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

See options 14a and 14b? They're a safety against situations like this :richter:

jade.007
11.10.18, 22:48
:hello: everybody and particularly Anon !


image (http://www.sb-innovation.de/members/anon-albums-b11-picture18711-bbtem-settings-2.png)
See options 14a and 14b? They're a safety against situations like this :richter:

Already, to answer you on this subject, I saw the option but I did not find it very practical. :stupid:
Indeed, for a report of 3 on 10 GB file's size, it is correct. But for a of 100 MB file's size, it will be too little!
And since I did not see that this option was ALSO individually configurable for each torrent that is why I did not use it still yet... :nene: :thumbsup:
It would be nice if there was the same option but for limit the SPEED MAX of FAKE UPLOAD .


I think it is better to continue here the following of this post (http://www.sb-innovation.de/f56/ratiomaster-clients-27692/index2.html#post349913), because it is more "fitting" with this BiglyBT's topic .
I took a little time to answer about this but I worked quite a lot on the translation.




These are all the strings the mod uses. If you can correct the mistakes, I'll talk to DigitalDJ to update the French translation. (Diacritics and other special characters require Unicode escaping, just enter them as they are and we'll take care of that later.)



MyTorrentsView.upfake=Fausse Upload
MyTorrentsView.upspeedfake=Fausse vitesse upload
MyTorrentsView.shareRatioFake=Faux Share Ratio
MyTorrentsView.downfake=Faux Download
PeersView.menu.noupload=Pas d'upload
PeersView.B=No Upload
MainWindow.menu.help.donateshu=\u00c0 propos BiglyBT Extreme Mod
ConfigView.label.noupafterdl=Quand le t?chargement est complet arr?r le torrent (pas de partage)
ConfigView.label.noupafterdlremove=Et retirer le de la fen?e de partage
ConfigView.label.noupafterdlremovetorrent=Effacer aussi le fichier .torrent
ConfigView.label.dontsendcompletedflag=Ne pas envoyer le statut "complet" au tracker lorsque le t?chargement est termin?
ConfigView.label.noupload=No upload (Pas d'envoie)
ConfigView.label.manpeersrc=A chaque mise ?our essayer d'ajouter x peers (clients) (100-1000):
ConfigView.label.manpeersrctxt= = x = Nombre de peer (clients) ?jouter
ConfigView.label.enableupdate=Toujours activer le bouton de mise ?our avec le tracker
ConfigView.label.updatefaster=R?ire le temps entre chaque mise ?our avec le tracker (1-20):
ConfigView.label.updatefastertxt= = 'x'. Diviser le temps restant avant la prochaine mise ?our par 'x'
ConfigView.label.fakeofffakeaddedtoreal=Lorsque le syst? de faux rapport est d?ctiv?utiliser le dernier faux report et l'ajouter au vrai repport en cours.
ConfigView.label.group.fake=Syst? de faux rapport au tracker
ConfigView.label.downloadreduc=R?ction du download (%):
ConfigView.label.downloadreducalone="Seul" - Utiliser sans aucune option de faux rapport *( "No Upload" sera d?ctiv?
ConfigView.label.downloadreducmix="Mix" - Utiliser avec "ratio mode" ou "multiplicateur d'envoie" ou "speed mode" ou "speed mode++"
ConfigView.label.downloadreductxt=R?ire votre download de
ConfigView.label.downloadreductxt1=%
ConfigView.label.noreport=No reporting (0 UP & 0 DL)
ConfigView.label.noreportleech=Se montrer comme ?nt un leech (0% complet)
ConfigView.label.noreportseed=Se montrer comme ?nt une seed (100% complet)
ConfigView.label.fakeuploadrm=Fake upload "ratio mode" (0-5):
ConfigView.label.fakeuploadrmtxt1=Entre
ConfigView.label.fakeuploadrmtxt=:1 (Envoy?e? et
ConfigView.label.fakeuploadrmmaxtxt=:1 (up:dl)
ConfigView.label.fakeuploadrmcontinue=Quand le torrent est tjrs dans la fen?e de partage continuer ?ugmenter le ratio avec taux d'envoi r? *( "No Upload" sera d?ctiv?
ConfigView.label.fakeuploadspeedratio=Fake upload "speed ratio mode++" (0-50)&(1-10000000):
ConfigView.label.fakeuploadspeedratiortxt1=Ratio: Entre
ConfigView.label.fakeuploadspeedratiortxt=:1 (Uploaded:Downloaded) et
ConfigView.label.fakeuploadspeedratiomaxrtxt=:1 (up:dl)
ConfigView.label.fakeuploadspeedratiostxt1=Speed: Entre
ConfigView.label.fakeuploadspeedratiostxt=KB/s par torrent et
ConfigView.label.fakeuploadspeedratiomaxstxt=KB/s par torrent
ConfigView.label.fakeuploadmultiplier=Fake upload "multiplicateur d'envoi" (0-20): *( "No Upload" sera d?ctiv?
ConfigView.label.fakeuploadmultipliertxt1=Entre
ConfigView.label.fakeuploadmultipliertxt=*Envoie et
ConfigView.label.fakeuploadmultipliermaxtxt=*Envoi e
ConfigView.label.fakeuploadmultipliermixedseedingu p=Utiliser avec Fake upload "Seeding upload mode"
ConfigView.label.fakeseeding=Fake upload "seeding mod" : *(Tracker problem : connection aux seeds - Doit ?e plus test?+
ConfigView.label.fakeseedingup="Seeding mode envoi" UP = Vrai taux d'envoi | DL = 0byte *( "No Upload" devra ?e d?ctiv?
ConfigView.label.fakeseedingdl="Seeding mode r?ption" UP = Vrai taux de r?ption | DL = 0byte
ConfigView.label.fakeupload=Fake upload "speed mode" (remplace votre vitesse d'envoi par)(1-1250):
ConfigView.label.fakeuploadtxt1=Entre
ConfigView.label.fakeuploadtxt=KB/s par torrent et
ConfigView.label.fakeuploadmaxtxt=KB/s par torrent
ConfigView.label.fakeuploadadd=ajoute votre total d'envoi r? ?otre faux total d'envoi *( "No Upload" doit ?e d?ctiv?


There are missing a lot of code's lines .
So, I still translated but without being able to assign memory address to the concerned parties .
This is just a first "draft", I think, because there must still be some mistakes.
So there will be probably corrections to make once the program's changes be doing.
It also misses the ?memory addresses? of the ?column's names displayed? RELATING TO THE ?Extreme mod? FUNCTIONS.

The code?s lines written in RED correspond to the translated text's pieces WITHOUT HAVING assigned memory?s address.
The code?s lines written in PURPLE apparently contain an error of addressing or to the variable's name. TO BE CHECK so.
The code?s lines written in BLUE are those for which I didn't find a match, or more exactly trace of existence in the BiglyBT?s menu ?Extreme mod?.
So I can?t understand what does it mean for well translate them.

I enclose all the documents relating to the exploitation of the translation for encoding by attachment.
Since the original file is written with Office 2016 (.docx), it will be attached as a .doc file, because .docx files do not seem to be accepting on the platform.
However, I will try to include it in a zip archive containing all documents, including editing in Photoshop (.psd).
All you have to do is copy/paste to transfer the text to coding lines . ;)

Tell me if there are any problems with the characters : "ᵪ" and "→" :attent:


19308 19309 19338




MyTorrentsView.upfake=Upload Simulé (Taille)
MyTorrentsView.upspeedfake=Upload Simulé (Vitesse)
MyTorrentsView.shareRatioFake=TAUX Ratio Simulé (Comparatif/Taille)
MyTorrentsView.downfake=Download Simulé (Taille)
Vuze Plus Extreme Mod par SB-Innovation =BiglyBT Extreme Mod par SB-Innovation
splash =Écran de démarrage de BiglyBT →
Preview =Aperçu
ProLeech =ProLeech :
export directory =Répertoire d'exportation :
Automatic export on torrent-startup =Exportation automatique au démarrage du torrent
Export torrent with at least X peers. X = =Exportation du torrent avec au moins X pairs. X =
Replace existing torrents =Remplacement des torrents existants
MainWindow.menu.help.donateshu=\u00c0 propos BiglyBT Extreme Mod
PeersView.menu.noupload=Aucun Upload
PeersView.B=Aucun Upload
????? ConfigView.label.noupload=Aucun Upload (Pas d'envoi)
Disable no upload for LAN connections =Désactiver "Aucun Upload" pour les connexions de réseau local LAN
Enable Logging (Console) =Activer l' Enregistrement du journal des modifications (Console)
ConfigView.label.noupafterdl=Quand le téléchargement est complet, ARRÊTER le torrent (pas de partage/seed)
Stop torrent after =Arrêtez le torrent après
hours even if the conditions aren't met (2 décimals max) =heures même si les conditions ne sont pas respectées (2 décimales Max)
ConfigView.label.noupafterdlremove=Et retirer le de la fenêtre de partage (Sources)
ConfigView.label.noupafterdlremovetorrent=Effacer aussi le fichier .torrent
ConfigView.label.dontsendcompletedflag=Ne pas envoyer le statut "COMPLET" au tracker lorsque le téléchargement est terminé
ConfigView.label.manpeersrc= A chaque mise à jour, essayer d'ajouter x pairs (clients) (100-1000) :
ConfigView.label.manpeersrctxt= = x = Nombre de pairs (clients) à ajouter
ConfigView.label.enableupdate=Toujours activer le bouton de mise à jour avec le tracker
ConfigView.label.updatefaster=Réduire le temps entre chaque mise à jour avec le tracker (1-20) :
.label.updatefastertxt= = "x" → Diviser le temps restant avant la prochaine mise à jour par "x"
Spoof any version of BiglyBT/Vuze/Azureus ; See BiglyBTSpoof.properties file (* restart BiglyBT for the change to take effect)=Émulation de toute version de BiglyBT/Vuze/Azureus ; Voir le fichier BiglyBTSpoof.properties (redémarrer BiglyBT pour que la modification soit prise en compte)
Actived ? false Version : BiglyBT 1.6.0.0 =Activation ? =false → Version: BiglyBT 1.6.0.0
Perfect Spoof =Sélection Client pour Émulation Parfaite :
Custom ID =ID Personnalisé
Read from file =Lire depuis le fichier
Restart BiglyBT if you have changed the Spoof ! =Redémarrez BiglyBT si vous avez changé de client à émuler !
Ratio Tool =Outils Ratio :
Upload Speed Between =Vitesse d' Upload Simulé entre
kB/s per torrent and =kB/s par torrent et
kB/s per torrent =kB/s par torrent
Download Speed Between =Vitesse de Download Simulé entre
kB/s per torrent and =kB/s par torrent et
kB/s per torrent =kB/s par torrent
Finished =Terminé
% =%
Stop after =Arrêt après
MB uploaded =MB d' Upload
Stop after =Arrêt après
MB uploaded =MB de Download
Stop uploading when number of peers is less than =Arrêter l' upload lorsque le nombre de pairs est inférieur à
intelligent Mode (cheat graduelly while downloading) =Mode Intelligent (tricher graduellement pendant le téléchargement)
Start fake upload when the following =Démarrer l' Upload simulé quand le pourcentage de téléchargement (download) RÉALISÉ
% done is reached =% est atteint
add stopped =Ajoute le torrent comme "arrêté"
ConfigView.label.fakeofffakeaddedtoreal=Lorsque le système de faux rapport est désactivé, utiliser le dernier faux rapport et l'ajouter au vrai en cours.
ConfigView.label.group.fake=Systèmes de Faux rapports d' émulation de RATIO aux trackers :
Stop increasing the fake upload when you are connected to less than=Arrêter de simuler de l' Upload si le nombre de pairs connectés est inférieur à
.peers (0-250) OR having a peer/seed ratio lower than =OU pour un pourcentage de ratio pairs/seed inférieur à
% (0/250) =% (0/250)
Use swarm peers instead of the number of connected to. =Continu à simuler l' Upload SANS (des) PAIRS CONNECTÉS, si le total de ceux connectés dans l'essaim est supérieur à celui défini ci-dessus
Safe Fake Upload =Limite de sécurité d' Upload simulé :
Do not report a fake upload higher than =Ne pas rapporter (→ Annonce) une taille d' Upload simulé supérieur à n=
.x file Size, but report : file Size X 'a' (a=the number set) = ᵪ "Taille_Fichier" , mais rapporter "Taille_Fichier"ᵪn (n=nombre défini ci-avant)
ConfigView.label.downloadreduc=Réduction du download (%) :
ConfigView.label.downloadreducalone="Seul" → Utilisation sans aucune option de faux rapport ( → désactive automatiquement l' option "Aucun Upload")
ConfigView.label.downloadreducmix="Mix" → Utilisation avec le "Mode Ratio" ou le mode "Multiplicateur d' Upload" ou le "Mode Vitesse" ou le "Mode Vitesse++"
ConfigView.label.downloadreductxt=Réduire votre download de :
ConfigView.label.downloadreductxt1=%
ConfigView.label.noreport=Falsification des rapports (UPLOAD → 0 & DOWNLOAD → 0) :
ConfigView.label.noreportleech=Être vu COMME un "Leecher" (0% complet → fichier en "TÉLÉCHARGEMENT")
ConfigView.label.noreportseed=Être vu COMME un "Seeder" (100% complet → fichier en "SOURCE")
ConfigView.label.noreport CUSTOM=Personnalisé
ConfigView.label.noreport CUSTOM1=% éffectué
ConfigView.label.noreport AUTO=Automatique (progression en temps réel)
ConfigView.label.fakeuploadrm="Mode Ratio" d' Upload simulé (0-5) :
ConfigView.label.fakeuploadrmtxt1=Entre
ConfigView.label.fakeuploadrmtxt=:1 (Uploadé:Downloadé)
ConfigView.label.fakeuploadrmmaxtxt=:1 (Up:Dl)
intelligent Mode (cheat graduelly while downloading) =Mode Intelligent (tricher graduellement pendant le téléchargement)
ConfigView.label.fakeuploadrmcontinue=Continuer d' augmenter le ratio avec le taux d' UPLOAD RÉEL quand le torrent est toujours dans la fenêtre de partage (en Source/Seed) → désactive automatiquement l' option "Aucun Upload"
ConfigView.label.fakeuploadspeedratio="Mode Ratio Vitesse++" d' Upload simulé (0-50) (1-10000000) → remplace votre vitesse d'envoi par une vitesse simulée :
Start fake upload when the following % is reached (until that, use real upload)=Démarrer l' Upload simulé quand le pourcentage de téléchargement (download) [%] suivant est atteint (jusque-là, utilisez l' Upload réel)
intelligent Mode (cheat graduelly while downloading) =Mode Intelligent (tricher graduellement pendant le téléchargement)
????? ConfigView.label.fakeuploadadd=Ajoute le total d' UPLOAD RÉEL au (faux) total d' UPLOAD SIMULÉ ( → désactive automatiquement l' option "Aucun Upload")
Show you as a seeder (100% done and no download report) =Être vu COMME un "Seeder" (100% complet → fichier en "SOURCE") sans aucun rapport de download
Use the swarm's average speed as fake upload speed =Utiliser la vitesse moyenne de l'essaim pour simuler la fausse vitesse d' Upload
Stop faking when swarm speed is Zero =Arrêter de simuler de l'Upload lorsque la vitesse de l'essaim est nulle
Stop faking when the follwing ratio is reached: =Arrêter de simuler de l'Upload lorsque le ratio suivant est atteint :
ConfigView.label.fakeuploadspeedratiortxt1=Ratio: Entre
ConfigView.label.fakeuploadspeedratiortxt=:1 (Uploadé:Downloadé) et
ConfigView.label.fakeuploadspeedratiomaxrtxt=:1 (Up:Dl)
????? ConfigView.label.fakeuploadtxt=KB/s par torrent et
????? ConfigView.label.fakeuploadmaxtxt=KB/s par torrent
ConfigView.label.fakeuploadspeedratiostxt1=Vitesse : Entre
ConfigView.label.fakeuploadspeedratiostxt=KB/s par torrent et
ConfigView.label.fakeuploadspeedratiomaxstxt=KB/s par torrent
ConfigView.label.fakeuploadmultiplier="Mode multiplicateur d' Upload " (0-20) → désactive automatiquement l' option "Aucun Upload" :
ConfigView.label.fakeuploadmultipliertxt1=Entre
ConfigView.label.fakeuploadmultipliertxt=ᵪ Upload Min.
ConfigView.label.fakeuploadmultipliermaxtxt=ᵪ Upload Max.
Show you as a seeder (100% done and no download report) =Être vu COMME un "Seeder" (100% complet → fichier en "SOURCE") sans aucun rapport de download
Ghostleech =GhostLeech :
Send only start =Signaler seulement le démarrage
Send Start and then Stop =Signaler le Démarrage puis Arrêter
Send Start and after =Signaler le Démarrage et après
seconds Stop =secondes Arrêter
No report (0UP / 0DL /0%DONE) =Falsification des rapports (UPLOAD → 0 / DOWNLOAD → 0 / %ÉFFECTUÉ → 0))
BiglyBT Extreme Mod by SB-Innovation - http://www.sb-innovation.de/=BiglyBT Extreme Mod par SB-Innovation - http://www.sb-innovation.de/
????? ConfigView.label.fakeuploadmultipliermixedseedingu p=Utiliser avec le "Mode Seeding" d' Upload simulé
????? ConfigView.label.fakeseeding="Mode seeding" d' Upload simulé : *(Tracker problem : connection aux seeds - Doit être plus testé+
????? ConfigView.label.fakeseedingup="Seeding mode envoi" UP = Vrai taux d'envoi | DL = 0byte *( "Aucun Upload" devra être désactivé )
????? ConfigView.label.fakeseedingdl="Seeding mode réception" UP = Vrai taux de réception | DL = 0byte
????? ConfigView.label.fakeupload="Mode Vitesse" d' Upload simulé (remplace votre vitesse d'envoi par)(1-1250):
????? ConfigView.label.fakeuploadtxt1=Entre

anon
14.10.18, 00:36
Sorry for the delay, amazing work mate, looks like you're very passionate about this :happy: I'll look into it soon!