• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

how add timer in site ot

Code:
$main_content .= '<script language="JavaScript">
TargetDate = "4/30/2010 8:00 PM";
CountActive = true;
CountStepper = -1;
LeadingZero = false;
DisplayFormat = "<font size=\'3\' color=\'red\'><h1><center>Do startu War-OTS pozostalo:<br/> %%D%% dni, %%H%% godzin, %%M%% minut oraz %%S%% sekund!</center></h1></font>";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>';
 
Code:
$main_content .= '<script language="JavaScript">
TargetDate = "4/30/2010 8:00 PM";
CountActive = true;
CountStepper = -1;
LeadingZero = false;
DisplayFormat = "<font size=\'3\' color=\'red\'><h1><center>Do startu War-OTS pozostalo:<br/> %%D%% dni, %%H%% godzin, %%M%% minut oraz %%S%% sekund!</center></h1></font>";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>';

where i add the code?
 
Back
Top