안녕 하세요, 아래 소스에 그누보드를 어떻게 연동 시키나요

2020-03-14 (토) 20:13:41 3,465

<?
    $hostname = exec("/home/bin/hostname");
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>parainkorea</title>
</head>
<body>
<iframe frameborder=0 scrolling=no marginwidth=0 marginheight=0 width=100% height=100%  src="//hostinfo.cafe24.com/index.php?hostname=<?=$hostname;?>"></iframe>
</body>
</html>

그누보드 index.php 입니다

http://parainkorea.cafe24.com/g5/index.php

|

답변 1개

https://sir.kr/qa/349522?page=2

를 참고 하세요~

그누 설치를 /html/g5/ 에 하셔서 그렇습니다.

답변을 작성하려면 로그인이 필요합니다.