Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
photogram
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sudhir
photogram
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
2
master
default
protected
revert-69f0dde0
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
21
Feb
20
19
18
15
13
12
11
5
1
30
Jan
29
27
26
25
24
22
20
php magics
master
master
php magics
magics
changed password hashing from md5 to cryptographic hashing (BCRYPT)for sign up and in login the password verifies with the hashed password from db
update in testlogin.php updated what to do if session is active and if not active
added login function andtried testlogin.php
added md5 hash for password that stores in db
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
created cookies and phpsessionsid in sg.php , now put all the sessions part inside the session.class.php
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......)
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
started learning php oops, no update in development of website
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😭
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 autobright
created sign up page
solved undefined array key
This commit is a mistake
Revert "undefined array key at line(55)"
revert-69f0dde0
revert-69f0dde0
undefined array key at line(55)
added login page
php photogram
Initial commit
Initial commit
Loading