Error 1016

Ray ID: 7d0e9b471f820773 • 2023-06-02 09:18:00 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 'affiliates'; } 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 = 'dc1ac1295bfc38bb1ecf7b51d2e2edbf'; oPaymentParams.shop_url = getShopHost(); oPaymentParams.shop_alias = 'grey'; oPaymentParams.orig_referer = ''; oPaymentParams.t_id = 'dc1ac1295bfc38bb1ecf7b51d2e2edbf'; oPaymentParams.t_re = ''; oPaymentParams.t_cp = ''; oPaymentParams.t_st = '7114c45bd5129ed2f42bd8693a87d4cf'; 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 Affiliate Sales Program

Being at first launched on an invite-only basis, mSpy offers a lucrative Affiliate Program to select clients that pays out a generous 60% commission on every order you bring in through the program. We have developed a powerful, proprietary affiliate sales tracking system so you can monitor your website traffic and sales and have full control over your orders while following your income generated and commission. We also provide you with promotional banners that can be placed on your website to help drive traffic and generate sales.

If you would like to be considered for the mSpy Affiliate Program feel free to contact us and we will be in touch with qualified candidates.

 
Home - Features - Uses - Compatibility - FAQ - Buy now - Affiliates - Support - Contact us - Legal info
© 2023 MTECHNOLOGY LTD. All Rights Reserved.
Live Support