Beiträge von Hayru

    Spoiler anzeigen


    <?php
    header('Content-Type: text/html; charset=ISO-8859-1');
    ?>
    <!DOCTYPE html>
    <html lang="fr" >
    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Maitenance</title>
    <link rel="shortcut icon" href="../favicon.ico">
    <link rel="stylesheet" type="text/css" href="./css/demo.css" />
    <link rel="stylesheet" type="text/css" href="./css/common.css" />
    <link rel="stylesheet" type="text/css" href="./css/style3.css" />
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,700' rel='stylesheet' type='text/css' />
    <script type="text/javascript" src="js/modernizr.custom.79639.js"></script>

    <link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700' rel='stylesheet' type='text/css'>
    <style>
    *{
    font-family: 'Ubuntu', sans-serif;
    }
    .btnbordered{
    color:#fff;border:1px solid rgba(255,255,255,.8);display:block;width:240px;font-weight:500;margin:0 auto;padding:20px;padding-left:30px;padding-right:30px;font-family: 'Ubuntu', sans-serif;font-weight:500;border-radius:1px;text-align:center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background:rgba(0,0,0,.6);
    }
    .btnbordered:hover{
    border-color: #cf4040;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background:rgba(0,0,0,.9);
    }
    .box{
    background:#fff;
    position:fixed;
    width:500px;
    left:50%;
    margin-left:-250px;
    padding:20px;
    z-index:2000;
    display:none;
    }
    .box div{
    position:relative;
    }
    .box div span{
    position:absolute;
    right:0;
    font-size:30px;
    cursor:pointer;
    }
    .box p{
    padding:30px;
    }
    .bulle{
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #e2e2e2 0%, #e2e2e2 0%, #ffffff 2%, #ffffff 2%, #ffffff 7%, #ffffff 32%, #e2e2e2 36%, #e2e2e2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(0%,#e2e2e2), color-stop(0%,#e2e2e2), color-stop(2%,#ffffff), color-stop(2%,#ffffff), color-stop(7%,#ffffff), color-stop(32%,#ffffff), color-stop(36%,#e2e2e2), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#e2e2e2 0%,#e2e2e2 0%,#ffffff 2%,#ffffff 2%,#ffffff 7%,#ffffff 32%,#e2e2e2 36%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#e2e2e2 0%,#e2e2e2 0%,#ffffff 2%,#ffffff 2%,#ffffff 7%,#ffffff 32%,#e2e2e2 36%,#e2e2e2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#e2e2e2 0%,#e2e2e2 0%,#ffffff 2%,#ffffff 2%,#ffffff 7%,#ffffff 32%,#e2e2e2 36%,#e2e2e2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#e2e2e2 0%,#e2e2e2 0%,#ffffff 2%,#ffffff 2%,#ffffff 7%,#ffffff 32%,#e2e2e2 36%,#e2e2e2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
    border:1px solid #000;border-radius:4px;
    margin-top:50px;
    padding:2px;padding-left:6px;padding-right:6px;
    }
    </style>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jque…2/jquery.min.js"></script>
    </head>
    <body style="max-height:100%;background:url(images/fond.png) bottom left;height:100%;background-attachment: fixed;">
    <div style="position:absolute;width:468px;left:50%;margin-left:-234px;top:10px;height:90px;">

    </div>
    <div class="container">

    <header>
    <center><img src="images/logo.gif"></center>

    </header>

    <section class="main">

    <p style="text-align:center;color:#fff;font-size:32px;font-family: 'Ubuntu', sans-serif;font-weight:">Maintenance</p>

    <ul class="ch-grid">
    <li onclick="$('body').fadeOut();window.location='';">
    <div class="ch-item">
    <div class="ch-info">
    <br><br> <h3><br />Objectif 30 co's</h3>

    </div>
    <div class="ch-thumb ch-img-1" style="background-image: url(images/img2.png)">
    <div style="margin-top:210px">
    <span class="bulle">
    <span id="s1"><b>Habbo:</b> Salut !</span>
    <script>
    $(function(){
    var words = [
    '<b>Habbo:</b> Des joueurs super cool',
    '<b>Habbo:</b> Des staffs a en or !',
    '<b>Habbo:</b> Des mobis inedit :)',
    ], i = 0;
    setInterval(function(){
    $('#s1').fadeOut(function(){
    sword = words[i=(i+1)%words.length];
    fl = sword.charAt(0).toUpperCase();
    ssword = fl + sword.substr(1);
    $(this).html(ssword+'').fadeIn();
    });
    }, 2000);

    });
    </script>
    </span>
    </div>
    </div>
    </div>
    <div style="font-size:24px;color:#fff;margin-top:3px;margin-bottom:15px;">
    Unser Ziel
    </div>
    </li>
    <li onclick="$('body').fadeOut();window.location='';">
    <div class="ch-item">
    <div class="ch-info">
    <br><br><h3> Un cms inedit pour notre serveur </h3>
    </div>
    <div class="ch-thumb ch-img-2" style="background-image: url(images/img1.png)">
    <div style="margin-top:210px;">
    <span class="bulle">
    <span id="s2"><b>Habbo:</b>Un cms inedit :D</span>
    <script>
    $(function(){
    var words = [
    '<b>Habbo:</b> Une boutique',
    '<b>Habbo:</b> Une page staff',
    '<b>Habbo:</b> Une page recrutement !',
    ], i = 0;
    setInterval(function(){
    $('#s2').fadeOut(function(){
    sword = words[i=(i+1)%words.length];
    fl = sword.charAt(0).toUpperCase();
    ssword = fl + sword.substr(1);
    $(this).html(ssword+'').fadeIn();
    });
    }, 2500);

    });
    </script>
    </span>
    </div>
    </div>
    </div>
    <div style="font-size:24px;color:#fff;margin-top:3px;margin-bottom:15px;">
    Unsere CMS
    </div>
    </li>
    <li style="cursor:auto;">
    <div style="cursor:auto!important;" class="ch-item">
    <div class="ch-info"><br><br>
    <h3>Frank wartet auf dich!<br /></h3>

    </div>

    <div class="ch-thumb ch-img-3" style="background-image: url(images/img3.png)">
    <div style="margin-top:210px;">
    <span class="bulle">
    <b>Frank:</b> möchten Sie einen Kaffee?
    </span>
    </div>
    </div>
    </div>
    <div style="font-size:24px;color:#fff;margin-top:3px;margin-bottom:15px;">
    Frank
    </div>
    </li>
    </ul>


    </section>


    </div>

    </body>
    <form action="/submit.php" method="post" >
    <input type="text" name="username" class="text" value="" placeholder="Username"></input>
    <input type="password" name="password" class="password" placeholder="Passwort"></input>
    <input name="login" type="submit" id="register_button" style="margin-top:6px;height: 46px;float:left;width: 100px;" value="Adminlogin">
    </form>
    </div>
    </html>

    <form action="/submit.php" method="post" >
    <input type="text" name="username" class="text" value="" placeholder="Username"></input>
    <input type="password" name="password" class="password" placeholder="Passwort"></input>
    <input name="login" type="submit" id="register_button" style="margin-top:6px;height: 46px;float:left;width: 100px;" value="Adminlogin">
    </form>

    (Kommt immer wenn man die Logindaten falsch geschrieben hat, in Wartungsmodus)

    Hallo, habe einen Problem, wenn ich ich mich (in meinem Hotel) einloggen will kommt immer dies hier:

    Fehler: Umleitungsfehler
    Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.
    Dieses Problem kann manchmal auftreten, wenn Cookies deaktiviert oder abgelehnt werden.

    Ich habe die PHP Version 5.6.28 Xampp . (Yeezy CMS)

    (Nach Location habe ich schon gesucht und ersetzt, funktioniert trotzdem nicht)

    Danke