Check out Smess, our featured variant for February, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Logging In[Subject Thread] [Add Response]
🕸Fergus Duniho wrote on Sat, Oct 28, 2017 12:54 AM UTC:

I rewrote the pass_okay function to return the value of login, and it worked. I also modified login with better code from pass_okay where appropriate. So, logging in should now be handled by a single function, which is login in the loginfuncs.php file. This function combines the best code from the three previous login routines, it always updates the LastLogin time when someone logs in, and it keeps track of the last IP address used by each person who logs in.