﻿Brief instructions and information regarding php template "# 1001" - Serbian  Cyrillic
-------------------------------------------------------------------

If you read this notice, we assume you have downloaded this template with all file(s) from www.numiverzum.com

In such case, we will provide you with some basic instructions on how to manage this template.
-------------------------------------------------------------------

php components:



1.SSI (server side includes). Body segment are included in the front page.
<?php
include("some_file");
?>

This forces the files to be executed on the server. When you want to make changes in the body segment, simply change the structure in the file and upload it/them in the same directory.

2.date function

There are plenty of php scripts for displaying date or date/time. We chose a basic component which displayes date as:Y-m-d(Year,month,date).

<?php
 echo date("Y-m-d");
?>

4. Browser detector. Could be useful if you publish content that strongly depends upon user's browser.

<?php 
echo $_SERVER["HTTP_USER_AGENT"];
?>


5. IP detector. 

<?php
$ip = $_SERVER["REMOTE_ADDR"];
echo" Ваша ип адреса je: $ip";
?>

Note: Since these templates are custom designed to support publication in Serbian Cyrillic, the server output should be in the same language(using utf-8 encoding).

Ваша ип адреса ,means "your ip address".

4. As long as you treat the template as php, you can add other php scripts of your choice. If you use this template for any of your projects, make sure you upload the files on a server that supports php!

5. These templates were created by Nenad Popaz at www.numiverzum.com. They are resources at your disposal and may use it for any purpose, including commercial. You are permitted to adjust/modify the template as you see fit. You are permitted to freely redistribute them for as long as you keep the notation "Design by numiverzum.com" intact. You can change the notation as long as it indicates the source of these templates. You do not have to provide a link back! We wish you good luck!
www.numiverzum.com


Issues:Depending on the server configuration, you might need to adjust the xml encoding statement at the very top of the page. Placing it there could produce a parse error. You can echo it as in this template: <?php
echo('<?xml version="1.0" encoding="UTF-8?>'); Or, include it in the page.
?>

--------------------------------------------------------------------
12:49 PM 8/17/2009
