Jump to content
UBot Underground

MicB

Fellow UBotter
  • Content Count

    66
  • Joined

  • Last visited

Community Reputation

1 Neutral

About MicB

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

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

  1. I figured it out and this is very strange. When I used the connect to database wizard it added "mysql:" at the beginning of the Connection Url. I'm not sure why some of my connection to database files say "Connection String" and some say "Connection Url". In order to get it working, I had to take out "mysql:". I think this has something to do with v4 vs v5. This is very confusing and I hope this gets cleared up. I wasted 15 hours on this.
  2. I take that back even compiling in Ubot 4 doesn't work.
  3. Thanks. That did work, I think it has something to do with one of my plugins. It could be the "Ultimate Ubot Plugin", because if I compile with Ubot 4, it works in Windows 10 but if I compile with Ubot 5, it doesn't.
  4. Hi Guys, Just wondering if anyone has had this issue. I created my bot on a Windows 8.1 machine and it runs fine, I compiled it and moved it to a Windows 10 machine and when I use the /auto parameter it immediately closes after opening. If I take out /auto it opens fine and I can manually press the run button and everything works. Is there some prerequisite for running on Windows 10? .Net Framework or something? I have .NET Framwork 2.0, 3.0, 3.5 and 4.6 installed.
  5. When is your next major update release date? I'd like to purchase but I am waiting to learn about the latest features.
  6. Nevermind I just saw that it's possible to send chrome parameters.
  7. Is it possible to disable css, images, and js, and flash with ExBrowser?
  8. Just figured it out in case someone else reads this one day. To do what I was looking for above I used: //*[starts-with(@id,'item_')] More info on xpath here: http://edutechwiki.unige.ch/en/XPath_tutorial_-_basics
  9. Is it possible to use wildcards with xpath? I'm used to scraping items like this: id=item_* where the * can be any character.
  10. Thanks deliter! I actually have aymen's plugin I'm going to try the xpath parser, if that doesn't work I'll check out yours. Thanks a lot. Honestly, I never really understood what xpath is so I always overlook it.
  11. Thanks CJ, I'm going to look into Regex. Good idea!
  12. I'm tired of my "new browsers" crashing and I only use them to load html from variables for scraping. Is it possible to scrape the variables without load html? I'm going to test using headless, but maybe someone here has knows how to just skip loading html altogether. Thanks!
  13. I've been killing myself for an hour now trying to figure out how to upload a photo on a tweet, has anyone figured it out?
  14. I brought my upgrade to developer edition on black friday. I couldn't pass up the deal. I was going to upgrade anyway, just made me do it faster.
  15. Is there a way to save a ubot table as an HTML Table? I want to send myself an email with table contents, but I would like to format the way the email looks by using HTML. I was thinking to just do a loop that adds a line of tr and td tags for every table row adding the table cell contents, but maybe there's a more efficient way to do this. Maybe this should be a new command "Save table as HTML"
×
×
  • Create New...