이애러의 정체는 ㅜㅜ


Warning: main(/extend/new_scroll_latest.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 42

Warning: main(): Failed opening '/extend/new_scroll_latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 42

Warning: main(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 43

Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 43

Warning: main(/lib/latest_bless.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 44

Warning: main(): Failed opening '/lib/latest_bless.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 44

Warning: main(/lib/outlogin.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 45

Warning: main(): Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 45

Warning: main(/lib/poll.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 46

Warning: main(): Failed opening '/lib/poll.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 46

Warning: main(/lib/visit.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 47

Warning: main(): Failed opening '/lib/visit.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 47

Warning: main(/lib/connect.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 48

Warning: main(): Failed opening '/lib/connect.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 48

Warning: main(/lib/popular.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 49

Warning: main(): Failed opening '/lib/popular.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 49

Warning: main(/lib/menu_new.lib.php): failed to open stream: No such file or directory in /home/hosting_users/nspan/www/head.sub.php on line 50

Warning: main(): Failed opening '/lib/menu_new.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 50
 
 
브레스빌더 사용자 인데.. 안되요 ㅠㅠ;;
확인좀 해주세요..
|

댓글 9개

질문 장소를 잘 못 잡으셨군요.
http://sir.co.kr/bbs/write.php?bo_table=g4_qa

답변 : (/extend/new_scroll_latest.lib.php) 파일이 없다는 소리입니다.
/설치경로/extend/ 경로에 new_scroll_latest.lib.php라는 파일이 존재하는지 확인하십시오.
훔 파일은 있는데 ㅠㅠ
이거 불로그 맞는데 설치하니까
그렇게 떠용 ㅠㅠ
http://uccplay.tv/blog/?mb_id=nspan
head.sub.php 파일 소스 좀 보여주시겠어요?
<?
// 이 파일은 새로운 파일 생성시 반드시 포함되어야 함
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

$begin_time = get_microtime();

if (!$g4[title])
$g4[title] = $config[cf_title];

// 쪽지를 받았나?
//if ($member[mb_memo_call]) {
// $mb = get_member($member[mb_memo_call], "mb_nick");
// sql_query(" update {$g4[member_table]} set mb_memo_call = '' where mb_id = '$member[mb_id]' ");

// alert($mb[mb_nick]."님으로부터 쪽지가 전달되었습니다.", $_SERVER[REQUEST_URI]);
//}


// 현재 접속자
//$lo_location = get_text($g4[title]);
//$lo_location = $g4[title];
// 게시판 제목에 ' 포함되면 오류 발생
$lo_location = addslashes($g4[title]);
if (!$lo_location)
$lo_location = $_SERVER[REQUEST_URI];
//$lo_url = $g4[url] . $_SERVER[REQUEST_URI];
$lo_url = $_SERVER[REQUEST_URI];
if (strstr($lo_url, "/$g4[admin]/") || $is_admin == "super") $lo_url = "";

// 자바스크립트에서 go(-1) 함수를 쓰면 폼값이 사라질때 해당 폼의 상단에 사용하면
// 캐쉬의 내용을 가져옴. 완전한지는 검증되지 않음
header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
header("Expires: 0"); // rfc2616 - Section 14.21
header("Last-Modified: " . $gmnow);
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
?>
<?
include_once("./_common.php");
include_once("$g4[path]/extend/new_scroll_latest.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/latest_bless.lib.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/lib/menu_new.lib.php");
?>
<?
$r_adm = explode("|",$config[cf_1]);
$bless_adm1_1 = $r_adm[0];
$bless_adm1_2 = $r_adm[1];
$bless_adm1_3 = $r_adm[2];
$bless_adm1_4 = $r_adm[3];
$bless_adm1_5 = $r_adm[4];

$r_adm = explode("|",$config[cf_2]);
$bless_adm2_1 = $r_adm[0];
$bless_adm2_2 = $r_adm[1];
$bless_adm2_3 = $r_adm[2];
$bless_adm2_4 = $r_adm[3];
$bless_adm2_5 = $r_adm[4];

$r_adm = explode("|",$config[cf_3]);
$bless_adm3_1 = $r_adm[0];
$bless_adm3_2 = $r_adm[1];
$bless_adm3_3 = $r_adm[2];
$bless_adm3_4 = $r_adm[3];
$bless_adm3_5 = $r_adm[4];
$bless_adm3_6 = $r_adm[5];
$bless_adm3_7 = $r_adm[6];
$bless_adm3_8 = $r_adm[7];
$bless_adm3_9 = $r_adm[8];

$r_adm = explode("|",$config[cf_4]);
$bless_adm4_1 = $r_adm[0];
$bless_adm4_2 = $r_adm[1];
$bless_adm4_3 = $r_adm[2];
$bless_adm4_4 = $r_adm[3];
$bless_adm4_5 = $r_adm[4];

$r_adm = explode("|",$config[cf_5]);
$bless_adm5_1 = $r_adm[0];
$bless_adm5_2 = $r_adm[1];
$bless_adm5_3 = $r_adm[2];
$bless_adm5_4 = $r_adm[3];
$bless_adm5_5 = $r_adm[4];
$bless_adm5_6 = $r_adm[5];
$bless_adm5_7 = $r_adm[6];
$bless_adm5_8 = $r_adm[7];

$r_adm = explode("|",$config[cf_6]);
$bless_adm6_1 = $r_adm[0];
$bless_adm6_2 = $r_adm[1];
$bless_adm6_3 = $r_adm[2];
$bless_adm6_4 = $r_adm[3];
$bless_adm6_5 = $r_adm[4];

$r_adm = explode("|",$config[cf_7]);
$bless_adm7_1 = $r_adm[0];
$bless_adm7_2 = $r_adm[1];
$bless_adm7_3 = $r_adm[2];
$bless_adm7_4 = $r_adm[3];
$bless_adm7_5 = $r_adm[4];

$r_adm = explode("|",$config[cf_8]);
$bless_adm8_1 = $r_adm[0];
$bless_adm8_2 = $r_adm[1];
$bless_adm8_3 = $r_adm[2];
$bless_adm8_4 = $r_adm[3];
$bless_adm8_5 = $r_adm[4];
$bless_adm8_6 = $r_adm[5];
$bless_adm8_7 = $r_adm[6];
$bless_adm8_8 = $r_adm[7];
$bless_adm8_9 = $r_adm[8];
$bless_adm8_10 = $r_adm[9];
$bless_adm8_11 = $r_adm[10];
$bless_adm8_12 = $r_adm[11];
$bless_adm8_13 = $r_adm[12];

$r_adm = explode("|",$config[cf_9]);
$bless_adm9_1 = $r_adm[0];
$bless_adm9_2 = $r_adm[1];
$bless_adm9_3 = $r_adm[2];
$bless_adm9_4 = $r_adm[3];
$bless_adm9_5 = $r_adm[4];
$bless_adm9_6 = $r_adm[5];

$r_adm = explode("|",$config[cf_10]);
$bless_adm10_1 = $r_adm[0];
$bless_adm10_2 = $r_adm[1];
$bless_adm10_3 = $r_adm[2];
$bless_adm10_4 = $r_adm[3];
$bless_adm10_5 = $r_adm[4];
$bless_adm10_6 = $r_adm[5];
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4[charset]?>">
<title><?=$g4[title]?></title>
<!-- 누가복음 4장 18절~19절
주의 성령이 내게 임하셨으니 이는 가난한 자에게 복음을 전하게 하시려고
내게 기름을 부으시고 나를 보내사 포로 된 자에게 자유를,
눈먼 자에게 다시 보게함을 전파하며 눌린 자를 자유케 하고
주의 은혜의 해를 전파하게 하려 하심이라 하였더라
-->
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="<?=$g4[bless_skin]?>/<?=$bless_adm1_1?>/style.css" type="text/css">
<script language="javascript">
// 자바스크립트에서 사용하는 전역변수 선언
var g4_path = "<?=$g4[path]?>";
var g4_bbs = "<?=$g4[bbs]?>";
var g4_bbs_img = "<?=$g4[bbs_img]?>";
var g4_url = "<?=$g4[url]?>";
var g4_is_member = "<?=$is_member?>";
var g4_is_admin = "<?=$is_admin?>";
var g4_bo_table = "<?=$bo_table?>";
var g4_sca = "<?=$sca?>";
var g4_charset = "<?=$g4[charset]?>";
var g4_bless = "<?=$g4[bless_skin]?>";
var g4_bless_img = "<?=$g4[bless_img]?>";
var g4_is_gecko = navigator.userAgent.toLowerCase().indexOf("gecko") != -1;
var g4_is_ie = navigator.userAgent.toLowerCase().indexOf("msie") != -1;
<? if ($is_admin) { echo "var g4_admin = '$g4[admin]';"; } ?>
</script>
<script language="javascript" src="<?=$g4[path]?>/js/common.js"></script>
<SCRIPT language=javascript src="<?=$g4[path]?>/js/onfocus.js"><!-- 링크 클릭시 점선 없애는 --></SCRIPT>
<SCRIPT language=javascript src="<?=$g4[path]?>/js/swap.js"><!-- 스왑이미지 --></SCRIPT>
<SCRIPT language=JavaScript src="<?=$g4[path]?>/js/show_layer.js"><!-- 오늘쪽 레이어 --></SCRIPT>
<SCRIPT language=JavaScript src="<?=$g4[path]?>/js/lightbox_plus.js"><!-- 이미지클릭시 레이어 창--></SCRIPT>
</head>
<body <?=$g4[body_script]?>>
<a name="g4_head"></a>
head.sub.php 파일의 41번라인

include_once("./_common.php");

이부분 때문에 그런현상이 발생하는 것으로 추정됩니다.
하지만 해당 부분을 삭제하면 브레스 빌더가 정상작동하지 않을 수 있습니다.
그렇다면 blog 소스를 건드려야 하는데 이부분도 문제가 발생할 소지가 있습니다.
브레스 빌더는 테스트 하지 못해 답변드리기가 힘드네요.
설정파일에서 $g4[path] 가 제대로 안잡혀 있는것 같습니다.

Warning: main(): Failed opening '/extend/new_scroll_latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/nspan/www/head.sub.php on line 42


에서 보면 /extend/new_scroll_latest.lib.php 가 아니라 /home/hosting_users/nspan/www/extend/new_scroll_latest.lib.php 가 되어야 로딩이 될걸로 보입니다. 나머지도 다 마찬가지 인듯...
팅별 브레스빌더 소스유포
브레스님
코멘트때문에 삭제가 안된다네요
이곳 운영자한테 지워달라고 하겠습니다.
댓글을 작성하시려면 로그인이 필요합니다. 로그인

그누4 플러그인

그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다. 플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다. 플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y

+
제목 글쓴이 날짜 조회
18년 전 조회 2,188
18년 전 조회 1,609
18년 전 조회 1,697
18년 전 조회 1,701
18년 전 조회 1,355
18년 전 조회 1,531
18년 전 조회 5,172
18년 전 조회 2,178
18년 전 조회 1,187
18년 전 조회 1,260
18년 전 조회 8,841
18년 전 조회 9,073
18년 전 조회 1,128
18년 전 조회 1,847
18년 전 조회 1,696
🐛 버그신고