Last Updated Apr 10, 2018
To install EasyLogin Pro simply follow the video tutorial or read the instructions below.
Extract the files from the archive you have downloaded from CodeCanyon.
Copy the files from the code
directory to your server.
By default the script is set to the main example, but you can install the other examples too.
*Make sure the uploads
directory has 0777
permission.
*For PHP < 5.4 copy and replace the contents from the extra/php53-compat
to the root directory of the script.
Open a database client (phpMyAdmin, etc.), create a new database (and user) and import database.sql
found in the code
directory or in the one you copied earlier.
First edit app/config/database.php
and set the database connection details.
Then edit app/config/app/php
and set url
to the url where the script is located. For example if you have copied the script files into a directory called "elp" and your website is "http://mywebsite.com" then the url
should be set to "http://mywebsite.com/elp".
Set the key
to a random 32 character string. Click here to generate a random key.
Make sure to set the permissions to 775
(recursively) for app/storage
.
Now you can open the script in your browser.
To log in use the username admin
and password admin
.
*Make sure you change the password after you log in the first time.
Set website core function, margin, referral, periodic margin, auto or manual margin and behavious simply follow the video tutorial or read the instructions below.
Follow this tutorial to create packages for user purchase.
PonziPedia uses the following libraries and assets:
github.com/laravel/framework
Some of the classes and implementations are based on Laravel Framework (Container, Validation, Mail, Database, Events, Encryption)
github.com/ircmaxell/password_compat
github.com/Lusitanian/PHPoAuthLib
github.com/Oryzone/PHPoAuthUserData
developers.google.com/recaptcha
eyecon.ro/bootstrap-datepicker
deepliquid.com/content/Jcrop.html