Results 1 to 2 of 2
  1. #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.

  2. #2
    Trong tim một ai đó!
    Join Date
    Nov 2011
    Location
    Quang Ninh
    Posts
    32
    OK đã kiểm tra và fix. Thanks bạn nha.
    Không có gì là không thể !

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •