묻고답하기

<?php
if(!$required){echo "정상적인 접근이 아닙니다."; exit;}
?>
<!--상부 가상 프레임 시작-->
<?php
if(file_exists("../require/vfr_top.php")){
  require "../require/vfr_top.php";
}
?>
<!--상부 가상 프레임 완료-->

<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
<?php
if($_appbg == "y"){ if($_bgcol) $mainbgstr = " bgcolor=\"$_bgcol\""; else $mainbgstr = " background=\"/images/bg.gif\""; }
if($_outlinecol){
  $mainoutlinestr = "    <td width=1 bgcolor=$_outlinecol><img src=\"/images/fixer.gif\" width=1 height=1 border=0></td>
";
  $mainleftmargin = $_leftmargin-1;
}else{
  $mainleftmargin = $_leftmargin;
}
if($_arrange == "left" && $_leftmargin > 0){
  $fixerstr = "<img src=\"/images/fixer.gif\" width=$mainleftmargin height=1 border=0>";
?>
    <td width=<?php echo $mainleftmargin.$mainbgstr.">$fixerstr"; ?></td>
<?php
  echo $mainoutlinestr;
}elseif($_arrange == "center"){
  $fixerstr = " ";
  $mainleftmargin = "*";
?>
    <td width=<?php echo $mainleftmargin.$mainbgstr.">$fixerstr"; ?></td>
<?php
  echo $mainoutlinestr;
}
?>
    <td width=<?php echo $_pgwide; ?> valign=top>
<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
    <td width=<?php echo $_pgleft; ?> height=674 bgcolor="<?php echo $_leftbgcol; ?>" valign=top>

<!--좌측 가상 프레임(상품목록, 좌측 배너...) 시작-->
<?php
if(file_exists("../require/vfr_left.php")){
  require "../require/vfr_left.php";
}
?>
<!--좌측 가상 프레임(상품목록, 좌측 배너...) 완료-->

    </td>
<?php
if($_vlinecol){
?>
    <td width=1 bgcolor="<?php echo $_vlinecol; ?>"><img src="/images/fixer.gif" width=1 height=1 border=0></td>
<?php
}
?>
    <td width=<?php echo $_pgcenter; ?> bgcolor="<?php echo $_centerbgcol; ?>" valign=top>

<!--상단이미지 출력 시작-->
<?php
$is_order_rst = strpos($HTTP_SERVER_VARS[REQUEST_URI],"order_rst");
if($is_order_rst) $iname = "pt_order_rst.gif"; else $iname = "pt_{$req}.gif";
if(file_exists("../images/$iname") || file_exists("./images/$iname")){
?>
<table width=100% cellspacing=0 cellpadding=0 align=center>
  <tr>
    <td align=left><img src="/images/<?php echo $iname; ?>" border=0></td>
  </tr>
</table>
<?php
}
?>
<!--상단이미지 출력 완료-->

<!--현위치출력 시작-->


<!--현위치출력 완료-->

<!--페이지제목 출력 시작-->


<!--페이지제목 출력 완료-->


    <!--회사소개본문 완료-->

 

    </td>
     <td width=<?php echo $_pgright; ?> bgcolor="<?php echo $_rightbgcol; ?>" valign=top>
<?php
if(file_exists("../require/vfr_right.php")){
  require "../require/vfr_right.php";
}
?>
     </td>
  </tr>
</table>
    </td>
<?php
echo $mainoutlinestr;
?>
    <td width=*<?php echo $mainbgstr; ?>> </td>
  </tr>
</table>

 


<!--하부 가상 프레임 시작-->
<?php
if(file_exists("../require/vfr_bott.php")){
  require "../require/vfr_bott.php";
}
?>
<!--하부 가상 프레임 완료-->

홈페이지 메인페이지가 클릭해도 안뜨고 빈공간색만 나오네요...

제가 중간에 소스를 모르고 삭제했는데 살릴수있을까요?

메인 소스를 잘몰라서 이것만 살리면 다른건 가능합니다만 문제가좀 헤결해주세요

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
골때리 [자문자답] rand()을 이용한 순서뒤섞기????? [5] 2007.08.10
britdew 프레임만들기에 대한 질문 [1] 2007.08.10
지만 [질문/쾌변부탁] 신문사 홈페이지를 만들려고 하는데요... [3] 2007.08.10
aquivalley [자료요청] nzeo 홈처럼 마우스 올리면 그림뜨면서 링크를 걸수 있는 소스(제로님 홈 메뉴소스)  
임준환 현재 위치 나타내는 스크립트좀 알려주세요..  
marrs 이렇게 어케 만들져? [2] 2007.08.10
『착v엘리v한』 이런 텍스트는 어떻게 만드나요?  
블루문 테이블에 링크거는것에 대해  
쭈니 새창 띄울때.... [1] 2007.08.10
이용훈 [질문] iframe을 사용할수 없다면..  
김승석 [급] 초보에게 웹메일 가르켜 주세요~~~  
이민지 폰트 이름이 뭔지 좀 알려주세요... [1] 2007.08.10
최준승 노프레임관련 질문입니다. [2] 2007.08.10
CeZio Linux 상에서의 APM 삭제하는 방법... [1] 2007.08.10
이병현 [질문] 함수내부에서 정의된 변수의 값을 밖에서 가져오기?(글로벌 말고요!!!) [1] 2007.08.10
엉엉-_ㅠ 윈도우에 대해서!! [1] 2007.08.10
김홍서 제홈페이지 로그인이 안돼는 이유가 뭐졍? -_-? [2] 2007.08.10
김선미 406 에러는 무슨 에러예요??? [2] 2007.08.10
이봉석 PHP 인스톨시..  
날세 음악 연이어 듣기에 관한 질문입니다. [1] 2007.08.10
보라빛바람 메뉴판 질문이요... [1] 2007.08.10
윤성욱 자바스크립트 여러개 사용시 안되네요 [1] 2007.08.10
보라빛바람 질문을 검색해 보다가..  
고수 dns서버 설정에 관해서 질문드릴께 있습니다. [1] 2007.08.10
양태군 include에서 지정된변수의 값이 include된파일에도 적용되도록.. [1] 2007.08.10
C&R 게시판 형식...... 다운로드  
송은두 [질문]한글로된 파일이 다운이 안됩니다. [1] 2007.08.10
이용훈 [질문] 제 글에 대해 답해줘서 감사 합니다. 그런데..  
최석민 도트메뉴 만드는법좀 알려주세요 ㅠ-ㅠ간단한거요  
never... 이런 프로그램 어떻게 만들어요??