Proxy list..

  • Автор темы Автор темы veeco
  • Дата начала Дата начала

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Реакции
1
Баллы
18
Hello,
i would like to know if we should feed the source of public proxy manually ? or ZP comes with prebuild list to check (like scrapebox) ?

btw, i try to add this source:
http://www.hidemyass.com/proxy-list/

but i don't see that proxychecker could get the list automatically ?
any comment on this ?
 
Yes, seems like Proxychecker can't scrape some websites.
 
If you look at HTML, you can see that this website uses a non-standard format (here - the table). Add a new parsing structure:

Код:
Развернуть Свернуть Копировать
[B]PROXY: 
[/B]<span>(\d{1,3}\.){3}\d{1,3}<\/span>[\w\W]*?\d{2,5}<\/td>
[B]
IP:[/B] 
(\d{1,3}\.){3}\d{1,3}
[B]
PORT: [/B]
(?<=[\s])\d{2,5}

123.jpg

It should work :)
 
Go@, it does work. Thank you very much!

Could you build a parsing structure for xroxy or, better yet, teach us how to do it? I've tried myself but I still don't get all the Regex logic.
 
Parsing of proxy occurs in 2 stages - first the regular expression [PROXY] parses a string containing all the information about the proxy from HTML-text, and then these details will be parsed separately: IP, Port, and Login, Pass (if present).

You can find these regular expression by using regexp builder in the ProjectMaker.

Here is a guide by regular expressions: http://www.regular-expressions.info/reference.html
 
hi all...

im new here and im still strugling with many things about zenno.

I would like to ask you if there is any valid source of free proxies for zenno?

thanks
 
Try all pages by cool-proxy.net for a starter.
 
Thank you! it worx! :)
 
How can I parse proxy from this line...?
<TD>107.22.55.72<SCRIPT type=text/javascript>document.write(":"+w+q)</SCRIPT>:80</TD>

Been struggling by myself on this for two days now...
Any help would be appreciated...
 
Thank you very much
 
Many thanks, but Cool proxy still d'ont works for me :( (I'm on V4)
 
Go@, Hyde My Ass changed its HTML page.
The following regular expression not working

PROXY: <span>(\d{1,3}\.){3}\d{1,3}<\/span>[\w\W]*?\d{2,5}<\/td> IP: (\d{1,3}\.){3}\d{1,3} PORT: (?<=[\s])\d{2,5}

Some ideas?

Any help would be appreciated...
 
Go@, Hyde My Ass changed its HTML page.
The following regular expression not working

Some ideas?

Any help would be appreciated...

Its impossible for now to scrape proxies from HMA with proxychecker.
The only way is to create template for this to save proxies to hard drive and schedule it.
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)