stopstream.php
410 Bytes
<?php 
include"config.php";
    
     
 $buff3=chr(1);
       $buff3.=chr(2);
       $buff3.=chr(0);
       $buff3.=chr(0);
       $buff3.=chr(0);
       $buff3.=chr(6);
       $buff3.=chr(1);
       $buff3.=chr(6);
       $buff3.=chr(1);
       $buff3.=chr(4);
       $buff3.=chr(0);
       $buff3.=chr(0);
 $class=new Tcpconnection($buff3);
  
  
$class->connect();
?>