Jump to content
UBot Underground

ridiculous

Fellow UBotter
  • Content Count

    10
  • Joined

  • Last visited

Community Reputation

2 Neutral

About ridiculous

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

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

Recent Profile Visitors

1820 profile views
  1. I bought ubot a couple days ago and was having some difficulty putting a bot together. I was added to the skype group and Big Jay immedietely helped me out. He spent at least an 45min-1hour helping me out and teaching me things. He shared his screen and explained the features and any questions I had about ubot. Awesome community!
  2. If I did that wouldn't the <class="nonshadow"> element be placed at the bottom of the list? I'm scraping two sets of data into two different columns. Say I scrape all of the movie titles into column 1, then I scrape the moviethumbnails into column 2. This would throw my data set off then right? Is there an OR operator in ubot?
  3. Son of a. Thanks!! Now let's say that instead the classes were <class="thmbd"> and <class="nonShadow"> (instead of <class="thmbd_nonShadow>) In that case the wildcard solution wouldn't work. How would I do it in that case? You would need to use some of these functions right? $element parent $element child $element sibling I've been trying to figure out how to use them with no luck!
  4. I'm following a tutorial online but came across a problem. I'm currently trying to scrape the different movie titles and thumbnail urls here http://www.allposter...ers_c18781_.htm The tutorial is telling me to scrape the thumbnail url by using class="thmbd" as the element to scrape. All of the thumbnails are enclosed in this class except for one which uses class="thmbd_nonShadow" This causes a problem where I scrape 36 movie titles but only 35 thumbnail urls which throws my table off by one. I'm trying to figure this out but can't seem to get it! Any ideas? Here is the code that
  5. please add kenny.blueleverage thanks!
  6. I moved this question to tutorial requests. http://www.ubotstudio.com/forum/index.php?/topic/11771-how-can-i-scrape-attributes-several-layers-deep/
  7. How can I create a container in ubot so it's easier to organize different parts of the bot. Say I have 5 commands that are used to sign into an account. How can I group them in a container so that I can collapse/expand/move them all as one unit? Thanks!
  8. Is there recommended VPS hosting for running bots? I realized that my current VPS is centOS and I won't be able to run bots from it. Thanks in advance!
×
×
  • Create New...