918kiss2-download.com Open in urlscan Pro
38.6.166.29  Public Scan

URL: http://918kiss2-download.com/
Submission: On December 26 via api from BE — Scanned from US

Form analysis 2 forms found in the DOM

POST /index.php?m=home&c=Lists&a=gbook_submit&lang=cn

<form method="POST" action="/index.php?m=home&amp;c=Lists&amp;a=gbook_submit&amp;lang=cn" enctype="multipart/form-data" onsubmit="return submit7f1b439c9788dbebc255554bd9a5dbc7(this);" class="ch_form">
  <ul>
    <li class="item item_name">
      <input type="text" name="attr_2" id="attr_2" placeholder="* Name">
    </li>
    <li class="item item_email">
      <input type="text" name="attr_4" id="attr_4" placeholder="* Email">
    </li>
    <li class="item item_phone">
      <input type="text" name="attr_3" id="attr_3" placeholder="Phone">
    </li>
    <li class="item item_message">
      <textarea name="attr_5" id="attr_5" placeholder="* Message"></textarea>
    </li>
  </ul>
  <div class="item item_submit">
    <input type="submit" value="Send" name="submit" class="submit_btn gtm_submit_btn" style=" margin:0">
  </div>
  <br>
  <input type="hidden" name="gourl" id="gourl_7f1b439c9788dbebc255554bd9a5dbc7" value="http%3A%2F%2F918kiss2-download.com%2F"><input type="hidden" name="typeid" value="2"><input type="hidden" name="__token__7f1b439c9788dbebc255554bd9a5dbc7"
    id="7f1b439c9788dbebc255554bd9a5dbc7" value="a98f90f24c4808c5fb1de56a0b5b1701"><input type="hidden" name="form_type" value="1">
  <script type="text/javascript">
    function submit7f1b439c9788dbebc255554bd9a5dbc7(elements) {
      if (document.getElementById('gourl_7f1b439c9788dbebc255554bd9a5dbc7')) {
        document.getElementById('gourl_7f1b439c9788dbebc255554bd9a5dbc7').value = encodeURIComponent(window.location.href);
      }
      var x = elements;
      for (var i = 0; i < x.length; i++) {
        if (x[i].name == 'attr_2' && x[i].value.length == 0) {
          alert('Name Cannot be empty!');
          return false;
        }
        if (x[i].name == 'attr_3' && x[i].value.length == 0) {
          alert('Phone Cannot be empty!');
          return false;
        }
        if (x[i].name == 'attr_4' && x[i].value.length == 0) {
          alert('Email Cannot be empty!');
          return false;
        }
      }
      elements.submit();
    }

    function ey_fleshVerify_1735173191(id) {
      var token = id.replace(/verify_/g, '__token__');
      var src = "/index.php?m=api&c=Ajax&a=vertify&type=guestbook&lang=cn&token=" + token;
      src += "&r=" + Math.floor(Math.random() * 100);
      document.getElementById(id).src = src;
    }

    function f49666bdc223263c7c2e197462addabc3() {
      var ajax = new XMLHttpRequest();
      ajax.open("post", "/index.php?m=api&c=Ajax&a=get_token", true);
      ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
      ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
      ajax.send("name=__token__7f1b439c9788dbebc255554bd9a5dbc7");
      ajax.onreadystatechange = function() {
        if (ajax.readyState == 4 && ajax.status == 200) {
          document.getElementById("7f1b439c9788dbebc255554bd9a5dbc7").value = ajax.responseText;
          document.getElementById("gourl_7f1b439c9788dbebc255554bd9a5dbc7").value = encodeURIComponent(window.location.href);
        }
      }
    }
    f49666bdc223263c7c2e197462addabc3();

    function getNext1598839807(id, name, level) {
      var input = document.getElementById('attr_' + name);
      var first = document.getElementById('first_id_' + name);
      var second = document.getElementById('second_id_' + name);
      var third = document.getElementById('third_id_' + name);
      var findex = '',
        fvalue = '',
        sindex = '',
        svalue = '',
        tindex = '',
        tvalue = '',
        value = '';
      if (level == 1) {
        if (second) {
          second.style.display = 'none';
          second.innerHTML = '';
        }
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        input.value = fvalue;
        value = fvalue;
      } else if (level == 2) {
        if (third) {
          third.style.display = 'none';
          third.innerHTML = '';
        }
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        if (svalue) {
          input.value = fvalue + ',' + svalue;
          value = svalue;
        } else {
          input.value = fvalue;
        }
      } else if (level == 3) {
        findex = first.selectedIndex;
        fvalue = first.options[findex].value;
        sindex = second.selectedIndex;
        svalue = second.options[sindex].value;
        tindex = third.selectedIndex;
        tvalue = third.options[tindex].value;
        if (tvalue) {
          input.value = fvalue + ',' + svalue + ',' + tvalue;
          value = tvalue;
        } else {
          input.value = fvalue + ',' + svalue;
        }
      }
      if (value) {
        if (document.getElementById(id)) {
          document.getElementById(id).options.add(new Option('Please select ', ''));
          var ajax = new XMLHttpRequest();
          ajax.open("post", "/index.php?m=api&c=Ajax&a=get_region", true);
          ajax.setRequestHeader("X-Requested-With", "XMLHttpRequest");
          ajax.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
          ajax.send("pid=" + value);
          ajax.onreadystatechange = function() {
            if (ajax.readyState == 4 && ajax.status == 200) {
              var data = JSON.parse(ajax.responseText).data;
              if (data) {
                data.forEach(function(item) {
                  document.getElementById(id).options.add(new Option(item.name, item.id));
                  document.getElementById(id).style.display = "block";
                });
              }
            }
          }
        }
      }
    }
  </script>
</form>

GET /search.html

<form method="get" action="/search.html" onsubmit="return searchForm();">
  <input class="search-ipt" type="text" name="keywords" id="keywords" placeholder="Search keyword...">
  <input class="search-btn" type="submit">
  <span class="search-attr">Hit enter to search or ESC to close</span> <input type="hidden" name="method" value="1">
</form>

Text Content

Do you want to download Mega888 APK and 918kiss? Leave us a message
 * Home
 * ABOUT
 * PLATFORM
   * Free kredit rm30
   * Free kredit rm50
   * Megah5 free credit
   * Afb777 free credit
   * Mega888 no deposit
   * 918kiss download
 * NEWS
 * DOWNLOAD
 * CONTACT

2/2
2/2




DEDICATED TO ABOUT

Here you can find free credit IOS apk download for Malaysia without depositGet
your free credit score in minutes and unlock your financial potential
today...WHO ARE WE?Our goal is to empower you with your Free credit score, your
Credit Report Summary, and the resources you need to make sense of them
both.We'll also give you tips and tools on how to manage your score and improve
it over time. It doesn't matter if your score is high or low - we can help
you.HOW WE CAME TO BE SAVVY...We noticed a lot of confusion around credit
scores, credit files and credit reports, and no one was doing very much to make
it any easier.We also noticed that people were being charged to find out their
own credit scores and credit reports, and that made n...

Go to company profile


PLATFORM

GET YOUR FREE CREDIT SCORE IN MINUTES AND UNLOCK YOUR FINANCIAL POTENTIAL
TODAY...


 * 918KISS DOWNLOAD


 * MEGA888 NO DEPOSIT


 * AFB777 FREE CREDIT


 * MEGAH5 FREE CREDIT


 * FREE KREDIT RM50


 * FREE KREDIT RM30

Read More


NEWS

 * Dec 24, 2024
   
   
   WHAT IS NO DEPOSIT FREE CREDIT
   
   A credit score is a 3-digit number used to rate your behavior with credit and
   de...
   
   Read more


HOW TO GET FREE CREDIT IN MALAYSIA 2025

Read more



GET EMAIL UPDATES

For inquiries about Free credit, please leave your email to us and we will be in
touch within 24 hours..
Sign Up


CONTACT US

 * Tel:
 * Phone:
 * Email:


ABOUT




PLATFORM

 * Free kredit rm30
 * Free kredit rm50
 * Megah5 free credit
 * Afb777 free credit
 * Mega888 no deposit


NEWS




DOWNLOAD




CONTACT


 * 
 * 
 * 
 * 
 * 

Copyright © 2012-202X Foreign Trade Company. All rights reserved 非商用版本
Send Email Skype Chat Send Inquiry

LiveChat关闭


LEAVE YOUR MESSAGE

 * 
 * 
 * 
 * 



Hit enter to search or ESC to close