Menu

Tree [r9] /
 History

HTTPS access


File Date Author Commit
 _notes 2012-02-13 eiriksoftware [r8] Cookie support.
 administrator 2012-02-15 eiriksoftware [r9] Started implementing of users.
 classes 2012-02-15 eiriksoftware [r9] Started implementing of users.
 config 2012-02-15 eiriksoftware [r9] Started implementing of users.
 functions 2012-02-15 eiriksoftware [r9] Started implementing of users.
 images 2012-02-13 eiriksoftware [r8] Cookie support.
 languages 2012-02-13 eiriksoftware [r8] Cookie support.
 system 2012-02-15 eiriksoftware [r9] Started implementing of users.
 templates 2012-02-15 eiriksoftware [r9] Started implementing of users.
 LICENSES.txt 2012-02-13 eiriksoftware [r8] Cookie support.
 README.txt 2012-02-15 eiriksoftware [r9] Started implementing of users.
 administrator.php 2012-02-15 eiriksoftware [r9] Started implementing of users.
 index.php 2012-02-15 eiriksoftware [r9] Started implementing of users.

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.