• Registration
  • Feedback
  • Site Map
  • Contact Us
PHP Content Management System [PHP CMS software]
  • Home
  • About Us
  • Product
  • Gallery
  • Brochure
  • Feedback
  • Clients
  • Contact Us
Previous
Next
Latest News
26-04-2012 [12:51 PM]
License Details
License Terms Summary    For full...
26-04-2012 [12:21 PM]
Architecture overview/Configuration files
Inside the config folder...
26-04-2012 [12:02 PM]
Creating Custom Blocks
A block is a...
More News








Introduction with Global Configuration File under Config.

 
BROWSE BY CATEGORY
  • News
    • Licenses (2)
    • Setup and Configuration (2)
    • FAQ (2)
    • Developer Documentation (4)
    • HowTo, Tips & Tricks (3)
    • Product Wise Documentation (1)
    • Maintenance and Optimization (2)
    • Templates Customization (4)
    • Knowledgebase (3)
    • Site Building Guide (1)
Apr

26

2012

Introduction with Global Configuration File under Config.

2012-04-26 11:15:40 & Posted by : Mr Developer Developer

The entire Application is configurable through two re-usable configuration files stored in application/configs. There are :
 

Application.ini  -  application.ini contains system specific variables and server locations. It is NOT recommended to modify until you are a framework expert and you aware what changes you are go to make. 
 

Config.ini  - config.ini file contains user define variables and parameters which can be modified based on your requirements. config.ini is created when you install the application and can be editable during the application runtime. 

 


MySQL Database:


The installation process configure to support MySQLI.  You can change the connection setting as follows :
 

eicra.params.lang = "en_US"
eicra.params.domain = "www.yourdomain.com"
eicra.params.adapter  = "mysqli"
eicra.params.host     = "localhost"
eicra.params.username = "username"
eicra.params.password = "xxxxxxxxx"
 

Default Web Settings : 
 

After installation, the following web settings are automatically configured by installer itself. You can change it later by manually changing following variables.

eicra.siteName = "CMS"

eicra.url = "http://www.yourdomain.com"
eicra.charset = "utf-8"
eicra.web_title = "YOUR SITE"
eicra.meta_keyword = "SEO Keywords"
eicra.meta_description = "SEO Description"
eicra.offline = "false"
eicra.offline_message = "This site is maintained. Sorry for any inconvenience. Please come back later. Thank you."
eicra.session_lifetime = "3600"
 

Time Zone :
 

After installation, the time zone is automatically configured by installer itself. You can change it later by manually changing following variables.

eicra.timezone = "Europe/London"
eicra.date_time_format = "m-d-Y H:i:s" 
eicra.date_format = "m-d-Y"
 

Records of Installation :
 

After installation, it keeps track of installation information and it’s date time. The purpose of keeping installation date here, is to protect the presently running installation safe from overwriting by new installation process. In short, it protects the application from being installed on an existing running instance.

If you want to re-install the application, you may delete the entire [install] block and save it. The Application will start re-installing again as soon as it can’t track previous installation history.

You may call it as extra layer of security for a hacker to destroy or mistake may cause by webmasters.

[install]

local_key = "XXX 32 bit value"
license_key = "Eicra-XXXX"
date = "09-13-2012 05:44:36"
version = "2.4.0"

Comments

 
Add a Comment
 
Title:
Comment:*

Submit Comment

Copyright © 2025 All Rights Reserved  Web Design Company Eicra Soft Ltd Version : 2.8.3