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

Размер файла: 3.53Kb
<?

include "conf.php";

if(isset($id)&&!empty($id)){
$time=time();
$id=intval($id);
$q=mysql_query("select * from `kol` order by `time` desc limit 1 where id='$id'");
$lasttime=mysql_result($q,"time");
$difftime=$time-$lasttime;
if($difftime>2){
$ipss = getenv('REMOTE_ADDR');
//$ips = explode(".", $ip);
//unset($ips[3]);
//$ipss = implode(".", $ips);
$q=mysql_query("select * from `kol` where ip='$ipss' and id='$id'");
$rows=mysql_num_rows($q);
if($rows=="0"){mysql_query("insert into `kol` values('$time','$ipss','$id')");
$q = mysql_query("select * from `user` where id='$id';");
$data = @mysql_fetch_array($q);
$counter = $data['counter']+1;
mysql_query("update `user` set counter='$counter' where id='$id';");
$counter3=substr($counter,-3);
if($counter3=="000"){
$headers  = "From: $adminmail\n";
$headers .= "X-Sender: < $adminmail >\n";
$headers .= "Content-Type: text/plain; charset=\"utf-8\"\n";
$message = "Участник с id $id набрал $counter показов!\n\nЕго кошелёк: ".$data['wm']."\nE-mail: ".$data['mail']."\nМесто размещения(сайт): ".$data['url']."\nХостов в сутки: ".$data['atten'];
mail($adminmail,"$id - $counter",$message,$headers);}}}
header("Location: $site_perehod"); exit;
}else{
header ("Content-type:text/vnd.wap.wml; charset=utf-8");

print"<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE wml PUBLIC '-//WAPFORUM//DTD WML 1.1//EN' 'http://www.wapforum.org/DTD/wml_1.1.xml'>
<wml><head><meta http-equiv='Cache-Control' content='no-cache' forua='true'/></head>
<card id='reklama' title='wepp.net.ru'>";


if(!isset($a)){
print"<p align='left'>
Ваш логин:<br/>
<input type='text' name='login' maxlength='30'/><br/>
Ваш пароль:<br/>
<input type='password' name='password' maxlength='30'/><br/>
<img src='img/img.gif' alt=''/><anchor>Вход
<go href=\"index.php\" method=\"post\">
<postfield name=\"login\" value=\"$(login)\"/>
<postfield name=\"password\" value=\"$(password)\"/>
<postfield name=\"a\" value=\"entry\"/>
</go></anchor><br/>
<img src='img/img.gif' alt=''/><a href='reg.php'>Регистрация</a><br/>
<img src='img/img.gif' alt=''/><a href='cond.php'>Наши условия</a><br/>
<img src='img/img.gif' alt=''/><a href='contact.wml'>Контакты</a><br/>
<img src='img/img.gif' alt=''/><a href='http://wepp.net.ru/gb/index.php'>Гостевая</a><br/>";}
elseif(empty($login)||empty($password)){print"<p align='left'>Вы не ввели логин или пароль! <a href='./'>Ввести!</a><br/>";}
else{
$login=coding_alex(substr(trim($login), 0, 30));
$password=coding_alex(substr(trim($password), 0, 30));
$q = mysql_query("select * from `user` where  login='$login';");
$data = mysql_fetch_array($q);
if($data['pass']==$password){
print"<p align='left'><u>Переходов с Вашего сайта:</u> ".$data['counter']."<br/>";
print"<u>Ваш сайт:</u> ".$data['url']."<br/>";
$uearn=round(0.005*$data['counter'],2);
$roublearn=round(0.135*$data['counter'],2);
print"<u>Ваш заработок:</u> ".$uearn."wmz или ".$roublearn."wmr<br/>";
print"<u>Ссылка для размещения:</u> ".htmlspecialchars("<a href=\"http://wepp.net.ru/money/index.php?id=".$data['id']."\">Название ссылки</a><br/>")."<br/>";
}else{print"<p align='left'>Логин и/или пароль введены неверно! <a href='./'>Попробовать еще!</a><br/>";}}

print"<br/>&#169; <a href='http://wepp.net.ru'>wepp.net.ru</a><br/>
</p></card></wml>";}
?>