Jump to content
UBot Underground

denrich

Fellow UBotter
  • Content Count

    58
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by denrich

  1. Think I got it working now, Thanks for your advice guys. Dennis
  2. Hello Ubotters, Need help please. How do I add a script in here for random timing. Thanks <select size="1" variable="#timing" style="width:auto;max-width:210px;"> <option value="30">Timing on site</option> <option value="10">10</option> <option value="20">20</option> <option value="30">30</option> <option value="40">40</option> <option value="50">50</option> <option value="60">60</option> <option value="120">120</option> <option value="180">180</option> <
  3. @Helloinsomnia Hi, I want to grab the words that have the highest count in a particular piece of content..thanks for replying
  4. Hey Ubotters, I have been trying to find a regex code to grab all common words from a file or from a list without success, I would appreciate it if someone would have a regex code to do such a task Thanks!
  5. Would you have the script for kindle store?
  6. Hey Deliter, thanks for the reply, I actually found my answer from this forum
  7. Hello uboters, Anybody have a trick on how to save a ubot table to a csv file and the data won't jump from column 1 to column o. The data from column 1 has multiple lines sometimes so they will jump from column 1 to column 0 and I need them to populate in the same single column. Attached a few example of what I mean. Thanks for the help
  8. Hey Kev123, I am interested in buying your smartthread plugin, I tried your paypal link but it don t seem to work for me anyway. Please pm me so we can arrange some form of payment I can send you. Thanks.
  9. @itexpert The script you suggested at first was helpful actually..thanks.
  10. The problem was all in the cleaning while looping and adding to the main list. I was starting the scraping with an 'add list to list' I changed it to a variable and another for the cleaning then added to a list. It works fine now. I appreciate the help itexpert . Thanks
  11. It works for the first on the list but not for the rest. Maybe because I'm using threads.
  12. Thanks Edward_2, I have used this simple method here, it did the trick. set(#var, $replace(#var, "", ""), "Global")
  13. Hello ubotters, Here's the question..From a list of scraping data, then I use variables to clean the extra lines and unwanted spaces from the main list. How do I add my cleaned list from a variable to a list "Add list to list"..Thanks for the help
  14. Hi uboters I need help in removing extra lines and extra spaces from a scrape, I have tried different Regex codes without success, seems simple but I can't get around it, any help will be appreciated. set(#va1, $list from text(" 2012 Kia Rio LX - FULL WARRANTY UNTIL 2021!!! 2013 Chevrolet Malibu LS 2011 Chevrolet Impala LS 2011 Nissan Altima 2.5 S 2011 Buick Enclave CXL", ""), "Global") set(#va2, $replace regular expression(#va1, "\\n\\n", "\\n"), "Global") load html(#va2)
  15. Thanks for the reply UbotDev..Any chance you can show an example script of this thread? Thanx.
  16. Anyone knows how to stop a shell command without having to let it run and close it to continue the rest of the bot. The bot could just run and stop the program by itself..Not sure if I explained that well enough :/
  17. One more thing, I only got the '$substract lists' Function from my tool box. Any way I can get the'$Substract' Function? Thanks.
  18. Thanks Buddy, I should've been more specific, I am using the '$list from file' function maybe that s why it doesn't do the job.
  19. Thanks for the help Gogetta. This one works well but not for a '$list from file' function it seems gets rid of the first but not the last item from the files list.
  20. Hey Ubotters, Seeking help for a regex that will delete the first and last item from a list. Thanks
×
×
  • Create New...