Skip to content

LupeCode/Check-Server-Status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Server Status

PHP Script that check if a server is online or not.

Installation

  • Clone this repo in your web folder.
  • Add your servers in the servers.xml file.

Example :

<servers>
	<server id="42">
		<name>Home Server</name>
		<host>myserver.com</host>
		<port>80</port>
	</server>
</servers>
  • Access the index.php page.

Screenshot

Main

About

PHP Script that check if a server is online or not

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.8%
  • JavaScript 8.2%