묻고답하기

키스투엑스이 님.. 다름이 아니라.. 로그인 방어 애드온 관련 질문 하나만 드릴께요..ㅠㅠ


XE 로그인 실패 기록 쪽지 전송 및 이메일 전송 기능만 없애는 방법좀 알고 싶습니다.


1. 쪽지로 보내지지 않게 하기

xe - modules - member - member.controller.php 열고 line 1515 쯤에 아래의 코드를 삭제 또는 주석 처리하면 해결.


$oCommunicationController->sendMessage($args->member_srl, $args->member_srl, $title, $content, true);


2. 이메일로 보내지지 않게 하기

xe - modules - member - member.controller.php 열고 line 1525 쯤에 아래의 코드를 삭제 또는 주석 처리하면 해결.


$oMail->send();




이렇게 하면 된다던데...


왜 저는 안될까요...?


아래는 저의 member.controller.php 파일입니다.


member.controller.php



member.controller.php 파일 변경전

1
2
3
4
5
6
7
8
9
10
11
12
13
14
//send message
                    $oCommunicationController = &getController('communication');
                    $oCommunicationController->sendMessage($args->member_srl, $args->member_srl, $title$content, true);
  
                    if($this->memberInfo->email_address && $this->memberInfo->allow_mailing == 'Y')
                    {
                        $view_url = Context::getRequestUri();
                        $content = sprintf("%s<hr /><p>From: <a href=\"%s\" target=\"_blank\">%s</a><br />To: %s(%s)</p>",$content$view_url$view_url$this->memberInfo->nick_name, $this->memberInfo->email_id);
                        $oMail new Mail();
                        $oMail->setTitle($title);
                        $oMail->setContent($content);
                        $oMail->setSender($config->webmaster_name?$config->webmaster_name:'webmaster'$config->webmaster_email);
                        $oMail->setReceiptor($this->memberInfo->email_id.'('.$this->memberInfo->nick_name.')'$this->memberInfo->email_address);
                        $oMail->send();



member.controller.php 파일 변경후

1
2
3
4
5
6
7
8
9
10
11
12
13
14
//send message
$oCommunicationController = &getController('communication');
//$oCommunicationController->sendMessage($args->member_srl, $args->member_srl, $title, $content, true);
  
if($this->memberInfo->email_address && $this->memberInfo->allow_mailing == 'Y')
{
$view_url = Context::getRequestUri();
$content = sprintf("%s<hr /><p>From: <a href=\"%s\" target=\"_blank\">%s</a><br />To: %s(%s)</p>",$content$view_url$view_url$this->memberInfo->nick_name, $this->memberInfo->email_id);
$oMail new Mail();
$oMail->setTitle($title);
$oMail->setContent($content);
$oMail->setSender($config->webmaster_name?$config->webmaster_name:'webmaster'$config->webmaster_email);
$oMail->setReceiptor($this->memberInfo->email_id.'('.$this->memberInfo->nick_name.')'$this->memberInfo->email_address);
//$oMail->send();



무엇이 문제인지 도무지 모르겠네요..


혹시 member.controller.php 이 파일말고 또 다른걸 변경해줘야 하나요?

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
줄앤짐 XEdition 메인화면 슬라이드 글씨 크기 조절 질문요. [4] 2015.05.19 by 줄앤짐
줄앤짐 PHP version 이 맞지 않다고 나오는 데요. [2] file 2015.05.19 by 줄앤짐
동그리군 윈도우7에서 줄바꿔쓰기가 안되는 이유  
newi 이런 애드온 있나요 ? 스팸 글자 게시물 자동 이동  
knhpc xedition 슬라이드 질문입니다. [1] 2015.05.19 by 너나들이
고고싱229af 모바일 게시글 댓글 자동펼침  
똘레랑스0145a 홈페이지 URL 주소변경 [3] 2015.05.19 by BJ람보
OndineJ 특정 게시판에서만 우클릭 복붙 금지하는 법. [2] 2015.05.19 by OndineJ
Shantih 모바일 게시판 비밀글 표시  
키스미베이베 신디케이션이 바로 적용이안되나요?  
가을의향기 보안 배우고있는데요 [1] 2015.05.19 by LAB_
200mhun 게시판이나 포럼에 유저가 원하는 유저들만 초대하여 사용할수 있는 것이 있나요? file  
준이0747f xe설치문제 [1] 2015.05.19 by YJSoft
존횬 익명 게시판에서 닉네임 file  
강경화f7810 아이프레임 길이 자동 조절 도와주세요 ㅠㅠ [6] 2015.05.19 by 강경화f7810
피토크라에스 추천수, 비추천수 숫자 올라가는건 어느파일에서 만들어지나요? [5] file 2015.05.18 by 피토크라에스
김동원5764f 설치 오랜만에 해봐서 기억이...... [3] 2015.05.18 by 김동원5764f
강경화f7810 절데로 안없어지는 스크롤과 안먹히는 메타태그..도와주세요 ㅠㅠ  
sbvision 포토항목에 관리그룹지정 건  
노력중.. 비추천수 본인만 확인할수있는방법? [6] 2015.05.18 by 키스미베이베