How to register a global hotkey for your application in C#

How to register a global hotkey for your application in C#

Register a hotkey for your application that can be triggered even if your form is minimized and does not have focus. More »

How to download a file in C# (progressbar and download speed)

How to download a file in C# (progressbar and download speed)

Learn how to download files in C# while displaying the percentage and the download speed. More »

UDP hole punching implementation in C#

UDP hole punching implementation in C#

Learn how to implement UDP hole punching so you can make your clients life a lot easier by not forcing them to open ports on their end. More »

 

ProxyChecker++ released!

If you are one of those people that value their on-line privacy then at some point you probably looked for a way to hide your true IP from being tracked by various websites. ProxyChecker++ is the tool that will make your life easier and will help you achieve what you are looking for much faster.

Although ProxyChecker++ itself won’t provide you with proxies to use, it will help you find which ones are actually working or not so that you won’t have to waste countless hours trying to figure it out on your own.

ProxyChecker++ main window

Note: This is only the core program for handling the proxy checking, more features will follow in the near future.

Download File
Share on FacebookTweet about this on TwitterShare on Google+Share on StumbleUponShare on LinkedInShare on RedditPin on PinterestShare on TumblrDigg thisPrint this pageEmail this to someone

12 Responses to ProxyChecker++ released!

  1. Spud says:

    Fixed it sorry! :) Btw when i make projects with devexpress themes, no1 else can run them, it shows error on theme. Any ideas? Sorry for the offtopic

    • CooLMinE says:

      There are some .dll files you will need to deploy with your application for other users to be able to run your projects if they use the DevExpress themes. Mainly the ones that you are referencing in your project.

      Also, feel free to re-download the file above. Seems like I never got to upload the newest version of this application which contains a few bug fixes and major performance tweaks when dealing with a large number of proxies.

      • Spud says:

        Ahh the sites i wanted are ok now thanks! Btw i added the .dlls and still error to other people, sorry for the offtopic again!

        • CooLMinE says:

          I assume your software is crashing at startup right ? What is the error being generated ?

          Alternative, you can try using a try/catch block in your applications entry point (Program.cs file) which will allow you to see more details about the exception that is being thrown and therefore the reason why your program is crashing.

          • Spud says:

            Thank you very much for the info! I realized that my devexpress license expired.

          • CooLMinE says:

            No problem, glad I could help.

          • Spud says:

            Btw did you merge all the .dll files with ILmerge for the skin to work? It’s refusing some of the .dll to merge

          • CooLMinE says:

            Yes, all files are merged into the executable.

            If i recall correctly ILMerge throws a warning about the DevExpress.Data.dll(?) file, but in reality everything is working just fine and the library is actually merged regardless of the warning.

  2. Spud says:

    Not working into a single site :/

  3. Sharon Thomas says:

    The Proxychecker++ is great tool with a lot of features. This tools works fast. Nice article.

  4. George Brown says:

    I love this software, works perfectly and it’s quite fast, good job.

Leave a Reply

Your email address will not be published. Required fields are marked *