Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
I think I overlooked that part.

What I understand from what you just described, Proxylist.co SB filter is used first, then download the list into SB proxy box, then SB's Proxy filter is also used to fine-comb to get the remaining proxies to be used for KB scraping.

I know Proxylist.co's SB filter works great for URL scraping (without using SB filter).

I will look into to see if I can do something about improving Proxylist.co's SB filter engines to deal with SB keyword scraping. It is possible that I need to create another Proxylist.co SB filter engine designated for KB scraping.

Until then, please stay tuned.
 
I think I overlooked that part.

What I understand from what you just described, Proxylist.co SB filter is used first, then download the list into SB proxy box, then SB's Proxy filter is also used to fine-comb to get the remaining proxies to be used for KB scraping.

I know Proxylist.co's SB filter works great for URL scraping (without using SB filter).

I will look into to see if I can do something about improving Proxylist.co's SB filter engines to deal with SB keyword scraping. It is possible that I need to create another Proxylist.co SB filter engine designated for KB scraping.

Until then, please stay tuned.

Awesome. Thanks for constantly trying to improve the engine. I'll continue to be a member because of that professional reply :)
However, even now as I filter them out using SB's proxy checker, they get stuck at the second or third keyword and stops there. With private proxies, it's a whole different story though.
 
Last edited:
Are there any plans to increase the number of proxies available for use? I'd like packages like 400-500+ for SB instead of the maximum 200.
 
Awesome. Thanks for constantly trying to improve the engine. I'll continue to be a member because of that professional reply :)
Thanks.

However, even now as I filter them out using SB's proxy checker, they get stuck at the second or third keyword and stops there. With private proxies, it's a whole different story though.

Did you try on configuring your Windows VPS server to use better DNS servers?

The screenshots that was recently posted here, using the mix of keyword scraping...SB keyword scraping with Proxylist.co proxies works pretty good due to the multi-DNS servers used in my two 100Mbps dedicated Windows servers, each with SB licenses installed on each server (as well as Xrumer and other SEO tools).

See here:
http://proxylist.co/forum/general-support-2/fast-public-dns-servers-list-18/

Try it.
 
Are there any plans to increase the number of proxies available for use? I'd like packages like 400-500+ for SB instead of the maximum 200.

Possibly in the future. We have to make sure that we have enough several thousands working proxies (approximately 5,000-10,000/day, depending on many factors) for all paying subscribers.

Since this Proxylist.co thread is nearly 1 year old, I need to come up with something that will rock the world.

Until then, please stay tuned.
 
Thanks.



Did you try on configuring your Windows VPS server to use better DNS servers?

The screenshots that was recently posted here, using the mix of keyword scraping...SB keyword scraping with Proxylist.co proxies works pretty good due to the multi-DNS servers used in my two 100Mbps dedicated Windows servers, each with SB licenses installed on each server (as well as Xrumer and other SEO tools).

See here:
http://proxylist.co/forum/general-support-2/fast-public-dns-servers-list-18/

Try it.

Yes, they've already been set up to use Google's DNS servers. Still getting the same problem with SB, but don't worry about it. I'll just use my private proxies ;)
 
I want proxies for scrapebox. Which is best: worldwide or USA and Http or Https?
 
I want proxies for scrapebox. Which is best: worldwide or USA and Http or Https?

For URL scraping and general SB usage..go for worldwide http package. Emails - sent.
 
One developer just contacted me, asking for the simple script that will download proxy list directly from proxylist.co few times a day.

Here's the proxylist.sh script:

Code:
#!/bin/sh
# Title: Simple Proxy List Download Script for Linux server
#
# Script Name: proxylist.sh
#
# Author: Proxylist.co Developer
#
# Description:
# The simple script is used to download the proxy list from proxylist.co server.
#
# Instructions:
# - Follow the instruction here on creating the direct link from your server via web browser:
#   http://proxylist.co/forum/general-support-2/direct-link-downloadable-proxy-list-added-62/
#   Note: If you want to use different IP address, just email proxylistco__gmail.com 
#         to request for manual setup.
# - Edit the cd path to where you want to download the list (1st line)
# - Copy the link from proxylist.co direct link builder to wget line as shown below
# - Save as proxylist.sh
# - Add proxylist.sh to your cron that will download the list every 4-6 hours. (4-5 times a day)
# - Any questions - just email proxylistco__gmail.com
#
cd /home/username/mylist/
wget http://proxylist.co/direct/200_worldwide_http_proxies.php?hash=asdfasdfasdf&xxxxxxx
 
Last edited:
Which are the best proxy types to use for senukex? http? https? worldwide? etc? I will be using them to create web 2.0 sites.
 
Updated script as the downloaded text file from our proxylist.co direct link need to be renamed to something else for easy static file name to be read by the server/bot software:

Code:
#!/bin/sh
# Title: Simple Proxy List Download Script for Linux server
#
# Script Name: proxylist.sh
#
# Author: Proxylist.co Developer
#
# Description:
# The simple script is used to download the proxy list from proxylist.co server.
#
# Instructions:
# - Follow the instruction here on creating the direct link from your server via web browser:
#   http://proxylist.co/forum/general-support-2/direct-link-downloadable-proxy-list-added-62/
#   Note: If you want to use different IP address, just email proxylistco__gmail.com 
#         to request for manual setup.
# - Edit the cd path to where you want to download the list (1st line)
# - Copy the link from proxylist.co direct link builder to wget line as shown below
# - Save as proxylist.sh
# - Add proxylist.sh to your cron that will download the list every 4-6 hours. (4-5 times a day)
# - Any questions - just email proxylistco__gmail.com
#
[COLOR=YellowGreen]cd /home/username/mylist/[/COLOR]
[COLOR=YellowGreen]wget http://proxylist.co/direct/200_worldwide_http_proxies.php?hash=asdfasdfasdf&xxxxxxx[/COLOR]
[COLOR=YellowGreen]mv 200* proxylist.txt[/COLOR]
 
Hey, your site has been down for ages. Keeps saying The server at proxylist.co is taking too long to respond.
 
Hey, your site has been down for ages. Keeps saying The server at proxylist.co is taking too long to respond.

Proxylist.co site is back online.

The Cisco switch replacement for my full rack cabinet at the data center failed last night, causing the downtime for all of my servers in there.

Recently we changed back to the back-up Cisco switch - which got all services back online.

Everything is fine. My apologies for the troubles.
 
has anyone been able to display the results of the direct link using wget? I keep getting a blank file instead of the proxies
 
has anyone been able to display the results of the direct link using wget? I keep getting a blank file instead of the proxies

Hi,

I know we have several developers who said that the direct link is working well.

However, we are looking into it right now to find out what is wrong..then will make the suggestions on how to make the direct link to work well from linux shell account.
 
I ordered 2 days ago. No account setup. I sent you message through your contact form. no reply. I check my spam emails also.
SO i canceled by subscription. and requested refund. Please issue me refund. My Transaction ID: 84219478K42560635
 
Status
Not open for further replies.
Back
Top