Random photo 5
Location = Kedah, malaysia
Time = Morning
Camera= Canon S3IS
April 19, 2009 by ryanbrian
Category Photo, Uncategorized | Tags: | No Comments
April 12, 2009 by ryanbrian

Wanna you firefox browser look like this?
Here is it Personas firefox add on to personalize your firefox browser…
Personas are lightweight, easy-to-install and easy-to-change “skins” for your Firefox web browser.
Get your own firefox Personas add on here
Category Tech | Tags: | 1 Comment
April 11, 2009 by ryanbrian
Some of you would probably be wondering how the “# Load average” at the downward footer of this site is done .
For upward Age of Website please refer my friend site here
Here’s the script for you guys to try out. Just make sure PHP is supported on your site and it’s all well.
Just Copy and paste the following script into the page or section where you would like to place the output. You could actually place this script ANYWHERE on the site but I would suggest you put it just before the output script for ease of editing.
Output
<?
$uptime = shell_exec("uptime");
echo "$uptime";
?>
The output script is a short and simple code, no editing needed.
Give it a try today !![]()
Category Tech | Tags: | No Comments