Jump to content
UBot Underground

samcro

Fellow UBotter
  • Content Count

    47
  • Joined

  • Last visited

Everything posted by samcro

  1. @UbotDev.com, just wanted to let you know that I used your Advanced Shell plugin and it works great for this! Thanks again! - samcro
  2. I just sent you an email. Thanks! -samcro
  3. Ok, sounds good, but I don't have your plugin actually. When I went to your site to sign up to download, it won't subscribe me to aweber because they have been receiving a massive DDOS this whole week. Any other way I can get your plugins? You can add me to your list manually if you like. Thanks - samcro
  4. @UbotDev.com, that works pretty good thanks! Has anyone done it with images? I tried it with this same code but the images turn out to be corrupted. Thanks
  5. Hi guys, Drawing a blank here... I want to be able to create multiple copies of a file. For example, I want to make 10 copies of a text file. How would I go about doing that? I tried implementing different ways but none of them worked. Any help would be appreciated. Thanks! -samcro
  6. I think that what meter is referring to is Sun/Oracle VirtualBox, which you can find here: https://www.virtualbox.org/
  7. I've been fighting with this same issue lately. Can someone post code here on how to do it? I did read your responses and implemented what I interpreted would fix the issue, but no go on my end. If anyone can help, I would appreciate it. Thanks! -samcro
  8. ok, I watched the videos and I got it to work. Thanks!
  9. Hi TraffikCop, Thanks for your reply. I'll be honest, I don't have a lot of experience with regex in ubot so I'm not sure how to implement this in my code. Any chance you could show me?
  10. I think you may have a small error in the code. Based on what Edward_2 posted above, I believe the last line should look like this: remove from list(%commenting, #commentingid) Currently the code above shows this (highlighted in red), which might be the culprit: remove from list(%commenting, $list position(%commenting))
  11. Hey guys, I'm running into a bit of an issue grabbing some info from the code below. What I need to grab is the number highlighted in red and this number will be changing: _3u1" data-bt="{"id":18941894189, The ubot code that I have looks like this but it doesn't grab anything: add list to list(%uids, $find regular expression($page scrape("_3u1\" data-bt=\"{"id":", ","), "[0-9]+"), "Delete", "Global") I think I have an issue with the double quotes but I'm not sure at this point. Any thoughts?
  12. Hi Carl, Thanks for your example, but is there any way to do this without having to use the "on load" function? Thanks, -samcro
  13. Hey guys, Yeah, pretty much like the title says. I have a bot that I'm working on that I forgot before closing it to copy 2 tabs over to a new bot. Those 2 tabs have onload functions on them so now I can't open the bot script. Ubot IDE hangs and says "Not Responding" Is there any way to force open a bot script in the Ubot IDE without executing the onload function? Thanks, -samcro
  14. Hi, I'm looking to buy a ui html listbox implementation where I can dynamically load one listbox and be able to copy any selected contents to a second listbox. I also want to be able to delete any selected entries on the second listbox and also want to save whatever entries exist on the second listbox. It's probably easier to understand if you see this example: Javascript Listbox Implementation I will need full source code for this. Please PM me with your questions and bids. Thanks -samcro
  15. Thanks for the suggestions guys, finally got it to work!
  16. Hi guys, so I've been messing with this for the last hour or so and am drawing a blank. I have scraped a section of a page and have loaded that section with the load html command. The result looks like this: http://website.com/link1 http://website.com/link2 http://website.com/link2 http://website.com/link2 http://website.com/link3 http://website.com/link4 What I need is to extract http://website.com/link2 but only 1 time and save it to a variable. Not sure what I should do. Any help would be appreciated. Thanks, - samcro
  17. Works fine for me. I just tested it. Maybe you need to update your Flash?
×
×
  • Create New...