How to set up a proxy in Firefox

You must go to Firefox’s option and search for proxy Even if the proxies have user and password, those will be requested when you will visit the first page with the proxy. So on the Firefox’s settings you must enter just the IP and the Port. Also please make sure that you click to use […]

Read More

What is a subnet (range, C-class)

The subnet is made by the fist 3 numbers of an IP. For instance, if you have this IP 11.22.33.44,  that belongs to the subnet 11.22.33. Also all the IPs from 11.22.33.0 to 11.22.33.255 are in the same subnet 11.22.33.XXX . Having proxies from more subnets, is usually a good thing because you will have […]

Read More

How to use the proxies in python

import requests https=”https://user:pass@IP:port” http=”http://user:pass@IP:port” proxies = {“https”: https, “http”: http} url = ‘https://ipinfo.io’ r = requests.get(url, proxies=proxies) print (r.content)

Read More

How many connections/threads to use with the proxies?

Short answer: we don’t know 🙂 Long answer: Depends on a lot of factors like: how many connections can your computer can handle your computer’s bandwidth your program/script some are better than the others on resource management the sites were you will use the proxies. If you make too many connections, the site will consider as an abuse and […]

Read More

Proxies on port 3128

Q: Do you provide proxies on port 3128? A: No, that is the default port for many proxies servers and letting port 3128 open will reveal that the IP is a proxy on the proxy detection sites

Read More

Promo Codes

Q: Do you have promo code? A: No, we don’t have any promo active. All promo codes for buyproies.org from the sites are fake

Read More

What is timeout?

Timeout means how much time (usually seconds) the program should wait for a page to load. If your internet is slow, you use a lot of connections or the page is slow/big, you should put a bigger value

Read More