need prog
-
i need a prog to send messages to administrator or account holder's mobile through bluetooth or any other means when an unauthorised person tries to access any system login or user account or any sort of login form.
-
That's nice. Perhaps you should break your problem down into small, logical steps which you can do - consider it a form of "idea refactoring"
first we should develop a login page and we should connect it to database. some password and username are to be stored in the database. whenever any other person tries to enter or give any worng details then it should match with database data and if it is incorrect then an event should be done. it should alert the main user by sending an sms to his mobile. i actually didnot get any idea for performing this last event that is how to handle the operation and how to connect the mobile to the database or the system
-
first we should develop a login page and we should connect it to database. some password and username are to be stored in the database. whenever any other person tries to enter or give any worng details then it should match with database data and if it is incorrect then an event should be done. it should alert the main user by sending an sms to his mobile. i actually didnot get any idea for performing this last event that is how to handle the operation and how to connect the mobile to the database or the system
Seems like one of the more idiotic ideas I have seen here, some things you need to think of for yourself. This will only work if the user id is correct and the password is wrong - you cannot match on an incorrect user id This is the perfect way to piss off a colleague, get his userid and keep entering an incorrect password - he/she gets a text every time - great fun for a practical joker. It is a fairly simple exercise to register the mobile of a user and there are PC => SMS services you can use to send the SMS.
Never underestimate the power of human stupidity RAH
-
Seems like one of the more idiotic ideas I have seen here, some things you need to think of for yourself. This will only work if the user id is correct and the password is wrong - you cannot match on an incorrect user id This is the perfect way to piss off a colleague, get his userid and keep entering an incorrect password - he/she gets a text every time - great fun for a practical joker. It is a fairly simple exercise to register the mobile of a user and there are PC => SMS services you can use to send the SMS.
Never underestimate the power of human stupidity RAH