Jump to content
UBot Underground

The450Man

Fellow UBotter
  • Content Count

    110
  • Joined

  • Last visited

Everything posted by The450Man

  1. Has anyone done this? Ubot can seem to pick up the values in the spreadsheet. There is an API available, I do not know how to work with that though.
  2. Well its been 3 months. any updates?
  3. Has anyone made a UI HTML Panel display to add and remove items to a list?
  4. How can you show a list in the UI HTML Panel? A stat monitor for a list. Id like to set the limit for the ammount of rows that can be displayed until a scroll bar becomes visible.
  5. Ive made a ticket but I have not had a response in almost 12 hours. This is a very urgent matter. Problem: Ubot itself seems fine. Its the browser. It immediatly freezes when opening a compiled bot or in ubot studio itself. I can navigate or anything. If I type something into the navigation bar, it continuosly says that it is navigating to the link but does not. I have removed both versions of ubot and uninstalled. I dont think I changed anything differently other then installed an update yesterday. I also removed the temp files. I am using windows 7 64 bit. 8 core with 16 gigs of ram.
  6. Is there an alternative? That requires a bunch of additional plugins.
  7. For some reason it did not load http://i.imgur.com/bV0lHUE.png?1
  8. Is it possible to have a service solve this captcha?
  9. We are close set(#month,$eval("new Date().getMonth()+1"),"Global") set(#day,$eval("new Date().getDate()"),"Global") The above lets me calculate the day and month of the current day. I need to be able to do this with the daynumber. I need to be able to input the daynumber 231 and get the Month and Day of that daynumber.
  10. I have a script that generates a daynumber. Ex today is day 345. I want to calculate 12 for the month and 11 for the day. How can this be done? Id assume with Javascript.
  11. Say I have the day number of the year. How can I generate the date from that? EX. Todays daynumber is 265 How can I get the output 9/23/2015?
  12. interesting, how would I incorporate that into ubot though?
  13. Anyone have a script that can download the entire webpage? Including the css, images, etc? I would basically like to do the same thing that happens when you right click and click "save page as" in firefox.
  14. Regarding: 2. A 2nd "define" command within another "define" command - even though this 2nd custom command is inside the top "defined" command, the local variables within the top container are not available to the 2nd command unless you pass the local variables into it. How do you pass the top defined variables to the 2nd define command?
  15. So we cant use tables in a multthreaded bot in a local instance. How can I work around this? I need to be able to pull the three values from a csv file with many lines. It looks like this: conten1,content2,content3 conten1,content2,content3 conten1,content2,content3 conten1,content2,content3 Since I cant use tables i must load it into a list. Now once ive loaded it into a list how can I pull the values? Ex. Variable 1 = content1
  16. How can this be done? Here is a web example of what I want to do within ubot. http://www.timeanddate.com/date/duration.html I know how to calculate the current daynumber of the year with javascript but cant calculate the daynumber of a specific date.
  17. yes, a way to highlight the searched for text
  18. The page is password protected. Ive tried the javascript code, the dropdown does not have an "id". Ive tried doing it by "name but the javascript then does not work. Ive tried getElementByName and GetElementByTagName
  19. thanks guys. for some reason the plugin commands are not working. Working with the javascript now. Here is what im working with: <select name="target_select_values" class="fontSize11" multiple="multiple" style="width:100%;height:85px;" ondblclick="toggleTargetItem(this.selectedIndex,0,false);"> <option value="18">18</option><option value="19">19</option><option value="20">20</option><option value="21">21</option><option value="22">22</option><option value="23">23<
  20. How can I do this in ubot? Ive heard you can do it with javascript, anyone know how to do this? I do not wish to use any plugins. I basically need to select multiple dropdown items on a webpage. The only way to do that is with a key hold and click or with javascript. This is for ubot 4.
  21. ex. Firefox allows you to press ctr + f to open up a search box. This highlight the text in the window if found. Is there a way to do that with ubot? I dont need a shortcut combination, but a way to do this would be great. This is in ubot 4.
  22. I place that inside a variable with the $eval param but I get nothing as a result when ran.
  23. What about doing this with javascript? I dont like using plugins.
×
×
  • Create New...