Search the Community
Showing results for tags 'protect'.
-
FULL WALK THROUGH VIDEO OF PREVIOUS PANELS COMPARED TO NEW SYSTEM AND MODS Skip to 3 minutes in to see the new system.. This code is for a Web Based Licensed Admin Panel. Easy to access from Desktop, Mobile, Tablet, and all other platforms. To overwrite your existing UbotLocker installation or fresh install. Technologies used to make this theme better and cool: – HTML5 – CSS3 – BootStrap – jQuery – JavaScript – PhotoShop – Theme originally by Waqar Updated all files to run on latest PHP 5.6 and 7+ and Supported MySQL
- 95 replies
-
- 2
-
- tj gaushas
- tjgaushas
-
(and 5 more)
Tagged with:
-
Hi all, My fisrt contribution, hope you ll like it. This is an astuce to protect your compiled boot with loggin and password, simply by using an "htaccess" protection : HOW TO : 1) Fisrt : make an html page with like this : mypage.html <html> <head> <META NAME="keywords" CONTENT="passwordok"> <title>Hello dolly</title> </head> <body> hello dolly </body> </html> 2) Protect this page with htacess : (Login and password) 3) Then tell the bot to connect to this page using : http://login:pass@my...com/mypage.html