Jump to content
UBot Underground

sales

Fellow UBotter
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

1 Neutral

About sales

  • Rank
    Member
  • Birthday January 1

Profile Information

  • Gender
    Male

System Specs

  • OS
    Windows 7
  • Total Memory
    8Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Where is the download link? I even signed up under a second email address to get access to the download and all links are dead on the download page. Someone please help. Thanks in advance!
  2. I don't usually share anything here on the forum because I find uBot to be very frustrating for my old senile mind But I found a Javascript code I like much better than the uBot source code viewer. This a Javascript Bookmarklet that works in my uBot program (and also in IE, Firefox and Chrome) that shows the source code in a layout where I can tell what elements are inside of other elements. Anyways, I have attached it to this post. All you have to do is create a bookmarklet for standard browsers and inside of your uBot project, create a "navigate" command and paste the mass of JS code in
  3. Dan, Just search on yellowpages.com for any business category (contractor type plus location). It displays 2-3 promoted ads on the top, 3-4 on the bottom and 3-4 on the right sidebar. The regular ads are in the center with numbers from 1-30 per page. The paid ad businesses are also contained in the 30 listings in the center. Some have street addresses, some don't. I can't seem to get only the 30 in the middle with the 1. 2. 3. etc using the xPath Pro for an expression. I don't know enough to use advanced xpath. I thought if I could see an example I could learn from it. Thanks for checking
  4. Hi Dan, Bought the program. I am trying to learn how to use it now. In my first attempt I was looking at a yellowpages.com search results page. Here is the URL: http://www.yellowpages.com/search?search_terms=Concrete+Contractors&geo_location_terms=Lancaster%2C+OH I wanted to scrape ONLY the listings on the page that are numbered (like 1. 2. 3. etc). Due to the overlapping structure of the HTML I cannot figure out what expression would find only the numbered listing results. Can you look at that page and tell me if it's possible and how to select them. Keep in mine I am a total newbie t
  5. Thanks JohnB! I have learned more from you on this forum and your videos on http://learnubot.com than anywhere else. sales
  6. I wanted to post information about a VERY nice freeware program that helps me every single day. Maybe you have it or have heard of it. It's called FileBox Extender and is at http://www.hyperionics.com/files/index.asp. The program adds multiple functions, but for me, it give me the ability to click a small icon on most windows file and program windows and they stay "always on top". For instance, in uBot I can keep the debugger out where I can see what is being scraped at all times without creating a stat viewer. sales
  7. Being new to uBot...EVERYTHING is a challenge! I'm sure the uBot "gurus" here on the forum don't have this problem...but I sure did. I scraped a list of URLs from Google. There were lots of duplicates in my list so I wanted to use the $replace regular expression feature to clean my list. I found several regex's online, both for sorted and unsorted lists. Anyways, here is the code I used in uBot v4. It may not be pretty...but it works! I hope it will help some other poor newbie soul out. This regex deletes duplicates in lists that are either sorted or unsorted. My code: clear list(%dupesr
  8. Praney, I'm new to this forum and I see LOTS of your very useful stuff posted here. As a newbie guy suffering, trying to learn uBot, your scripts etc. are helping me a lot. You are a valuable asset to this forum. sales
  9. This regex worked for me in uBot 4 Pro. It deletes duplicate URLs, whether adjacent to a duplicate row or not: ^(.*)(?:\\r?\\n|\\r)(?=[\\s\\S]*^\\1$)
  10. Thanks for these samples! It helps me TRY to figure out how to use this program.
×
×
  • Create New...