Jump to content
UBot Underground

98quinnk

Members
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral

About 98quinnk

  • Rank
    Member

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Professional Edition

Recent Profile Visitors

1630 profile views
  1. How could I configure it, So that it opens a new browsers scrapes 12 loads more. closes Then goes back in? That might keep the browser.exe down in memory usage. Thanks Kevin
  2. They are not contained with in the html, its a java pop windows. so removing the members after scrape wont help.
  3. On the site we are scraping members to message. When we scrape members its a javascript popup on there website shows 12 users, and a loadmore button at the bottom. we scrape the 12 the program presses load more and it shows the next 12 to be scrapped. Gets to about 800 scrapped and then freezes up as it sky rockets the memory usage of browser.exe. But if u close that window and reopen it , it shows the first 12 so all is lost.
  4. Yes its the browser.exe getting too large, but if we close the browser and open it and list starts back at 12 and then it has to load more to scrape more again.
  5. This is the code, im working along side of nick. define Scrape Users { click(<class="user-list-link subs ud-popup">, "Left Click", "No") set(#start, $true, "Global") loop while($exists($element offset(<class="btn">, 1))) { then { click($element offset(<class="btn">, 1), "Left Click", "No") wait for browser event("Everything Loaded", "") wait(5) add list to list(%urls, $scrape attribute(<href=w"https://www.*.com/message/?action=send-new&userId=*">, "href"), "Delete", "Global") wait(20)
  6. Its not the list, Whats happening is the following. I scrape users to message. But the the window that comes up is javascript it displays 12 users so I scrape them, then you have to press load more to display another 12 so it scrapes them now 24 are displaying, as the program continues to do this when It gets up to 700 scrapped it lags really bad, browsers.exe it using up all memory on the computer. If I where to close the window it goes back to just showing 12 users. And there can be like over 5000 users in the list I need to scrape. Any help please its the only thing standing in my
  7. It scraped 900 urls and then its gone all laggy i dont understand why this is happening
  8. Need some help. Program scrapes urls and then it lags down and crashes. define Scrape Users { click(<class="user-list-link subs ud-popup">, "Left Click", "No") set(#start, $true, "Global") loop while($exists($element offset(<class="btn">, 1))) { then { click($element offset(<class="btn">, 1), "Left Click", "No") wait for browser event("Everything Loaded", "") wait(5) add list to list(%urls, $scrape attribute(<href=w"https://www.*.com/message/?action=send-new&userId=*">, "href"), "Delete", "Globa
  9. I sorted it a few days ago, thank you
  10. This is my code for the Ui List box. ui list box("List Of Urls To Message", %urls, #savefile) the %urls has all the stored scraped urls in it.
  11. Hi Im trying to display the url list i scrape into a ui list box. But everytime i do it , It displays like example.com example.com example it goes across. what i want is it to go down, example.com example.com example.com Kind regards Kevin
×
×
  • Create New...