>테스트를 위해 아래 사이트를 만들었습니다.
>
>http://www.dejoa.com/index2.html
>
>로그인은 하지 않아도 그냥 검색이 됩니다.
>로그인 후 검색이 되게 사용하고 싶습니다.
>
>그리고 맥서치 3.0 버전은 언제 쯤 나오는지 궁금합니다.
search.php조금 수정하면 되는데..
<!--
[[ macSearch :: 2.1.9 ]]
Programming by macNorton (2002.4.7)
qna@mcnorton.com / www.mcnorton.com
-->
<?
// Login 확인용
global $member, $_head_php_excuted, $_zb_lib_included;
$zboard_url="../";
$_zb_path = "/home/..절대경로./zeroboard/"; // 끝에 꼭 / 를 써주세요
@include $_zb_path."_head.php";
if (!file_exists($zboard_url."config.php")) {
echo "<html><body><font color=red>[ ERROR ]<br></font>";
echo "* FILE NOT FOUND : zeroboard Configuration File - config.php<br></body></html>";
die;
}
이정도 넣고
/* ## FILTER : SUBACTION... ## */
// DEFAULT ACTION... (DISPLAYSEARCHFORM with HEAD&TAIL)
include($INCLPATH."/search_lib.inc");
//로그 아웃상태 -추가 된거...
if (!$member[no]) {
include ($html_head);
include ($INCLPATH."/logout.htm");
include ($html_tail);
die;}
>
>http://www.dejoa.com/index2.html
>
>로그인은 하지 않아도 그냥 검색이 됩니다.
>로그인 후 검색이 되게 사용하고 싶습니다.
>
>그리고 맥서치 3.0 버전은 언제 쯤 나오는지 궁금합니다.
search.php조금 수정하면 되는데..
<!--
[[ macSearch :: 2.1.9 ]]
Programming by macNorton (2002.4.7)
qna@mcnorton.com / www.mcnorton.com
-->
<?
// Login 확인용
global $member, $_head_php_excuted, $_zb_lib_included;
$zboard_url="../";
$_zb_path = "/home/..절대경로./zeroboard/"; // 끝에 꼭 / 를 써주세요
@include $_zb_path."_head.php";
if (!file_exists($zboard_url."config.php")) {
echo "<html><body><font color=red>[ ERROR ]<br></font>";
echo "* FILE NOT FOUND : zeroboard Configuration File - config.php<br></body></html>";
die;
}
이정도 넣고
/* ## FILTER : SUBACTION... ## */
// DEFAULT ACTION... (DISPLAYSEARCHFORM with HEAD&TAIL)
include($INCLPATH."/search_lib.inc");
//로그 아웃상태 -추가 된거...
if (!$member[no]) {
include ($html_head);
include ($INCLPATH."/logout.htm");
include ($html_tail);
die;}