Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../var/softacul.../hizup
File: config.ini
;
[0] Fix | Delete
; Title: Config file of pH7 Dating Social Community CMS
[1] Fix | Delete
;
[2] Fix | Delete
; Author: Pierre-Henry Soria <hello@ph7builder.com>
[3] Fix | Delete
; Copyright: (c) 2011-2023, Pierre-Henry Soria. All Rights Reserved.
[4] Fix | Delete
; License: MIT License; See LICENSE.md and COPYRIGHT.md in the root directory.
[5] Fix | Delete
; Link: https://ph7builder.com
[6] Fix | Delete
;
[7] Fix | Delete
;
[8] Fix | Delete
[9] Fix | Delete
[application]
[10] Fix | Delete
; Default theme (do not change!)
[11] Fix | Delete
default_theme = base
[12] Fix | Delete
[13] Fix | Delete
; Do not change! This is the language of the internal system default
[14] Fix | Delete
default_lang = "en_US"
[15] Fix | Delete
[16] Fix | Delete
[17] Fix | Delete
[mode]
[18] Fix | Delete
; 'production' or 'development'
[19] Fix | Delete
environment = production
[20] Fix | Delete
[21] Fix | Delete
[22] Fix | Delete
[software]
[23] Fix | Delete
name = "¡pH7! Social Dating CMS"
[24] Fix | Delete
type = Core
[25] Fix | Delete
author = "Pierre-Henry Soria"
[26] Fix | Delete
company = "pH7Builder (Pierre-Henry Soria)"
[27] Fix | Delete
copyright = "Pierre-Henry Soria, All Rights Reserved."
[28] Fix | Delete
license = "MIT"
[29] Fix | Delete
website = "https://ph7builder.com"
[30] Fix | Delete
email = "hello@ph7builder.com"
[31] Fix | Delete
[32] Fix | Delete
[33] Fix | Delete
[database]
[34] Fix | Delete
type_name = MySQL
[35] Fix | Delete
type = mysql
[36] Fix | Delete
hostname = "[[softdbhost]]"
[37] Fix | Delete
username = "[[softdbuser]]"
[38] Fix | Delete
password = "[[softdbpass]]"
[39] Fix | Delete
name = "[[softdb]]"
[40] Fix | Delete
prefix = "[[dbprefix]]"
[41] Fix | Delete
charset = "utf8mb4"
[42] Fix | Delete
port = 3306
[43] Fix | Delete
[44] Fix | Delete
[45] Fix | Delete
[validate]
[46] Fix | Delete
phone.pattern = "(\+|00)?[0-9]{1,3}[0-9]{5,14}(x.+)?"
[47] Fix | Delete
[48] Fix | Delete
[49] Fix | Delete
[video]
[50] Fix | Delete
; Max video size. e.g.,15K, 100M, 4G
[51] Fix | Delete
upload.max_size = 500M
[52] Fix | Delete
[53] Fix | Delete
; FFmpeg path. e.g., Unix: /usr/bin/ffmpeg Windows: C:\ffmpeg\ffmpeg.exe
[54] Fix | Delete
handle.ffmpeg_path = "[[ffmpeg]]"
[55] Fix | Delete
[56] Fix | Delete
[57] Fix | Delete
[cookie]
[58] Fix | Delete
; If you have multiple sites with this CMS on the same domain, the prefix is used to avoid the collision between the same cookie
[59] Fix | Delete
prefix = "pH7[[rand_id]]_"
[60] Fix | Delete
[61] Fix | Delete
; 31536000 seconds = 1 year
[62] Fix | Delete
expiration = 31536000
[63] Fix | Delete
path = "/"
[64] Fix | Delete
[65] Fix | Delete
; Cookie domain, for example 'yoursite.com'.
[66] Fix | Delete
; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com'
[67] Fix | Delete
domain = PH7_DOMAIN_COOKIE
[68] Fix | Delete
[69] Fix | Delete
[70] Fix | Delete
[session]
[71] Fix | Delete
prefix = "pH7[[rand_id]]_"
[72] Fix | Delete
[73] Fix | Delete
; WARNING The session name can't consist of digits only, at least one letter must be present.
[74] Fix | Delete
; Otherwise a new session id is generated every time.
[75] Fix | Delete
; e.g., PHPSESSID
[76] Fix | Delete
cookie_name = "PHS7SESS"
[77] Fix | Delete
[78] Fix | Delete
; 10800 seconds = 3 hours
[79] Fix | Delete
expiration = 10800
[80] Fix | Delete
path = "/"
[81] Fix | Delete
[82] Fix | Delete
; Session Cookie domain, for example 'yoursite.com'.
[83] Fix | Delete
; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com'
[84] Fix | Delete
domain = PH7_DOMAIN_COOKIE
[85] Fix | Delete
[86] Fix | Delete
[87] Fix | Delete
[cache]
[88] Fix | Delete
; General cache, usually for database contents, but may also involve other data
[89] Fix | Delete
enable.general.cache = 1
[90] Fix | Delete
[91] Fix | Delete
; Caching for HTML contents from template files
[92] Fix | Delete
enable.html.tpl.cache = 1
[93] Fix | Delete
[94] Fix | Delete
; 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
[95] Fix | Delete
enable.static.cache = 1
[96] Fix | Delete
[97] Fix | Delete
; Minify the code for CSS, HTML, PHP and JavaScript (also minify dynamically the code like Geo Maps code)
[98] Fix | Delete
enable.static.minify = 1
[99] Fix | Delete
[100] Fix | Delete
; Gzip compression for JavaScript, CSS and other static files
[101] Fix | Delete
enable.static.gzip_compress = 1
[102] Fix | Delete
[103] Fix | Delete
; base64 encode for images if file-size is lower than 24KB
[104] Fix | Delete
enable.static.data_uri = 0
[105] Fix | Delete
[106] Fix | Delete
; 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.
[107] Fix | Delete
enable.js.closure_compiler_service = 0
[108] Fix | Delete
[109] Fix | Delete
; Enable or Disabled the compressor with Java
[110] Fix | Delete
; (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)
[111] Fix | Delete
enable.static.minify_java_compiler = 0
[112] Fix | Delete
[113] Fix | Delete
[114] Fix | Delete
[ph7cms.api]
[115] Fix | Delete
; This a your unique private API key. Don't share it! This key is like a password. Each pH7Builder installation has a unique one.
[116] Fix | Delete
; The key is used for external apps, like iOS/Android apps, external app websites, etc.
[117] Fix | Delete
; https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-To-Use-the-RESTful-API-and-Add-new-Endpoints
[118] Fix | Delete
private_key = "[[private_key]]"
[119] Fix | Delete
[120] Fix | Delete
; Domain(s) that can use the API
[121] Fix | Delete
allow_domains[] = "ph7builder.com"
[122] Fix | Delete
[123] Fix | Delete
[124] Fix | Delete
[storage]
[125] Fix | Delete
aws.access_key_id = ""
[126] Fix | Delete
aws.secret_access_key = ""
[127] Fix | Delete
; EU: eu-west-1 | US: us-east-1 | Oceania: ap-southeast-2
[128] Fix | Delete
aws.default_region = "eu-west-2"
[129] Fix | Delete
aws.bucket = "ph7cloudcms"
[130] Fix | Delete
[131] Fix | Delete
[132] Fix | Delete
[logging]
[133] Fix | Delete
log_level = 100
[134] Fix | Delete
bug_report_email = "[[bug_email]]"
[135] Fix | Delete
[136] Fix | Delete
; 'file', 'database' or 'email'
[137] Fix | Delete
log_handler = file
[138] Fix | Delete
[139] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function