Jump to content
UBot Underground

denrich

Fellow UBotter
  • Content Count

    58
  • Joined

  • Last visited

  • Days Won

    1

denrich last won the day on April 17 2014

denrich had the most liked content!

Community Reputation

4 Neutral

About denrich

  • Rank
    Advanced Member
  • Birthday 01/09/1968

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 7
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

3091 profile views
  1. Thanks Helloinsomnia, that makes sense. I did use the ubot free memory and OS Free memory plugin also, that didn't make any difference.
  2. @pash That s what puzzles me, I'm using that large data plugin and still this happens.
  3. Hi Ubotters, Maybe someone can help me with this problem I've had for awhile, I have a dual processor and 16 Gigs Memory but I still get 'System.OutOfMemoryException was thrown." message even when I use 'Large Files' plugin and the 'free os memory' plugin. when I reached about 5000 data bits to my computer file. Thanks Denrich.
  4. How would i make two loop running at same time but with a delay of 7 seconds. One would be still scraping while the second one would perform another task from that list.
  5. Sorry guys this script to remove last line or last blank line from a list.
  6. If anyone wondering, Using saved txt files from "ScrapeBox" seems to interfere with proxies. Clean the files before adding to Ubot. That was my problem.
  7. I find this define command works well. define Remove blanks from list { set(#listtotal,$list total(%PROXY_LIST),"Global") decrement(#listtotal) remove from list(%PROXY_LIST,#listtotal)} Den.
  8. Hi, In the HTTP get, the proxy holder won't pick up the colon and port.Example in parentheses 111.222.33(:8080) Thanks.
  9. Hello everyone, anybody knows how to scrape toolbars? Maybe with the "http post" plugin or something. Thanks for your help.
  10. Anybody knows how to script a continuous loop from a list. Meaning the loop continues after it hit the last item from a list it restarts back to the first item from that same list to continue looping. This would be a list of proxies.Thanks.
×
×
  • Create New...