Download Latest Version drives_info-1.0.0.zip (118.4 kB)
Email in envelope

Get an email when there's a new version of Disk Drives Informations

Home / 1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
drives_info-1.0.0.zip 2024-11-28 118.4 kB
README.md 2024-11-28 1.6 kB
Totals: 2 Items   120.0 kB 2

How to use the package.

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.

Installation

Κατεβάστε και εγκαταστήστε το Ascoos Framework 24 από τα Github - PHPClasses - Sourceforge.

Στο αρχείο index.php, προσαρμόστε το μονοπάτι ώστε να ταιριάζει με το μονοπάτι που βρίσκεται το Ascoos Framework 24.

:::php
// Load Ascoos Framework 24.
require_once "[YOUR ROOT SITE PATH]/afw/autoload.php";

Configure the package

    conf/config.php
  • Change the presets according to your needs.

    [ '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.


Source: README.md, updated 2024-11-28