Jump to content
UBot Underground

yl88

Fellow UBotter
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral

About yl88

  • Rank
    Member

Profile Information

  • Gender
    Male
  • Location
    Australia

System Specs

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

Recent Profile Visitors

1784 profile views
  1. what I m doing now is to create 3 lists, one for domain , one for status, i use a loop to remove all non-available domains and put them into the 3th list. but I believe it must have a better way to do it. using if else condition to scrape the domains, but i have no clue how to do it. for example loop { if class=status_free then scrape the domain } how to tell how many loop will be used? I don't know unless I store all domains to a list in advanced to get the list total.
  2. I have this code but can only scrape the word 'available' in the list. add list to list(%domain_list, $scrape attribute(<class="status_free">, "innertext"), "Don\'t Delete", "Global")
  3. I have ever created a simple cpanel domain setup, I have this codes clear cookies allow javascript("Yes") allow images("Yes") navigate(#ui_cpanel_address, "Wait") I don't encounter such issuss you mentioned.
  4. there is a guy selling such bots for social exchange sites on bhw.
  5. I want to scrape the DOMAIN if the status is AVAILABLE from below table. I can easily scrape all domains and store in a list, but have no idea how to do it under condition - only scrape the domain with available status. Any help will be much appreciated.
  6. I m trying to scrape two fields (23 & 19) from the search result on opensiteexplorer dot org, but those two have the same class name (class="metrics-authority"). <table class="metrics" cellspacing="1"> <tr> <th> Domain Authority </th> <th> Page Authority </th> </tr> <tr> <td> <div class="has-tooltip"> <span class="metrics-authority"> 23 </span>
  7. hi Danny, can u pm the download link? I want to get this for my simple bots.
×
×
  • Create New...