템플릿 적용 후 사이트가 이상해졌어요. > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

템플릿 적용 후 사이트가 이상해졌어요.

페이지 정보

본문

왜 그럴까요??
추천0

댓글목록

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

네 템플릿은 버전이 오래된거라서 수정해서 사용하셔야 합니다.

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

<P>오늘 저녁까지 확인후 결과 알려드리겠습니다.</P>

profile_image

WEBPD님의 댓글의 댓글

WEBPD쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

잘 알겠습니다. ^^

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

죄송합니다.<BR><BR>config.php파일에서 수정해 주세요.<BR><BR>$g4['charset'] = "UTF-8";<BR><BR>전체파일 수정해 두었습니다~!죄송합니다.<BR>

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

config.php파일에서 수정해 주세요.<BR><BR>$g4['charset'] = "UTF-8";<BR><BR><BR>이부분만 수정하시면 됩니다.

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

<P>색상을 설정하는 관리자 메뉴 설정은 사라진게 맞습니다..<BR><BR>다시 확인해 봐야 겠습니다..<BR></P>

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

<P>인덱스 파일 수정을 안하고 올려버렸네요..<BR><BR>index.php<BR><BR><BR>&lt;?<BR>include_once("./_common.php");<BR>include_once("$g4[path]/lib/latest.lib.php");</P>
<P>$g4['title'] = "";<BR>include_once("./_mainhead.php");<BR>?&gt;<BR>&lt;!--INDEX--&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;table width="100%" border="0" cellspacing="0" cellpadding="0" align="center"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td width="400" align="center" valign="top"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?=latest_banner("banner_main", mainbanner, 1, 24); //MAIN BANNER?&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;? include_once("$g4[path]/include/auto_menu/auto_menu2.php"); // AUTO TAB MENU?&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?= latest("colorbasic", z2_1, 3, 70)?&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td width="10" align="center" valign="top"&gt;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td width="230" align="center" valign="top"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?= latest("noticebasic", z1_1, 3, 50)?&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;?= latest("colorbasic", z3_1, 3, 50)?&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/table&gt;<BR>&lt;!--GUEST--&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;? include_once("$g4[path]/include/guest/guest.php");?&gt;<BR>&lt;!--/GUEST--&gt;<BR>&lt;!--/INDEX--&gt;<BR>&lt;?<BR>//http://www.sir.co.kr/bbs/board.php?bo_table=g4_tiptech&amp;wr_id=12426 - TOGETHER<BR>$birthday = date("md"); //오늘 날짜(월일)</P>
<P>if($config['cf_9'] != $birthday)<BR>{ //기본환경설정의 여분필드 9을 사용함.변경가능....</P>
<P>&nbsp; //회원테이블에서 오늘이 생일인 회원 목록 추출<BR>&nbsp; $sql = " select * from {$g4['member_table']} where substring(mb_birth,5,4) = '{$birthday}' ";<BR>&nbsp; $result = sql_query($sql);</P>
<P>&nbsp; for ($i=0; $row = sql_fetch_array($result); $i++)<BR>&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $recv_id = $row['mb_id']; // 받는 사람 아이디<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $send_id = $config['cf_admin']; // 보내는 사람</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $tmp_row = sql_fetch(" select max(me_id) as max_me_id from {$g4['memo_table']} ");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $me_id = $tmp_row['max_me_id'] + 1;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $send_msg = "{$row['mb_name']}님의 생일(생신)을 진심으로 축하 드립니다~~!";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 쪽지 INSERT<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $sql = " insert into {$g4['memo_table']}<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ( me_id, me_recv_mb_id, me_send_mb_id, me_send_datetime, me_memo )<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; values ( '$me_id', '$recv_id', '$send_id', '$g4[time_ymdhis]', '$send_msg' ) ";<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sql_query($sql);</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 실시간 쪽지 알림 기능<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sql_query(" update {$g4['member_table']} set mb_memo_call = '{$send_id}' where mb_id = '{$recv_id}' ");<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //여분필드9에 넣기 저 위에 바뀌면 요기도 바꾸는 것은 기본...^^<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sql_query(" update {$g4['config_table']} set cf_9 = '{$birthday}' ");<BR>&nbsp;&nbsp;&nbsp;&nbsp; <BR>}<BR>include_once("./_maintail.php");<BR>?&gt;<BR></P>

Total 1,640건 20 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
1165 house쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 10417 0 10-18
1164 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 16311 0 10-16
1163 바부팅이쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6032 0 10-13
1162 레인보우1492쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5894 0 10-12
1161 구공탄쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 12038 0 10-12
1160 레인보우1492쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5415 0 10-12
1159 레인보우1492쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7742 0 10-12
1158 레인보우1492쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 5501 0 10-12
1157 대빌진쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12639 0 10-10
1156 소피쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 7710 0 10-07
1155 미녀와야식쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 6784 1 10-03
1154 해맑은하늘쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12618 0 10-03
1153 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 18091 0 10-03
1152 소금쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 8034 0 09-17
1151 닭발은세개쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 79 0 09-05
1150 월드컵쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 12452 0 09-04
1149 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 6565 0 09-02
1148 야따쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 8221 0 08-24
1147 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 46 0 08-23
1146 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 47 0 08-23
1145 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 91 0 08-23
1144 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 67 0 08-22
열람중 WEBPD쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 10818 0 08-20
1142 이브쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 42 0 08-19
1141 넷텀쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 55 0 08-06

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
1,263
어제
8,087
최대
8,087
전체
1,415,901
Copyright (c) 株式会社YHPLUS. All rights reserved.