Jump to content
UBot Underground

jeepinjeff

Fellow UBotter
  • Content Count

    30
  • Joined

  • Last visited

Everything posted by jeepinjeff

  1. What are the current supported browser versions with the newest XB update?
  2. TJ, Would you mind showing an example of that? It would be greatly appreciated. Thanks!
  3. Dan, Is there a repo or something where we can go to pick and download older versions of EXB?
  4. Have you heard anything from Dan about a resolution to this yet?
  5. Not true, at least in my case. The plugin asks for version x.x.x.67 - I tried x.x.x.77 and an older version of the browser and got the same popup (which you can’t get rid of unless you do it manually) If you use an old version of the plugin, it starts a required update. It’s quite a PITA
  6. @Kreatus - I was getting the same pop-up/error today with both Chrome and FF. I tried running versions that were a bit older and continued to get the error. Did you get it to stop popping up or is it supposed to do that?
  7. So, I started working on a script with ExBrowser finally. I like using the xpaths and it seems like it's going pretty well. BUT - I hit a snag and wanted to see if any of you guys out there had any suggestions. I have an email out to Dan as well, but I figured in the interim, it wouldn't hurt to put it out here as well. Here goes... I'm working on a script with ExBrowser and when I click on a button, I get an error stating that an unexpected modal window has occurred. Upon looking into the HTML of the page, there should be a window that pops up confirming that I would like to continue, b
  8. Thanks man. I stepped away for a bit and figured out the issue not two minutes before you posted. I hadn't had a chance to return here to comment yet. I hadn't realized you couldn't do that though. Is there any way to add custom user agents to the plugin's native list?
  9. I just started having an issue with the plugin. Whenever I try to use it I get a script error: "The given key was not present in the dictionary." I tried restarting Ubot, disabling and re-enabling the plugin and disabling all other plugins, to no avail. Here's a screenshot for you: http://prntscr.com/afccvv Any ideas?
  10. I had to switch to the lower browser version, 21 I think it is.
  11. Thanks HelloInsomnia! Now, where do proxies fit into all of this? Can you use proxies (or do you need to) when using sockets? And with regards to the ExBrowser, what's the difference between THAT and changing the User Agent? Thanks again!
  12. ...how to properly use threads? I ran a bot the day before yesterday based upon GoGetta's proxy script. I had to modify it a bit since I don't have the HTTP plugin but it seemed to operate just as it would have WITH the HTTP calls in it. I compiled and ran it with just 50 threads...and it froze...dead... 50 threads isn't very many, so I'm thinking that I may have done something wrong. Add to that the confusion about threads when you do a search here in the forum - The work, they don't, use a container, don't use a container.... Here's the snippet from the script that I used to thread
  13. I've been using Ubot for a while now and have come to see that there are a lot of, what appear to be, very useful plugins available. This brings about a number of questions that I'm hoping you guys can help me out with. 1) What is the advantage of using the ExBrowser VS the standard one? Is it faster? More efficient? Something else? 2) What's the benefit of using the HTTP plugin? Again - faster, more efficient, better in some other way? 3) And X-Paths - what's the deal with those? As you can obliviously tell, I have 3 plugins in mind that seem to be fairly popular but I just don't ful
  14. <EDIT> I looked at the log and I'm getting the following error codes: [0224/141654:ERROR:renderer_main.cc(207)] Running without renderer sandbox [0224/141756:ERROR:renderer_main.cc(207)] Running without renderer sandbox [0224/142247:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty message queue [0224/142247:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty message queue <EDIT> I’m trying to log into a cPanel and WHM using Ubot to create a script BUT it seems that the server is using a self-signed certificate, which is causing the browser to do nothing
  15. +1 for Nick (Code Docta) You honestly can't go wrong with him. Being a Ubot newcomer with a really hefty project on my hands, I had a few questions. Nick was super helpful and VERY knowledgeable about Ubot. He'll be the guy I head to in the future when I have more questions, for sure!
  16. Thanks for reminding me of that post! I forgot that there was a link in there...I visited that once before and was unable to download. Kudos to you
  17. I seem to be using Notepad++ a lot for fiddling around with Ubot scripts. I was wondering if anybody has a language file they'd like to share or know where to find one. It would be really nice to have the text colored and highlighted like it is in the Ubot interface. Thanks!
  18. There's a Skype group? I would love to participate in that, if possible.
  19. Thanks for offering this free of charge. I imagine it's going to help the learning process greatly.
  20. Nick, Thanks, man. Being new to this stuff, it took me a bit to navigate my way through your suggestion. One thing that I forgot to explain in the original post is that the values that AREN'T X...X (EX - "We discover apples most below and_" OR "_world for tasty and dog, we_"need to be saved so they can be re-associated with ABCDEF, in order, at a later time. So, I'm working on using your script and after extracting the X...X values, replacing them with a pipe and then adding the content to a list, delimited by the pipe. For my first programming/coding/Ubot project, I may have bitten off
  21. I humbly come to you all asking for your assistance with this stinking regex (which is what I THINK I need to use.) I have this content that I scrape: We discover apples most below and XfgtsX new information and trot yesterday to wolves. Scouring the XgyrtX world for tasty and dog, we XiretX give fellow. This scurry we floor - come take one XhhueoX with us. I have a bit of script that will capture, save and replace the text UP TO the first 'X'(We discover apples most below and ) with ABCDEF. set(#aTemp, $find regular expression(#content, "^([\\s\\S]*?)(?=X)"), "Global")
  22. @deliter - It's kind of difficult to explain, but I'll try with an example. The data set that will be used already contains the info in Table 1, column 0, which is 2500 rows long and info in Table 2, column 0, which is 6 rows long. I need to efficiently merge/combine so that each item in Table 1 is paired with EACH item in Table 2. There is ALSO a cell in T2C1 that needs to be present in each iteration of the merge/combine. There are many ways of doing this, of course. What I did was make a list from T1C0 and add it to itself T2C0#rows times. Then the lag came when I started making the long
  23. As a non-programmer and Ubot newbie (1 week) this is my first attempt at a 'guide' so please be gentle... ------------------- I've been trying to build a bot to do some tasks for me and I needed to duplicate a single list item to create a final list that was the same length as another list I have. Sending the item to a table repeatedly seemed to take quite some time, so I came up with an alternate solution that, in my case, dramatically reduced the time to process the data. The script takes the desired final list size (#x) and begins dividing the number by 2 (#y) and counting (#count) unti
×
×
  • Create New...