Jump to content
UBot Underground

peak_positions

Fellow UBotter
  • Content Count

    82
  • Joined

  • Last visited

Posts posted by peak_positions

  1. Hi!!!!

     

    I have created a bot which includes two tabs.Each tab enrolls more than 10000 lines of code.

     

    Whats my problem in my compiled bot is,while am switching in tabs there is a delay in moreover for 15 to 20sec:( .

     

    I have optimized my script as short as possible.I have included many options in my bot.

     

    What may be the reasons other than the code length?????

    I need a best solution for this problem as soon as possible. .

     

    Thank you...

  2. Hi,

     

    I created a big bot using Ubot version 4.1.4.

     

    The script is nearly about 10000 lines.

     

     

    Sometimes While opening the Script Ubot closed automatically.

     

    I've 2 tabs. While Switching tab It closed automatically.

     

    While Compile the bot Ubot is hanging & closed automatically.

     

     

    Waiting for a good solution for this problem.

     

     

    Thank You,

  3. Thanks John...

     

    1) I displayed the Progressbar already. But need to set for some processes. I declared variable Using Javascript for processing and displaying Progressbar image. But in end of some progress I couldn't Pass the variable value to UI html Panel (for image alone).

     

    2) In compiled bot also It Switching somewat slow . It taking more time to load the background image from my server.

     

    3) I'm in need of sockets in UBot 4. Those settings already in UBot 4 is nice. But need Much better Performance.

     

    4/5) Yeah. I'm already Scripted in defined . Created Custom command. Like to remove the run/stop bar which is already in UBot.

     

     

    Waiting For Your Solution John...

  4. Hi there,

     

     

    I found the following issues which make me stable while creating an bot .. and I need an solution for the following issues..

     

    Could any one can come up to solve the any one of the issues.?

     

    1)I want to call the progress bar using an image in ui html panel representing the progress of the particular process in ubot script.

     

    2)I have used multiple tabs in my bot. While switching between tabs it takes time to switch from one tab to another.

     

    3)I need to implement the sockets in ubot4.

     

    4)I want to bring UBOT's run/stop button inside UI html panel.

     

    5) I want to remove url bar while the sites are processing.

     

    6) I want to split up the main browser in two.

     

     

     

     

    Thank you,

  5. Just try the code as i mentioned .. and call the javascript file. You could probably know what is my problem.

     

    After clicking the calender the value passed to text box. I can't set the variable . If i set the variable value is not passing to that particular variable....

  6. Hi,

     

    run jvascript is working fine but not in UI html Panel. I would like to call the function which I declared in Ui html panel Scripts.

     

    I clearly Understood run ravascript command will work only in browser window.

     

    I tried in many ways to call the javascript function but it fails. Someone give a good solution for this.

     

     

    Thank You,

  7. Hi ,

    This is my Sample Script to add Calender view to select date and time in ubot . I need to get the value of textbox by declaring variable.

     

    If I declare any variable the date is hiding after I pick the date. So I used fillwith but no use. I can't get the date in variable.

     

    I've attached the javascript file. And the Ubot Coding I mentioned below.

     

     

    <html>

    <head>

    <script language="JavaScript" src="C:\Users\intell\Desktop\ts_picker.js">

     

    //Script by Denis Gritcyuk: tspicker@yahoo.com

    //Submitted to JavaScript Kit (http://javascriptkit.com)

    //Visit http://javascriptkit.com for this script

     

    </script>

    </head>

    <body>

    <form name="tstest">

    <input type="Text" name="timestamp" value="">

    <a href="javascript:show_calendar('document.tstest.timestamp', document.tstest.timestamp.value);"><img src="cal.gif" width="16" height="16" border="0" alt="Click Here to Pick up the timestamp"></a>

    </form>

    </body>

    </html>

     

     

     

     

    Waiting for the good Solution..

×
×
  • Create New...