① 계정(호스팅-서버관리) 회사 이름 :    http://www.ivyro.net/
② php , mysql 버전 :
③ 제로보드 버젼(날짜 포함) : 4.1pl2
④ 에러나는 주소와 에러 부분 소스(필수) :
⑤ 주로 쓰고 있는 스킨 이름이나 소스  :
⑥ 질문 내용 :
http://www.joongjin.com/bbs/view.php?id=tour&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=1
이부분에 보면.. 사진 설명에 적은글들이 깨져서 나옵니다..

그리고.
게시판 설정에 ..
불량 단어 등록에  적혀 있는 글도 다 깨져서 나옵니다...


그래서 제가 할수 있는 것은. lib.php 파일을

  1. function head($body="",$scriptfile="") {   
  2.         global $group$setup$dir,$member$PHP_SELF$id$_head_executived$HTTP_COOKIE_VARS$width;   
  3.         if($_head_executivedreturn;   
  4.         $_head_executived = true;   
  5.         $f = @fopen("license.txt","r");   
  6.         $license = @fread($f,filesize("license.txt"));   
  7.         @fclose($f);   
  8.         print "<!--\n".$license."\n-->\n";   
  9.         if(!eregi("member_",$PHP_SELF)) $stylefile="skin/$setup[skinname]/style.css"else $stylefile="style.css";   
  10.         if($setup[use_formmail]) {   
  11.             $f = fopen("script/script_zbLayer.php","r");   
  12.             $zbLayerScript = fread($ffilesize("script/script_zbLayer.php"));   
  13.             fclose($f);   
  14.         }   
  15.         // html 시작부분 출력   
  16.         if($setup[skinname]) {   
  17.             ?>   
  18. <html lang="ko">   
  19. <head>   
  20.     <title><?=$setup[title]?></title>   
  21.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />   
  22.     <link rel=StyleSheet HREF=<?=$stylefile?> type=text/css title=style>   
  23.     <?if($setup[use_formmail]) echo $zbLayerScript;?>   
  24.     <?if($scriptfileinclude "script/".$scriptfile;?>   
  25. </head>   
  26. <body topmargin='0'  leftmargin='0' marginwidth='0' marginheight='0' <?=$body?><?   
  27.             if($setup[bg_color]) echo " bgcolor=".$setup[bg_color]." ";   
  28.             if($setup[bg_image]) echo " background=".$setup[bg_image]." ";   
  29.             ?>>   
  30.             <?   
  31.             if($group[header_url]) { @include $group[header_url]; }   
  32.             if($setup[header_url]) { @include $setup[header_url]; }   
  33.             if($group[header]) echo stripslashes($group[header]);   
  34.             if($setup[header]) echo stripslashes($setup[header]);   
  35.             ?>   
  36.             <table border=0 cellspacing=0 cellpadding=0 width=<?=$width?> height=1 style="table-layout:fixed;"><col width=100%></col><tr><td><img src=images/t.gif border=0 width=98% height=1 name=zb_get_table_width><br><img src=images/t.gif border=0 name=zb_target_resize width=1 height=1></td></tr></table>   
  37.             <?   
  38.         } else {   
  39.             ?>   
  40. <html lang="ko">   
  41. <head>   
  42.     <meta http-equiv="content-type" content="text/html; charset=utf-8" />  



이렇게 변경하니..      내가 원하는 부분은 제대로 나오는데...    메뉴.. 목록 지금까지 안 깨져 나오던 화면이 다 깨져서 나오네요.

도움 바랍니다..