Вход Регистрация
Файл: inc/petfarm/q_animals.php
Строк: 14
<?
include_once $_SERVER['DOCUMENT_ROOT'].'/inc/system/config.php';
$q=mysql_query("SELECT * FROM `kolhoz_petground` WHERE `id_user` = '$ku[id]' AND `id_pet` != '0'");
while(
$post=mysql_fetch_array($q))
{
if(
$post['time']>=$time)
{
$nt=$time-$post['last_rf'];
}
else
{
$nt=$post['time']-$post['last_rf'];
}
if(
$nt<0)$nt=0;
mysql_query("UPDATE `kolhoz_petground` SET `time_money2` = '".($post['time_money2']+$nt)."', `last_rf` = '$time' WHERE `id` = '$post[id]'");
}
?>
Онлайн: 1
Реклама