Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 08/04/16 in all areas

  1. Hi Guys, My name is Louis and I just wanted to introduce myself! I am currently a student right now, doing my Masters in Clinical Psychology and very busy so I decided to purchase UBot and help with not only my research but also making money online to help fund my studies. I woudl very much appreciate any tips or advice you guys might have. In order to clarify things a bit, here is some info about me: Things Ièm looking to do: - scrape articles from academic databases for literature reviews - scrape emails of restaurants from yellowpage -promote my websites and money sites to different
    1 point
  2. If you have aymans http post plugin there is a proxy check function,if not you can make a function to say navigate to a site,or better yet a script SRC ,like the SRC for jquerry,so it is fast not loading an entire page,if document text contains "jquery" then start,if contains 404 eror(or whatever that URL error is,then reject,ask user to input another proxy,or continue without proxy You could also use a headless browser in new browser window for even faster check https://code.jquery.com/jquery-1.10.2.js
    1 point
  3. What's new with ExBrowser V1.1.9.0: http://www.bot-factory.com/exbrowser-v1-1-9-0-whats-new/
    1 point
  4. John, one thing that will help greatly and that I did in the beginning was to watch for posts where people were posting example code snippets to achieve specific tasks. Load those into your editor and play around with them as you run across them - It helps to keep you from being overwhelmed since it is usually just a single or small series designed to achieve a small thing.
    1 point
  5. Dan There is a plugin for firefox called SQLite Manager, you can use it to set some pragmas like 'busy time out". http://www.sqlite.org/pragma.html Also you will need to stagger your threads with random times as to not access the DB at the same time. Set the busy time out pretty high as well this will give plenty of time for threads to finish accessing DB. What is high? depends on how many threads you have going. I would think in terms of minutes. Remember to set that to milliseconds tho. This should reduce DB locks significantly. @Aymen Some if not all Pragma's are not able to ch
    1 point
×
×
  • Create New...