Здравейте,сркрипт маняци.. 8) Искам да се обърна за мако помощ към вас има някакав човек който постоянно ми променя индекса истрива всичко което аз съм написал и пише "Идиот,Нещастник" и Други.Сайта сам си го правил лично аз(то си е цяла система ако питате)Може ли малко помощ Ето ми го Индекса
Използвам Хостинг от ИЦН.бг,няма какфо повече да кажа според мен,ако можете помогнете ми моля ви спешно е
Мерси Предварително ! 
Код:
<?php
require_once("header.php");
?>
<td id="page">
<?php
upozorenje($upozorenje);
//vote buttons
include_once "vote_links.php";
//vote buttons end
include_once "news.php";
?>
</td><td class="sidebar">
<?php
if ($a_user['is_guest'])
{
?>
<center>
<a href="./quest.php?name=register" title="">
<img src="res/wotlk/create_right.png" alt="">
</a>
</center>
<?php
}
else
{
?>
<center>
<strong>
[Account Details]
</strong></center>
<p>
<span class="details">
<strong>Username:</strong> <?php echo $a_user['login'] ?><br />
<strong>GM level:</strong> <?php echo $a_user['gm'] ?><br />
<strong>Vote Points:</strong> <?php echo $a_user['vp'] ?><br />
<strong>Donation Points:</strong> <?php echo $a_user['dp'] ?><br />
<strong>Banned:</strong> <?php if ($a_user['banned']=='0') {echo '<font color="lime">Not Banned</font>';} else {echo '<font color="red">Banned!'; if ($a_user['banreason']<>'') { echo ' Reason: "'.$a_user['banreason'].'"';} echo '</font>';} ?><br />
<?php if($a_user['lastip']<>get_remote_address()) {echo '<strong>Last IP:</strong> <font color="yellow" size="1">'.$a_user['lastip'].'<br />@ '.$a_user['lastlogin'].'</font><br><strong>Your IP:</strong> <font color="yellow" size="1">'.get_remote_address().'.</font>'; ?><br /><a href="./quest.php?name=passchange">» Change pass now!</a><?php }; ?>
</span>
</p>
<?php
}
?>
<center>
<img src="res/divider.png" class="divider" alt="">
</center>
<center>
<p>
<strong>
[<a href="./quest.php?name=status" title="">Online Players</a>]
</strong>
</p>
</center>
<center>
<font style="font-size:13px" color="#FFFFFF" face="Arial"><b>FunServer 1:</b></font></div>
<img src="realmstatus.php?realmid=1" alt="LOADING" width="130" height="20" />
<center>
<img src="res/divider.png" class="divider" alt="">
</center>
<font style="font-size:13px" color="#FFFFFF" face="Arial"><b>FunServer 2:</b></font></div>
<img src="realmstatus.php?realmid=2" alt="LOADING" width="130" height="20" />
</center>
<?php
if ($a_user['is_guest'])
{
?>
<center>
<img src="res/divider.png" class="divider" alt="">
</center>
<center>
<p>
<a href="<?php print $voteurl1; ?>" title="">
<img src="res/wotlk/1.jpg" alt="">
</a>
</p>
<p>
<a href="<?php print $voteurl2; ?>" title="">
<img src="res/wotlk/2.jpg" alt="">
</a>
</p>
<p>
<script type="text/javascript">
d=document;
d.write('<a href="http://www.tyxo.bg/?72419" title="Tyxo.bg counter" target=" blank"><img width="88" height="31" border="0" alt="Tyxo.bg counter"');
d.write(' src="http://cnt.tyxo.bg/72419?rnd='+Math.round(Math.random()*2147483647));
d.write('&sp='+screen.width+'x'+screen.height+'&r='+escape(d.referrer)+'" /><\/a>');
//-->
</script>
<noscript><a href="http://www.tyxo.bg/?72419" title="Tyxo.bg counter" target=" blank"><img src="http://cnt.tyxo.bg/72419" width="88" height="31" border="0" alt="Tyxo.bg counter" /></a></noscript>
</p>
</center>
<?php
}
?>
</td>
<?php
require_once("footer.php");
?>