Jump to content
UBot Underground

crazyflx

Moderators
  • Content Count

    279
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by crazyflx

  1. I re-read your description of what you'd like to know if uBot could do (that iMacros can't) and I threw something together for you. I'm uploading the video to YouTube now, and when it's finished, I'll post it here.
  2. @ Goat >> What specifically are you trying to extract? The URL's from the paid ads on the right hand side of google or the actual search results returned to you from google? Walk us through EXACTLY what you're trying to do. For instance: Go to google.com Search for "insert keyword" Scrape URLS from search results or Scrape URLS from paid ads or etc, etc, etc.
  3. I've actually had a need for the same thing, and I tried doing it the way you mentioned (breaking into subs and running one sub if the condition is met, and if it isn't allowing it to continue on the current one.) Then, I figured out a way to use the "not" function. Here is an example of how you would program it to do what you said in your example: Let's say I'm looking for the words "account successfully created" and if those words appear on the screen, then it goes to google.com and if those words DON'T appear on the screen then it goes to Yahoo.com. Here is how I'd program that: If
  4. Alright, as I mentioned earlier, I haven't been on my PC very much because of the holidays going on. I finally decided I needed to get back "into the swing of things" and get back to work (I work from home). So, I go to open up uBot expecting to see what I've always seen upon opening it...not today guys! I'm thrilled to say, true to their word (the developers of uBot), they not only update their software regularly, but they listen to customer suggestions and they actually IMPLEMENT them! I asked that the developers of uBot (via their forum) to implement private proxy support (as of 3 day
  5. Yahoo does charge for forwarding. That is an example of something I mentioned on another thread. UI options that only appear if something is selected. Since other mail services allow forwarding (for free), I had to have a UI option to support it. I'd like for the forwarding option to only appear IF/WHEN you choose to create accounts at a mail service that allows free forwarding, but since I can't, the forwarding option is always viewable.
  6. Alright, tried that and still no luck. I've uploaded the bot below (if you test it, you'll have to change the input file location) image uploader.ubot
  7. Alright, I'm trying to upload pictures to ImageShack.us When you first get to their homepage, there is a box right on there where you click on "browse"...then browse to the image on your PC you want to upload, click it, and then it fills in the field to the left of it with the location of the file (like this: C:\Users\Rob\Desktop\uBot Data\imageshack\picture.jpg) Now, that field isn't allowed to be typed into. The only way it fills in is if you click their "browse" button and locate the file. How do I choose that attribute (the field where I'd enter the text location of the picture I wan
  8. Haha, don't feel stupid man, I played around with the checkbox "qualify" command for like an hour. I tried Yes/No Checked/Unchecked Stop/Go....
  9. I'll upload the source code in a bit, just working on something at the moment.
  10. Oh, haha, that makes sense. I thought you meant via a "nanny cam" or something. Did you happen to see my post directly above "I just realized you said "watching my kids on my laptop now"....??" that?
  11. I just realized you said "watching my kids on my laptop now"....??
  12. Alright, I'll tell you what I ended up doing and see if you think it was an alright way to do it. I had to do it this way because the CSV file I have has 30,000 rows in it and 3 columns and I needed to make sure it always selected data from the same row. I divided the CSV file into 3 seperate .txt files. I then created a "set parameter" that randomly selects a number between 1 and 30,000. Then, I set it to fill in a field with "list item 1" and it asks for a specific list location. I feed it the number that was randomly generated. Then, for field two, I fill that with "list item 2" and
  13. That's great Aaron, thanks man! I sent you a PM (well, I tried to) and it didn't work so I sent you an email.
  14. I'm looking to input different data on a form and all the data I need is in one CSV file. I need to be able to select certain data from one column for one field, and then another bit of data from that same line but in a different column for another field. Example: CSV File: lamp,desk,chair Fields Needed to Fill: What do You Sit in?: Chair (line 1, column 3) What Provides You with Light?: Lamp (Line 1, column 1) What's Your Lamp On?: Desk (line 1, column 2) Hopefully that makes sense..
  15. Since I was unhappy with the GUI and how cluttered it was (for my newest bot) I figured out a way to clean it up a bit. I tore it down and started over, and now I'm very satisfied. (Best viewed in full screen at YouTube) http://www.youtube.com/watch?v=l2OGhKijctg
  16. Alright, if I understood your idea correctly, that doesn't work either. Although, it gave me another idea to "clean up" my UI a bit.
  17. Huh, thanks for that idea, I'll give that a go now and let you know.
  18. I do actually use those. I didn't realize it had those features when I first started programming it, but after playing around a bit I saw that I could just use those instead, and since it's obviously easier, I did end up using the automatically generated options.
  19. Yes, it is. In fact, I originally had it set up so the user input usernames, first names, last names, etc. in this format: {stacy|john|katie} and it would randomly select one of them. I did away with that and set it up in this fashion instead.
  20. Alright, so here is a screenshot of the new bot I've made/making. I did all of this TODAY, and again, without looking at a manual. I had to ask a couple of questions over at the uBot support forum, but I got answers within about 10 minutes of asking them. As of now, the bot in the picture below is FULLY FUNCTIONAL for Yahoo. I haven't yet made it functional for the other sites yet, but I'm on my way to that now. As you can see in the picture, the bot has proxy support, POP3 enabling support, you can select male or female accounts, it clears cookies between each and every acct that is creat
  21. (This is a copy-pasted forum post of mine from another forum...I thought it should be here as well) Alright, so here is today's "real" update: Where to begin... First, I'd like to say this. Software programmers and internet marketers generally think differently. Programmers do just that...they make software. The thing is, they're usually making it for somebody else to use, sell or market. They also aren't normally the ones coming up with the ideas of what to program. They rely on customers constantly feeding them ideas to create (and money to create them). Now, we as IM'ers are just the
  22. (This is a copy-pasted forum post of mine from another forum...I thought it should be here as well) I might start working on the auto-account creation tonight. For those of you wondering why I wouldn't simply put my newly exported list right into bookmark demon for account creation, I'll tell you. It's because bookmark demon frequently doesn't work with pligg sites that have ANY modifications to them at all, and normally the pligg sites that are still around and have a decent PR are the ones that HAVE been modified...could be another long night for me...
  23. (This is a copy-pasted forum post of mine from another forum...I thought it should be here as well) Alright, here is the video of the bot I created in action. It is a pretty short video just demonstrating the bot and what it does. Please reference the post directly above this one to read about what the bot does and why I created it. THIS VIDEO IS BEST WATCHED AT YOUTUBES SITE IN FULL SCREEN HD MODE SO YOU CAN READ WHATS ON THE SCREEN.
  24. (This is a copy-pasted forum post of mine from another forum...I thought it should be here as well) So I'm pretty excited now. I definitely understand the software now, and I'm not just doing things because a tutorial said to do them. I didn't look at a single manual or video tutorial today and I managed to re-build the bot I made yesterday completely from scratch and added a couple of very nice features. Here is what the bot does now (and it is fully completed and compiled): From the user interface I select where I have a file stored that has a list of sites in it. Then, from the us
  25. (This is a copy-pasted forum post of mine from another forum...I thought it should be here as well) Alright, so here is today's "real" update...I mean, what I actually plan to do with uBot today. I feel as though what I learned yesterday was a good "base" of information, so I'm going to try and really get going with it. I'm going to build on what I made yesterday. Here is what I'm going to try and have it do by the end of today: I input a list of pligg sites It then visits each one to retrieve its Page Rank and if the site even still exists (up until this point, the bot already does th
×
×
  • Create New...