<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Proxybonanza blog</title>
	<atom:link href="http://blog.proxybonanza.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.proxybonanza.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 08 Nov 2011 18:09:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Chrome proxy extension</title>
		<link>http://blog.proxybonanza.com/addons/chrome-proxy-extension/</link>
		<comments>http://blog.proxybonanza.com/addons/chrome-proxy-extension/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 21:12:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Add-ons]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=226</guid>
		<description><![CDATA[Chrome extension for proxy list management. Proxybonanza Manager features include:

- one click change/disable proxy
- import (export) proxy list from text list
- direct import of proxybonanza.com proxy list

Download here

Important: Use IP authentication to avoid entering username and password with each proxy change.

]]></description>
			<content:encoded><![CDATA[<p>Chrome extension for proxy list management. Proxybonanza Manager features include:</p>
<ul>
<li>- one click change/disable proxy</li>
<li>- import (export) proxy list from text list</li>
<li>- direct import of proxybonanza.com proxy list</li>
</ul>
<h2 style="text-align: center;"><span style="color: #ff0000;"><a href="https://addon.proxybonanza.com/chrome/chromeex1.1.crx">Download here<br />
</a></span></h2>
<h3><span style="color: #ff0000;"><strong><span style="text-decoration: underline;">Important:</span></strong> Use IP authentication to avoid entering username and password with each proxy change.<br />
</span></h3>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/addons/chrome-proxy-extension/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox proxy add-on</title>
		<link>http://blog.proxybonanza.com/addons/firefox-proxy-add-on/</link>
		<comments>http://blog.proxybonanza.com/addons/firefox-proxy-add-on/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Add-ons]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=169</guid>
		<description><![CDATA[We are pleased to announce beta version of Proxybonanza Manager - Firefox add-on for proxy list management. Download here..]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce <strong>Proxybonanza Manager</strong> &#8211; Firefox add-on for proxy list management. Proxybonanza Manager features include:</p>
<ul>
<li>- automatic login/password submit for proxy authentication</li>
<li>- one click change/disable proxy</li>
<li>- import (export) proxy list from text list</li>
<li>- direct import of proxybonanza.com proxy list</li>
</ul>
<h2 style="text-align: center;"><strong><strong><a href="http://blog.proxybonanza.com/wp-content/plugins/download-monitor/download.php?id=2" target="_self">Latest Firefox download</a></strong></strong></h2>
<h2 style="text-align: center;"><strong><strong><br />
</strong></strong></h2>
<h2 style="text-align: center;"><strong><strong><a href="http://blog.proxybonanza.com/addons/chrome-proxy-extension/">Also available for Chrome</a><br />
</strong></strong></h2>
<p><strong><strong><br />
</strong></strong></p>
<h4><strong><strong><span style="color: #ff0000;">Firefox 4.0-8.0 hint</span>: </strong></strong><span style="color: #ff6600;">you can enable the bottom bar proxy button in options menu in add-on main window. Default pbmanager button is now next to address bar.</span><strong><strong><br />
</strong></strong></h4>
<p>Please send your bug reports, feature requests and comments to info@proxybonanza.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/addons/firefox-proxy-add-on/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>VB.NET proxy example</title>
		<link>http://blog.proxybonanza.com/programming/vb-net-proxy-example/</link>
		<comments>http://blog.proxybonanza.com/programming/vb-net-proxy-example/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 14:43:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[vb.net proxy]]></category>
		<category><![CDATA[visual basic proxy]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=159</guid>
		<description><![CDATA[Useful vb.net code snippet using HTTP proxy from one of our readers.
Imports System.Collections.Generic
Imports System.IO
Imports System.Net

Namespace blogtest
Class Program
Private Shared Sub Main(args As String())
Dim http As New simplehttp()
‘testing on ipcheckit.com so we can make sure we’re really connecting through proxy. Look for proxy IP in html printed in console
‘remember to change 127.0.0.1, 8080, login, password to your [...]]]></description>
			<content:encoded><![CDATA[<p>Useful vb.net code snippet using HTTP proxy from one of our readers.
<pre class="brush:vbnet">Imports System.Collections.Generic
Imports System.IO
Imports System.Net

Namespace blogtest
Class Program
Private Shared Sub Main(args As String())
Dim http As New simplehttp()
‘testing on ipcheckit.com so we can make sure we’re really connecting through proxy. Look for proxy IP in html printed in console
‘remember to change 127.0.0.1, 8080, login, password to your working proxy details
Dim html As String = http.geturl(”http://ipcheckit.com/”, “127.0.0.1″, 8080, “login”, “password”)
System.Console.WriteLine(html)
End Sub
End Class

Class simplehttp
Public Function geturl(url As String, proxyip As String, port As Integer, proxylogin As String, proxypassword As String) As String
Dim resp As HttpWebResponse
Dim req As HttpWebRequest = DirectCast(WebRequest.Create(url), HttpWebRequest)
req.UserAgent = “Mozilla/5.0″
req.AllowAutoRedirect = True
req.ReadWriteTimeout = 5000
req.CookieContainer = New CookieContainer()
req.Referer = “”
req.Headers.[Set](”Accept-Language”, “en,en-us”)
Dim stream_in As StreamReader

Dim proxy As New WebProxy(proxyip, port)
‘if proxylogin is an empty string then don’t use proxy credentials (open proxy)
If proxylogin “” Then
proxy.Credentials = New NetworkCredential(proxylogin, proxypassword)
End If
req.Proxy = proxy

Dim response As String = “”
Try
resp = DirectCast(req.GetResponse(), HttpWebResponse)
stream_in = New StreamReader(resp.GetResponseStream())
response = stream_in.ReadToEnd()
stream_in.Close()
Catch ex As Exception
End Try
Return response
End Function

Public Function getposturl(url As String, postdata As String, proxyip As String, port As Short, proxylogin As String, proxypassword As String) As String
Dim resp As HttpWebResponse
Dim req As HttpWebRequest = DirectCast(WebRequest.Create(url), HttpWebRequest)
req.UserAgent = “Mozilla/5.0″
req.AllowAutoRedirect = True
req.ReadWriteTimeout = 5000
req.CookieContainer = New CookieContainer()
req.Method = “POST”
req.ContentType = “application/x-www-form-urlencoded”
req.ContentLength = postdata.Length
req.Referer = “”

Dim proxy As New WebProxy(proxyip, port)
‘if proxylogin is an empty string then don’t use proxy credentials (open proxy)
If proxylogin “” Then
proxy.Credentials = New NetworkCredential(proxylogin, proxypassword)
End If
req.Proxy = proxy

Dim stream_out As New StreamWriter(req.GetRequestStream(), System.Text.Encoding.ASCII)
stream_out.Write(postdata)
stream_out.Close()
Dim response As String = “”

Try
resp = DirectCast(req.GetResponse(), HttpWebResponse)
Dim resStream As Stream = resp.GetResponseStream()
Dim stream_in As New StreamReader(req.GetResponse().GetResponseStream())
response = stream_in.ReadToEnd()
stream_in.Close()
Catch ex As Exception
End Try
Return response
End Function
End Class
End Namespace</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/programming/vb-net-proxy-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more Scrapebox,Xrumer support</title>
		<link>http://blog.proxybonanza.com/uncategorized/no-more-scrapeboxxrumer-support/</link>
		<comments>http://blog.proxybonanza.com/uncategorized/no-more-scrapeboxxrumer-support/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 09:18:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=154</guid>
		<description><![CDATA[We no longer allow using our proxies with Scrapebox and Xrumer software. We received too many abuse complaints. To maintain high quality of service for other customers Scrapebox and Xrumer are not allowed on proxybonanza.com from now on.]]></description>
			<content:encoded><![CDATA[<p>We no longer allow using our proxies with Scrapebox and Xrumer software. We received too many abuse complaints. To maintain high quality of service for other customers Scrapebox and Xrumer are not allowed on proxybonanza.com from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/uncategorized/no-more-scrapeboxxrumer-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple C# HTTP proxy class</title>
		<link>http://blog.proxybonanza.com/programming/simple-c-http-proxy-class/</link>
		<comments>http://blog.proxybonanza.com/programming/simple-c-http-proxy-class/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 10:23:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c sharp proxy]]></category>
		<category><![CDATA[c# proxy]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=134</guid>
		<description><![CDATA[C# HTTP proxy example (GET and POST)]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re gonna create a simple C# class for doing HTTP requests using proxy. It will only have 2 methods: one for HTTP GET requests and other for POST requests. No error handling is done here so you&#8217;ll have to implement your own.  The code is self-explanatory.</p>
<pre class="brush:csharp">using System;
using System.Collections.Generic;
using System.IO;
using System.Net;

namespace blogtest
{
 class Program
 {
  static void Main(string[] args)
  {
   simplehttp http = new simplehttp();
   //testing on ipcheckit.com so we can make sure we're really connecting through proxy. Look for proxy IP in html printed in console
   //remember to change 127.0.0.1, 8080, login, password to your working proxy details
   string html = http.geturl("http://ipcheckit.com/", "127.0.0.1", 8080, "login", "password");
   System.Console.WriteLine(html);
  }
 }

class simplehttp
{
 public string geturl(string url, string proxyip, int port, string proxylogin, string proxypassword)
 {
  HttpWebResponse resp;
  HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
  req.UserAgent = "Mozilla/5.0";
  req.AllowAutoRedirect = true;
  req.ReadWriteTimeout = 5000;
  req.CookieContainer = new CookieContainer();
  req.Referer = "";
  req.Headers.Set("Accept-Language", "en,en-us");
  StreamReader stream_in;

  WebProxy proxy = new WebProxy(proxyip, port);
  //if proxylogin is an empty string then don't use proxy credentials (open proxy)
  if (proxylogin != "") proxy.Credentials = new NetworkCredential(proxylogin, proxypassword);
  req.Proxy = proxy;

  string response = "";
  try
  {
   resp = (HttpWebResponse)req.GetResponse();
   stream_in = new StreamReader(resp.GetResponseStream());
   response = stream_in.ReadToEnd();
   stream_in.Close();
  }
  catch (Exception ex)
  {
  }
  return response;
 }

 public string getposturl(string url, string postdata, string proxyip, short port, string proxylogin, string proxypassword)
 {
  HttpWebResponse resp;
  HttpWebRequest req = (HttpWebRequest)WebRequest.Create(url);
  req.UserAgent = "Mozilla/5.0";
  req.AllowAutoRedirect = true;
  req.ReadWriteTimeout = 5000;
  req.CookieContainer = new CookieContainer();
  req.Method = "POST";
  req.ContentType = "application/x-www-form-urlencoded";
  req.ContentLength = postdata.Length;
  req.Referer = "";

  WebProxy proxy = new WebProxy(proxyip, port);
  //if proxylogin is an empty string then don't use proxy credentials (open proxy)
  if (proxylogin != "") proxy.Credentials = new NetworkCredential(proxylogin, proxypassword);
  req.Proxy = proxy;

  StreamWriter stream_out = new StreamWriter(req.GetRequestStream(), System.Text.Encoding.ASCII);
  stream_out.Write(postdata);
  stream_out.Close();
  string response = "";

  try
  {
   resp = (HttpWebResponse)req.GetResponse();
   Stream resStream = resp.GetResponseStream();
   StreamReader stream_in = new StreamReader(req.GetResponse().GetResponseStream());
   response = stream_in.ReadToEnd();
   stream_in.Close();
  }
  catch (Exception ex)
  {
  }
  return response;
 }
 }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/programming/simple-c-http-proxy-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SocksCap configuration</title>
		<link>http://blog.proxybonanza.com/tutorials/sockscap-configuration/</link>
		<comments>http://blog.proxybonanza.com/tutorials/sockscap-configuration/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 12:42:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=109</guid>
		<description><![CDATA[SocksCap proxy configuration tutorial]]></description>
			<content:encoded><![CDATA[<p>Fire up SocksCap and go to <strong>File-&gt;Settings</strong> menu</p>
<p><img class="alignnone size-full wp-image-117" style="margin-top: 20px; margin-bottom: 20px;" title="sockscap1" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/sockscap1.gif" alt="sockscap1" width="328" height="278" /></p>
<p>Enter your proxy IP address and port in <strong>Socks server/port</strong> fields. If you’re using Proxybonanza.com your IP will be in ip:port format for example <strong>127.0.0.1:48212 (127.0.0.1 is IP address and 48212 is port)</strong>. Set protocol to <strong>Socks Version 5</strong>. Tick the Username/Password checkbox unless you use IP authentication.</p>
<p><img class="alignnone size-full wp-image-113" style="margin-top: 20px; margin-bottom: 20px;" title="sockscap2" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/sockscap2.gif" alt="sockscap2" width="457" height="558" /></p>
<p>Now go to <strong>File-&gt;Username/Password</strong> menu and set your login and password (use the same login and password as for proxybonanza.com user panel). You can skip this step if you use IP authentication.</p>
<p><img class="alignnone size-full wp-image-114" style="margin-top: 20px; margin-bottom: 20px;" title="sockscap3" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/sockscap3.gif" alt="sockscap3" width="419" height="343" /></p>
<p>Now when you have your proxy configured it&#8217;s time to tell SocksCap which programs you&#8217;d like to run through it. We&#8217;ll use Firefox as an example. Press the <strong>New</strong> button in SocksCap window, set the profile name, use <strong>Browse</strong> button to find the program you&#8217;d like to run through proxy, SocksCap will set the <strong>Working</strong> <strong>Directory</strong> to the same path where program is located. Click <strong>OK </strong>to add new profile.</p>
<p><img class="alignnone size-full wp-image-115" style="margin-top: 20px; margin-bottom: 20px;" title="sockscap4" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/sockscap4.gif" alt="sockscap4" width="533" height="291" /></p>
<p>You can add more entries if you need. Now select the profile you&#8217;ve just added, click the<strong> Run</strong> button and SocksCap will start this program and run it&#8217;s traffic through proxy.</p>
<p><img class="alignnone size-full wp-image-116" style="margin-top: 20px; margin-bottom: 20px;" title="sockscap5" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/sockscap5.gif" alt="sockscap5" width="327" height="276" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/tutorials/sockscap-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxifier configuration</title>
		<link>http://blog.proxybonanza.com/tutorials/configuring-proxifier/</link>
		<comments>http://blog.proxybonanza.com/tutorials/configuring-proxifier/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 19:26:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=77</guid>
		<description><![CDATA[Simple proxy setting in web browsers is not enough for some websites (for example video or music streaming sites using flash players) - your real IP will be still visible. Proxifier comes in handy in such cases.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Here is how to configure <a href="http://proxifier.com">Proxifier</a> with SOCKS5 proxy. Simple proxy setting in web browsers is not enough for some websites (for example video or music streaming sites using flash players) &#8211; your real IP will be still visible. Proxifier comes in handy in such cases.<br />
First you need to obtain SOCKS5 proxy IP address. If you&#8217;re using Proxybonanza.com your IP will be in ip:port format for example <strong>127.0.0.1:48212 (127.0.0.1 is IP address and 48212 is port)</strong>. To make sure your proxy works it&#8217;s good to test it first using proxy checker that comes with <a href="http://proxifier.com">Proxifier</a>. Run the proxy checker, click the top left <strong>&#8216;Proxy server&#8230;&#8217;</strong> button , set your proxy IP, port, protocol=Socks version 5, use authentication with your username and password (or don&#8217;t use it if you have IP authentication turned on) and hit<strong> &#8216;OK&#8217; </strong>then <strong>&#8216;Start testing&#8217;</strong>. If you get the green &#8216;Proxy is ready to work with Proxifier&#8217; message (above the progress bar) then you can proceed to next step.</p>
<p><img class="alignnone size-full wp-image-83" style="margin-top: 30px; margin-bottom: 30px;" title="proxytester" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/proxytester.gif" alt="proxytester" width="715" height="506" /></p>
<p>1. Run Proxifier and select <strong>Options-&gt;Proxy Settings</strong></p>
<p><img class="alignnone size-full wp-image-79" style="margin-top: 30px; margin-bottom: 30px;" title="proxifier1" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/proxifier1.gif" alt="proxifier1" width="761" height="452" /><br />
2. Click the <strong>Add</strong> button in new window<br />
<img class="alignnone size-full wp-image-80" style="margin-top: 30px; margin-bottom: 30px;" title="proxifier2" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/proxifier2.gif" alt="proxifier2" width="762" height="452" /></p>
<p>3. Set proxy IP,port, protocol and authentication as you did with proxy tester then click <strong>OK </strong>and <strong>OK</strong> once again in &#8216;Proxy settings&#8217; window<br />
<img class="alignnone size-full wp-image-81" style="margin-top: 30px; margin-bottom: 30px;" title="proxifier3" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/proxifier3.gif" alt="proxifier3" width="763" height="477" /></p>
<p>4. Your traffic is now routed through SOCKS proxy server. You can run a web browser and see all the connections it makes in proxifier window. Use <strong>File-&gt;Exit</strong> to stop Proxifier</p>
<p><img class="alignnone size-full wp-image-82" style="margin-top: 30px; margin-bottom: 30px;" title="proxifier4" src="http://blog.proxybonanza.com/wp-content/uploads/2010/01/proxifier4.gif" alt="proxifier4" width="761" height="450" /><ins datetime="2010-01-05T19:19:28+00:00"></ins><ins datetime="2010-01-05T19:19:28+00:00"></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/tutorials/configuring-proxifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP curl with proxy</title>
		<link>http://blog.proxybonanza.com/programming/php-curl-with-proxy/</link>
		<comments>http://blog.proxybonanza.com/programming/php-curl-with-proxy/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 10:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=54</guid>
		<description><![CDATA[PHP + CURL example using proxy]]></description>
			<content:encoded><![CDATA[<p>Here is a simple PHP code snippet requesting given URL using curl and HTTP proxy server.</p>
<pre class="brush:php">
$loginpassw = 'login:password';  //your proxy login and password here
$proxy_ip = '127.0.0.1'; //proxy IP here
$proxy_port = 8080; //proxy port from your proxy list
$url = 'http://yahoo.com'; //URL to get

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 0); // no headers in the output
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // output to variable
curl_setopt($ch, CURLOPT_PROXYPORT, $proxy_port);
curl_setopt($ch, CURLOPT_PROXYTYPE, 'HTTP');
curl_setopt($ch, CURLOPT_PROXY, $proxy_ip);
curl_setopt($ch, CURLOPT_PROXYUSERPWD, $loginpassw);
$data = curl_exec($ch);
curl_close($ch);

echo $data;</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/programming/php-curl-with-proxy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Multiple Firefox instances with different proxy settings</title>
		<link>http://blog.proxybonanza.com/web-browsers/firefox-different-proxy/</link>
		<comments>http://blog.proxybonanza.com/web-browsers/firefox-different-proxy/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 11:43:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web browsers]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=39</guid>
		<description><![CDATA[Easy way of having multiple Firefox windows open with different proxy settings (each browser window using own proxy IP)]]></description>
			<content:encoded><![CDATA[<p>Here is how to have several Firefox windows open &#8211; each with different proxy settings.</p>
<ol>
<li>Close any open Firefox windows. Use &#8216;Run&#8217; command from windows start menu, type in the box: &#8216;firefox -P&#8217; and click &#8216;Ok&#8217; button<br />
<img class="alignnone size-full wp-image-42" title="multipleprofiles1" src="http://blog.proxybonanza.com/wp-content/uploads/2009/11/multipleprofiles1.jpg" alt="multipleprofiles1" width="347" height="186" /></li>
<li>What you see is a Firefox profile manager. Now you can create as many profiles as you need. In this example we created one additional profile called &#8216;NewProfile&#8217;<br />
<img class="alignnone size-full wp-image-44" title="multipleprofiles3" src="http://blog.proxybonanza.com/wp-content/uploads/2009/11/multipleprofiles3.jpg" alt="multipleprofiles3" width="337" height="245" /></li>
<li>To run different profiles at the same time you have to start firefox using this command: &#8216;firefox -P profilename -no-remote&#8217;. Now you can set different proxies for each profile (<a href="http://blog.proxybonanza.com/web-browsers/firefox-configuration/">Firefox proxy settings</a>) and run them simultaneously in separate windows.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/web-browsers/firefox-different-proxy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet Explorer proxy configuration</title>
		<link>http://blog.proxybonanza.com/web-browsers/ie-proxy-configuration/</link>
		<comments>http://blog.proxybonanza.com/web-browsers/ie-proxy-configuration/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:16:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web browsers]]></category>

		<guid isPermaLink="false">http://blog.proxybonanza.com/?p=25</guid>
		<description><![CDATA[Quick tutorial about proxy configuration in Internet Explorer web browser.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Go to <strong>Tools -&gt; Internet Options</strong> in your Internet Explorer menu.<br />
<img class="alignnone size-full wp-image-27" title="ie1" src="http://blog.proxybonanza.com/wp-content/uploads/2009/10/ie1.gif" alt="ie1" width="400" height="343" /></li>
<li>Go to <strong>Connections</strong> tab and click <strong>LAN Settings</strong>.<br />
<img class="alignnone size-full wp-image-28" title="ie2" src="http://blog.proxybonanza.com/wp-content/uploads/2009/10/ie2.gif" alt="ie2" width="400" height="528" /></li>
<li>Under Proxy server, click to select the <strong>Use a proxy server for your LAN</strong> check box and click <strong>Advanced</strong> button.<br />
<img class="alignnone size-full wp-image-29" title="ie3" src="http://blog.proxybonanza.com/wp-content/uploads/2009/10/ie3.gif" alt="ie3" width="448" height="416" /></li>
<li>In the <strong>HTTP Address box</strong>, type in any IP address from the list in your proxybonanza.com account. Your proxy list format is: proxyIP:proxyPort so set the port to what you see after the &#8216;:&#8217; for particular IP address (for example: 22.33.44.55:1274 &#8211; 23.33.44.55 is the proxy IP and proxy port is 1274). Tick the &#8216;<strong>Use the same proxy server for all protocols</strong>&#8216; checkbox, click <strong>Ok</strong> and you&#8217;re ready to go! Internet Explorer will prompt you for login and password when you open your first website with new settings &#8211; use your proxybonanza.com login and password.<br />
<img class="alignnone size-full wp-image-30" title="ie4" src="http://blog.proxybonanza.com/wp-content/uploads/2009/10/ie4.gif" alt="ie4" width="400" height="458" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.proxybonanza.com/web-browsers/ie-proxy-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
