DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

Biometrics Authentication with PHP

rated by 0 users
This post has 20 Replies | 2 Followers

Top 150 Contributor
Posts 8
Points 160
majikero Posted: 01-22-2008 4:43 PM

hey guy's  can anyone help about this... i have a problem with my thesis, the account must be accessible with Fingerprint biometrics using PHP can ony please please help me... and i have to defend my thesis this Jan 31. and the only problem is that Biometrics authentication with PHP....

 

  

“The most overlooked advantage of owning a computer is that if they foul up there are no law against whacking them around a bit.”
  • | Post Points: 50
Top 10 Contributor
Posts 951
Points 22,725

uh -oh, defense mo na next week tapos wala ka pang nagagawa?! Surprise

 

http://devpinoy.org/blogs/cruizer
Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
  • | Post Points: 20
Top 150 Contributor
Posts 8
Points 160

actually sir meron na akong gawa it's a PHP & MySql based Online Student Information System Limited to our course department. parang semi enrolment system pero puro information lang. My problem is yung access nang student account gusto nang dean namin by biometric yung access nang account hindi na username and password... sana meron makatulong sa akin.. hayzzzz....

“The most overlooked advantage of owning a computer is that if they foul up there are no law against whacking them around a bit.”
  • | Post Points: 35
Top 10 Contributor
Posts 951
Points 22,725

first of all kailangan mo ng device na biometric ang input, like fingerprint reader.

second, you must devise a way to be able to access that device from a web app. siguro ActiveX control (makes your system Internet Explorer-only) or a signed Java desktop applet with permissions to access local resources like hardware

http://devpinoy.org/blogs/cruizer
Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
  • | Post Points: 20
Top 150 Contributor
Posts 8
Points 160

ummm pede po paki elaborate more i mean yung step by step sir.. meron akong gamit d2 APC biopod sabi nila i need SDK in order to use it. pero hindi ko alam kung panu gagawin. beginner pa lang ako sa PHP and nakakatuwa naman isipin pero hindi namin pinagaralan sa school ang PHP pero yung ang pinagawa sa amin kaya medyo pressure kaming lahat.. waaaah.. hope you can help me sir.

“The most overlooked advantage of owning a computer is that if they foul up there are no law against whacking them around a bit.”
  • | Post Points: 20
Top 10 Contributor
Posts 951
Points 22,725

i'm afraid labas na sa PHP yan, kasi walang ganyang capability ang PHP. kailangan mo pag aralan gumawa ng either ActiveX control (siguro sa VB6 or C++) or Java signed applet para mag-access nyang biometric device. then kailangan kausapin ng ActiveX control yun browser para maibigay yun data na isesend papunta sa PHP app mo.

http://devpinoy.org/blogs/cruizer
Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
  • | Post Points: 5
Top 10 Contributor
Posts 328
Points 4,130

Hala sige. Defense mo n pla...hehehe...heto mag-research ka muna: hxxp://netbooks.wordpress.com/category/php/

devpinoy sig
  • | Post Points: 20
Top 100 Contributor
Posts 11
Points 160

an easier way will be. the biometrics will be a seperate application but uses the same database as the web app. kapag may nag log in sa biometric mo mag create ng record in the database. then your web app may refresh time to check the database for any log on attemp to verify yung user.

 good luck!

 

 

  • | Post Points: 5
Top 100 Contributor
Posts 12
Points 165

majikero:

hey guy's  can anyone help about this... i have a problem with my thesis, the account must be accessible with Fingerprint biometrics using PHP can ony please please help me... and i have to defend my thesis this Jan 31. and the only problem is that Biometrics authentication with PHP....

 

  

 

Short answer: NO. you can't do that with PHP alone.

LOng answer: I have no idea how you could possibly implement this in so little time. hehehe 

  • | Post Points: 5
Top 75 Contributor
Posts 23
Points 370

majikero:

hey guy's  can anyone help about this... i have a problem with my thesis, the account must be accessible with Fingerprint biometrics using PHP can ony please please help me... and i have to defend my thesis this Jan 31. and the only problem is that Biometrics authentication with PHP....

 

  

 

 hmmm you really cant do it on php alone... im currently developing a payroll system... the plan is to make it web based so it can also be accessed from the main company in japan... heres the twist it also needs biometrics.. so we come with this plan.. the scanning will be a windows application.. we are goin to use C#.net and it will be connected to mySQL databse... then data will be processed through the web application.. wel thats the plan.. hope it works...

Top 150 Contributor
Posts 8
Points 160

Hi Guyz! wow did'nt expect that my thread is still here.. anyway i already got it and the dean said that i don't have to use  biometrics anymore i only have to do is to develop an Online Enrollement System and in GOD grace i finish my thesis and i Graduated nah.. hehehe! Close Book na yung Thread na ito.

“The most overlooked advantage of owning a computer is that if they foul up there are no law against whacking them around a bit.”
  • | Post Points: 20
Top 10 Contributor
Posts 951
Points 22,725

hey congrats!

no offense though -- pero hanggang ngayon ba hindi pa matapos-tapos yang mga online enrollment system na thesis?! Surprise

http://devpinoy.org/blogs/cruizer
Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
  • | Post Points: 20
Top 10 Contributor
Posts 1,967
Points 39,230

cruizer:

hey congrats!

no offense though -- pero hanggang ngayon ba hindi pa matapos-tapos yang mga online enrollment system na thesis?! Surprise

 

 Enrollment systems as a thesis is not that bad... I know it's been done far more times that should have been but the thing about Enrollment systems is that it involves a lot of workflow(if it is real enrolment system) that makes it an ideal application to build because of complexities tied to the enrollment process.

It might be boring but you could make it a rockstar application by adding a lot of eyecandies and advance technologies.

devpinoy sig

  • | Post Points: 20
Top 10 Contributor
Posts 951
Points 22,725

not that bad, but not that good either. why not take another application which heavily depends on workflow as well?

http://devpinoy.org/blogs/cruizer
Naglalayong buksan at palayain ang kamalayan ng Pinoy .NET developer
  • | Post Points: 20
Top 10 Contributor
Posts 1,967
Points 39,230

cruizer:

not that bad, but not that good either. why not take another application which heavily depends on workflow as well?

 

 That's also true. I think the real question should be "Why can't students find a good application to build as their thesis that utilizes good technologies and a lot of workflows?".  Smile

devpinoy sig

  • | Post Points: 20
Page 1 of 2 (21 items) 1 2 Next > | RSS

Copyright DevPinoy 2005-2008