Status
Not open for further replies.

-={MINDFREAK}=-

Active Member
194
2011
4
20
hello friends,
i have installed cpanel over centos 5.5 64bit and installed torrentflux in cpanel but unrar function is not working properly and below is the error which i am getting.
Code:
X-Powered-By: PHP/5.2.17
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-type: text/html
Regards,
MindFreak
 
11 comments
That is not an error. It shows the options when unrar was run.

Try using unrar with a file during an ssh sesssion. It might give you an error.
 
if this is not an error than why unrar not working in my torrentflux???
i have install rar and unrar on server with these commands
Code:
# wget http://rarlab.com/rar/rarlinux-3.7.1.tar.gz
# tar xvzf rarlinux*
# cd rar
# make
# make install
 
Alright, that looks fine, however what did the box respond with after running that?

*More so after the make and make install commands.
 
root@stewie [/rar]# make
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
root@stewie [/rar]# make install
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib

Similar to this?
 
does anyone know how to create rar of downloaded files on torrentflux-b4rt download folder. or add create rar to torrentflux-b4rt. i tried on SSH it works but i dunno how to make that command on php?
 
Status
Not open for further replies.
Back
Top