Hi all,
just a quick question; How can I display the remaining bytes for a user on the status.html page? I want to display it in a readable format like: 1.6 Gbts and not like 1600000000000 . This is practically impossible for a user to read.
At the moment on the status page I have the following:
<font color="#FFFF00">$(remain-bytes-out)</font></td> and I get a long number like above.
Any one has solved this problem? I would appreciate some help.
George