Jump to content
UBot Underground

peak_positions

Fellow UBotter
  • Content Count

    82
  • Joined

  • Last visited

Everything posted by peak_positions

  1. but i try so many time but internally work fine but external files from server its not working
  2. but its an ubot3 file which was not opening in ubot4.!
  3. Is it possible to use an UI command in define command.?
  4. IS it Possible to pass a value of ubot variable to a function in javascript.? If yes I can i do so.? Can any one give me an idea to implement this?
  5. yes the reason is it stores the value while running the script or bot. But I need to save values on click.
  6. No i just want to know If had an program for some macros which is implemented using java, am i able to use it in ubot.?
  7. i want to implement open dialog box and save dialog box in ubot the fields are store by the way of Prompt is very simple.. but when using javascript we can open save dialog box and open dialog box.. it should be not enabling in the uiopen dialog box.. any solution for this concept... how to run the javascript window.open callback() function & window.save callback() function save open funtion.ubot
  8. im also having the same problem please tell me the how to use external css and js files in ui html panels
  9. Hi there, I just want to know whether UBOT supports any of the programming languages.? does any one get back to me.?
  10. <html> <head> <title>Dynarch Calendar -- Single calendar for multiple fields</title> <script src="../src/js/jscal2.js"></script> <script src="../src/js/lang/en.js"></script> <link rel="stylesheet" type="text/css" href="../src/css/jscal2.css" /> <link rel="stylesheet" type="text/css" href="../src/css/border-radius.css" /> <link rel="stylesheet" type="text/css" href="../src/css/steel/steel.css" /> </head> <body> <p><br /> <br /> <br /> <br /> <br /
  11. Hi, I've option to hide my url bar in chrome. Is this possible in ubot. While running I just want to hide the url bar alone. The sites process should be viewed. Is it possible???
  12. I've uploaded one pdf file. After I clicked ">>> click here to download <<<" text. I navigate to the download URL.. But can't scrape the URL.. Can i know what is the actual problem?
  13. Hi, There is a simple logic behind Multi-threading on twitter bot. I did it successfully.. If u think it U ll get it. Thank You,
  14. This is the example site where i met the problem.... http://www.coolutils.com/Online-HTML-Converter.php#
  15. Hi, I've upload my PDF file to one website... In normal browser that PDF file is displaying but not in the Ubot.. and i can't scrape the URL too.... Example Site: http://www.qqpr.com/p/p3r68-cdx67/7izhl-zdgjy.pdf Thank YOu,
  16. Hi, While using Save downloaded file command the pop up window is opening ... If I ignore the popup window , the file is created... while opening the file it seems to be error.. the file has been corrupted or not supported.... Anybody have any solution to solve this problem?? Infinity Media,
  17. Yeah ... exactly.... but it replacing all the keywords... i just want to replace only one keyword...
  18. Hi, I've set a variable to get content. Now i need to place the link where the keyword appears in the variable but only one time. For example... video is my keyword. in #content variable I have the following content. "Having said that, in case you cannot invest a lot time and effort in executing all this, the simplest way for you personally are going to be to get a video clip Seo pro support or use a professional YouTube video marketing and advertising firm." Now i would like to replace only one keyword either fist one or second one as "http://mysite.com/". I trie
  19. HI there, I have used check box to get value from user and I use the "get-element by id" to hide the features which makes the user to use anyone of the feature. but the variable for check-boxes not returning any value.. for example if i click A it does not returning true or false representing whether the checkbox is checked or not.. Could anyone give up an idea to overcome this issue. my script was <html> <head> <script type="text/javascript"> //for hiding advance select features document.getElementById('c1').disabled='disabled'; document.getElementById('c2'
  20. Hi John, If I use the download URL in Chrome , the download begins Automatically. In firefox it asking for save location. So it is a direct download URL only. In Ubot one popup window is opening to SAVE the file. If I ignore the popup window the empty file only created by "SAVE DOWNLOADED FILE" command. Thanks for your reply John. I want to know how to use SAVE DOWNLOADED FILE command. Can I've any Sample???
  21. Hi, I need to download the word file from one host. while trying save downloaded file it returns the empty file. Ubot pop ups the window to "save as" the file. I would like to downloaded the file in some specific location without manual interruption. Is there any way?? Anybody have a solution??? Thank You,
  22. Hi there, Is it possible to use If condtion in ui html panel.? IF yes means give me an idea to overcome the following issue. If I select the radio button named "my input" then the prompt window have to appear to choose the input list from local disk allowing the user to choose the input file from my computer. else If I choose the radio button named "default input" then the list of some four checkbox have to appear in order to choose the default inputs.. Waiting for the ideas.! Thank you
  23. I don't get you Tj.. Could you clear me your steps for me.?
×
×
  • Create New...