Jump to content
UBot Underground

Chris M

Fellow UBotter
  • Content Count

    492
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Chris M

  1. I am creating a bot mostly for learning purposes installing wordpress plugins and things. And I have a couple check boxes that I want the bot to recognize whether or not they are checked and then do something as a result. I have all the "Then" stuff working great but I don't want to mess up the "Else" stuff. If I leave it blank will it continue following all the other nodes under that or does it kill the bot right at that blank "Else" statement?
  2. I downloaded a copy of LoWrIdErTJ custom UI file trying to get ideas on how to customize a UI but I was unsure of what exactly was possible? It appeared he was using variables for things and creating tabs using html or css I dunno So is there a place documenting what to do in terms of customizing the UI for uBot?
  3. Thank you guys, this really opened my eyes to possibilities
  4. I'm trying to learn how to scrape until the bot has no more pages to scrape or at least 'x' amount deep. Here is the code I have so far but I can't understand yet how to make it click remaining pages or 'x' pages and keep adding titles. clear cookies navigate("http://www.copyblogger.com/blog/", "Wait") wait for browser event("Everything Loaded", "") clear list(%titles) add list to list(%titles, $scrape attribute(<h2,class="entry-title">, "innertext"), "Delete", "Global") Any suggestions?
  5. Thank You Aymen and Kev Playing with this software is SO addicting! I feel like a kid at Christmas!
  6. Yes, there is that as a possibility. You can also use another tool like PE Explorer but there should be an easier way to do that within uBot Studio. If this tool can compile our code why not have control over that simple feature?
  7. I didn't see this answered anywhere on the forum from a search and Google returned no results SO... How many computers can I install uBot Studio Developer Edition on for my personal use? -Chris
  8. I KNEW I recognized those avatars from other spam sites
  9. WOW! You guys don't mess around Awesome ideas here guys! The beauty of this type of software is there are TONS of different ways to accomplish the same ideas! Thank you guys for you're help! uBot Studio ROCKS I own ZennoPoster (Their Top Version) and I hated that you couldn't create executables for all your machines. Not to mention that it has a HUGE learning curve and things don't work right so needless to say I was unable to create even simple bots that were worthwhile. After watching just a handful of the tutorials here only hours after my purchase I was able to create a full w
  10. Thank you guys! I'm already having fun with this
  11. I fixed the whitespace. I was selecting the wrong attribute in the attribute to scrape So now I need to figure out how to take and match the title with the urls. Guys? -Chris
  12. After watching some of the tutorials I decided to dive in and try scrapping Digg.com popular page and on my first go I had got all the titles and urls correctly stored in a table. Now what I want to do is save the titles along with the urls like this: Title url Blank Line Title url Blank Line Etc...for all urls found in the table. When I add the save to file feature and go I tried adding in both %titles & %urls side by side for content to save but that added in the titles and urls like this: How The Human Face Might Look In 100,000 Years Rio's New Dance Craze: The Passinho NASA
  13. I began playing around with features I knew how to use immediately. What I couldn't find was nothing that will impact the bot itself BUT is it possible to rename the created bot assembly information? Name, Copyright, Version Number, ETC? And when I compile a bot and use .net reflector to browse the assembly I noticed that all assemblies are named bot.exe and in the bot object browser it also says ubot compiled, core, etc etc... which tells a cracker what they're looking at very easily. Not too worried about cracking like most BUT I like to at least give these guys a run for their time. I l
  14. Ah the legend LoWrIdErTJ I watched some of your videos probably on YouTube if I remember correctly. You're a great asset to this community! Thank you for the warm welcome! @ UBotDev.com - My coding experience is pretty basic stuff but not a complete newbie! I'm loving the possibilities guys!
  15. Hey guys, My name is Chris Morris. I have been in online marketing since 2007 developing and owning very successful online businesses. I live in Mesa, Arizona (Scorching HOT) and absolutely enjoying life! I JUST bought uBot Studio Developer Edition (Thank You Seth and Jason) and I wanted to quickly pop in here and say hello to everyone before I dive head first in to the tutorials. I understand a little bit about vb.net coding and am really super excited to be on board and love to learn new things. I LOVE a great challenge and am a very positive person! With that said - I am off to the
×
×
  • Create New...