Jump to content
UBot Underground

crazyflx

Moderators
  • Content Count

    279
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by crazyflx

  1. I just checked it out, and unfortunately, I do get a "download this file" pop-up dialog box inside of uBot. Same as fun4uoc said, it works just fine for me in FireFox.
  2. I noticed that last one I uploaded would occasionally throw an error. Here is one that doesn't. remove BR.ubot
  3. Alright, it was my fault. I didn't understand the problem completely. I've uploaded a fix for you. I couldn't do it as an "input/ouput" type thing and just have it saving directly from scraped data (you'll understand when you run it). Just go ahead and open the bot, select a blank .txt file in the UI, then run the bot. It will save the results to the selected file. Enjoy! remove BR.ubot
  4. Here is the code that shows what I explained above. Save Multiple Lists to One File.ubot
  5. Alright, give this a shot (I'll try my best to make sure you can understand this, but I don't always do such a good job explaining things in a "user-friendly" fashion): For my example, I'll say that you're scraping data from 4 different sites, and then you want all that scraped data saved to one single CSV list: Nav -> Page 1 -> Scrape Page -> Add to List (List 1) <- (Adds "Scraped Page Data to List 1") Nav -> Page 2 -> Scrape Page -> Add to List (List 2) <- (Adds "Scraped Page Data to List 2") Nav -> Page 3 -> Scrape Page -> Add to List (List 3) <- (Add
  6. Here, give this a shot: http://www.megaupload.com/?d=58FG93A1 (download link to the compiled bot). Select the .txt file that contains your broken file (the one from the picture you attached above) as the input file. Then hit play. It will save "output.txt" to the same folder you're running the compiled bot from. If it works for you, I'll upload the .uBot file so you can see how it works.
  7. @ Some_Guy > Thanks for offering your help, I appreciate it. The thing is though, it isn't that the bot isn't capable of clicking the submit button...that works just fine. The problem is that if the bot fills out all the fields (and successfully "activates" each field), when it finally clicks the submit button, the page just blanks everything out and the registration is unsuccessful. If I fill out all the fields manually myself, and then I click the button myself, it registers successfully. Even if the bot fills out all the fields, and then I click the submit button myself, it still
  8. While unfortunately that didn't work for me, I do have to say thanks because I hadn't ever heard of Firebug before. I downloaded it (obviously), and I've got to say, what an amazing little tool! Any other suggestions?
  9. The reason I attached the source code along with the compiled bot is so maybe somebody here can see if they can spot/make a solution. But, you need to run the compiled bot to test, as you can't test with the .uBot file.
  10. Read the full post below to get a really good scope of the problem. However, if you'd like to just read a basic version of my problem, here it is (in bold): All javascript/ajax fields are "activated" (as having been filled in correctly) but upon clicking the submit button, it just takes me right back to a blank registration screen (as if I didn't activate a something properly). Here is the long-winded explanation: Alright, after taking the advice that was given to me in this thread ( http://ubotstudio.com/forum/index.php?/topic/2969-can-anybody-get-ubot-to-create-an-account-at-this-si
  11. Holy cow man, thank you so much! I was literally going nuts. I would go and work on another part of the bot, then go back to that and try this and that for the site...get frustrated and work on something else... (then repeat...for 5 hours, haha). Thanks again Aaron, you're the man!!
  12. The site is http://sphinn.com/register/ Go ahead and visit it, and just fill in the fields as normal. You'll see this: Username: (once filled out, it says "OK" in green beneath the field) Email: (Ditto above) Password: (Ditto above) However, now go ahead and try anything/everything you can in uBot, and NOTHING. They simply WILL NOT "activate" as having been filled (the green "ok" doesn't appear). If that doesn't appear, than it won't let you register. I've literally spent 5 hours on this (on and off)...I'm about to throw my computer out the window. I feel like I'm losi
  13. You might want to check out TeamViewer. I use it all the time while showing people things, and it allows for multiple people to "connect" and view your desktop screen at the same time...and it's free!
  14. Is this for a captcha? If so, what site?
  15. The "Send Keys" command doesn't recognize the use of the "shift" key, or rather, the effect the shift key has while used in conjunction with other keys. (So anything capitalized will be lowercase, and any special characters are going to appear as the number below them I.E. - Cat#$ would appear as cat34). The "Send Keys Field Chosen" command does recognize capitals (or the use of the "shift" key), but I'm not sure if it is going to trigger the javascript or not.
  16. Wow man, thanks! I've needed this about a zillion times, and I had no idea that was there. I'm with you Aaron, I'm still scratching my head trying to figure out how I missed it.
  17. I feel like an idiot asking this, but where do you find the "wait for" command?
  18. I automated aol pretty easily
  19. Sure it does. Try it yourself. Simply create a blank .TXT file anywhere on your computer...anywhere you want. Then, name it whatever you want. Then select that file. Then run the bot. You'll find that blank .TXT file will have the word "test" saved to it.
  20. I had that same question/problem when I first started making bots that were meant for others to use. I've attached a solution for you. save file bot.ubot
  21. crazyflx

    ELSEIF

    First go to "Flow" commands and click if Then, the first comment "replace this with commands" that is beneath the "if" command, right click on it, then go to "Qualifiers" and click on "not"
  22. I actually make money posting on CL, and I paid an outsourcer to create a tool for me. In the midst of him creating it, I came across ubot and bought it. I was able to create a bot that does this: Randomizes each post with random hidden text below my actual "ad" Randomizes each ad posted (I use picture ads on CL...I create my ad in photoshop and then upload it 30 or so times to get 30 different URL's. It then uses a different URL each time it posts) Changes proxies with each ad posted Changes my PVA with each ad posted Saves data to file so that it knows which PVA's it has posted with and
  23. This is excellent, I just bookmarked this thread. Nice share, and thanks!
  24. You need to have "build account" or "create account" in the beginning of the loop for it to "build" new account details. This would be wrong: SUB A Build Account or Create Account run SUB B SUB B Loop 5 Times Fill First Name Fill Last Name This would be right: SUB A Do Something Run SUB B SUB B Loop 5 Times Build Account or Create Account Fill First Name Fill Last Name You see, the second way makes it generate new values for all the variables you mentioned. The first way it is just going to continue using the same values over and over again.
×
×
  • Create New...