that is php
Code:
<?php
//
// War Script by d0s3
//
$hour_wars = array(14, 02, 20, 08);
sort($hour_wars);
$hour_now = date('H');
$hour_next = 02;
foreach($hour_wars as $hour_war) {
if($hour_war > $hour_now) {
$hour_next = $hour_war;
break;
}
}
$wartime = (mktime($hour_next, 0, 0) - time());
?>
jsut change the 14, 02 , 20 , 08
for a ohter time
next df 14:00
next df 02:00
next df 20:00
next df 08:00
Nicht vergessen in die index.php/html
Code:
<script language="JavaScript" src="dfcounter.php" type="text/javascript">






