Untitled


SUBMITTED BY: Guest

DATE: May 25, 2013, 5:01 p.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 1120

  1. <?php
  2. $CONFIG['WWW_SERVER'] = 'http://yuty.22web.org';
  3. $CONFIG['WWW_ROOT'] = '/openupload-0.4.2/www';
  4. $CONFIG['INSTALL_ROOT'] = '/home/vol12/byethost4.com/b4_12831519/yuty.22web.org/htdocs/openupload-0.4.2';
  5. $CONFIG['DATA_PATH'] = '/home/vol12/byethost4.com/b4_12831519/yuty.22web.org/htdocs/openupload-0.4.2/data';
  6. $CONFIG['database']['type'] = 'mysql';
  7. $CONFIG['database']['host'] = 'sql108.byethost4.com';
  8. $CONFIG['database']['user'] = 'b4_12831519';
  9. $CONFIG['database']['password'] = '123456';
  10. $CONFIG['database']['name'] = 'b4_12831519_j';
  11. $CONFIG['database']['prefix'] = 'img_';
  12. $CONFIG['translator'] = 'phparray';
  13. $CONFIG['auth'] = 'default';
  14. $CONFIG['defaultlang'] = 'en';
  15. $CONFIG['site']['title'] = 'Open Upload';
  16. $CONFIG['site']['webmaster'] = 'vvc';
  17. $CONFIG['site']['email'] = 'vcvc';
  18. $CONFIG['site']['footer'] = '<a href="http://openupload.sf.net">Open Upload</a> - Created by Alessandro Briosi © 2009';
  19. $CONFIG['site']['template'] = 'default';
  20. $CONFIG['registration']['email_confirm'] = 'yes';
  21. $CONFIG['max_upload_size'] = '100';
  22. $CONFIG['use_short_links'] = 'yes';
  23. $CONFIG['id_max_length'] = '10';
  24. $CONFIG['id_use_alpha'] = 'yes';
  25. $CONFIG['max_download_time'] = '120';
  26. $CONFIG['multiupload'] = '1';
  27. $CONFIG['allow_unprotected_removal'] = '';
  28. $CONFIG['progress'] = 'none';
  29. $CONFIG['logging']['enabled'] = 'yes';
  30. $CONFIG['logging']['db_level'] = '4';
  31. $CONFIG['logging']['syslog_level'] = '0';
  32. $CONFIG['register']['nologingroup'] = 'unregistered';
  33. $CONFIG['register']['default_group'] = 'registered';
  34. $CONFIG['plugins']['0'] = 'captcha';
  35. $CONFIG['plugins']['1'] = 'compress';
  36. $CONFIG['plugins']['2'] = 'email';
  37. $CONFIG['plugins']['3'] = 'expire';
  38. $CONFIG['plugins']['4'] = 'filesize';
  39. $CONFIG['plugins']['5'] = 'grouponip';
  40. $CONFIG['plugins']['6'] = 'mimetypes';
  41. $CONFIG['plugins']['7'] = 'password';
  42. ?>

comments powered by Disqus