Jump to content
UBot Underground

imservices

Fellow UBotter
  • Content Count

    33
  • Joined

  • Last visited

Everything posted by imservices

  1. Haven't done this exact thing but did something similar and I did it by: add to list then save to file with the content being the list you were adding to.
  2. Thank you for that, killing it with js seems to work and is cleaner. Sometimes I just need somebody to jump start my brain
  3. Something strange. It works for me on all 3 of my machines, XP, Vista and 7 respectively with IE 7 and IE 8 on these machines. I have given out a few copies of this script and for some people it doesn't work even though their specs are the same and for some people it works fine just like it does for me. Is there another way to go about dismissing the dialogue box that I can try? Thanks.
  4. OK, After a lot of trial/error. Had to use BOTH the close all dialogs and click dialog. Why? No clue, either one didn't do it by itself - with the close it still appears for about 1 second before closing, with the click by itself it seemed to instantly reappear. Running close first and then click did the trick though.
  5. Thank you much will try first thing in the morning. Dunno why I didn't think of that but absolutely no reason it wont work!
  6. I'm unable to replicate your issue here, it appears instantly for me in uBot. Have you tried WITHOUT setting a user agent perhaps the site is detecting that as suspicious?
  7. Hi, Basically when I save the inputted text on a certain site it still stays in the WYSIWYG editor even though the text is saved and live so I'm done on that page. When I go to the next page in the script IE prompts me with something like "are you sure you want to navigate away from the page unsaved data may be lost", I do in fact want to navigate away but obviously clicking OK each time makes the script less than automatic. I have played with the site itself and this is just how it is, there is no way to save and preview or move away the editor once saved without this prompt appearing. Appa
  8. Never mind, I've freed up a little time and am plugging away at it
  9. I am currently working on a bot and am getting really tired of spending so much time on the social bookmarking account creation, e-mail validation aspect of each site as its really a small portion of the bot. What I would like is to get some quotes on creating the code that I can insert into my bot for doing the following: Create e-mail account (Yahoo is the easiest I've seen thus far). Register accounts at some of the top social bookmarking sites (static username/password to specified in UI) (Digg, Reddit, Delicious, StumbleUpon, and 5-6 others of your choosing that seem like the easiest
  10. OK, Was hoping that wasn't the case but kind of figured it was. Still works just takes me an extra 30 seconds per site
  11. I thought I was doing that but maybe not? I have my sub one time near the start of my script. I have a run sub for where it is called on each site, if I do "run node" on the run sub nothing happens though but it works fine when running the whole script. Or maybe I didn't understand what you're saying? Thanks
  12. OK, So my sub works fine if I hit the play button, but I cannot do a "run node" to run just that sub while in the script. Is there a way to do this because I need to manually add something unique to each site after running the sub (each site is a bit different in the profile area) so if I cannot sort of preview it like this then I have to set up the sub and call it to run and then go through the sub window and run node on everything that's in there to fill out the registration forms which is a pain especially since I have to scroll all the way up back to where my sub is sitting. Thanks
  13. I get this on certain pages as well, hangs up my URL reporting on these pages.
  14. By default popups are blocked in ubot, go to preferences and uncheck it. I spent like an hour trying to figure that out lol...
  15. http://www.warriorforum.com/warrior-special-offers-forum/390082-wikiwacker-create-accounts-spin-post-articles-75-wikis-including-edu-gov-wikis-100-auto.html And I have now made a lot more than x2 what I paid for uBot
  16. Hey, Just to say I automated a little SEO task for personal use, my first ubot project, and mostly just to get familiar with ubot before I start on what I bought it for. Anyways I put it up for sale on a forum today for only $10 a copy and have already doubled what I paid for ubot. Thanks for making such a user friendly program, now I not only learned some basics and paid for my ubot license but made a little profit and am ready to get onto my big vision here! So thanks yo
  17. I dunno if its the most efficient but you can do variable commands>add to list>(choose your list) and for content do $url under document settings. That will add the current page you are on to the list specified. You can then do save to file and select a file and under content do inserts>insert list and select the list you used before. That will create a list of the URL on the page when you want it, just call the add to list on each page you want saved, and then you can save it to the file either after each time you update your list (stores all previous entries as well) or at the e
×
×
  • Create New...