Hii Friends,

I am going to describe the method for installing Rapidleech on a VPS without any Panel...

1. First thing is to install Apache and PHP 5.

yum install httpd
yum install php php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc
2. Start httpd.

service httpd start
3. Go to var/www/html and download rapidleech script.I am using v43 (r383) here.

Code: 
cd /var/www/html
wget http://rapidleech.googlecode.com/files/Rapidleech_23_v43_svn383.zip
4. Unzip the file and give Proper Permission.

unzip Rapidleech_23_v43_svn383.zip
cd /var/www/html/r383
chmod 777 files
chmod 777 configs
cd configs
chmod 777 files.lst
5. Restart the server...

shutdown -r 0
Hope you like it!
snkr007 Reviewed by snkr007 on . Install Rapidleech on a VPS without Panel Hii Friends, I am going to describe the method for installing Rapidleech on a VPS without any Panel... 1. First thing is to install Apache and PHP 5. 2. Start httpd. 3. Go to var/www/html and download rapidleech script.I am using v43 (r383) here. Rating: 5