background-color:rgba(100%,100%,0%,0.1); rgb 및 alpha값이 차례대로 들어가며 rgb는 %단위 alpha값은 투명한 정도에 따라 0 ~ 1 사이의 값이 들어간다.
Location 이하 경로에 절대경로를 사용할 수 있다.
/login.php?url=">/img/top_m02.gif" width="78" height="31" border="0"> /register.php">/img/top_m03.gif" width="78" height="31" border="0"> /logout.php">/img/top_m04.gif" width="78" height="31" border="0"> /member_confirm.php?url=register_form.php">/img/top_m05.gif" width="78" height="31" border="0">
시간을 0으로 설정해두었으므로 바로 이동이된다.meta태그 이므로 head 사이에 넣어둔다.
을 다시 옛날버전처럼 관리자페이지에서 사용여부 체크에 따라 사용하고 싶으신분들은 참고하시기 바랍니다. 1. bbs/write.php 339번째줄 기존소스 : // 자동등록방지 //include_once ("./norobot.inc.php"); 주석을 풀어줍니다. // 자동등록방지 include_once ("./norobot.inc.php"); 2. skin/board/basic/write.skin.php 238번째줄 기존소스 : 아래의 코드로 바꿔줍니다. 3. bbs/write_update.php 119번째줄 기존소스 : // 자동등록방지 검사 //include_once ("./norobot_check.inc.php"); if (!$is_member) { if ($w=='' || $w=='r') { $k..