Results 1 to 2 of 2
-
11-11-2012 11:30 PM #1
Upload failed! What the hell did you upload? This is not a bencoded file!
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)) {Last edited by Anaksulnamun; 11-11-2012 at 11:44 PM.
-
12-11-2012 12:00 AM #2
OK đã kiểm tra và fix. Thanks bạn nha.
Không có gì là không thể !