How to install IPFilter updater for uTorrentPortable

Share interesting information or links related to portable apps here.
Post Reply
Message
Author
User avatar
Magibon
Posts: 177
Joined: Thu Feb 24, 2011 4:24 pm

How to install IPFilter updater for uTorrentPortable

#1 Post by Magibon »

This tutorial will show you how to install IPFilter µpdater to an existing uTorrent installation, and edit uTorrent to handle the trash left behind by IPFilter µpdater.
(AppData\Roaming\WinRAR folder is created during IPFilter µpdates)

This assumes you're using uTorrentPortable by PortableApps.com.
The IPFilter µpdater is a sophisticated, yet very straight-forward and simple batch script to automatically update your ipfilter (?) for the most bittorrent clients. The initial version was created for µTorrent (hence the symbolic 'µ'-pun). Nowadays, it also supports Halite, BitSpirit, BitTorrent & Vuze.

It uses a standalone version of Wget *, the UnRAR command line executable by Alexander Roshal *, a nice looking icon and is compiled within in a highly compressed self-extracting archive, to simplify the process of installing.
1. Download IPFilter µpdater.

2. Install (extract) into uTorrentPortable\App\uTorrent.

3. A shortcut will be created on the Desktop, move it to desired location.
(if it's missing, simply create a shortcut from uTorrentPortable\App\uTorrent\µpdater.bat.

4. Navigate to: uTorrentPortable\App\AppInfo\Launcher.

5. Open uTorrentPortable.ini in Notepad or any editor.

6. Add

Code: Select all

-=%APPDATA%\WinRAR
under [DirectoriesMove], then save.
View screenshot for further assistance.

7. Launch IPFilter µpdater, it will update then close.

8. Now launch uTorrentPortable, and ensure it says "Loaded ipfilter.dat" under Logger tab. (view screenshot)

9. Also ensure ipfilter.enable is set to "true", which is the default settings. (view screenshot)

10. That's it..

NOTE: this should NOT be your only solution for privacy. I recommend using multiple security measures. PeerBlockPortable is also highly recommended.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: How to install IPFilter updater for uTorrentPortable

#2 Post by webfork »

Just saw this ... very cool, thanks. Did some more digging on this as a built-in filter makes a lot more sense than running something alongside (e.g. Peerblock).

This program hasn't been updated since 2009, but it's simplicity makes that issue sort of moot, especially since it's the filter it downloads is from July, 2013.

Also, a little more of a synopsis if this ever makes it to one of the entries:

Short version: An ipfilter could make your p2p downloads safer, faster and more reliable, even if it's just a little bit.

Long version: An ipfilter blocks traffic from and to bad IPs and bad ranges of IPs. The IPs which get blocked will not be able to upload files to you or to download files from you. These hosts are usually fake, created to collect private information about which files you download and will only upload fake parts of the real thing you're trying to download. All this will make your privacy on the web even more fragile and results in unnecessary use of your precious bandwidth.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: How to install IPFilter updater for uTorrentPortable

#3 Post by guinness »

Why not use this IPFilter?

>> http://tbg.iblocklist.com/Lists/

User avatar
Userfriendly
Posts: 430
Joined: Tue Nov 27, 2012 11:41 pm

Re: How to install IPFilter updater for uTorrentPortable

#4 Post by Userfriendly »

I've been using a .bat file to download ipfilters for utorrent. Needs CLI executables for wget/curl and 7z/rar and goes something like this.
wget -S -N "http://tbg.iblocklist.com/Lists/ipfilter.dat.gz"
7za e "ipfilter.dat.gz" -aoa

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: How to install IPFilter updater for uTorrentPortable

#5 Post by webfork »

guinness wrote:Why not use this IPFilter?

>> http://tbg.iblocklist.com/Lists/
I think the idea is that it's auto-updating. Does uTorrent pull that automatically?

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: How to install IPFilter updater for uTorrentPortable

#6 Post by guinness »

My point was that I see people are referencing an IPFilter file that hasn't been updated in ages. The link I posted is updated regularly.

A VBScript can easily be created to download the file. Let me know if you guys get stuck.

User avatar
guinness
Posts: 4118
Joined: Mon Aug 27, 2007 2:00 am
Contact:

Re: How to install IPFilter updater for uTorrentPortable

#7 Post by guinness »

Here's a good VBScript File Downloader: http://www.robvanderwoude.com/vbstech_i ... wnload.php

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: How to install IPFilter updater for uTorrentPortable

#8 Post by Midas »

IPFilter Updater (latest known release is v1.0.0.9) has moved to http://davidmoore.github.io/ipfilter/ (it was previously at http://ipfilter.codeplex.com/).

Post Reply