그누보드 설치관련해서 질문좀 드려요 ㅠ 정보
그누보드 설치관련해서 질문좀 드려요 ㅠ본문
안녕하세요 ^^
다름이 아니오라 카페24의 쇼핑몰 호스팅인 EC호스팅에 그누보드를 설치하려고 하는데요 ..
막상 업로드한 후에 인스톨 시키려고 해보니 설치가 안되고 페이지에 아래와 같은 글만 나오네요 ..
<?
include_once ("../config.php");
// �띁誘몄뀡�쓣 �떎�쓬怨� 媛숈? �삎�떇�쑝濡� �뼸�뒗�떎. drwxrwxrwx
function get_perms($mode)
{
/* Determine Type */
if( $mode & 0x1000 )
$perms["type"] = 'p'; /* FIFO pipe */
else if( $mode & 0x2000 )
$perms["type"] = 'c'; /* Character special */
else if( $mode & 0x4000 )
$perms["type"] = 'd'; /* Directory */
else if( $mode & 0x6000 )
$perms["type"] = 'b'; /* Block special */
else if( $mode & 0x8000 )
$perms["type"] = '-'; /* Regular */
else if( $mode & 0xA000 )
$perms["type"] = 'l'; /* Symbolic Link */
else if( $mode & 0xC000 )
$perms["type"] = 's'; /* Socket */
else
$perms["type"] = 'u'; /* UNKNOWN */
/* Determine permissions */
$perms["owner_read"] = ($mode & 00400) ? 'r' : '-';
$perms["owner_write"] = ($mode & 00200) ? 'w' : '-';
$perms["owner_execute"] = ($mode & 00100) ? 'x' : '-';
$perms["group_read"] = ($mode & 00040) ? 'r' : '-';
$perms["group_write"] = ($mode & 00020) ? 'w' : '-';
$perms["group_execute"] = ($mode & 00010) ? 'x' : '-';
$perms["world_read"] = ($mode & 00004) ? 'r' : '-';
$perms["world_write"] = ($mode & 00002) ? 'w' : '-';
$perms["world_execute"] = ($mode & 00001) ? 'x' : '-';
/* Adjust for SUID, SGID and sticky bit */
if( $mode & 0x800 )
$perms["owner_execute"] = ($perms["owner_execute"]=='x') ? 's' : 'S';
if( $mode & 0x400 )
$perms["group_execute"] = ($perms["group_execute"]=='x') ? 's' : 'S';
if( $mode & 0x200 )
$perms["world_execute"] = ($perms["world_execute"]=='x') ? 't' : 'T';
return $perms;
}
// �뙆�씪�씠 議댁옱�븳�떎硫� �꽕移섑븷 �닔 �뾾�떎.
if (file_exists("../dbconfig.php")) {
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo <<<HEREDOC
<script language="JavaScript">
alert("�꽕移섑븯�떎 �닔 �뾾�뒿�땲�떎.");
location.href="../";
</script>
HEREDOC;
exit;
}
/*
// 猷⑦듃 �뵒�젆�넗由ъ뿉 �뙆�씪, �뵒�젆�넗由� �깮�꽦 媛��뒫�븳吏� 寃��궗.
$perms = get_perms(fileperms("../"));
if ($perms["world_read"].$perms["world_write"].$perms["world_execute"] != "rwx") {
echo <<<HEREDOC
<script language="JavaScript">
alert("猷⑦듃 �뵒�젆�넗由ъ쓽 �띁誘몄뀡�쓣 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\ncommon.php �뙆�씪�씠 �엳�뒗怨녹씠 猷⑦듃 �뵒�젆�넗由� �엯�땲�떎.\\n\\n$> chmod 707 . \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.");
</script>
HEREDOC;
exit;
}
*/
// 猷⑦듃 �뵒�젆�넗由ъ뿉 �뙆�씪 �깮�꽦 媛��뒫�븳吏� 寃��궗.
if (!is_writeable(".."))
{
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "<script language='JavaScript'>alert('猷⑦듃 �뵒�젆�넗由ъ쓽 �띁誘몄뀡�쓣 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\ncommon.php �뙆�씪�씠 �엳�뒗怨녹씠 猷⑦듃 �뵒�젆�넗由� �엯�땲�떎.\\n\\n$> chmod 707 . \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.');</script>";
exit;
}
/*
$perms = get_perms(fileperms("../common.php"));
if ($perms["world_read"].$perms["world_write"] != "rw") {
echo <<<HEREDOC
<script language="JavaScript">
alert("猷⑦듃 �뵒�젆�넗由ъ뿉 �엳�뒗 common.php �뙆�씪�쓽 �띁誘몄뀡�쓣 606 �삉�뒗 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\n$> chmod 606 common.php \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.");
</script>
HEREDOC;
exit;
}
*/
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
<title>諛곗텛鍮뚮뜑 �꽕移� (1/3) - �씪�씠�꽱�뒪(License)</title>
<style type="text/css">
<!--
.body {
font-size: 12px;
}
.box {
background-color: #D6D3CE;
font-size: 12px;
}
-->
</style>
</head>
<body background="img/all_bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="587" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="587" height="22">
<param name="movie" value="img/top.swf">
<param name="quality" value="high">
<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="587" height="22"></embed></object></td>
</tr>
<tr>
<td width="3" background="img/box_left.gif"></td>
<td width="581" valign="top" bgcolor="#FCFCFC">
<table width="581" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/box_title.gif" width="581" height="56"></td>
</tr>
</table>
<table width="541" border="0" align="center" cellpadding="0" cellspacing="0" class="body">
<tr>
<td height="10"></td>
</tr>
<tr>
<td>諛곗텛鍮뚮뜑�? 洹몃늻蹂대뱶4媛� �븿猿� �꽕移섎맗�땲�떎. �씪�씠�꽱�뒪(License) �궡�슜�쓣 諛섎뱶�떆 �솗�씤�븯�떗�떆�삤.</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center">
<textarea name="textarea" style='width:99%' rows="9" class="box" readonly>
<?=implode("", file("../LICENSE-MW-BUILDER"));?>
</textarea>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center">
<textarea name="textarea" style='width:99%' rows="9" class="box" readonly>
<?=implode("", file("../LICENSE"));?>
</textarea>
</td>
</tr>
<tr>
<td height=10></td>
</tr>
<tr>
<td>�꽕移섎? �썝�븯�떆硫� �쐞 �궡�슜�뿉 �룞�쓽�븯�뀛�빞 �빀�땲�떎.<br>
�룞�쓽瑜� �썝�븯�떆硫� <�삁, �룞�쓽�빀�땲�떎> 踰꾪듉�쓣 �겢由?빐 二쇱꽭�슂.</td>
</tr>
</table>
<table width="562" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height=20><img src="img/box_line.gif" width="562" height="2"></td>
</tr>
</table>
<table width="551" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<form name=frm method=post action="javascript:frm_submit(document.frm);">
<input type="hidden" name="agree" value="�룞�쓽�븿">
<input type="submit" name="btn_submit" value="�삁, �룞�쓽�빀�땲�떎 ">
</form>
</td>
</tr>
</table>
</td>
<td width="3" background="img/box_right.gif"></td>
</tr>
<tr>
<td colspan="3"><img src="img/box_bottom.gif" width="587" height="3"></td>
</tr>
</table>
<script language="JavaScript">
function frm_submit(f)
{
f.action = "./install_config.php";
f.submit();
}
document.frm.btn_submit.focus();
</script>
</body>
</html>
혹시 카페24의 유료 호스팅이 아닌 쇼핑몰 호스팅에다가 설치하는 방법 아시는분은 알려주세요 ㅠㅠ
부탁좀 드릴께요 ㅠ
다름이 아니오라 카페24의 쇼핑몰 호스팅인 EC호스팅에 그누보드를 설치하려고 하는데요 ..
막상 업로드한 후에 인스톨 시키려고 해보니 설치가 안되고 페이지에 아래와 같은 글만 나오네요 ..
<?
include_once ("../config.php");
// �띁誘몄뀡�쓣 �떎�쓬怨� 媛숈? �삎�떇�쑝濡� �뼸�뒗�떎. drwxrwxrwx
function get_perms($mode)
{
/* Determine Type */
if( $mode & 0x1000 )
$perms["type"] = 'p'; /* FIFO pipe */
else if( $mode & 0x2000 )
$perms["type"] = 'c'; /* Character special */
else if( $mode & 0x4000 )
$perms["type"] = 'd'; /* Directory */
else if( $mode & 0x6000 )
$perms["type"] = 'b'; /* Block special */
else if( $mode & 0x8000 )
$perms["type"] = '-'; /* Regular */
else if( $mode & 0xA000 )
$perms["type"] = 'l'; /* Symbolic Link */
else if( $mode & 0xC000 )
$perms["type"] = 's'; /* Socket */
else
$perms["type"] = 'u'; /* UNKNOWN */
/* Determine permissions */
$perms["owner_read"] = ($mode & 00400) ? 'r' : '-';
$perms["owner_write"] = ($mode & 00200) ? 'w' : '-';
$perms["owner_execute"] = ($mode & 00100) ? 'x' : '-';
$perms["group_read"] = ($mode & 00040) ? 'r' : '-';
$perms["group_write"] = ($mode & 00020) ? 'w' : '-';
$perms["group_execute"] = ($mode & 00010) ? 'x' : '-';
$perms["world_read"] = ($mode & 00004) ? 'r' : '-';
$perms["world_write"] = ($mode & 00002) ? 'w' : '-';
$perms["world_execute"] = ($mode & 00001) ? 'x' : '-';
/* Adjust for SUID, SGID and sticky bit */
if( $mode & 0x800 )
$perms["owner_execute"] = ($perms["owner_execute"]=='x') ? 's' : 'S';
if( $mode & 0x400 )
$perms["group_execute"] = ($perms["group_execute"]=='x') ? 's' : 'S';
if( $mode & 0x200 )
$perms["world_execute"] = ($perms["world_execute"]=='x') ? 't' : 'T';
return $perms;
}
// �뙆�씪�씠 議댁옱�븳�떎硫� �꽕移섑븷 �닔 �뾾�떎.
if (file_exists("../dbconfig.php")) {
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo <<<HEREDOC
<script language="JavaScript">
alert("�꽕移섑븯�떎 �닔 �뾾�뒿�땲�떎.");
location.href="../";
</script>
HEREDOC;
exit;
}
/*
// 猷⑦듃 �뵒�젆�넗由ъ뿉 �뙆�씪, �뵒�젆�넗由� �깮�꽦 媛��뒫�븳吏� 寃��궗.
$perms = get_perms(fileperms("../"));
if ($perms["world_read"].$perms["world_write"].$perms["world_execute"] != "rwx") {
echo <<<HEREDOC
<script language="JavaScript">
alert("猷⑦듃 �뵒�젆�넗由ъ쓽 �띁誘몄뀡�쓣 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\ncommon.php �뙆�씪�씠 �엳�뒗怨녹씠 猷⑦듃 �뵒�젆�넗由� �엯�땲�떎.\\n\\n$> chmod 707 . \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.");
</script>
HEREDOC;
exit;
}
*/
// 猷⑦듃 �뵒�젆�넗由ъ뿉 �뙆�씪 �깮�꽦 媛��뒫�븳吏� 寃��궗.
if (!is_writeable(".."))
{
echo "<meta http-equiv='content-type' content='text/html; charset=$g4[charset]'>";
echo "<script language='JavaScript'>alert('猷⑦듃 �뵒�젆�넗由ъ쓽 �띁誘몄뀡�쓣 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\ncommon.php �뙆�씪�씠 �엳�뒗怨녹씠 猷⑦듃 �뵒�젆�넗由� �엯�땲�떎.\\n\\n$> chmod 707 . \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.');</script>";
exit;
}
/*
$perms = get_perms(fileperms("../common.php"));
if ($perms["world_read"].$perms["world_write"] != "rw") {
echo <<<HEREDOC
<script language="JavaScript">
alert("猷⑦듃 �뵒�젆�넗由ъ뿉 �엳�뒗 common.php �뙆�씪�쓽 �띁誘몄뀡�쓣 606 �삉�뒗 707濡� 蹂�寃쏀븯�뿬 二쇱떗�떆�삤.\\n\\n$> chmod 606 common.php \\n\\n洹� �떎�쓬 �꽕移섑븯�뿬 二쇱떗�떆�삤.");
</script>
HEREDOC;
exit;
}
*/
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
<title>諛곗텛鍮뚮뜑 �꽕移� (1/3) - �씪�씠�꽱�뒪(License)</title>
<style type="text/css">
<!--
.body {
font-size: 12px;
}
.box {
background-color: #D6D3CE;
font-size: 12px;
}
-->
</style>
</head>
<body background="img/all_bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table width="587" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td colspan="3"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="587" height="22">
<param name="movie" value="img/top.swf">
<param name="quality" value="high">
<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="587" height="22"></embed></object></td>
</tr>
<tr>
<td width="3" background="img/box_left.gif"></td>
<td width="581" valign="top" bgcolor="#FCFCFC">
<table width="581" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/box_title.gif" width="581" height="56"></td>
</tr>
</table>
<table width="541" border="0" align="center" cellpadding="0" cellspacing="0" class="body">
<tr>
<td height="10"></td>
</tr>
<tr>
<td>諛곗텛鍮뚮뜑�? 洹몃늻蹂대뱶4媛� �븿猿� �꽕移섎맗�땲�떎. �씪�씠�꽱�뒪(License) �궡�슜�쓣 諛섎뱶�떆 �솗�씤�븯�떗�떆�삤.</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center">
<textarea name="textarea" style='width:99%' rows="9" class="box" readonly>
<?=implode("", file("../LICENSE-MW-BUILDER"));?>
</textarea>
</td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td align="center">
<textarea name="textarea" style='width:99%' rows="9" class="box" readonly>
<?=implode("", file("../LICENSE"));?>
</textarea>
</td>
</tr>
<tr>
<td height=10></td>
</tr>
<tr>
<td>�꽕移섎? �썝�븯�떆硫� �쐞 �궡�슜�뿉 �룞�쓽�븯�뀛�빞 �빀�땲�떎.<br>
�룞�쓽瑜� �썝�븯�떆硫� <�삁, �룞�쓽�빀�땲�떎> 踰꾪듉�쓣 �겢由?빐 二쇱꽭�슂.</td>
</tr>
</table>
<table width="562" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height=20><img src="img/box_line.gif" width="562" height="2"></td>
</tr>
</table>
<table width="551" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<form name=frm method=post action="javascript:frm_submit(document.frm);">
<input type="hidden" name="agree" value="�룞�쓽�븿">
<input type="submit" name="btn_submit" value="�삁, �룞�쓽�빀�땲�떎 ">
</form>
</td>
</tr>
</table>
</td>
<td width="3" background="img/box_right.gif"></td>
</tr>
<tr>
<td colspan="3"><img src="img/box_bottom.gif" width="587" height="3"></td>
</tr>
</table>
<script language="JavaScript">
function frm_submit(f)
{
f.action = "./install_config.php";
f.submit();
}
document.frm.btn_submit.focus();
</script>
</body>
</html>
혹시 카페24의 유료 호스팅이 아닌 쇼핑몰 호스팅에다가 설치하는 방법 아시는분은 알려주세요 ㅠㅠ
부탁좀 드릴께요 ㅠ
댓글 전체
문자셋 확인 한번 해보세요~
문자셋을 utf8 이랑 euckr을 번갈아가면서 해봣는데 이렇더라구요 .. ㅠㅠ
혹시 쇼핑몰호스팅에는 그누보드가 지원이 안되는건가요 ?
혹시 쇼핑몰호스팅에는 그누보드가 지원이 안되는건가요 ?
쇼핑몰 호스팅에 그누보드가 지원되는지 안되는지는 잘 모르겠고요.
제 짧은 경험으로 말씀드리면..
저렇게 글자가 깨져서 나타나는건 문자셋 문제가 가장 많더라구요..
제 짧은 경험으로 말씀드리면..
저렇게 글자가 깨져서 나타나는건 문자셋 문제가 가장 많더라구요..
넵 답변 감사드립니다 ^^
이것은 위의 분들 설명이 맞아요
예를들어 기존 쇼핑몰은 euc_kr 버전인데 그누보드는 다국어버전이라든지 .. 여하튼 언어셌이 기존에 설치된것같 같아야할것 같아요
예를들어 기존 쇼핑몰은 euc_kr 버전인데 그누보드는 다국어버전이라든지 .. 여하튼 언어셌이 기존에 설치된것같 같아야할것 같아요
넵 알겠습니당 ^^ 감사해요 ~!