htpasswd -c .htpasswd mythick cock
Then i get command not found...
What should i do?>
Then i get command not found...
What should i do?>
$pass = $ENV{'QUERY_STRING'};
$passcrypt = crypt($pass,$pass);
print "Content-type: text/html\n\n";
print "\|$passcrypt\|\n";
print "\n";

Comment