Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. mon local.php
  2.  
  3. $conf['title'] = 'WIKI Pédagogies Alternatives';
  4. $conf['lang'] = 'fr';
  5. $conf['license'] = 'cc-by-sa';
  6. $conf['authtype'] = 'authpdo';
  7. $conf['passcrypt'] = 'sha1';
  8. $conf['superuser'] = '@admin';
  9. $conf['disableactions'] = 'register';
  10. $conf['plugin']['indexmenu']['aclcache'] = 'none';
  11. $conf['plugin']['captcha']['mode'] = 'audio';
  12. $conf['plugin']['captcha']['loginprotect'] = 0;
  13. $conf['plugin']['authpdo']['debug'] = 1;
  14. $conf['plugin']['authpdo']['dsn'] = 'mysql:host=cbiotfrycx01.mysql.db;dbname=cbiotfrycx01';
  15. $conf['plugin']['authpdo']['user'] = 'cbiotfrycx01';
  16. $conf['plugin']['authpdo']['pass'] = 'XXXXXXXXXXXXXXXX';
  17.  
  18.  
  19. mon fichier de connexion sql de fluxbb
  20. $db_type = 'mysqli';
  21. $db_host = 'cbiotfrycx01.mysql.db';
  22. $db_name = 'cbiotfrycx01';
  23. $db_username = 'cbiotfrycx01';
  24. $db_password = 'XXXXXXXXXXXXXXXX';
  25. $db_prefix = 'pedaltern';
  26. $p_connect = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement