Jump to content
UBot Underground

Chris Ramsey

Fellow UBotter
  • Content Count

    48
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Chris Ramsey

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

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

  1. Well, without really delving into it, it looks pretty simple. You'd first need a good source for proxies (http://www.ip-adress.com/proxy_list/) And then you'd need a lot of emails. You could have a bot either create a bunch of emails, or you could have the bot use an anti-spam email service (http://www.guerrillamail.com/) However, I feel like if you use temporary emails, the owners of the site would catch on pretty quickly. I'd suggest trying out something like MicroWorkers.com to get dozens, or even hundreds of real people to vote very cheaply. I've actually considered using those
  2. Hmm, I tried this in v3, but it didn't seem to work. I'll find another way I'm sure.
  3. Awesome I can't wait to get my hands on v4. It'll be the highlight of June for me... I'm not sure if that's sad or not
  4. Oh, okay. I always thought that by right clicking something, the choose attribute was somehow locked to that particular tag (unless you choose a different one from the drop down list)
  5. Oh, okay. I always thought that by right clicking something, the choose attribute was somehow locked to that particular tag (unless you choose a different one from the drop down list)
  6. Just replied to your PM. I'm going to edit my first post with more details.
  7. Hey all, I need someone to take a bot I've been working on and finish it up. Turns out I don't really have as much time as I thought... It's a Manta.com scraper, and I've got it grabbing all the listings for a search, I just need you to create a sub that will grab the data from each page. I've already started on one, so you'll just finish my work. They've got very detailed HTML, which makes it easy for scraping, if you know how. For instance, here's the HTML for an address. <div class="adr"> <div class="street-address">4747 S Hulen Street # 104</div> <span cla
  8. I'm looking for a way to choose by a class. So, let's say the HTML was <a class="classname">text</a> - I'd like to be able to choose the item on a page that has the class of "classname". How can I do that? I could write a regex to do it, but I'm not sure how I'd use it with UBot. Any ideas would be great. Thanks!
  9. Nevermind, I got it all figured out. No need to edit HTML!
  10. Is there a way to edit a page's HTML with the standard version of UBot? I'm trying to scrape data from a page that has two separate sections of data, but I only want one to be scraped from. So, I figure if I can edit the HTML, I can "delete" the one I don't want, then just let the bot scrape all the data on the page that I want. Otherwise, I'll need to find a way to say, "Scrape only A tags from this specific DIV" which I don't really know how to do... (I'm trying to scrape listings from Manta dot com, and it's got a slider in the sidebar that it's scraping from that I want the script
  11. It's a good feeling getting that first bot done I remember how awesome I felt when I did that and didn't have to touch a single line of code!
  12. I've found a developer to work with. Thanks to everyone who sent me a PM!
  13. Oh man... I had some trouble with this one. I could get it to post once a day for a long while, but as soon as the month had to change, that's when the math got fuzzy for me. I'm a programmer, but I'm terrible at math. Go figure I imagine there's an easier way, but I just ended up using a whole lot of "If" statements.
  14. I'm looking for someone to work with on multiple projects in the near future. This is a partnership position, with a 50/50 split on all income. I'm a full-time internet marketer, have been for the last 4 years, and business is booming. The reason I'd like to bring someone on board is because I no longer have the time (or will) to do all the development myself, but would love to continue creating and selling UBots. They've been insanely profitable for me, and having someone to work on them with me would be fabulous. The ideal developer would have experience in non-UBot coding as well,
  15. Hey all, I'm trying to scrape the featured listings from Yellow Pages, but I'm not exactly sure how to do it yet. Here's a sample page... http://www.yellowpages.com/st-louis/dentist?g=st+louis# You'll notice that the featured listings are inside a <div> with an ID of "sponsored-listings" However, if I select that, it'll scrape all the HTML inside it, which isn't what I want. I'd like to just scrape the URL that's inside the business name. Is there a way to do this? Thanks all!
×
×
  • Create New...