Просмотр файла index.php

Размер файла: 4.09Kb
<?php
header('Pragma: no-cache');
if (empty($v)) {header("Content-type:text/vnd.wap.wml;charset=utf-8");}
else {header("Content-type:text/html; charset=utf-8");}
include("config.php");
$sinfo=false;
$id=intval($id);
$in=check($in);
$dat=date("d.m");
if($id && $in) {
$datcat=mysql_fetch_row(mysql_query("SELECT `dat` FROM `cat_users` WHERE `id`='$id';"));
if ($datcat[0]!=$dat) {@mysql_query("UPDATE `cat_users` SET `incat`=0,`outcat`=0,`dat`='$dat';");}
@mysql_query("SELECT `id` FROM `cat_users` WHERE id='$id';");
$soft=check($HTTP_USER_AGENT);
if (mysql_affected_rows() != 0 && !eregi("opera.mini","$soft")) {
$ipss = getenv('REMOTE_ADDR');
$q=mysql_query("select * from `cat_pro` where id='$id' and locate(lower('$ipss'),lower(ip))>0;");
$rows=mysql_num_rows($q);
$q=mysql_query("select * from `cat_pro` where id='$id' and `in`='$in';");
$rowb=mysql_num_rows($q);
if($rows>1&&$rowb>1){
$q = @mysql_query("select `incat` from `cat_users` where id='$id';");
$data = @mysql_fetch_array($q);
$incat = $data['incat']+1;
@mysql_query("update `cat_users` set incat='$incat',`deltime`='".time()."' where id='$id';");
@mysql_query("update `cat_pro` set `in`='5' where `in`='$in';");
$catip=$ipss.".555";
@mysql_query("delete from `cat_pro` where ip='$catip';");}

if ($datcat[0]!=$dat) {@mysql_query("TRUNCATE TABLE `cat_pro`;");} 

$outin=mysql_fetch_row(mysql_query("SELECT `outcat`,`incat` FROM `cat_users` WHERE `id`='$id';"));
$ok = mysql_query("select `id` from `cat_stat` where id='$id' and dat='$dat';");
if (mysql_affected_rows() == 0) {
@mysql_query("INSERT INTO `cat_stat` VALUES(CURDATE(),'$dat','$id', '$outin[1]', '$outin[0]', '0')");
@mysql_query("delete from `cat_stat` where datadel<DATE_SUB(CURDATE(), INTERVAL 30 DAY)");
} else {
@mysql_query("UPDATE `cat_stat` SET incat = '$outin[1]' WHERE id = '$id' and dat = '$dat';");
}
$sinfo=true;
@mysql_query("select `deltime` from `cat_users` where `deltime` < '".(time()-7*24*3600)."' AND `incat`=0;");

}
} //check id

head($v,$title);

if ($sinfo==true) {
$tn=mysql_fetch_row(mysql_query("SELECT `site` FROM `cat_users` WHERE `id`='$id';"));
if (!empty($v)) {echo "<div class=\"wich\" style=\"text-align: left\">";}
echo "<u>$tn[0]</u><br/><a href=\"st.php?id=$id&amp;v=$v\">Статистика</a>";
if (!empty($v)) {echo "</div>";
} else {echo "<br/>---<br/>";}}


$countiz=0;
$countv=0;
$pri=mysql_query("select * from `cat_users` where activ='1';");
while($data=mysql_fetch_array($pri)){
$countiz=$countiz+$data['outcat'];
$countv=$countv+$data['incat'];}
$q=mysql_query("select * from `cat_cats` where 1 order by por asc");
while($data = @mysql_fetch_array($q)){
$catid=$data['id'];
if($active_site==1){
$qs=@mysql_query("select count(*) from `cat_users` where cat='$catid' and activ='1' and incat>'0';");}else{
$qs=@mysql_query("select count(*) from `cat_users` where cat='$catid' and activ='1';");}
$i=@mysql_fetch_array($qs);
if (!empty($v)) {echo "<div class=\"wich\" style=\"text-align: left\">";}
echo "&#187;<a href=\"cat.php?num=$catid&amp;v=$v\">".$data['name']."</a> [<u>".$i['count(*)']."</u>]<br/>";
if (!empty($v)) {echo "</div>";}
unset($catid);unset($qs);unset($i);}


if (empty($v)) {
echo "---<br/>
<a href=\"search.php\">Поиск</a><br/>
<a href=\"reg.php\">Регистрация</a><br/>
<a href=\"member.php\">Участникам</a><br/>
<u>WML</u>|<a href=\"index.php?v=html\">HTML</a><br/>
Из каталога: <u>$countiz</u><br/>
В каталог: <u>$countv</u><br/>-----<br/>
<a href=\"$index\">&#8592; На главную</a>";}
else {
echo "<div class=\"other\" style=\"text-align: left\">";
echo "<a href=\"search.php?v=html\">Поиск</a><br/>
<a href=\"reg.php?v=html\">Регистрация</a><br/>
<a href=\"member.php?v=html\">Участникам</a><br/>
<a href=\"index.php\">WML</a>|<u>HTML</u><br/>
Из каталога: <u>$countiz</u><br/>
В каталог: <u>$countv</u><br/>-----<br/>
<a href=\"$index\">&#8592; На главную</a>";
echo "</div>";
}

if (empty($v)) {
echo '</small></p></card></wml>';}
else {echo "</body></html>";}
@mysql_close($mysql);
?>