Jump to content
UBot Underground

Lombi

Fellow UBotter
  • Content Count

    356
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Lombi

  1. So I have a variable like this: Richard Basehart, Phyllis Kirk, Stephen Elliott, Russell Collins, Richard Hale, Charles Wagenheim, Alan Wells, Tommy Cook, William Pullen, Paul, Lee, Vaso, Kaan, Ali I'd like to remove everything with one word, but keep all two+ word entries. Any ideas? Thanks!
  2. There we go, paid, looking forward to takin ga look at it tomorrow.
  3. Alrighty, let's take a look... //edit: the payment processor is giving an error that the paypal email is "restricted". Is there a paypal email I can send funds to directly?
  4. nope, not impossible. I did the following recently (code obviously not copy and paste): if list1 empty navigate to main page, add list to list with a scrape attribute of urls containing domain set list position of list1 to 0 loop (list total) { set currentitem to nextlistitem navigate to nextlistitem add list to list todolist with a scrape attribute of urls containing domain add item to visitedlist } clear list list1 add list to list list1 (subtract lists todolist visitedlist) Just run this five times (or loop it) and it will alywas go one level deeper.
  5. Unfortunately it does not return the size of the file. But yeah, there's no way of knowing what's happening with the transfer (is it running, how fast is it running, has it stopped halfway)
  6. So I wanted to build myself a bot that takes automatic backups of cpanel sites. But got into a bit of an "what to do" issue - the home directory backup is 1400 megs and the download file node times out. Is there a way to implement javascript (a % bar) into the picture or should this just be ftped? Thanks.
  7. Maybe he's keeping it to just friends and family?
  8. Careful, that would also give 1-99 which are not three digits. You have to start with 100,999 or add padding logic to the number.
  9. Yup, that's how I use it as well. Remember that to have things done faster you can always change attribute (value) instead of type text.
  10. Use change attribute (value) instead of type text.
  11. http://i2.kym-cdn.com/entries/icons/original/000/007/699/ohcat.jpg (puss in boots reference) @A2MateIT: Lots of "nice" posts describing "that topic" (price suddenly upgrading even though text said otherwise), but I'm pretty sure that looking at your error report this is directly related to the Chrome library (awesomiun) crashing - I havent tested this in a while, but I found it in the help section a month ago - does the SSH plug for firefox still work? Maybe that crashes less? @StygianGod: They changed the "free upgrade" amount somewhere in the middle, maybe a year ago or so. Went from 12
  12. @dimas: protect gold is a little steep in terms of pricing, dont you think? @gizmo2020: there were a bunch of (free) scripts+code release that handle licencing, if you wait a bit more you can wait for problemswithcapslockTJ to finish his product which looks to be positioned a bit on the more affordable side. Or you can just use your own. Input licence, then have a basic code check the serial and certain stuff in the windows installation and send it to a really basic php check for comparison with licences. you can have this done for 20$ on freelancer.com
  13. hehe, my ancient hieroglyphic gets all the boys to the yard!
  14. It hasn't. It's always been 250$ or 199$ with the coupon code.
  15. Howdy. This post should help you a lot, most of us use multithreading using this solution.
  16. For additional reference, I've found that this error was popping up when the user didn't have .NET 3.5 and 4 installed on XP.
  17. 30 bucks a month is a bit on the crazy side, yea. 5 seems acceptable, 10 too. but 30?
  18. This is currently submitted as a bug and was accepted as a bug. So might be fixed soon
  19. set(#content, $scrape attribute(<name="content">, "innerhtml"), "Global") Here you go, this works (for me)
  20. I think that's the textarea html element. Scraped it a week or so ago.
  21. You can't drag and drop unfortunately, but you can locate elements based on images which should solve button clicking?
×
×
  • Create New...