Jump to content
UBot Underground

team@whatalooker.com

Fellow UBotter
  • Content Count

    46
  • Joined

  • Last visited

Everything posted by team@whatalooker.com

  1. Hello, I am reading data from a text file. It has 3 columns. 2 columns contains string and the 3rd one contains integer. I load each piece of data into a separate variable and then I need to use the third variable as integer #duration In my specific case it stands for a duration of a video. Then I am trying to use $rand from 15 seconds to #duration. The program interpreter complains that var #duration in this case is a string. How can I convert it to number? Thank you
  2. Thank you. I will use this option only when 5 decaptcher attempts will fail.
  3. Thank you. I figured out what was the problem. The problem was that within the executable that I ran with the Shell command I made I was getting the data from the net with GetResponse calls. Apparently this causes some sort of conflict with UBOT. Once I removed this part of the code from the executable, shell function start working fine.
  4. Hello, Is there anybody who uses ITT Chosen Captcha? I just want to know what service is that, what is their website? Thank you
  5. Hello, One of the process that I run requires shelling out and calling an executable. It's a fairly simple C# app that runs flawlessly from the command prompt. However, when I run shell function, many times it gets stuck and I have to kill the process in Task Manager. Is there anything I should watch for or need to know while using shell command? Thank you
  6. Hello, Does UBOT supports 64Bit Vista? Thank you
  7. Java script is an actual programming language with hundred of commands. If you are up to the task here's the link to a Javascript lessons http://docs.rinet.ru/JS7/tjs01fix.htm
  8. Thank you. Yeah. I used this command. Unfortunately it doesn't work in the way I need it to work. Well...I dunno. I am switching ip via. connecting and disconnecting DSL and I verified many times that ips are changing. So that if outside UBOT browser I go to say ipchicken.com my wan ip will change every time I switch. However, when I do the same in UBOT browser, ip doesn't change whether I'm reloading the page or not. However, if after script has ran I'm using the actual browser [refresh] button manually, the ip is changing to the correct one. Since this refresh is done with some so
  9. Hi, Is there a command or a round about way to refresh the page in UBOT browser? Is there a way to clear cache? Thank you
  10. Aaron, What do you use to record a tutorial? I used to use Camtasia Studio, but the resulting quality was much worse than yours. Thank you
  11. You can try running javascript prompt command.
  12. *** Many thanks. innerhtml worked! How little sometimes one need for local happiness.
  13. The problem with clicking in this case (at least inside of Hotmail) is that clicking action opens a separate window outside of UBOT browser so you're screwed in that sense. I also tried to select with wild card and than scrape either page or chosen attribute. In either case the scrape was unsuccessful. Either the resulting list has no items or I encountered index out of range error while trying to set the variable.
  14. if you are interested about passing parameters and includes, here's a great Seth's video clip that goes over these techniques in details. My link
  15. On your question #1 you need to see several Captcha src srings and find out, what is the common parts of all of them. Then you use wild card for the parts that are different. On your question #2 (if I understood you correctly) you need to place title and body into separate variables. Then when you change field attributes you will make the value attribute equal to those variables.
  16. I also am having similar problem with Hotmail - selecting/clicking appropriate email in a list. As for your second problem... a more comfortable solution is to use parameter variables. Say if you're scraping the data in one sub and then trying to call another one you can declare a parameter variable within the second one and pass the scraped value to it. Cheers
  17. I just figured this out because I was struggling with similar problem. What you need to do is to create [parameter] variables inside the internal script. Then when you will use the command Run Script, the system will ask you to give this parameter a value. This way the internal script/bot would know about external values. Obviously, you can introduce whole bunch of parameters and thus pass as many values as you need. Cheers
  18. OK guys, I figured this out. What I did I included a parameter variable inside my bot #1. Then when I ran Script the system asked me for a value of this parameter, which I set from within the bot #2. Cheers
  19. Thank you. But I would hate doing this - makes code not scalable. What if I want to use bot#2 with some other include? Do I have to make another new bot?
  20. I am not sure I understand how you can check this. For instance your external bot would have a variable #url that is set to http://yahoo.com The included bot would also have the same variable #url that wouldn't be set to anything. If you will navigate to #url within the included bot, it will go to nowere. So my guess is that the included bot don't "see" the external bot variables.
  21. Hello, I have a bot #1 that performs a number of tasks based on one set of data say email, pwd, address, username, etc. I also have bot #2 that reads these parameters from a CSV file where each record of a CSV file corresponds to a set of parameters that the bot #1 uses as input parameters. So within the bot #2 I read the CSV file in a list and then parse it to corresponding variables. Now to the question... is it possible to pass parameters to the bot #1 via include statement instead of creating a disc text file for each record of the CSV file? Certainly I can include the bot #1 funct
  22. I am attaching the script to my above post. The problem again is that I cannot select /click a specific email from the list. Anybody had similar problem? Am I really boldly go where no one has gone before? hlCLConfirm.ubot
  23. Hello, My bot logged into my hotmail account and is attempting to click one specific item in email list. Well let's say it's the first one in a list. The problem is that Hotmail doesn't allow UBOT to intercept right mouse click event and instead of selecting by attribute or position I see a Hotmail generated pop up menu. What is the standard way to approach this problem? How do one selects the topmost email and clicks on it? Thank you. P.S. The picture is attached UBOT version: 3.110094 OS: Windows Vista Home Premium IE Version: 8.0.6001.18865
  24. Hello, I've seen several among UBOT functions that dealt with CAPTCHA recognition. But I presume UBOT doesn't actually have CAPTCHA recognition capabilities by itself, but can somehow interface with the CAPTCHA recognition service like Decaptcha. So my question is...if I have a Decapture account how do I interface it with UBOT? Thank you
×
×
  • Create New...