Вход Регистрация
Файл: MoneyExchange v2.1/assets/js/cryptobox.js
Строк: 158
<?php
/**
  *
  * Cryptocoin Payment Box Javascript
  *
  * @package     GoUrl Bitcoin/Altcoin Payment Box and Crypto Captcha
  * @copyright   2014-2016 Delta Consultants
  * @category    Javascript
  * @website     https://gourl.io
  * @api         https://gourl.io/api.html
  * @version     1.7.4
  *
  */

    
function cryptobox_cookie(name
    {
        var 
nameEQ name "="; var ca document.cookie.split(';'); for(var i=0;<  ca.length;i++) { 
        var 
ca[i]; while (c.charAt(0)==' 'c.substring(1,c.length); if (c.indexOf(nameEQ) == 0
        return 
c.substring(nameEQ.length,c.length); } return ''
    }
    
    function 
cryptobox_show(boxIDcoinNamepublic_keyamountamountUSDperiodlanguageiframeIDuserIDuserFormatorderIDcookieNamewebdev_keyhashwidthheight)
    {
        if (
typeof width !== 'number'width 0;
        if (
typeof height !== 'number'height 0;
    
        var 
id public_key.substr(0public_key.indexOf("AA"));
        if (
id == '' || boxID != id || public_key.indexOf("PUB") == -1alert('Invalid payment box public_key');
        else if ((
amount <= && amountUSD <= 0) || (amount && amountUSD 0)) alert('You can use in payment box options one of variable only: amount or amountUSD. You cannot place values in that two variables together');
        else if (
amount != && ((amount 0) != amount || amount 0.0001)) alert('Invalid payment box amount');
        else if (
amountUSD != && ((amountUSD 0) != amountUSD || amountUSD 0.01)) alert('Invalid payment box amountUSD');
        else if (
userFormat != 'COOKIE' && userFormat != 'SESSION' && userFormat != 'IPADDRESS' && userFormat != 'MANUAL'alert('Invalid payment box userFormat value');
        else if (
userFormat == 'COOKIE' && cookieName == ''alert('Invalid payment box cookie name');
        else if (
userFormat == 'COOKIE' && cryptobox_cookie(cookieName) == ''alert('Please enable Cookies in your browser !');
        else if (
userFormat == 'COOKIE' && cryptobox_cookie(cookieName) != userIDalert('Invalid cookie value. It may be you are viewing an older copy of the page that is stored in the website cache. Please contact with website owner, need to disable/turn-off caching for current page');
        else if (
orderID == ''alert('Invalid orderID');
        else if (
period == ''alert('Invalid period');
        else if (
public_key.length != 50alert('Invalid public key');
        else if (
webdev_key != '' && (webdev_key.indexOf("DEV") == -|| webdev_key.length 20)) alert('Invalid webdev_key, leave it empty');
        else if (
hash == ''alert('Invalid payment box hash');
        else 
        {
            var 
url 'https://coins.gourl.io' 
            
'/b/'+encodeURIComponent(boxID)+'/c/'+encodeURIComponent(coinName)+
            
'/p/'+encodeURIComponent(public_key)+
            
'/a/'+encodeURIComponent(amount)+'/au/'+encodeURIComponent(amountUSD)+
            
'/pe/'+encodeURIComponent(period.replace(' ''_'))+'/l/'+encodeURIComponent(language)+
            
'/i/'+encodeURIComponent(iframeID)+'/u/'+encodeURIComponent(userID)+
            
'/us/'+encodeURIComponent(userFormat)+'/o/'+encodeURIComponent(orderID)+
            (
webdev_key?'/w/'+encodeURIComponent(webdev_key):'')+
            (
width>0?'/ws/'+encodeURIComponent(width):'')+
            (
height>0?'/hs/'+encodeURIComponent(height):'')+
            
'/h/'+encodeURIComponent(hash)+'/z/'+Math.random();
            var 
html document.getElementById(iframeID);
            if (
html == nullalert('Cryptobox iframeID HTML with id "' iframeID '" not exist!');
            else 
html.src url;
        }
        
        return 
true;
    }
    
    
    function 
cryptobox_msghide (id)
    { 
        
setTimeout(function(){ document.getElementById(id).style.display='none';}, 15000 ); 
    }
?>
Онлайн: 1
Реклама