Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Customization carried out in Easy Login Pro ( elp ) Script by Mukesh Dak
- 1. Upload Files
- 2. Import database
- 3. Set folowing in /app/config/database.php 'database' => '2017_mukeshdak', 'username' => 'dungla', 'password' => '##MOBA##', 'hostname' => 'mysql.dungla.com'
- 4. Now Set folowing in /app/config/app.php
- 'debug' => true,
- 'url' => 'http://dak9.com',
- 'name' => 'Dak9.com',
- 'color_scheme' => 'dark',
- 'locale' => 'en',
- 'locales' => array(
- 'en' => 'English',
- ),
- 'timezone' => 'UTC',
- 'key' => 'UslKWeMwgVJ8TARfiFYBJ3KHyVgdrYNE',
- 'csrf' => true,
- // Setting above are enough for normal login.
- // now copy files from /uploads, if a site is being moved.
- // Now signup yourself and change yourself to administrator by changing your role id to 1 in table "users"
- // To enable social auth, first open app/config/auth.php and add them to the providers array like this:
- 'providers' => array(
- 'facebook' => 'Facebook',
- 'google' => 'Google',
- 'twitter' => 'Twitter',
- 'linkedin' => 'LinkedIn',
- // 'microsoft' => 'Microsoft',
- // 'instagram' => 'Instagram',
- // 'github' => 'GitHub',
- // 'yammer' => 'Yammer',
- // 'foursquare' => 'Foursquare',
- // 'soundcloud' => 'SoundCloud',
- // 'vkontakte' => 'VK'
- ),
Add Comment
Please, Sign In to add comment