A Simple Login/Register developed in PHP with Google's reCaptcha.
You can download the latest version or view all of the releases here.
- PHP ≥ 5.4
- Download all the files
- Create a table called users by importing
createtable.sql
into a MySQL Database: - Open the
register.php
file and fill in your database details (including Google reCaptcha sitekey and secret). - Finally, open
login.php
and also fill in your database details.
This Login and Register is made for password protecting pages.
Reference addthistoeachpage.txt
for instructions and protectedpage.php
for the template.
If you'd like to use advanced options such as displayal of the logged in users username, and the number of users registered, view advancedoptions.php
.