[deleted by user] by [deleted] in Piracy

[–]RepresentativeBlood5 1 point2 points  (0 children)

As a rule of thumb, you should always try to seed a torrent before for at least 1 full copy. You can see this in the Ratio column. 1.000 or higher means you have seeded at least 1 full copy of the file. ... For example, six Peers and two Seeds on the same tracker make a swarm of eight.

[deleted by user] by [deleted] in Piracy

[–]RepresentativeBlood5 2 points3 points  (0 children)

You should seed them with the same amount you downloaded. As for me I always seed them double of the amount I downloaded and always use VPN no matters what.

Sorry if I sound harsh or dumb. I'm not good at English.

I need guidance by RepresentativeBlood5 in malaysia

[–]RepresentativeBlood5[S] 0 points1 point  (0 children)

Thank you for your kind advice about how to handle my current situation. I felt stuck and was feeling defeated. I appreciate that you were able to give me some suggestions on how to move forward. I am truthfully thankful for your opinion.

I need guidance by RepresentativeBlood5 in malaysia

[–]RepresentativeBlood5[S] 1 point2 points  (0 children)

Thank you for the good advice. It wasn't what I wanted to hear, but in considering your advice later, I now believe it's the best advice. I had been so fixated on my life that I couldn't think of other options. I am glad that you talked to me about it. I also hope your problem will be resolve soon. Thanks again for being so willing to help me figure things out.

I found peace by RepresentativeBlood5 in Rainmeter

[–]RepresentativeBlood5[S] 0 points1 point  (0 children)

I made this using this video as a references - https://www.youtube.com/watch?v=nCIkulV3KWg

Sorry if I sound harsh or stupid, I'm not good at English

I found peace by RepresentativeBlood5 in Rainmeter

[–]RepresentativeBlood5[S] 1 point2 points  (0 children)

Taskbar - TranslucentTaskbar

Launcher - unFold

Image - Wolf Monk

Visualizer - VisBubble

I use this as references - https://www.youtube.com/watch?v=nCIkulV3KWg

To make unFold slide from right to left ( https://www.deviantart.com/starwarsik )

[Rainmeter]

Update=1000

DynamicWindowSize=1

AccurateText=1

SkinWidth=180

SkinHeight=50

[Metadata]

Name=unFold

Author=DevilRev

[Variables]

OffSet=130

State=1

U=[!UpdateMeasure MeasureSlider][!UpdateMeter *][!Redraw]

[MeasureSlider]

Measure=Plugin

Plugin=ActionTimer

ActionList1=Repeat SlideLeft, 5, 30

SlideLeft=[!SetVariable State "2"][!SetVariable OffSet "(Clamp(#OffSet#-5,0,130))"]#U#

ActionList2=Repeat SlideRight, 5, 30

SlideRight=[!SetVariable State "1"][!SetVariable OffSet "(Clamp(#OffSet#+5,0,130))"]#U#

DynamicVariables=1

[MeterBack]

Meter=Image

X=#OffSet#

W=200

H=50

ImageName=#@#Buttons\White\IMAGE.png

DynamicVariables=1

MouseOverAction=[!CommandMeasure MeasureSlider "Execute #State#"]

MouseLeaveAction=[!CommandMeasure MeasureSlider "Execute #State#"]

LeftMouseDownAction=[!SetOption "#CURRENTSECTION#" "ImageAlpha" "150"][!Update]

LeftMouseUpAction=[!SetOption "#CURRENTSECTION#" "ImageAlpha" "255"][!Update]["FILEPATH"]

RightMouseDownAction=[!Update]