Recommend this page to a friend! |
Download |
Info | Example | Screenshots | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-11-28 (4 days ago) | Not yet rated by the users | Total: 14 This week: 14 | All time: 11,414 This week: 6 |
Version | License | PHP version | Categories | |||
drives_info 1.0.0 | Custom (specified... | 8.2 | System information, Content management, P..., G... |
Description | Author | |
This package can display the size and free space of disk drives. |
<?php
|
This package displays a list of the disk drivers you have on your system.
Creates a box-style formatted table that displays both the disk and the total, used, and free space on it.
You can easily integrate it into any code as long as you follow the instructions below in the details and have Ascoos Framework 24 installed.
Unfortunately, the configuration in /conf/config.php
must be done manually.
Download and install Ascoos Framework 24 from Github - PHPClasses - Sourceforge.
In the index.php file, adjust the path to match the path where the Ascoos Framework 24 is located.
// Load Ascoos Framework 24.
require_once "[YOUR ROOT SITE PATH]/afw/autoload.php";
conf/config.php
[
'lang' => 'en', // Current Language of package
'show_title' => true, // Show Title in block element.
'show_total_size' => true, // Show Disk Drive total size
'theme' => 'cleargray' // Theme. 'default' or 'cleargray'
];
Now you can run it either through another cms, or as a standalone one, like the example that came with the package.
---
Screenshots (1) | ||
Files (45) |
File | Role | Description | ||
---|---|---|---|---|
assets (1 file, 2 directories) | ||||
conf (2 files) | ||||
langs (25 files) | ||||
libs (1 file) | ||||
themes (1 file, 2 directories) | ||||
CHANGELOG.md | Data | Auxiliary data | ||
drives.php | Aux. | Implementation script | ||
index.php | Example | Example script | ||
LICENSE_AGL-F.md | Lic. | License text | ||
README.md | Doc. | Documentation |
Files (45) | / | assets | / | css |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
main.css | Data | Auxiliary data |
reset.css | Data | Auxiliary data |
Files (45) | / | assets | / | js |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
jquery.js | Data | Auxiliary data |
Files (45) | / | conf |
File | Role | Description |
---|---|---|
config.php | Aux. | Configuration script |
index.html | Doc. | Documentation |
Files (45) | / | langs |
File | Role | Description |
---|---|---|
de.error.php | Aux. | Configuration script |
de.php | Aux. | Configuration script |
el.error.php | Aux. | Configuration script |
el.php | Aux. | Configuration script |
en.error.php | Aux. | Configuration script |
en.php | Aux. | Configuration script |
es.error.php | Aux. | Configuration script |
es.php | Aux. | Configuration script |
fr.error.php | Aux. | Configuration script |
fr.php | Aux. | Configuration script |
index.html | Doc. | Documentation |
it.error.php | Aux. | Configuration script |
it.php | Aux. | Configuration script |
pt-br.error.php | Aux. | Configuration script |
pt-br.php | Aux. | Configuration script |
pt.error.php | Aux. | Configuration script |
pt.php | Aux. | Configuration script |
ru.error.php | Aux. | Configuration script |
ru.php | Aux. | Configuration script |
tr.error.php | Aux. | Configuration script |
tr.php | Aux. | Configuration script |
zh-cn.error.php | Aux. | Configuration script |
zh-cn.php | Aux. | Configuration script |
zh-tw.error.php | Aux. | Configuration script |
zh-tw.php | Aux. | Configuration script |
Files (45) | / | themes |
File | Role | Description | ||
---|---|---|---|---|
cleargray (2 files) | ||||
default (2 files) | ||||
index.html | Data | Empty page |
Files (45) | / | themes | / | cleargray |
File | Role | Description |
---|---|---|
index.html | Doc. | Documentation |
theme.css | Data | Auxiliary data |
Files (45) | / | themes | / | default |
File | Role | Description |
---|---|---|
index.html | Data | Empty page |
theme.css | Data | Auxiliary data |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
drives_info-2024-11-28.zip 109KB | |
drives_info-2024-11-28.tar.gz 96KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
PHP Backwards Compatibility Library | .zip .tar.gz | Support new php features | Conditional |
Ascoos Framework 24 | .zip .tar.gz | Require Ascoos Framework >= 24.0.1 | Required |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.