|
|
|
13-05-09
|
조회 1,729
|
|
|
|
13-05-09
|
조회 905
|
|
|
|
13-05-09
|
조회 983
|
|
|
|
13-05-09
|
조회 1,765
|
|
|
|
13-05-09
|
조회 1,563
|
|
|
|
13-05-09
|
조회 1,642
|
|
|
|
13-05-09
|
조회 1,120
|
|
|
|
13-05-09
|
조회 1,160
|
|
|
|
13-05-09
|
조회 1,129
|
|
|
|
13-05-09
|
조회 1,650
|
|
|
|
13-05-09
|
조회 2,373
|
|
|
|
13-05-09
|
조회 1,119
|
|
|
|
13-05-09
|
조회 6,775
|
|
|
|
13-05-09
|
조회 1,712
|
|
|
|
13-05-09
|
조회 1,645
|
|
|
|
13-05-09
|
조회 861
|
|
|
|
13-05-09
|
조회 1,722
|
|
|
|
13-05-09
|
조회 4,510
|
|
|
|
13-05-09
|
조회 2,242
|
|
|
|
13-05-09
|
조회 2,840
|
댓글 8개
goto_url(주소);
이명령으로 적당히 쑤셔넣으면 될것같네요.?
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
goto_url("./board.php?bo_table=$bo_table&sca=$ca_name");
?>
이런식으로???
파일 생성후
[code]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
?>
[/code]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$qstr .= "&sca=$ca_name"; //추가요 ;;;
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
?>
[/code]
write_update.skin.php
[code]
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
$qstr .= "&sca=".urlencode($ca_name); //한글일때 urlencode 사용
if ($g4[https_url])
$https_url = "$g4[url]/$g4[bbs]";
else
$https_url = ".";
if ($file_upload_msg)
alert($file_upload_msg, "{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
else
goto_url("{$https_url}/board.php?bo_table=$bo_table&page=$page" . $qstr);
?>
[/code]
한번 더 감사드립니다 카이루님