Error 1016

Ray ID: 7d0e490458185fb2 • 2023-06-02 08:21:51 UTC

Origin DNS error

What happened?

You've requested a page on a website (geoip.spycash.biz) that is on the Cloudflare network. Cloudflare is currently unable to resolve your requested domain (geoip.spycash.biz).

What can I do?

If you are a visitor of this website:
Please try again in a few minutes.

If you are the owner of this website:
Check your DNS settings. If you are using a CNAME origin record, make sure it is valid and resolvable. Additional troubleshooting information here.

'; function onBeforeBuyNowSubmit() { //Hook } function getLanguage(){ return ''; } function getShopHost() { return 'http://www.spymastersoft.com/'; } function getScriptName(){ return 'legal_agreement'; } function getAffiliateId() { return 478; } function popupSupport() { var el = $('#kayako_sitebadgecontainer'); if (el.length > 0) { el.click(); } else { document.location = '/support.html'; } return false; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length); } return ''; } function buyNowSubmitHandler(formEl) { onBeforeBuyNowSubmit(); var productId = formEl.elements["item_id"].value; if ('undefined' == typeof productId) { productId = 58; } var oPaymentParams = new Object(); oPaymentParams.user = new Object(); oPaymentParams.track_id = '6d96c4ff24e119a2419581d33fbbacbe'; oPaymentParams.shop_url = getShopHost(); oPaymentParams.shop_alias = 'grey'; oPaymentParams.orig_referer = ''; oPaymentParams.t_id = '6d96c4ff24e119a2419581d33fbbacbe'; oPaymentParams.t_re = ''; oPaymentParams.t_cp = ''; oPaymentParams.t_st = '6d759849f6d4568bfea3c41280f80b53'; oPaymentParams.currency = currency; oPaymentParams.pmethod = $('#pmethod').val(); oPaymentParams.t_af = getAffiliateId(); oPaymentParams.aff_id = getAffiliateId(); oPaymentParams.subscriptions = new Array(); if ($(".item-cart").length > 0) { $i = 0; $(".item-cart").each(function () { $this = (this); oPaymentParams.subscriptions[$i] = new Object(); oPaymentParams.subscriptions[$i].product_id = $this.getAttribute('productID'); oPaymentParams.subscriptions[$i].quantity = $(".quantity-" + oPaymentParams.subscriptions[$i].product_id).val(); oPaymentParams.subscriptions[$i].price_usd = $(".price_usd-" + oPaymentParams.subscriptions[$i].product_id).val(); oPaymentParams.subscriptions[$i].price_eur = $(".price_eur-" + oPaymentParams.subscriptions[$i].product_id).val(); oPaymentParams.subscriptions[$i].price_gbp = $(".price_gbp-" + oPaymentParams.subscriptions[$i].product_id).val(); oPaymentParams.subscriptions[$i].currency = currency; oPaymentParams.subscriptions[$i].shop_host = getShopHost(); oPaymentParams.subscriptions[$i].affiliate_id = getAffiliateId(); oPaymentParams.subscriptions[$i].order_type = 'purchase'; oPaymentParams.return_url = oPaymentParams.subscriptions[$i].shop_host + 'order_complete.html'; $i++; }); } else { oPaymentParams.subscriptions[0] = new Object(); oPaymentParams.subscriptions[0].product_id = parseInt(productId); oPaymentParams.subscriptions[0].quantity = 1; oPaymentParams.subscriptions[0].currency = currency; oPaymentParams.subscriptions[0].shop_host = getShopHost(); oPaymentParams.subscriptions[0].affiliate_id = getAffiliateId(); oPaymentParams.subscriptions[0].order_type = 'purchase'; oPaymentParams.return_url = oPaymentParams.subscriptions[0].shop_host + 'order_complete.html'; } var paymParamsDOMInput = document.createElement("input"); paymParamsDOMInput.setAttribute('type', 'hidden'); paymParamsDOMInput.setAttribute('name', 'payment_params'); paymParamsDOMInput.setAttribute('value', JSON.stringify(oPaymentParams)); /*var theDate = new Date(); var oldDate = new Date(theDate.getTime() - 100000000); var expiryDate = oldDate.toString(); document.cookie = "items_cart =; expires=" + expiryDate + "; path=/ ; domain=" + document.domain + ";";*/ formEl.appendChild(paymParamsDOMInput); formEl.submit(); return false; } function addToCartHandler(itemId) { items = readCookie('items_cart'); if (items.length > 0) { items += "," + itemId; } else { items = itemId; } // alert(items); var theDate = new Date(); var oneWeekLater = new Date(theDate.getTime() + 1000 * 60 * 60 * 24 * 7); var expiryDate = oneWeekLater.toString(); document.cookie = "items_cart =" + items + "; expires=" + expiryDate + "; path=/ ; domain=" + document.domain + ";"; window.location = "cart.html"; } function deleteFromCart(itemId) { items = readCookie('items_cart'); items_array = items.split(','); //console.log(items_array); $i = 0; iterations = items_array.length+1; new_items = items_array; //for (var i = 0; i <= iterations; i++) { for (i in items_array ) { //console.log(items_array[i]); if (items_array[i] == itemId) { new_items.splice(i, 1); } } //console.log(new_items); var theDate = new Date(); var oneWeekLater = new Date(theDate.getTime() + 1000 * 60 * 60 * 24 * 7); var expiryDate = oneWeekLater.toString(); items = new_items.join(','); //alert(new_items); document.cookie = "items_cart =" + items + "; expires=" + expiryDate + "; path=/ ; domain=" + document.domain + ";"; window.location = "cart.html"; } function cleanCart(itemId) { items = readCookie('items_cart'); items_array = items.split(','); //console.log(items_array); $i = 0; iterations = items_array.length+1; new_items = items_array; //for (var i = 0; i <= iterations; i++) { for (i in items_array ) { //console.log(items_array[i]); if (items_array[i] == itemId) { new_items.splice(i, 1); } } //console.log(new_items); var theDate = new Date(); var oneWeekLater = new Date(theDate.getTime() + 1000 * 60 * 60 * 24 * 7); var expiryDate = oneWeekLater.toString(); items = new_items.join(','); //alert(new_items); document.cookie = "items_cart =" + items + "; expires=" + expiryDate + "; path=/ ; domain=" + document.domain + ";"; window.location = "cart.html"; } function changeCount(direction, itemID) { $quantity = $(".quantity-" + itemID).val(); if (direction == 'plus') { $quantity++; } else { $quantity--; } $(".quantity-" + itemID).val($quantity); } /*]]>*/
               

mSpy Legal Agreement

It is a considered federal and/or state violation of the law in most cases to install surveillance software onto a mobile phone or other device for which you do not have proper authorization, and in most cases you are required to notify users of the device that they are being monitored. Failure to do so may result in a violation of federal or state laws. If you install this software onto a device you do not own or if you do not have proper consent to monitor the user of the device.

We absolutely do not endorse the use of our software for illegal purposes.


In order to purchase and download surveillance software from mSpy, you must consent to and agree with the following conditions:

  1. You acknowledge and agree that you are the legal owner of the mobile phone or device onto which the software is installed, or that you have received the expressed, written consent of the device owner granting you the right to be the authorized administrator of the phone, it’s content and its users.
  2. If you install mSpy software onto a phone that is not owned by you, or for which you do not have proper consent, we are obligated to comply with law enforcement officials to the fullest extent of the law in these instances, or any instance where this use is deemed to be illegal by local, state or federal law. This obligation includes providing to the proper authorities any and all requested customer data, and any other purchase-related or product-oriented information.
  3. You agree that you will gain knowledge of all local, state and federal laws to ensure that you are in compliance with all laws and restrictions in your specific geographic region. It may be illegal in your area to monitor other individuals on a device whether or not your own the device. You agree that you will under no circumstances monitor any adult without their expressed prior knowledge and consent.
  4. You agree to the conditions in our End-User License Agreement, and you acknowledge and agree that mSpy is not liable for any incidental damage to you or your device, nor for any litigation or legal action that may arise as a result of the use, abuse or misuse of mSpy.
 
Home - Features - Uses - Compatibility - FAQ - Buy now - Affiliates - Support - Contact us - Legal info
© 2023 MTECHNOLOGY LTD. All Rights Reserved.
Live Support