How to add squid proxies authorized ip & use squid proxies in PHP code

How to add squid proxies authorized ip?

To add your authorized ip, please go to : http://vip.squidproxies.com

1. Login to the VIP control panel.

2. Click “Authorized IPs”

3. Click “[Add to auth list]” to add your IP and submit. Wait 5 mins for propagation.

4. Start using the proxies listed under “Proxies”

 

How to use squid proxies in PHP code

 

Our proxies can be used in PHP code as long as the CURL library is enabled.

1. Create a file called test_proxy.php:

$proxy = ‘1.1.1.1:8800’;  // <– Replace 1.1.1.1:8800 with your proxy IP:PORT
$url = ‘http://www.ipcheckit.com’;
$content = getUrlContents($url, $proxy);
print $content;

function getUrlContents($url, $proxy = NULL, $post_data = NULL, $timeout = 30, $userpass = NULL) {
$curl = curl_init();
curl_setopt($curl, CURLOPT_URL, $url);
if ($post_data !== NULL) {
curl_setopt($curl, CURLOPT_POST, TRUE);
curl_setopt($curl, CURLOPT_POSTFIELDS, $post_data);
}
if ($proxy != NULL) {
curl_setopt($curl, CURLOPT_PROXY, $proxy);
}
if ($userpass != NULL) {
curl_setopt($curl, CURLOPT_USERPWD, $userpass);
}
curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($curl, CURLOPT_TIMEOUT, $timeout);
curl_setopt($curl, CURLOPT_MAXREDIRS, 5);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, FALSE);
$contents = curl_exec($curl);
curl_close($curl);
return $contents;
}

?>

2. Upload and navigate to test_proxy.php

— If it works, you should see the contents of the specified $url

— If you get an access denied page, ensure your server’s IP is added as an authorized IP in our Control panel

— If you see CURL errors, contact your web host about CURL support

 

Source: http://squidproxies.com

Read More:

How to edit private proxy settings in Firefox for Anonymous surf

How to edit private proxy settings in Internet Explorer(IE) for Anonymous surf

How to Use Private proxy in IE FireFox Chrome?

 

How to edit private proxy settings in Internet Explorer(IE) for Anonymous surf

How to edit squid proxy settings in Internet Explorer

Go to Tools> Internet Options

       New window will appear, click on Connections > LAN Settings

Local Area Network (LAN) Settings window will appear.

On Proxy server, click “Use a proxy server for your LAN”.

 

Enter the IP in Address field. Enter 3128 in Port field. Click “Advanced”.

 

Enter the IP in HTTP Proxy field. Enter 3128 in Port field.

Check “use the same proxy server for all protocols”. This is how your proxy settings should look lik

Click Ok.

If it doesn’t work, some ISP block port 3128. So try port 52931 instead.

 

Source: http://squidproxies.com

Read more:

How to Use Private proxy in IE FireFox Chrome?

How to edit private proxy settings in Firefox for Anonymous surf

SquidProxies.com Reviews | Squid Proxies

  1. I have experienced using these proxies for AMR , Senuke , scrapebox(before penguin) etc. proxies are working well and the service is also nice, fast respond. So it is very recommended for people who want to use private proxies for SEO.
  2. Hello, After being dissatisfied with many different proxy providers I finally learned about Squid Proxies. It is a amazing and friendly service. The proxies are top notch and the best I have ever used. One thing for sure is your proxies will keep you safe, hidden and secure ! I ordered 25 proxies using the coupon code within 10 mins I have the proxies account setup.Ask squidproxies a question, and I always gets answered in minutes.
  3. This proxy service is one of the best i have ever seen, they have the fastest support team out there by far , i sent a support ticket and got a response within 20 mins , talk about fast , they are there to help you get exactly what you need when it comes to proxies , highly recommended
  4. Great service and great proxies, when they are working effectively.Hey, no complaints here what-so-ever! I have been using SquidProxies 10 proxy a month plan for nearly a year. They are exclusive, best in the business! Also, for the quality, you can’t beat the price!
  5. I am use this proxies to post on craigslist, and those works really perfect!!! Perfect ip quality!! , when i pay out , i ask for CL IPs.Proxies was replace for the CL ones and since that day i be posting for my clients all over US, recommend this service.
  6. Clint says:  These proxies are able to upload a YouTube video pretty quickly.I’m amazed! Great proxies and very fast! Will tell my friends about your awesome service!
  7. I also think very highly of your guy’s Customer support team, really fast and professional.

    i’ve use squidproxies for this month, and just wanna say, that it’s working great. the speed is also fast.. highly recommended.:=)

  8. I use it for SENuke X.I haven’t had a single proxy fail on me.
    Support is so cute.They always replied my question within 5 minutes to answer.
    Highly recommended–ALL STARS!

  9. Squidproxies is just GREAT. I had problems with them, cause the proxies were not working with Tweetadder. They refunded my money without me even asking (they even returned the remaining credit for the rest of the month).A few weeks after that, I was a little frustrated with my new provider (bad support, too expensive). I returned to squid and I don’t regret it. Support is SUPERB and the service is pretty good to.
  10. I forget how many years I’ve worked in IM. A lot of them. I am satisfied with Squid proxies.They have prefessional support also. I use service with LFE, BMD, and SENukeX of cource. Ah,if You use SENukeX,don’t forget to ask for proxies that are nod banned from reCaptcha.

Read more