Shows your free and used server space as funky Pie Chart in your backend. Sweet!
Following the success of my server space script for one of my clients, I thought it would be great to use it under WordPress.
This Plugin was inspired by Richard who came to host with me after being on
WordPress.com for some years. He really liked to keep track of how much space he has left to upload pictures and I was happy to take on this challenge.
Special thanks again to Rasmus Peters for his amazing PHP Pie Chart Script
- Upload the entire folder
disk-space-pie-chart
to the /wp-content/plugins/
directory. Please do not rename this folder.
- Activate the plugin through the 'Plugins' menu in WordPress
- Enjoy a progress bar in the Dashboard and a Pie Chart under Dashboard - Disk Space Pie
The Plugin can tell you how much space you're using, but it doesn't know how much space you're ALLOWED to use. Hence it can only display the progress bar and pie chart diagramme if you honestly tell it. You should always be honest by the way, even with plugins ;-)
To do so, go to Dashboard - Disk Space Pie and type in the amount of web space you're allowed to use. Say you have 1GB of web space, put in 1 and hit Save Changes. Easy.
If you know your value in MB, you need to divide this value by 1024 to arrive at the equivalent GB value. For example, 100MB divided by 1024 is 0.09765625 - that's the value to use in the box. You get the drift.
If you enter a number smaller than the amount of space you're using, you'll see something like 105% space free - which obviously isn't what you want. So don't do that.
0.6
- Tweaked Pie Chart background colour to match WordPress 3.8
- Added link to GPL license
0.5
- Fixed Division by Zero bug (thanks Jure!)
- Tweaked some colours to better blend with WordPress Core
- Added MySQL Server Version
0.4
- Fixed dashboard widget display in WordPress 3.2 (Thanks Dan!)
- Replaced hard coded links with dynamic ones
- Updated Folder Structure in accordance with WordPress Best Coding Standards
- Added default unit value for first-time-user (now defaults to GB rather than nothing)
- Changed Donation Link (Buy me a Coffee)
0.3
- Certified WordPress 3.1 readiness.
- Added Unlimited Option: On some hosts (like Hostgator) you'll get "unlmited" disk space. I've amended the plugin so that you can enter 0 or leave the space blank. You'll always have 100% free space and the pie chart won't get confused.
0.2
- Added a drop-down menu so you an easily choose if you'd like things displayed in MB or GB.
- Added Database Size Count courtesy of Chris Rabiet's WP Database Plugin (http://wordpress.org/extend/plugins/db-size/)
- Added numeric display of space underneath pie charts - like in the dashboard widget.
0.1
Driven by Richard's suggestion, I've used Alex Rabe's WP Memory Usage Plugin as template and several WordPress tutorials on how to build plugins. Within a few hours, the basis was established. Then I integrated Rasmus Peter's Pie Chart Script and made it all work together. Code Cleanup followed: renaming functions, hooks, variables, deleting code that's not needed.