
Server Up/Down Dashboard
This project creates a dashboard that shows whether servers are responding to pings. The dashboard refreshes every 10 seconds and the ping output is given a background color based on the response. (Green – UP, […]
This project creates a dashboard that shows whether servers are responding to pings. The dashboard refreshes every 10 seconds and the ping output is given a background color based on the response. (Green – UP, […]
This app adds to the Ping App we previously created with if/else conditionals based on the results from the ping command. For this example we simply print out text, but you could format text with […]
This web app is used to ping a website or IP address. With this code we use shell_exec() function with a preformatted command and then feed it the value for the website/ IP address. This […]
This project allows you to send commands directly to the Linux OS and print out the results on a web page. This can be useful for creating web based administrative controls for a server, or […]
Copyright © 2023 | MH Magazine WordPress Theme by MH Themes