// Internet Explorer 8 has some aggressive caching mechanism, which also caches our hash and could allow multi-votes.
header('Cache-Control: no-cache');
header('Pragma: no-cache');
header('Expires: ' . gmdate(DATE_RFC1123, time()-1));
// not anymore!
require("connect.php");
require($_SERVER["DOCUMENT_ROOT"]."/scripts/global_scripts/hashes.php"); // this in turn loads functions.php
/*
// check that the visitor hasn't already voted
$ipcheck = mysql_query("SELECT * FROM 2009_07_06_Interior_Competition_Voting_RU WHERE ip = '".$_SERVER['REMOTE_ADDR']."' ORDER BY timestamp DESC");
if (mysql_num_rows($ipcheck)) {
$ipcheck_array = mysql_fetch_array($ipcheck);
$time = time() - $ipcheck_array['timestamp'];
if ($time < 30) {
$votestatus = 0; // not allowed to vote
} else {
$votestatus = 1; // allowed to vote (30 seconds passed)
$hash = createhash("nvdainterior");// generate a hash!
}
} else {
$votestatus = 1; // allowed to vote
$hash = createhash("nvdainterior");// generate a hash!
}
*/
if ($_GET['bugcheck'] == 1) { // debug routine
echo mysql_num_rows($ipcheck);
echo "
";
echo $_SERVER['REMOTE_ADDR'];
echo "
";
echo $time;
echo "
";
echo $votestatus;
echo "
";
echo $hash;
die();
}
// set up artist names into an array
$artistname[1] = "Олег Кулик";
$artistname[2] = "Павел Ильин";
$artistname[3] = "Семен Лазунов";
$artistname[4] = "Деймус Лав";
$artistname[5] = "Алексей Деденко";
$artistname[6] = "Алексей Рязановский ";
$artistname[7] = "Артем Золотарев";
$artistname[8] = "Владислав Кирюшкин ";
$artistname[9] = "Антон Ижбараев";
$artistname[10] = "Владимир Блинов";
$artistname[11] = "Игорь Бармин";
$artistname[12] = "Eugene Delamure";
$artistname[13] = "Fineart Design";
$artistname[14] = "Максим Балашов";
$artistname[15] = "Александр Пазуренко ";
$artistname[16] = "Visuart (Павел Лукьянов)";
$artistimages[1] = 3;
$artistimages[2] = 8;
$artistimages[3] = 6;
$artistimages[4] = 5;
$artistimages[5] = 2;
$artistimages[6] = 5;
$artistimages[7] = 4;
$artistimages[8] = 5;
$artistimages[9] = 5;
$artistimages[10] = 3;
$artistimages[11] = 2;
$artistimages[12] = 1;
$artistimages[13] = 1;
$artistimages[14] = 6;
$artistimages[15] = 4;
$artistimages[16] = 3;
?>
| NVIDIA > Конкурс интерьерной визуализации «IT-Retail Design» > Галерея работ | |
![]() Школа компьютерной графики и дизайна RealTime и компания NVIDIA c 25 мая по 26 июня проводили конкурс, посвященный интерьерной визуализации. Тема — создание интерьера помещения магазина компьютерной техники на основе плана абстрактного помещения в 3D или 2D формате. На наш конкурс были присланы оригинальные интерьерные решения из многих городов России и стран СНГ, которые мы выставляем на ваше обозрение. Победители конкурса
Галерея работ
// generate all blocks of work
for ($i = 1; $i <= 16; $i++) {
?>
if ($i == 4 || $i == 8 || $i == 12 || $i == 16) {
echo '';
}
}
?>
|