XFileSharing Pro - Issue nginx fileserve can not added Torrent Mod

Message
Author
idupload
Posts: 97
Joined: Jun 04, 2010 7:46 am

Issue nginx fileserve can not added Torrent Mod

#1 Postby idupload » Mar 19, 2011 2:37 am

Issue nginx fileserve can not added Torrent Mod

admin or somebody can help me to install torrent inside fileserve?

because in fileserve nginx torrent mod can not launch...

I need advised for this issue.
let me know the command tutorial to settings.

Thank you

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Mar 19, 2011 7:16 am

There's install instructions in zip file of torrent mod.

idupload
Posts: 97
Joined: Jun 04, 2010 7:46 am

#3 Postby idupload » Mar 19, 2011 5:30 pm

admin wrote:There's install instructions in zip file of torrent mod.
I already upload into directory :
cd /var/www/domains/cgi-bin/Torrents
and give permission to workdir folder and all its subfolder to 777
bitflu.pl to 755
bitflu.pid, torrent.log, .bitflu.config, .bitflu.config.backup to 666

Enable "Torrents download mod" in site settings "Mods" tab.

Enable "Torrent downloads" for user types in "Users Limits" tabs in site settings.

Go to Server Edit page and enable "Torrent engine" checkbox for required fileserver.

Go to Torrents admin area and use "Start engine" button to start torrent engine.
You should get such message: "STARTED:123" where 123 is PID of torrent process.

Now you can upload .torrent files using special Torrents upload form.


and if :
* If you get errors when using "Start engine" button, try to run torrent engine from SSH console:
change dir to Torrents folder and run "./bitflu.pl", it should go to background.

* You can check if bitflu.pl daemon is running with this command from SSH console: "ps ax|grep bitflu"

* You can kill bitflu.pl daemon with this command from SSH console: "killall bitflu.pl"

please give me tutorial into fileserve nginx... thank you