uawdijnntqw1x1x1
IP : 18.219.58.157
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
/
arhangelsk.axolotls.ru
/
a537b
/
include.php.tar
/
/
var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/wsrubi.smtp/include.php000066400000000462147731404660024137 0ustar00<?php /** * @link http://wsrubi.ru/dev/bitrixsmtp/ * @author Sergey Blazheev <s.blazheev@gmail.com> * @copyright Copyright (c) 2011-2017 Altair TK. (http://www.wsrubi.ru) */ CModule::AddAutoloadClasses('wsrubi.smtp', array( 'Wsrubismtp' => 'classes/general/wsrubismtp.php', ) );var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/ui/include.php000064400000000003147731506660022247 0ustar00<? var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/currency/include.php000066400000004227147732406670023503 0ustar00<? use Bitrix\Main\Loader; global $DB; $strDBType = mb_strtolower($DB->type); Loader::registerAutoLoadClasses( 'currency', array( 'CCurrency' => 'general/currency.php', 'CCurrencyLang' => 'general/currency_lang.php', 'CCurrencyRates' => $strDBType.'/currency_rate.php', '\Bitrix\Currency\Compatible\Tools' => 'lib/compatible/tools.php', '\Bitrix\Currency\Helpers\Admin\Tools' => 'lib/helpers/admin/tools.php', '\Bitrix\Currency\Helpers\Editor' => 'lib/helpers/editor.php', '\Bitrix\Currency\UserField\Money' => 'lib/userfield/money.php', '\Bitrix\Currency\CurrencyManager' => 'lib/currencymanager.php', '\Bitrix\Currency\CurrencyTable' => 'lib/currency.php', '\Bitrix\Currency\CurrencyLangTable' => 'lib/currencylang.php', '\Bitrix\Currency\CurrencyRateTable' => 'lib/currencyrate.php', '\Bitrix\Currency\CurrencyClassifier' => 'lib/currencyclassifier.php' ) ); unset($strDBType); //class_alias('Bitrix\Currency\UserField\Types\Money', 'Bitrix\Currency\UserField\Money'); \CJSCore::RegisterExt( 'currency', array( 'js' => '/bitrix/js/currency/core_currency.js', 'rel' => array('core', 'main.polyfill.promise') ) ); \CJSCore::RegisterExt( 'core_money_editor', array( 'js' => '/bitrix/js/currency/core_money_editor.js', 'oninit' => function() { return array( 'lang_additional' => array( 'CURRENCY' => \Bitrix\Currency\Helpers\Editor::getListCurrency(), ), ); } ) ); \CJSCore::RegisterExt( 'core_uf_money', array( 'js' => '/bitrix/js/currency/core_uf_money.js', 'css' => '/bitrix/js/currency/css/core_uf_money.css', 'rel' => array('uf', 'core_money_editor'), ) ); define('CURRENCY_CACHE_DEFAULT_TIME', 10800); define('CURRENCY_ISO_STANDART_URL', 'http://www.iso.org/iso/home/standards/currency_codes.htm'); /* * @deprecated deprecated since currency 14.0.0 * @see CCurrencyLang::CurrencyFormat() */ function CurrencyFormat($price, $currency) { return CCurrencyLang::CurrencyFormat($price, $currency, true); } /* * @deprecated deprecated since currency 14.0.0 * @see CCurrencyLang::CurrencyFormat() */ function CurrencyFormatNumber($price, $currency) { return CCurrencyLang::CurrencyFormat($price, $currency, false); }var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/faceid/include.php000066400000000010147733060300023031 0ustar00<? ?>var/www/axolotl/data/www/axolotls.ru/www/bitrix/modules/clouds/include.php000066400000010261147745132110023122 0ustar00<?php /*.require_module 'standard';.*/ /*.require_module 'bitrix_main';.*/ /** * @global CDatabase $DB */ if(!defined("CACHED_b_clouds_file_bucket")) define("CACHED_b_clouds_file_bucket", 360000); if(!defined("CACHED_clouds_file_resize")) define("CACHED_clouds_file_resize", 360000); if(!defined("BX_S3_MIN_UPLOAD_PART_SIZE")) define("BX_S3_MIN_UPLOAD_PART_SIZE", 5242880); //5MB //if (defined("BX24_IS_STAGE") && BX24_IS_STAGE === true) define("BX_CLOUDS_COUNTERS_DEBUG", "#^/([^/]+/)?(tmp/BXTEMP-|export/|BXTEMP-[0-9-]+/)#"); $db_type = mb_strtolower($DB->type); CModule::AddAutoloadClasses( "clouds", array( "clouds" => "install/index.php", "CCloudUtil" => "classes/general/util.php", "CCloudStorage" => "classes/general/storage.php", "CAllCloudStorageBucket" => "classes/".$db_type."/storage_bucket.php", "CCloudStorageBucket" => "classes/general/storage_bucket.php", "CCloudStorageUpload" => "classes/general/storage_upload.php", "CCloudTempFile" => "classes/general/temp_file.php", "CCloudFailover" => "classes/general/failover.php", "CCloudStorageService" => "classes/general/storage_service.php", "CCloudStorageService_S3" => "classes/general/storage_service_s3.php", "CCloudStorageService_AmazonS3" => "classes/general/storage_service_amazon.php", "CCloudStorageService_Yandex" => "classes/general/storage_service_yandex.php", "CCloudStorageService_HotBox" => "classes/general/storage_service_hotbox.php", "CCloudStorageService_OpenStackStorage" => "classes/general/storage_service_openstack.php", "CCloudStorageService_RackSpaceCloudFiles" => "classes/general/storage_service_rackspace.php", "CCloudStorageService_ClodoRU" => "classes/general/storage_service_clodo.php", "CCloudStorageService_Selectel" => "classes/general/storage_service_selectel.php", "CCloudStorageService_GoogleStorage" => "classes/general/storage_service_google.php", "CCloudSecurityService_AmazonS3" => "classes/general/security_service_s3.php", "CCloudSecurityService_HotBox" => "classes/general/security_service_hotbox.php", ) ); class CCloudsDebug { protected static $instances = array(); public static function getInstance($action = "counters") { if (!isset(static::$instances[$action])) static::$instances[$action] = new static($action); return static::$instances[$action]; } protected $head = ''; protected $id = ''; public function __construct($action) { $this->head = BX24_HOST_NAME."|".$action; $this->id = 0; $now = time(); $expired = $now - 600; while (!apcu_add($this->head."|".$this->id, $now)) { $prev = apcu_fetch($this->head."|".$this->id); if ($prev > 0 && $prev < $expired) { $cloudsKey = $this->head."|".$this->id."|mess"; $prevTrace = apcu_fetch($cloudsKey); if ($prevTrace) AddMessage2Log($prevTrace, "clouds", 0); apcu_delete($cloudsKey); apcu_delete($this->head."|".$this->id); } $this->id++; } } public function __destruct() { $cloudsKey = $this->head."|".$this->id."|mess"; $prevTrace = apcu_fetch($cloudsKey); if ($prevTrace) AddMessage2Log($prevTrace, "clouds", 0); apcu_delete($cloudsKey); apcu_delete($this->head."|".$this->id); } public static function getBackTrace($skip = 0) { $functionStack = ""; $fileStack = ""; foreach (Bitrix\Main\Diag\Helper::getBackTrace(0, DEBUG_BACKTRACE_IGNORE_ARGS, $skip) as $backTraceFrame) { if ($functionStack) $functionStack .= " < "; if (isset($backTraceFrame["class"])) $functionStack .= $backTraceFrame["class"]."::"; $functionStack .= $backTraceFrame["function"]; if(isset($backTraceFrame["file"])) $fileStack .= "\t".$backTraceFrame["file"].":".$backTraceFrame["line"]."\n"; } return " ".$functionStack."\n".$fileStack; } public function startAction($filePath = '') { $newTrace = $this->head.":v2:".$filePath."\n".$_SERVER["REQUEST_URI"]."\n".static::getBackTrace(2); $cloudsKey = $this->head."|".$this->id."|mess"; if (!apcu_add($cloudsKey, $mess)) { $prevTrace = apcu_fetch($cloudsKey); if ($prevTrace) AddMessage2Log($prevTrace, "clouds", 0); } apcu_store($cloudsKey, $newTrace); } public function endAction() { $cloudsKey = $this->head."|".$this->id."|mess"; apcu_delete($cloudsKey); } }
/var/www/axolotl/data/www/arhangelsk.axolotls.ru/a537b/include.php.tar