Şifre php ile db erişimi olmadan bir sayfayı korumak

0 Cevap php

Bu db erişimi olmayan bir sayfa parola ile korumak mümkün mü? Ben sadece birkaç sayfa olabilir. Ama ben şifresini değiştirmek ve aynı zamanda oturumları vb kaydetmek gerekir Ve bu üretim sahası için olduğu gibi ben güvenli bir yol istiyorum!

Nasıl md5 sonra config.php saklamak için öyle:

 <?php
 username="admin"; 
 password="1a1dc91c907325c69271ddf0c944bc72";
 ?>

If this is a good idea, is there a way to restrict access to this php from only one script called check.php or something?

0 Cevap