How to Password Protect Your RapidLeech Script ? How to setup password on rapidleech? how to secure my rapidleech?
How to Password Protect a RapidLeech Installation ?
2) You will see a file config.php 3) open this file for editing [in notepad or any other text editor]
4) find the line 'login' => false, [use find function in notepad by pressing F3]
5) Replace :
'login' => false,
to
'login' => true,
6) then in the next line, you will see :
'users' =>
array (
'test' => 'test',
),
7) change first test to your user name, second test to your pass
e.g. 'mido' => '123456',
where mido is your username and 123456 is your password.
8) Now, it should look like this :
'users' =>
array (
'mido' => '123456',
),
where mido is your username and 123456 is your password.
9) Save this file and your password protection will be active.
Now it will ask for user name and password every time the page is opened.
How to setup password on rapidleech? how to secure my rapidleech? quick quide to make your Rapidleech password protected
1) Login to your CPanel and Go to configs folder via File Manager.2) You will see a file config.php 3) open this file for editing [in notepad or any other text editor]
4) find the line 'login' => false, [use find function in notepad by pressing F3]
5) Replace :
'login' => false,
to
'login' => true,
6) then in the next line, you will see :
'users' =>
array (
'test' => 'test',
),
7) change first test to your user name, second test to your pass
e.g. 'mido' => '123456',
where mido is your username and 123456 is your password.
8) Now, it should look like this :
'users' =>
array (
'mido' => '123456',
),
where mido is your username and 123456 is your password.
9) Save this file and your password protection will be active.
Now it will ask for user name and password every time the page is opened.
Categories:
Rapidleech FAQ
,
Rapidleech Tutorial
Subscribe to:
Post Comments
(
Atom
)
0 Post a Comment :
Post a Comment
Spam = Trash