Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default protected
  • revert-69f0dde0
2 results
Created with Raphaël 2.2.031Mar21Feb201918151312115130Jan29272625242220php magicsmastermasterphp magicsmagicschanged password hashing from md5 to cryptographic hashing (BCRYPT)for sign up and in login the password verifies with the hashed password from dbupdate in testlogin.php updated what to do if session is active and if not activeadded login function andtried testlogin.phpadded md5 hash for password that stores in dball session functions in session.class.php it is linked with load.php and load.php is linked with sg.php && session class functions are all staticcreated cookies and phpsessionsid in sg.php , now put all the sessions part inside the session.class.phpconverted to classes ==> moved create connection from load to database.class.php and moved function signup from load to php (automated on line 23for every username......)added database class ,making the server connection through static func.... (learn about static function inside a class ==>static runs without object initialization: , in processs of updating to class(oops) from structural programing +>started with load.php->create connectionstarted learning php oops, no update in development of websitetoday sign up page is working well ==> sign up is done with unique name and unique pass and unique email but ==> when sign up fails screen is blank error is not printing😭created a server fuction ,created connection and checked them ---- but error in checking condition isset -some error in code between load and _signup.........created seperate css for login, signup and linked background style(css) of autobrightcreated sign up pagesolved undefined array keyThis commit is a mistakeRevert "undefined array key at line(55)"revert-69f0dde0revert-69f0dde0undefined array key at line(55)added login pagephp photogramInitial commitInitial commit
Loading