Multiuser Phone Book system – Open Source – My First Release in PHP
I find it difficult to track my phone numbers as it is getting complex list. When I try my iphone, I find it difficult to get the right person as it contains one time occasional contacts, regular contacts and work related folks! It ran into 300+ entries. Some of them, it is hard even to find when it is needed. Hence, I started to write a small project in php and this is my first release on that. It will be revised further until I find a good standalone application. I tried to have it global and multiuser system. Likely, I could get a logic to implement a multi-user system. You can have an account and keep on adding it. No one can see your contacts as it is restricted by your user id. You can check this way: If you have two user ids, one user id phones are not known to another user id!
You can test drive the web site in http://phone.notesbit.com, register an account and play with it. If you need additional details (of course, you will need) feel free to update that in comments.
If you need the source code, You can contact me at admin@notesbit.com. It has install help script too. If you like to partner with me, I welcome it. It is up to you to decide! I can share create an Linux account for you to test drive your codes! Of course, I may need your full details.
Lot of people requested me to upload the scripts. Be patient: I am still refining or modifying scripts
Note:No one, including admin can see the password – it is encrypted with 256 bit (not 56 or 128) level one way algorithm. I wanted to make this very secure system.
As of Aug 2010, following users tested the scripts:
+———————–+——————————————+
| username | pass |
+———————–+——————————————+
| yukimail | 1d213f430**********************f5512b739 |
| das | bebabb62f**********************603fce05c |
| cippTest | 6367c48dd**********************5e529f5ee |
| a | 86f7e437f**********************a377667b8 |
| jotto | 10915c524**********************f1e4b486a |
| windowman1934@aol.com | cb8b5e8da**********************137500fdf |
| demo | 89e495e79**********************23ccd4c91 |
| abdulnassirali | 3851e4f30**********************a27ebc92f |
| ranguleo | a409ed9aa**********************e93d6a08b |
| admin | d033e22ae**********************50c4da997 |
| dalas | 7c4a8d09c**********************494f8941b |
| qwerty | 6216f8a75**********************e3fc086c2 |
| 11111 | 7c4a8d09c**********************494f8941b |
| michaeld | 5baa61e4c**********************b7ee68fd8 |
| bashkim | 40bd00156**********************ecbdbbeef |
| alalila | 70352f410**********************a70c3b38b |
| lambros | a94a8fe5c**********************7982fbbd3 |
| andrew | 5baa61e4c**********************b7ee68fd8 |
| syed | 904752ad9**********************de0618702 |
| dbhatt | 0affa73ca**********************1e61fdbb7 |
| skim | fe766a4c1**********************ccffea9e2 |
| hello2 | 0f1defd51**********************ea2bf4fff |
| nova2k | 7c4a8d09c**********************494f8941b |
| aaa | 7e240de74**********************91462a815 |
| testtest | 51abb9636**********************85c8f114c |
| kareem | 7110eda4d**********************c0d2c0220 |
| java | d033e22ae**********************50c4da997 |
| joker400 | 7c4a8d09c**********************494f8941b |
| rnvprasad | 800ed77b4**********************4ed5b51ec |
| rrrr | e950c1517**********************01a7cf11c |
| elad | 992d14fa1**********************de8b93915 |
| minos | 5f70fd050**********************b5dd766b4 |
| dave76 | 40bd00156**********************ecbdbbeef |
| aaa | 7e240de74**********************91462a815 |
| test | a94a8fe5c**********************7982fbbd3 |
| jayke | abc781f97**********************49f613e4b |
| osloir | ee125a4a4**********************8c452e13f |
| boomba | 7c4a8d09c**********************494f8941b |
| user1 | b3daa77b4**********************98f325e67 |
| g | 54fd17112**********************e79e2241b |
+———————–+——————————————+

Comments
No comments yet.