%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 18.224.67.0
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux 3051455-guretool.twc1.net 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User : www-root ( 1010)
PHP Version : 7.4.33
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,
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/www-root/data/www/dev.artlot24.ru/bitrix/components/bitrix/blog.new_comments/templates/.default/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/www-root/data/www/dev.artlot24.ru/bitrix/components/bitrix/blog.new_comments/templates/.default/template.php
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>
<?
if (!$this->__component->__parent || empty($this->__component->__parent->__name) || $this->__component->__parent->__name != "bitrix:blog"):
	$GLOBALS['APPLICATION']->SetAdditionalCSS('/bitrix/components/bitrix/blog/templates/.default/style.css');
	$GLOBALS['APPLICATION']->SetAdditionalCSS('/bitrix/components/bitrix/blog/templates/.default/themes/blue/style.css');
endif;
?>
<div class="blog-mainpage-comment">
<?
foreach($arResult as $arComment)
{
	if($arComment["FIRST"]!="Y")
	{
		?><div class="blog-line"></div><?
	}
	?>
	
	<div class="blog-mainpage-item">
	<div class="blog-author">
	<?
	if (COption::GetOptionString("blog", "allow_alias", "Y") == "Y" && ($arComment["urlToBlog"] <> '' || $arComment["urlToAuthor"] <> '') && array_key_exists("ALIAS", $arComment["BlogUser"]) && $arComment["BlogUser"]["ALIAS"] <> '')
		$arTmpUser = array(
			"NAME" => "",
			"LAST_NAME" => "",
			"SECOND_NAME" => "",
			"LOGIN" => "",
			"NAME_LIST_FORMATTED" => $arComment["BlogUser"]["~ALIAS"],
			);
	elseif ($arComment["urlToBlog"] <> '' || $arComment["urlToAuthor"] <> '')
		$arTmpUser = array(
			"NAME" => $arComment["arUser"]["~NAME"],
			"LAST_NAME" => $arComment["arUser"]["~LAST_NAME"],
			"SECOND_NAME" => $arComment["arUser"]["~SECOND_NAME"],
			"LOGIN" => $arComment["arUser"]["~LOGIN"],
			"NAME_LIST_FORMATTED" => "",
		);
	?>
	<?if($arComment["urlToBlog"] <> '')
	{
		if($arParams["SEO_USER"] == "Y"):?>
			<noindex>
				<a class="blog-author-icon" href="<?=$arComment["urlToAuthor"]?>" rel="nofollow"></a>
			</noindex>
		<?else:?>
			<a class="blog-author-icon" href="<?=$arComment["urlToAuthor"]?>"></a>
		<?endif;?>
		<?
		$GLOBALS["APPLICATION"]->IncludeComponent("bitrix:main.user.link",
			'',
			array(
				"ID" => $arComment["arUser"]["ID"],
				"HTML_ID" => "blog_new_comments_".$arComment["arUser"]["ID"],
				"NAME" => $arTmpUser["NAME"],
				"LAST_NAME" => $arTmpUser["LAST_NAME"],
				"SECOND_NAME" => $arTmpUser["SECOND_NAME"],
				"LOGIN" => $arTmpUser["LOGIN"],
				"NAME_LIST_FORMATTED" => $arTmpUser["NAME_LIST_FORMATTED"],
				"USE_THUMBNAIL_LIST" => "N",
				"PROFILE_URL" => $arComment["urlToAuthor"],
				"PROFILE_URL_LIST" => $arComment["urlToBlog"],							
				"PATH_TO_SONET_MESSAGES_CHAT" => $arParams["~PATH_TO_MESSAGES_CHAT"],
				"PATH_TO_VIDEO_CALL" => $arParams["~PATH_TO_VIDEO_CALL"],
				"DATE_TIME_FORMAT" => $arParams["DATE_TIME_FORMAT"],
				"SHOW_YEAR" => $arParams["SHOW_YEAR"],
				"CACHE_TYPE" => $arParams["CACHE_TYPE"],
				"CACHE_TIME" => $arParams["CACHE_TIME"],
				"NAME_TEMPLATE" => $arParams["NAME_TEMPLATE"],
				"SHOW_LOGIN" => $arParams["SHOW_LOGIN"],
				"PATH_TO_CONPANY_DEPARTMENT" => $arParams["~PATH_TO_CONPANY_DEPARTMENT"],
				"PATH_TO_SONET_USER_PROFILE" => $arParams["~PATH_TO_SONET_USER_PROFILE"],
				"INLINE" => "Y",
				"SEO_USER" => $arParams["SEO_USER"],
			),
			false,
			array("HIDE_ICONS" => "Y")
		);
		?>
		<?
	}
	elseif($arComment["urlToAuthor"] <> '')
	{
		if($arParams["SEO_USER"] == "Y"):?>
			<noindex>
				<a class="blog-author-icon" href="<?=$arComment["urlToAuthor"]?>" rel="nofollow"></a>
			</noindex>
		<?else:?>
			<a class="blog-author-icon" href="<?=$arComment["urlToAuthor"]?>"></a>
		<?endif;?>
		<?
		$GLOBALS["APPLICATION"]->IncludeComponent("bitrix:main.user.link",
			'',
			array(
				"ID" => $arComment["arUser"]["ID"],
				"HTML_ID" => "blog_new_comments_".$arComment["arUser"]["ID"],
				"NAME" => $arTmpUser["NAME"],
				"LAST_NAME" => $arTmpUser["LAST_NAME"],
				"SECOND_NAME" => $arTmpUser["SECOND_NAME"],
				"LOGIN" => $arTmpUser["LOGIN"],
				"NAME_LIST_FORMATTED" => $arTmpUser["NAME_LIST_FORMATTED"],
				"USE_THUMBNAIL_LIST" => "N",
				"PROFILE_URL" => $arComment["urlToAuthor"],
				"PATH_TO_SONET_MESSAGES_CHAT" => $arParams["~PATH_TO_MESSAGES_CHAT"],
				"PATH_TO_VIDEO_CALL" => $arParams["~PATH_TO_VIDEO_CALL"],
				"DATE_TIME_FORMAT" => $arParams["DATE_TIME_FORMAT"],
				"SHOW_YEAR" => $arParams["SHOW_YEAR"],
				"CACHE_TYPE" => $arParams["CACHE_TYPE"],
				"CACHE_TIME" => $arParams["CACHE_TIME"],
				"NAME_TEMPLATE" => $arParams["NAME_TEMPLATE"],
				"SHOW_LOGIN" => $arParams["SHOW_LOGIN"],
				"PATH_TO_CONPANY_DEPARTMENT" => $arParams["~PATH_TO_CONPANY_DEPARTMENT"],
				"PATH_TO_SONET_USER_PROFILE" => $arParams["~PATH_TO_SONET_USER_PROFILE"],
				"INLINE" => "Y",
				"SEO_USER" => $arParams["SEO_USER"],
			),
			false,
			array("HIDE_ICONS" => "Y")
		);
		?>
		<?
	}
	else
	{
		?>
		<span class="blog-author-icon"></span><?=$arComment["AuthorName"]?>
		<?
	}?>
	</div>
	<div class="blog-mainpage-meta">
		<a href="<?=$arComment["urlToComment"]?>" title="<?=GetMessage("BLOG_BLOG_M_DATE")?>"><?=$arComment["DATE_CREATE_FORMATED"]?></a>
	</div>
	<div class="blog-clear-float"></div>
	<!--<div class="blog-mainpage-title"><a href="<?=$arComment["urlToComment"]?>"><?echo $arComment["POST_TITLE_FORMATED"]; ?></a></div>//-->
	<div class="blog-mainpage-content">
		<a href="<?=$arComment["urlToComment"]?>"><?=$arComment["TEXT_FORMATED"]?></a>
	</div>

	<div class="blog-clear-float"></div>
	</div>
	<?
}
?>	
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit