"; } if (!empty($error)) { $errorcode = file_get_contents($error_url); $replace = "##error##"; $errorcode = str_replace($replace, $error, $errorcode); echo $errorcode; exit; } $internalfields = array ("submit", "reset", "send", "filesize", "formid", "captcha_code", "recaptcha_challenge_field", "recaptcha_response_field", "g-recaptcha-response"); $message .= $eol; $message .= "IP Address : "; $message .= $_SERVER['REMOTE_ADDR']; $message .= $eol; $logdata = ''; foreach ($_POST as $key => $value) { if (!in_array(strtolower($key), $internalfields)) { if (!is_array($value)) { $message .= ucwords(str_replace("_", " ", $key)) . " : " . $value . $eol; } else { $message .= ucwords(str_replace("_", " ", $key)) . " : " . implode(",", $value) . $eol; } } } $body = 'This is a multi-part message in MIME format.'.$eol.$eol; $body .= '--'.$boundary.$eol; $body .= 'Content-Type: text/plain; charset=UTF-8'.$eol; $body .= 'Content-Transfer-Encoding: 8bit'.$eol; $body .= $eol.stripslashes($message).$eol; if (!empty($_FILES)) { foreach ($_FILES as $key => $value) { if ($_FILES[$key]['error'] == 0) { $body .= '--'.$boundary.$eol; $body .= 'Content-Type: '.$_FILES[$key]['type'].'; name='.$_FILES[$key]['name'].$eol; $body .= 'Content-Transfer-Encoding: base64'.$eol; $body .= 'Content-Disposition: attachment; filename='.$_FILES[$key]['name'].$eol; $body .= $eol.chunk_split(base64_encode(file_get_contents($_FILES[$key]['tmp_name']))).$eol; } } } $body .= '--'.$boundary.'--'.$eol; if ($mailto != '') { mail($mailto, $subject, $body, $header); } header('Location: '.$success_url); exit; } ?>
Баннерные места | Частота показов | Главная страница | Ключевые разделы (все остальные страницы) |
Стоимость, грн. (7 дней) |
Стоимость, грн. (28 дней) |
Растяжка 1 | 100% | + | + | - | 500 |
Блок 1 | - | - | - | - | - |
Растяжка 2 | 100% | + | + | - | 200 |
Блок 2 | 100% | - | + | - | 200 |
Блок 3 | 100% | - | + | - | 180 |
Блок 4 | 100% | - | + | - | 200 |
Посещаемость: более 1500 уникальных поситителей в день; более 45000 уникальных поситителей в месяц; |
Активность: более 600 страниц в день; более 19 000 страниц в месяц; |
Пол: мужской - 61,8% женский - 38,2% |
Возраст: младше 18 лет - 5,09% 18-24 лет - 16,9% 24-34 лет - 46,8% 35-44 лет - 9,9% 45 лет и старше - 23,1% |