Advertisement
TerronMux

System Information

Sep 6th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. <?php
  2. # CMS Made Simple Configuration File
  3. # Documentation: https://docs.cmsmadesimple.org/configuration/config-file/config-reference
  4. #
  5. $config['dbms'] = 'mysqli';
  6. $config['db_hostname'] = 'localhost';
  7. $config['db_username'] = 'xxxxxx_user';
  8. $config['db_password'] = 'xxxe_pass';
  9. $config['db_name'] = 'xxxx_cms2228';
  10. $config['db_prefix'] = 'cms_';
  11. $config['timezone'] = 'Europe/Berlin';
  12. $config['permissive_smarty'] = 1;
  13. $config['url_rewriting'] = 'mod_rewrite';
  14. $config['page_extension'] = '.html';
  15. ?>
  16. ----------------------------------------------
  17.  
  18. Cms Version: 2.2.8
  19.  
  20. Installed Modules:
  21.  
  22. AdminSearch: 1.0.4
  23. CGExtensions: 1.61.1
  24. CGSimpleSmarty: 2.1.8
  25. CMSContentManager: 1.1.6
  26. CmsJobManager: 0.1.3
  27. DesignManager: 1.1.4
  28. FileManager: 1.6.7
  29. FilePicker: 1.0.3
  30. Gallery: 2.3.2
  31. MicroTiny: 2.2.2
  32. ModuleManager: 2.1.4
  33. Navigator: 1.0.9
  34. News: 2.51.4
  35. Search: 1.51.5
  36. SitemapMgr: 1.5.3
  37.  
  38.  
  39. Config Information:
  40.  
  41. php_memory_limit:
  42. max_upload_size: 64000000
  43. url_rewriting: mod_rewrite
  44. page_extension: .html
  45. query_var: page
  46. auto_alias_content: true
  47. locale:
  48. set_names: true
  49. timezone: Europe/Berlin
  50. permissive_smarty: true
  51.  
  52.  
  53. Php Information:
  54.  
  55. phpversion: 5.6.37
  56. md5_function: On (True)
  57. json_function: On (True)
  58. gd_version: 2
  59. tempnam_function: On (True)
  60. magic_quotes_runtime: Off (False)
  61. E_ALL: 24567
  62. E_STRICT: 2048
  63. E_DEPRECATED: 0
  64. test_file_timedifference: No time difference found
  65. test_db_timedifference: No time difference found
  66. create_dir_and_file: 1
  67. memory_limit: 128M
  68. max_execution_time: 180
  69. register_globals: Off (False)
  70. output_buffering: 4096
  71. disable_functions:
  72. open_basedir:
  73. test_remote_url: Success
  74. file_uploads: On (True)
  75. post_max_size: 64M
  76. upload_max_filesize: 64M
  77. session_save_path: /tmp (0700)
  78. session_use_cookies: On (True)
  79. xml_function: On (True)
  80. xmlreader_class: On (True)
  81. check_ini_set: On (True)
  82. curl: On
  83.  
  84.  
  85. Performance Information:
  86.  
  87. allow_browser_cache: On (True)
  88. browser_cache_expiry: 60
  89. php_opcache: On (True)
  90. smarty_cache: On (True)
  91. smarty_compilecheck: Off (False)
  92. auto_clear_cache_age: On (True)
  93.  
  94. Server Information:
  95.  
  96. Server Software: Apache
  97. Server Api: litespeed
  98. Server Os: Linux 3.10.0-714.10.2.lve1.5.17.1.el7.x86_64 On x86_64
  99. Server Db Type: MySQL (mysqli)
  100. Server Db Version: 10.1.35
  101. Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
  102.  
  103.  
  104. Permission Information:
  105.  
  106. tmp: /home/mysite/public_html/tmp (0755)
  107. tmp_cache: /home/mysite/public_html/tmp/cache (0755)
  108. templates_c: /home/mysite/public_html/tmp/templates_c (0755)
  109. modules: /home/mysite/public_html/modules (0755)
  110. uploads: /home/mysite/public_html/uploads (0755)
  111. File Creation Mask (umask): /home/mysite/public_html/tmp/cache (0755)
  112. config_file: 0444
  113.  
  114. ----------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement