Install Rapidleech on a VPS without Panel

Status
Not open for further replies.

snkr007

Banned
Banned
847
2009
92
0
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!
 
13 comments
Download file plugins and move them to hosts->download folder and replace if any existing...sorry i could not post the commands cuz i dont know Centos or ubuntu myself.. :P
 
sorry to go offtopic but snkr bro i m waiting for u to give me script ... :s with rar and mtn support , the one in the above post doesnt have mtn :/
 
Status
Not open for further replies.
Back
Top