View Single Post
  #1  
Old 24th August 2013, 11:24
romano1's Avatar
romano1 romano1 is offline
Senior Member
 
Join Date: Jan 2012
Portugal
Posts: 107
Default Uploading a torrent.
Hello,
can someone help me?
i keep geting this error when i upload a torrent in my tracker script: "TORRENT: Dieses ist aber keine gültige Torrent-Datei." the translation is:"But this is not a valid torrent file"
this happens not to all but to some torrents i make.
does anybody nows what is wrong?
the code is this:

PHP Code:
///// Weitere Verarbeitung und Kontrolle //////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////
// -> Inhalt der .torrent überprüfen
if($fout != true){
$dict bdec_file($tmpname$GLOBALS["MAX_TORRENT_SIZE"]);
if (!isset(
$dict)){$fout true$fout_info "TORRENT: Dieses ist aber keine gültige Torrent-Datei.<br />";}else{$fout false;}


Edit:
and if i erase this code it says: "
Schwerwiegender Fehler

Die Datei ist kein BEnc-Dictionary."

Fatal Error
The file is not a Benc Dictionary.

Bump: ok, for anyone who have this proble, i have made a torrent with other sofware, besides utorrent and it worked, dont now why.
Reply With Quote