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.
4. Unzip the file and give Proper Permission.
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.yum install httpd
yum install php php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc
3. Go to var/www/html and download rapidleech script.I am using v43 (r383) here.service httpd start
Code:
cd /var/www/html
wget http://rapidleech.googlecode.com/files/Rapidleech_23_v43_svn383.zip
5. Restart the server...unzip Rapidleech_23_v43_svn383.zip
cd /var/www/html/r383
chmod 777 files
chmod 777 configs
cd configs
chmod 777 files.lst
Hope you like it!shutdown -r 0