-
Content Count
46 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout nicolai
-
Rank
Advanced Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows Server 2012
-
Total Memory
More Than 9Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
2327 profile views
-
Looks like good plugin. I downloaded. thank you. So if I put in my script: plugin command("Diagnosticfunctions.dll", "Stop Watch Start") where I want the stop watch to start, how I make it show the elapsed time in ui stat monitor()?
-
Plugin For Php Or Web Versions Of Our Ubot Bots
nicolai replied to bangali_beta's topic in Plugin Development
In theory its a great idea, but majroity of ubot users like things such as changing proxy ip's and web app would not do that I dont think. -
nicolai started following [Solved] get the size of a file (In bytes - MB/Kb ), Plugin For Php Or Web Versions Of Our Ubot Bots, [Free] Execution Time Script and 1 other
-
I would like to run a stop watch feature showing how long the bot has been running since clicking the start button. Would the above script work for this?
-
In the end I used FileFolderCommand plugin to get file size. This function gets the file size of the downloaded file and then, displays the file size in the html + also increases the total data downloaded and also converts the bytes to two decimal MB number. Took me around 6 hours to get it working correctly! define get_file_size(#file_path) { set(#this_file_size,$plugin function("FileFolderCommands.dll", "$get file info", #file_path, "Total Size"),"Global") set(#total_data_downloaded_bytes,$add(#total_data_downloaded_bytes,#this_file_size),"Global") set(#this_file_size_downlo
-
thank you m8!!!
- 226 replies
-
- advanced image
- pash
-
(and 2 more)
Tagged with:
-
Sorry, I meant file size ie bytes.
- 226 replies
-
- advanced image
- pash
-
(and 2 more)
Tagged with:
-
Please add: get image size.
- 226 replies
-
- advanced image
- pash
-
(and 2 more)
Tagged with:
-
I am using code view. EG: set(#this_file_size_mb,$eval($divide(#file_size,1024)),"Global") This does not seem to work even when #file_size is a numeric value.
-
and the answer is? I am trying to simply divide two numbers and its driving mental trying to look for answer. I can see its possible to add numbers. multiple numbers. Subtract numbers. but divide number? Is a mystery.
-
Hi everybody. Why is this so complicated? Surely there is an easier way to get the size in bytes of a downloaded file? Is it not built into ubot studio already?
-
Thank mate. do you have a links to this plugin?
-
Yes exactly the same. They count up for a while and then simply stop. Here is screenshot of code... I have ui stat monitor at top of the page and the variables are being updated in the loop of the main process.
-
Hmmm...I put stat monitor but seems to stop working after a while.
-
Thanks for that! I have the basics working for me now.
-
I dont really know how to explain well what I want to do so have made a screenshot. If its not possible topass the variables to the header part, is there anyway to reduce the blue block?