Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/06/13 in all areas

  1. UPDATE - NOW WORKS WITH ALL VERSIONS OF UBOT STUDIO (see below for standard/pro version) I needed a small progress bar for a project I'm working on and wanted it to be "lightweight" and easy to work with without a lot of 'riff-raff'. It worked so well I thought I'd share it with all of you. I've attached code and .ubot file. Notes: This is accomplished using HTML5Displays in HTML UI Panel (Dev Only)Updated to display rounded numbers in % set(#progress, 0, "Global") ui html panel("<body> <progress variable=\"#progress\" fillwith=\"value\" max=\"100\" style=\"width:300px;\"></
    1 point
  2. When I use multi-threading with browsers. The memory will go up and continue to climb up, what usually fixes the problem for me is clearing the cookies for each browser when a loop is completed. Normally, I wouldn't run more than 5 browsers at a time. I've had my ubots running for days and weeks without problems, this way.
    1 point
  3. We should be able to stick that html inside a ui stat monitor if were pro.... right. Now all you need is the option to add a theme to all the elements... or we could just stick it into frontpage or dreamweaver I geuss. Nice work bro...
    1 point
  4. More specifically, how to multithread with sockets and get cookies working (it sounds like they may have fixed the issue with cookies not working properly when multithreading, but I'm not 100% sure).
    1 point
×
×
  • Create New...