FTP에서 files폴더의 권한을 바꿀 수가 없으면 이렇게 해보세요 --------------------------------------------- <?php @exec('chmod -R '.$type.' ./files'); echo "ok ".$type; ?> -------------------------------...
정의 위치 ./classes/file/FileHandler.class.php 정의 내용 /** * Returns the content of the file * * @param string $filename Path of target file * @return string The content of the file. If target file d...
정의 위치 ./classes/file/FileHandler.class.php 정의 내용 /** * Changes path of target file, directory into absolute path * * @param string $source path to change into absolute path * @return string Abs...
글쓴이 클릭시 회원정보 등 노출 안하게 하고 싶습니다 그러나 관리자에게는 보이게 하고 싶습니다. ---방법1----------------------------------------------------- xe - modules - member - member.model.php 열고...
글 삭제 시 저장한 정보를 삭제하기 function moduleInstall() { $oModuleController = &getController('module'); $oModuleController->insertTrigger('document.deleteDocument', 'triggersample', 'controller', '...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Load language file according to language type * * @param string $path Path of the language file * @return void */ function loadLang($path) ...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Add the meta tag * * @param string $name name of meta tag * @param string $content content of meta tag * @param mixed $is_http_equiv value ...
정의 위치 ./classes/context/Context.class.php 정의 내용 /** * Add html code before </head> * * @param string $header add html code before </head>. * @return void */ function addHtmlHeader($header) { is...
/addons/point_level_icon/point_level_icon.lib.php <?php /** * @brief Function to change point icon. **/ function pointLevelIconTrans($matches) { $member_srl = $matches[3]; if($member_srl<1) return $mat...