Script : Age of Website

Script : Age of Website

Some of you would probably be wondering how the “# of days old” at the footer of this site is done.

Here’s the script for you guys to try out. Just make sure PHP is supported on your site and it’s all well.


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.

Calculation Script


Now you could shorten the lines but due to the lack of width of the content area in wordpress, I’m forced to split the code into a few more lines than needed.

The only line that you need to change for the script above, is line #12. Just change it to the date where your site started.

The Output

The output script is a short and simple code, no editing needed.


So all you have to do is do something like the following for the output.

My site is  days old today.

Give it a try! ๐Ÿ™‚

11 thoughts on “Script : Age of Website

  1. How do i get the server load value in percentage? like the one at the bottom of the page…

    Server Load is 16.75%

Comments are closed.