Quote:
Originally Posted by TECK
Ok guys and girls. I need you to "invent" a new option for MicroStats. 
I need that because I plan to add phrases into main MicroStats template, so you can translate it easier.
I don't want to release a new version just for this, we need to excite the users with something new also, right? 
|
Hey TECK, maybe if others would like to see this they will chime in
Not sure what good it would be in a shared environment but for dedicated it's nice to have.
I dont know much about how to do it but somthing like this maybe..
Code:
$memstats = shell_exec("grep Mem /proc/meminfo"); print '' . str_replace("\n", ' ', $memstats);
to display (i.e. MemTotal: 8299056 kB MemFree: 126812 kB ).
I for one would like to see an option to display all of the microstats to only admins via admincp.
Also, is it a good idea to compile PHP with the option "--enable-memory-limit". What would be the benefits of being able to set this in php conf or .htaccess. Thanks...