Jump to content
UBot Underground

Buckethead

Fellow UBotter
  • Content Count

    21
  • Joined

  • Last visited

Community Reputation

1 Neutral

About Buckethead

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

3132 profile views
  1. Hi Aymen, I sent you a pm, having some issues loging in to use the socket code generator, thanks
  2. Loving the UI bro, if theres a review copy left let me know
  3. here's my code at the moment, add list to list(%scrapes, $list from text($scrape attribute(<data-subjectid=w"*">, "href"), $new line), "Delete", "Global") at the moment, it scrapes the href from the page, and it looks like this: /wishlist/and?subjectId=20059 /wishlist/and?subjectId=35252 /wishlist/and?subjectId=54554 etc... how do I remove everything before the numbers, so all i'm left with is this, each on a separate line, eg: 20059 35252 54554 cheers
  4. Hi Daryl, I bought Developers edition a few weeks ago, for some reason it hasn't updated my forum profile, but I do have it, cheers
  5. Hi Darryl, would like to be counted in too with the license details, thank you!!
  6. how long until the upgrade discount ends because i'm thinking of buying it next week but I am wondering if that will be too late. Please advise
  7. That pulled every url (including .css links/outbound/inbound unrelated links from the page... here is some more source code from the page that could help? Once again, the href="kelvin.hos" (the underline) is the only type of links that I want to scrape <div class="details bold"> <a class="clickable-target" href="kelvin.hos"> <h4 class="orange">Kelvin Hos</h4> </a>
  8. I'm trying to scrape the href urls from a page, however so far I've been unsuccessful... The page has different peoples names on it, with each of their names containing a link to their profile. This is the code that contains the hreflink (the person name contains the URL that i want to scrape <li class="clickable"> <input type="hidden" id="quick_follow_username_15768" value="MathewPeter"> <input type="hidden" id="quick_follow_name_15768" value="Mathew Peter"> <div class="image-container"> <a href="Mathew Peter"> <img src="http://img.com" alt="Mathew Peter
  9. Hi, just a quick question , when i tried to use this code in my bot, I can't seem to get the percentage incrememts of the loading bar to match the progress of my bot, see this code here: set(#looptotal, 20, "Global") set(#loopcount, 1, "Global") I want the loading bar to cycle through the loop count that corresponds with the number of urls it visits from a text file, where loop count = each url out of say 100 urls in the text file, so 100 would be the looptotal, but how do I define it so it automatically works out the number by the amount of urls in the text file (because the number of u
  10. hi, I cant seem to pm, but put me down for the last discounted copy, I just wanted to know, how in depth does the scraping tutorial go into and how long are the videos? thanks!
×
×
  • Create New...