Advertisement
akram_0090

php user login system

Jul 7th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1.  
  2. This is a simple login system using sessions and PHP
  3.  
  4. Included files as a of 12/14/2011
  5. Classes
  6.     Auth.class.php
  7.     AuthDB.class.php
  8. misc_files
  9.     sql_files
  10.         user_table_files.sql
  11. change_password.php
  12. checkSession.php
  13. config.php
  14. forgot_password.php
  15. index.php
  16. loggedIn.php
  17. login.php
  18. logout.php
  19. README.txt
  20. register.php
  21. verify.php
  22.  
  23. The main part of the system is the Auth.class.php which authenticates and checks
  24. information. The AuthDB.class.php is the database layer and can be adjusted as
  25. necessary.
  26.  
  27. The files in the root directory show you various ways to use the system.
  28.  
  29.  
  30.  
  31. http://picocurl.com/1r0Q
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement