Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Uploading a torrent. (http://www.bvlist.com/showthread.php?t=9438)

romano1 24th August 2013 11:24

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.";}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.:mad:


All times are GMT +2. The time now is 02:12.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.