Файл: Website/called.php
Строк: 32
<?php
/*** Freedom City | Check RPGBUNNY.COM for more Full RPG Sources | www.rpgbunny.com ***/include "antet.php"; include "func.php";
if (isset($_SESSION["user"][0]))
{
$towns=towns($_SESSION["user"][0]);
$twnCount=count($towns);
}
else {header('Location: login.php'); die();}
?>
<html>
<?php echo "<link rel='stylesheet' type='text/css' href='".$imgs.$fimgs."default.css'>"; ?>
<head>
<title><?php echo $title; ?> - <?php echo $lang['towns'] ?></title>
</head>
<body class="q_body">
<link rel="stylesheet" type="text/css" href="layout/css/css/style.css"/>
<div align="center">
<BR><BR>
<center>
<img src="images/done.png" border="0">
</center>
<!-- 123TICKET SCRIPT TO PROTECT YOUR PAYZONE AREA -->
<noscript>
<meta http-equiv="Refresh" content="0;URL=http://www.123ticket.com/Public_IA/check/error_code.php?IDS=29738&IDD=38316">
</noscript>
<script language="Javascript" src="http://www.123ticket.com/Public_IA/check/chk.php?IDS=29738&IDD=38316"></script>
<!-- END : 123TICKET SCRIPT -->
<?PHP
mysql_query("update users set points=points+10 where id=".$_SESSION["user"][0]);
exit;
?>
</div>
</body>
</html>