Read Me
/*
--DON'T REMOVE THIS COMMENT--
qCMS
Eirik Martiniussen Sylliaas
kontakt@eiriksoftware.net
+47 94859300
Copyright © Eirik Software - Eirik Martiniussen Sylliaas 2012
qCMS is OPEN SOURCE and free to use. You can change, add and delete code.
Please send and email to kontakt@eiriksoftware.net if you decide to use the software.
To become part of the project, send an email to kontakt@eiriksoftware.net.
--DON'T REMOVE THIS COMMENT--
*/
# INSTALLATION
¤ 1. Copy the content of the ZipFile to your web folder
2. Config the SQL settings in /config/config.php
3. Point your web browser to the address http://www.yoursite.com/intall/
4. Delete the folder install
# REFRENCES
¤ Functions
<?php require_once('system/core.php');?> - Imports system core.
SiteInformation ($Param) - Returns information from information table.
Lang ($Param) - Returns transelated text
LanguageName() - Returns name to standard language.
LanguageCode() - Returns code to standard language.
include('core_sqlopen.php') - Open database connection.
include('core_sqlclose.php') - Close database connection.
GetStringCookie($CookieName) - Read Cookie.
SetStringCookie($CookieName, $Value) - Set Cookie, must be done before sending header information.
GetSession ($SessionName) - Returns a session.
SetSession ($SessionName, $Value) - Changes og set a session.