Jump to content
UBot Underground

Bob The Builder

Fellow UBotter
  • Content Count

    665
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Bob The Builder

  1. You can use page search page and run it through find regular expression.
  2. Use this regular expression, it should find what you are looking for: (?i)(?<=href=").*?(?=")
  3. Is there any reason "send email" will fail if using variables or table cells to populate server, username, password, send to, send from? If I fill them in by hand, it works fine, but if I load them from csv file, put them into variables (or just use the table cells directly) in the send email command, it just does nothing. I confirmed it did not connect to my mail server. I also confirmed the information in the variables & cells is accurate. I tested this in v3 & v4 and I am not having any luck. In v3 it throws socket errors, in v4 it goes through like everything is fine, but do
  4. So you have end users fill it in as a csv file? Or do you parse a configuration file?
  5. I am using Firefox 5 as a user agent and it is telling me when I log into a WordPress installation I am using an old version of Firefox. I'll mention this on the bug thread for 46 as well.
  6. If you are running a compiled bot via /auto, what is the best way to handle the SMTP config, have it read from .txt file? How do you typically format this file?
  7. If you are sending email in a bot that will be compiled and distributed to the masses. What do you use for an STMP server? For this bot, I want to keep it simple I don't want them to have to enter in smtp server username and password. I thought about setting up a gmail account and just hard coding the information for sending out bound mail and using ssl to encrypt it so it can't be sniffed. Then all the users would just use the gmail account as the sender and they would just need to enter in their email address. This bot is something they would schedule from the @at command, so I don't wa
  8. I'm having a hard time figuring out how to do this. I load a csv file to a table, and loop for each row in the file. I am trying to use threading and in new browser to give each row a unique thread for parallel processing and a unique browser. The problem is the variable I use to keep track of which row I am on is set to 0 outside of the loop at the start. If i put it in the loop, it will keep getting reset. If I put it outside, the threads run at the same time and will run as "0" together. What I need to know, how can I create an incremental variable that works across many threads to
  9. I am trying to do some string manipulation but I am not quite sure on how to go about doing it. First many of the text functions can only be called from commands, rather than manipulate my string (a complex URL) and then use it, I have to find a way to fit it into commands and do it underneath that, I assume using "set" is the best option. One of the problems I am having is I am not able to find a good way to test if a variable is set. Some parameters are optional, and if they are not set, I don't want to build that part of the URL. For example, I have for UI Text Boxes (for testing on
  10. How do you go about making the search for <td> to be case insensitive? I couldn't figure out where to the 'i' as it doesn't seem to accept it anywhere in the () I think I have it figured out, (?i) at the beginning seems to do the trick.
  11. First time using it? It is great on the iDevices, amazingly manageable on my iPhone.
  12. I stripped the $ and it worked fine. Stupid mistake on my part. Nothing to see here, move along.
  13. What am I doing wrong here? I also tried using insert variable as a parameter and did {1}/{2} I assume it has to do with the $, I'm trying to figure out how to strip that now.
  14. I ended up navigating to the search page, unchecking all forums but the forum I was interested in. Then setting the "search within" to 12 hours and 0 days. Then I have it run that search. I then scrape the page for the data I want. Works good.
  15. I've been using it a lot lately, Tapatalk is actually pretty slick on the iPad and even on an iPhone screen. It's even more efficient than a desktop web browser. It is super simple to install if you want to do it as well. Wish more forums supported it.
  16. The problem is the iPhone removes saved passwords every 14 days and it is a pain in the butt to deal with on sites. I don't use password sites all that often on my iPhone/iPad for that reason. Tapatalk is also much faster and has some slick functionality that allows me to interact on forums with my iPad better than a computer.
  17. Any chance on getting TapaTalk plug-in for IP Board installed so we can use the forums on an iPhone/iPad easier?
  18. I was chatting with Eddie and he said it was a good idea to post it.
  19. Would you like to be able to upload/download via FTP & SFTP in your bots?
  20. nm, doesn't look like it isn't removing duplicates in the file.
  21. Thanks, this worked (to some extent, see below) in v3, but v4 (which is where I am coding this script) it doesn't work. I think find regular expression doesn't work yet or something, I posted about it in the v4 section. I also removed the list functionality completely, and just put the find regular expression in the save to file command as content and it worked. But I am having very weird results. If I use your code as is, it finds five proxies on this test site I am using: http://atomintersoft...oxy/proxy-list/ My modified code where I put your find regular expression node directly
  22. Thanks! I will check this out and see if I can make it work.
×
×
  • Create New...