외부로그인 관련 메인화면 문제입니다. 정보
외부로그인 관련 메인화면 문제입니다.
관련링크
http://dameit.kr
94회 연결
첨부파일
본문
* 사용한 스킨 : 링크1
* 사용된 사이트 : 링크2
* 해당 index.php 내용
=========================================================================================
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("basic");
$g4['title'] = "Dame it COMPRESSER";
//include_once("./_head.php");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body {
background-color:#000;
}
-->
</style>
<table id="__01" width="800" height="1001" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td colspan="15">
<img src="images/index_01.gif" width="593" height="31" alt=""></td>
<td colspan="2">
<a href="<?=$g4[path]?>/index.php"><img src="images/index_02.gif" width="62" height="31" alt=""></a></td>
<td>
<? if(($is_member)==0){ ?><a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>"><img src="images/index_03.gif" width="67" height="31" alt="" border="0"></a><? }else{
?><a href="<?=$g4[bbs_path]?>/logout.php"><img src="images/index_03-.gif" width="67" height="31" alt="" border="0"></a><? } ?></td>
=========================================================================================
맨 아래쪽에 index_03, 03-.gif 화일이 로그인, 로그아웃 이미지입니다.
원본 외부로그인 스킨은 로그인을 눌렀을때 창이 바뀌면서 텍스트로 '로그인' '회원가입'의
선택창으로 바뀌는데 바로 팝업을 뛰우기 위해 소스를 약간 손봤습니다.
그런데 손보고 나니 index.php 을 불러들일때 홈페이지를 보시다시피 로그아웃 상태에서는
index_03.gif 그림만 덩그러니 화면에 뿌려지고
로그인을 마치면 최상단에 index_03-.gif 화일이 표시되고 아래에 인덱스 내용이
뿌려지네요.
참고삼아 해당 스킨의 php화일도 함께 첨부드립니다.
* 사용된 사이트 : 링크2
* 해당 index.php 내용
=========================================================================================
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
echo outlogin("basic");
$g4['title'] = "Dame it COMPRESSER";
//include_once("./_head.php");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
body {
background-color:#000;
}
-->
</style>
<table id="__01" width="800" height="1001" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
<tr>
<td colspan="15">
<img src="images/index_01.gif" width="593" height="31" alt=""></td>
<td colspan="2">
<a href="<?=$g4[path]?>/index.php"><img src="images/index_02.gif" width="62" height="31" alt=""></a></td>
<td>
<? if(($is_member)==0){ ?><a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>"><img src="images/index_03.gif" width="67" height="31" alt="" border="0"></a><? }else{
?><a href="<?=$g4[bbs_path]?>/logout.php"><img src="images/index_03-.gif" width="67" height="31" alt="" border="0"></a><? } ?></td>
=========================================================================================
맨 아래쪽에 index_03, 03-.gif 화일이 로그인, 로그아웃 이미지입니다.
원본 외부로그인 스킨은 로그인을 눌렀을때 창이 바뀌면서 텍스트로 '로그인' '회원가입'의
선택창으로 바뀌는데 바로 팝업을 뛰우기 위해 소스를 약간 손봤습니다.
그런데 손보고 나니 index.php 을 불러들일때 홈페이지를 보시다시피 로그아웃 상태에서는
index_03.gif 그림만 덩그러니 화면에 뿌려지고
로그인을 마치면 최상단에 index_03-.gif 화일이 표시되고 아래에 인덱스 내용이
뿌려지네요.
참고삼아 해당 스킨의 php화일도 함께 첨부드립니다.
댓글 전체