kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
194 stars 176 forks source link

Test Page in Blank #2

Open dannwolf opened 7 years ago

dannwolf commented 7 years ago

the php test is not working... any help?

kamshory commented 7 years ago

Did device have user data?

dannwolf commented 7 years ago

i think yes, the divice have user data

freelanceknight commented 6 years ago

Same Problem Here. No solution I guess.

pyaeswin commented 6 years ago

i think changing port number at new firmware version

MuhammadFaizanKhan commented 5 years ago

whats the solution same problem is here

freelanceknight commented 5 years ago

Well I used sql driver to fetch the data from the machine's db and then made a curl to send it to my server database. This is not a perfect solution I know but something is better than nothing I guess.. Cheers.

MuhammadFaizanKhan commented 5 years ago

Can you write a separate repo for it?

samirqumsieh commented 4 years ago

change the "error_reporting(0)" to "error_reporting(1)" in zklibrary.php then reload the page and you will get a glance at what the issue is.