MySql,PHP,Apache

create a dame: dbface
create a db user: face
password: face@123
create table: log_data

log_data table with structure:
    #	Name	    Type	        Collation	        Attributes	Null	Default	Comments	Extra	
	1	id Primary	int(10)			                                No	    None		        AUTO_INCREMENT		
	2	user_id	    varchar(50)	    latin1_swedish_ci		        Yes	    NULL				
	3	iomode	    int(3)			                                Yes	    NULL				
	4	verifymode	int(3)			                                Yes	    NULL				
	5	regtime	    datetime			                            Yes	    NULL				
	6	valid	    int(3)			                                Yes	    NULL				
	7	device_id	varchar(255)    latin1_swedish_ci		        Yes	    NULL				

edit config.php (if the db credentiials are different)
    $dbh = new PDO('mysql:host=localhost;port=3306;dbname=dbface', 'face', 'face@123', array( PDO::ATTR_PERSISTENT => false));

create subdomain(Example): face.xxxxxx.xx
add subdomain in DNS (face)
wait for 1 hour time, Let DNS propagate 
copy the code into face.xxxxxx.xx

Dynamic Face Device:
Power On Device, Touch the Screen, Press ESC
Click Settings Icon
DevSet => Set COMM => Net Mode => Internet
		   => Server Set => DNS => Yes
	              		 => Server Name => abc.appstime.in (your DNS name)
		      		 => SerPortNo => 80
				 => Time Out => 10
		   => Ethernet 	 => Link Net => WIFI
				=> DHCP => Yes
				=> Search Ap => Silicon ACT (Your Router) => Router Password

	=> update url using NetSet (Run as Administrator)
		Setver Set Menu ->
			Select DHCP
			Select DNS
			Server Name: face.appstime.in (give customer server name)
			Click Set (See for, Device info setting success...)	
	=> update device serial number using FKManager (Run as Administrator)
Enroll Employee:
Click Settings Icon
Employee->Register
    ->ID (Enter User ID)
    ->Face (Register Face)
    
Information:
(Verify Mode Codes send to server app   
33= Finger
35 = Card
42 = Face)


Mark Attendance:
Home-> (Place Face Camera Box)

refresh and check the attendance data received in log_data table
--------------------------------------------------------------------------------
General Face Device:
Power On Device
System->
Comm->Mode->Internet
Server->Server->face.xxxxxx.xx
Server->SN->2345601 (5 Org + 2 Dev = 7 digits)
WiFi->Enable->Yes
WiFi->DHCP->Yes
WiFi->Search->(Select Router)->(Enter Wifi Password)
Enroll Employee:
User->New->Enroll->RegFace
