uawdijnntqw1x1x1
IP : 18.191.141.17
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
yar.axolotls.ru
/
1c9cb
/
..
/
bitrix
/
js
/
redsign.devfunc
/
script.js
/
/
/************************************ * * Universal JavaScript Extensions * v1.3.1b * last update 16.06.2014 * ************************************/ // formating function for numbers function RSDevFunc_NumberFormat(number,decimals,dec_point,thousands_sep){ var i, j, kw, kd, km; if(isNaN(decimals = Math.abs(decimals))){decimals = 2;} if(dec_point == undefined){dec_point = ".";} if(thousands_sep == undefined){thousands_sep = " ";} i = parseInt(number = (+number || 0).toFixed(decimals)) + ""; if( (j = i.length) > 3 ){j = j % 3;}else{j = 0;} km = (j ? i.substr(0, j) + thousands_sep : ""); kw = i.substr(j).replace(/(\d{3})(?=\d)/g, "$1" + thousands_sep); kd = (decimals ? dec_point + Math.abs(number - i).toFixed(decimals).replace(/-/, 0).slice(2) : ""); return km + kw + kd; } // get url vars function RSDevFunc_GetUrlVars(){ var vars = [],hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i=0;i<hashes.length;i++){ hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars; } // ending of the word depending on the number function RSDevFunc_BasketEndWord(num,end1,end2,end3){ if(!end1) end1 = RSDevFunc_BasketEndWord_end1; if(!end2) end2 = RSDevFunc_BasketEndWord_end2; if(!end3) end3 = RSDevFunc_BasketEndWord_end3; var val = num % 100; if (val>10 && val<20){ return end3; }else{ val = num % 10; if (val == 1){ return end1; }else if((val > 1) && (val < 5)){ return end2; }else{return end3;} } } var RSDevFunc_PHONETABLET = false; if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|Windows Phone/i.test(navigator.userAgent) ) { RSDevFunc_PHONETABLET = true };
/var/www/axolotl/data/www/yar.axolotls.ru/1c9cb/../bitrix/js/redsign.devfunc/script.js