묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
files/config 디렉토리를 지워버리고 사이트가 안 뜹니다. ㅜ_ㅠ
2009.01.13 10:08
응답: New directory is: "/home/xynex/public_html/files"
상태: 디렉토리 목록 갱신 성공
명령: rm "/home/xynex/public_html/files/config/db.config.php"
응답: rm /home/xynex/public_html/files/config/db.config.php: OK
명령: rm "/home/xynex/public_html/files/config/config/db.config.php"
응답: rm /home/xynex/public_html/files/config/config/db.config.php: OK
명령: rmdir "/home/xynex/public_html/files/config/config"
응답: rmdir /home/xynex/public_html/files/config/config: OK
명령: rmdir "/home/xynex/public_html/files/config"
응답: rmdir /home/xynex/public_html/files/config: OK
무심코 지워버렸더니 사이트가 다 안 뜹니다.;
svn checkout http://svn.zeroboard.com/zeroboard_xe/trunk ./
svn up
해봐도 안됩니다.
http://eond.com 이 주소인데 살릴 수 있는 방법 없을까요?
상태: 디렉토리 목록 갱신 성공
명령: rm "/home/xynex/public_html/files/config/db.config.php"
응답: rm /home/xynex/public_html/files/config/db.config.php: OK
명령: rm "/home/xynex/public_html/files/config/config/db.config.php"
응답: rm /home/xynex/public_html/files/config/config/db.config.php: OK
명령: rmdir "/home/xynex/public_html/files/config/config"
응답: rmdir /home/xynex/public_html/files/config/config: OK
명령: rmdir "/home/xynex/public_html/files/config"
응답: rmdir /home/xynex/public_html/files/config: OK
무심코 지워버렸더니 사이트가 다 안 뜹니다.;
svn checkout http://svn.zeroboard.com/zeroboard_xe/trunk ./
svn up
해봐도 안됩니다.
http://eond.com 이 주소인데 살릴 수 있는 방법 없을까요?
confif폴더때문이라면 아래 두파일 만들어 넣으십시요.
db.config.php 파일
<?php if(!defined("__ZBXE__")) exit();
$db_info->db_type = 'mysql';
$db_info->db_port = '3306';
$db_info->db_hostname = 'localhost';
$db_info->db_userid = 'xxxxxx';
$db_info->db_password = 'xxxxxxx';
$db_info->db_database = 'zbxe';
$db_info->db_table_prefix = 'xe';
$db_info->time_zone = '+0900';
$db_info->use_rewrite = 'N';
$db_info->lang_type = 'ko';
$db_info->use_optimizer = 'N';
$db_info->qmail_compatibility = 'Y';
?>
ftp.config.php 파일
<?php if(!defined("__ZBXE__")) exit();
$ftp_info->ftp_user = 'xxxxxxxxx';
$ftp_info->ftp_password = 'xxxxxxx';
$ftp_info->ftp_port = '21';
?>