Proxy list..

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 ?
 

msfaria

Client
Регистрация
30.09.2011
Сообщения
43
Благодарностей
4
Баллы
8
Yes, seems like Proxychecker can't scrape some websites.
 

Go@

Administrator
Команда форума
Регистрация
19.01.2010
Сообщения
948
Благодарностей
711
Баллы
93
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 :-)
 

mux76

Client
Регистрация
13.12.2010
Сообщения
259
Благодарностей
119
Баллы
43

msfaria

Client
Регистрация
30.09.2011
Сообщения
43
Благодарностей
4
Баллы
8
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.
 

Go@

Administrator
Команда форума
Регистрация
19.01.2010
Сообщения
948
Благодарностей
711
Баллы
93
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
 

drvosjeca

Client
Регистрация
26.10.2011
Сообщения
512
Благодарностей
455
Баллы
63
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
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
682
Баллы
113
Try all pages by cool-proxy.net for a starter.
 

Mankush

Client
Регистрация
31.10.2011
Сообщения
189
Благодарностей
17
Баллы
28
Thank you! it worx! :-)
 

Mankush

Client
Регистрация
31.10.2011
Сообщения
189
Благодарностей
17
Баллы
28
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...
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
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...
proxy (?<=\<TD\>).*?(?=\<\/TD\>
IP (\d{1,3}\.){3}\d{1,3}
port (?<=:-)\d+
 

Mankush

Client
Регистрация
31.10.2011
Сообщения
189
Благодарностей
17
Баллы
28
Thank you : )
 

pao8041

Новичок
Регистрация
12.01.2012
Сообщения
13
Благодарностей
0
Баллы
0
Thank you very much
 

Jor1s

Client
Регистрация
25.06.2012
Сообщения
216
Благодарностей
3
Баллы
0
Many thanks, but Cool proxy still d'ont works for me :( (I'm on V4)
 

PapyRef

Client
Регистрация
28.02.2012
Сообщения
70
Благодарностей
6
Баллы
0
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...
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 706
Баллы
113
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.
 

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