2. PHP Site Gamification Using a Secret Path
Posted on: 2017-01-11
The main purpose of gamification is to keep our users entertained in game like activities, so that they stay around longer and come back more often, for instance to your site or your app.
We can accomplish this by setting up a sequence of page visits and rewarding our users if they complete the sequence correctly using the Secret Path class.
Read this article to learn how you can use the PHP Secret Path class to implement a neat game like experience for your users.
More ... Post a comment See comments (2) Trackbacks (0)
We can accomplish this by setting up a sequence of page visits and rewarding our users if they complete the sequence correctly using the Secret Path class.
Read this article to learn how you can use the PHP Secret Path class to implement a neat game like experience for your users.
More ... Post a comment See comments (2) Trackbacks (0)
1. PHP User Validation using Event Sequences
Updated on: 2016-12-08
Posted on: 2016-11-02
It is standard practice to authenticate user from a user name and password pair.
If this information is compromised, you can provide an additional layer of security with a secret set of event sequences that the user has to follow to authenticate.
Read this tutorial to learn how to implement this solution in practice.
More ... Post a comment See comments (31) Trackbacks (0)
If this information is compromised, you can provide an additional layer of security with a secret set of event sequences that the user has to follow to authenticate.
Read this tutorial to learn how to implement this solution in practice.
More ... Post a comment See comments (31) Trackbacks (0)