Jump to content
UBot Underground

turbolapp

Fellow UBotter
  • Content Count

    190
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by turbolapp

  1. Then I'm really confused. What was this about? http://www.ubotblog.com/3-11008-new-command-line-parameters-run-node/
  2. I was wondering if it did that. I've got a list of 50k keywords that I have it loop through randomly really wanting none of them to be repeated never bothered to check for that. Just pondering here but could you do some sort of pull from the random list inside a list total?
  3. Hi Hannah! Glad you're here! It's nice to see so many familiar faces..ur usernames... around here. (Oh and I have no help for you with your question, sorry, but I'm sure some of the brainiacs around here will)
  4. okay, I'm trying to set up a task scheduler to run a script for me every morning. if I compile the bot, then I can get task scheduler to open the .exe, but then the script doesn't start. is it still true that task scheduler will only run .exe's and that ubot.exe's won't accept command line parameters? Also, can I have more than one script in a bot and designate which script to run through the command line parameters? Or is there something that i have to put into my script so that it will run when the command line sends the /auto command?
  5. How are you "looking" for it? I ask because I was having a similar problem in hotmail/live. I was doing a wildcard search page and for some reason that just didn't work. I switched it to Choose attribute > innerhtml with the keyword and wildcard. That worked for me.
  6. If there are multiple hrefs on a page and I want my bot to click on only one and I want it to be random...how do I do this?
  7. Nice. I thought yahoo charged for forwarding though? That it was something only available with their "premium accounts"?
  8. I probably know less than you about programming and reading your list I already started mentally outlining how I would do it with ubot. However I've been using and creating scripts with ubot everyday since I bought it...which was about 2-3 months ago. It just depends on how tenacious you are about making those bots. It was the first few bots that were so painful for me (yet surprisingly fun) once I got into the flow of it I got better and faster. Plus all my bots are stacking up to be great reference bots too. Like I'll think ooo I need to do that thing here that I did in that one account crea
  9. Wow. I would have never come up with that. Thanks, I'll give that a try. edit: worked perfectly, of course! Thanks again Jim.
  10. Wow you read my mind I was just about to get to work on a bot like this. Thanks! (OK I'm thinking real hard about the next bot I want done...see if you can get to work on that. k?thxbi )
  11. I have my own twitter bot. I can only make one account per ip else they suspend the account (it still gets made though I guess) it's no biggies as I just flip ips, but I wanted to bring this to light incase other people were having problems and were like wtf? I've also added a few more delays to try to make it look more human and that seems to ward off the suspensions more too.
  12. Yeah I shouldn't have to set any list position when scraping content. It's possible that this was just something messed up with the way the href was displayed (although I didn't see anything wrong with it.) The way I got around it is when I went to pull the list I just started at position 1 so it skips the weird line. If it's just an anomaly then no biggie...I just thought it would be a headache if this kept occurring.
  13. I thought I could use the date constant and just set a variable that if today's date is greater than whatever date I could command the bot to pause...but it's not working. Is this even possible? and if so what am I doing wrong? (attaching bot) date.ubot
×
×
  • Create New...