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)) {
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)) {