?> 제거
replace 코드 디버깅 용도로 제거
This commit is contained in:
@@ -54,4 +54,3 @@ case "락풀기":
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_119.php');</script>";
|
||||
?>
|
||||
|
||||
@@ -176,5 +176,3 @@ switch($btn) {
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_admin1.php');</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -428,5 +428,4 @@ switch($btn) {
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_admin2.php');</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -130,5 +130,3 @@ switch($btn) {
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_admin3.php');</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -103,5 +103,3 @@ switch($btn) {
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_admin4.php');</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -26,5 +26,3 @@ switch($btn) {
|
||||
}
|
||||
|
||||
echo "<script>location.replace('_admin5.php');</script>";
|
||||
?>
|
||||
|
||||
|
||||
@@ -1559,4 +1559,4 @@ function printSimul($game, $i) {
|
||||
</tr>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -254,4 +254,3 @@ function getHexCode($hex) {
|
||||
case 12: return "C"; case 13: return "D"; case 14: return "E"; case 15: return "F";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -335,4 +335,3 @@ function getNewColor($type) {
|
||||
return $color;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<script type="text/javascript">
|
||||
<!--<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', '']);
|
||||
@@ -11,3 +11,4 @@
|
||||
})();
|
||||
|
||||
</script>
|
||||
-->
|
||||
@@ -213,4 +213,3 @@ if($btn == "판매") {
|
||||
}
|
||||
|
||||
Submit("b_auction.php", $msg, $msg2);
|
||||
?>
|
||||
|
||||
@@ -58,5 +58,3 @@ if($btn == "국가방침") {
|
||||
|
||||
echo "<script>location.replace('b_dipcenter.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -124,5 +124,3 @@ if($command == 46) {
|
||||
echo "<script>location.replace('main.php');</script>";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -115,5 +115,3 @@ if($genlist == 9999 && str_replace(" ", "", $msg) != "") {
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -252,5 +252,3 @@ if($btn == "추방") {
|
||||
|
||||
echo "<script>location.replace('b_myBossInfo.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -18,5 +18,3 @@ MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
|
||||
|
||||
echo "<script>location.replace('b_nationrule.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
|
||||
include "lib.php";
|
||||
include "func.php";
|
||||
|
||||
//로그인 검사
|
||||
CheckLogin();
|
||||
$connect = dbConn();
|
||||
|
||||
@@ -54,5 +54,3 @@ if($btn == "부 대 창 설" && $name != "" && $me[troop] == 0) {
|
||||
echo "<script>location.replace('b_troop.php');</script>";
|
||||
|
||||
MYDB_close($connect);
|
||||
?>
|
||||
|
||||
|
||||
@@ -16,5 +16,3 @@ $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""
|
||||
|
||||
echo "<script>location.replace('b_myPage.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
<?php /*
|
||||
localhost
|
||||
root
|
||||
root
|
||||
test
|
||||
?>
|
||||
*/
|
||||
@@ -116,5 +116,3 @@ pushGenLog($you, $youlog);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -95,5 +95,3 @@ pushHistory($connect, $history);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -100,5 +100,3 @@ pushHistory($connect, $history);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -134,5 +134,3 @@ pushHistory($connect, $history);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -159,6 +159,3 @@ pushAllLog($alllog);
|
||||
pushHistory($connect, $history);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -7,4 +7,3 @@ require_once(ROOT.W.F_CONFIG.W.APP.PHP);
|
||||
require_once(ROOT.W.F_FUNC.W.FUNC.PHP);
|
||||
|
||||
CustomHeader();
|
||||
?>
|
||||
|
||||
@@ -124,5 +124,4 @@ pushHistory($connect, $history);
|
||||
|
||||
echo "<script>location.replace('msglist.php');</script>";
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
<?php/*jwh1807:유기체:13:127.0.0.1:1320151557*/?>
|
||||
<?php/*jwh1807:유기체:13:127.0.0.1:1320151557*/
|
||||
|
||||
@@ -244,5 +244,3 @@ function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$
|
||||
) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -253,5 +253,3 @@ function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$
|
||||
) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -114,5 +114,3 @@ function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$
|
||||
) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -143,5 +143,3 @@ function RegGeneral4($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$
|
||||
) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
||||
@@ -7416,4 +7416,3 @@ function Submit($url, $msg="", $msg2="") {
|
||||
";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -345,4 +345,3 @@ function processAuction($connect) {
|
||||
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -128,4 +128,3 @@ function LogHistory($connect, $isFirst=0) {
|
||||
if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', LogHistory Finish');
|
||||
return true;
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -285,4 +285,3 @@ class HTTP{
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -1861,4 +1861,3 @@ function RiceBillRate($connect, $nation, $rate, $rice_rate, $type, $rice) {
|
||||
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -6145,4 +6145,3 @@ function process_99($connect, &$general) {
|
||||
pushGenLog($general, $log);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -301,4 +301,3 @@ class _String {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -345,4 +345,3 @@ function insertCity($connect, $name, $level, $pop2, $agri2, $comm2, $secu2, $def
|
||||
) or Error(__LINE__.MYDB_error($connect),"");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -6,5 +6,5 @@ $connect=dbConn();
|
||||
|
||||
LogHistory($connect, 1);
|
||||
|
||||
echo "<script>location.replace('index.php');</script>";
|
||||
?>
|
||||
//echo "<script>location.replace('index.php');</script>";
|
||||
echo "index.php"; //TODO:replace
|
||||
|
||||
@@ -83,7 +83,7 @@ if(!isTable($connect, "history",$dbname)) @MYDB_query($history_schema, $connect)
|
||||
|
||||
// 파일로 DB 정보 저장
|
||||
$file=@fopen("d_setting/set.php","w") or Error("set.php 파일 생성 실패<br><br>디렉토리의 퍼미션을 707로 주십시요","");
|
||||
@fwrite($file,"<?php /*\n$hostname\n$user_id\n$password\n$dbname\n */?>\n") or Error("set.php 파일 생성 실패<br><br>디렉토리의 퍼미션을 707로 주십시요","");
|
||||
@fwrite($file,"<?php /*\n$hostname\n$user_id\n$password\n$dbname\n */\n") or Error("set.php 파일 생성 실패<br><br>디렉토리의 퍼미션을 707로 주십시요","");
|
||||
@fclose($file);
|
||||
@mkdir("data",0707);
|
||||
@chmod("data",0707);
|
||||
@@ -93,5 +93,4 @@ $temp=MYDB_fetch_array(MYDB_query("select count(*) from general where level = '1
|
||||
|
||||
MYDB_close($connect);
|
||||
|
||||
echo "<script>location.replace('install2.php');</script>";
|
||||
?>
|
||||
echo "<!--<script>location.replace('install2.php');</script>-->install2.php"; //TODO:location.replace 살려두기
|
||||
|
||||
@@ -271,5 +271,3 @@ if($id_num) {
|
||||
</script>");
|
||||
echo("<script>location.replace('index.php');</script>");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -272,4 +272,3 @@ if($id_num) {
|
||||
echo("<script>location.replace('index.php');</script>");
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -54,5 +54,3 @@ $response['intel'] = $abil['intel'];
|
||||
|
||||
usleep(100*1000);
|
||||
echo json_encode($response);
|
||||
|
||||
?>
|
||||
@@ -181,4 +181,3 @@ function PrintElapsedTime() {
|
||||
$_endTime = round(getMicroTime() - $_startTime, 3);
|
||||
echo "<table width=1000 align=center style=font-size:10;><tr><td align=right>경과시간 : {$_endTime}초</td></tr></table>";
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -78,4 +78,3 @@ function DeleteSession() {
|
||||
}
|
||||
|
||||
MYDB_close($connect);
|
||||
?>
|
||||
|
||||
@@ -16,7 +16,7 @@ $id = $me[user_id];
|
||||
$pw = $me[password];
|
||||
$conmsg = $me[conmsg];
|
||||
|
||||
//¼¼¼Çº¯¼ö Á¦°Å
|
||||
//���Ǻ��� ����
|
||||
session_destroy();
|
||||
|
||||
echo "<script>location.replace('start.php');</script>";
|
||||
@@ -33,4 +33,3 @@ a
|
||||
</html>
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
phpinfo();
|
||||
?>
|
||||
Reference in New Issue
Block a user