• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Countdown gesior acc

Sigoles

Discord: @sigoles
Joined
Nov 20, 2015
Messages
1,209
Solutions
2
Reaction score
154
Hello, how to put this on my countdown?:

UeeI0Ny.png




Actually script:

PHP:
$main_content .= '<script language="JavaScript">
TargetDate = "8/9/2016 5:00 PM";
CountActive = true;
CountStepper = -1;
LeadingZero = false;
DisplayFormat = "<h1><center><font size=\'4\'>Tibia will start in:</font><font size=\'4\' color=\'red\'><br/> %%D%% day (s), %%H%% hour (s), %%M%% minutes and %%S%% seconds!</center></h1></font>";
FinishMessage = "It is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script>';
 
Back
Top