reenadak

Customization carried in Easy Login Pro Script

Sep 26th, 2017
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.29 KB | None | 0 0
  1. // Customization carried out in Easy Login Pro ( elp ) Script by Mukesh Dak
  2.  
  3. 1. Upload Files
  4. 2. Import database
  5. 3. Set folowing in /app/config/database.php 'database'  => '2017_mukeshdak', 'username'  => 'dungla', 'password'  => '##MOBA##', 'hostname'  => 'mysql.dungla.com'
  6. 4. Now Set folowing in /app/config/app.php
  7.     'debug' => true,
  8.     'url' => 'http://dak9.com',
  9.     'name' => 'Dak9.com',
  10.     'color_scheme' => 'dark',
  11.     'locale' => 'en',
  12.     'locales' => array(
  13.         'en' => 'English',
  14.     ),
  15.  
  16.     'timezone' => 'UTC',
  17.     'key' => 'UslKWeMwgVJ8TARfiFYBJ3KHyVgdrYNE',
  18.     'csrf' => true,
  19.  
  20. // Setting above are enough for normal login.
  21. // now copy files from /uploads, if a site is being moved.
  22. // Now signup yourself and change yourself to administrator by changing your role id to 1 in table "users"
  23. // To enable social auth, first open app/config/auth.php and add them to the providers array like this:
  24. 'providers' => array(
  25.     'facebook'      => 'Facebook',
  26.     'google'        => 'Google',
  27.     'twitter'       => 'Twitter',
  28.     'linkedin'      => 'LinkedIn',
  29.     // 'microsoft'  => 'Microsoft',
  30.     // 'instagram'  => 'Instagram',
  31.     // 'github'     => 'GitHub',
  32.     // 'yammer'     => 'Yammer',
  33.     // 'foursquare' => 'Foursquare',
  34.     // 'soundcloud' => 'SoundCloud',
  35.     // 'vkontakte'  => 'VK'
  36. ),
Add Comment
Please, Sign In to add comment