Advanced VISIBLE Statistics Script

I have noticed on all the counter tutorials that the counter counts for any page it is on… well, I have a challenge for your php pros out there.

Make an easy-to-install statistics script that displays the following information:

Parked Domain Statistics (site.com)

  1. Unique Hits
  2. Total Hits
  3. Hits this Month
  4. Hits this Week
  5. Hits Today
  6. Complete file size
  7. Number of files
  8. Number of directories
  9. Bandwidth Usage

Subdomain Statistics (subdomain.site.com)

  1. Unique Hits
  2. Total Hits
  3. Hits this Month
  4. Hits this Week
  5. Hits Today
  6. Complete file size
  7. Number of files
  8. Number of directories
  9. Bandwidth Usage

Page Statistics

  1. Unique Hits
  2. Total Hits
  3. Hits this month
  4. Hits this week
  5. Hits today
  6. File size
  7. Bandwidth Usage

Visitor Statistics

  1. Operating System
  2. Browser
  3. IP Address
  4. Last time visited
  5. Visitors online
  6. Hits for visitor total
  7. Hits for visitor this month
  8. Hits from visitory this week
  9. Hits from visitor today
  10. Bandwidth Consumed Today
  11. Disk Space Viewed Today

Make a statistics script that can do this, and you also make history. A fun challenge for all you PHP gurus.

Please make a tutorial on how to do this as well, as I’d like to know how but lack the PHP experience to do so, and as a bonus, a .zip file for easy extraction and installation.

Some of you may be asking what the point of having all these statistics is. But then, what is the point of posting statistics at all? Obviously to make a page look more appealing, complicated, and technical.

If someone could do this, I would be very grateful!