http://ida4all.cafe24.com/ida/gnuboard4/
로그인이나 회원가입을 클릭 했을 때 안되는 이유가 무엇입니까?
해당소스입니다.
<map name="Map4" id="Map4">
<area shape="rect" coords="782,1,827,19" href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>" />
<area shape="rect" coords="836,1,892,21" href="<?=$g4['bbs_path']?>/register.php"/>
<area shape="rect" coords="700,0,772,18" href="http://ida4all.cafe24.com/ida/gnuboard4/index.php?>" />
<? if (!$member['mb_id']) { ?>
<!-- 로그인 이전-->
<td height="31" colspan="8"><img src="<?=$g4['path']?>/images/head_044.gif"width="900" height="19" border="0" usemap="#Map4" />
<? } else { ?>
<td height="31" colspan="8"><img src="<?=$g4['path']?>/images/head_041.gif"width="900" height="19" border="0" usemap="#Map4" />
<area shape="rect" coords="782,1,827,19" href="<?=$g4['bbs_path']?>/logout.php">
<area shape="rect" coords="836,1,892,21" href="<?=$g4['bbs_path']?>/member_confirm.php?url=register_form.php">
<? if ($is_admin == "super" || $is_auth) { ?><a href="<?=$g4['admin_path']?>/">admin<? } ?>
<? } ?>
</map>
답변 2개 / 댓글 5개
http://ida4all.cafe24.com/ida/gnuboard4/bbs/register.php 주소로 했을때 가입이 안되나요?
http://ida4all.cafe24.com/ida/gnuboard4/bbs/login.php 주소로 했을대 로그인이 안되나요?
답변에 대한 댓글 1개
답변에 대한 댓글 4개
퍼미션은 초반에 설정하기 때문에 문제가 되는 경우가 별로 없습니다.
용량은 웹하드 사용중이면 해당 사이트를 사용하는 웹호스팅의 용량을 체크해보세요~
위의 소스는 상관이 없어 보입니다.
답변을 작성하려면 로그인이 필요합니다.