{"id":106,"date":"2026-02-10T13:25:47","date_gmt":"2026-02-10T13:25:47","guid":{"rendered":"https:\/\/algesanet.com\/index.php\/clients\/"},"modified":"2026-03-26T22:54:44","modified_gmt":"2026-03-26T22:54:44","slug":"clients","status":"publish","type":"page","link":"https:\/\/algesanet.com\/index.php\/clients\/","title":{"rendered":"Portal de clientes &#8211; Internet"},"content":{"rendered":"\n<div id=\"validador-internet\" style=\"padding: 20px; border: 2px solid #0073aa; border-radius: 10px; background-color: #f0f8ff; text-align: center;\">\n<br>\n    <h4>\ud83d\udd12 Verificaci\u00f3n de Acceso por INTERNET<\/h4>\n    <p>Para acceder a este contenido, debe estar conectado a Internet fuera de la empresa.<\/p>\n    <br>\n    <button id=\"btn-validar\" onclick=\"validarInternet()\" \n            style=\"background-color: #0073aa; color: white; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; font-weight: bold;\">\n        Verificar mi conexi\u00f3n ahora\n    <\/button>\n<br>\n    <div id=\"mensaje-error\" style=\"display:none; margin-top: 15px; color: #d63638; font-weight: bold;\">\n        \u274c No se detect\u00f3 conexi\u00f3n con el servidor. <br>\n        <span style=\"font-size: 0.85em; font-weight: normal;\">Usted esta dentro del Wifi de la oficina, por favor conecte su Plan de Datos.<\/span>\n    <\/div>\n<br>\n<\/div>\n\n<div id=\"contenido-protegido\" style=\"display:none; margin-top: 20px; padding: 20px; border: 1px dashed #46b450;\">\n    <h4 style=\"color: #46b450;\">\u2705 \u00a1Acceso Concedido!<\/h4>\n    <p>Usted est\u00e1 navegando desde la Internet. Aqu\u00ed est\u00e1n sus recursos:<\/p>\n    <br> \n   <br>\n<div class=\"wp-block-button\" style=\"text-align: center; margin-bottom: 10px;\">\n    <a class=\"wp-block-button__link has-contrast-background-color has-background wp-element-button\" \n       href=\"http:\/\/201.222.50.142\/algesanet\/mapa.php\" \n       style=\"border-radius: 100px; \n              padding: 30px 0; \n              display: block; \n              width: 100%; \n              margin: 0 auto; \n              text-align: center; \n              font-weight: bold; \n              text-decoration: none;\n              background-color: #1b2268 !important;  \n              color: #ffffff !important;\">\n        Toma de Muestras\n    <\/a>\n<\/div>\n<br>\n<div class=\"wp-block-button\" style=\"text-align: center; margin-bottom: 10px;\">\n    <a class=\"wp-block-button__link has-contrast-background-color has-background wp-element-button\" \n       href=\"http:\/\/201.222.50.142\/algesanet\/index.php\" \n       style=\"border-radius: 100px; \n              padding: 30px 0; \n              display: block; \n              width: 100%; \n              margin: 0 auto; \n              text-align: center; \n              font-weight: bold; \n              text-decoration: none;                \n              background-color: #1b2268 !important;  \n              color: #ffffff !important;\">\n         *** Log\u00edstica ***\n    <\/a>\n<\/div>\n<br>\n<div class=\"wp-block-button\" style=\"text-align: center; margin-bottom: 10px;\">\n    <a class=\"wp-block-button__link has-contrast-background-color has-background wp-element-button\" \n       href=\"http:\/\/201.222.50.142\/algesanet\/LiberadosExpCG.php\" \n       style=\"border-radius: 100px; \n              padding: 30px 0; \n              display: block; \n              width: 100%; \n              margin: 0 auto; \n              text-align: center; \n              font-weight: bold; \n              text-decoration: none;background-color: #1b2268 !important;  \n              color: #ffffff !important;\">\n         Cargas Liberadas &#8211; Cargas Generales\n    <\/a>\n<\/div>    \n<br>\n<div class=\"wp-block-button\" style=\"text-align: center; margin-bottom: 10px;\">\n    <a class=\"wp-block-button__link has-contrast-background-color has-background wp-element-button\" \n       href=\"http:\/\/201.222.50.142\/algesanet\/LiberadosExpGR.php\" \n       style=\"border-radius: 100px; \n              padding: 30px 0; \n              display: block; \n              width: 100%; \n              margin: 0 auto; \n              text-align: center; \n              font-weight: bold; \n              text-decoration: none;\n              background-color: #1b2268 !important;  \n              color: #ffffff !important;\">\n         Cargas Liberadas &#8211; Cargas de Granos\n    <\/a>\n<\/div>\n<br>\n<\/div>\n\n<script>\nfunction validarInternet() {\n    const btn = document.getElementById('btn-validar');\n    const errorDiv = document.getElementById('mensaje-error');\n    const contenido = document.getElementById('contenido-protegido');\n    const validador = document.getElementById('validador-internet');\n\n    btn.innerText = \"Validando...\";\n    btn.disabled = true;\n    errorDiv.style.display = \"none\";\n\n    \/\/ Usamos la IP p\u00fablica y una imagen existente\n    const ipPublica = \"https:\/\/mtg.com.py\"; \n    const testImg = new Image();\n    \n    \/\/ Configuramos un temporizador de seguridad\n    \/\/ Si en 5 segundos no responde, asumimos que no hay acceso\n    const timeout = setTimeout(function() {\n        testImg.src = \"\"; \/\/ Cancelamos la carga\n        mostrarError();\n    }, 5000);\n\n    testImg.onload = function() {\n        clearTimeout(timeout);\n        validador.style.display = \"none\"; \n        contenido.style.display = \"block\";\n    };\n\n    testImg.onerror = function() {\n        clearTimeout(timeout);\n        mostrarError();\n    };\n\n    function mostrarError() {\n        btn.innerText = \"Verificar mi conexi\u00f3n ahora\";\n        btn.disabled = false;\n        errorDiv.style.display = \"block\";\n    }\n\n    \/\/ El ?t= asegura que no use la memoria cach\u00e9 del navegador\n    testImg.src = ipPublica + \"\/algesalogo.png?t=\" + new Date().getTime();\n}\n<\/script>\n\n\n\n<p data-wp-context---core-fit-text=\"core\/fit-text::{&quot;fontSize&quot;:&quot;&quot;}\" data-wp-init---core-fit-text=\"core\/fit-text::callbacks.init\" data-wp-interactive data-wp-style--font-size=\"core\/fit-text::context.fontSize\" class=\"has-fit-text\"><\/p>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udd12 Verificaci\u00f3n de Acceso por INTERNET Para acceder a este contenido, debe estar conectado a Internet fuera de la empresa. Verificar mi conexi\u00f3n ahora \u274c No se detect\u00f3 conexi\u00f3n con el servidor. Usted esta dentro del Wifi de la oficina, por favor conecte su Plan de Datos. \u2705 \u00a1Acceso Concedido! Usted est\u00e1 navegando desde la [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":59,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-106","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/pages\/106","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/comments?post=106"}],"version-history":[{"count":62,"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/pages\/106\/revisions\/322"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/media\/59"}],"wp:attachment":[{"href":"https:\/\/algesanet.com\/index.php\/wp-json\/wp\/v2\/media?parent=106"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}