Network MAP PHP
Problem this snippet solves: Hi all,
Here is a PHP script to use if you want to present you network map to a NOC or to the Application Support & Maintenance Services.
This replicate Network Map...
Published Nov 16, 2016
Version 1.0renato_martins_
Nimbostratus
Joined May 05, 2019
renato_martins_
Nimbostratus
Joined May 05, 2019
renato_martins_
Jul 18, 2017Nimbostratus
Hi Maneesh,
I have used Ubuntu with Apache and PHP. sudo apt-get install apache2 php5 libapache2-mod-php5
Configure the virtual server on apache, make sure that the service is running.
Create a .php file and paste the script code and save it. Copy the file to the Apache folder (the default is /var/www/html if am not wrong).
Access it in server host by using http://172.0.0.1/.php
I hope that this information helps.