uawdijnntqw1x1x1
IP : 216.73.216.152
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) 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
/
files
/
need-2-delete
/
.
/
mini-borishof.ru1
/
bitrix
/
modules
/
jauto
/
install
/
.
/
index.php
/
/
<? IncludeModuleLangFile(__FILE__); if(class_exists("jauto")) return; class jauto extends CModule { var $MODULE_ID = "jauto"; var $MODULE_VERSION; var $MODULE_VERSION_DATE; var $MODULE_NAME; var $MODULE_DESCRIPTION; var $MODULE_CSS; var $MODULE_GROUP_RIGHTS = "Y"; var $reserved; function jauto() { $arModuleVersion = array(); include(dirname(__FILE__) . "/version.php"); if (is_array($arModuleVersion) && array_key_exists("VERSION", $arModuleVersion)) { $this->MODULE_VERSION = $arModuleVersion["VERSION"]; $this->MODULE_VERSION_DATE = $arModuleVersion["VERSION_DATE"]; } $this->MODULE_NAME = GetMessage("JBJ_MODULE_NAME"); $this->MODULE_DESCRIPTION = GetMessage("JBJ_MODULE_DESCR"); $this->PARTNER_NAME = GetMessage("JBJ_PARTNER_NAME"); $this->PARTNER_URI = GetMessage("JBJ_PARTNER_URI"); } function InstallFiles($arParams = array()) { CopyDirFiles($_SERVER["DOCUMENT_ROOT"].'/bitrix/modules/'.$this->MODULE_ID.'/install/components/', $_SERVER["DOCUMENT_ROOT"] . '/bitrix/components/', true, true); return true; } function UnInstallFiles() { DeleteDirFilesEx("/bitrix/components/jb/jauto"); DeleteDirFilesEx("/bitrix/components/jb/jauto.detail"); DeleteDirFilesEx("/bitrix/components/jb/jauto.list"); COption::RemoveOption($this->MODULE_ID); return true; } function DoInstall() { global $DOCUMENT_ROOT, $APPLICATION; RegisterModuleDependences("iblock","OnBeforeIBlockElementUpdate",$this->MODULE_ID,"JB_JAuto","onBeforeElementUpdateHandler"); RegisterModule($this->MODULE_ID); //$this->InstallDB(); $this->InstallFiles(); $APPLICATION->IncludeAdminFile("Установка модуля ".$this->MODULE_ID, $DOCUMENT_ROOT."/bitrix/modules/".$this->MODULE_ID."/install/step.php"); return true; } function DoUninstall() { global $DOCUMENT_ROOT, $APPLICATION; $this->UnInstallFiles(); //$this->UnInstallDB(); UnRegisterModuleDependences("iblock","OnBeforeIBlockElementUpdate",$this->MODULE_ID,"JB_JAuto","onBeforeElementUpdateHandler"); UnRegisterModule($this->MODULE_ID); $APPLICATION->IncludeAdminFile("Деинсталляция модуля ".$this->MODULE_ID, $DOCUMENT_ROOT."/bitrix/modules/".$this->MODULE_ID."/install/unstep.php"); return true; } }
/var/files/need-2-delete/./mini-borishof.ru1/bitrix/modules/jauto/install/./index.php