This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| $obHttp = new \Bitrix\Main\Web\HttpClient(['disableSslVerification' => true]); | |
| $url = 'https://10.50.5.96:8080/login?'; | |
| $arQuery = [ | |
| 'username' => 'Admin', | |
| 'password' => 'XXXXXX' | |
| ]; | |
| //Авторизовались | |
| if ($obHttp->get($url . http_build_query($arQuery))) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| /* | |
| * функция передачи сообщения | |
| */ | |
| function send($host, $port, $login, $password, $phone, $text, $sender = false, $wapurl = false ) | |
| { | |
| $fp = fsockopen($host, $port, $errno, $errstr); | |
| if (!$fp) { | |
| return "errno: $errno \nerrstr: $errstr\n"; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <? | |
| define('STOP_STATISTICS', true); | |
| define('BX_SECURITY_SHOW_MESSAGE', true); | |
| define("NOT_CHECK_PERMISSIONS", true); | |
| $_SERVER['DOCUMENT_ROOT'] = '/home/bitrix/www'; | |
| require_once($_SERVER['DOCUMENT_ROOT'] . '/bitrix/modules/main/include/prolog_before.php'); | |
| use Bitrix\Disk\Configuration; | |
| use Bitrix\Disk\Driver; | |
| use Bitrix\Disk\ExternalLink; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <? | |
| define('BX_SESSION_ID_CHANGE', false); | |
| define('BX_SKIP_POST_UNQUOTE', true); | |
| define('NO_AGENT_CHECK', true); | |
| define("STATISTIC_SKIP_ACTIVITY_CHECK", true); | |
| require_once($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php"); | |
| $dir = $_SERVER['DOCUMENT_ROOT'] . '/upload/tmp_photos/'; | |
| $allUsers_DB = CUser::GetList(($by = "id"), ($order = "desc"), | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 6G:[QUERY STRINGS] | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On | |
| RewriteCond %{QUERY_STRING} (eval\() [NC,OR] | |
| RewriteCond %{QUERY_STRING} (127\.0\.0\.1) [NC,OR] | |
| RewriteCond %{QUERY_STRING} ([a-z0-9]{2000,}) [NC,OR] | |
| RewriteCond %{QUERY_STRING} (javascript:)(.*)(;) [NC,OR] | |
| RewriteCond %{QUERY_STRING} (base64_encode)(.*)(\() [NC,OR] | |
| RewriteCond %{QUERY_STRING} (GLOBALS|REQUEST)(=|\[|%) [NC,OR] | |
| RewriteCond %{QUERY_STRING} (<|%3C)(.*)script(.*)(>|%3) [NC,OR] | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <? | |
| $_SERVER["DOCUMENT_ROOT"] = "/home/domains/222.ru/public_html"; | |
| require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_admin_before.php"); | |
| require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/search/include.php"); | |
| require_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/search/prolog.php"); | |
| $res=false; | |
| $res = CSearch::ReIndexAll(false, 0); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> | |
| <html xmlns:border-left="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> | |
| <title>#SUBJECT#</title> | |
| <style type="text/css"> | |
| #outlook a { | |
| padding: 0; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <? | |
| error_reporting(E_ALL & ~E_NOTICE); | |
| if(version_compare(phpversion(), '5.0.0') == -1) | |
| die('PHP 5.0.0 or higher is required!'); | |
| require($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php'); | |
| header("Content-type: text/html; charset=cp1251"); | |
| echo '<html><head><title>Конвертация сайта в UTF8</title></head><body>'; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| use Bitrix\Main\Page\Asset; | |
| Asset::getInstance()->addJs(SITE_TEMPLATE_PATH . "/js/fix.js"); | |
| Asset::getInstance()->addCss(SITE_TEMPLATE_PATH . "/styles/fix.css"); | |
| Asset::getInstance()->addString("<link href='http://fonts.googleapis.com/css?family=PT+Sans:400&subset=cyrillic' rel='stylesheet' type='text/css'>"); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |
| } |