Jump to content
UBot Underground

great2bme

Fellow UBotter
  • Content Count

    40
  • Joined

  • Last visited

  • Days Won

    1

great2bme last won the day on November 8 2013

great2bme had the most liked content!

Community Reputation

5 Neutral

About great2bme

  • Rank
    Advanced Member
  • Birthday November 29

Profile Information

  • Gender
    Male
  • Location
    Austin, TX USA

System Specs

  • OS
    Windows 8
  • Total Memory
    4Gb
  • Framework
    v4.0
  • License
    Developer Edition

Recent Profile Visitors

2802 profile views
  1. Can HTTP POST be used to submit a form, wait for dynamic content to load, then scrape the content? Or do I need to revert to using straight ubot scraping code via the browser?
  2. Is it feasible to have a Socket Navigate, wait for a dynamic server response (aspx), the store the page?
  3. I, too, removed Aymens HTTP Post plugin and now the Sockets command works without seeing this script error: "HtmlNodeEnumerator", "HtmlAgilityPack.HtmlNodeCollection.GetEnumerator()" Just need to understand now if I should be using either Sockets or Http post to submit & wait for a form to load.
  4. Someone on another forum suggested they had to figure out a way to change the MAC address for each visit, too, in addition to IP rotation and clearing cookies. Still trying to figure a way to clear cache.
  5. I realize this was a long time ago, but, were you able to finish your code and get it working for you? Brian
  6. by "buyer keywords", you're referring to the Amazon Suggested Search, correct? As opposed to the keywords that actually convert to sales (e.g. Amazon PPC).
  7. Worked great. Thanks! UPDATE: found that when I copied this simple code over to an existing UBOT that already had other UI OPEN FILE and UI STAT MONITOR commands, my drop-down menu is blank - no options (similar to ianshier's video). I removed all other UI OPEN FILE and UI STAT MONITOR commands and the dropdown menu populated correctly. It doesn't appear they can coexist.
  8. Since yesterday, it seems I'm getting the "browser.exe has stopped working" error every minute while running a v4 bot that runs daily with no issues for the last few months. Has anyone else noticed a sudden change in Browser.exe errors this week for Awesomium browser? Brian FOLLOW-UP: I changed the browser agent from Googlebot to iPhone and it started working fine again.
  9. There is no link to the bot(s). We built the bots to do the work of the service we sold. The buyers never used the software, just the results of our services.
  10. Made $100k+ last year on one bot alone. Never sold the software, rather offered a service in which the bot did all the work.
  11. uBot v4.2.20: If I conduct an OuterHtml attribute of a PARENT element, the scrape returns all HTML that surrounds the class="all-categories-list", however, in the following example, if I scrape the OuterHtml attribute of a CHILD element, shouldn't it return a value of the child tag, such as "<li>" instead of blank/nothing? SOURCE: <ul class="all-categories-list"> <li> <h2> <a href="http://www.domain.com/category/arts_entertain"> Arts and Entertainment </a> </h2> </li> <li> <h2>
  12. Is that a video that can be shared on YouTube? I could really use this, just need to figure out how to use it. I tried using it, based on the RankSignals example, and see that it returns only Parent elements, no Child or Sibling. . .. ... (my bad) I was trying to run through it too quickly, didn't see that it is split into different process tabs for each PARENT, CHILD, SIBLING, et al.
×
×
  • Create New...