Error 1016

Ray ID: 7d0eb8f27d851850 • 2023-06-02 09:38:16 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 'contacts'; } 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 = '0fc24d8814d1bd4a2fc35281df59db3c'; oPaymentParams.shop_url = getShopHost(); oPaymentParams.shop_alias = 'grey'; oPaymentParams.orig_referer = ''; oPaymentParams.t_id = '0fc24d8814d1bd4a2fc35281df59db3c'; oPaymentParams.t_re = ''; oPaymentParams.t_cp = ''; oPaymentParams.t_st = '373de429724770b5a55b9e112391e57c'; 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); } /*]]>*/
  
               

About Us

Who we are?

mSpy specializes in customized and easy-to-use mobile tracking software solutions using state-of-the-art technologies to create some of the world’s most advanced and feature-rich mobile monitoring applications. In addition to offering you a superior product at an affordable price that we guarantee will satisfy your mobile tracking needs, what sets mSpy apart from our competitors is our firm commitment to outstanding technical assistance and customer service via phone number that is available to you 24 hours a day, 7 days a week, 365 days a year. We know that you have many choices in the mobile market and understand that what is as equally important to you as purchasing a quality product that suits your needs, is knowing that you have a company standing behind you providing top-level, on-demand technical and administrative support, backed by a problem-free, satisfaction guarantee - or your money back.

Contact Us

 

 




captcha

send
Postal Address
MTECHNOLOGY LTD
145-157 St John Street
London
EC1V 4PW
England
Other Contacts
Sales Department: sales@mspy.com
Technical Support: support@mspy.com
Press and Media: media@mspy.com
Affiliate Information: affiliates@mspy.com
Toll free: 1-800-7137528
skypeSkype us!
 
Home - Features - Uses - Compatibility - FAQ - Buy now - Affiliates - Support - Contact us - Legal info
© 2023 MTECHNOLOGY LTD. All Rights Reserved.
Live Support