Hello,

It would be cool if you can put these variables.

sys_processor -> Calculates the Processor speed by Mhz.
Example:

if(sys_processor == 2000) {...}

sys_ram -> Calculates the RAM size by MB.
Example:

if(sys_ram == 1024) {...}


Thanks in advance! smile

Last edited by Cowabanga; 03/18/09 15:20.