https://github.com/Alanaktion/php-landing
A beautifully simple PHP server landing page
https://github.com/Alanaktion/php-landing
landing-page php
Last synced: 7 months ago
JSON representation
A beautifully simple PHP server landing page
- Host: GitHub
- URL: https://github.com/Alanaktion/php-landing
- Owner: Alanaktion
- Created: 2013-09-08T02:48:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T15:15:51.000Z (over 3 years ago)
- Last Synced: 2024-08-14T10:15:21.620Z (11 months ago)
- Topics: landing-page, php
- Language: PHP
- Size: 238 KB
- Stars: 27
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# php-landing
A nice landing page with statistics about your server

## Requirements
Linux, macOS, or Windows web server, and PHP 7+.
Linux systems show the most accurate CPU information if the mpstat command is available. On Ubuntu, run:
```bash
sudo apt-get install sysstat
```Not all systems currently display all metrics.
## Installation
Copy `index.php` to a web accessible directory on your server.
If you want to customize the text and appearance, copy the variables from the top of the `index.php` file to a new file called `config.php`, and edit them there. This will allow you to update the `index.php` file in the future without losing your changes.
## Demo
You can see this page in-use on several of my web servers, including my current [primary testing server, Ava](https://ava.alanaktion.net/).