[초보] 외부 로그인 도저히 감이 안오네여... 정보
[초보] 외부 로그인 도저히 감이 안오네여...본문
게시판에 있는 글들을 읽어보고 답답해서 글올립니다...
홈페이지 작업은 거의 끝이 났는데 외부 로그인을 도저히 달지를 못하겠네여..
혹시 그누보드가 잘못깔렷나해서 test 파일을 만들어서 올려봤는데 이런 글씨만 나오네여..
Warning: main() [function.main]: URL file-access is disabled in the server configuration in /home/hosting_users/unisafe/www/test.php on line 3
Warning: main(http://www.ganamath.com/gnuboard4/common.php) [function.main]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/unisafe/www/test.php on line 3
Warning: main() [function.include]: Failed opening 'http://www.ganamath.com/gnuboard4/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/unisafe/www/test.php on line 3
Warning: main(/lib/outlogin.lib.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/unisafe/www/test.php on line 4
Warning: main() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/unisafe/www/test.php on line 4
Fatal error: Call to undefined function: outlogin() in /home/hosting_users/unisafe/www/test.php on line 13
Warning: main(http://www.ganamath.com/gnuboard4/common.php) [function.main]: failed to open stream: no suitable wrapper could be found in /home/hosting_users/unisafe/www/test.php on line 3
Warning: main() [function.include]: Failed opening 'http://www.ganamath.com/gnuboard4/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/unisafe/www/test.php on line 3
Warning: main(/lib/outlogin.lib.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/unisafe/www/test.php on line 4
Warning: main() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/unisafe/www/test.php on line 4
Fatal error: Call to undefined function: outlogin() in /home/hosting_users/unisafe/www/test.php on line 13
아래는 test.php 안에있는 내용입니다..
<?
$g4_path = "http://www.ganamath.com/gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<html>
<head>
<meta name="GENERATOR" content="Namo WebEditor v6.0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body>
<?=outlogin("basic"); // 외부 로그인 ?>
<p> </p>
</body>
</html>
$g4_path = "http://www.ganamath.com/gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/outlogin.lib.php");
?>
<html>
<head>
<meta name="GENERATOR" content="Namo WebEditor v6.0">
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body>
<?=outlogin("basic"); // 외부 로그인 ?>
<p> </p>
</body>
</html>
보시고 뭐가 잘못되었는지 답변좀부탁드립니다..