Short: Script in php which shows the current date&time
Uploader: hide@address.com (Alessandro Marinuzzi)
Author: hide@address.com (Alessandro Marinuzzi)
Type: comm/www
Requires: Web Server - Php
Version: 1.4
Architecture: generic
================================================================================
INTRODUCTION:
=============
This short script works under windows and under linux too. I wrote it for
everybody who is looking for a script for showing the date on his web pages
AUTHOR:
=======
Alecos ==> Alessandro Marinuzzi
EMail: hide@address.com
Web: http://www.alecos.it/
USAGE:
======
1) unarchive where you want
2) edit the file conf.php (config settings override getlang() settings...)
3) upload all files to your web server
4) usage:
a) simple put this line at the top of your php web page:
<?php include("time/time.php"); ?>
b) simple put one of the following codes where you want:
<?php getlang("eng", "ISO-8859-1"); ?> (for english)
etc..
<?php getlang("ita", "ISO-8859-1"); ?> (for italian)
<?php getlang("ita", "UTF-8"); ?> (for italian)
etc...
<?php getlang("fra", "ISO-8859-1"); ?> (for french)
etc...
<?php getlang("deu", "UTF-8"); ?> (for german)
etc...
<?php getlang("esp", "UTF-8"); ?> (for spanish)
etc...
etc...
etc...
5) there is nothing to do...
STATUS:
=======
A71-Time · Copyright © 2006-2011, Alessandro Marinuzzi [Alecos] · All Rights
Reserved.
A71-Time is FreeWare!
DISCLAIMER:
===========
THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESSED OR IMPLIED, OR OTHERWISE. BY USING THIS SOFTWARE, YOU ACCEPT THE
ENTIRE RISK. ALESSANDRO MARINUZZI SHALL BE NOT LIABLE FOR ANY DIRECT OR
INDIRECT DAMAGE, INCLUDING DAMAGE FOR ANY DATA OR INFORMATION WHICH MAY BE
LOST.
================================================================================