Thread: Peers Problem
View Single Post
  #3  
Old 26th July 2021, 00:18
DrMedConner DrMedConner is offline
Member
 
Join Date: Apr 2019
Posts: 12
Default Thats the Problem
Thats the Problem my error log says all is okey no Errors in Apache or Mysql my Announce log do all what he need to do but he just kick the client out

i think the Clientlist is the Problem

if (substr($peer_id, 0, 3) == '-qB') {
return StdDecodePeerId(substr($peer_id, 3, 7) , "qBittorrent");
}

if (preg_match('/^-lt0D(\d+)/i', $peer_id, $nspc)) {
return "Rtorrent 0.9.".$nspc[1]; }
Reply With Quote