Installing Rapidleech on CentOS 5 VPS without control panel by RapidleechHosting.NeT

Status
Not open for further replies.

freecbc3

Banned
Banned
891
2010
3
0
Let start the tutorial

1. If you don’t have any webserver installed on your machine, then you need to setup it first. We need Apache and PHP 5. Just remember that Rapidleech only works on PHP 5 environment.

2* login to ssh using putty

3* enter your ip

4* username 90% is root

5* passwords : your passwords tht the provider give you

6* apply commend below

Code:
yum install httpd

Code:
yum install php php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc

Code:
service httpd start

Code:
chkconfig httpd on

7* Install rapidleech

Code:
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

now you can finish open your ip in your browser ex http://67.23.166.44/

8* create FTP ACCOUNT

Code:
useradd test
NB : you can change "test " to what ever user you want

now create passwords
Code:
passwd test

NB : you can change "test " to what ever pw you want

now you can open your ftp by using
FTP Server : IP
FTPuser: your user tht u have create
FTP PW : the pw tht u have create

this tutorial has been add from Rapidleech TorrentFlux Hosting

NB: if you need any help fell free to ask
Regards
 
35 comments
i hv a VPS,,,,, i it has installed rl's as i hv ftp access..... but can anyone tell me how to remove everthing so that i can install Rapidleech by this method
 
Good tut.

However, it seems that you are using port 80 of apache. I already had a website running on this.

Can I install rapidleech on different port or service? Virtualhost?
EDIT: YES
I figured out the virtualhosts. user.com will go to my webserver while user1.com will go to rapidleech page.

However, I tested rapidleech on /var/www/html it works, I got the rapidleech webpage.

I moved it to /home/user1/www

I got permission errors when opening the webpage user1.com. I do not understand why.

I did follow your steps (chmod 777) on
/home/user1/www
chmod 777 files
chmod 777 configs
cd configs
chmod 777 files.lst

EDIT: After some reading, I learned that I have to chmod +x on user1 directory, so apache can excute these files, etc. http://wiki.apache.org/httpd/13PermissionDenied
 
Last edited:
Nice tutorials :)

And instead of using Apache, I convert it for using Lighttpd under Debian. Here is some sort tutorials for installing Rapidleech in a Debian VPS :

1. Upgrade and update the VPS
# apt-get update && apt-get upgrade
2. Remove the Apache
#apt-get remove apache or
#apt-get remove apache2
3. Install the Lighttpd
#apt-get install lighttpd
4. Enable lighttpd simple vhost, and restart lighttpd
#lighttpd-enable-mod simple-vhost
5. Installing the php
#apt-get install php5-cgi
6. Modify the php handler, and restart lighttpd
#cat > /etc/lighttpd/conf-enabled/10-cgi-php.conf
server.modules += ("mod_cgi")
cgi.assign = (".php" => "/usr/bin/php5-cgi") ^D
#/etc/init.d/lighttpd force-reload
7. Disable mysql, since we did not need it for Rapidleech
#/etc/init.d/mysql stop
#chkconfig mysql off

I am using Debian VPS and lighttpd for my Private Rapidleech server, because it use small memory ( ~ 20mb only)
After it all done, we just need to download the Rapidleech script, and follow the installation tutorials :)
 
Hi,
Yeah... I know what was the problem. I have downloaded bad rl. I have downloaded again one from google and now all is working... ;/
my mistake
 
Status
Not open for further replies.
Back
Top