Jump to content
UBot Underground

ugakebet

Fellow UBotter
  • Content Count

    235
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ugakebet

  1. I found this thread http://ubotstudio.com/forum/index.php?/topic/3466-how-can-i-fill-a-textbox-depending-on-the-label/ but it still doesnt answer the question: HOW to get ubot to select textboxes based on the labels alongside the textbox (not based on id,class blah blah) This has to be possible..
  2. the question says it all, in 3.5 it was so easy, where is this in ubot4? I need to randomly choose any element from a dropdown
  3. I dont understand... can you clarify
  4. Hey guys, I am trying to register at this site http://www.audizine.com/forum/ via ubot, but notice if i click the register link in chrome/FF/IE, it opens up a new window. On the other hand, if this gets clicked in ubot4, an iframe type window pops up, which i would rather not want. Is it possible to force ubot to open the link in the same page, rather than in a frame? (also if you open the link on chrome or FF u notice that the url now stores the session cookie (i assume this might limit me from creating multiple accounts at this site) i.e. http://www.audizine.com/forum/register.php? is there
  5. Hey LoWrldErTJ, that is exactly what i wanted. Thank you very much
  6. Oh crap...., I do have another question LoWrldErTJ, what happens to the choose by attribute commands? i know that they have been replaced and that we can make use of the selectors, but that defeats the easy of use of the right mouse button. Assume that i am using a bot to make a gmail account creator, now when i enter in the username (if the username is not available, google types out a message, something like 'this username is currently not available). How do i choose the innertext for that msg? (in ubot 3.5, i could just highlight the msg, rigth click 'choose by attribute' and choose inn
  7. oh man, so suppose i have like 10 UI elements, there is no way to group them up together, other than putting divider lines to separate it from the actual coding??
  8. simple question really, normally in ubot 3.5 i would add various UI elements to a sub and then name the sub as 'UI elements for this bot', and then i would call this through run sub. how do i do this in ubot 4? if i use the ubot 4 define command, I dont want to have anything in the parameter box, as im basically using it only for the UI elements that should be created, so what do i do?
  9. my regex is not working? But it is correct as it works on another site!!!
  10. will try this and let you know
  11. the following is not working from this website (i am trying to scrape the tags of the articles) http://www.malpri.com/tips/creative-writing/content-writer-%E2%80%93-a-simple-introduction-to-this-job/ first i select the variables then i apply the following but it does not work, why?
  12. i shall try the preferences thing, the if statement wont do much good as then i have to specific code it for each and every node on different article sites
  13. I am trying to create a bot to create user accounts on article directories, but im doing it a different way. as you can see from the pic, it goes through the sequence for whether that particular textbox name exists or not. the problem is that when the first textbox is not found, ubot throws an errow saying that no elements have been selected. How can I get rid of the error
  14. I tried your ubot and it works fine, tumblr works sans javascript. Use my above code in your vbs file The correct code
  15. hey man, the script that you are using is completely wrong! I had uploaded the right script. Try the below thing and then try the testing with ezineartilces and restarting IE
  16. Hey guys, John you hit the nail on the head, what I am attempting to do is to create a small spinner that will copy text from random articles on the net. But every so often, I would like to enter my own spin syntax in the box. Your solution is perfect as I can pause and modify the text. Can you explain though what is 'ctl00$ContentPlaceHolder1$Username' ????
  17. Hi, I hope that you are opening it correctly from shell it works correctly for me, after disabling the scripting, I use the 'in ie window' command and do everything there hope this helps make sure that you reenable the scripting, after you have done everything. or else it will still be disabled the next time you start ubot. ------------------------ First test that the scripting is really getting disabled, what i do is to visit any post in ezinearticles.com in IE9 and see that the google adsense is loading. I then run the vbs file from shell, close IE and then reopen tha
  18. Is this even possible? I have a script that tests whether #text-area is $nothing.. If so it does something . But what happens if I have to modify the value in the UI box while the script is executing, can I get ubot to accept this new value? Basically to accept dynamically changed text..
  19. Hey guys, I use this for regex http://gskinner.com/RegExr/ Suppose I want to choose the first instance of a sentence I use ([A-Z].*?[\.]) and it will select every sentence? Why? Or if I use ([\w-\.]+)@((?:[\w]+\.)+)([a-zA-Z]{2,4}) to select email addresses, how do I limit this to choose only the first email address, and not all the e,ail addresses?
  20. I have disabled javascript, but to do so, I had to use the in IE window command (no biggie), but when I put the $scrape story command inside the 'in ie window' command, it scrapes the current page of what is open in ubot, not the page that is loaded in the ie window? Any ideas?
  21. Just a quick question, how do I run the vbs file via shell? can you post up a pic or something? I tried browsing to the file, but it gives an error. I have not worked with shell earlier, so am a bit of a newbie. See the picture Here to figure out how to run vbs from shell
  22. Hey, actually the code that you posted up goes via My Computer i.e. takes the 0 folder from Zones But I got mine to work by using the Internet folder i.e. 3 from Zones. Essentially everything else is yours!!! Just the 0 got converted into 3
×
×
  • Create New...