Jump to content
UBot Underground

Recommended Posts

Anyone knows where i could find a tutorial on the LIST SCRAPER command ?

I don't know what to enter in the INPUT field, as weird as it seems?

 

While at it 

I'm trying to grab the number of urls/lines/items on a list (or a saved file), so i can show it with UI STATS

 

Ex:

Ok now you got 121 urls scraped so far...

 

Let me know

Thanks

Link to post
Share on other sites

I was asking the same question also.

This is what I came up with and works for various sites:

 

plugin command("HTTP post.dll", "list scraper", $plugin function("HTTP post.dll", "$http post", "http://www.somewebsite.com","", "", "", "", ""), "URLs", %url_list)
load html(#output)
stop script

 

Cannot seem to get it working for the big G though

  • Like 1
Link to post
Share on other sites

What would be cool is if we could STAT UI what we see in the debugger ?

Ex: you have a %list growing up as you scrape pages, well you could show the number  in a UI STAT.

 

Right now if you do this, it shows everything that's in the list! So let's say it's urls in the %list, well the top panel will get filled with the urls when all i want to show is the number like in the debugger

Debugger shows %list 85

Well i want 85 to show up not

http://www.site.com/whatever/1

http://www.site.com/whatever/32

http://www.site.com/whatever/43234

http://www.site.com/whatever/122

http://www.site.com/whatever/7657

etc...

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