Jump to content
UBot Underground

Learjet

Fellow UBotter
  • Content Count

    147
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Learjet

  1. Thank you CD and Nick! You got it exactly Nick! I need to include the files in the complied package that I send to users and this will get me there :-) Thank you both very much! Peace, LJ
  2. Hi Everyone! I have some files that need to be included in my Bot, but when compiled but I'm not sure how to code them in the program. They are just text files that are used to write to and then scrape form while the bot is running, as well as store information for later. Could one of you vets please let me know how to do this? Many Thanks! Peace, LJ
  3. Thanks Dan! Done, here's the code for anyone who comes by at a later date: plugin command("ExBrowser.dll", "ExBrowser Navigate", "chrome://settings/content") plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\"notifications-section\"]/div/div[3]/label/input") plugin command("ExBrowser.dll", "ExBrowser Click", "x://*[@id=\"content-settings-overlay-confirm\"]") pause script Peace, LJ
  4. I had the same problem, I could get it to work in Edit Pad but not Ubot. One thing that worked for me was taking the code that worked in EP and transferring it to the built in REGEX editor, from there it told me what Ubot didn't like and then I could fix that and get it working in my bots. Additionally, do you have Regex Cheater? One of the guys here was gracious and put together a free bot that helps with Regex. Sorry that I can't help you more, I'm learning as well but if I can help even a little I try, I know what you are going through! Peace, LJ
  5. Anyone know how to deal with the dialog box in the corner here? Since it's not a run of the mill dialog box it's confusing me. Thanks for your patience, I'm literally at 99.99% done with this bot and I can finally see the light at the end of the tunnel (and it's not a train). Please see attachment Thank you soooo much! Peace, LJ
  6. Nevermind, got it working what a pain in the rear end!!!!!!! Peace, LJ
  7. Did you try adding it to a list and then last step adding the list to the col? Not trying to step on your feet but I'm curious if this will work. I ran an infinite loop last night on accident and had 22,000 items in a list and it just kept chugging away but it really didn't slow down much. I imagine that I could have added it to a table with no worries though. Peace, LJ
  8. Can anyone give me a tip, I'm trying to do a very simple task! Post a status in the "What's on your mind?" box and hit the Post button. That's it. Amazing how much time that I've burned on just automating this. I've tried no less than 20 different Xpath expressions, Ubot browser expressions, and anything else that I could think of but this thing is still kicking my butt! Your wisdom will be greatly appreciated! Peace, LJ
  9. Hi Dan, Does ExBrowser launch with a clean cache / cookies? The code that I'm running posts to 1 account, closes the browser, then re-launches for the next account. Was curious if I needed to run "Clear Cookies" or if it just starts clean? Many thanks! Respectfully, LJ
  10. There was another error (JSON) behind that one please see attached. Peace, LJ
  11. Love the Avatar Jeff :-)
  12. It crashed on the 90th scrape for me, here's the error (attached). Peace, LJ
  13. Runs fine for me, my guess is they are cutting off your IP because your use is excessive if you are testing this all the time. Try with a good proxy and see if you get different results, also put some random waiting in the script, you are hammering their site. All of the good scraping pieces of software have some kind of delay. Peace, LJ
  14. The resource link is 404 dead in that thread but I managed to find an updated link here (Freeware with link to Clickteam, paid without link to Clickteam): http://www.clickteam.com/clickteam-fusion-2-5 May the force be with you my friends :-) Peace, LJ
  15. Can anyone decrypt this and tell me what it means? I'm getting this error and struggling to find a way to fix it. [2016-02-06T15:12:41.902]Processing Command: execute_javascript_with_result 0 try { if(typeof uscript !== 'undefined') { ubot.storeResult(uscript.stringify(eval(">"))); } else { ubot.storeResult("uscript_error"); } } catch(e) { ubot.log('UBot Error: ' + e.message + '(' + e.lineNumber + ')'); ubot.storeResult("uscript_error"); } [2016-02-06T15:12:41.907]Evaluating external javascript [2016-02-06T15:12:41.914]BoundObject: Log: UBot Error: Unexpected token >(undefined) [2016-
  16. Does anyone have a script that will add an icon to Windows Menu and a Desktop Icon during install on a compiled bot? I'd like to add this to a bot that I'm going to release this week and was curious if you guys do this or not. Thanks for your $.02 in advance! Respectfully, LJ
  17. Great story Walt! Love to see and hear this for sure, wishing you nothing but massive success my friend! Peace, LJ
  18. This is a great plugin that Nick was gracious enough to make free, love it! Peace, LJ
  19. Thanks for the tip, got it working! Peace, EJ
  20. Here's what its doing https://www.youtube.com/watch?v=S9FawM_paZ4
  21. My bust, I got yours and another product that I bought mixed up, my apologies :-) I see that you are in Michigan! Great to see another Ubotter in the state :-) Respectfully, LJ
  22. Hi Jason, Chrome 39 Hope it helps :-) Peace, LJ
  23. For those of you trying to figure out what causes the crashing, these two commands caused the browser to go unresponsive. Was testing some code that I wrote for Facebook. I logged in manually, wrote a post, then ran the post command / logout below : click(<image="___IMAGE___0___IMAGE___">,"Left Click","No") comment("Click dropdown to show log out link") click(<image="___IMAGE___1___IMAGE___">,"Left Click","No")See the image to view the full picture. The post command worked fine. I originally had some 'Click innertext' code to hit the carrot button, when I ran that node it didn'
×
×
  • Create New...