Open haseebhk22 opened 5 years ago
Please show your code.
Please show your code.
Here is my code `<?php include("zklib/zklib.php");
$zk = new ZKLib("192.168.2.200", 4370);
$ret = $zk->connect();
var_dump($ret);exit();
sleep(1);
if ( $ret ):
$zk->disableDevice();
sleep(1);
?>`
and $ret return False
For new Firmware is support ADMS, I recommend you to using AMDS, it's direct communication from Attendance machine to ADMS, then you can read database in ADMS for use in your Attendance System.
mysql: Host: localhost user: root port: 83306
password is empty
I have change the ip address in the test but in return nothing is show on test page then i open the test and echo the connection variable and i got false means connection is not made. can anyone help me please