Files
xmpp-web/register
2025-06-30 20:03:43 +03:00

92 lines
5.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<link rel="icon" type="image/png" href="https://forsen-cock.dedyn.io/favicon.png">
<link href="register_files/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous">
<script src="register_files/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="register_files/bootstrap.min.js" integrity="sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo= sha512-2e8qq0ETcfWRI4HJBzQiA3UoyFk6tbNyG+qSaIBZLyW9Xf3sWZHN/lxe9fTh1U45DpPf07yj94KsUHHWe4Yk1A==" crossorigin="anonymous"></script>
<title>Реєстрація облікового запису XMPP</title>
</head>
<body>
<script type="text/javascript" language="JavaScript">
<!-- Begin
function checkPw(form) {
pw = document.getElementById("pw").value;
pw2 = document.getElementById("pw2").value;
if (pw != pw2) {
alert ("\nНеправильний пароль!\nСпробуйте ще раз!")
document.getElementById("pw").value = "";
document.getElementById("pw2").value = "";
document.getElementById("pw").focus();
return false;
}
else
// alles OK
// bei Bedarf Aktion eintragen
return true;
}
// End -->
</script>
<!-- h1 class="text-center">forsen-cock.dedyn.io XMPP Account Registration</h1 -->
<div class="container">
<div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<div class="panel panel-info">
<div class="panel-heading">
<div class="panel-title">Реєстрація</div>
</div>
<div style="padding-top:30px" class="panel-body">
<h3 class="text-center text-danger"></h3>
<form action="/register" method="post" class="form-horizontal" role="form" onsubmit="return checkPw(this)">
<div style="margin-bottom: 25px" class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-user"></i></span>
<input type="text" class="form-control" name="username" placeholder="Ім'я користувача">
<span class="input-group-addon">@forsen-cock.dedyn.io</span>
</div>
<div style="margin-bottom: 25px" class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span>
<input type="password" class="form-control" name="password" placeholder="Пароль" id="pw">
</div>
<div style="margin-bottom: 25px" class="input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></span>
<input type="password" class="form-control" name="confirm_password" placeholder="Підтвердження паролю" id="pw2">
</div>
<div style="margin-bottom: 25px" class="input-group">
<script src="register_files/api.js" async="" defer="defer"></script>
<div class="h-captcha" data-sitekey="437f699f-2a8e-40a3-a54a-17d4144cab5d"><iframe src="register_files/hcaptcha.html" tabindex="0" frameborder="0" scrolling="no" title="Widget containing checkbox for hCaptcha security challenge" data-hcaptcha-widget-id="04s6xrz12h1h" data-hcaptcha-response="" style="pointer-events: auto; background-color: rgba(255, 255, 255, 0); width: 303px; height: 78px; overflow: hidden;"></iframe><textarea id="g-recaptcha-response-04s6xrz12h1h" name="g-recaptcha-response" style="display: none;"></textarea><textarea id="h-captcha-response-04s6xrz12h1h" name="h-captcha-response" style="display: none;"></textarea></div>
</div>
<div style="margin-top:10px" class="form-group">
<div class="col-sm-12 controls">
<input type="submit" value="Зареєструватися" class="btn btn-success">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div style="background-color: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px; border-radius: 4px; left: auto; top: -10000px; z-index: -2147483648; position: absolute; pointer-events: auto; transition: opacity 0.15s ease-out; opacity: 0; visibility: hidden;" aria-hidden="true"><div style="position: relative; z-index: 1;"><iframe src="register_files/hcaptcha_002.html" frameborder="0" scrolling="no" title="Main content of the hCaptcha challenge" style="border: 0px; z-index: 2000000000; position: relative;"></iframe></div><div style="width: 100%; height: 100%; position: fixed; pointer-events: none; top: 0px; left: 0px; z-index: 0; background-color: rgb(255, 255, 255); opacity: 0.05;"></div><div style="border-width: 11px; position: absolute; pointer-events: none; margin-top: -11px; z-index: 1; right: 100%;"><div style="border-width: 10px; border-style: solid; border-color: transparent rgb(255, 255, 255) transparent transparent; position: relative; top: 10px; z-index: 1;"></div><div style="border-width: 11px; border-style: solid; border-color: transparent rgb(215, 215, 215) transparent transparent; position: relative; top: -11px; z-index: 0;"></div></div></div></body></html>