Pages

Sabtu, 26 April 2014

Pemeberitahuan Koneksi Internet via Loginpage Mikrotik

Agar User Hotspot Mikrotik tahu apakah internet anda sedang online atau offline dibawah ini panduan sederhananya.

1. edit file login.html dan letakkkan coding dibawah ini dimana saja dan jangan lupa disave

<center><img src='http://s26.postimg.org/ce70rb3a1/internet_up_hostpot.jpg'
onerror="this.src='img/internet_down_hostpot.jpg'"/align="middle"></center>

2.buka new termina dan masukkan script dibawah ini

/ip hotspot walled-garden
add action=allow disabled=no dst-host=s26.postimg.org dst-port=80

3.masih di new terminal tambahkan juga script dibawah ini

/tool netwatch
add comment=internet-down-hotspot disabled=no down-script=":local dumplist [/ip hotspot active find]\r\
    \n:foreach i in=\$dumplist do={\r\
    \n    /ip hotspot active remove \$i\r\
    \n}\r\
    \n:local dumplist [/ip hotspot cookie find]\r\
    \n:foreach i in=\$dumplist do={\r\
    \n    /ip hotspot cookie remove \$i\r\
    \n}" host=8.8.8.8 interval=30s timeout=1s up-script=""

4.Masukkan file internet_down_hostpot.jpg pada folder hotspot/img mikrotik anda

5. Selamat Mencoba. Dan Terima kasih

Tidak ada komentar:

Posting Komentar