|
|
|
12년 전
|
조회 1,461
|
|
|
|
12년 전
|
조회 1,543
|
|
|
|
12년 전
|
조회 1,024
|
|
|
|
12년 전
|
조회 1,054
|
|
|
|
12년 전
|
조회 1,027
|
|
|
|
12년 전
|
조회 1,548
|
|
|
|
12년 전
|
조회 2,282
|
|
|
|
12년 전
|
조회 1,017
|
|
|
|
12년 전
|
조회 6,667
|
|
|
|
12년 전
|
조회 1,605
|
|
|
|
12년 전
|
조회 1,546
|
|
|
|
12년 전
|
조회 755
|
|
|
|
12년 전
|
조회 1,608
|
|
|
|
12년 전
|
조회 4,410
|
|
|
|
12년 전
|
조회 2,141
|
|
|
|
12년 전
|
조회 2,729
|
|
|
|
12년 전
|
조회 2,361
|
|
|
|
12년 전
|
조회 1,530
|
|
|
|
12년 전
|
조회 1,694
|
|
|
|
12년 전
|
조회 851
|
댓글 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]
한번 더 감사드립니다 카이루님