IP : 18.116.8.121Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
var/
softaculous/
crafty/
./
../
slims/
./
../
magento18/
../
hizup/
config.ini/
/
; ; Title: Config file of pH7 Dating Social Community CMS ; ; Author: Pierre-Henry Soria <hello@ph7builder.com> ; Copyright: (c) 2011-2023, Pierre-Henry Soria. All Rights Reserved. ; License: MIT License; See LICENSE.md and COPYRIGHT.md in the root directory. ; Link: https://ph7builder.com ; ;
[application] ; Default theme (do not change!) default_theme = base
; Do not change! This is the language of the internal system default default_lang = "en_US"
[mode] ; 'production' or 'development' environment = production
[software] name = "¡pH7! Social Dating CMS" type = Core author = "Pierre-Henry Soria" company = "pH7Builder (Pierre-Henry Soria)" copyright = "Pierre-Henry Soria, All Rights Reserved." license = "MIT" website = "https://ph7builder.com" email = "hello@ph7builder.com"
[database] type_name = MySQL type = mysql hostname = "[[softdbhost]]" username = "[[softdbuser]]" password = "[[softdbpass]]" name = "[[softdb]]" prefix = "[[dbprefix]]" charset = "utf8mb4" port = 3306
[cookie] ; If you have multiple sites with this CMS on the same domain, the prefix is used to avoid the collision between the same cookie prefix = "pH7[[rand_id]]_"
; Cookie domain, for example 'yoursite.com'. ; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com' domain = PH7_DOMAIN_COOKIE
[session] prefix = "pH7[[rand_id]]_"
; WARNING The session name can't consist of digits only, at least one letter must be present. ; Otherwise a new session id is generated every time. ; e.g., PHPSESSID cookie_name = "PHS7SESS"
; Session Cookie domain, for example 'yoursite.com'. ; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com' domain = PH7_DOMAIN_COOKIE
[cache] ; General cache, usually for database contents, but may also involve other data enable.general.cache = 1
; Caching for HTML contents from template files enable.html.tpl.cache = 1
; Caching for JavaScript and CSS files, It's very important to activate it if you use the compressor code, but you must disable it when you are in developing mode enable.static.cache = 1
; Minify the code for CSS, HTML, PHP and JavaScript (also minify dynamically the code like Geo Maps code) enable.static.minify = 1
; Gzip compression for JavaScript, CSS and other static files enable.static.gzip_compress = 1
; base64 encode for images if file-size is lower than 24KB enable.static.data_uri = 0
; Enable or Disabled Google Closure Compiler Service (https://closure-compiler.appspot.com )for the JS files. If you use for too many files at the same time, Google might break it. enable.js.closure_compiler_service = 0
; Enable or Disabled the compressor with Java ; (Requires Java installed on your server! This option is usually available on dedicated servers, sometimes on shared hosting. Please contact your hosting company for knowledge) enable.static.minify_java_compiler = 0
[ph7cms.api] ; This a your unique private API key. Don't share it! This key is like a password. Each pH7Builder installation has a unique one. ; The key is used for external apps, like iOS/Android apps, external app websites, etc. ; https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-To-Use-the-RESTful-API-and-Add-new-Endpoints private_key = "[[private_key]]"
; Domain(s) that can use the API allow_domains[] = "ph7builder.com"