Wednesday, October 22, 2008

How to setup password on RapidLeech ?


Sometime you don't want other people to see your RapidLeech server. So you can turn on this function in RapidLeech by setup a username & password. After turning this function, you will see the message at the homepage of RapidLeech:



Just enter your user & pass that you have already setup.
Here is step by step to do this:

1. Open config.php using notepad (or any editor).
2. Find $login = false;



3. Set to this:
$login = true;
$users = array('user1' => 'pass1');
where user1 means your Username and pass1 means your password



4. If you want to set multiple user & pass, you can add more username like this:
$users = array('user1' => 'pass1' , 'user2' => 'pass2' );



5.Save the file and upload it to the web server.
6.Now it will ask for user name and password every time the page is opened.


No comments:

Post a Comment