- Mar 31, 2025
- Feb 21, 2025
-
-
Sudhir authored
changed password hashing from md5 to cryptographic hashing (BCRYPT)for sign up and in login the password verifies with the hashed password from db
-
- Feb 20, 2025
-
-
Sudhir authored
-
- Feb 19, 2025
-
-
Sudhir authored
-
- Feb 18, 2025
-
-
Sudhir authored
-
- Feb 15, 2025
-
-
Sudhir authored
all 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 static
-
- Feb 13, 2025
-
-
Sudhir authored
created cookies and phpsessionsid in sg.php , now put all the sessions part inside the session.class.php
-
- Feb 12, 2025
-
-
Sudhir authored
converted 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......)
-
- Feb 11, 2025
-
-
Sudhir authored
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 connection
-
- Feb 05, 2025
-
-
Sudhir authored
-
- Feb 01, 2025
-
-
Sudhir authored
today 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
-
- Jan 30, 2025
-
-
Sudhir authored
created a server fuction ,created connection and checked them ---- but error in checking condition isset -some error in code between load and _signup.........
-
- Jan 29, 2025
-
-
Sudhir authored
-
- Jan 27, 2025
-
-
Sudhir authored
-
- Jan 26, 2025
-
-
Sudhir authored
-
- Jan 25, 2025
- Jan 24, 2025
-
-
Sudhir authored
-
- Jan 22, 2025
-
-
Sudhir authored
-
- Jan 20, 2025