create torrent help

jith45

Member
May 25, 2018
960
0
16
When creating a torrent nothing happens except the loader bar at the bottom is loading nothing is coming up in the console box and i have set the right paths in the config file in the create folder

any help thanks
 

shwetha17

Member
May 24, 2018
785
0
16
perhaps you aren't letting it run long enough.

I'd recommend using buildtorrent and setting it up in the config....in my opinion, it's more reliable than the default.
 

somus1735

Member
May 25, 2018
833
0
16
Installed buildtorrent and changed config but still aint working lefted for an hour but its a no go
 

jith45

Member
May 25, 2018
960
0
16
then chances are your problem is due to not having a command line php installed or having it in a non-standard place.

show me the output of:
Code:
php -v
which php

and the contents of your rutorrent/conf/config.php (or rutorrent/conf/users/USERNAME/config.php for authentication/multiuser)
 

das329717

Member
May 25, 2018
928
0
16
PHP 5.2.0-8+etch16 (cli) (built: Nov 24 2009 11:14:47)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies


Code:
<?php
// configuration parameters

// for snoopy client
@define(&#39;HTTP_USER_AGENT&#39;, &#39;Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.9) Gecko/2008052906 Firefox/3.0&#39;, true);
@define(&#39;HTTP_TIME_OUT&#39;, 30, true); // in seconds
@define(&#39;HTTP_USE_GZIP&#39;, true, true);

@define(&#39;RPC_TIME_OUT&#39;, 5, true); // in seconds

@define(&#39;LOG_RPC_CALLS&#39;, false, true);
@define(&#39;LOG_RPC_FAULTS&#39;, true, true);

// for php
@define(&#39;PHP_USE_GZIP&#39;, false, true);
@define(&#39;PHP_GZIP_LEVEL&#39;, 2, true);

$do_diagnostic = true;
$log_file = &#39;/tmp/errors.log&#39;; // path to log file (comment or make empty to disable logging)
$saveUploadedTorrents = false;

$topDirectory = &#39;/&#39;; // Upper available directory. Absolute path with trail slash.
$forbidUserSettings = false;

$scgi_port = 5000;
$scgi_host = "127.0.0.1";

$XMLRPCMountPoint = "/RPC2"; // DO NOT DELETE THIS LINE!!! DO NOT COMMENT THIS LINE!!!

$pathToExternals = array(
"php" => &#39;/usr/bin/php&#39;, // Something like /usr/bin/php. If empty, will be founded in PATH.
"curl" => &#39;/usr/local/bin/curl&#39;, // Something like /usr/bin/curl. If empty, will be founded in PATH.
"gzip" => &#39;/usr/lib/klibc/bin/gzip&#39;, // Something like /usr/bin/gzip. If empty, will be founded in PATH.
"id" => &#39;/usr/bin/id&#39;, // Something like /usr/bin/id. 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";

?>
 

shwetha17

Member
May 24, 2018
785
0
16
then there has to be something wrong wiht your php install.

show output of the webserver error logs.

try updating to php 5.3

those are 2 things i can think of.

Is this rutorrent 3.1? If not, upgrade to 3.1

If it is 3.1 try latest svn.