Jump to content
UBot Underground

BigEfromDaBX

Members
  • Content Count

    383
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by BigEfromDaBX

  1. I know how to loop a list and I am very good at regex. Just want to make sure im using the proper logic. Do I have to navigate to the contact pages?
  2. So I have a list of websites that I need to scrape the emails from. Can someone explain the logic on how to do this. Im guessing it would be something like this. 1. Navigate to each website in list. Being that most contact pages are named contact, contactus, contact-us etc I would have to navigate to each one of those. For example www.abc.com/contactus then to www.abc.com/contact-us etc. 2. Once I am at each page I will do a regex to find the email on the page 3. Add to list. Am I on the right path or is there an easier way? Thanks for your help.
  3. Every time I open ubot I get the following error "System.Exception: Browser is already initialized....". See snapshot.
  4. I just paid my 6 month subscription so that I can catch up on my updates. I was like two behind and when I go to open my UI editor its blank. See snapshot. BTW. I have the professional edition.
  5. Does anyone know of a site where I can use a map to scrape mailing addresses? Would be nice if I can do by radius or even draw the area i want to scrape on the map. The site below has the capablity but of course you have to pay for it. http://www.geoselector.com/geoselector/mapengine/mapengine.aspx
  6. So do these API's just show a page with some values that I can scrape?
  7. I have some sites that I would like to use their API with Ubot. Is that possible? For example. Mandrill has an api. I believe they use JSON which I have no clue as to what it is. There are some other sites that I would like to use with ubot that mention REST. So my question is, if sites mention that they have an API, which ones would ubot be able to integrate with? Thanks.
  8. But using the label only updates when you set the variable correct? Its not constant like the monitor.
  9. Is there not a UI Stat Monitor in UI Editor? That would be crazy not to be able to have that function. The only way I can do it now is to scatter a bunch of define commands all over but that would be alot of work.
  10. I have a couple of UI commands in my bot that I wanted to make prettier so from the file>view menu i clicked on the UI Editor just to play with it. But how do I disable it now. I erased everything from the UI Editor window and now my original UI commands are not displaying. Its just a white box.
  11. Thanks. But what im really looking to do with photoshop is things I do every day with jobs that my customers send to me. Pre-Press, Proofs etc. I will look at that link you sent me. I appreciate your help.
  12. Same compiled program ran for 12 hours with no issue on windows server 2008
  13. It seems that that most of my compiled bots crash when I run them on windows server 2008 or windows 7 pro. Figuring it had to do with my code I read up on some articles where they stated that you should use the open in new window command, the close window and the set user agent. I added those to my code and voila. My compiled bot ran for almost hours without any incident. But just before it was done it crashed lol. I copied the error to see if anyone is familiar with it. This crash happened on Windows 7 pro. It gave me the "botname.exe has stopped working" with the code below. Problem
  14. I find myself constantly restarting ubot because its always crashing. I constantly get the following error. See attachement Saving failed: Object reference not set to an instance of an object. Im running ubot on windows 7 professional. Is that the recommended OS for ubot? Please help
  15. I figured it out. I navigate to the other file in explorer and then open it from there. Then it opens a totally different instance of ubot. Thanks.
  16. Thanks. I will check it out. Here is the link in case anyone needs it http://imautobots.com/downloads/ulibrary-a-ubot-library-code-viewer-and-launcher/ Every time I go open another one it closes the first one.
  17. How do I copy code from other bot without having to close my current bot? If I need some code from another bot I have to save it and close it then open the other one. Close it and re-open the original. Is there a better way?
×
×
  • Create New...