안녕 하세요, 아래 소스에 그누보드를 어떻게 연동 시키나요
관련링크
본문
<?
$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 입니다
답변을 작성하시기 전에 로그인 해주세요.