PDA

View Full Version : Upload failed! What the hell did you upload? This is not a bencoded file!



Anaksulnamun
11-11-2012, 11:30 PM
Mình upload 1 bản music video mà bị lỗi trên, không biết là tại sao?
File torrent: http://www.mediafire.com/?5w18fhxszbjis6r


Trên diễn đàn utorrent có báo:
"Inform the tracker that they need to fix their code to handle negative numbers."

Do lỗi tracker không chấp nhận các số trị zero hoặc âm


The problem is in the benc.php file
To fix this Find
PHP Code:

if (preg_match('/^i(\d+)e/', $s, $m)) {


change to:
PHP Code:

if (preg_match('/^i(-{0,1}\d+)e/', $s, $m)) {

LTT
12-11-2012, 12:00 AM
OK đã kiểm tra và fix. Thanks bạn nha. :D