Search the Community
Showing results for tags 'password'.
-
Hi . It turns out that I have a txt that contains a list of emails and passwords separated by ( example: dadaffsggd@gmail.com: 415423 gjfhhfnddbb@gmail.com: 823361 gagaggsvv@hotmail.ar: 784232 What I want to obtain is to separate two variables from that list, one with the mail and the other with the password. #mail = dadaffsggd@gmail.com # password = 415423 The list is quite large. I hope your help
-
Hello, I was wondering if anyone knows how to hide a password in a ui text box? I don't see any option to hide the password with bullets like most logins have. Is there a solution for this? Thanks for your help!
-
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