Jump to content
UBot Underground

crazyflx

Moderators
  • Content Count

    279
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by crazyflx

  1. I'm happy to hear it worked out for you. Sometimes trying to do just one thing drives me absolutely crazy, and finally getting it to work makes it feel as though somebody just took the weight of the world off my shoulders. I'm glad I could help.
  2. If it doesn't work out for you, let me know and if you want, I'll just upload the bot as I have it on my PC (because I checked it against a number of different keywords/phrases and it worked every time).
  3. Mine seem to be working fine...
  4. Sorry, I was typing and editing, then going back and adding more. So if you only got half of it the first time, the whole message should be there now.
  5. No problem at all, I had that same feeling when I first got started. Alright, here is a walkthrough of what you're looking at (I'll go in the same order of the file I uploaded) http://img411.imageshack.us/img411/3671/runsub.jpg<- That is going to command uBot to run that sub. Without that node, the bot would never do anything, because a sub won't run unless it is "called upon" by a "run sub" command. http://img697.imageshack.us/img697/8550/clearlist.jpg <- That simply clears the list to make sure we're not adding to a list that already has content in it. This is not very impor
  6. It isn't what you asked for, but it DOES do what you want . Give this a shot: http://img716.imageshack.us/img716/989/onlyscrapecertainurls.jpg To test it, I went to facebook, searched (without quotes): save money on electric Then, I ran what you see in that picture. After hitting search, I got 10 results returned to me. Now, I acted as if I only wanted to scrape groups that had the following keywords in the group title (and it had to have all of them): save money electric Of the 10 results on the first page, only 7 had all 3 of those keywords...guess what I got saved t
  7. I've attached a bot for you, with clearly labeled subs and nodes. Look it over and if you need any more help, let us know. Enjoy! spin content.ubot
  8. This will work: http://img31.imageshack.us/img31/8162/timestoloop.jpg And you do that by doing the following: Set -> Insert Variable -> #times to loop ------ Math Constants -> $eval -> insert variable -> list total {1}-5
  9. You don't have a website in that bot, so nobody is sure where/what you're talking about. What site are you trying to do this at?
  10. Oh, and you can easily convert an excel file to a .CSV file. You can either: A: Go to "Save As" from the file menu and select .CSV or B: Just change the extension of the file from .xls to .csv
  11. @ Natureboy & alcr -> It's funny, I didn't even think of that (losing money and providing ideas to outsiders)...both valid points... (inserting foot into mouth) Oh, and alcr, I liked your use of quoted problem & solved
  12. Here, check out this post (I made it just now to answer your question. It has a full working bot attached as an example): http://ubotstudio.com/forum/index.php?/topic/3012-separating-lines-or-cells-of-data-for-use-individually/ Oh, and it has to be a .CSV or .TXT file. Excel files aren't supported.
  13. I know I had this question about 100 different times when I first started using uBot and I see it asked all the time, so I figured I'd share a working example of it. To make it clear what this bot does: It separates a single line of a comma separated .CSV or .TXT file into separate variables for use individually. For example, let's say you had a .TXT file where each line looked like this: username,password Obviously, the password corresponds to the username, so when you go to login to a site, you need to access the two of those variables. This bot would separate that single line of d
  14. I just posted this on another thread, but I figured it'd probably be nice if people searching topics could find it as it's own thread. This is for those sites that almost always seem to know that a bot is doing the form filling. They usually know because there is some sort of javascript tied to the field that needs to be "activated" that normally isn't when a bot is doing the form filling. Sometimes, "send keys field chosen -> content to send to field" is enough...and other times it isn't. I've driven myself crazy trying to figure out what magical combination I needed to send to certai
  15. I'm a member of many different forums, as I'm sure many of you are. If you go to one of your favorite forums, one that is very active and vibrant, really take a look at it for a minute. Then, come back to this one. See anything different (other than the fact that we have less members)? I noticed that this forum right now is basically "problem driven" as opposed to "conversation driven" Just look at the "General Discussion" section - 161 Topics/757 Replies Now, look at the other two: Scripting - 447 Topics/1887 Replies uBot Support - 485 Topics/1658 Replies The issue with a "probl
  16. I didn't realize I uploaded it with that node in it. That was a node I added while testing it to make sure it was working, but it is an unnecessary one (it was kind of like a "debug" node).
  17. No problem. Before you run it though remove the following node first. http://img144.imageshack.us/img144/4947/node.jpg
  18. This is really good news to see...I haven't actually checked out the software yet (reshacker), but I'm glad to know it's possible and that somebody else has actually done it.
  19. I've had that exact same feeling about a hundred times while learning to use uBot...I can't even list all the examples there are so many. I've asked so many questions only to find out that the developers knew those questions would be asked and built a solution right into uBot. I've got to say though it sure is a good problem to have, haha.
  20. Are they literally identical? (I.E. URL 1=http://somesite.com/ URL 2=http://somesite.com/ ) If they are perfectly identical, you can use the "remove duplicates" option on the "add to list" screen.
  21. Google this: "m.facebook.com" popup You'll see that the problem you're having is a common one. After reading a bit, it seems the only solution that may or may not work is rolling back to IE 7.0
×
×
  • Create New...