add home to repo
This commit is contained in:
9
home/applications/android-wifi/android-wifi.desktop
Normal file
9
home/applications/android-wifi/android-wifi.desktop
Normal file
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=Android WiFi
|
||||
Comment=Mirror and control Android devices over Wi-Fi
|
||||
Exec=/home/valere/.local/bin/android-wifi.sh
|
||||
Icon=/home/valere/.local/share/icons/android-wifi.svg
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;
|
||||
StartupNotify=true
|
||||
15
home/applications/android-wifi/android-wifi.sh
Normal file
15
home/applications/android-wifi/android-wifi.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Try to connect via scrcpy first
|
||||
if ! scrcpy; then
|
||||
# If scrcpy fails, try the alternative method
|
||||
echo "If scrcpy fails, try the alternative method"
|
||||
adb tcpip 5555 >/dev/null 2>&1 || true
|
||||
MAC="0c:52:03:1e:89:9a"
|
||||
for i in $(seq 1 254); do ping -c1 -W1 192.168.1.$i >/dev/null 2>&1 & done; wait
|
||||
line=$(ip neigh | grep -i "$MAC" | head -n1 || true)
|
||||
ip=$(printf "%s" "$line" | awk '{print $1}')
|
||||
echo "${ip}:5555"
|
||||
adb connect "${ip}:5555"
|
||||
scrcpy
|
||||
fi
|
||||
16
home/applications/android-wifi/android-wifi.svg
Normal file
16
home/applications/android-wifi/android-wifi.svg
Normal file
@@ -0,0 +1,16 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
|
||||
<path style="opacity:0.2" d="m 16.846877,12 c -1.116351,0 -2.227419,0.912229 -2.015075,2 l 3.122973,16 -5.596557,11.109375 C 11.959876,41.871734 11.885244,42.336988 12.177176,43 c 0.278672,0.632897 0.998812,1 1.747448,1 H 24 34.075375 c 0.748637,0 1.468777,-0.367103 1.747448,-1 0.291932,-0.663012 0.217302,-1.128266 -0.181041,-1.890625 L 30.045225,30 33.168198,14 c 0.212344,-1.087771 -0.898724,-2 -2.015075,-2 H 24 Z"/>
|
||||
<path style="fill:#cccccc" d="m 16.846877,11 c -1.116351,0 -2.227419,0.912229 -2.015075,2 l 3.122973,16 -5.596557,11.109375 C 11.959876,40.871734 11.885244,41.336988 12.177176,42 c 0.278672,0.632897 0.998812,1 1.747448,1 H 24 34.075375 c 0.748637,0 1.468777,-0.367103 1.747448,-1 0.291932,-0.663012 0.217302,-1.128266 -0.181041,-1.890625 L 30.045225,29 33.168198,13 c 0.212344,-1.087771 -0.898724,-2 -2.015075,-2 H 24 Z"/>
|
||||
<rect style="opacity:0.2" width="40" height="32" x="4" y="6" rx="2" ry="2"/>
|
||||
<path style="fill:#e4e4e4" d="m 4,33 v 2 c 0,1.108 0.892,2 2,2 h 36 c 1.108,0 2,-0.892 2,-2 v -2 z"/>
|
||||
<path style="opacity:0.1" d="m 11.494141,15 a 1.5,1.5 0 0 0 -0.832032,0.255859 1.5,1.5 0 0 0 -0.40625,2.082032 l 3.13086,4.654297 C 10.404945,24.606192 8.4012371,28.299159 8.0019531,32.460938 7.9284599,34.000879 9.5546875,34 9.5546875,34 H 38.40625 c 0,0 1.672856,-3.38e-4 1.591797,-1.617188 -0.416529,-4.131451 -2.415618,-7.796833 -5.380859,-10.394531 l 3.126953,-4.65039 a 1.5,1.5 0 0 0 -0.40625,-2.082032 1.5,1.5 0 0 0 -1.125,-0.228515 1.5,1.5 0 0 0 -0.957032,0.634765 l -3.072265,4.566407 C 29.78649,18.814887 26.990024,18 24.001953,18 c -2.989385,0 -5.786177,0.815488 -8.183594,2.230469 l -3.074218,-4.56836 A 1.5,1.5 0 0 0 11.787109,15.027344 1.5,1.5 0 0 0 11.494141,15 Z"/>
|
||||
<path style="fill:#077063" d="M 6,5 C 4.892,5 4,5.892 4,7 V 33 H 44 V 7 C 44,5.892 43.108,5 42,5 Z"/>
|
||||
<path style="opacity:0.1;fill:#ffffff" d="M 6,5 C 4.892,5 4,5.892 4,7 V 8 C 4,6.892 4.892,6 6,6 h 36 c 1.108,0 2,0.892 2,2 V 7 C 44,5.892 43.108,5 42,5 Z"/>
|
||||
<path style="fill:none;stroke:#30dd81;stroke-width:3;stroke-linecap:round" d="M 15.1998,21.000026 11.5,15.5"/>
|
||||
<path style="fill:none;stroke:#30dd81;stroke-width:3;stroke-linecap:round" d="M 32.799764,21.000026 36.5,15.5"/>
|
||||
<path style="fill:#30dd81" d="m 24.002386,17.000034 c -8.355868,0 -15.2214979,6.346843 -15.9999669,14.460906 C 7.9289259,33.000882 9.5544999,33 9.5544999,33 H 38.406003 c 0,0 1.672201,-3.35e-4 1.591142,-1.617185 C 39.182807,23.305596 32.331836,17.000034 24.002386,17.000034 Z"/>
|
||||
<path style="opacity:0.2" d="m 16,25 a 1.9999959,1.9999959 0 0 0 -2,2 1.9999959,1.9999959 0 0 0 2,2 1.9999959,1.9999959 0 0 0 2,-2 1.9999959,1.9999959 0 0 0 -2,-2 z m 16,0 a 1.9999959,1.9999959 0 0 0 -2,2 1.9999959,1.9999959 0 0 0 2,2 1.9999959,1.9999959 0 0 0 2,-2 1.9999959,1.9999959 0 0 0 -2,-2 z"/>
|
||||
<path style="fill:#ffffff" d="M 15.999996,24.000008 A 1.9999959,1.9999959 0 0 1 17.999992,26.000004 1.9999959,1.9999959 0 0 1 15.999996,28 1.9999959,1.9999959 0 0 1 14,26.000004 1.9999959,1.9999959 0 0 1 15.999996,24.000008 Z"/>
|
||||
<path style="fill:#ffffff" d="M 31.999996,24.000008 A 1.9999959,1.9999959 0 0 1 33.999991,26.000004 1.9999959,1.9999959 0 0 1 31.999996,28 1.9999959,1.9999959 0 0 1 30,26.000004 1.9999959,1.9999959 0 0 1 31.999996,24.000008 Z"/>
|
||||
<path style="fill:#ffffff;opacity:0.2" d="M 11.494141 14 A 1.5 1.5 0 0 0 10.662109 14.255859 A 1.5 1.5 0 0 0 10.115234 16.001953 A 1.5 1.5 0 0 1 10.662109 15.255859 A 1.5 1.5 0 0 1 11.494141 15 A 1.5 1.5 0 0 1 11.787109 15.027344 A 1.5 1.5 0 0 1 12.744141 15.662109 L 15.818359 20.230469 C 18.215776 18.815488 21.012568 18 24.001953 18 C 26.990024 18 29.78649 18.814887 32.183594 20.228516 L 35.255859 15.662109 A 1.5 1.5 0 0 1 36.212891 15.027344 A 1.5 1.5 0 0 1 37.337891 15.255859 A 1.5 1.5 0 0 1 37.910156 16.001953 A 1.5 1.5 0 0 0 37.337891 14.255859 A 1.5 1.5 0 0 0 36.212891 14.027344 A 1.5 1.5 0 0 0 35.255859 14.662109 L 32.183594 19.228516 C 29.78649 17.814887 26.990024 17 24.001953 17 C 21.012568 17 18.215776 17.815488 15.818359 19.230469 L 12.744141 14.662109 A 1.5 1.5 0 0 0 11.787109 14.027344 A 1.5 1.5 0 0 0 11.494141 14 z M 35.033203 21.369141 L 34.617188 21.988281 C 37.477056 24.493668 39.433905 27.993356 39.943359 31.945312 C 39.986866 31.783283 40.008864 31.598575 39.998047 31.382812 C 39.601372 27.448291 37.768055 23.938648 35.033203 21.369141 z M 12.970703 21.373047 C 10.220358 23.959215 8.3822757 27.496796 8.0019531 31.460938 C 7.9920657 31.668114 8.0150508 31.844846 8.0585938 32 C 8.5570234 28.027243 10.515755 24.509049 13.386719 21.992188 L 12.970703 21.373047 z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
11
home/applications/install.sh
Normal file
11
home/applications/install.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# desktop apps
|
||||
cp ~/.linux-env/applications/*/*.desktop ~/.local/share/applications/
|
||||
cp ~/.linux-env/applications/*/*.sh ~/.local/bin/
|
||||
cp ~/.linux-env/applications/*/*.svg ~/.local/share/icons/
|
||||
|
||||
chmod +x ~/.local/share/applications/*.desktop
|
||||
chmod +x ~/.local/bin/*.sh
|
||||
|
||||
update-desktop-database ~/.local/share/applications/
|
||||
gtk-update-icon-cache ~/.local/share/icons/ # inutile sauf si tu fais un vrai thème d'icônes
|
||||
BIN
home/applications/ratio-master/RM.exe
Normal file
BIN
home/applications/ratio-master/RM.exe
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/blingring.torrent
Normal file
BIN
home/applications/ratio-master/blingring.torrent
Normal file
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
<client name="Azureus 3.0.5.0" author="seba14.org" version="1.0" processname="azureus"> <query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 3.0.5.0;Windows XP;Java 1.6.0_05_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_Content-type: application/x-www-form-urlencoded_nl_</headers>
|
||||
<peer_id prefix="-AZ3050-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="BitComet 1.07" author="seba14.org" version="1.0" processname="bitcomet">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&natmapped=1&localip={localip}&port_type=wan&uploaded={uploaded}&downloaded={downloaded}&left={left}&numwant={numwant}&compact=1&no_peer_id=1&key={key}{event}</query>
|
||||
<headers>Host: {host}_nl_Connection: close_nl_Accpet: */*_nl_Accept-Encoding: gzip_nl_User-Agent: BitComet/1.7.12.3_nl_Pragma: no-cache_nl_Cache-Control: no-cache_nl_</headers>
|
||||
<peer_id prefix="-BC0107-" type="random" length="12" urlencoding="true" upperCase="true" value="" />
|
||||
<key type="numeric" length="5" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="BitComet 1.13" author="seba14.org" version="1.0" processname="bitcomet">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&natmapped=1&localip={localip}&port_type=wan&uploaded={uploaded}&downloaded={downloaded}&left={left}&numwant={numwant}&compact=1&no_peer_id=1&key={key}{event}</query>
|
||||
<headers>Host: {host}_nl_Connection: close_nl_Accept: */*_nl_Accept-Encoding: gzip_nl_User-Agent: BitComet/1.13.6.22_nl_Pragma: no-cache_nl_Cache-Control: no-cache_nl_</headers>
|
||||
<peer_id prefix="-BC0113-" type="random" length="12" urlencoding="true" upperCase="true" value="" />
|
||||
<key type="numeric" length="5" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<client name="BitTorrent 6.0.3 (8642)" author="Rebound" version="1.0" processname="bittorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: BitTorrent/6030_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="M6-0-3--" type="random" length="12" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="BitTyrant 1.1" author="res0r9lm" version="1.0" processname="Azureus">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}</query>
|
||||
<headers>User-Agent: AzureusBitTyrant 2.5.0.0BitTyrant;Windows XP;Java 1.5.0_10_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_Proxy-Connection: keep-alive_nl_Content-type: application/x-www-form-urlencoded_nl_</headers>
|
||||
<peer_id prefix="AZ2500BT" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="Deluge 1.1.7" author="seba14.org" version="1.0">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}{event}&key={key}&compact=1&numwant={numwant}&supportcrypto=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: Deluge 1.1.7_nl_Connection: close_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-DE1170-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value="" />
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.0"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,9 @@
|
||||
<client name="Deluge 1.1.9" author="seba14.org" version="1.0">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}{event}&key={key}&compact=1&numwant={numwant}&supportcrypto=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: Deluge 1.1.9_nl_Connection: close_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-DE1190-" type="printable" length="12" urlencoding="false" upperCase="false" value="" />
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="false" lowerCase="true" value=""/>
|
||||
<protocol value="HTTP/1.0"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="." />
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="Halite 0.3.1.1" author="seba14.org" version="2.0"> <query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}{event}&key={key}&compact=1&numwant={numwant}&supportcrypto=1&no_peer_id=1</query>
|
||||
<headers>Accept-Encoding: gzip_nl_User-Agent: Halite v 0.3.1.1_nl_Host: {host}_nl_</headers>
|
||||
<peer_id prefix="-HL0311-" type="printable" length="12" urlencoding="false"/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.0"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="_-()~!*."/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="Transmission 1.06 (Build 5136)" author="seba14.org" version="1.0">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&corrupt=0&left={left}&compact=1&numwant={numwant}&key={key}&supportcrypto=1&requirecrypto=0{event}</query>
|
||||
<headers>Host: {host}_nl_Connection: close_nl_User-Agent: Transmission/1.06 (5136)_nl_</headers>
|
||||
<peer_id prefix="-TR1060-" type="alphanumeric" length="12" urlencoding="false" lowerCase="true" value=""/>
|
||||
<key type="alphanumeric" length="10" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
8
home/applications/ratio-master/clients/Vuze_4202.client
Normal file
8
home/applications/ratio-master/clients/Vuze_4202.client
Normal file
@@ -0,0 +1,8 @@
|
||||
<client name="Vuze 4.2.0.2" author="seba14.org" version="1.0" processname="azureus"> <query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.2.0.2;Windows XP;Java 1.6.0_13_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4202-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
9
home/applications/ratio-master/clients/Vuze_4204.client
Normal file
9
home/applications/ratio-master/clients/Vuze_4204.client
Normal file
@@ -0,0 +1,9 @@
|
||||
<client name="Vuze 4.2.0.4" author="Ratiomaster" version="1.0" processname="azureus">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.2.0.4;{osver};{javaver}_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4204-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
9
home/applications/ratio-master/clients/Vuze_4208.client
Normal file
9
home/applications/ratio-master/clients/Vuze_4208.client
Normal file
@@ -0,0 +1,9 @@
|
||||
<client name="Vuze 4.2.0.8" author="KTC" version="1.0" processname="azureus">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.2.0.8;{osver};{javaver}_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4208-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
8
home/applications/ratio-master/clients/Vuze_4306.client
Normal file
8
home/applications/ratio-master/clients/Vuze_4306.client
Normal file
@@ -0,0 +1,8 @@
|
||||
<client name="Vuze 4.3.0.6" author="seba14.org" version="1.0" processname="azureus"> <query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.3.0.6;{osver};{javaver}_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4306-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="Vuze 4.4.0.4" author="seba14.org" version="2.0" processname="azureus"> <query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.4.0.4;{osver};{javaver}_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4404-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="Vuze 4.5.0.0" author="seba14.org" version="2.0" processname="azureus"> <query>info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0{event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3</query>
|
||||
<headers>User-Agent: Azureus 4.5.0.0;{osver};{javaver}_nl_Connection: close_nl_Accept-Encoding: gzip_nl_Host: {host}_nl_Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2_nl_</headers>
|
||||
<peer_id prefix="-AZ4500-" type="alphanumeric" length="12" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="alphanumeric" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="true"/>
|
||||
<urlencoding exceptions="*-._" />
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="BitLord 1.1" author="Ratiomaster" version="1.0" processname="bitlord">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&natmapped=1&uploaded={uploaded}&downloaded={downloaded}&left={left}&numwant={numwant}&compact=1&no_peer_id=1&key={key}{event}</query>
|
||||
<headers>User-Agent: BitTorrent/3.4.2_nl_Connection: close_nl_Accept-Encoding: gzip, deflate_nl_Host: {host}_nl_Cache-Control: no-cache_nl_</headers>
|
||||
<peer_id prefix="exbc%01%01LORDCz%03%92" type="random" length="6" urlencoding="true" upperCase="true" value="" />
|
||||
<key type="numeric" length="4" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.0"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
8
home/applications/ratio-master/clients/burst_310b.client
Normal file
8
home/applications/ratio-master/clients/burst_310b.client
Normal file
@@ -0,0 +1,8 @@
|
||||
<client name="Burst 3.1.0b" author="RatioMaster" version="1.0" processname="btdownloadheadless">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&key={key}&uploaded={uploaded}&downloaded={downloaded}&left={left}&compact=1{event}</query>
|
||||
<headers>Host: {host}_nl_Accept-Encoding: gzip_nl_User-Agent: BitTorrent/brst1.1.3_nl_</headers>
|
||||
<peer_id prefix="Mbrst1-1-3" type="hex" length="10" urlencoding="false" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="false" value=""/>
|
||||
<protocol value="HTTP/1.0"/>
|
||||
<hash upperCase="true"/>
|
||||
</client>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.7.7 build (8179)" author="uk10" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1770_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1770-%f3%9f" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.8.1 (build 12616)" author="SpongeBob101" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1810_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1810-H1" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.8.1 (build 12639)" author="MurderTR" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1810_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1810-_1" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.8.2 (build 15227)" author="Gox" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1820_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1820-%7b%3b" type="random" length="10" urlencoding="true" upperCase="false" value="" />
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<client name="utorrent 1.8.2 (build 14153)" author="rogeruk" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>User-Agent: uTorrent/1820_nl_Accept-Encoding: gzip, deflate_nl_Host: {host}_nl_Cache-Control: no-cache_nl_</headers>
|
||||
<peer_id prefix="-UT1820-I7" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="utorrent 1.8.2 (build 14458)" author="MurderTR" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>User-Agent: uTorrent/1820_nl_Accept-Encoding: gzip, deflate_nl_Host: {host}_nl_Cache-Control: no-cache_nl_</headers>
|
||||
<peer_id prefix="-UT1820-z8" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.8.2 Build (15167)" author="seba14.org" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1820_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1820-%3f%3b" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,9 @@
|
||||
<client name="uTorrent 1.8.3 Build (15728)" author="seba14.org" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1830(15728)_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1830-p%3d" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="_()~._-" />
|
||||
</client>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
<client name="uTorrent 1.8.4 Build (16150)" author="seba14.org" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1840(16150)_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1840-%16%3f" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="_-~!*."/>
|
||||
</client>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
<client name="uTorrent 1.8 (build 11813)" author="SpongeBob101" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/1800_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT1800-%25." type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
</client>
|
||||
Binary file not shown.
@@ -0,0 +1,10 @@
|
||||
<client name="uTorrent 2.0.4 Build (21431)" author="CoreCore and Anon" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/2040(21431)_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT2040-%b7S" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="-._~"/>
|
||||
<numwant value="200" randomize="false"/>
|
||||
</client>
|
||||
@@ -0,0 +1,10 @@
|
||||
<client name="uTorrent 2.0.4 Build (21515)" author="CoreCore and Anon" version="1.0" processname="utorrent">
|
||||
<query>info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}{event}&numwant={numwant}&compact=1&no_peer_id=1</query>
|
||||
<headers>Host: {host}_nl_User-Agent: uTorrent/2040(21515)_nl_Accept-Encoding: gzip_nl_</headers>
|
||||
<peer_id prefix="-UT2040-%0bT" type="random" length="10" urlencoding="true" upperCase="false" value=""/>
|
||||
<key type="hex" length="8" urlencoding="false" upperCase="true" value=""/>
|
||||
<protocol value="HTTP/1.1"/>
|
||||
<hash upperCase="false"/>
|
||||
<urlencoding exceptions="-._~"/>
|
||||
<numwant value="200" randomize="false"/>
|
||||
</client>
|
||||
BIN
home/applications/ratio-master/lng/1english.lng
Normal file
BIN
home/applications/ratio-master/lng/1english.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/Arabic.lng
Normal file
BIN
home/applications/ratio-master/lng/Arabic.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/Armenian.lng
Normal file
BIN
home/applications/ratio-master/lng/Armenian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/Danish.lng
Normal file
BIN
home/applications/ratio-master/lng/Danish.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/Korean.lng
Normal file
BIN
home/applications/ratio-master/lng/Korean.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/bulgarian.lng
Normal file
BIN
home/applications/ratio-master/lng/bulgarian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/chinese.lng
Normal file
BIN
home/applications/ratio-master/lng/chinese.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/french.lng
Normal file
BIN
home/applications/ratio-master/lng/french.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/german.lng
Normal file
BIN
home/applications/ratio-master/lng/german.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/hebrew.lng
Normal file
BIN
home/applications/ratio-master/lng/hebrew.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/hungarian.lng
Normal file
BIN
home/applications/ratio-master/lng/hungarian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/italian.lng
Normal file
BIN
home/applications/ratio-master/lng/italian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/lithuanian.lng
Normal file
BIN
home/applications/ratio-master/lng/lithuanian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/polish.lng
Normal file
BIN
home/applications/ratio-master/lng/polish.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/portuguese.lng
Normal file
BIN
home/applications/ratio-master/lng/portuguese.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/romanian.lng
Normal file
BIN
home/applications/ratio-master/lng/romanian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/russian.lng
Normal file
BIN
home/applications/ratio-master/lng/russian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/slovenian.lng
Normal file
BIN
home/applications/ratio-master/lng/slovenian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/spanish.lng
Normal file
BIN
home/applications/ratio-master/lng/spanish.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/swedish.lng
Normal file
BIN
home/applications/ratio-master/lng/swedish.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/thai.lng
Normal file
BIN
home/applications/ratio-master/lng/thai.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/turkish.lng
Normal file
BIN
home/applications/ratio-master/lng/turkish.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/ukrainian.lng
Normal file
BIN
home/applications/ratio-master/lng/ukrainian.lng
Normal file
Binary file not shown.
BIN
home/applications/ratio-master/lng/vietnamese.lng
Normal file
BIN
home/applications/ratio-master/lng/vietnamese.lng
Normal file
Binary file not shown.
10
home/applications/ratio-master/ratio-master.desktop
Executable file
10
home/applications/ratio-master/ratio-master.desktop
Executable file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=RatioMaster
|
||||
Comment=Ratio spoofing tool for torrents
|
||||
Exec=wine /home/valere/.local/bin/RatioMaster/RM.exe
|
||||
Path=/home/valere/.local/bin/RatioMaster
|
||||
Icon=/home/valere/.local/bin/RatioMaster/logo.svg
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;P2P;
|
||||
StartupNotify=true
|
||||
65
home/applications/ratio-master/ratio-master.svg
Normal file
65
home/applications/ratio-master/ratio-master.svg
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
|
||||
<svg
|
||||
width="773.29401"
|
||||
height="773.29401"
|
||||
viewBox="0 -28.5 247.45409 247.45409"
|
||||
version="1.1"
|
||||
preserveAspectRatio="xMidYMid"
|
||||
id="svg3"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs3" />
|
||||
<sodipodi:namedview
|
||||
id="namedview3"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#505050"
|
||||
inkscape:zoom="0.48911087"
|
||||
inkscape:cx="-24.534315"
|
||||
inkscape:cy="80.758786"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1132"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg3" />
|
||||
<g
|
||||
id="g3"
|
||||
transform="translate(5.5656067,239.04617)">
|
||||
<rect
|
||||
style="fill:#eb001b;fill-opacity:1;stroke-width:11.3833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.3;paint-order:fill markers stroke"
|
||||
id="rect3"
|
||||
width="112.2394"
|
||||
height="112.45076"
|
||||
x="-105.21542"
|
||||
y="-209.79523"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="fill:#f79e1b;fill-opacity:1;stroke-width:11.3833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.3;paint-order:fill markers stroke"
|
||||
id="rect3-6"
|
||||
width="112.2394"
|
||||
height="112.45076"
|
||||
x="-42.293499"
|
||||
y="-272.13583"
|
||||
transform="rotate(45)" />
|
||||
<rect
|
||||
style="fill:#ff5f00;fill-opacity:1;stroke-width:5.03456;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.3;paint-order:fill markers stroke"
|
||||
id="rect3-6-5"
|
||||
width="49.315277"
|
||||
height="50.120525"
|
||||
x="-42.293499"
|
||||
y="-209.80559"
|
||||
transform="rotate(45)" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
42
home/applications/ratio-master/ratiomaster.config
Normal file
42
home/applications/ratio-master/ratiomaster.config
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ApplicationSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<textStopMinLeecher>0</textStopMinLeecher>
|
||||
<updateAnnounceParamsOnStart>true</updateAnnounceParamsOnStart>
|
||||
<finishedPercent>100</finishedPercent>
|
||||
<uploadRate>55003.37</uploadRate>
|
||||
<downloadRate>0.21</downloadRate>
|
||||
<interval>1800</interval>
|
||||
<TorrentClientsIndex>11</TorrentClientsIndex>
|
||||
<checkLogEnabled>true</checkLogEnabled>
|
||||
<checkRequestScrap>true</checkRequestScrap>
|
||||
<checkShowTrayBaloon>true</checkShowTrayBaloon>
|
||||
<checkTCPListen>false</checkTCPListen>
|
||||
<customPort />
|
||||
<customKey>WMAAIhLqVx</customKey>
|
||||
<customPeersNum />
|
||||
<customPeerID>-TR1060-pauut3h9agwn</customPeerID>
|
||||
<textProxyHost />
|
||||
<textProxyPort />
|
||||
<textProxyPass />
|
||||
<textProxyUser />
|
||||
<comboProxyTypeIndex>0</comboProxyTypeIndex>
|
||||
<checkNewVersion>true</checkNewVersion>
|
||||
<checkRandomUpload>true</checkRandomUpload>
|
||||
<checkRandomDownload>true</checkRandomDownload>
|
||||
<RandomUploadFrom>50000</RandomUploadFrom>
|
||||
<RandomUploadTo>100000</RandomUploadTo>
|
||||
<RandomDownloadFrom>0</RandomDownloadFrom>
|
||||
<RandomDownloadTo>4</RandomDownloadTo>
|
||||
<ignoreFailureReason>false</ignoreFailureReason>
|
||||
<torrentFilePath>C:\users\valere\Desktop\Downloads\l.horloger.de.saint-paul.1974.VOF RESTAUREE.1080p.BDrip.x265.FLAC-AZAZE.mkv.torrent</torrentFilePath>
|
||||
<torrentHash>1164387932F4CB6B1267B3ABA7E0A4CD26593E14</torrentHash>
|
||||
<stopProcessActionBox>0</stopProcessActionBox>
|
||||
<stopProcessValue>1000</stopProcessValue>
|
||||
<stopProcessUnitsBox>-1</stopProcessUnitsBox>
|
||||
<selectedLanguage>Z:\home\valere\.local\bin\RatioMaster\lng\1english.lng</selectedLanguage>
|
||||
<bindToIp>default</bindToIp>
|
||||
<minimizeTotray>true</minimizeTotray>
|
||||
<ignoreTimeout>false</ignoreTimeout>
|
||||
<useUPnP>false</useUPnP>
|
||||
<savePeerList>false</savePeerList>
|
||||
</ApplicationSettings>
|
||||
0
home/applications/ratio-master/rm_updates.xml
Normal file
0
home/applications/ratio-master/rm_updates.xml
Normal file
BIN
home/applications/ratio-master/torrent.torrent
Normal file
BIN
home/applications/ratio-master/torrent.torrent
Normal file
Binary file not shown.
Reference in New Issue
Block a user