Файл: test.otwap.aux.su/pages/auclicks.php
Строк: 255
<form method="post">
<table align="center" width="500" border="0" class="text4">
<tr>
<td>Начало периода</td>
<td align="right">Конец периода</td>
</tr>
<tr>
<td>
<select name = "day" class="inpts">
<option value="01" <?php if (date("d") == "01") print ("selected"); ?>>1
<option value="02" <?php if (date("d") == "02") print ("selected"); ?>>2
<option value="03" <?php if (date("d") == "03") print ("selected"); ?>>3
<option value="04" <?php if (date("d") == "04") print ("selected"); ?>>4
<option value="05" <?php if (date("d") == "05") print ("selected"); ?>>5
<option value="06" <?php if (date("d") == "06") print ("selected"); ?>>6
<option value="07" <?php if (date("d") == "07") print ("selected"); ?>>7
<option value="08" <?php if (date("d") == "08") print ("selected"); ?>>8
<option value="09" <?php if (date("d") == "09") print ("selected"); ?>>9
<option value="10" <?php if (date("d") == "10") print ("selected"); ?>>10
<option value="11" <?php if (date("d") == "11") print ("selected"); ?>>11
<option value="12" <?php if (date("d") == "12") print ("selected"); ?>>12
<option value="13" <?php if (date("d") == "13") print ("selected"); ?>>13
<option value="14" <?php if (date("d") == "14") print ("selected"); ?>>14
<option value="15" <?php if (date("d") == "15") print ("selected"); ?>>15
<option value="16" <?php if (date("d") == "16") print ("selected"); ?>>16
<option value="17" <?php if (date("d") == "17") print ("selected"); ?>>17
<option value="18" <?php if (date("d") == "18") print ("selected"); ?>>18
<option value="19" <?php if (date("d") == "19") print ("selected"); ?>>19
<option value="20" <?php if (date("d") == "20") print ("selected"); ?>>20
<option value="21" <?php if (date("d") == "21") print ("selected"); ?>>21
<option value="22" <?php if (date("d") == "22") print ("selected"); ?>>22
<option value="23" <?php if (date("d") == "23") print ("selected"); ?>>23
<option value="24" <?php if (date("d") == "24") print ("selected"); ?>>24
<option value="25" <?php if (date("d") == "25") print ("selected"); ?>>25
<option value="26" <?php if (date("d") == "26") print ("selected"); ?>>26
<option value="27" <?php if (date("d") == "27") print ("selected"); ?>>27
<option value="28" <?php if (date("d") == "28") print ("selected"); ?>>28
<option value="29" <?php if (date("d") == "29") print ("selected"); ?>>29
<option value="30" <?php if (date("d") == "30") print ("selected"); ?>>30
<option value="31" <?php if (date("d") == "31") print ("selected"); ?>>31
</select>
<select name = "month" class="inpts">
<option value="1" <?php if (date("n") == "1") print ("selected"); ?>>Январь
<option value="2" <?php if (date("n") == "2") print ("selected"); ?>>Февраль
<option value="3" <?php if (date("n") == "3") print ("selected"); ?>>Март
<option value="4" <?php if (date("n") == "4") print ("selected"); ?>>Апрель
<option value="5" <?php if (date("n") == "5") print ("selected"); ?>>Май
<option value="6" <?php if (date("n") == "6") print ("selected"); ?>>Июнь
<option value="7" <?php if (date("n") == "7") print ("selected"); ?>>Июль
<option value="8" <?php if (date("n") == "8") print ("selected"); ?>>Август
<option value="9" <?php if (date("n") == "9") print ("selected"); ?>>Сентябрь
<option value="10" <?php if (date("n") == "10") print ("selected"); ?>>Октябрь
<option value="11" <?php if (date("n") == "11") print ("selected"); ?>>Ноябрь
<option value="12" <?php if (date("n") == "12") print ("selected"); ?>>Декабрь
</select>
<?php
print ("<select name = "year" class="inpts">");
for ($i = 2008; $i <= date("Y"); $i++) {
print ("<option value = "$i">$i");
}
print ("</select>");
?>
</td>
<td align="right">
<select name = "day_end" class="inpts">
<option value="01" <?php if (date("d") == "01") print ("selected"); ?>>1
<option value="02" <?php if (date("d") == "02") print ("selected"); ?>>2
<option value="03" <?php if (date("d") == "03") print ("selected"); ?>>3
<option value="04" <?php if (date("d") == "04") print ("selected"); ?>>4
<option value="05" <?php if (date("d") == "05") print ("selected"); ?>>5
<option value="06" <?php if (date("d") == "06") print ("selected"); ?>>6
<option value="07" <?php if (date("d") == "07") print ("selected"); ?>>7
<option value="08" <?php if (date("d") == "08") print ("selected"); ?>>8
<option value="09" <?php if (date("d") == "09") print ("selected"); ?>>9
<option value="10" <?php if (date("d") == "10") print ("selected"); ?>>10
<option value="11" <?php if (date("d") == "11") print ("selected"); ?>>11
<option value="12" <?php if (date("d") == "12") print ("selected"); ?>>12
<option value="13" <?php if (date("d") == "13") print ("selected"); ?>>13
<option value="14" <?php if (date("d") == "14") print ("selected"); ?>>14
<option value="15" <?php if (date("d") == "15") print ("selected"); ?>>15
<option value="16" <?php if (date("d") == "16") print ("selected"); ?>>16
<option value="17" <?php if (date("d") == "17") print ("selected"); ?>>17
<option value="18" <?php if (date("d") == "18") print ("selected"); ?>>18
<option value="19" <?php if (date("d") == "19") print ("selected"); ?>>19
<option value="20" <?php if (date("d") == "20") print ("selected"); ?>>20
<option value="21" <?php if (date("d") == "21") print ("selected"); ?>>21
<option value="22" <?php if (date("d") == "22") print ("selected"); ?>>22
<option value="23" <?php if (date("d") == "23") print ("selected"); ?>>23
<option value="24" <?php if (date("d") == "24") print ("selected"); ?>>24
<option value="25" <?php if (date("d") == "25") print ("selected"); ?>>25
<option value="26" <?php if (date("d") == "26") print ("selected"); ?>>26
<option value="27" <?php if (date("d") == "27") print ("selected"); ?>>27
<option value="28" <?php if (date("d") == "28") print ("selected"); ?>>28
<option value="29" <?php if (date("d") == "29") print ("selected"); ?>>29
<option value="30" <?php if (date("d") == "30") print ("selected"); ?>>30
<option value="31" <?php if (date("d") == "31") print ("selected"); ?>>31
</select>
<select name = "month_end" class="inpts">
<option value="1" <?php if (date("n") == "1") print ("selected"); ?>>Январь
<option value="2" <?php if (date("n") == "2") print ("selected"); ?>>Февраль
<option value="3" <?php if (date("n") == "3") print ("selected"); ?>>Март
<option value="4" <?php if (date("n") == "4") print ("selected"); ?>>Апрель
<option value="5" <?php if (date("n") == "5") print ("selected"); ?>>Май
<option value="6" <?php if (date("n") == "6") print ("selected"); ?>>Июнь
<option value="7" <?php if (date("n") == "7") print ("selected"); ?>>Июль
<option value="8" <?php if (date("n") == "8") print ("selected"); ?>>Август
<option value="9" <?php if (date("n") == "9") print ("selected"); ?>>Сентябрь
<option value="10" <?php if (date("n") == "10") print ("selected"); ?>>Октябрь
<option value="11" <?php if (date("n") == "11") print ("selected"); ?>>Ноябрь
<option value="12" <?php if (date("n") == "12") print ("selected"); ?>>Декабрь
</select>
<?php
print ("<select name = "year_end" class="inpts">");
for ($i = 2008; $i <= date("Y"); $i++) {
if (date("Y") == "$i") print ("<option value = "$i" selected>$i");
else print ("<option value = "$i">$i");
}
print ("</select>");
?>
</td>
</tr>
<tr>
<td colspan="4" align="center">
<input type="Hidden" name="submith" value="yes"><br>
<input type="Submit" value="Вывести результаты операций" class="fr1"></td>
</tr>
</table>
</form>
<br>
<?php
$submith = $_POST['submith'];
$day = $_POST['day'];
$month = $_POST['month'];
$year = $_POST['year'];
$day_end = $_POST['day_end'];
$month_end = $_POST['month_end'];
$year_end = $_POST['year_end'];
if (isset($submith)) {
$set = select("SELECT u.login, s.url, h.ip, h.date FROM `history_referal` h, `user` u, `sites` s WHERE h.id_to = '$_GET[id]' AND h.id_from = u.id AND s.id = h.from AND `date` >= "$year-$month-$day" AND `date` <= "$year_end-$month_end-$day_end"");
if (mysql_num_rows($set) > 0) {
echo "<table style='font-size:12' bgcolor=#111111 align=center><tr bgcolor=#aaaadd><td>Логин</td><td>URL</td><td>IP</td><td>Дата</td></tr>";
while ($row = mysql_fetch_row($set)) {
echo "<tr bgcolor=#aabaf0><td>$row[0]</td><td>$row[1]</td><td>$row[2]</td><td>$row[3]</td></tr>";
}
echo "</table>";
} else {
echo "Пока не было ни одного клика";
}
}
?>