News: xbtit 3.1 is here now.
if (strpos($agent, 'uTorrent') !== false) { $agent = preg_replace('/\(|\)/','',$agent); }$clientlist = array('qBittorrent/4.1.8', 'Deluge 1.3.11', 'Deluge 1.3.6', 'Transmission/2.94', 'Transmission/2.03', 'rtorrent/0.9.2/0.13.2', 'Azureus 5.7.6.0;Windows 10;Java 1.8.0_221', 'uTorrent/221025154', 'uTorrent/22023071', 'uTorrent/32228500', 'uTorrentMac/187043796');if(str_replace($clientlist, '', $agent) != $agent){ $good=good;} else { show_error("Client Error! Must read http://www.xxxxxxx/clientguide.html"); die("error");}