sanandreas.net.br Open in urlscan Pro
172.67.167.181  Public Scan

Submitted URL: http://sanandreas.net.br/
Effective URL: https://sanandreas.net.br/
Submission: On May 24 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST processar-formulario.php

<form action="processar-formulario.php" method="post" class="container" id="formComprar" onsubmit="return validateForm()">
  <h2>Formulário de Compra</h2>
  <div id="google_translate_element" style="margin-bottom: 20px;">
    <div class="skiptranslate goog-te-gadget" dir="ltr" style="display: none;">
      <div id=":0.targetLanguage" class="goog-te-gadget-simple" style="white-space: nowrap;"><img src="https://www.google.com/images/cleardot.gif" class="goog-te-gadget-icon" alt=""
          style="background-image: url(&quot;https://translate.googleapis.com/translate_static/img/te_ctrl3.gif&quot;); background-position: -65px 0px;"><span
          style="vertical-align: middle;"><a aria-haspopup="true" class="VIpgJd-ZVi9od-xl07Ob-lTBxed" href="#"><span></span><img src="https://www.google.com/images/cleardot.gif" alt="" width="1" height="1"><span style="border-left: 1px solid rgb(187, 187, 187);">​</span><img src="https://www.google.com/images/cleardot.gif" alt="" width="1" height="1"><span aria-hidden="true" style="color: rgb(118, 118, 118);">▼</span></a></span>
      </div>
    </div>
  </div>
  <div id="server-count-container">
    <p>Servidores Online na Host: <span id="server-count">21</span></p>
  </div>
  <script>
    function updateServerCount() {
      var xhr = new XMLHttpRequest();
      xhr.open("GET", "get_server_count.php", true);
      xhr.onreadystatechange = function() {
        if (xhr.readyState == 4 && xhr.status == 200) {
          var serverCount = xhr.responseText;
          document.getElementById("server-count").innerText = serverCount;
        }
      };
      xhr.send();
    }
    document.addEventListener('DOMContentLoaded', function() {
      updateServerCount();
    });
    setInterval(function() {
      updateServerCount();
    }, 300000); // 5 minutos em milissegundos
  </script>
  <label for="discord">Discord:</label>
  <input type="text" id="discord" name="discord" required="">
  <label for="email">Email:</label>
  <input type="email" id="email" name="email" required="">
  <label for="produtos">Escolha o produto:</label>
  <select id="produtos" name="produtos" required="">
    <option value="SA-MP Host 60 Slots por R$5,99">SA-MP Host 60 Slots por R$5,99</option>
    <option value="SA-MP Host 100 Slots por R$9,99">SA-MP Host 100 Slots por R$9,99</option>
    <option value="SA-MP Host 200 Slots por R$10,99">SA-MP Host 200 Slots por R$10,99</option>
    <option value="SA-MP Host 300 Slots por R$11,99">SA-MP Host 300 Slots por R$11,99</option>
    <option value="SA-MP Host 400 Slots por R$12,99">SA-MP Host 400 Slots por R$12,99</option>
    <option value="SA-MP Host 500 Slots por R$13,99">SA-MP Host 500 Slots por R$13,99</option>
    <option value="SA-MP Host 600 Slots por R$14,99">SA-MP Host 600 Slots por R$14,99</option>
    <option value="SA-MP Add Jogadores na Lista R$5,99/cada 60">SA-MP Add Jogadores na Lista R$5,99/cada 60</option>
    <option value="Destaque SA-MP Server 30 Dias R$19,99">Destaque SA-MP Server 30 Dias R$19,99</option>
    <option value="GM SA-MP Brasil Fort Carson (Original©) R$50,00">GM SA-MP Brasil Fort Carson (Original©) R$50,00</option>
  </select>
  <label for="pagamento">Forma de Pagamento:</label>
  <select id="pagamento" name="pagamento" onchange="mostrarFormaPagamento()">
    <option value="outro">Selecione uma forma de pagamento</option>
    <option value="pix">Pix</option>
    <option value="mercadopago">Mercado Pago</option>
    <option value="paypal">PayPal</option>
    <option value="bitcoin">Bitcoin</option>
  </select>
  <div id="chavePixContainer" style="display:none;">
    <label for="chavePix">Chave PIX:</label>
    <input type="text" id="chavePix" name="chavePix" readonly="" value="contato@sanandreas.net.br">
    <img id="qrcodePix" src="qrpix.png" alt="QR Code PIX" style="max-width: 200px;">
  </div>
  <div id="mercadopagoContainer" style="display:none; margin-top: 10px;">
    <p>Clique no botão abaixo para pagar com Mercado Pago:</p>
    <a href="https://link.mercadopago.com.br/kerberoshosting" target="_blank"><button type="button">Pagar com Mercado Pago</button></a>
  </div>
  <div id="paypalContainer" style="display:none; margin-top: 10px;">
    <p>Clique no botão abaixo para pagar com PayPal:</p>
    <a href="https://www.paypal.com/donate/?hosted_button_id=UVJATBVMNSAGC" target="_blank"><button type="button">Pagar com PayPal</button></a>
  </div>
  <div id="bitcoinContainer" style="display:none;">
    <label for="chaveBitcoin">Chave de pagamento Bitcoin:</label>
    <input type="text" id="chaveBitcoin" name="chaveBitcoin" readonly="" value="1L3qo3UnRgeL1qux7TCrysWrPkLPQYX9rf">
    <img id="qrcodeBitcoin" src="qrbitcoin.png" alt="QR Code Bitcoin" style="max-width: 200px;">
  </div>
  <script>
    function mostrarFormaPagamento() {
      var selectPagamento = document.getElementById("pagamento");
      var chaveBitcoinContainer = document.getElementById("bitcoinContainer");
      var chavePixContainer = document.getElementById("chavePixContainer");
      var mercadopagoContainer = document.getElementById("mercadopagoContainer");
      var paypalContainer = document.getElementById("paypalContainer");
      switch (selectPagamento.value) {
        case "pix":
          chavePixContainer.style.display = "block";
          chaveBitcoinContainer.style.display = "none";
          mercadopagoContainer.style.display = "none";
          paypalContainer.style.display = "none";
          chavePix.value = "contato@sanandreas.net.br";
          break;
        case "mercadopago":
          mercadopagoContainer.style.display = "block";
          chaveBitcoinContainer.style.display = "none";
          chavePixContainer.style.display = "none";
          paypalContainer.style.display = "none";
          break;
        case "paypal":
          paypalContainer.style.display = "block";
          chaveBitcoinContainer.style.display = "none";
          chavePixContainer.style.display = "none";
          mercadopagoContainer.style.display = "none";
          break;
        case "bitcoin":
          chaveBitcoinContainer.style.display = "block";
          chavePixContainer.style.display = "none";
          mercadopagoContainer.style.display = "none";
          paypalContainer.style.display = "none";
          chaveBitcoin.value = "1L3qo3UnRgeL1qux7TCrysWrPkLPQYX9rf";
          break;
        default:
          chaveBitcoinContainer.style.display = "none";
          chavePixContainer.style.display = "none";
          mercadopagoContainer.style.display = "none";
          paypalContainer.style.display = "none";
          break;
      }
    }
  </script>
  <label for="comprovanteLink">Link do Comprovante de Pagamento:</label>
  <input type="url" id="comprovanteLink" name="comprovanteLink" placeholder="https://imgbb.com/..." required="">
  <div class="g-recaptcha" data-sitekey="6LdYxxMpAAAAAFVtBBvMiRjGLMsxWXTnMePRN4YE">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-bf0kwk87db80" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdYxxMpAAAAAFVtBBvMiRjGLMsxWXTnMePRN4YE&amp;co=aHR0cHM6Ly9zYW5hbmRyZWFzLm5ldC5icjo0NDM.&amp;hl=de&amp;v=joHA60MeME-PNviL59xVH9zs&amp;size=normal&amp;cb=rpu4k44povd"></iframe>
      </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div>
  <p>Para enviar o comprovante de pagamento, clique no botão abaixo para acessar o site <a href="https://imgbb.com/" target="_blank">pasteboard.co</a>. Faça o upload da imagem e copie o link gerado para colar no campo acima.</p>
  <a href="https://imgbb.com/" target="_blank"><button type="button">Criar Link do Comprovante</button></a>
  <button type="submit">Confirmar Compra</button>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

SAN ANDREAS HOSTING





FORMULÁRIO DE COMPRA

▼

Servidores Online na Host: 21

Discord: Email: Escolha o produto: SA-MP Host 60 Slots por R$5,99 SA-MP Host 100
Slots por R$9,99 SA-MP Host 200 Slots por R$10,99 SA-MP Host 300 Slots por
R$11,99 SA-MP Host 400 Slots por R$12,99 SA-MP Host 500 Slots por R$13,99 SA-MP
Host 600 Slots por R$14,99 SA-MP Add Jogadores na Lista R$5,99/cada 60 Destaque
SA-MP Server 30 Dias R$19,99 GM SA-MP Brasil Fort Carson (Original©) R$50,00
Forma de Pagamento: Selecione uma forma de pagamento Pix Mercado Pago PayPal
Bitcoin
Chave PIX:

Clique no botão abaixo para pagar com Mercado Pago:

Pagar com Mercado Pago

Clique no botão abaixo para pagar com PayPal:

Pagar com PayPal
Chave de pagamento Bitcoin:
Link do Comprovante de Pagamento:


Para enviar o comprovante de pagamento, clique no botão abaixo para acessar o
site pasteboard.co. Faça o upload da imagem e copie o link gerado para colar no
campo acima.

Criar Link do Comprovante Confirmar Compra

Originaltext

Diese Übersetzung bewerten
Mit deinem Feedback können wir Google Übersetzer weiter verbessern



Em Breve

Servidores

Painel OGP

Em Breve


🕒 SUPORTE ESPECIALIZADO

Nosso suporte está disponível das 9h às 22h -03 GMT. Conte com nossa equipe para
ajudar.


🌐 COMUNIDADE ATIVA

Participe de nossa comunidade! Vídeos tutoriais, chat de dúvidas no Discord.


🤖 ASSISTÊNCIA AI

Nossa inteligência artificial GPT está pronta para auxiliar você. Tire dúvidas e
receba suporte em programação.


🔊 SUPORTE A VOIP

Integre voz ao seu servidor com suporte a VoIP. Comunique-se de forma eficiente
e envolvente.


🐧 MÁQUINA LINUX

Servidores dedicados com suporte a plugins exclusivamente no formato .so.
Potencialize seu servidor SA-MP!


💰 PLANOS ACESSÍVEIS

Oferecemos planos com preços imbatíveis e promoções incríveis. Garantimos os
melhores preços do mercado!


⚡ PING BRASILEIRO

Garantimos um ping brasileiro excepcional de 10~50 ms. Proporcione uma
experiência de jogo rápida e estável para seus jogadores.


🎛️ PAINEL DE QUALIDADE

Nosso serviço inclui painel de última geração. Controle total do seu servidor
SA-MP com facilidade e eficiência.

© 2023 - 2024 San Andreas Hosting. Todos os direitos reservados.