in Search
     
Latest post 09-19-2008 9:10 AM by keithrull. 20 replies.
Page 1 of 2 (21 items) 1 2 Next >
Sort Posts: Previous Next
  • 01-22-2008 4:43 PM

    • majikero
    • Top 150 Contributor
    • Joined on 01-23-2008
    • Calamba, Laguna
    • Posts 8
    • Points 160

    Biometrics Authentication with PHP

    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
  • 01-22-2008 8:00 PM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-14-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: Biometrics Authentication with PHP

    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
  • 01-22-2008 8:47 PM In reply to

    • majikero
    • Top 150 Contributor
    • Joined on 01-23-2008
    • Calamba, Laguna
    • Posts 8
    • Points 160

    Re: Biometrics Authentication with PHP

    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
  • 01-22-2008 9:37 PM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-14-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: Biometrics Authentication with PHP

    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
  • 01-22-2008 11:08 PM In reply to

    • majikero
    • Top 150 Contributor
    • Joined on 01-23-2008
    • Calamba, Laguna
    • Posts 8
    • Points 160

    Re: Biometrics Authentication with PHP

    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
  • 01-22-2008 11:41 PM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-14-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: Biometrics Authentication with PHP

    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
  • 01-23-2008 12:36 AM In reply to

    • marl
    • Top 10 Contributor
    • Joined on 12-15-2007
    • Long Beach, CA
    • Posts 319
    • Points 3,995

    Re: Biometrics Authentication with PHP

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

    devpinoy sig
    • Post Points: 20
  • 01-23-2008 1:17 AM In reply to

    • cocolevy
    • Top 100 Contributor
    • Joined on 02-20-2007
    • Posts 11
    • Points 160

    Re: Biometrics Authentication with PHP

    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
  • 01-25-2008 6:10 AM In reply to

    Re: Biometrics Authentication with PHP

    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
  • 02-12-2008 12:39 AM In reply to

    • fabs
    • Top 75 Contributor
    • Joined on 12-06-2007
    • Posts 23
    • Points 370

    Re: Biometrics Authentication with PHP

    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...

    Filed under: , ,
    • Post Points: 20
  • 09-09-2008 4:43 PM In reply to

    • majikero
    • Top 150 Contributor
    • Joined on 01-23-2008
    • Calamba, Laguna
    • Posts 8
    • Points 160

    Re: Biometrics Authentication with PHP

    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
  • 09-09-2008 6:42 PM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-14-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: Biometrics Authentication with PHP

    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
  • 09-12-2008 9:19 AM In reply to

    • keithrull
    • Top 10 Contributor
    • Joined on 08-08-2005
    • San Diego, CA
    • Posts 1,956
    • Points 39,255

    Re: Biometrics Authentication with PHP

    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
  • 09-14-2008 2:54 AM In reply to

    • cruizer
    • Top 10 Contributor
    • Joined on 12-14-2005
    • Singapore
    • Posts 944
    • Points 22,590

    Re: Biometrics Authentication with PHP

    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
  • 09-15-2008 8:28 AM In reply to

    • keithrull
    • Top 10 Contributor
    • Joined on 08-08-2005
    • San Diego, CA
    • Posts 1,956
    • Points 39,255

    Re: Biometrics Authentication with PHP

    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 >