A;adido Wotlk Futura Implementacion y Varios arreglos en js
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -41,13 +41,15 @@
|
||||
<link rel="shortcut icon" href="{{ URL_PRINCIPAL }}/static/favicon.ico" />
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script src="https://www.google.com/recaptcha/api.js"></script>
|
||||
<!--
|
||||
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/power.js?lang=es"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/nw-scripts.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/login_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/my_account_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/recruit-response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/trade_points_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_email_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/register.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/security_token_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/change_password_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/rename_guild_response.js"></script>
|
||||
@@ -63,8 +65,8 @@
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/transfer_character_response.js"></script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/store_response.js"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
-->
|
||||
<script>var aowow_tooltips = { "colorlinks": true, "iconizelinks": true, "renamelinks": true }</script>
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js/nw-scripts.js"></script>
|
||||
|
||||
|
||||
<!-- Cookies -->
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
</div>
|
||||
<div class="box-content">
|
||||
<div class="body-box-content centered">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/login_response.js"></script>
|
||||
<form action="{% url 'login' %}" method="POST" id="nw-login-form" accept-charset="utf-8" onsubmit="event.preventDefault(); submitLoginForm();">
|
||||
{% csrf_token %}
|
||||
<table class="middle-center-table">
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
<div class="box-content">
|
||||
<div class="title-box-content"><h2>Información</h2></div>
|
||||
<div class="body-box-content">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/my_account_response.js"></script>
|
||||
<fieldset class="account-fieldset">
|
||||
<legend>Datos básicos</legend>
|
||||
<div class="separate">
|
||||
|
||||
@@ -1,31 +1,6 @@
|
||||
{% if request.session.username %}
|
||||
<div class="main-page">
|
||||
<div class="middle-content">
|
||||
<script>
|
||||
function checkAdBlocker() {
|
||||
let adBlockerDetected = false;
|
||||
|
||||
const testAdURL = "https://ultimowow.com/es/nw-js-handlers/openad.js";
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", testAdURL, false);
|
||||
try {
|
||||
xhr.send();
|
||||
if (xhr.status === 0) {
|
||||
adBlockerDetected = true;
|
||||
}
|
||||
} catch (e) {
|
||||
adBlockerDetected = true;
|
||||
}
|
||||
|
||||
return adBlockerDetected;
|
||||
}
|
||||
|
||||
if (checkAdBlocker()) {
|
||||
console.log("Ad blocker detectado");
|
||||
} else {
|
||||
console.log("No se detectó un ad blocker");
|
||||
}
|
||||
</script>
|
||||
<div class="body-content">
|
||||
<div class="title-content"><h1>Creación de cuenta</h1></div>
|
||||
<div class="box-content" id="focus" tabindex="1">
|
||||
@@ -58,31 +33,6 @@
|
||||
{% else %}
|
||||
<div class="main-page">
|
||||
<div class="middle-content">
|
||||
<script>
|
||||
function checkAdBlocker() {
|
||||
let adBlockerDetected = false;
|
||||
|
||||
const testAdURL = "https://ultimowow.com/es/nw-js-handlers/openad.js";
|
||||
const xhr = new XMLHttpRequest();
|
||||
xhr.open("GET", testAdURL, false);
|
||||
try {
|
||||
xhr.send();
|
||||
if (xhr.status === 0) {
|
||||
adBlockerDetected = true;
|
||||
}
|
||||
} catch (e) {
|
||||
adBlockerDetected = true;
|
||||
}
|
||||
|
||||
return adBlockerDetected;
|
||||
}
|
||||
|
||||
if (checkAdBlocker()) {
|
||||
console.log("Ad blocker detectado");
|
||||
} else {
|
||||
console.log("No se detectó un ad blocker");
|
||||
}
|
||||
</script>
|
||||
<div class="body-content">
|
||||
<div class="title-content"><h1>Creación de cuenta</h1></div>
|
||||
<div class="box-content" id="focus" tabindex="1">
|
||||
@@ -106,6 +56,7 @@
|
||||
<div class="body-box-content centered">
|
||||
<form action="" method="POST" id="nw-create-form" accept-charset="utf-8">
|
||||
<table class="middle-center-table">
|
||||
<script src="{{ URL_PRINCIPAL }}/static/nw-themes/nw-ryu/nw-js-handlers/register.js"></script>
|
||||
<tbody><tr>
|
||||
<td><input type="text" maxlength="17" name="username" id="username" placeholder="Nombre de usuario"></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user