
호스팅업체에서 충돌이 있다면서 알려준 내용인데.. 뭘 어떻게 해줘야 할까요..
index.php 내용입니다..
Copy
<?include_once('root.html');include_once('common.php');include_once(G5_LIB_PATH.'/thumbnail.lib.php');$url = ''; if ($g5['https_url']) { if (preg_match("/^\./", $urlencode)) $url = $g5[url]; else $url = $g5[url].$urlencode; } else { $url = $urlencode; }?><!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>토토천국</title> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <!-- <script src="http://mukjob.net/new_js/jquery.min.js"></script> <script type="text/javascript" src="http://mukjob.net/new_js/frmCheck.js"></script> <script src="http://mukjob.net/new_js/jquery-ui.js"></script> --><script type="text/javascript" src="js/default.js"></script></head><body> <div id="wrapper"> <? include_once('module/header.html'); include_once('module/gnb.html'); include_once('module/left.html'); include_once('module/right.html'); include_once('module/content.html'); include_once('module/aside.html'); ?> </div> <?include_once('module/footer.html');?></body></html>
이건 module/header.html
Copy
<div id="header"> <h1 class="logo"> <a href="<?=$root_html?>"><img src="<?=$root_html?>/images/totologo9.png" alt=""></a> </h1> <div class="center"> <div class="notice"> <span></span> <ul> <? $sql = "SELECT * FROM g5_write_notice ORDER BY wr_id DESC LIMIT 1"; $result = sql_query($sql); while($row = sql_fetch_array($result)){ ?> <li><a href="<?=G5_BBS_URL?>/board.php?bo_table=notice&wr_id=<?=$row[wr_id]?>"><?=$row[wr_subject];?></a></li> <?}?> </ul> </div> <div class="search"> <div class="bar"> <form action="<?=G5_BBS_URL?>/board.php"> <input type="hidden" name="bo_table" value="muktilist"> <input type="hidden" name="sfl" value="wr_subject"> <input type="text" placeholder="이곳에서 먹튀사이트를 검색해보세요." name="stx"> </form> </div> </div> <ul class="unit"> <li><a href="<?=G5_BBS_URL?>/board.php?bo_table=attend">출석체크</a></li> <li><a href="<?=G5_BBS_URL?>/board.php?bo_table=advertise">홍보게시판</a></li> <li><a href="<?=G5_BBS_URL?>/board.php?bo_table=report"">먹튀제보</a></li> <li><a href="<?=G5_BBS_URL?>/board.php?bo_table=verify"">검증방</a></li> </ul> </div> <div class="right"> <img src="http://placehold.it/415x80" alt=""> </div> </div>
그누보드 파일들은 public_html/g5 폴더에 들어 있습니다..
|
답변 1개
블랙앤화이트
8년 전
파일을 옮기시면서 뭔가 사라지거나 이동된거 아닌가요?
로그는 뜨고 디비관련된 부분부터 안뜨는거 같네요
bbs/도 인식이 않되는거 같은데요
초보라 잘 모르겄는데 common.php 파일은 정상적으로 있나요?
로그는 뜨고 디비관련된 부분부터 안뜨는거 같네요
bbs/도 인식이 않되는거 같은데요
초보라 잘 모르겄는데 common.php 파일은 정상적으로 있나요?
답변을 작성하려면 로그인이 필요합니다.