Jump to content
UBot Underground

sbm128

Fellow UBotter
  • Content Count

    49
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by sbm128

  1. So I have been trying to figure this out for the better half of the day, and I'ms lowly losing my freakin mind lol.. Using OP regex: (((ftp|https?):\/\/)(www\.)?|www\.)([\da-z-_\.]+)([a-z\.]{2,7})([\/\w\.-_\?\&]*)*\/? Scraping this block of Code: <a href="http://mp3clan.com/dl.php?type=get&s=7b3b7694d83efd04685d3712aa6a3d8c&tid=31192499_214027857&name=Lamb_Of_God__-_Laid_To_Rest_(instrumental)" rel="nofollow" download="Lamb_Of_God__-_Laid_To_Rest_(instrumental)" onclick="return !window.open(this.href);"> <div id="download"></div> </
  2. /facepalm.... Well, as it turns out, while I find it handy to have a few different versions/mods of web browsers for various uses, it can apparntley cause some interestng issues with other software.. Exbrowser chose to use a backdated/portable version of firefox for various reasons, rather than the updated and normally installed version for whatever reason. Might explain the out of range error. Sleep might be a better idea lol...
  3. Ok, I'm not sure if I'm just missing something HUUUUGEE or if I actually have a problem here. This is all i'd like to run. plugin command("ExBrowser.dll", "ExBrowser CleanUp") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Firefox", "", "") plugin command("ExBrowser.dll", "ExBrowser Navigate", "www.mp3clan.com") This is the result. http://i.imgur.com/nHU1jI5.png?1 First day really diving into this plugin (finally some free time!), and I get a show-stopper error trying to do one of the simplest functions... So have I lost a sizeable chunk of IQ points, am I experiencing a unique
  4. If you guys happen to be running Aymen's HTTP plugin, welcome to the club! http://network.ubotstudio.com/forum/index.php/topic/17736-beginner-question-http-post-plugin/ http://network.ubotstudio.com/forum/index.php/topic/19093-need-help-on-socket-multithreading/ http://network.ubotstudio.com/forum/index.php/topic/15096-threaded-sockets-example-for-youtube-scraping/ Just purchased HTTP myself, and am quite bummed, as the newest project of mine happens to need both side-by-side. An issue with the default socket plugin that comes with ubot fromw hat i've gathered. Quick Fix: (for sockets an
  5. Getting this same *frustrating error.. Have http post, removing it an repairing ubot did indeed work but... i'd LIKE to run the post plugin alongside sockets - any word on a fix date for this?
  6. A Developer Edition feature that allows for direct API access for custom commands, developing plugins etc, and some basic API calls that handle low-level ubot commands/functions. Anyone with developer edition, correct me if I'm wrong on this one. (aghhhh patience rapidly diminishing, MUST HAVE DEV EDITION!)
  7. It's also suggested (but not mandatory) that the second installation of uBot be installed to Virtual Machine so you can move it around physical computer without breaking the uBot ToS. Seems like sound logic to me
  8. Always happy to help test out new software (you'd think i'd get enough of it QA'ing on the job, but here we are!) PMing now
  9. 82mb decrease on top of what i dropped with clear objects! good eye hell
  10. Care to elaborate? Using fiddler already (rather, getting used to using fiddler!), very eager to see what else I might make use of!
  11. I don't know how you came up with this little guy, love it tho. Dan's works great too oc, but +1 for originality and +2 for giving me a headache lol
  12. This solved it my problem! Kind of seems odd to turn all that off, just to turn it back on, but for the sake of the structure of the sites, i get it. When trying to use headless on a page associated with a facebook game, anytime i enabled headless, i got a java warning stating "FB Not Recognized!", and nothing would load. Assuming turning java off straight up broke the data stream. Good god, thank you lol, was getting a migraine. Think I'm starting to get ahold of ubot finally (a little at least, better than when i started at nothing!), and thank you deliter, you've answered 3 of my ques
  13. Seems it should be possible (or at least it makes sense to be able) to preemptively block the data stream from ad companies/CDN's etc such as lfstmedia.com (they serve up a large majority of facebook ads, specifically to the apps). I'd like to preemptively deny the domain that is serving the ads in question - hopefully to speed up performance, but also for aesthetics. The root domain for every ad I've looked at recently is: https://ads.lfstmedia.com. Im pretty sure the ads are based in JS, but delivered via html/css. Before anyone throws the "deny javascript" idea out, i've thought abou
  14. As the title indicates, uBot starts to load up, validate the license with the spalsh screen dispalyed, displays a "Loading uBot Studio" message, and the grinds to a halt. What i've done thus far: Restarted computer, , re-installed, clean re--install, repair install, cleaned Appdata and temp diectories after a deep uninstall, ran the litany of virus/malware scans etc, uninstalled/reinstalled .net framework.... likely a few other things to. Only concrete thing i can see is, looking at the ubot_log, the same block prints out each time i tried to restart the program: 2016-03-29 23:22:18: Dow
  15. Interesting.. wondering how implementing variable/data clears as a as a matter of practice would affect even smaller bots.. two or three weeks in, and I'm already craving the Developer Edition lol.. Maybe try to recoup some loses first! BTW, am I the only person NOT using ExBrowser and HTTP Post? Swear to god, they're mentioned, referenced and used so regularly, they should just be built into ubot right off the bat!
  16. I've had a lot of luck browsing around the links in peoples profiles - found quite a few older sources doing this, and although they may be defunct, just having something to look at and break down to the methodology has helped me more than anything else. Seeing 5 different ways to build and define just a simple login routine for the same site really lets you get a better idea of the scope of possiblities. I'm gonna go ahead and echo PRO's statement here - Being a visual learner with a sizeable lack of thurough documentation, I realized a week or two ago that, although I have ideas for this a
  17. Simple but brilliant. For whatever reason, this just made an idea i had earlier "click", so thanks a bunch Being new (and slightly overwhelmed by the capability, somewhat underwhelmed with documentation lol), anything that even can just point me in a good direction (hell I'll take sources for sites that havent been online in 5+ years!) is very mucc appreciated. This just happens to be functional as all hell to! Thanks again man, nice freebie
  18. Still available? New to uBot, think this could make the learning process a LOT easier!
  19. I know i'm still new here, but is the the usual delay to expect? For something that was supposed to be done "ASAP", this just seems odd at best. I'm all behind legitimizing plugins for uBot, bot not if it slams development and distribution to a dead halt.. That's just a chokehold at best.. Any word on this making it's way to the store?
  20. After making a few changes in the UI editor, my compiled bot is closing after execution. No errors of any kind appear. The bot window loads (can see the title and frames), and immediately closes. The prior version of the bot loads fine, and the only changes I made (at least i think) were with the UI editor. I know I can just re-do any changes that may be lost using the old working version, but I'm curious to know what the root causes of this issue are, as no noticeable "crash" occurs (ie. no errors thrown, no crash report etc). Just purchased uBot a few days ago, and I'm not totally
×
×
  • Create New...