Просмотр файла guest_by_CARBON/time.php

Размер файла: 1.59Kb
<?
///////////////////////////////////////////////////////////////////////////////////////////
/////
/////                        --------- WAP - CARBON ---------
/////
/////                              Автор   :  Алексей aka C@RBON
/////                              E-mail  :  [email protected]
/////                         сайт автора  :  http://tel.h2m.ru
/////                            WAP-сайт  :  http://carbonweb.wen.ru
/////                                 ICQ  :  442-250-391
/////
//////////////////////////////////////////////////////////////////////////////////////////////
//      ВЫ НЕ ИМЕЕТЕ ПРАВО ВНОСИТ ИЗМЕНЕНИЯ В КОД СКРИПТА ДЛЯ ДАЛЬНЕЙШЕГО РАСПРОСТРАНЕНИЯ   //
//////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////
//                    ПИШИ МНЕ НА E-MAIL БУДУ ПОМОГАТЬ ВАМ)))                               //
//////////////////////////////////////////////////////////////////////////////////////////////
include"set.php";
$fp2 = fopen("$ot_tel/1.dat","r");
 $file2 = file("$ot_tel/1.dat");
 $res_msg = explode("|",$file2[0]);
 $return_time = mktime($res_msg[3], $res_msg[4], $res_msg[5], $res_msg[1], $res_msg[0], $res_msg[2]);
 $e_time = time();
 $second = $e_time-$return_time;
 $min = floor($second/60);
 $days = floor($min/1440);
 $s="дней";
 $total = floor($days/365);
 print  " $top $days $s<br/>";
?>