Jump to content
UBot Underground

MicB

Fellow UBotter
  • Content Count

    66
  • Joined

  • Last visited

Everything posted by MicB

  1. Anyone else getting this message when trying to download images using the "download file" command? Just started happening this week.
  2. Is there ANY way to do this or is the possible to build similar tools in Objective-C or JAVA? As much as I LOVE this software, I'm starting to have clients that do not want desktop applications, it in some ways even seems "old school". Looking forward to the discussion.
  3. Thanks for the reply, I was really trying to figure out how to do this. I know how to load the csv and set variables but how do I check a list or table for content I'm not sure.
  4. Is it possible to have a list of items in a csv and have a code run IF the item doesn't already exist in the list?
  5. Issue Solved! Thanks to Lilly and Support. When someone gives a line of code here we typically copy and paste it directly into Ubot, but there is a button that looks like "" right under the "Regular Expression:" field when doing it manually. That button must be selected when inputting Regex code so that it doesn't conflict with any of the Ubot code. Everything is working as it should!! Now the question would be, is there any way to designate this option when typing out a line of ubot code? Thanks everyone!
  6. Wow, it did work Kevin, great job! I wonder if that's a bug or not? That code works with patterns like "555-555-5555", but it didn't work with "(555) 555-5555"
  7. I've even created my own web page just to test it out and it doesn't work. Should I contact Ubot support?
  8. I seriously think something has to be wrong with Ubot, does this even work with Ubot Studio Standard? TJ: When I use your suggestion the variable just stores the full innertext of the page, I just want the phone number.
  9. I'm trying to grab phone numbers from. I'm having such a hard time with this simple task.
  10. Thanks for the reply, but I don't want to scrape the full page just a specific div id because there are numbers found on the page that could be mistakenly seen as phone numbers. Anyway to specify the div id AND innertext regular expression?
  11. That didn't work for me, I have RegexBuddy also, but I'm just not sure what language the regex should be in, I see that LoWrIdErTJ used JavaScript. I'm basically trying to use the same RegEx that's in the RegexBuddy library, it finds North American phone numbers in multiple formats. Here's the description from RegexBuddy: I've tried copying that regex line in almost every language but it never works in Ubot. This is how I'm testing: 1. I load a page with sample text 2. I load that text into a variable(set>scrape attribute) 3. I set that same variable with a new value using $find
  12. Hey guys, I've been trying to figure this out on my own, but I'm a newbie when it comes to regular expressions so I'm lost. I'm trying to find phone numbers in a string stored in a variable. I wasn't sure what language Ubot uses so I assumed that it's .net. Here's the syntax that I'm using but it will not work for the life of me. I'm wondering if it's a case where I need to add a multiline option, but I'm not sure how to do that in .net “^\(?([0-9]3)\)?[-. ]?([0-9]3)[-. ]?([0-9]4)$â€Â
  13. fluentd, you can see a video on it here: http://vimeo.com/33765316
  14. Awww, while this is a great addition, I was hoping Craigslist was included... womp womp
  15. Cool thanks, it's downloading now.
  16. Here's the code from my $scrape attribute function. <outerhtml=w"<div class=\"ratings_summary\"> <strong><a href=\"#reviews\" onclick=\"var x=".tl(";s_objectID="http://m.gamestop.com/Catalog/Product/*#reviews_1";return this.s_oc?this.s_oc(e):true\">Average User Rating:</a></strong> <div class=\"ratings_summary_rating\">*</div> <div class=\"ratings_summary_chart\"> <div class=\"ratings_level\" style=\"width:*\"></div> <img src=\"/content/images/ratings_meter.png\" alt=\"User rating\"> &
  17. Now that Lilly has blessed me with the ability to do more posts. I want to give a shout out and thanks to JohnB and TJ! You guys have really been helpful to me and have really accelerated my ability to pick up this great tool. Not to say no one else on here is helpful, but you guys really stand out, it's definitely appreciated. And yes I plan on buying that Java Bot you guys got! Giving credit where credit is due!
  18. I am scraping some numbers but in my list there is a blank line spacing added below the numbers. How can I remove that line before adding to the list. I assume that it's using $trim, but I'm not exactly sure how to use that command. Thanks for the help! example would be: (0)4.5 (1)5.5 (2)8.7 when it should be: (0)4.5 (1)5.5 (2)8.7
  19. I think my first issue was knowing the difference between an element and attribute. So now my final question is can I scrape li elements from the div element with the class of esrb_box greygrad grid_5?
  20. This is what I've been doing and it's coming back blank. Am I missing something? add list to list(%ratinglist, $scrape attribute(<class="esrb_box greygrad grid_5">, "li"), "Delete", "Global")
  21. So I've been playing with this, is there a way to scrape elements using class selectors like CSS? For instance, if I want to just scrape all of the li elements in the "esrb_box greygrad grid_5" class. In CSS I believe it would be ".esrb_box greygrad grid_5 li"
  22. Thanks for the help guys. odeesuba, I've been seeing people on here use the "load html ()" command, what exactly is that? I've found it in ubot but how can I use it if my data is dynamic? The example code I used above is just an example of 1 page. How could I use load html () with dynamic information? Thanks!
×
×
  • Create New...