준비중

This commit is contained in:
2018-01-11 20:30:48 +09:00
parent 7b3b674dee
commit ee4f524437
10 changed files with 35 additions and 8 deletions
+8
View File
@@ -1 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Refresh' content='0;URL=../'>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</head>
<body></body></html>
+1
View File
@@ -0,0 +1 @@
Deny from all
+1
View File
@@ -0,0 +1 @@
Deny from all
+1
View File
@@ -1,6 +1,7 @@
<?php
include "lib.php";
include "func.php";
require_once("new_lib.php")
$id = $_POST[id];
$pw = $_POST[pw];
+4 -4
View File
@@ -54,11 +54,11 @@ $_baserice = 2000; // 기본 병량
$_taxrate = 0.01; // 군량 매매시 세율
//$images = "http://115.68.28.99/images";
//$image = "http://115.68.28.99/image";
$images = "http://jwh1807.vipweb.kr/images";
$image = "http://jwh1807.vipweb.kr/image";
//$images = "http://jwh1807.vipweb.kr/images";
//$image = "http://jwh1807.vipweb.kr/image";
$image1 = "../d_pic";
// $images = "images";
// $image = "image";
$images = "/images";
$image = "/image";
unset($member);
unset($setup);
+1
View File
@@ -0,0 +1 @@
Deny from all
+13
View File
@@ -0,0 +1,13 @@
<?php
//임시 땜빵 리팩터링.
require_once("lib.php")
function dbConnRoot() {
global $connect, $HTTP_COOKIE_VARS;
$f = @file("../d_setting/set.php") or Error("set.php파일이 없습니다. DB설정을 먼저 하십시요!");
for($i=1; $i<= 4; $i++) $f[$i] = trim(str_replace("\n","",$f[$i]));
if(!$connect) $connect = @MYDB_connect($f[1],$f[2],$f[3]) or Error("DB 접속시 에러가 발생했습니다");
@MYDB_select_db($f[4], $connect) or Error("DB Select 에러가 발생했습니다","");
return $connect;
}
?>
+1
View File
@@ -0,0 +1 @@
Deny from all
+1
View File
@@ -0,0 +1 @@
Deny from all
+4 -4
View File
@@ -5,10 +5,10 @@ ob_start();
// 주요 환경변수들
define(W, '/');
//define(IMAGE, '../../image');
//define(IMAGES, '../../images');
define(IMAGE, 'http://115.68.28.99/image');
define(IMAGES, 'http://115.68.28.99/images');
define(IMAGE, '../../image');
define(IMAGES, '../../images');
//define(IMAGE, 'http://115.68.28.99/image');
//define(IMAGES, 'http://115.68.28.99/images');
define(JQUERY, 'jquery-1.6.4.min.js');
define(MD5, 'md5-min.js');