View Single Post
  #1  
Old 28th December 2017, 16:37
Extremlym's Avatar
Extremlym Extremlym is offline
Senior Member
 
Join Date: Oct 2012
P2P
Posts: 102
Default TORRENT UPLOAD ERROR
Hello i have an error when i upload some torrents
when i upload torrent fkgdlkgjdl.torrent is sayng Please be sure to select a torrent category
After i try again uploadind the same torrent with the same setts it works !

i don;t understand where is the error ?
can any of you have any ideea ????




PHP Code:
$catid = ($_POST["type"]); if (!is_valid_id($catid))      $message T_("UPLOAD_NO_CAT");      if (!validfilename($fname))        $message T_("UPLOAD_INVALID_FILENAME"); 
Reply With Quote