클럽설치변수설정에 관하여 정보
클럽설치변수설정에 관하여본문
그누4에 클럽설치하려구 하는데 안되네여
club에 _common g4변수와 admin/ _common g4변수를 어떻게 설치해야 하나여
제로정은 www/그누보드가 설치되여잇구여
그누보드/club/클럽파일이 들어가잇거든여
club
_common
<?
$g4_path = ".."; // g4 상대경로
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
?>
$g4_path = ".."; // g4 상대경로
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
?>
admin/
_common
<?
$g4_path = ".."; // g4 상대경로
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "./admin.lib.php";
?>
$g4_path = ".."; // g4 상대경로
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "./admin.lib.php";
?>
이런데 g4상대경로 설정을 알려주세요
댓글 전체
club/_common.php
$g4_path = "..";
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
club/admin/_common.php
$g4_path = "../..";
$cb_path = "..";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "./admin.lib.php";
$g4_path = "..";
$cb_path = ".";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "$cb_path/common.php";
club/admin/_common.php
$g4_path = "../..";
$cb_path = "..";
$bo_table = $cb_id;
include_once "$g4_path/common.php";
include_once "./admin.lib.php";