Файл: 3020.ru/file_3020/403.html
Строк: 107
<?php
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Доступ Запрещен</title>
        <style>
                * {
                    margin:0;
                    padding:0;
                }
                html {
                    background: #e5e5e5;
                }
                body {
                    font:14px/1.3 'Segoe UI',Arial, sans-serif;
                    background-color:transparent;
                }
                a, a:visited  {
                    text-decoration:none;
                    color:#265CFF;
                }
                a:hover {
                    color:#2E7BFF;
                }
                section, footer, header {
                    display: block;
                }
                #page {
                    max-width: 768px;
                    overflow:hidden;
                    font-family: 'Open Sans', sans-serif;
                    border:1px solid #C3C3C3;
                    color:#5e5e5e;
                    background-color:#fff;
                    box-shadow: 0 0 20px rgba(0,0,0,0.05) inset, 0 0 20px rgba(0,0,0,0.3);
                    border-radius: 3px;
                    margin:20px auto;
                }
                #content  {
                    padding: 5px;
                    overflow-x: hidden;
                    padding-right: 10px;
                }
                #content p {
                    margin-bottom:10px;
                }
                #content img {
                    margin: 15px;
                }
                span.match {
                    background-color:#f8dda9;
                    border:1px solid #edd19b;
                    margin:-1px;
                }
                #header {
                    border-radius:3px 3px 0 0;
                    background-color:#eee;
                    height:60px;
                    background: rgb(255,255,255); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
                    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */                    border-bottom: 1px solid #CACACA;
                    box-shadow: 0 0 5px #DDD;
                    padding: 10px;
                }
                #header h1 {
                    font-family: 'Ubuntu', sans-serif;
                    line-height: 60px;
                    font-weight: 300;
                }
                #header h1 i {
                    color: #aeaeae;
                    font-style:normal;
                    font-size: 75%;
                }
                footer {
                    background-color: #dedede;
                    bottom: 0;
                    box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
                    height: 25px;
                    left: 0;
                    position: fixed;
                    width: 100%;
                    z-index: 1;
                }
                footer h2 {
                    color:#888;
                    font-size: 14px;
                    font-weight: normal;
                    margin: 0 auto;
                    max-width: 768px;
                    line-height: 25px;
                    margin-top: 0;
                    text-align: right;
                }
                footer h2 i {
                    font-style:normal;
                    color:#111;
                }
                footer a.tzine,a.tzine:visited {
                    color: #999999;
                    font-size: 12px;
                    left: 50%;
                    margin: 16px 0 0 110px;
                    position: absolute;
                    text-decoration: none;
                    top: 0;
                }
                footer a i {
                    color:#ccc;
                    font-style: normal;
                }
                footer a i b {
                    color:#c92020;
                    font-weight: normal;
                }
        </style>
    </head>
    <body>
        <div id="page">
            <div id="header">
                <h1>#403 <i>― Доступ Запрещен на сайте 4i4i.Ru</i></h1>
            </div>
            <div id="content">
                    <p>Код ошибки http сервера - ошибка 403 Forbidden<br /><br />Запрос отклонен по той причине, что сервер не хочет (или не имеет возможности) ответить клиенту.<br> Возможные причины ошибки:<br> Вы пытаетесь запустить CGI-скрипт, расположенный вне CGI-директории (например, в директории документов сервера www).<br> Можно запускать скрипты из www- директории только если в ней есть файл .htaccess (с точкой в начале) следующего содержания: Options +ExecCGI <br>Возможно, вы пытаетесь открыть картинку или статический HTML- файл, расположенный в CGI- директории.<br> Этого делать нельзя. Все рисунки (а также другие файлы, за исключениям скриптов) должны находиться в www-директории.<br> Если вы ожидаете получить листинг каталога, но выводится эта ошибка, вероятно, для данной директории выдача листинга запрещена (например, это CGI-папка).<br> Для разрешения листинга в нужной директории должен находиться файл .htaccess следующего содержания: Options +Indexes<br/><br/>
                    Если вы попали сюда по ссылке, оповестите об этом администрацию сайта через опубликованные контакты.<br>
                    <a href='/?'>Вернуться назад на сайт 4i4i.Ru</a> </p>
            </div>
        </div>
        <footer>
            <h2>ERROR 403: <i>FORBIDDEN</i> 4i4i.Ru</h2>
        </footer>
        <link href='http://fonts.googleapis.com/css?family=Ubuntu:300&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
        <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,600&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
    </body>
</html>
?>