GITLAB

Ting Chan / palertx_web

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • palertx_web
  • view
  • stoprecord.php
  • cf76164e6   20190709 Browse Code ยป
    Ting Chan
    2019-07-09 10:19:16 +0800  
stoprecord.php 504 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
<?php 
include"config.php";

$buff2=chr(1);
       $buff2.=chr(2);
       $buff2.=chr(0);
       $buff2.=chr(0);
       $buff2.=chr(0);
       $buff2.=chr(6);
       $buff2.=chr(1);
       $buff2.=chr(6);
       $buff2.=chr(0);
       $buff2.=chr(0xec);
       $buff2.=chr(0);
       $buff2.=chr(0);
     //enable: 01 02 00 00 00 06 01 06 01 04 00 01
     //disable: 01 02 00 00 00 06 01 06 01 04 00 00

$class=new Tcpconnection($buff2);
  

  
$class->connect();

       ?>