The request to rTorrent has timed out.
/var/www/rutorrent/conf/config.php
Code:
<?php
// configuration parameters
@define('HTTP_USER_AGENT', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008052906 Firefox/3.0', true);
@define('HTTP_TIME_OUT', 30, true); // in seconds
@define('HTTP_USE_GZIP', true, true);
@define('RPC_TIME_OUT', 15, true); // in seconds
@define('LOG_RPC_CALLS', false, true);
@define('LOG_RPC_FAULTS', true, true);
$do_diagnostic = true;
$log_file = '/tmp/errors.log'; // path to log file (comment or make empty to disable logging)
$saveUploadedTorrents = true;
$topDirectory = '/home/rtor/torrents/'; // Upper available directory. Absolute path with trail slash.
$scgi_port = 0;
$scgi_host = "unix:///tmp/rpc.socket";
$XMLRPCMountPoint = "/RPC2";
$pathToPHP = ''; // Something like /bin/php. If empty, will be founded in PATH.
$pathToCurl = ''; // Something like /bin/curl. If empty, will be founded in PATH.
// For web->rtorrent link through unix domain socket
// (scgi_local in rtorrent conf file), change variables
// above to something like this:
//
// $scgi_port = 0;
// $scgi_host = "unix:///tmp/rpc.socket";
?>
/var/www/rutorrent/plugins/create/config.php
Code:
<?php
// configuration parameters
define('MAX_CONSOLE_SIZE',25,true);
$useExternal = true; // Valid choices:
// false - use internal realization (may be too slow for large files)
// "transmissioncli" - use program transmissioncli (see
http://www.transmissionbt.com/)
// "createtorrent" - use program createtorrent (see
http://www.createtorrent.com)
// "mktorrent" - use program createtorrent (see
http://mktorrent.sourceforge.net)
// "buildtorrent" - use program buildtorrent (see
http://claudiusmaximus.goto10.org/cm/torrent.html)
$pathToCreatetorrent = '/usr/local/bin/mktorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be founded in PATH.
?>
Permission
Code:
drwxrwxrwx 5 rtor rtor 4096 Mar 12 10:44 .
drwxrwxrwx 10 rtor rtor 4096 Mar 12 11:41 ..
drwxrwxrwx 6 rtor rtor 4096 Mar 12 10:44 .svn
-rwxrwxrwx 1 rtor rtor 4775 Mar 12 10:44 action.php
-rwxrwxrwx 1 rtor rtor 600 Mar 12 10:44 buildtorrent.sh
-rwxrwxrwx 1 rtor rtor 732 Mar 12 11:19 conf.php
-rwxrwxrwx 1 rtor rtor 2417 Mar 12 10:44 correct.php
-rwxrwxrwx 1 rtor rtor 1356 Mar 12 10:44 create.css
-rwxrwxrwx 1 rtor rtor 2656 Mar 12 10:44 createtorrent.php
-rwxrwxrwx 1 rtor rtor 600 Mar 12 10:44 createtorrent.sh
drwxrwxrwx 3 rtor rtor 4096 Mar 12 10:44 images
-rwxrwxrwx 1 rtor rtor 8711 Mar 12 10:44 init.js
-rwxrwxrwx 1 rtor rtor 472 Mar 12 10:44 init.php
-rwxrwxrwx 1 rtor rtor 400 Mar 12 10:44 inner.sh
-rwxrwxrwx 1 rtor rtor 57 Mar 12 10:44 konqueror.css
drwxrwxrwx 3 rtor rtor 4096 Mar 12 10:44 lang
-rwxrwxrwx 1 rtor rtor 599 Mar 12 10:44 mktorrent.sh
-rwxrwxrwx 1 rtor rtor 111 Mar 12 10:44 plugin.info
-rwxrwxrwx 1 rtor rtor 610 Mar 12 10:44 transmissioncli.sh