Tuesday, August 28, 2012

Proxy Switcher

You can use TCP Port Mapper to automatically switch your web browser's proxy setting and surf the web anonymously.
  1. In tcpportmap.ini configure ListenPort setting: ListenPort=3128 (listen incoming connections on port 3128).
  2. In tcpportmap.ini configure MapFromFile setting: MapFromFile=c:\proxies.txt (load proxies from file c:\proxies.txt).
  3. Setting ProxyMode should not be present in tcpportmap.ini or it can be equal NONE: ProxyMode=NONE (turn off Proxy Mode).
  4. You can configure SwitchMapConnections setting: SwitchMapConnections=10 (automatically switch to the next proxy each 10 connections).
  5. Run TCPPortMap.exe.
  6. Configure your web browser's proxy settings to use proxy 127.0.0.1:3128


( Read more... )

Friday, August 24, 2012

Opt-In List Filter 1.5

New version of Opt-In List Filter allows to process multi-column lists.
You can choose which column to filter and select column delimiter.


Download Opt-In List Filter

( Read more... )

Wednesday, August 22, 2012

TCP Port Mapper 1.21

New version of TCP Port Mapper can act as SOCKS4 or SOCKS5 proxy. If you want to use TCP Port Mapper as proxy you need to configure ProxyMode setting in tcpportmap.ini. Read more here: http://optinsoft.net/tcpportmap-console.php


( Read more... )

Wednesday, August 8, 2012

Using Drag & Drop feature in Opt-In List Filter

( Read more... )

Opt-In List Filter 1.3

[+] Wildcard matching. It is simpler than regexps and has these features:

  • c - Any character represents itself apart from those mentioned below. Thus c matches the character c.
  • ? - Matches any single character. It is the same as . in full regexps.
  • * - Matches zero or more of any characters. It is the same as .* in full regexps.
  • [...] - Sets of characters can be represented in square brackets, similar to full regexps. Within the character class, like outside, backslash has no special meaning.
Download Opt-In List Filter



( Read more... )

Tuesday, August 7, 2012

Opt-In List Filter 1.2

New in version 1.2:

[+] "List (comma-separated)" expression type.
[+] "Case Sensitive" option.
[+] Example on the picture below do the following:
      1. Keep all domains that end with ".com" or ".net", exclude usernames with "admin" substring from them.
      2. Keep all domains that end with ".org", exclude usernames with "support" substring from them.



( Read more... )

Saturday, August 4, 2012

Friday, August 3, 2012

Opt-In List Filter 1.0

New program that allows to filter your mailing lists.


Download Opt-In List Filter

( Read more... )