Popular Products
Popular Products
Recent Products
Template Voucher By Mitra Hotspot
<?php
// Copy Paste ke template editor [Settings -> Template Editor].
if(substr($validity,-1) == "d"){
$validity = "MASA AKTIF : ".substr($validity,0,-1)." Hari";
}else if(substr($validity,-1) == "h"){
$validity = "MASA AKTIF : ".substr($validity,0,-1)."Jam";
}
if(substr($timelimit,-1) == "d" & strlen($timelimit) >3){
$timelimit = "Durasi:".((substr($timelimit,0,-1)*7) + substr($timelimit, 2,1))." Hari";
}else if(substr($timelimit,-1) == "d"){
$timelimit = "Durasi:".substr($timelimit,0,-1)." Hari";
}else if(substr($timelimit,-1) == "h"){
$timelimit = "Durasi:".substr($timelimit,0,-1)."Jam";
}else if(substr($timelimit,-1) == "w"){
$timelimit = "Durasi:".(substr($timelimit,0,-1)*7)." Hari";
}else if(substr($timelimit,-1) == "m"){
$timelimit = "Durasi:".substr($timelimit,0,-1)." Menit";
}
/*
Sesuikan harga dan warna masing-masing.
warna bisa dilihat di https://material.io/guidelines/style/color.html#color-color-palette
variable $color
background-color:<?php echo $color;?>; -webkit-print-color-adjust: exact;
ditambahkan ke style di tag html yang ingin dikasi warna. untuk template ini warna ditaruh di keterangan harga <-- Price --> line 81
*/
if($getsprice == "000"){ $color = "#323333";} // jika harga == "1000" maka warna = "#01579B"
elseif($getsprice == "2000"){ $color = "#0f80bd";}
elseif($getsprice == "0000"){ $color = "#0f80bd";}
elseif($getsprice == "000"){ $color = "#228B22";}
elseif($getsprice == "000"){ $color = "#228B22";}
elseif($getsprice == "000"){ $color = "#228B22";}
elseif($getsprice == "0000"){ $color = "#8B008B";}
elseif($getsprice == "000"){ $color = "#8B008B";}
elseif($getsprice == "000"){ $color = "#8B008B";}
elseif($getsprice == "0000"){ $color = "#E65100";}
elseif($getsprice == "000"){ $color = "#E65100";}
elseif($getsprice == "000"){ $color = "#E65100";}
elseif($getsprice == "0000"){ $color = "#FF1493";}
elseif($getsprice == "000"){ $color = "#FF1493";}
elseif($getsprice == "000"){ $color = "#FF1493";}
elseif($getsprice == "0000"){ $color = "#E60C00";}
elseif($getsprice == "0000"){ $color = "#158c8c";}
elseif($getsprice == "000"){ $color = "#505723";}
elseif($getsprice == "000"){ $color = "#158c8c";}
elseif($getsprice == "000"){ $color = "#FF1493";}
elseif($getsprice == "000"){ $color = "#323333";}
// ini yang dicopy untuk menambah warna berdarsarkan harga, kemudian paste di atas baris // else color
// else color
else{ $color = "#323333";}
?>
<!--mks-mulai-->
<style>
.qrcode{
height:50px;
width:50px;
}
</style> <table style="display: inline-block;border-collapse: collapse;border: 1px solid #666;margin: 2.5px;width: 185px;overflow:hidden;position:relative;padding: 0px;margin: 1px;border: 1px solid #000000;">
<tbody>
<tr>
<td style="color:#666;" valign="top">
<table style="width:100%;">
<tbody>
<tr>
<td style="width:75px">
<div style="position:relative;z-index:-1;padding: 0px;float:left;">
<div style="position:absolute;top:0;display:inline;margin-top:-100px;width: 0; height: 0; border-top: 230px solid transparent;border-left: 50px solid transparent;border-right:140px solid #DCDCDC; "></div>
</div>
<img style="margin:2px 0 0 5px;" width="80" height="30" src="<?php echo $logo;?>" alt="logo">
</td>
<td style="width:115px">
<div style="float:right;margin-top:-6px;margin-right:0px;width:5%;text-align:right;font-size:7px;">
</div>
<div style="text-align:right;font-weight:bold;font-family:Tahoma;font-size:15px;padding-left:17px;color:<?php echo $color ?>">
<small style="font-size:10px;margin-left:-17px;position:absolute;"><?= explode(" ",$price)[0]?></small><?= explode(" ",$price)[1]?>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="color:#666;border-collapse: collapse;" valign="top">
<table style="width:100%;border-collapse: collapse;">
<tbody>
<tr>
<td style="width:95px"valign="top" >
<div style="clear:both;color:#555;margin-top:2px;margin-bottom:2.5px;">
<?php if($usermode == "vc"){?>
<!-- Voucher : Username = Password -->
<div style="padding:0px;border-bottom:1px solid<?php echo $color ?>;text-align:center;font-weight:bold;font-size:10px;">VOUCHER</div>
<div style="padding:0px;border-bottom:1px solid<?php echo $color ?>;text-align:center;font-weight:bold;font-size:14px;;color:#000000;"><?php echo $username;?></div>
<?php }elseif($usermode == "up"){?>
<!-- Voucher : Username & Password -->
<div style="padding:0px;border-bottom:1px solid<?php echo $color ?>;text-align:center;font-weight:bold;font-size:14px;;color:#000000;"><small>User:</small><?php echo $username;?></div>
<div style="padding:0px;border-bottom:1px solid<?php echo $color ?>;text-align:center;font-weight:bold;font-size:14px;;color:#000000;"><small>Pass:</small><?php echo $password;?></div>
<?php }?>
</div>
<div style="text-align:center;color:#111;font-size:7px;font-weight:bold;margin:0px;padding:2.5px;">
cek status/Logout: http://<?php echo $dnsname;?>
</div>
</td>
<td style="width:100px;text-align:right;">
<div style="clear:both;padding:0 2.5px;font-size:7px;font-weight:bold;color:#000000">
<?php echo $validity;?><br> <?php echo $timelimit;?> <?php echo $datalimit;?>
</div>
<div style="float:right;padding:1px;text-align:right;width:70%;margin:0 5px -20px 0;"><?= $qrcode ?></div>
</td>
</tr>
<tr>
<td style="background:<?php echo $color ?>;color:#666;padding:0px;" valign="top" colspan="2">
<div style="text-align:left;color:#fff;font-size:8px;font-weight:bold;margin:0px;padding:2.5px;">
Jangan buang sebelum habis
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--mks-akhir-->
Rocket M5 Rp 1.380.000,-
Rocket M Seamlessly Integrates with AirMax BaseStation and Rocket Antennas
Rocket M and AirMax BaseStation/Rocket Antennas have been designed to seamlessly work together. Installing Rocket M on AirMax BaseStation/Rocket Antennas requires no special tools, you simply snap it into place with the mount provided with the Antennas.
Features :
Rocket M5 is a powerful outdoor unit for the 5 GHz band designed for direct mounting on the OUTSIDE antenna series UBNT AirMAX. Unit allows for real communication speeds up to 150 Mbps. Thus the unit can simply create the backbone connections or access points.
Another advantage is in addition to high data transfer rates thanks to the use of 802.11n standard time multiplex TDMA, which allows the unit in the AP to connect more than 300 clients, and low latency.
The output of the MIMO antenna AirMAX RSMA are 2 connectors in the waterproof design.
Web administration is very simple and clear. You can set as:
AP mode, client or WDS
traffic shaping
QoS
between WAN and LAN routing and transparent bridge, with or without NAT NAT
antenna polarization (vertical / horizontal / adaptive)
disable or enable the output to an external antenna
signal strength, which correspond to the specific signaling LED
output power up to 27 dBi
Included is a 24 V power supply and PoE injector.
Specifications :
- Operation mode AP, Client, WDS
- Frequence 5,47 - 5,825 GHz
- DHCP yes
- Transmission speed 300 Mbps
- Standards 802.11a/nChipset Atheros
- Output for an external antenna 2x rev. SMA male
- TX Power regulation yes
- Sensitivity -96 dBm
- Modulation OFDM
- Encryption WEP 64/128/152, WPA, WPA2, 802.1X
- LAN port 1x RJ45 10/100 Mbps
- Default IP 192.168.1.20
- Default name ubnt
- Default password ubnt
- Power supply 24 V, 1 A
- Operational temperature -30 - 75 °C
- Dimension 160 x 80 x 30 mm
- Interface LAN, WiFI
- Supported OS AirOS V
- Max. power 27 dBm
- Procesor Atheros MIPS 24KC, 400 MHz
- RAM 64 MB
- NAND 8 MB
Datasheet - rocketM5_DS.pdf
Rocket M5 Airmax
Code : ROCKETM5
Harga : Rp 1.380.000,-
( harga tidak mengikat dan sewaktu - waktu bisa berupah )
UniFi AP Outddor 500 mW Rp 1.888.000,-
Unifi AP Outdoor - perkembangan terbaru dari perusahaan Ubiquiti Networks (UBNT). dirancang untuk membuat jaringan WiFi yang lebih luas, desain dan casing luar yang tahan terhadap cuaca cocok untuk penggunaan eksternal. Unifi AP Outdoor ini di dukung dengan dua antenna omni-directional dan opsional Ethernet port, perangkat dapat digunakan sebagai sebuah AP dan sebagai repeater universal. Daya Ubiquiti Unifi AP-Outdoor memungkinkan Anda untuk membuat cakupan Wi-Fi radius sinyal Hingga 600 meter dengan bandwidth 300 Mbps dan mampu bekerja sebagai bagian dari Unifi jaringan Anda dengan perangkat lain dalam seri ini. Sekarang, jaringan nirkabel Anda tidak terbatas pada dinding ruangan. kini Anda dapat mengakses baik di dalam ruangan maupun di luar ruangan dan tetap akan terus bisa menggunakan layanan jaringan tanpa terputus hubungan.
Spesifikasi UniFi Outdoor
|
|
measurements
|
20 x 20 x 3.65 см
|
weight
|
430 гр
|
network interface
|
1 х 10/100 Ethernet
|
buttons
|
Reset
|
measurements
|
integrated 2x2 MIMO
|
weight
|
802.11 b / g / n (2.4 GHz)
|
network interface
|
Passive Power over Ethernet 12-24 In, 24V 0.5A PoE adapter included
|
buttons
|
4 W
|
antenna
|
20 dBm
|
The Wi-Fi
|
Up to 4 independent networks to channel
|
food
|
supported
|
The maximum power consumption
|
WEP, WPA-PSK, WPA-TKIP, WPA2 AES, 802.11i
|
Maximum transmitter power
|
CE, FCC, IC
|
BSSID
|
wall / ceiling (brackets included)
|
Energy saving
|
-10 to +70 C
|
safety
|
5 to 95% (condensing)
|
Certificates
|
|
installation
|
802.1Q
|
operating temperature
|
limit user bandwidth
|
humidity
|
supported
|
Enhanced traffic management
|
Voice, Video, Best Effort, and Background
|
VLAN
|
more than 100
|
Advanced QoS
|
|
Guest traffic isolation
|
6.5 Mbps .. 300 Mbps (MCS0 - MCS15, HT 20/40)
|
WMM
|
1, 2, 5.5, 11 Mbps
|
The number of simultaneous clients
|
6, 9, 12, 18, 24, 36, 48, 54 Mbps
|
Supported data transfer
|
802.11n
|
802.11b
|
|
802.11g
|
UniFi AP Outddor 500 mW
Code : UAP-Outdoor
Harga : Rp 1.888.000,-
( Garansi 1 Tahun )