Oui pardon

C'est bien de buildtorrent que je voulais parler.
Essaye de l'installer, pour moi çà donne çà :
<?php
// configuration parameters
@define('MAX_CONSOLE_SIZE',25,true);
$useExternal = "buildtorrent"; // Valid choices:
// false - use internal realization (may be too slow for large files)
// "transmissioncli" - use program transmissioncli (see [url]http://www.transmissionbt.com/)[/url]
// "transmissioncreate" - use program transmissioncreate (see [url]http://www.transmissionbt.com/)[/url]
// "createtorrent" - use program createtorrent (see [url]http://www.createtorrent.com[/url])
// "mktorrent" - use program createtorrent (see [url]http://mktorrent.sourceforge.net[/url])
// "buildtorrent" - use program buildtorrent (see [url]http://claudiusmaximus.goto10.org/cm/torrent.html)[/url]
$pathToCreatetorrent = '/usr/local/bin/buildtorrent'; // Something like /bin/createtorrent, or /bin/transmissioncli. If empty, program will be founded in PATH.
$pathToExternals["pgrep"] = ''; // Something like /usr/bin/pgrep. If empty, will be founded in PATH.
?>