Просмотр файла timedate/index.php

Размер файла: 1.67Kb

<?php
#-----------------------------------------------------#
#          ********* ROTORCMS *********               #
#              Made by  :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#        для его дальнейшего распространения          #
#-----------------------------------------------------#	
#-----------------------------------------------------#
#          ********* time and date *********               #
#              Made by  :  GET                  #
#             WAP-Site  :  http://good-wap.ru          #
#-----------------------------------------------------#


require_once ('../includes/start.php');
require_once ('../includes/functions.php');
require_once ('../includes/header.php');
include_once ('../themes/' . $config['themes'] . '/index.php');


echo'<h2>Информеры Вам На Сайт</h2> v 1.0 by GET';

echo'<h3>Время:</h3>
<br> <img src=time.php><br>
Код для сайта<br> <input type="text" value="<img src='. $config['home'].'/timedate/time.php>"><br>
<br> <h3>Дата:</h3>

<img src=today.php><br>
Код для сайта<br> <input type="text" value="<img src='. $config['home'].'/timedate/today.php>"><br><br><br><a href="' . $config['home'] . '/?' . SID . '">На главную</a><br><br> ';



include_once ('../themes/' . $config['themes'] . '/foot.php');

?>