Jump to content
UBot Underground

Recommended Posts

so i am having a bit of trouble, i used edit pad to find the regex and i got the code down pretty tight, but when i try to make a proxy list - for some reason the $find regular expressions is not working. The strange part is i had it working before but i must of done something wrong. So far the code goes to hidemyass and scraps the 1st page then loads then into a table, coloumn1 ips : column2 ports

 

I used the scrap attribute to scrape the ips successfully, but when i tried to do the same with the ports i couldnt so i used regex but for some reason the data isnt being collected. Any ideas where i am going wrong?

 

navigate("http://proxylist.hidemyass.com/","Wait")
wait for browser event("DOM Ready","")
focus(<id="proxy-list-upd-btn">)
click(<id="proxy-list-upd-btn">,"Left Click","No")
wait(3)
set(#webdata,$document text,"Global")
add list to list(%port,$find regular expression($document text,"(?<=<td>\\n\\s*)\\d*(?=\\s*</td>)"),"Don\'t Delete","Global")
add list to list(%ips,$scrape attribute(<after=w"*.*.*.*">,"innertext"),"Delete","Global")
add list to table as column(&proxies,0,0,%ips)
add list to table as column(&proxies,0,1,%port)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...