Jump to content
UBot Underground

MrGeezer

Fellow UBotter
  • Content Count

    52
  • Joined

  • Last visited

Community Reputation

3 Neutral

About MrGeezer

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    3Gb
  • Framework
    v4.0
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi Guys, Just an update, turns out it wasnt just me, they were able to isolate the speed issue and are looking to get it back up to speed. http://tracker.ubotstudio.com/issues/356
  2. Sounds like its just me thats experiencing this, thanks guys i will lodge a ticket
  3. Hi quite_interesting. Just tried that, takes about 2 seconds (IE enough time for me to alt tab into the debugger and wait see it turn from blank to the text within the scrapped attribute.
  4. Ah makes sense to me thank you for your help! Do you think it is better (performance wise) to append each line to a csv file, or for every 500 rows or so?
  5. Hi Guys, Today I decided to work on converting my existing bots into v5 (there were minor bugs that were previously causing the bot to freeze when compiling which I have since resolved). However I have noticed that my bots are now running extremely slow. Whilst running within Ubot studio, looking at the debugger, I notice that scrape attribute to a variable is running extremely slow. I created a very simple html file with my own custom tags to test it out (the webpage is less that 1kb) EG <customtag1>text</customtag1><customtag2>text2</customtag2> etc etc... s
  6. Hi guys! I am scraping about 5000 rows of data to a table, then writing that information to a csv sheet. However I am noticing that there are performance issues when i get to around 2000 rows and sometimes it fails to even store the data at all. Wondering what is the best practice to store large amounts of data locally as from what I have read on the forums, tables are not ideal. Cheers
  7. Hi Abbas, Sorry for the late reply, have not had a chance to test this out today as it was not on my machine! Thank you very much for your advice it worked a treat!
  8. Hi guys, Having an issue with one of my bots and to diagnose it i have simplified the script completely. Basically all it does onload is log into a proxy, then connect to https google web address to run a web search. On my computer it works completely fine, however on another it pulls up an error SSL Protocol Error 107. Any idea how to fix this? My guess is it is not related to Ubot but either the proxy server is rejecting the new computer or something to do with how the pc is configured?
  9. Guys thanks for your tips very interesting! What is the optimal way of doing this if we want to ensure that we keep cookies intact? IE scraping from a membership based website but still freeing up resources?
  10. V5.01 would open my bot but fail to compile, now v5.02 completely freezes when I try to open the .ubot file
  11. dipswitch can you compile this code? I have narrowed it down on my system to this on load("Bot Loaded") { load html("jjjjjjjjjjj") }
  12. I am also getting a boost error! --------------------------- Microsoft Visual C++ Runtime Library --------------------------- Assertion failed! Program: ... File: C:\boost\boost\boost/smart_ptr/shared_ptr.hpp Line: 653 Expression: px != 0 For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts (Press Retry to debug the application - JIT must be enabled) --------------------------- Abort Retry Ignore
  13. tested with .net 4 and .net 4.5 both failed to work!
  14. I have an issue with DeathByCaptcha also where it will not auto solve. Seems to only happen on Windows 7 Machines that I have tested on.
  15. Hi guys, Thanks for your help, I adjusted my code as suggested so it only picks up the image, however I am still having the same problem. define solveGoogleCaptcha { loop while($search page("Our systems have detected unusual traffic from your computer network")) { then { type text(<name="captcha">, $solve captcha(<outerhtml=w"<img src=\"/sorry/image?id=*\">">), "Standard") click(<name="submit">, "Left Click", "No") wait for browser event("Everything Loaded", "") wait(3) } } } There are a few thin
×
×
  • Create New...