A;adido Wotlk Futura Implementacion y Varios arreglos en js

This commit is contained in:
adevopg
2025-02-15 16:38:42 +01:00
parent 40f9b7b0a9
commit 4b83057131
247 changed files with 53731 additions and 5508 deletions
+4 -2
View File
@@ -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 -->
+1
View File
@@ -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">
+1
View File
@@ -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 -50
View File
@@ -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>