Jump to content
UBot Underground

scrape proxies from Hidemyass Help.


Recommended Posts

Hello friends ask help for this code that I can not function Asher and do not know where this error could help me.?

navigate("http://proxylist.hidemyass.com/", "Wait")
wait for browser event("Everything Loaded", "")
change checkbox(<name="ac">, "Unchecked")
change dropdown(<name="c[]">, "United States ")
change checkbox($element offset(<name="sp[]">, 0), "Unchecked")
change checkbox($element offset(<name="ct[]">, 0), "Unchecked")
wait for browser event("Everything Loaded", 30)
click(<innertext="UPDATE RESULTS">, "Left Click", "No")
wait for browser event("Everything Loaded", 30)
clear list(%paddress)
clear list(%puerto)
clear list(%prox)
add list to list(%paddress, $scrape attribute(<outerhtml=w"<span><style>*</span>">, "innertext"), "Don\'t Delete", "Global")
add list to list(%puerto, $scrape attribute(<outerhtml=w"<td>*</td>">, "innertext"), "Don\'t Delete", "Global")
loop($list total(%paddress)) {
    if($comparison($list position(%paddress), "<", $list total(%paddress))) {
        then {
            add item to list(%prox, "{$next list item(%paddress)}:{$next list item(%puerto)}", "Delete", "Global")
        }
        else {
        }
    }
}

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...