Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2024-11-03 (1 month ago) | | Not yet rated by the users | | Total: 13 | | All time: 11,435 This week: 63 |
|
Description | | Author |
This package can retrieve the version and state of servers running through the Ascoos Web Extended Studio (AWES) suite.
After the package is installed on any Web server, AWES returns a JSON file with the status, version, and other information of the servers running under the AWES supervision.
The package then visualizes them in a display block so that the page visitor can see them.
The package also provides the ability to display the version of each server. Innovation Award
November 2024
Nominee
Vote |
PHP depends on several programs to run well on the same server machine on which PHP is running, like the database server, the Web server, etc...
This package can check the running status of several server programs at once.
This way the programs' status can be displayed in a dashboard that server administrators can check very quickly.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 13x |
|
Instructions
You can see a demo here
This package requires: Ascoos Web Extended Studio 24.1.1 and above
You can download latest version from HERE
Example
<?php
/**
* __ _ ___ ___ ___ ___ ___ ____ _ __ ___ ___
* / _` |/ / / __/ _ \ / _ \ / / / __/| '_ ` _ \ / /
* | (_| |\ \| (_| (_) | (_) |\ \ | (__ | | | | | |\ \
* \__,_|/__/ \___\___/ \___/ /__/ \___\|_| |_| |_|/__/
*
*
*************************************************************************************
* @ASCOOS-NAME : ASCOOS CMS 24' *
* @ASCOOS-VERSION : 24.0.0 *
* @ASCOOS-CATEGORY : Kernel (Frontend and Administration Side) *
* @ASCOOS-CREATOR : Drogidis Christos *
* @ASCOOS-SITE : www.ascoos.com *
* @ASCOOS-LICENSE : [Commercial] http://docs.ascoos.com/lics/ascoos/AGL-F.html *
* @ASCOOS-COPYRIGHT : Copyright (c) 2007 - 2023, AlexSoft Software. *
*************************************************************************************
*
* @package : Ascoos Web Extended Studio - Servers Status
* @subpackage : Main Executable File
* @source : /awes-info/index.php
* @version : 1.0.0
* @created : 2024-10-31 22:00:00 UTC+3
* @updated :
* @author : Drogidis Christos
* @authorSite : www.alexsoft.gr
* @license : AGL-F
*
* @since PHP 5.6.40
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ascoos Web Extended Studio</title>
<link rel="stylesheet" href="assets/css/reset.css" type="text/css" />
<link rel="stylesheet" href="assets/css/main.css" type="text/css" />
<script type="text/javascript" src="assets/js/jquery.js" charset="UTF-8"></script>
</head>
<body>
<div class="efp-template">
<?php require_once('awes-info.php'); ?>
</div>
</body>
</html>
|
Details
Description
This package can retrieve the version and state of servers running through the Ascoos Web Extended Studio (AWES) suite.
After the package is installed on any Web server, and this address is declared in the AWES settings, it (AWES), periodically sends to this package a JSON file with the status, version and other information of the servers running under the supervision of AWES.
The package then undertakes to visualize them in a display block, so that the visitor of the page can see them.
The package also provides the ability to display or not the version of each server.
Requires :
Ascoos Web Extended Studio 24.1.1 and above
Downloads
SourceForge Download Statistics
Installation and use this library
-
Download latest release
-
Unzip package in your working directory on any web server
-
Select `Send data to web page` from the AWES settings.
-
Indicate the URL that you have installed this package and the time to resend data.
-
Validate the settings, and after the stated time, AWES will start sending the information to the packet repeatedly.
-
Run the index.php and it will appear in about the following:
Awards
No awards at the moment
Contributing
This is an open source project, open to anyone.
Contributions are welcome github
Feedback
Please send any feedback or suggestions to X Ascoos account or create an issue on Ascoos Projects Issues.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.