update system
This commit is contained in:
72
template/system/ban_ip.html
Normal file
72
template/system/ban_ip.html
Normal file
@@ -0,0 +1,72 @@
|
||||
<div class="global-breadcrumb-container">
|
||||
<a href="/admin/system"> Cài đặt chung </a>
|
||||
<a href=""> Chặn IP xấu truy cập website </a>
|
||||
</div>
|
||||
|
||||
<div class="max-w-[1141px] flex flex-wrap items-start m-[0_auto_16px_auto]">
|
||||
<div
|
||||
class="w-[100%] p-[11px_16px] bg-white m-[0_0_16px] rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] leading-[18px]">
|
||||
<p class="font-bold text-[20px] leading-[26px] mb-[5px] block"> Chặn IP xấu truy cập website </p>
|
||||
<p class="text-[14px] text-[#6B7280]">Chức năng này cho phép bạn ngăn chặn một số địa chỉ IP truy cập vào
|
||||
website. Thường dùng
|
||||
để chặn đối thủ hoặc
|
||||
những
|
||||
người có mục đích xấu muốn phá hoại website của bạn</p>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="w-[270px] m-[0_16px_0_0] bg-white rounded-[10px] shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)] font-[500] leading-[24px] overflow-hidden">
|
||||
<a href="javascript:void(0)" style="color: #Fff;background: #0041E8;"
|
||||
class="block p-[6px_16px] text-[#919699] hover:text-[#fff] hover:bg-[#0041E8] transition">
|
||||
Thông tin
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="w-[852px]">
|
||||
<div class="p-[15px] bg-white rounded-[15px_15px_0_0] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<b class="block text-[20px] mb-[10px]">Nhập IP cần cấm (mỗi IP 1 dòng)</b>
|
||||
<div class="flex items-center">
|
||||
Bạn có thể xem địa chỉ IP tại <a href="/admin/report/visitor" class="text-[#0041E8] ml-[5px]">Báo cáo
|
||||
truy
|
||||
cập</a>. Để loại bỏ
|
||||
IP khỏi danh sách cấm, xóa IP
|
||||
trong danh sách
|
||||
và cập nhật
|
||||
lại.
|
||||
</div>
|
||||
|
||||
<div class="flex mt-[15px]">
|
||||
<textarea name="" id=""
|
||||
class="p-[15px] w-[400px] h-[350px] border-[1px] border-[#D8D8D8] rounded-[4px]">103.123.97.250
|
||||
72.35.247.140
|
||||
151.80.39.52
|
||||
151.80.39.228
|
||||
151.80.39.*
|
||||
151.80.39.0/255
|
||||
94.198.55.223
|
||||
94.198.55.*
|
||||
94.198.55.0/255
|
||||
5.62.61.213
|
||||
113.166.92.31
|
||||
14.164.185.*
|
||||
144.76.60.98
|
||||
46.159.119.174
|
||||
123.30.175.83</textarea>
|
||||
<div class="text-[#6B7280] italic ml-[15px] mt-[15px]">
|
||||
<p>Hỗ trợ các định dạng: 127.0.0.1</p>
|
||||
<p>172.0.0.*</p>
|
||||
<p>173.0.*.*</p>
|
||||
<p>126.1.0.0/24</p>
|
||||
<p>125.0.0.1-125.0.0.9</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div
|
||||
class="p-[15px] bg-white border-t-[6px] border-[#FAFAFB] rounded-[0_0_15px_15px] shadow-[0px_1px_1px_0px_#0000001A]">
|
||||
<input type="submit" value="Cập nhật"
|
||||
class="inline-block mt-[20px] cursor-pointer h-[32px] bg-[#0041E8] text-[#fff] rounded-[4px] font-[500] p-[0_11px]" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user