You are logged in
28 |If nothing happens, click here
29 |├── README.md
├── alogin.html
├── conf.js
├── css
└── style.css
├── error.html
├── errors-en.txt
├── errors.txt
├── favicon.ico
├── img
├── password.svg
├── user.svg
└── voucher.svg
├── login.html
├── logout.html
├── md5.js
├── radvert.html
├── redirect.html
├── rlogin.html
├── status.html
└── xml
├── WISPAccessGatewayParam.xsd
├── alogin.html
├── error.html
├── flogout.html
├── login.html
├── logout.html
└── rlogin.html
/README.md:
--------------------------------------------------------------------------------
1 | # new-hotspot-01
2 |
3 | ## config
4 | edit file conf.js
5 |
6 | - setCase : untuk mengatur input huruf besar(uppercase) atau huruf kecil(lowercase).
7 | - defaultMode : mengatur tampilan utama login page, voucher atau member(user & password).
8 |
9 | ```javascript
10 | var config = {
11 |
12 | loginvc : "Masukkan Kode Voucher kemudian klik Connect.",
13 | loginup : "Masukkan Username dan Password
kemudian klik Connect.",
14 | voucherCode : "Kode Voucher",
15 | setCase : "none", // lowercase, uppercase or none
16 | defaultMode : "voucher", // voucher or member
17 | theme : "default", // default, dark, lite
18 |
19 | // status expire
20 |
21 | url : "https://demo.mikhmon.online", // url server Mikhmon
22 | SessionName : "demo",
23 |
24 | }
25 | ```
26 |
--------------------------------------------------------------------------------
/alogin.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
If nothing happens, click here
29 |Log in page: $(link-login)
18 |Powered by MikroTik RouterOS
70 | 71 |Username | $(username) |
IP address | $(ip) |
MAC address | $(mac) |
Session time | $(uptime) |
Time left | $(session-time-left) |
Bytes up / down: | $(bytes-in-nice) / $(bytes-out-nice) |
If nothing happens, open advertisement manually.
36 |