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

Status
Not open for further replies.
I did everyting according to 1st post and it works :)

But, I have a new problem with rapidleech program. After I insert a link and press on transload button, I got the following error:

"Value for $secretkey is empty, please create a random one (56 chars max) in accounts.php!"

I searched the internet. This is a solution.

go to configs/accounts.php
see
$secretkey = '';
replc with
$secretkey = 'ilovetohelp';

How to do this using PUTTY application?

Best regards.
 
Download WinSCP[google it] and login with your IP , root id and password go to var/www/html/config folder and you will find accounts.php file

just edit that file and it will work properly
 
I did everyting according to 1st post and it works :)

But, I have a new problem with rapidleech program. After I insert a link and press on transload button, I got the following error:

"Value for $secretkey is empty, please create a random one (56 chars max) in accounts.php!"

I searched the internet. This is a solution.

go to configs/accounts.php
see
$secretkey = '';
replc with
$secretkey = 'ilovetohelp';

How to do this using PUTTY application?

Best regards.

Open a putty session; and do;

nano /var/www/html/configs/accounts.php

Use arrows to move around edit what you need.

ctrl+x (save)
Then type 'y' to confirm changes and hit enter.

If nano isn't working...

yum install nano

or from source:

cd /usr/src/
wget http://www.nano-editor.org/dist/v2.2/nano-2.2.6.tar.gz
tar xf nano-2.2.6.tar.gz
cd nano-2.2.6
./configure && make && make install

Simplest way is to use the FTP tutorial or WinSCP has they have mentioned.
 
I did everyting according to 1st post and it works :)

But, I have a new problem with rapidleech program. After I insert a link and press on transload button, I got the following error:

"Value for $secretkey is empty, please create a random one (56 chars max) in accounts.php!"

I searched the internet. This is a solution.

go to configs/accounts.php
see
$secretkey = '';
replc with
$secretkey = 'ilovetohelp';

How to do this using PUTTY application?

Best regards.

mate u can use any program tht support SFtp
LIKE WINSCP like FlashFXP

or u can use the tut here

nano= edit
nano file directory
 
All you need is LAMP on your server. Download RAPIDLEECH, upload via FTP and run. Why are you all making this so difficult?
 
Hello,

does anyone know how if I follow the above tutorial to install Rapidleech, I could also install a torrent client.

I would prefer RuTorrent but I don't know if that would be easy to install w/Centos and no control panel?

Is KTorrent or anything other than TorrentFlux an option?

I thank you in advance.


Best regards,

cowboyup910
 
Status
Not open for further replies.
Back
Top