Log in
Login
Password
Forgot password? Register


All proxy

Free proxies

109.123.254.43:4129
 Czechia
138.201.135.176:3129
 Germany
151.22.181.208:8080
 Italy
103.115.20.52:8199
 Japan
188.94.159.26:3128
 Kazakhstan
109.205.126.6:8080
 Latvia
116.203.44.248:39050
 Netherlands
176.100.216.164:80
 Russia
185.18.198.253:54198
 Spain
18.169.83.87:1080
 Switzerland




FAQ HTTP/SOCKS


General questions
Articles




Q:What is the fastest way to obtain subscription for private HTTP/SOCKS proxies?

A: 'Register OR Log in. Then go to page tariffs and choose the test tariff.
Enter the IP-address which you are planning to use the service from in account settings.
The entire list of socks proxy which you can easily use will be available on the https://proxs.ru/socksproxy.php page


Q:Yesterday, speed was 150 pps, and today it never goes above 100 pps. What's up?

A: The search speed depends on a lot of factors: server's capacity, the speed of your server channel, time of the day (there are fewer proxies at night and more in the daytime), or the ICQ server has banned many current proxies, or you have a bad ICQ server file..
Anyway, we provide the maximum quality possible without cutting anything, and so we cannot influence the search quality.


Q:I obtained access to the list of HTTP/SOCKS proxies, but there is one IP with different ports, how can it be?

A: It's the subtleties of our technology: all proxies are connected to our server and work through it. Each port is assigned 1 IP address. It does not affect speed and quality


Q:How frequently the list is updated?

A: The list updates every 10 minutes


Q:Why in the daytime the list of longer, and in the night time it is shorter? White some proxies are fast and the other are slow?

A: This is a feature of the given technology, we are unable to do anything with that


Q:What is the percentage of live proxies?

A: These are private proxies and there should be a high percentage of live proxies. Anyway, we do not take any responsibility for their quality. You can estimate it in a free test


Q:What protocols are supported?

A: This type of proxy supports all protocols: HTTP/HTTPS/SOCKS4/SOCKS5


Q:What countries are among these IPs?

A: You can come across practically any country. Before buying a proxy, you can see the actual information: the current number of proxies and the countries


Q:I set the program to 350 threads and you banned me for 500 threads. How is that possible?

A: Perhaps your program does not have time to close the old threads or the proxy checker threads are not taken into account. Our tip is to reduce the number of threads in the program or switch to Standard or VIP tariff


Q:How frequently is the list updated?

A: 2%-3% every 15 minutes


Q:How to use proxies in cURL for PHP?

A: The simplest code:
$ch = curl_init();
curl_setopt($ch, CURLOPT_PROXY, "123.123.123.123:777");
curl_setopt($ch, CURLOPT_PROXYUSERPWD, "user_proxs.ru:password_to_site");
curl_setopt($ch, CURLOPT_PROXYAUTH, 1);
curl_setopt($ch, CURLOPT_PROXYTYPE, 5);
curl_setopt($ch, CURLOPT_URL, "https://proxs.ru");
echo curl_exec($ch);
curl_close($ch);