Irgendwie ist alles verknüpft
Beiträge von Hayru
-
-
Ah ja, danke für die nette Hilfe
-
-
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
-
Finde ich gut!
Einfach,schlicht gehalten, doch es sind zu wenig Informationen (für mich). Bin gespannt was draus wird :=) -
Wir müssen uns damit beschäftigen, da es auch uns treffen könnte und man über solche Fälle nicht hinweg schauen darf.
Was willst du denn tun, nach dem labern?
Zur Polizei gehen und sagen *es könnte uns treffen, schützt uns*? -
ich finde wir sollten uns nicht damit beschätigen, wir streiten uns doch nur ob das richtig war oder falsch
-
Mir gefallen Alle sehr gut ich hab ja gerade erst mit designen angefangen und bin richtig schlecht darin aber ich gebe nicht auf!
-
Ich mag EUCH!nicht!
-
Willkommen, obwohl ich selber erst Neu bin
-
Ich würde dir empfehlen:
Independence Day
und
Independence Day 2 Wirklich richtig cool! -
Update:
Spoiler anzeigen
Spoiler anzeigen
-
Hey RT
Da viele Leute Angefangen haben zu Pixeln, habe ich mir gedacht dies auch zutun.
Meine Werke:
VIPSETSpoiler anzeigen
Diese Möbel entstanden aus Langeweile, bitte seid nicht zu Hart zu mir.
-
Hallo Retrotowner,
ich bin neu hier in Retrotown, und würde mich über ein paar infos freuen!
Und mein Bruder ist seit 3 jahren in der retroszene! -
Ja Hallo,
Ich bin neu Hier und würde mich über ein paar auskundschaften freuen!
MFG FlyingHero