Lindungi pasword content anda dengan web page Password Protect dengan hanya menambahkan satu baris PHP kode pada sumber halaman Anda. Script akan Hadir DENGAN Bentuk entri kata sandi, Dan TIDAK akan membiarkan pengunjung Melihat hal Konten Pribadi Anda Tanpa memberikan kata sandi.
Multiple user accounts support, improved security, automatic logout, and manual logout feature.
Usage:
*Save password_protect.php somewhere on your
server
*Update it with your desired password or login/
password pair. Use any plain text editor to
accomplish this step. Sample editors: Notepad
(Windows) or vi (Unix).
*Open script in your browser with "help" parameter to
see the line of code to add to every page you would
like to be password protected.
Example: password_protect.php?help
It will show you protection code to include into your
pages. Sample protection code would look like this
(yours will be different):
password_protect.php"); ?>
*Add that line of code to each php page you would
like to protect at the very beginning of the page
source (it must be the first line).
For example you want to protect page protect-
me.php. Open it for editing, and add the protection
string (see above on how to get the protection
string) at the beginning. So resulting code would
look like
password_protect.php"); ?>
... here, at the second line starts your page code ...
Download: Web Page Password
0 komentar:
Posting Komentar