• 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 to remove .?

Simoria

Hola at me
Joined
May 3, 2012
Messages
447
Reaction score
10
Location
Sweden
Hi I want to remove a thing in my index on the website template . this is the script

Code:
	</div>
											<div class="item last">
												<div class="thumb"><img src="{$path}/templates/deathknight/images/slideshow_slide_1_thumb.jpg" alt="" /></div>
												<div class="title">Sorcerer</div>
												<div class="date">A Sustainable Sorcerer</div>
											</div>
										</div>
									</div>
									
									<div id="vt_maincontent">
										<h1><center><script language="JavaScript">
TargetDate = "6/1/2012 6:00 PM";
BackColor = "";
ForeColor = "withe";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "SimoriaOT starts 6/1/2012, 9:00PM %%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "SimoriaOT server it is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script></center></h1>	<div class="plzwork">{$main}</div>
									</div>
									
								</div>
							</div>
						</div>
						
						<div id="vt_rightpanel">
							<div id="vt_serverstatus">
								<div class="header status"></div>
								<div class="content">
									{foreach from=$worlds key=id item=world}
									<p><b>{$world}</b></p>
									{if $serverOnline[$id]}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#58FA58"><strong>Online</strong></font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td><font color="white">{$serverPlayers[$id]}/{$serverMax[$id]}</font></td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td><font color="white">{$serverUptime[$id]}</font></td>
										</tr>
									</table>
									{else}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#FE2E2E">Offline</font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td>---/---</td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td>---</td>
										</tr>
									</table>
									{/if}
									{/foreach}
								</div>
							</div>
							<div id="vt_serverstatus">
								<div class="header donate"></div>
								<div class="content">
									<p><center><font color="white">Donate to keep the server online</font></center></p>
									<p><center><a href="{$path}/index.php/p/v/gifts/donate"><b>Donate Here!</b></a></center></p>
								</div>
							</div>
							<div id="vt_topplayers">
								<div class="header topplayers"></div>
								<div class="content">
									{include_php file="templates/deathknight/topserverplayers.php"}
								</div>
							</div>
							
							</div>
						</div>
						
						<div id="vt_bottompanel">
							Copyrights &copy; 2011 by <a href="http://simoriaot.sytes.net">SimoriaOT</a>. All rights reserved.<br />
							Powered by <a href="">Modern AAC</a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</body>
</html>


And I want to remove this stuffs . But my website Just be wierd :S
Code:
<div id="vt_maincontent">
										<h1><center><script language="JavaScript">
TargetDate = "6/1/2012 6:00 PM";
BackColor = "";
ForeColor = "withe";
CountActive = true;
CountStepper = -1;
LeadingZero = true;
DisplayFormat = "SimoriaOT starts 6/1/2012, 9:00PM %%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
FinishMessage = "SimoriaOT server it is finally here!";
</script>
<script language="JavaScript" src="http://scripts.hashemian.com/js/countdown.js"></script></center>


Rep for help . and sorry for bad english :)
 
Probably thats should works.

Code:
</div>
											<div class="item last">
												<div class="thumb"><img src="{$path}/templates/deathknight/images/slideshow_slide_1_thumb.jpg" alt="" /></div>
												<div class="title">Sorcerer</div>
												<div class="date">A Sustainable Sorcerer</div>
											</div>
										</div>
									</div>
									
									<div id="vt_maincontent">
	<div class="plzwork">{$main}</div>
									</div>
									
								</div>
							</div>
						</div>
						
						<div id="vt_rightpanel">
							<div id="vt_serverstatus">
								<div class="header status"></div>
								<div class="content">
									{foreach from=$worlds key=id item=world}
									<p><b>{$world}</b></p>
									{if $serverOnline[$id]}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#58FA58"><strong>Online</strong></font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td><font color="white">{$serverPlayers[$id]}/{$serverMax[$id]}</font></td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td><font color="white">{$serverUptime[$id]}</font></td>
										</tr>
									</table>
									{else}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#FE2E2E">Offline</font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td>---/---</td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td>---</td>
										</tr>
									</table>
									{/if}
									{/foreach}
								</div>
							</div>
							<div id="vt_serverstatus">
								<div class="header donate"></div>
								<div class="content">
									<p><center><font color="white">Donate to keep the server online</font></center></p>
									<p><center><a href="{$path}/index.php/p/v/gifts/donate"><b>Donate Here!</b></a></center></p>
								</div>
							</div>
							<div id="vt_topplayers">
								<div class="header topplayers"></div>
								<div class="content">
									{include_php file="templates/deathknight/topserverplayers.php"}
								</div>
							</div>
							
							</div>
						</div>
						
						<div id="vt_bottompanel">
							Copyrights &copy; 2011 by <a href="http://simoriaot.sytes.net">SimoriaOT</a>. All rights reserved.<br />
							Powered by <a href="">Modern AAC</a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</body>
</html>
 
Probably thats should works.

Code:
</div>
											<div class="item last">
												<div class="thumb"><img src="{$path}/templates/deathknight/images/slideshow_slide_1_thumb.jpg" alt="" /></div>
												<div class="title">Sorcerer</div>
												<div class="date">A Sustainable Sorcerer</div>
											</div>
										</div>
									</div>
									
									<div id="vt_maincontent">
	<div class="plzwork">{$main}</div>
									</div>
									
								</div>
							</div>
						</div>
						
						<div id="vt_rightpanel">
							<div id="vt_serverstatus">
								<div class="header status"></div>
								<div class="content">
									{foreach from=$worlds key=id item=world}
									<p><b>{$world}</b></p>
									{if $serverOnline[$id]}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#58FA58"><strong>Online</strong></font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td><font color="white">{$serverPlayers[$id]}/{$serverMax[$id]}</font></td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td><font color="white">{$serverUptime[$id]}</font></td>
										</tr>
									</table>
									{else}
									<table cellspacing="0" cellpadding="3" border="0" width="100%">
										<tr>
											<td><font color="white">Server Status:</font></td>
											<td><font color="#FE2E2E">Offline</font></td>
										</tr>
										<tr>
											<td><font color="white">Players Online:</font></td>
											<td>---/---</td>
										</tr>
										<tr>
											<td><font color="white">Uptime:</font></td>
											<td>---</td>
										</tr>
									</table>
									{/if}
									{/foreach}
								</div>
							</div>
							<div id="vt_serverstatus">
								<div class="header donate"></div>
								<div class="content">
									<p><center><font color="white">Donate to keep the server online</font></center></p>
									<p><center><a href="{$path}/index.php/p/v/gifts/donate"><b>Donate Here!</b></a></center></p>
								</div>
							</div>
							<div id="vt_topplayers">
								<div class="header topplayers"></div>
								<div class="content">
									{include_php file="templates/deathknight/topserverplayers.php"}
								</div>
							</div>
							
							</div>
						</div>
						
						<div id="vt_bottompanel">
							Copyrights © 2011 by <a href="http://simoriaot.sytes.net">SimoriaOT</a>. All rights reserved.<br />
							Powered by <a href="">Modern AAC</a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</body>
</html>
tnx :P
 
Back
Top