-
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 NeutralAbout 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
3331 profile views
-
Thanks Helloinsomnia, that makes sense. I did use the ubot free memory and OS Free memory plugin also, that didn't make any difference.
-
@pash That s what puzzles me, I'm using that large data plugin and still this happens.
-
I use 64bit OS.
-
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.
-
denrich started following Threading... Why Won't It Work?
-
Thanks guys, I will try that.
-
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.
-
What Is The Best To Remove Blank Spaces Within A List Or Table?
denrich replied to mrwalt's topic in General Discussion
Sorry guys this script to remove last line or last blank line from a list. -
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.
-
What Is The Best To Remove Blank Spaces Within A List Or Table?
denrich replied to mrwalt's topic in General Discussion
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. -
Hi, In the HTTP get, the proxy holder won't pick up the colon and port.Example in parentheses 111.222.33(:8080) Thanks.
-
[Sell] Gui Hero- The Ultimate & Easiest Tool For Creating Ubot Gui's
denrich replied to darryl561's topic in Bots and Scripts
I like the new GUI Hero..but were the tables removed from it? Can't find it.- 179 replies
-
- gui
- drag and drop
- (and 5 more)
-
Hello everyone, anybody knows how to scrape toolbars? Maybe with the "http post" plugin or something. Thanks for your help.
-
- scraping
- scrape toolbar
-
(and 1 more)
Tagged with:
-
-
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.