When link is UP, user will see the following status.
When link is DOWN , user will see the following status.
In your local web server (If using IIS its C:\inetpub\wwwroot\) Create a new html file and name it netstatus.html,
Now paste the following code it in.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| <head> <meta name="description" content="NAE INTERNET STATUS INFO PAGE by SYED JAHANZAIB"> <title>GLASSLINE (Pvt) Ltd. INTERNET SERVICE STATUS INFO PAGE by SYED JAHANZAIB</title> </head> <center><img src='http://i53.tinypic.com/2wrozd2.gif' onerror="this.src='gl-netdown.gif'" / align="middle"><p> </p> </center> <p align="center"> </p> <p align="center"><span style="text-decoration: overline"> <strong> <font color="#008080" size="4"><br> ~!~ Press F5 to Refresh the Current Status ~!~<br> <br> </font> <font color="#FF0000" size="4">(You must be connected via dialer in order to view the Live internet status)</font></strong></span><p> </p> |
To implement this idea in a HOTSPOT environment, Please view the following link.
1
| http://wiki.mikrotik.com/wiki/Notify_your_customers_internet_is_down,_monitor_connectivity |
No comments:
Post a Comment