Wednesday 11 May 2011

Rapidleech installation on VPS Centos 5

Install apache + php5

yum install httpd
yum install php php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc
service httpd start
chkconfig httpd on

cd /var/www/html
wget http://rapidleech.googlecode.com/files/rapidleech-svn322.zip
unzip *.zip
cp -r r322/* /var/www/html/
rm -r -f r322
chmod 777 files
chmod 777 configs
cd configs
chmod 777 files.lst

Restart

Done

http://Ip_address

4 comments:

tukang instal said...

it's nice to se this article. But what if i'm using ubuntu ? is this same method ?

Unix baby said...

Please refer the below URL to install Rapidleech for UBUNTU

http://unixnethost.blogspot.com/2011/05/rapidleech-installation-for-ubuntu.html

We hope that this tutorial will helpful to you.

Unknown said...

how can i add premium account ?
Thanks

Unix baby said...

Hello John,

you can add the premium account in accounts.php.

Post a Comment