commit 7b3201548afefc1f7583f927aebf016a8df2d2f6 Author: hide_d Date: Tue Jan 9 19:54:49 2018 +0900 initial diff --git a/_common.php b/_common.php new file mode 100644 index 00000000..6268a06c --- /dev/null +++ b/_common.php @@ -0,0 +1,8 @@ + diff --git a/che/index.html b/che/index.html new file mode 100644 index 00000000..f39c8363 --- /dev/null +++ b/che/index.html @@ -0,0 +1 @@ + diff --git a/che_close/MYDB.php b/che_close/MYDB.php new file mode 100644 index 00000000..af6acfa4 --- /dev/null +++ b/che_close/MYDB.php @@ -0,0 +1,41 @@ + diff --git a/che_close/_119.php b/che_close/_119.php new file mode 100644 index 00000000..665d7aee --- /dev/null +++ b/che_close/_119.php @@ -0,0 +1,54 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select turntime,tnmt_time from game"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = "select plock from plock"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$plock = MYDB_fetch_array($result); +?> + + + +삼국지 모의전투 PHP (유기체서버) + + + + +
+ 시간조정 : 최종갱신 :
+ 시간조정 : 토너먼트 :
+ 봉급지급 :
+ 락 풀 기 : 현재 : 0?"동결중":"가동중";?>
+
+ + + diff --git a/che_close/_119_b.php b/che_close/_119_b.php new file mode 100644 index 00000000..37ad360c --- /dev/null +++ b/che_close/_119_b.php @@ -0,0 +1,57 @@ +location.replace('_119.php');"; +} + +switch($btn) { +case "분당김": + $query = "update game set turntime=DATE_SUB(turntime, INTERVAL $minute MINUTE),starttime=DATE_SUB(starttime, INTERVAL $minute MINUTE),tnmt_time=DATE_SUB(tnmt_time, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set turntime=DATE_SUB(turntime, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update auction set expire=DATE_SUB(expire, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case "분지연": + $query = "update game set turntime=DATE_ADD(turntime, INTERVAL $minute MINUTE),starttime=DATE_ADD(starttime, INTERVAL $minute MINUTE),tnmt_time=DATE_ADD(tnmt_time, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set turntime=DATE_ADD(turntime, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update auction set expire=DATE_ADD(expire, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case "토너분당김": + $query = "update game set tnmt_time=DATE_SUB(tnmt_time, INTERVAL $minute2 MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case "토너분지연": + $query = "update game set tnmt_time=DATE_ADD(tnmt_time, INTERVAL $minute2 MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case "금지급": + processGoldIncome($connect); + break; +case "쌀지급": + processRiceIncome($connect); + break; +case "락걸기": + $query = "update plock set plock=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case "락풀기": + $query = "update plock set plock=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +} + +echo ""; +?> diff --git a/che_close/_admin1.php b/che_close/_admin1.php new file mode 100644 index 00000000..9c52dae2 --- /dev/null +++ b/che_close/_admin1.php @@ -0,0 +1,223 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$admin = getAdmin($connect); +?> + + +게임관리 + + + + + + +
게 임 관 리
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
운영자메세지
중원정세추가
쿼리 요청
시작시간변경현재도시훈사
최대 장수>최대 국가>
기준 장수수>현재 수입률%
시작 년도최근 갱신 시간 
턴시간
+ + + + + + + + + + + + + + + + + + + + "; + } + echo " + "; + + for($i=10; $i <= 14; $i++) { + $att = $admin["att{$i}"]; + $def = $admin["def{$i}"]; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $cst = $admin["cst{$i}"]; + $ric = $admin["ric{$i}"]; + echo " + + + + + + + + + "; + } + echo " + "; + + for($i=20; $i <= 27; $i++) { + $att = $admin["att{$i}"]; + $def = $admin["def{$i}"]; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $cst = $admin["cst{$i}"]; + $ric = $admin["ric{$i}"]; + echo " + + + + + + + + + "; + } + echo " + "; + + for($i=30; $i <= 38; $i++) { + $att = $admin["att{$i}"]; + $def = $admin["def{$i}"]; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $cst = $admin["cst{$i}"]; + $ric = $admin["ric{$i}"]; + echo " + + + + + + + + + "; + } + echo " + "; + + for($i=40; $i <= 43; $i++) { + $att = $admin["att{$i}"]; + $def = $admin["def{$i}"]; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $cst = $admin["cst{$i}"]; + $ric = $admin["ric{$i}"]; + echo " + + + + + + + + + "; + } + echo " + "; +?> +
공격방어기동회피가격군량
".getTypename($i)."
".getTypename($i)."
".getTypename($i)."
".getTypename($i)."
".getTypename($i)."
+
+
+ + + + + + + + + + + + + +
리 셋 요 청
HOSTNAMEDB_IDPASSWORDDB_NAME
+
+ + + +
+ + diff --git a/che_close/_admin1_submit.php b/che_close/_admin1_submit.php new file mode 100644 index 00000000..30a77a19 --- /dev/null +++ b/che_close/_admin1_submit.php @@ -0,0 +1,180 @@ +location.replace('_admin1.php');"; +} + +switch($btn) { + case "변경": + $msg = addslashes(SQ2DQ($msg)); + $query = "update game set msg='$msg' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "요청": + $query = $q; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "로그쓰기": + $lognum = $admin[historyindex] + 1; + if($lognum >= 29) { $lognum = 0; } + $history[0] = "{$log}"; + pushHistory($connect, $history); + break; + case "변경1": + $query = "update game set starttime='$starttime' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "변경2": + $query = "update game set maxgeneral='$maxgeneral' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "변경3": + $query = "update game set maxnation='$maxnation' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "변경4": + $query = "update game set startyear='$startyear' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "변경5": + $query = "update game set normgeneral='$gen_rate' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "1분턴": + case "2분턴": + case "5분턴": + case "10분턴": + case "20분턴": + case "30분턴": + case "60분턴": + case "120분턴": + switch($btn) { + case "1분턴": $turnterm = 7; $unit = 60; break; + case "2분턴": $turnterm = 6; $unit = 120; break; + case "5분턴": $turnterm = 5; $unit = 300; break; + case "10분턴": $turnterm = 4; $unit = 600; break; + case "20분턴": $turnterm = 3; $unit = 1200; break; + case "30분턴": $turnterm = 2; $unit = 1800; break; + case "60분턴": $turnterm = 1; $unit = 3600; break; + case "120분턴": $turnterm = 0; $unit = 7200; break; + } + $turn = ($admin[year] - $admin[startyear]) * 12 + $admin[month] - 1; + $starttime = date("Y-m-d H:i:s", strtotime($admin[turntime]) - $turn * $unit); + $starttime = cutTurn($starttime, $turnterm); + $query = "update game set turnterm='$turnterm',starttime='$starttime' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 턴시간이 길어지는 경우 랜덤턴 배정 + if($turnterm < $admin[turnterm]) { + $query = "select no from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $turntime = getRandTurn($turnterm); + $query = "update general set turntime='$turntime' where no='$gen[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + // 턴시간이 너무 멀리 떨어진 선수 제대로 보정 + } else { + $query = "select no,turntime from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $num = floor((strtotime($gen[turntime]) - strtotime($admin[turntime])) / $unit); + if($num > 0) { + $gen[turntime] = date("Y-m-d H:i:s", strtotime($gen[turntime]) - $unit * $num); + $query = "update general set turntime='$gen[turntime]' where no='$gen[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } + $history[count($history)] = "★턴시간이 $btn으로 변경됩니다."; + pushHistory($connect, $history); + break; + case "변경6": + $query = "update game set att0='$att0',def0='$def0',spd0='$spd0',avd0='$avd0',ric0='$ric0',cst0='$cst0' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att1='$att1',def1='$def1',spd1='$spd1',avd1='$avd1',ric1='$ric1',cst1='$cst1' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att2='$att2',def2='$def2',spd2='$spd2',avd2='$avd2',ric2='$ric2',cst2='$cst2' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att3='$att3',def3='$def3',spd3='$spd3',avd3='$avd3',ric3='$ric3',cst3='$cst3' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att4='$att4',def4='$def4',spd4='$spd4',avd4='$avd4',ric4='$ric4',cst4='$cst4' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att5='$att5',def5='$def5',spd5='$spd5',avd5='$avd5',ric5='$ric5',cst5='$cst5' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update game set att10='$att10',def10='$def10',spd10='$spd10',avd10='$avd10',ric10='$ric10',cst10='$cst10' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att11='$att11',def11='$def11',spd11='$spd11',avd11='$avd11',ric11='$ric11',cst11='$cst11' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att12='$att12',def12='$def12',spd12='$spd12',avd12='$avd12',ric12='$ric12',cst12='$cst12' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att13='$att13',def13='$def13',spd13='$spd13',avd13='$avd13',ric13='$ric13',cst13='$cst13' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att14='$att14',def14='$def14',spd14='$spd14',avd14='$avd14',ric14='$ric14',cst14='$cst14' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update game set att20='$att20',def20='$def20',spd20='$spd20',avd20='$avd20',ric20='$ric20',cst20='$cst20' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att21='$att21',def21='$def21',spd21='$spd21',avd21='$avd21',ric21='$ric21',cst21='$cst21' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att22='$att22',def22='$def22',spd22='$spd22',avd22='$avd22',ric22='$ric22',cst22='$cst22' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att23='$att23',def23='$def23',spd23='$spd23',avd23='$avd23',ric23='$ric23',cst23='$cst23' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att24='$att24',def24='$def24',spd24='$spd24',avd24='$avd24',ric24='$ric24',cst24='$cst24' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att25='$att25',def25='$def25',spd25='$spd25',avd25='$avd25',ric25='$ric25',cst25='$cst25' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att26='$att26',def26='$def26',spd26='$spd26',avd26='$avd26',ric26='$ric26',cst26='$cst26' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att27='$att27',def27='$def27',spd27='$spd27',avd27='$avd27',ric27='$ric27',cst27='$cst27' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update game set att30='$att30',def30='$def30',spd30='$spd30',avd30='$avd30',ric30='$ric30',cst30='$cst30' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att31='$att31',def31='$def31',spd31='$spd31',avd31='$avd31',ric31='$ric31',cst31='$cst31' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att32='$att32',def32='$def32',spd32='$spd32',avd32='$avd32',ric32='$ric32',cst32='$cst32' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att33='$att33',def33='$def33',spd33='$spd33',avd33='$avd33',ric33='$ric33',cst33='$cst33' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att34='$att34',def34='$def34',spd34='$spd34',avd34='$avd34',ric34='$ric34',cst34='$cst34' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att35='$att35',def35='$def35',spd35='$spd35',avd35='$avd35',ric35='$ric35',cst35='$cst35' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att36='$att36',def36='$def36',spd36='$spd36',avd36='$avd36',ric36='$ric36',cst36='$cst36' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att37='$att37',def37='$def37',spd37='$spd37',avd37='$avd37',ric37='$ric37',cst37='$cst37' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att38='$att38',def38='$def38',spd38='$spd38',avd38='$avd38',ric38='$ric38',cst38='$cst38' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update game set att40='$att40',def40='$def40',spd40='$spd40',avd40='$avd40',ric40='$ric40',cst40='$cst40' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att41='$att41',def41='$def41',spd41='$spd41',avd41='$avd41',ric41='$ric41',cst41='$cst41' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att42='$att42',def42='$def42',spd42='$spd42',avd42='$avd42',ric42='$ric42',cst42='$cst42' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set att43='$att43',def43='$def43',spd43='$spd43',avd43='$avd43',ric43='$ric43',cst43='$cst43' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +} + +echo ""; +?> + diff --git a/che_close/_admin2.php b/che_close/_admin2.php new file mode 100644 index 00000000..4a6f9233 --- /dev/null +++ b/che_close/_admin2.php @@ -0,0 +1,149 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select conlimit,conweight from game where no=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); +?> + + +회원관리 + + + + + + +
회 원 관 리
+
+ + + + + + + + + +
접속제한
제한등급 + style=color:white;background-color:black;font-size:13;> + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
회원선택

NPC
NPC유저
특별회원
접속제한
블럭회원
+"; + +$query = "select no,name,npc,userlevel,block from general order by npc,binary(name)"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + $style = "style=;"; + if($general[block] > 0) { $style .= "background-color:red;"; } + if($general[npc] >= 2) { $style .= "color:cyan;"; } + elseif($general[npc] == 1) { $style .= "color:skyblue;"; } + if($general[con] > $admin[conlimit]) { $style .= "color:red;"; } + if($general[userlevel] > 2) { $style .= "color:blue;"; } + + echo " + "; +} + +echo " + + 아이템 지급 + + + + + +
블럭 +
+ 1단계:발언권, 2단계:턴블럭 +
강제 사망
이벤트
이벤트2
특별회원
접속제한
턴설정
NPC해제
메세지 전달
+
+ + + +
+ + diff --git a/che_close/_admin2_submit.php b/che_close/_admin2_submit.php new file mode 100644 index 00000000..8df79d68 --- /dev/null +++ b/che_close/_admin2_submit.php @@ -0,0 +1,432 @@ +location.replace('_admin2.php');"; +} + +switch($btn) { + case "전체 접속허용": + $query = "update general set con=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "전체 접속제한": + $query = "update general set con=1000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "접속가중치": + $query = "update game set conweight='$conweight' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case "블럭 해제": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=0 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "1단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=1,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "2단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set gold=0,rice=0,block=2,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "3단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set gold=0,rice=0,block=3,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "무한삭턴": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set killturn=8000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "강제 사망": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set turn0=0,killturn=0,turntime='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "특기 부여": + $query = "select year,month from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = $btn." 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select no,leader,power,intel,history from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $special2 = getSpecial2($connect, $general[leader], $general[power], $general[intel]); + + $query = "update general set specage2=age,special2='$special2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●특기 【".getGenSpecial($special2)."】(을)를 익혔습니다!"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:특기 【".getGenSpecial($special2)."】(을)를 습득"); + pushGenLog($general, $log); + } + break; + case "경험치1000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = $btn." 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set experience=experience+1000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "공헌치1000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = $btn." 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dedication=dedication+1000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "보숙10000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = "보병숙련도+10000 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dex0=dex0+10000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "궁숙10000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = "궁병숙련도+10000 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dex10=dex10+10000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "기숙10000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = "기병숙련도+10000 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dex20=dex20+10000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "귀숙10000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = "귀병숙련도+10000 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dex30=dex30+10000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "차숙10000": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + $msg = "차병숙련도+10000 지급!"; + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set dex40=dex40+10000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "특별회원 임명": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set userlevel=3 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "특별회원 해제": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set userlevel=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "접속 허용": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set con=0 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "접속 제한": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set con=1000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "메세지 전달": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date',newmsg=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "무기지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "무기 회수!"; } + else { $msg = getWeapName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set weap='0' where no='$genlist[$i]'"; + } else { + $query = "update general set weap='$weap' where no='$genlist[$i]' and weap<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "책지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "서적 회수!"; } + else { $msg = getBookName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set book='0' where no='$genlist[$i]'"; + } else { + $query = "update general set book='$weap' where no='$genlist[$i]' and book<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "말지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "말 회수!"; } + else { $msg = getHorseName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set horse='0' where no='$genlist[$i]'"; + } else { + $query = "update general set horse='$weap' where no='$genlist[$i]' and horse<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "도구지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "특수도구 회수!"; } + else { $msg = getItemName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set item='0' where no='$genlist[$i]'"; + } else { + $query = "update general set item='$weap' where no='$genlist[$i]' and item<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "NPC해제": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set npc=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "하야입력": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set turn0='00000000000045' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "방랑해산": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set turn0='00000000000047',turn1='00000000000056' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "NPC설정": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set npc=2 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "00턴": + $query = "select turnterm from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + for($i=0; $i < sizeof($genlist); $i++) { + $turntime = getRandTurn($admin[turnterm]); + $cutTurn = cutTurn($turntime, $admin[turnterm]); + $query = "update general set turntime='$cutTurn' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "랜덤턴": + $query = "select turnterm from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + for($i=0; $i < sizeof($genlist); $i++) { + $turntime = getRandTurn($admin[turnterm]); + $query = "update general set turntime='$turntime' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; +} + +echo ""; +?> + diff --git a/che_close/_admin3.php b/che_close/_admin3.php new file mode 100644 index 00000000..49a052e5 --- /dev/null +++ b/che_close/_admin3.php @@ -0,0 +1,100 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} +//$admin = getAdmin($connect); +?> + + +특별회원 + + + + + + +
특 별 회 원
+
+ + + + + + + + + + + + + + + +
회원선택

무장
지장
+"; + +$query = "select no,name,power,intel from general where userlevel>2 order by npc,binary(name)"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + if($general[power] >= $general[intel]) { + echo " + "; + } else { + echo " + "; + } +} + +echo " + + 아이템 지급 + + + + + +
특별회원
메세지 전달
+
+ + + +
+ + diff --git a/che_close/_admin3_submit.php b/che_close/_admin3_submit.php new file mode 100644 index 00000000..c80df3ee --- /dev/null +++ b/che_close/_admin3_submit.php @@ -0,0 +1,134 @@ +location.replace('_admin3.php');"; +} + +switch($btn) { + case "무기지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "무기 회수!"; } + else { $msg = getWeapName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set weap='0' where no='$genlist[$i]'"; + } else { + $query = "update general set weap='$weap' where no='$genlist[$i]' and weap<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "책지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "서적 회수!"; } + else { $msg = getBookName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set book='0' where no='$genlist[$i]'"; + } else { + $query = "update general set book='$weap' where no='$genlist[$i]' and book<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "말지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "말 회수!"; } + else { $msg = getHorseName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set horse='0' where no='$genlist[$i]'"; + } else { + $query = "update general set horse='$weap' where no='$genlist[$i]' and horse<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "도구지급": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + if($weap == 0) { $msg = "특수도구 회수!"; } + else { $msg = getItemName($weap)." 지급!"; } + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + for($i=0; $i < sizeof($genlist); $i++) { + if($weap == 0) { + $query = "update general set item='0' where no='$genlist[$i]'"; + } else { + $query = "update general set item='$weap' where no='$genlist[$i]' and item<'$weap'"; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "특별회원 해제": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set userlevel=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "메세지 전달": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date',newmsg=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; +} + +echo ""; +?> + diff --git a/che_close/_admin4.php b/che_close/_admin4.php new file mode 100644 index 00000000..c72fb7ad --- /dev/null +++ b/che_close/_admin4.php @@ -0,0 +1,193 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select conlimit from game where no=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); +?> + + +멀티관리 + + + + + + +
멀 티 관 리
+
+ + + + + + + + + + + + + + + +
회원선택

NPC
NPC유저
특별회원
접속제한
블럭회원
+"; + +$query = "select no,name,npc,userlevel,block from general where ip!='' order by npc,ip"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + $style = "style=;"; + if($general[block] > 0) { $style .= "background-color:red;"; } + if($general[npc] >= 2) { $style .= "color:cyan;"; } + elseif($general[npc] == 1) { $style .= "color:skyblue;"; } + if($general[con] > $admin[conlimit]) { $style .= "color:red;"; } + if($general[userlevel] > 2) { $style .= "color:blue;"; } + + echo " + "; +} + +echo " + "; +?> + 블럭 +
+ 1단계:발언권, 2단계:턴블럭 +
강제 사망
메세지 전달
+ + + + + + + + + +1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$ipCount = MYDB_num_rows($result); +$genName = ""; +$genDate = ""; +$genIP = ""; +$genID = ""; +$conMsg = ""; +for($i=0; $i < $ipCount; $i++) { + $ip = MYDB_fetch_array($result); + + $query = "select name,ip,lastconnect,user_id,block,conmsg from general where ip like '$ip[ip2]%' and npc<2 order by ip"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($genResult); + for($k=0; $k < $genCount; $k++) { + $gen = MYDB_fetch_array($genResult); + if($gen[block] > 0) $genName .= "{$gen[name]}
"; + else $genName .= $gen[name]."
"; + $genDate .= $gen[lastconnect]."
"; + $genIP .= $gen[ip]."
"; + $genID .= $gen[user_id]."
"; + $conMsg .= $gen[conmsg]."
"; + } + $genName .= "
"; + $genDate .= "
"; + $genIP .= "
"; + $genID .= "
"; + $conMsg .= "
"; +} +echo " + + + + + "; +?> + +
장수명최근로그인IPID-
$genName$genDate$genIP$genID$conMsg
+ + + + + + + + + +1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$ipCount = MYDB_num_rows($result); +$genName = ""; +$genDate = ""; +$genIP = ""; +$genID = ""; +$conMsg = ""; +for($i=0; $i < $ipCount; $i++) { + $ip = MYDB_fetch_array($result); + + $query = "select name,password,lastconnect,user_id,block,conmsg from general where password='$ip[password]' and npc<2"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($genResult); + for($k=0; $k < $genCount; $k++) { + $gen = MYDB_fetch_array($genResult); + if($gen[block] > 0) $genName .= "{$gen[name]}
"; + else $genName .= $gen[name]."
"; + $genDate .= $gen[lastconnect]."
"; + $genIP .= substr($gen[password],0,10)." ...
"; + $genID .= $gen[user_id]."
"; + $conMsg .= $gen[conmsg]."
"; + } + $genName .= "
"; + $genDate .= "
"; + $genIP .= "
"; + $genID .= "
"; + $conMsg .= "
"; +} +echo " + + + + + "; +?> + +
장수명최근로그인PasswordID-
$genName$genDate$genIP$genID$conMsg
+
+ + + +
+ + diff --git a/che_close/_admin4_submit.php b/che_close/_admin4_submit.php new file mode 100644 index 00000000..84a5cf04 --- /dev/null +++ b/che_close/_admin4_submit.php @@ -0,0 +1,107 @@ +location.replace('_admin4.php');"; +} + +switch($btn) { + case "블럭 해제": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=0 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "1단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=1,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "2단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=2,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "3단계 블럭": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set block=3,killturn=24 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select user_id from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $uid[$i] = $gen[user_id]; + } + $connect = dbConn("sammo"); + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($uid); $i++) { + //블럭정보 + $query = "update MEMBER set block_num=block_num+1,block_date='$date' where id='$uid[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "무한삭턴": + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set killturn=8000 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "강제 사망": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "update general set turn0=0,killturn=0,turntime='$date' where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; + case "메세지 전달": + $date = date('Y-m-d H:i:s'); + for($i=0; $i < sizeof($genlist); $i++) { + $query = "select msgindex from general where no='$genlist[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}_type=10,msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_who='$genlist[$i]'+10000,msg{$you[msgindex]}_when='$date',newmsg=1 where no='$genlist[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; +} + +echo ""; +?> + diff --git a/che_close/_admin5.php b/che_close/_admin5.php new file mode 100644 index 00000000..326c276e --- /dev/null +++ b/che_close/_admin5.php @@ -0,0 +1,313 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +if($type == 0) { + $type = 0; +} +if($type2 == 0) { + $type2 = 0; +} +$sel[$type] = "selected"; +$sel2[$type2] = "selected"; + +$query = "select conlimit from game where no=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); +?> + + +일제정보 + + + + + + + +
일 제 정 보
+
정렬순서 : + + + +
+
+ + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"; +} + +?> +
국명접률단접국력단합장수속령기술전략국고병량평금평쌀평통평무평지평Lv보숙궁숙기숙귀숙차숙총병인구인구율농업상업치안성벽수비국명
$nation[name] {$nation[connect]}  {$nation[con]}  {$nation[power]}  {$nation[chemi]}  {$gen[cnt]}  {$city[cnt]}  {$nation[tech]}  {$nation[tricklimit]}  {$nation[gold]}  {$nation[rice]}  {$gen[avgg]}  {$gen[avgr]}  {$gen[avgl]}  {$gen[avgp]}  {$gen[avgi]}  {$gen[avge]}  {$nation[dex0]}  {$nation[dex10]}  {$nation[dex20]}  {$nation[dex30]}  {$nation[dex40]}  {$gen[crew]}/{$gen[leader]}00  {$city[pop]}/{$city[pop2]}  {$city[rate]}%  {$city[agri]}%  {$city[comm]}%  {$city[secu]}%  {$city[wall]}%  {$city[def]}% $nation[name]
+ + +
+ + + + + + + +국력(국력,장수수,도시수,인구/100,최대인구/100,국가자원/100,장수자원/100,능력치,숙련/1000,경험공헌/100)"; break; +case 1: echo ""; break; +case 2: echo ""; break; +case 3: echo ""; break; +case 4: echo ""; break; +case 5: echo ""; break; +case 6: echo ""; break; +} +?> + + + + + + +"; + switch($type2) { + default: + case 0: echo ""; break; + case 1: echo ""; break; + case 2: echo ""; break; + case 3: echo ""; break; + case 4: echo ""; break; + case 5: echo ""; break; + case 6: echo ""; break; + } + + echo " + +"; +} +?> +
국가수장수수국가별성향국가성향장수성격장수특기병종수기타
{$stat[year]}{$stat[month]}{$stat[nation_count]}{$stat[gen_count]}{$stat[power_hist]}{$stat[nation_name]}{$stat[nation_hist]}{$stat[personal_hist]}{$stat[special_hist]}{$stat[crewtype]}{$stat[etc]}
+ + + + +
+ + diff --git a/che_close/_admin5_submit.php b/che_close/_admin5_submit.php new file mode 100644 index 00000000..6603e029 --- /dev/null +++ b/che_close/_admin5_submit.php @@ -0,0 +1,30 @@ +location.replace('_admin5.php');"; +} + +switch($btn) { + case "국가변경": + if($nation == 0) { + $query = "update general set nation=0,level=0 where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set nation='{$nation}',level=1 where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + break; +} + +echo ""; +?> + diff --git a/che_close/_admin6.php b/che_close/_admin6.php new file mode 100644 index 00000000..09cf918e --- /dev/null +++ b/che_close/_admin6.php @@ -0,0 +1,101 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +if($type == 0) { + $type = 0; +} +$sel[$type] = "selected"; + +?> + + +접속정보 + + + + + + + +
접 속 정 보
정렬순서 : + +
+
+ + + + + + + + + + + + + + + + + + + + + "; +} + +?> +
장수명접속률시작연령연령총갱신갱신/턴총로그인갱신/로그인
$gen[name]$gen[connect]$gen[startage]$gen[age]".round($gen[refcnt]/2, 1)."".round($gen[ref]/2,1)."$gen[logcnt]".round($gen[log]/2,1)."
+ + + +
+ + diff --git a/che_close/_admin7.php b/che_close/_admin7.php new file mode 100644 index 00000000..dc6c5f7c --- /dev/null +++ b/che_close/_admin7.php @@ -0,0 +1,133 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +if($btn == '정렬하기') { + $gen = 0; +} + +if($type == 0) { + $type = 0; +} +$sel[$type] = "selected"; +?> + + +로그정보 + + + + + + + +
로 그 정 보
+
+ 정렬순서 : + + + 대상장수 : + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
장 수 정 보-
+ +   +
개인 기록전투 기록
+ + + +
장수 열전전투 결과
+ + + +
+ + + +
+ + diff --git a/che_close/_admin8.php b/che_close/_admin8.php new file mode 100644 index 00000000..61e5b9f6 --- /dev/null +++ b/che_close/_admin8.php @@ -0,0 +1,156 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +if($btn == '정렬하기') { + $gen = 0; +} + +if($type == 0) { + $type = 0; +} +$sel[$type] = "selected"; +?> + + +외교정보 + + + + + + + +
외 교 정 보
+
+ 정렬순서 : + + +
+
+ + + + + + + + + +교 전"; break; + case 1: $state = "선포중"; break; + case 2: $state = "통 상"; break; + case 3: $state = "통합수락중"; break; + case 4: $state = "통합제의중"; break; + case 5: $state = "합병수락중"; break; + case 6: $state = "합병제의중"; break; + case 7: $state = "불가침"; break; + } + + $date = date('Y-m-d H:i:s'); + $note = ""; + if($dip[fixed] != "") { + if($dip[state] == 7) { + $note .= $dip[fixed]; + } else { + $note .= "{$dip[fixed]}"; + } + if($dip[reserved] != "" || $dip2[reserved] != "") { + $note .= "
"; + } + } + if($dip[reserved] != "") { + if($dip[showing] >= $date) { + $note .= "아국측 제의: {$dip[reserved]}"; + } else { + $note .= "아국측 제의: {$dip[reserved]}"; + } + if($dip2[reserved] != "") { + $note .= "
"; + } + } + if($dip2[reserved] != "") { + if($dip2[showing] >= $date) { + $note .= "상대측 제의: {$dip2[reserved]}"; + } else { + $note .= "상대측 제의: {$dip2[reserved]}"; + } + } + if($note == "") { $note = " "; } + + echo " + + + + + + + "; +} +?> +
외 교 관 계
국 가 명국 가 명상 태기 간비 고
$nationName[$me]$nationName[$you]$state$dip[term] 개월{$note}
+ + + +
+ + diff --git a/che_close/_simul.php b/che_close/_simul.php new file mode 100644 index 00000000..033e05ec --- /dev/null +++ b/che_close/_simul.php @@ -0,0 +1,1562 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +if($me[userlevel] < 3) { + echo "특별회원이 아닙니다."; + exit(); +} + +$mydeathnumSum = 0; +$mykillnumSum = 0; +$expSum = 0; +$ricingSum = 0; +$expSum2 = 0; +$ricingSum2 = 0; + +if($isgen == "장수평균" || $isgen == "성벽평균") { + $simulCount = 1000; +} else { + $simulCount = 1; +} + +if($isgen == "장수공격" || $isgen == "성벽공격" || $isgen == "장수평균" || $isgen == "성벽평균") { + $msg2 = ""; + for($i=0; $i < $simulCount; $i++) { + $general[leader] = $leader1; + $general[power] = $power1; + $general[intel] = $intel1; + $general[crewtype] = $type1; + $general[crew] = $crew1; + $general[train] = $train1; + $general[atmos] = $atmos1; + $general[level] = $level1; + $general[explevel] = $explevel1; + $general[dex0] = $dex10; + $general[dex10] = $dex110; + $general[dex20] = $dex120; + $general[dex30] = $dex130; + $general[dex40] = $dex140; + + $oppose[leader] = $leader2; + $oppose[power] = $power2; + $oppose[intel] = $intel2; + $oppose[crewtype] = $type2; + $oppose[crew] = $crew2; + $oppose[train] = $train2; + $oppose[atmos] = $atmos2; + $oppose[level] = $level2; + $oppose[explevel] = $explevel2; + $oppose[dex0] = $dex20; + $oppose[dex10] = $dex210; + $oppose[dex20] = $dex220; + $oppose[dex30] = $dex230; + $oppose[dex40] = $dex240; + + $city[def] = $def; + $city[wall] = $wall; + + if($isgen == "장수공격" || $isgen == "장수평균") { + $opposecount = 1; + } else { + $opposecount = 0; + } + + $warphase = getRate($game, $general[crewtype], "spd"); //병종간 페이즈 수 얻기 + + // 우선 스케일링 + $city[def] *= 10; + $city[wall] *= 10; + + $msg = ""; + $msg .= "●1월:공격장수가 공격합니다.
"; + + $exp = 0; //병사 소진 시킨 만큼 + $opexp = 0; + $exp2 = 1; //능력경험치 + $phase = 0; + while($phase < $warphase) { + // 장수가 없어서 도시 공격 + if($opposecount == 0) { + $msg .= "●".getTypename($general[crewtype])."(으)로 성을 공격합니다.
"; + + $mykillnum = 0; $mydeathnum = 0; + while($phase < $warphase) { + $phase++; + $myAtt = getAtt($game, $general, $tech1); + $myDef = getDef($game, $general, $tech1); + $cityAtt = getCityAtt($city); + $cityDef = getCityDef($city); + + // 감소할 병사 수 + $cityCrew = $_armperphase + $myAtt - $cityDef; + $myCrew = $_armperphase + $cityAtt - $myDef; + $cityweight = $myAtt - $cityDef; + $myweight = $cityAtt - $myDef; + + //훈련 사기따라 + $myCrew = getCrew($myCrew, $atmos3, $general[train]); + $cityCrew = getCrew($cityCrew, $general[atmos], $train3); + //숙련도 따라 + $genDexAtt = getGenDex($general, $general[crewtype]); + $genDexDef = getGenDex($general, 40); + $cityCrew *= getDexLog($genDexAtt, ($train3-60)*7200); + $myCrew *= getDexLog(($atmos3-60)*7200, $genDexDef); + + $avoid = 1; + // 병종간 특성 + if(floor($general[crewtype]/10) == 3) { // 귀병 + $int = $general[intel] + getBookEff($general[book]); + if($general[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($general[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; // 0~99 + if($ratio >= 30) { + $type = rand() % 3; + switch($type) { + case 0: + $msg .= "급습을 성공했다!
"; + $cityCrew *= 1.2; + break; + case 1: + $msg .= "위보를 성공했다!
"; + $cityCrew *= 1.4; + break; + case 2: + $msg .= "혼란을 성공했다!
"; + $cityCrew *= 1.6; + break; + } + } else { + $type = rand() % 3; + switch($type) { + case 0: + $msg .= "급습을 실패했다!
"; + $cityCrew /= 1.2; + $myCrew *= 1.2; + break; + case 1: + $msg .= "위보를 실패했다!
"; + $cityCrew /= 1.4; + $myCrew *= 1.4; + break; + case 2: + $msg .= "혼란을 실패했다!
"; + $cityCrew /= 1.6; + $myCrew *= 1.6; + break; + } + } + } + } elseif($general[crewtype] == 40) { // 정란 + $cityCrew = $cityCrew * 1.5; + } elseif($general[crewtype] == 41) { // 충차 + $cityCrew = $cityCrew * 2.0; + } elseif($general[crewtype] == 42) { // 벽력거 + $cityCrew = $cityCrew * 1.5; + } + //군주, 참모, 장군 공격 보정 5% + if($general[level] == 12 || $general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { + $cityCrew = $cityCrew * 1.05; + } + //레벨 보정 + $cityCrew = $cityCrew * (100 + $general[explevel]/6)/100; + + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($general[leader], $general[power], $general[intel]); + if($ratio >= $rd && $avoid == 1) { + $msg .= "필살공격!
"; + $cityCrew = CriticalScore2($cityCrew); + $avoid = 0; + } + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $general[crewtype], "avd"); //회피율 + if($ratio < $ratio2 && $avoid == 1) { + $msg .= "회피했다!
"; + $myCrew /= 10; // 10%만 소모 + $avoid = 0; + } + + //랜타추가 + $cityCrew *= (rand() % 21 + 90)/100; // 90~110% + $myCrew *= (rand() % 21 + 90)/100; // 90~110% + + $general[crew] -= round($myCrew); + $city[def] -= round($cityCrew); + $city[wall] -= round($cityCrew); + + $tempMyCrew = $myCrew; $tempCityCrew = $cityCrew; + $tempGeneralCrew = $general[crew]; $tempCityDef = $city[def]; + + if($city[wall] <= 0) { $city[wall] = 0; } + + if($city[def] < 0) { + $offset = round($tempCityDef*$tempMyCrew/$tempCityCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $cityCrew += $tempCityDef; + $city[def] = 0; + } + if($general[crew] < 0) { + $offset = round($tempGeneralCrew*$tempCityCrew/$tempMyCrew); + $cityCrew += $offset; + $city[def] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + + $exp += $cityCrew; + $opexp += $myCrew; + $general[crew] = round($general[crew]); + $cityCrew = round($cityCrew); + $myCrew = round($myCrew); + $myAtt = round($myAtt, 2); + $myDef = round($myDef, 2); + $cityAtt = round($cityAtt, 2); + $cityDef = round($cityDef, 2); + $msg .= "● $phase : 【공격장수】 $general[crew] (-$myCrew) VS $city[def] (-$cityCrew) 【성벽】
"; + + $mykillnum += $cityCrew; $mydeathnum += $myCrew; + + if($city[def] <= 0) { break; } + if($general[crew] <= 0) { break; } + } + + // 도시쌀 소모 계산 + $opexp = round($opexp / 50); + $rice = round($opexp * 4 * getCrewtypeRice($game, 0, 0) * ($train3/100 - 0.2)); + + //원래대로 스케일링 + $city[def] = round($city[def] / 10); + $city[wall] = round($city[wall] / 10); + //내정 감소 + $dec = round($cityCrew / 10); + $city[agri] -= $dec; + $city[comm] -= $dec; + $city[secu] -= $dec; + if($city[agri] < 0) { $city[agri] = 0; } + if($city[comm] < 0) { $city[comm] = 0; } + if($city[secu] < 0) { $city[secu] = 0; } + $msg .= "★병사수 변화 : -$mydeathnum vs -$mykillnum
"; + $msg .= "★【성벽】내정 감소량 : $dec 【성벽】쌀 소모 : $rice
"; + +// $msg2 .= "★병사수 변화 : -$mydeathnum vs -$mykillnum   "; +// $msg2 .= "★【성벽】내정 감소량 : $dec 【성벽】쌀 소모 : $rice
"; + + if($city[def] == 0 || $general[crew] == 0) { + break; + } + // 장수 대결 + } else { + $msg .= "●".getTypename($general[crewtype])."(으)로 수비장수의 ".getTypename($oppose[crewtype])."(을)를 공격합니다.
"; + + $mykillnum = 0; $mydeathnum = 0; + while($phase < $warphase) { + $phase++; + + $myAtt = getAtt($game, $general, $tech1); + $myDef = getDef($game, $general, $tech1); + $opAtt = getAtt($game, $oppose, $tech2); + $opDef = getDef($game, $oppose, $tech2); + // 감소할 병사 수 + $myCrew = $_armperphase + $opAtt - $myDef; + $opCrew = $_armperphase + $myAtt - $opDef; + //훈련 사기따라 + $myCrew = getCrew($myCrew, $oppose[atmos], $general[train]); + $opCrew = getCrew($opCrew, $general[atmos], $oppose[train]); + //숙련도 따라 + $genDexAtt = getGenDex($general, $general[crewtype]); + $genDexDef = getGenDex($general, $oppose[crewtype]); + $oppDexAtt = getGenDex($oppose, $oppose[crewtype]); + $oppDexDef = getGenDex($oppose, $general[crewtype]); + $opCrew *= getDexLog($genDexAtt, $oppDexDef); + $myCrew *= getDexLog($oppDexAtt, $genDexDef); + + $myAvoid = 1; + $opAvoid = 1; + // 병종간 특성 + if(floor($general[crewtype]/10) == 3) { // 귀병 + $int = $general[intel] + getBookEff($general[book]); + if($general[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($general[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; + if($ratio >= 30) { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $msg .= "위보를 성공했다!
"; + $opCrew *= 1.2; + break; + case 1: + $msg .= "매복을 성공했다!
"; + $opCrew *= 1.4; + break; + case 2: + $msg .= "반목을 성공했다!
"; + $opCrew *= 1.6; + break; + case 3: + $msg .= "화계를 성공했다!
"; + $opCrew *= 1.8; + break; + case 4: + $msg .= "혼란을 성공했다!
"; + $opCrew *= 2.0; + break; + } + } else { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $msg .= "위보를 실패했다!
"; + $opCrew /= 1.1; + $myCrew *= 1.1; + break; + case 1: + $msg .= "매복을 실패했다!
"; + $opCrew /= 1.2; + $myCrew *= 1.2; + break; + case 2: + $msg .= "반목을 실패했다!
"; + $opCrew /= 1.3; + $myCrew *= 1.3; + break; + case 3: + $msg .= "화계를 실패했다!
"; + $opCrew /= 1.4; + $myCrew *= 1.4; + break; + case 4: + $msg .= "혼란을 실패했다!
"; + $opCrew /= 1.5; + $myCrew *= 1.5; + break; + } + } + } + } + + // 상대 장수 병종간 특성 + if(floor($oppose[crewtype]/10) == 3) { // 귀병 + $int = $oppose[intel] + getBookEff($oppose[book]); + if($oppose[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($oppose[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($oppose[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($oppose[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; + if($ratio >= 30) { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $msg .= "위보에 당했다!
"; + $myCrew *= 1.2; + break; + case 1: + $msg .= "매복에 당했다!
"; + $myCrew *= 1.4; + break; + case 2: + $msg .= "반목에 당했다!
"; + $myCrew *= 1.6; + break; + case 3: + $msg .= "화계에 당했다!
"; + $myCrew *= 1.8; + break; + case 4: + $msg .= "혼란에 당했다!
"; + $myCrew *= 2.0; + break; + } + } else { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $msg .= "위보를 간파했다!
"; + $myCrew /= 1.1; + $opCrew *= 1.1; + break; + case 1: + $msg .= "매복을 간파했다!
"; + $myCrew /= 1.2; + $opCrew *= 1.2; + break; + case 2: + $msg .= "반목을 간파했다!
"; + $myCrew /= 1.3; + $opCrew *= 1.3; + break; + case 3: + $msg .= "화계를 간파했다!
"; + $myCrew /= 1.4; + $opCrew *= 1.4; + break; + case 4: + $msg .= "혼란을 간파했다!
"; + $myCrew /= 1.5; + $opCrew *= 1.5; + break; + } + } + } + } + + if($oppose[crewtype] == 43) { // 목우 + $r = 0; + $r += $oppose[atmos]; + $r += $oppose[train]; + $ratio = rand() % 400; // 최대 50% 저지 + if($ratio < $r && $opAvoid == 1) { + $msg .= "저지당했다!
"; + $opAvoid = 0; + continue; + } + } + + // my 입장 상성 + // 보병계열 > 궁병계열 + if(floor($general[crewtype]/10) == 0 && floor($oppose[crewtype]/10) == 1) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 궁병계열 > 기병계열 + if(floor($general[crewtype]/10) == 1 && floor($oppose[crewtype]/10) == 2) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 기병계열 > 보병계열 + if(floor($general[crewtype]/10) == 2 && floor($oppose[crewtype]/10) == 0) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 차병계열 + if(floor($general[crewtype]/10) == 4) { + $myCrew *= 1.2; + $opCrew *= 0.8; + } + + // op 입장 상성 + // 보병계열 > 궁병계열 + if(floor($oppose[crewtype]/10) == 0 && floor($general[crewtype]/10) == 1) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 궁병계열 > 기병계열 + if(floor($oppose[crewtype]/10) == 1 && floor($general[crewtype]/10) == 2) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 기병계열 > 보병계열 + if(floor($oppose[crewtype]/10) == 2 && floor($general[crewtype]/10) == 0) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 차병계열 + if(floor($oppose[crewtype]/10) == 4) { + $opCrew *= 1.2; + $myCrew *= 0.8; + } + + //군주, 참모, 장군 공격 보정 5% + if($general[level] == 12 || $general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { + $opCrew = $opCrew * 1.05; + } + //상대장수 관직 보정 + //군주, 참모, 모사 방어 보정 5% + if($oppose[level] == 12 || $oppose[level] == 11 || $oppose[level] == 9 || $oppose[level] == 7 || $oppose[level] == 5) { + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 4 && $oppose[no] == $city[gen1]) { // 태수 보정 + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 3 && $oppose[no] == $city[gen2]) { // 군사 보정 + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 2 && $oppose[no] == $city[gen3]) { // 시중 보정 + $opCrew = $opCrew * 0.95; + } + + //레벨 보정 + $myCrew = $myCrew * ((100 - $general[explevel]/3)/100); + $opCrew = $opCrew / ((100 - $general[explevel]/3)/100); + $myCrew = $myCrew / ((100 - $oppose[explevel]/3)/100); + $opCrew = $opCrew * ((100 - $oppose[explevel]/3)/100); + + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($general[leader], $general[power], $general[intel]); + if($ratio >= $rd && $myAvoid == 1) { + $msg .= "필살공격!
"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + } + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($oppose[leader], $oppose[power], $oppose[intel]); + if($ratio >= $rd && $opAvoid == 1) { + $msg .= "●상대의 필살공격!
"; + $myCrew = CriticalScore2($myCrew); + $opAvoid = 0; + } + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $general[crewtype], "avd"); //회피율 + if($ratio < $ratio2 && $myAvoid == 1) { + $msg .= "회피했다!
"; + $myCrew /= 10; // 10%만 소모 + $myAvoid = 0; + } + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $oppose[crewtype], "avd"); //회피율 + if($ratio < $ratio2 && $opAvoid == 1) { + $msg .= "●상대가 회피했다!
"; + $opCrew /= 10; // 10%만 소모 + $opAvoid = 0; + } + + //랜타추가 + $opCrew *= (rand() % 21 + 90)/100; // 90~110% + $myCrew *= (rand() % 21 + 90)/100; // 90~110% + + $general[crew] -= round($myCrew); + $oppose[crew] -= round($opCrew); + $tempMyCrew = $myCrew; $tempOpCrew = $opCrew; + $tempGeneralCrew = $general[crew]; $tempOpposeCrew = $oppose[crew]; + if($general[crew] <= 0 && $oppose[crew] <= 0) { + $r1 = $tempGeneralCrew / $tempMyCrew; + $r2 = $tempOpposeCrew / $tempOpCrew; + + if($r1 > $r2) { + $offset = round($tempOpposeCrew*$tempMyCrew/$tempOpCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $opCrew += $tempOpposeCrew; + $oppose[crew] = 0; + } else { + $offset = round($tempGeneralCrew*$tempOpCrew/$tempMyCrew); + $opCrew += $offset; + $oppose[crew] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } elseif($general[crew] * $oppose[crew] <= 0) { + if($oppose[crew] < 0) { + $offset = round($tempOpposeCrew*$tempMyCrew/$tempOpCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $opCrew += $tempOpposeCrew; + $oppose[crew] = 0; + } + if($general[crew] < 0) { + $offset = round($tempGeneralCrew*$tempOpCrew/$tempMyCrew); + $opCrew += $offset; + $oppose[crew] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } + + $exp += $opCrew; + $opexp += $myCrew; + $general[crew] = round($general[crew]); + $oppose[crew] = round($oppose[crew]); + $myCrew = round($myCrew); + $opCrew = round($opCrew); + $myAtt = round($myAtt, 2); + $myDef = round($myDef, 2); + $opAtt = round($opAtt, 2); + $opDef = round($opDef, 2); + $msg .= "● $phase : 【공격장수】 $general[crew] (-$myCrew) VS $oppose[crew] (-$opCrew) 【수비장수】
"; + + $mykillnum += $opCrew; $mydeathnum += $myCrew; + + if($oppose[crew] <= 0) { break; } + if($general[crew] <= 0) { break; } + } + + $msg .= "★병사수 변화 : -$mydeathnum vs -$mykillnum
"; +// $msg2 .= "★병사수 변화 : -$mydeathnum vs -$mykillnum   "; + } + } + + // 공헌, 명성 상승 + $exp = round($exp / 50); + $ricing = ($exp * 5 * getCrewtypeRice($game, $general[crewtype], $tech1)); + $msg .= "★ 【공격장수】공헌 상승 : $exp 쌀 소비 : {$exp}x5x".getCrewtypeRice($game, $general[crewtype], $tech1)." = $ricing
"; +// $msg2 .= "★ 【공격장수】공헌 상승 : $exp 쌀 소비 : {$exp}x5x".getCrewtypeRice($game, $general[crewtype], $tech1)." = $ricing
"; + + $msg = ConvertLog($msg, 1); + + $mydeathnumSum += $mydeathnum; + $mykillnumSum += $mykillnum; + $expSum += $exp; + $ricingSum += $ricing; + $expSum2 += $dec; + $ricingSum2 += $rice; + } + + $mydeathnumSum /= $simulCount; + $mykillnumSum /= $simulCount; + $expSum /= $simulCount; + $ricingSum /= $simulCount; + $expSum2 /= $simulCount; + $ricingSum2 /= $simulCount; + if($isgen == "성벽평균") { + $msg2 .= "{$simulCount}회 평균
"; + $msg2 .= "★병사수 변화 : -$mydeathnumSum vs -$mykillnumSum   "; + $msg2 .= "★【성벽】내정 감소량 : $expSum2 【성벽】쌀 소모 : $ricingSum2
"; + $msg2 .= "★ 【공격장수】공헌 상승 : $expSum 쌀 소비 : {$expSum}x5x".getCrewtypeRice($game, $general[crewtype], $tech1)." = $ricingSum
"; + } elseif($isgen == "장수평균") { + $msg2 .= "{$simulCount}회 평균
"; + $msg2 .= "★병사수 변화 : -$mydeathnumSum vs -$mykillnumSum   "; + $msg2 .= "★ 【공격장수】공헌 상승 : $expSum 쌀 소비 : {$expSum}x5x".getCrewtypeRice($game, $general[crewtype], $tech1)." = $ricingSum
"; + } + + $msg2 = ConvertLog($msg2, 1); +} else { + $leader1 = 70; + $power1 = 70; + $intel1 = 10; + $type1 = 0; + $crew1 = 7000; + $train1 = 100; + $atmos1 = 100; + $level1 = 1; + $explevel1 = 20; + + $leader2 = 70; + $power2 = 70; + $intel2 = 10; + $type2 = 0; + $crew2 = 7000; + $train2 = 100; + $atmos2 = 100; + $level2 = 1; + $explevel2 = 20; + + $def = 7000; + $wall = 7000; + $train3 = $game[city_rate]; + $atmos3 = $game[city_rate]; +} + +switch($level1) { + case 12: $sellevel1[12] = "selected"; break; + case 11: $sellevel1[11] = "selected"; break; + case 10: $sellevel1[10] = "selected"; break; + case 9: $sellevel1[9] = "selected"; break; + case 8: $sellevel1[8] = "selected"; break; + case 7: $sellevel1[7] = "selected"; break; + case 6: $sellevel1[6] = "selected"; break; + case 5: $sellevel1[5] = "selected"; break; + case 1: $sellevel1[1] = "selected"; break; +} +switch($level2) { + case 12: $sellevel2[12] = "selected"; break; + case 11: $sellevel2[11] = "selected"; break; + case 10: $sellevel2[10] = "selected"; break; + case 9: $sellevel2[9] = "selected"; break; + case 8: $sellevel2[8] = "selected"; break; + case 7: $sellevel2[7] = "selected"; break; + case 6: $sellevel2[6] = "selected"; break; + case 5: $sellevel2[5] = "selected"; break; + case 1: $sellevel2[1] = "selected"; break; +} + +switch($type1) { + case 0: $sel1[0] = "selected"; break; + case 1: $sel1[1] = "selected"; break; + case 2: $sel1[2] = "selected"; break; + case 3: $sel1[3] = "selected"; break; + case 4: $sel1[4] = "selected"; break; + case 5: $sel1[5] = "selected"; break; + case 10: $sel1[10] = "selected"; break; + case 11: $sel1[11] = "selected"; break; + case 12: $sel1[12] = "selected"; break; + case 13: $sel1[13] = "selected"; break; + case 14: $sel1[14] = "selected"; break; + case 20: $sel1[20] = "selected"; break; + case 21: $sel1[21] = "selected"; break; + case 22: $sel1[22] = "selected"; break; + case 23: $sel1[23] = "selected"; break; + case 24: $sel1[24] = "selected"; break; + case 25: $sel1[25] = "selected"; break; + case 26: $sel1[26] = "selected"; break; + case 27: $sel1[27] = "selected"; break; + case 30: $sel1[30] = "selected"; break; + case 31: $sel1[31] = "selected"; break; + case 32: $sel1[32] = "selected"; break; + case 33: $sel1[33] = "selected"; break; + case 34: $sel1[34] = "selected"; break; + case 35: $sel1[35] = "selected"; break; + case 36: $sel1[36] = "selected"; break; + case 37: $sel1[37] = "selected"; break; + case 38: $sel1[38] = "selected"; break; + case 40: $sel1[40] = "selected"; break; + case 41: $sel1[41] = "selected"; break; + case 42: $sel1[42] = "selected"; break; + case 43: $sel1[43] = "selected"; break; +} +switch($type2) { + case 0: $sel2[0] = "selected"; break; + case 1: $sel2[1] = "selected"; break; + case 2: $sel2[2] = "selected"; break; + case 3: $sel2[3] = "selected"; break; + case 4: $sel2[4] = "selected"; break; + case 5: $sel2[5] = "selected"; break; + case 10: $sel2[10] = "selected"; break; + case 11: $sel2[11] = "selected"; break; + case 12: $sel2[12] = "selected"; break; + case 13: $sel2[13] = "selected"; break; + case 14: $sel2[14] = "selected"; break; + case 20: $sel2[20] = "selected"; break; + case 21: $sel2[21] = "selected"; break; + case 22: $sel2[22] = "selected"; break; + case 23: $sel2[23] = "selected"; break; + case 24: $sel2[24] = "selected"; break; + case 25: $sel2[25] = "selected"; break; + case 26: $sel2[26] = "selected"; break; + case 27: $sel2[27] = "selected"; break; + case 30: $sel2[30] = "selected"; break; + case 31: $sel2[31] = "selected"; break; + case 32: $sel2[32] = "selected"; break; + case 33: $sel2[33] = "selected"; break; + case 34: $sel2[34] = "selected"; break; + case 35: $sel2[35] = "selected"; break; + case 36: $sel2[36] = "selected"; break; + case 37: $sel2[37] = "selected"; break; + case 38: $sel2[38] = "selected"; break; + case 40: $sel2[40] = "selected"; break; + case 41: $sel2[41] = "selected"; break; + case 42: $sel2[42] = "selected"; break; + case 43: $sel2[43] = "selected"; break; +} +switch($tech1) { + case 0: $tch1[0] = "selected"; break; + case 1000: $tch1[1] = "selected"; break; + case 2000: $tch1[2] = "selected"; break; + case 3000: $tch1[3] = "selected"; break; + case 4000: $tch1[4] = "selected"; break; + case 5000: $tch1[5] = "selected"; break; + case 6000: $tch1[6] = "selected"; break; + case 7000: $tch1[7] = "selected"; break; + case 8000: $tch1[8] = "selected"; break; + case 9000: $tch1[9] = "selected"; break; + case 10000: $tch1[10] = "selected"; break; +} +switch($tech2) { + case 0: $tch2[0] = "selected"; break; + case 1000: $tch2[1] = "selected"; break; + case 2000: $tch2[2] = "selected"; break; + case 3000: $tch2[3] = "selected"; break; + case 4000: $tch2[4] = "selected"; break; + case 5000: $tch2[5] = "selected"; break; + case 6000: $tch2[6] = "selected"; break; + case 7000: $tch2[7] = "selected"; break; + case 8000: $tch2[8] = "selected"; break; + case 9000: $tch2[9] = "selected"; break; + case 10000: $tch2[10] = "selected"; break; +} +switch($dex10) { + case 0: $dx10[0] = "selected"; break; + case 2500: $dx10[1] = "selected"; break; + case 7500: $dx10[2] = "selected"; break; + case 15000: $dx10[3] = "selected"; break; + case 25000: $dx10[4] = "selected"; break; + case 37500: $dx10[5] = "selected"; break; + case 52500: $dx10[6] = "selected"; break; + case 70000: $dx10[7] = "selected"; break; + case 90000: $dx10[8] = "selected"; break; + case 112500: $dx10[9] = "selected"; break; + case 137500: $dx10[10] = "selected"; break; + case 165000: $dx10[11] = "selected"; break; + case 195000: $dx10[12] = "selected"; break; + case 227500: $dx10[13] = "selected"; break; + case 262500: $dx10[14] = "selected"; break; + case 300000: $dx10[15] = "selected"; break; + case 340000: $dx10[16] = "selected"; break; + case 382500: $dx10[17] = "selected"; break; + case 427500: $dx10[18] = "selected"; break; +} +switch($dex110) { + case 0: $dx110[0] = "selected"; break; + case 2500: $dx110[1] = "selected"; break; + case 7500: $dx110[2] = "selected"; break; + case 15000: $dx110[3] = "selected"; break; + case 25000: $dx110[4] = "selected"; break; + case 37500: $dx110[5] = "selected"; break; + case 52500: $dx110[6] = "selected"; break; + case 70000: $dx110[7] = "selected"; break; + case 90000: $dx110[8] = "selected"; break; + case 112500: $dx110[9] = "selected"; break; + case 137500: $dx110[10] = "selected"; break; + case 165000: $dx110[11] = "selected"; break; + case 195000: $dx110[12] = "selected"; break; + case 227500: $dx110[13] = "selected"; break; + case 262500: $dx110[14] = "selected"; break; + case 300000: $dx110[15] = "selected"; break; + case 340000: $dx110[16] = "selected"; break; + case 382500: $dx110[17] = "selected"; break; + case 427500: $dx110[18] = "selected"; break; +} +switch($dex120) { + case 0: $dx120[0] = "selected"; break; + case 2500: $dx120[1] = "selected"; break; + case 7500: $dx120[2] = "selected"; break; + case 15000: $dx120[3] = "selected"; break; + case 25000: $dx120[4] = "selected"; break; + case 37500: $dx120[5] = "selected"; break; + case 52500: $dx120[6] = "selected"; break; + case 70000: $dx120[7] = "selected"; break; + case 90000: $dx120[8] = "selected"; break; + case 112500: $dx120[9] = "selected"; break; + case 137500: $dx120[10] = "selected"; break; + case 165000: $dx120[11] = "selected"; break; + case 195000: $dx120[12] = "selected"; break; + case 227500: $dx120[13] = "selected"; break; + case 262500: $dx120[14] = "selected"; break; + case 300000: $dx120[15] = "selected"; break; + case 340000: $dx120[16] = "selected"; break; + case 382500: $dx120[17] = "selected"; break; + case 427500: $dx120[18] = "selected"; break; +} +switch($dex130) { + case 0: $dx130[0] = "selected"; break; + case 2500: $dx130[1] = "selected"; break; + case 7500: $dx130[2] = "selected"; break; + case 15000: $dx130[3] = "selected"; break; + case 25000: $dx130[4] = "selected"; break; + case 37500: $dx130[5] = "selected"; break; + case 52500: $dx130[6] = "selected"; break; + case 70000: $dx130[7] = "selected"; break; + case 90000: $dx130[8] = "selected"; break; + case 112500: $dx130[9] = "selected"; break; + case 137500: $dx130[10] = "selected"; break; + case 165000: $dx130[11] = "selected"; break; + case 195000: $dx130[12] = "selected"; break; + case 227500: $dx130[13] = "selected"; break; + case 262500: $dx130[14] = "selected"; break; + case 300000: $dx130[15] = "selected"; break; + case 340000: $dx130[16] = "selected"; break; + case 382500: $dx130[17] = "selected"; break; + case 427500: $dx130[18] = "selected"; break; +} +switch($dex140) { + case 0: $dx140[0] = "selected"; break; + case 2500: $dx140[1] = "selected"; break; + case 7500: $dx140[2] = "selected"; break; + case 15000: $dx140[3] = "selected"; break; + case 25000: $dx140[4] = "selected"; break; + case 37500: $dx140[5] = "selected"; break; + case 52500: $dx140[6] = "selected"; break; + case 70000: $dx140[7] = "selected"; break; + case 90000: $dx140[8] = "selected"; break; + case 112500: $dx140[9] = "selected"; break; + case 137500: $dx140[10] = "selected"; break; + case 165000: $dx140[11] = "selected"; break; + case 195000: $dx140[12] = "selected"; break; + case 227500: $dx140[13] = "selected"; break; + case 262500: $dx140[14] = "selected"; break; + case 300000: $dx140[15] = "selected"; break; + case 340000: $dx140[16] = "selected"; break; + case 382500: $dx140[17] = "selected"; break; + case 427500: $dx140[18] = "selected"; break; +} +switch($dex20) { + case 0: $dx20[0] = "selected"; break; + case 2500: $dx20[1] = "selected"; break; + case 7500: $dx20[2] = "selected"; break; + case 15000: $dx20[3] = "selected"; break; + case 25000: $dx20[4] = "selected"; break; + case 37500: $dx20[5] = "selected"; break; + case 52500: $dx20[6] = "selected"; break; + case 70000: $dx20[7] = "selected"; break; + case 90000: $dx20[8] = "selected"; break; + case 112500: $dx20[9] = "selected"; break; + case 137500: $dx20[10] = "selected"; break; + case 165000: $dx20[11] = "selected"; break; + case 195000: $dx20[12] = "selected"; break; + case 227500: $dx20[13] = "selected"; break; + case 262500: $dx20[14] = "selected"; break; + case 300000: $dx20[15] = "selected"; break; + case 340000: $dx20[16] = "selected"; break; + case 382500: $dx20[17] = "selected"; break; + case 427500: $dx20[18] = "selected"; break; +} +switch($dex210) { + case 0: $dx210[0] = "selected"; break; + case 2500: $dx210[1] = "selected"; break; + case 7500: $dx210[2] = "selected"; break; + case 15000: $dx210[3] = "selected"; break; + case 25000: $dx210[4] = "selected"; break; + case 37500: $dx210[5] = "selected"; break; + case 52500: $dx210[6] = "selected"; break; + case 70000: $dx210[7] = "selected"; break; + case 90000: $dx210[8] = "selected"; break; + case 112500: $dx210[9] = "selected"; break; + case 137500: $dx210[10] = "selected"; break; + case 165000: $dx210[11] = "selected"; break; + case 195000: $dx210[12] = "selected"; break; + case 227500: $dx210[13] = "selected"; break; + case 262500: $dx210[14] = "selected"; break; + case 300000: $dx210[15] = "selected"; break; + case 340000: $dx210[16] = "selected"; break; + case 382500: $dx210[17] = "selected"; break; + case 427500: $dx210[18] = "selected"; break; +} +switch($dex220) { + case 0: $dx220[0] = "selected"; break; + case 2500: $dx220[1] = "selected"; break; + case 7500: $dx220[2] = "selected"; break; + case 15000: $dx220[3] = "selected"; break; + case 25000: $dx220[4] = "selected"; break; + case 37500: $dx220[5] = "selected"; break; + case 52500: $dx220[6] = "selected"; break; + case 70000: $dx220[7] = "selected"; break; + case 90000: $dx220[8] = "selected"; break; + case 112500: $dx220[9] = "selected"; break; + case 137500: $dx220[10] = "selected"; break; + case 165000: $dx220[11] = "selected"; break; + case 195000: $dx220[12] = "selected"; break; + case 227500: $dx220[13] = "selected"; break; + case 262500: $dx220[14] = "selected"; break; + case 300000: $dx220[15] = "selected"; break; + case 340000: $dx220[16] = "selected"; break; + case 382500: $dx220[17] = "selected"; break; + case 427500: $dx220[18] = "selected"; break; +} +switch($dex230) { + case 0: $dx230[0] = "selected"; break; + case 2500: $dx230[1] = "selected"; break; + case 7500: $dx230[2] = "selected"; break; + case 15000: $dx230[3] = "selected"; break; + case 25000: $dx230[4] = "selected"; break; + case 37500: $dx230[5] = "selected"; break; + case 52500: $dx230[6] = "selected"; break; + case 70000: $dx230[7] = "selected"; break; + case 90000: $dx230[8] = "selected"; break; + case 112500: $dx230[9] = "selected"; break; + case 137500: $dx230[10] = "selected"; break; + case 165000: $dx230[11] = "selected"; break; + case 195000: $dx230[12] = "selected"; break; + case 227500: $dx230[13] = "selected"; break; + case 262500: $dx230[14] = "selected"; break; + case 300000: $dx230[15] = "selected"; break; + case 340000: $dx230[16] = "selected"; break; + case 382500: $dx230[17] = "selected"; break; + case 427500: $dx230[18] = "selected"; break; +} +switch($dex240) { + case 0: $dx240[0] = "selected"; break; + case 2500: $dx240[1] = "selected"; break; + case 7500: $dx240[2] = "selected"; break; + case 15000: $dx240[3] = "selected"; break; + case 25000: $dx240[4] = "selected"; break; + case 37500: $dx240[5] = "selected"; break; + case 52500: $dx240[6] = "selected"; break; + case 70000: $dx240[7] = "selected"; break; + case 90000: $dx240[8] = "selected"; break; + case 112500: $dx240[9] = "selected"; break; + case 137500: $dx240[10] = "selected"; break; + case 165000: $dx240[11] = "selected"; break; + case 195000: $dx240[12] = "selected"; break; + case 227500: $dx240[13] = "selected"; break; + case 262500: $dx240[14] = "selected"; break; + case 300000: $dx240[15] = "selected"; break; + case 340000: $dx240[16] = "selected"; break; + case 382500: $dx240[17] = "selected"; break; + case 427500: $dx240[18] = "selected"; break; +} + +?> + + + + +전투시뮬레이션 + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
공격장수상대장수상대성벽
관직 + + 관직 + + -
Lv >Lv >-
통솔 >통솔 >-
무력 >무력 >-
지력 >지력 >-
병종 + + 병종 + + 성벽 >
병력 >병력 >수비 >
훈련 >훈련 >훈련 >
사기 >사기 >사기 >
기술 + + 기술 + + -
보 + + 궁 + + 기 + + 귀 + + 차 + + 보 + + 궁 + + 기 + + 귀 + + 차 + + -
- + + ';?> + + + ';?> +
+ +
+ + + + + + + + + + + + +"; + + for($i=10; $i <= 14; $i++) { + printSimul($game, $i); + } + echo " + "; + + for($i=20; $i <= 27; $i++) { + printSimul($game, $i); + } + echo " + "; + + for($i=30; $i <= 38; $i++) { + printSimul($game, $i); + } + echo " + "; + + for($i=40; $i <= 43; $i++) { + printSimul($game, $i); + } + echo " + "; +?> +
공격방어기동회피가격군량-
+
+ + + + + ".getTypename($i)." + $att + $def + $spd + $avd + $cst + $ric + - + "; +} + +?> diff --git a/che_close/a_bestGeneral.php b/che_close/a_bestGeneral.php new file mode 100644 index 00000000..d4c816e3 --- /dev/null +++ b/che_close/a_bestGeneral.php @@ -0,0 +1,279 @@ += 2) { printLimitMsg($me[turntime]); exit(); } +?> + + + + +명장일람 + + + + + + + +
명 장 일 람
+ + + + +
+ + +
+ +=2"; } +else { $sel = "npc<2"; } + +$query = "select nation,name,color from nation"; +$nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nationcount = MYDB_num_rows($nationresult); + +for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + $nationName[$nation[nation]] = $nation[name]; + $nationColor[$nation[nation]] = $nation[color]; +} + +$type = array( + "명 성", + "계 급", + "계 략 성 공", + "전 투 횟 수", + "승 리", + "승 률", + "사 살", + "살 상 률", + "보 병 숙 련 도", + "궁 병 숙 련 도", + "기 병 숙 련 도", + "귀 병 숙 련 도", + "차 병 숙 련 도", + "전 력 전 승 률", + "통 솔 전 승 률", + "일 기 토 승 률", + "설 전 승 률", + "베 팅 투 자 액", + "베 팅 당 첨", + "베 팅 수 익 금", + "베 팅 수 익 률" +); +for($i=0; $i < 21; $i++) { + switch($i) { + case 0: $query = "select nation,no,name,picture,imgsvr,experience as data from general where $sel order by data desc limit 0,10"; break; + case 1: $query = "select nation,no,name,picture,imgsvr,dedication as data from general where $sel order by data desc limit 0,10"; break; + case 2: $query = "select nation,no,name,picture,imgsvr,firenum as data from general where $sel order by data desc limit 0,10"; break; + case 3: $query = "select nation,no,name,picture,imgsvr,warnum as data from general where $sel order by data desc limit 0,10"; break; + case 4: $query = "select nation,no,name,picture,imgsvr,killnum as data from general where $sel order by data desc limit 0,10"; break; + case 5: $query = "select nation,no,name,picture,imgsvr,killnum/warnum*10000 as data from general where warnum>=10 and $sel order by data desc limit 0,10"; break; + case 6: $query = "select nation,no,name,picture,imgsvr,killcrew as data from general where $sel order by data desc limit 0,10"; break; + case 7: $query = "select nation,no,name,picture,imgsvr,killcrew/deathcrew*10000 as data from general where warnum>=10 and $sel order by data desc limit 0,10"; break; + case 8: $query = "select nation,no,name,picture,imgsvr,dex0 as data from general where $sel order by data desc limit 0,10"; break; + case 9: $query = "select nation,no,name,picture,imgsvr,dex10 as data from general where $sel order by data desc limit 0,10"; break; + case 10: $query = "select nation,no,name,picture,imgsvr,dex20 as data from general where $sel order by data desc limit 0,10"; break; + case 11: $query = "select nation,no,name,picture,imgsvr,dex30 as data from general where $sel order by data desc limit 0,10"; break; + case 12: $query = "select nation,no,name,picture,imgsvr,dex40 as data from general where $sel order by data desc limit 0,10"; break; + case 13: $query = "select nation,no,name,picture,imgsvr,ttw/(ttw+ttd+ttl)*10000 as data from general where $sel and (ttw+ttd+ttl)>=50 order by data desc limit 0,10"; break; + case 14: $query = "select nation,no,name,picture,imgsvr,tlw/(tlw+tld+tll)*10000 as data from general where $sel and (tlw+tld+tll)>=50 order by data desc limit 0,10"; break; + case 15: $query = "select nation,no,name,picture,imgsvr,tpw/(tpw+tpd+tpl)*10000 as data from general where $sel and (tpw+tpd+tpl)>=50 order by data desc limit 0,10"; break; + case 16: $query = "select nation,no,name,picture,imgsvr,tiw/(tiw+tid+til)*10000 as data from general where $sel and (tiw+tid+til)>=50 order by data desc limit 0,10"; break; + case 17: $query = "select nation,no,name,picture,imgsvr,betgold as data from general where $sel order by data desc limit 0,10"; break; + case 18: $query = "select nation,no,name,picture,imgsvr,betwin as data from general where $sel order by data desc limit 0,10"; break; + case 19: $query = "select nation,no,name,picture,imgsvr,betwingold as data from general where $sel order by data desc limit 0,10"; break; + case 20: $query = "select nation,no,name,picture,imgsvr,betwingold/betgold*10000 as data from general where $sel and betgold >= 1000 order by data desc limit 0,10"; break; + } + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + echo " + + + "; + + for($k=0; $k < 10; $k++) { + $gen = MYDB_fetch_array($result); + if($i != 2) { + $name[$k] = $gen[name]; + $nation[$k] = $nationName[$gen[nation]]; + $data[$k] = $gen[data]; + $color[$k] = $nationColor[$gen[nation]]; + $pic[$k] = $gen[picture]; + } else { + $name[$k] = "???"; + $nation[$k] = "???"; + $data[$k] = $gen[data]; + $color[$k] = $_basecolor4; + $gen[imgsvr] = 0; + $pic[$k] = "9999.jpg"; + } + if($color[$k] == "") $color[$k] = $_basecolor4; + if($nation[$k] == "") $nation[$k] = " "; + if($pic[$k] == "") { + echo ""; + } else { + $imageTemp = GetImageURL($gen[imgsvr]); + echo ""; + } + } + + echo ""; + + for($k=0; $k < 10; $k++) { + echo ""; + } + + echo ""; + + for($k=0; $k < 10; $k++) { + echo ""; + } + + echo ""; + + for($k=0; $k < 10; $k++) { + if($i == 5 || $i == 7 || $i == 20) { $data[$k] = floor($data[$k]/100).".".($data[$k]%100)." %"; } + if($i >= 13 && $i <= 16) { $data[$k] = floor($data[$k]/100).".".($data[$k]%100)." %"; } + echo ""; + } + echo ""; +} + +echo " +
$type[$i]
1위2위3위4위5위6위7위8위9위10위
 
{$nation[$k]}
{$name[$k]}
{$data[$k]}
+
+ +"; + +$type = array( + "명 마", + "명 검", + "명 서", + "도 구" +); + +$call = array( + "horse", + "weap", + "book", + "item" +); + +$func = array( + "getHorseName", + "getWeapName", + "getBookName", + "getItemName" +); + +for($i=0; $i < 4; $i++) { + echo " + + "; + for($k=26; $k > 16; $k--) { + $str = $func[$i]($k); + echo ""; + } + + echo ""; + + for($k=26; $k > 16; $k--) { + $query = "select nation,no,name,picture,imgsvr from general where {$call[$i]}={$k}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $name[$k] = $gen[name]; + $nation[$k] = $nationName[$gen[nation]]; + $color[$k] = $nationColor[$gen[nation]]; + $pic[$k] = $gen[picture]; + if($color[$k] == "") $color[$k] = $_basecolor4; + if($nation[$k] == "") $nation[$k] = " "; + if($pic[$k] == "") { + echo ""; + } else { + $imageTemp = GetImageURL($gen[imgsvr]); + echo ""; + } + } + + echo ""; + + for($k=26; $k > 16; $k--) { + echo ""; + } + + echo ""; + + for($k=26; $k > 16; $k--) { + echo ""; + } + + echo ""; + + echo " + "; + for($k=16; $k > 6; $k--) { + $str = $func[$i]($k); + echo ""; + } + + echo ""; + + for($k=16; $k > 6; $k--) { + $query = "select nation,no,name,picture,imgsvr from general where {$call[$i]}={$k}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + $name[$k] = $gen[name]; + $nation[$k] = $nationName[$gen[nation]]; + $color[$k] = $nationColor[$gen[nation]]; + $pic[$k] = $gen[picture]; + if($color[$k] == "") $color[$k] = $_basecolor4; + if($nation[$k] == "") $nation[$k] = " "; + if($pic[$k] == "") { + echo ""; + } else { + $imageTemp = GetImageURL($gen[imgsvr]); + echo ""; + } + } + + echo ""; + + for($k=16; $k > 6; $k--) { + echo ""; + } + + echo ""; + + for($k=16; $k > 6; $k--) { + echo ""; + } + + echo ""; +} + +?> +
$type[$i]
".$str."
 
{$nation[$k]}
{$name[$k]}
".$str."
 
{$nation[$k]}
{$name[$k]}
+ + + +
+ + + + diff --git a/che_close/a_emperior.php b/che_close/a_emperior.php new file mode 100644 index 00000000..784b4e8a --- /dev/null +++ b/che_close/a_emperior.php @@ -0,0 +1,199 @@ + + + + + + +왕조일람 + + + + + + + +
역 대 왕 조
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ $emperior[phase] + + +
+ $emperior[name] ({$emperior[year]}年 {$emperior[month]}月) +
국 력$emperior[power]장 수$emperior[gennum]속 령$emperior[citynum]성 향$emperior[type]
황 제$emperior[l12name]승 상$emperior[l11name]위 장 군$emperior[l10name]사 공$emperior[l9name]
+"; + } +} else { + $query = "select * from emperior where no='$select'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $emperior = MYDB_fetch_array($result); + +//background={$image}/{$emperior[l12pic]} + + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ $emperior[phase] + + +
국 가 수
(최종 / 최대)
$emperior[nation_count]장 수 수
(최종 / 최대)
$emperior[gen_count]
등 장 국 가$emperior[nation_name]
국가별 성향$emperior[nation_hist]
장 수 성 격$emperior[personal_hist]
장 수 특 기$emperior[special_hist]
+ $emperior[name] ({$emperior[year]}年 {$emperior[month]}月) +
국 력$emperior[power]성 향$emperior[type]
장 수$emperior[gennum]속 령$emperior[citynum]
총 인 구$emperior[pop]인 구 율$emperior[poprate]
국 고$emperior[gold]병 량$emperior[rice]
황 제 $emperior[l12name]승 상 $emperior[l11name]
위 장 군 $emperior[l10name]사 공 $emperior[l9name]
표 기 장 군 $emperior[l8name]태 위 $emperior[l7name]
거 기 장 군 $emperior[l6name]사 도 $emperior[l5name]
오 호 장 군$emperior[tiger]
건 안 칠 자$emperior[eagle]
장 수 들
(공헌도 순서)
$emperior[gen]
역 사 기 록".ConvertLog($emperior[history], 1)."
+"; +} +?> + + + + +
+ + + + diff --git a/che_close/a_emperior2.php b/che_close/a_emperior2.php new file mode 100644 index 00000000..4a466bc4 --- /dev/null +++ b/che_close/a_emperior2.php @@ -0,0 +1,200 @@ + + + + + + +왕조일람 + + + + + + + +
역 대 왕 조
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ $emperior[phase] + + +
+ $emperior[name] ({$emperior[year]}年 {$emperior[month]}月) +
국 력$emperior[power]장 수$emperior[gennum]속 령$emperior[citynum]성 향$emperior[type]
황 제$emperior[l12name]승 상$emperior[l11name]위 장 군$emperior[l10name]사 공$emperior[l9name]
+"; + } +} else { + $query = "select * from emperior_table where no='$select'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $emperior = MYDB_fetch_array($result); + +//background={$image}/{$emperior[l12pic]} + + echo " +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ $emperior[phase] + + +
국 가 수
(최종 / 최대)
$emperior[nation_count]장 수 수
(최종 / 최대)
$emperior[gen_count]
등 장 국 가$emperior[nation_name]
국가별 성향$emperior[nation_hist]
장 수 성 격$emperior[personal_hist]
장 수 특 기$emperior[special_hist]
+ $emperior[name] ({$emperior[year]}年 {$emperior[month]}月) +
국 력$emperior[power]성 향$emperior[type]
장 수$emperior[gennum]속 령$emperior[citynum]
총 인 구$emperior[pop]인 구 율$emperior[poprate]
국 고$emperior[gold]병 량$emperior[rice]
황 제 $emperior[l12name]승 상 $emperior[l11name]
위 장 군 $emperior[l10name]사 공 $emperior[l9name]
표 기 장 군 $emperior[l8name]태 위 $emperior[l7name]
거 기 장 군 $emperior[l6name]사 도 $emperior[l5name]
오 호 장 군$emperior[tiger]
건 안 칠 자$emperior[eagle]
장 수 들
(공헌도 순서)
$emperior[gen]
역 사 기 록".ConvertLog($emperior[history], 1)."
+
"; +} +?> + + + + +
+ + + + diff --git a/che_close/a_genList.php b/che_close/a_genList.php new file mode 100644 index 00000000..4e7411a7 --- /dev/null +++ b/che_close/a_genList.php @@ -0,0 +1,182 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +if($type == 0) { + $type = 9; +} +$sel[$type] = "selected"; + +?> + + + + +장수일람 + + + + + + + + +
장 수 일 람
정렬순서 : + +
+
+ + + 얼 굴 + 이 름 + 연령 + 성격 + 특기 + 레 벨 + 국 가 + 명 성 + 계 급 + 관 직 + 통솔 + 무력 + 지력 + 삭턴 + 벌점 + "; +for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $nation = $nationname[$general[nation]]; + + if($general[level] == 12) { + $lbonus = $nationlevel[$general[nation]] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nationlevel[$general[nation]]; + } else { + $lbonus = 0; + } + if($lbonus > 0) { + $lbonus = "+{$lbonus}"; + } else { + $lbonus = ""; + } + + if($general[injury] > 0) { + $leader = floor($general[leader] * (100 - $general[injury])/100); + $power = floor($general[power] * (100 - $general[injury])/100); + $intel = floor($general[intel] * (100 - $general[injury])/100); + $leader = "{$leader}{$lbonus}"; + $power = "{$power}"; + $intel = "{$intel}"; + } else { + $leader = "{$general[leader]}{$lbonus}"; + $power = "{$general[power]}"; + $intel = "{$general[intel]}"; + } + + if($general[npc] >= 2) { $name = "$general[name]"; } + elseif($general[npc] == 1) { $name = "$general[name]"; } + else { $name = "$general[name]"; } + + $general[connect] = round($general[connect] / 10, 0) * 10; + + $imageTemp = GetImageURL($general[imgsvr]); + echo " + + + $name + $general[age]세 + ".getGenChar($general[personal])." + ".getGenSpecial($general[special])." / ".getGenSpecial($general[special2])." + Lv ".getExpLevel($general[experience])." + {$nation} + ".getHonor($general[experience])." + ".getDed($general[dedication])." + "; echo getLevel($general[level]); echo " + $leader + $power + $intel + $general[killturn] + $general[connect]"; echo "
【".getConnect($general[connect])."】 + "; +} +echo " + +"; + +MYDB_close($connect); +?> + + + + +
+ + + + diff --git a/che_close/a_hallOfFame.php b/che_close/a_hallOfFame.php new file mode 100644 index 00000000..25312314 --- /dev/null +++ b/che_close/a_hallOfFame.php @@ -0,0 +1,103 @@ + + + + + +명예의 전당 + + + + + + + +
명 예 의 전 당
+ + + + "; + + for($k=0; $k < 10; $k++) { + $gen = MYDB_fetch_array($result); + $name[$k] = $gen[name]; + $nation[$k] = $gen[nation]; + $data[$k] = $gen[data]; + $color[$k] = $gen[color]; + $pic[$k] = $gen[picture]; + if($color[$k] == "") $color[$k] = $_basecolor4; + if($nation[$k] == "") $nation[$k] = " "; +/* + if($pic[$k] == "") { + echo ""; + } else { + $imageTemp = GetImageURL($gen[imgsvr]); + echo ""; + } +*/ + } + +// echo ""; + + for($k=0; $k < 10; $k++) { + echo ""; + } + + echo ""; + + for($k=0; $k < 10; $k++) { + echo ""; + } + + echo ""; + + for($k=0; $k < 10; $k++) { + if($i == 5 || $i == 7 || $i == 20) { $data[$k] = floor($data[$k]/100).".".($data[$k]%100)." %"; } + if($i >= 13 && $i <= 16) { $data[$k] = floor($data[$k]/100).".".($data[$k]%100)." %"; } + echo ""; + } + echo ""; +} +?> +
$type[$i]
1위2위3위4위5위6위7위8위9위10위
 
{$nation[$k]}
{$name[$k]}
{$data[$k]}
+ + + +
+ + + + diff --git a/che_close/a_history.php b/che_close/a_history.php new file mode 100644 index 00000000..917b9c8a --- /dev/null +++ b/che_close/a_history.php @@ -0,0 +1,137 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +$query = "select year,month from history order by no limit 1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$history = MYDB_fetch_array($result); +$s = ($history[year]*12) + $history[month]; + +$query = "select year,month from history order by no desc limit 1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$history = MYDB_fetch_array($result); +$e = ($history[year]*12) + $history[month]; + +if(!$yearmonth) { + $year = $admin['year']; + $month = $admin['month'] - 1; +} else { + $year = substr($yearmonth, 0, 3) - 0; + $month = substr($yearmonth, 3, 2) - 0; + + if($btn == "◀◀ 이전달") { + $month -= 1; + } elseif($btn == "다음달 ▶▶") { + $month += 1; + } +} +$now = ($year*12) + $month; + +if($now < $s) { $now = $s; } +if($now > $e) { $now = $e; } + +$year = floor($now / 12); +$month = $now % 12; +if($month <= 0) { + $year -= 1; + $month += 12; +} + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + + +연감 + + + + + + + + +
연 감
+
+ 년월 선택 : + + + + +
+
+ + + + + + + + + + + + + + + + + +
중 원 지 도
+ +
중 원 정 세
+ +
장 수 동 향
+ +
+ + + +
+ + + + diff --git a/che_close/a_kingdomList.php b/che_close/a_kingdomList.php new file mode 100644 index 00000000..18920754 --- /dev/null +++ b/che_close/a_kingdomList.php @@ -0,0 +1,246 @@ += 2) { printLimitMsg($me[turntime]); exit(); } +?> + + + + +세력일람 + + + + + + + +
세 력 일 람
+= 2) { $l12 = "$level12[name]"; } + elseif($level12[npc] == 1) { $l12 = "$level12[name]"; } + else { $l12 = $level12[name]; } + + if($level11[name] == "") { $l11 = "-"; } + elseif($level11[npc] >= 2) { $l11 = "$level11[name]"; } + elseif($level11[npc] == 1) { $l11 = "$level11[name]"; } + else { $l11 = $level11[name]; } + + if($level10[name] == "") { $l10 = "-"; } + elseif($level10[npc] >= 2) { $l10 = "$level10[name]"; } + elseif($level10[npc] == 1) { $l10 = "$level10[name]"; } + else { $l10 = $level10[name]; } + + if($level9[name] == "") { $l9 = "-"; } + elseif($level9[npc] >= 2) { $l9 = "$level9[name]"; } + elseif($level9[npc] == 1) { $l9 = "$level9[name]"; } + else { $l9 = $level9[name]; } + + if($level8[name] == "") { $l8 = "-"; } + elseif($level8[npc] >= 2) { $l8 = "$level8[name]"; } + elseif($level8[npc] == 1) { $l8 = "$level8[name]"; } + else { $l8 = $level8[name]; } + + if($level7[name] == "") { $l7 = "-"; } + elseif($level7[npc] >= 2) { $l7 = "$level7[name]"; } + elseif($level7[npc] == 1) { $l7 = "$level7[name]"; } + else { $l7 = $level7[name]; } + + if($level6[name] == "") { $l6 = "-"; } + elseif($level6[npc] >= 2) { $l6 = "$level6[name]"; } + elseif($level6[npc] == 1) { $l6 = "$level6[name]"; } + else { $l6 = $level6[name]; } + + if($level5[name] == "") { $l5 = "-"; } + elseif($level5[npc] >= 2) { $l5 = "$level5[name]"; } + elseif($level5[npc] == 1) { $l5 = "$level5[name]"; } + else { $l5 = $level5[name]; } + + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【 {$nation[name]} 】
성 향".getNationType($nation[type])."작 위".getNationLevel($nation[level])."국 력{$nation[power]}장수 / 속령{$gencount} / {$citycount}
".getLevel(12, $nation[level])."$l12".getLevel(11, $nation[level])."$l11".getLevel(10, $nation[level])."$l10".getLevel( 9, $nation[level])."$l9
".getLevel( 8, $nation[level])."$l8".getLevel( 7, $nation[level])."$l7".getLevel( 6, $nation[level])."$l6".getLevel( 5, $nation[level])."$l5
"; + if($nation[level] > 0) { + echo "속령 일람 : "; + + for($j=0; $j < $citycount; $j++) { + $city = MYDB_fetch_array($cityresult); + if($city[city] == $nation[capital]) { + echo "[{$city[name]}], "; + } else { + echo "$city[name], "; + } + } + } else { + $query = "select name from city where city='$level12[city]'"; // 군주 위치 도시 이름 + $cityResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($cityResult); + + echo "현재 위치 : $city[name]"; + } + echo" +
장수 일람 : "; + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + if($general[npc] >= 2) { echo "$general[name], "; } + elseif($general[npc] == 1) { echo "$general[name], "; } + else { echo "$general[name], "; } + } + echo" +
+
"; +} + +//재야 +$query = "select npc,name from general where nation='0'"; // 장수 목록 +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($genresult); + +$query = "select name from city where nation='0'"; // 도시 이름 목록 +$cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$citycount = MYDB_num_rows($cityresult); + +echo " + + + + + + + + + + + + + + + + + +
【 재 야 】
 장 수{$gencount}속 령{$citycount}
속령 일람 : "; +for($j=0; $j < $citycount; $j++) { + $city = MYDB_fetch_array($cityresult); + echo "$city[name], "; +} +echo" +
장수 일람 : "; + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + if($general[npc] >= 2) { echo "$general[name], "; } + elseif($general[npc] == 1) { echo "$general[name], "; } + else { echo "$general[name], "; } + } + echo" +
"; + +?> + + + + +
+ + + + diff --git a/che_close/a_npcList.php b/che_close/a_npcList.php new file mode 100644 index 00000000..87b917a7 --- /dev/null +++ b/che_close/a_npcList.php @@ -0,0 +1,117 @@ + + + + + +빙의일람 + + + + + + + + +
빙 의 일 람
정렬순서 : + +
+
+ + + 희생된 장수 + 악령 이름 + 레벨 + 국가 + 성격 + 특기 + 종능 + 통솔 + 무력 + 지력 + 명성 + 계급 + "; +for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $nation = $nationname[$general[nation]]; + + if($general[npc] >= 2) { $name = "$general[name]"; } + elseif($general[npc] == 1) { $name = "$general[name]"; } + else { $name = "$general[name]"; } + + echo " + + {$name} + {$general[name2]} + Lv {$general[explevel]} + {$nation} + ".getGenChar($general[personal])." + ".getGenSpecial($general[special])." / ".getGenSpecial($general[special2])." + $general[sum] + $general[leader] + $general[power] + $general[intel] + {$general[experience]} + {$general[dedication]} + "; +} +echo " + +"; + +MYDB_close($connect); +?> + + + + +
+ + + + diff --git a/che_close/a_status.php b/che_close/a_status.php new file mode 100644 index 00000000..a21727b4 --- /dev/null +++ b/che_close/a_status.php @@ -0,0 +1,58 @@ += 2) { printLimitMsg($me[turntime]); exit(); } +?> + + + + +세력도 + + + + + + + +
세 력 도
+ + + + + + + + +
+ + + +
+ +
+ + + +
+ + + + + diff --git a/che_close/a_traffic.php b/che_close/a_traffic.php new file mode 100644 index 00000000..30fac853 --- /dev/null +++ b/che_close/a_traffic.php @@ -0,0 +1,257 @@ +"; } +echo $str; + +$curonline = onlinenum($connect); +for($i=0; $i < 11; $i++) { + $parse = explode("|", $log[count($log)-12+$i]); + $date[$i] = trim($parse[0]); + $year[$i] = trim($parse[1]); + $month[$i] = trim($parse[2]); + $refresh[$i] = trim($parse[3]); + $online[$i] = trim($parse[4]); +} +if($game[maxrefresh] == 0) { $game[maxrefresh] = 1; } +if($game[maxrefresh] < $game[refresh]) { $game[maxrefresh] = $game[refresh]; } +if($game[maxonline] == 0) { $game[maxonline] = 1; } +if($game[maxonline] < $curonline) { $game[maxonline] = $curonline; } +?> + + +트래픽정보 + + + + + + + +
트 래 픽 정 보
+
+ + + +
+ + += 100) { $w -= 0.1; } + if($refresh[$i] < 10 && $w < 3) { $w = 3; } + elseif($refresh[$i] < 100 && $w < 6) { $w = 6; } + elseif($refresh[$i] < 1000 && $w < 9) { $w = 9; } + $w2 = round(100 - $w, 1); + $color = getColor($w); + $dt = substr($date[$i], 11, 5); + echo " + + + + + + + "; +} +$w = round($game[refresh] / $game[maxrefresh] * 100, 1); +if($w >= 100) { $w -= 0.1; } +if($game[refresh] < 10 && $w < 3) { $w = 3; } +elseif($game[refresh] < 100 && $w < 6) { $w = 6; } +elseif($game[refresh] < 1000 && $w < 9) { $w = 9; } +$w2 = round(100 - $w, 1); +$color = getColor($w); +$dt = date('H:i'); +echo " + + + + + + + + + + +"; +?> +
접 속 량
{$year[$i]}년 {$month[$i]}월{$dt} + + + + + +
{$refresh[$i]}  
+
{$game[year]}년 {$game[month]}월{$dt} + + + + + +
{$game[refresh]}  
+
최고기록: {$game[maxrefresh]}
+
+ + += 100) { $w -= 0.1; } + if($online[$i] < 10 && $w < 3) { $w = 3; } + elseif($online[$i] < 100 && $w < 6) { $w = 6; } + elseif($online[$i] < 1000 && $w < 9) { $w = 9; } + $w2 = round(100 - $w, 1); + $color = getColor($w); + $dt = substr($date[$i], 11, 5); + echo " + + + + + + + "; +} +$w = round($curonline / $game[maxonline] * 100, 1); +if($w >= 100) { $w -= 0.1; } +if($curonline < 10 && $w < 3) { $w = 3; } +elseif($curonline < 100 && $w < 6) { $w = 6; } +elseif($curonline < 1000 && $w < 9) { $w = 9; } +$w2 = round(100 - $w, 1); +$color = getColor($w); +$dt = date('H:i'); +echo " + + + + + + + + + + +"; +?> +
접 속 자
{$year[$i]}년 {$month[$i]}월{$dt} + + + + + +
{$online[$i]}  
+
{$game[year]}년 {$game[month]}월{$dt} + + + + + +
{$curonline}  
+
최고기록: {$game[maxonline]}
+
+
+ + + + + + + + + + + + +"; + +$query = "select name,refresh,connect from general order by refresh desc limit 0,5"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $user = MYDB_fetch_array($result); + + $w = round($user[refresh] / $maxrefresh * 100, 1); + $w2 = round(100 - $w, 1); + $color = getColor($w); + echo " + + + + + + "; +} +?> +
주 의 대 상 자 (순간과도갱신)
주의대상자벌점(순간갱신)전체 대비
접속자 총합{$user[connect]}({$maxrefresh}) + + + + + +
  
+
{$user[name]}{$user[connect]}({$user[refresh]}) + + + + + +
  
+
+
+ + + +
+ + + + + diff --git a/che_close/a_vote.php b/che_close/a_vote.php new file mode 100644 index 00000000..1f795589 --- /dev/null +++ b/che_close/a_vote.php @@ -0,0 +1,338 @@ + + + +설문조사 + + + + + + + + +
설 문 조 사
+ + + += 5) { + echo " + + + + + + "; +} + +$vote[0] = Tag2Code($vote[0]); +echo " + + + + +"; + +$query = "select no from general where vote>0 and npc<2"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$voteCount = MYDB_num_rows($result); + +$query = "select no from general where npc<2"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$allCount = MYDB_num_rows($result); + +$percentage = round($voteCount / $allCount * 100, 1); + +$voteTypeCount = count($vote); +for($i=1; $i < $voteTypeCount; $i++) { + echo " + + + + + + "; +} + +echo " + +"; +if($me[vote] == 0 && $me[no] > 0) { + echo " + + + "; +} else { + echo " + + "; +} +echo " + + +"; + +if($me[userlevel] >= 5) { + echo " + + + + + + "; +} + +if($admin[votecomment] != "") { + $comment = explode("|", $admin[votecomment]); + $commentCount = count($comment); +} else { + $commentCount = 0; +} +echo " +
설 문 조 사 (금과 추첨으로 유니크템 증정!)
제 목 {$vote[0]}
{$i}. + "; + if($me[vote] == 0 && $me[no] > 0) { + echo " + + "; + } elseif($admin[voteopen] >= 1 || $me[userlevel] >= 5) { + $query = "select no from general where vote='{$i}'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $vCount = MYDB_num_rows($result); + + $per = @round($vCount / $voteCount * 100, 1); + echo "{$vCount} 표 ({$per}%)"; + } else { + echo "추후공개"; + } + $vote[i] = Tag2Code($vote[i]); + echo " +  {$vote[$i]}
투표결산 투표율 : {$voteCount} / {$allCount} ({$percentage} %)
+ + + + +"; +for($i=0; $i < $commentCount; $i++) { + $cmt = explode(":", $comment[$i]); + $cmt[2] = Tag2Code($cmt[2]); + $j = $i+1; + echo " + + + + + + + "; +} +if($me[no] > 0) { + echo " + + + + + + "; +} +?> +
댓 글
{$j}.{$cmt[0]}{$cmt[1]} {$cmt[2]}
-
+
+ + "; + +if($admin[voteopen] >= 1 || $me[userlevel] >= 5) { + echo " + + + + + + "; +} + +if($admin[voteopen] >= 2 || $me[userlevel] >= 5) { + $query = "select no from general where nation=0 and npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $memCount = MYDB_num_rows($result); + + if(!$nationVoteCount[0]) { $nationVoteCount[0] = 0; } + $percentage = @round($nationVoteCount[0] / $memCount * 100, 1); + + echo " + + + + + + "; + + $query = "select nation,color,name,gennum from nation order by gennum desc"; + $nationResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($nationResult); + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationResult); + + $query = "select no from general where nation='{$nation[nation]}' and npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $memCount = MYDB_num_rows($result); + + if(!$nationVoteCount[$nation[nation]]) { $nationVoteCount[$nation[nation]] = 0; } + $percentage = @round($nationVoteCount[$nation[nation]] / $memCount * 100, 1); + + echo " + + + + + + "; + } +} +?> + +
+ 전 체 통 계 += 5) { + echo " + + + "; +} +echo " +
전 체{$voteCount} / {$allCount} ({$percentage} %) + + + "; + + $query = "select no from general where npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $memCount = MYDB_num_rows($result); + + $query = "select nation,vote from general where npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $vote = MYDB_fetch_array($result); + + $totalVote[$vote[vote]]++; + if($vote[vote] > 0) { $nationVoteCount[$vote[nation]]++; } + $nationVote[$vote[nation]][$vote[vote]]++; + } + + for($i=0; $i < $voteTypeCount; $i++) { + $per = @round($totalVote[$i] / $memCount * 100, 1); +// if($per < 5) { $vote[cnt] = " "; } + echo " + + "; + } + + echo " + +
{$totalVote[$i]}
+
재 야{$nationVoteCount[0]} / {$memCount} ({$percentage} %) + + + "; + + for($i=0; $i < $voteTypeCount; $i++) { + $per = @round($nationVote[0][$i] / $memCount * 100, 1); +// if($per < 5) { $vote[cnt] = " "; } + echo " + + "; + } + + echo " + +
{$nationVote[0][$i]}
+
{$nation[name]}{$nationVoteCount[$nation[nation]]} / {$memCount} ({$percentage} %) + + + "; + + for($k=0; $k < $voteTypeCount; $k++) { + $per = @round($nationVote[$nation[nation]][$k] / $memCount * 100, 1); +// if($per < 5) { $vote[cnt] = " "; } + echo " + + "; + } + + echo " + +
{$nationVote[$nation[nation]][$k]}
+
+ + + +
+ + + + + 0) { + $type = (($type - 1) % 7) + 1; + } + + switch($type) { + case 0: $color = "black"; break; + case 1: $color = "red"; break; + case 2: $color = "orange"; break; + case 3: $color = "yellow"; break; + case 4: $color = "green"; break; + case 5: $color = "blue"; break; + case 6: $color = "navy"; break; + case 7: $color = "purple"; break; + } + + return $color; +} + +function getNewColor($type) { + if($type > 0) { + $type = (($type - 1) % 7) + 1; + } + + switch($type) { + case 2: $color = "black"; break; + case 3: $color = "black"; break; + default:$color = "white"; break; + } + + return $color; +} + +?> diff --git a/che_close/analytics.php b/che_close/analytics.php new file mode 100644 index 00000000..bf3f0d19 --- /dev/null +++ b/che_close/analytics.php @@ -0,0 +1,13 @@ + diff --git a/che_close/b_auction.php b/che_close/b_auction.php new file mode 100644 index 00000000..9a55b831 --- /dev/null +++ b/che_close/b_auction.php @@ -0,0 +1,260 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +$query = "select no from auction where no1='$me[no]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$tradeCount = MYDB_num_rows($result); + +$query = "select no from auction where no2='$me[no]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$bidCount = MYDB_num_rows($result); + +$btCount = $tradeCount + $bidCount; + +if($me[userlevel] >= 5 || ($me[special] != 30 && $btCount < 1) || ($me[special] == 30 && $btCount < 3)) { + $btn = "submit"; +} else { + $btn = "hidden"; +} + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} + +if($msg == "") $msg = "-"; +if($msg2 == "") $msg2 = "-"; +?> + + +거래장 + + + + + + + + +
거 래 장
거 래 장
+ + + + + + + + + + + + + + + + + 0 && $auction[amount] * 2 <= $auction[value] && $auction[stuff] == 0) { $radio = " disabled"; $alert = ""; $alert2 = ""; } + elseif($auction[no2] > 0 && $auction[topv] <= $auction[value]) { $radio = " disabled"; $alert = ""; $alert2 = ""; } + elseif($chk == 0) { $radio = " checked"; $chk = 1; } + $pv = round($auction[value] * 100 / $auction[amount]) / 100 + 0.001; + $pv = substr($pv, 0, 4); + if($auction[stuff] != 0) { $pv = '-'; } + echo " + + + + + + + + + + + + + + "; +} +?> + + + + + + + + + + + + + + + + +
팝 니 다
거래번호선택판매자물품수량시작판매가현재판매가즉시판매가단가구매 예정자거래종료
{$auction[no]}{$auction[name1]}{$itemname}{$auction[amount]}금 {$auction[cost]}{$alert}금 {$auction[value]}{$alert2}{$alert}금 {$auction[topv]}{$alert2}{$alert}{$pv}{$alert2}{$alert}{$auction[name2]}{$alert2}{$auction[expire]}
등록결과
입찰등록 +  지불할 금액: + name=btn value='구매시도' onclick='return confirm("정말 입찰하시겠습니까?");'> +
거래등록 +  종료: 턴 후 +  물품: +  판매량: +  시작가: +  즉구가: + name=btn value='판매' onclick='return confirm("정말 판매하시겠습니까?");'> +
+ ㆍHint) 거래자가 판매(물품 판매, 금 수령), 입찰자가 구매(물품 구입, 금 지불).
+ ㆍHint) 단가가 1.00보다 높을수록 판매자 유리.
+ ㆍHint) 단가가 1.00보다 낮을수록 입찰자 유리.
+
+
+ + + + + + + + + + + + + + + + + 0 && $auction[amount] >= $auction[value] * 2 && $auction[stuff] == 0) { $radio = " disabled"; $alert = ""; $alert2 = ""; } + elseif($auction[no2] > 0 && $auction[topv] >= $auction[value]) { $radio = " disabled"; $alert = ""; $alert2 = ""; } + elseif($chk == 0) { $radio = " checked"; $chk = 1; } + $pv = round($auction[value] * 100 / $auction[amount]) / 100 + 0.001; + $pv = substr($pv, 0, 4); + if($auction[stuff] != 0) { $pv = '-'; } + echo " + + + + + + + + + + + + + + "; +} +?> + + + + + + + + + + + + + + + + +
삽 니 다
거래번호선택구매자물품수량시작구매가현재구매가즉시구매가단가판매 예정자거래종료
{$auction[no]}{$auction[name1]}{$itemname}{$auction[amount]}금 {$auction[cost]}{$alert}금 {$auction[value]}{$alert2}{$alert}금 {$auction[topv]}{$alert2}{$alert}{$pv}{$alert2}{$alert}{$auction[name2]}{$alert2}{$auction[expire]}
등록결과
입찰등록 +  수령할 금액: + name=btn value='판매시도' onclick='return confirm("정말 입찰하시겠습니까?");'> +
거래등록 +  종료: 턴 후 +  물품: +  구입량: +  시작가: +  즉구가: + name=btn value='구매' onclick='return confirm("정말 구매하시겠습니까?");'> +
+ ㆍHint) 거래자가 구매(물품 구매, 금 지불), 입찰자가 판매(물품 판매, 금 수령).
+ ㆍHint) 단가가 1.00보다 낮을수록 구매자 유리.
+ ㆍHint) 단가가 1.00보다 높을수록 입찰자 유리.
+
+
+ + + + + + + +
최 근 기 록
+ +
도 움 말
+ +ㆍ판매거래는 거래자가 판매할 물품을 거래하면, 구입을 희망하는 사람이 현재가보다 높게 입찰하여 구입하는 방식입니다.
+ㆍHint) 쌀이 귀한 경우는 입찰자가 많아서 자연스레 단가가 오르게 됩니다. (해당 물품을 사려는 가격이 오름)
+ㆍHint) 쌀이 흔한 경우는 초기 가격을 낮게 책정해야 판매가 가능할 겁니다.
+ㆍ구매거래는 거래자가 구입할 물품을 거래하면, 판매를 희망하는 사람이 현재가보다 낮게 입찰하여 판매하는 방식입니다.
+ㆍHint) 쌀이 흔한 경우는 입찰자가 많아서 자연스레 단가가 내리게 됩니다. (해당 물품을 팔려는 가격이 내림)
+ㆍHint) 쌀이 귀한 경우는 초기 가격을 높게 책정해야 구입이 가능할 겁니다.
+ㆍ마감임박때 입찰하는 경우 입찰후 1턴 후로 종료시간이 연장됩니다.
+ㆍ즉시구매가로 입찰하는 경우 입찰후 1턴 후로 종료시간이 결정됩니다.
+ㆍ악용 방지를 위해 50% ~ 200%의 가격에서 거래시작이 가능합니다.
+ㆍ악용 방지를 위해 즉시판매가는 110% 이상, 즉시구매가는 90% 이하의 시세로 가능합니다.
+ㆍ악용 방지를 위해 즉시판매가는 시작판매가의 110% 이상, 즉시구매가는 시작구매가의 90% 이하로 가능합니다.
+ㆍ1인당 도합 1건의 거래와 입찰이 가능합니다. 거상 특기 소유자는 1인당 도합 3건입니다.
+ㆍ기본금쌀 1000은 거래에 사용되지 못합니다.
+ㆍ유찰될 때는 거래 과실자에게 거래금의 1%가 벌금으로 부과됩니다.
+ㆍ10단위로 거래가 가능합니다. 1자리는 반올림 처리 됩니다.
+ㆍ★ 최고가 거래 ★ 혹은 ★ 최저가 거래 ★ 는 암거래 및 악용의 가능성이니 감시 부탁드립니다.
+ㆍ거래와 입찰은 취소가 불가능하니 주의하세요!
+ㆍHint) 단가는 금/쌀로 쌀1을 거래하기 위한 금의 양입니다.
+ㆍHint) 단가가 높으면(>1.00) 쌀이 비싸므로 판매가 이득입니다.
+ㆍHint) 단가가 낮으면(<1.00) 금이 비싸므로 구매가 이득입니다.
+ㆍ즐거운 거래! +
+
+ + + diff --git a/che_close/b_battleCenter.php b/che_close/b_battleCenter.php new file mode 100644 index 00000000..7728ec76 --- /dev/null +++ b/che_close/b_battleCenter.php @@ -0,0 +1,142 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +//재야인 경우 +$meLevel = $me[level]; +if($meLevel == 0 || ($meLevel == 1 && $me[belong] < $nation[secretlimit])) { + echo "수뇌부가 아니거나 사관년도가 부족합니다."; + exit(); +} + +//잘못된 접근 +if($general[nation] != $me[nation]) { + $gen = 0; +} + +if($btn == '정렬하기') { + $gen = 0; +} + +if($type == 0) { + $type = 0; +} +$sel[$type] = "selected"; + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + +감찰부 + + + + + + + + + +
감 찰 부
+
+ 정렬순서 : + + + 대상장수 : + + +
+
+ + + + + + + + + + + + + + + + + +
장 수 정 보장 수 열 전
+ + + +
전투 기록전투 결과
+ + + +
+ + + +
+ + + diff --git a/che_close/b_betting.php b/che_close/b_betting.php new file mode 100644 index 00000000..a86154aa --- /dev/null +++ b/che_close/b_betting.php @@ -0,0 +1,339 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +switch($admin[tnmt_type]) { +case 0: $tnmt_type = "전력전"; $tp = "tot"; $tp2 = "종합"; $tp3 = "total"; break; +case 1: $tnmt_type = "통솔전"; $tp = "ldr"; $tp2 = "통솔"; $tp3 = "leader"; break; +case 2: $tnmt_type = "일기토"; $tp = "pwr"; $tp2 = "무력"; $tp3 = "power"; break; +case 3: $tnmt_type = "설전"; $tp = "itl"; $tp2 = "지력"; $tp3 = "intel"; break; +} + +$str1 = getTournament($admin[tournament]); +$str2 = getTournamentTime($connect); +$str3 = getTournamentTerm($connect); + +?> + + + + +베팅장 + + + + + + + +
베 팅 장
+ + + + +
()
16강 상황
(전체 금액 : / 내 투자 금액 : )
+ + + +=60 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 1; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=50 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 1; $i++) { $cent[$i] = ""; } +for($i=0; $i < 2; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 1; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━━━━━━━━━━━━━━━━━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━━━━━━━━━━━━━━━━━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 2; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=40 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 2; $i++) { $cent[$i] = ""; } +for($i=0; $i < 4; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 2; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━━━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━━━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 4; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=30 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 4; $i++) { $cent[$i] = ""; } +for($i=0; $i < 8; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 4; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 8; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=20 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 8; $i++) { $cent[$i] = ""; } +for($i=0; $i < 16; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 8; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 16; $i++) { + echo ""; +} + +$query = "select bet0,bet1,bet2,bet3,bet4,bet5,bet6,bet7,bet8,bet9,bet10,bet11,bet12,bet13,bet14,bet15 from general where user_id='$_SESSION[p_id]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$me = MYDB_fetch_array($result); +for($i=0; $i < 16; $i++) { + $myBet[$i] = $me["bet{$i}"]; +} + +for($i=0; $i < 16; $i++) { + $bet[$i] = @round($admin[bet] / $admin["bet{$i}"], 2); + if($bet[$i] == 0) { $bet[$i] = "∞"; } +} + +for($i=0; $i < 16; $i++) { + $gold[$i] = round($myBet[$i] * $bet[$i]); +} +?> + +
{$general[name]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
+ + +"; + +for($i=0; $i < 16; $i++) { + echo ""; +} +?> + + + + + + +{$myBet[$i]}"; +} +?> + + + + + + +{$gold[$i]}"; +} + +echo " + + "; + +if($admin[tournament] == 6) { + echo " + + "; + + for($i=0; $i < 16; $i++) { + echo " + "; + } + + echo " + + "; + + for($i=0; $i < 16; $i++) { + echo " + "; + } + + echo " + +"; +} + +?> + + + + +
{$bet[$i]}
××××××××××××××××
+ +
+ 배당률 × 베팅금 = 적중시 환수금
+ ( 베팅후 500원 이하일땐 베팅이 불가능합니다. ) +
+ + + + + +
토너먼트 랭킹
순위 / 장수명 / 능력치 / 경기수 / 승리 / 무승부 / 패배 / 집계점수 / 우승횟수
+ + "; + + $query = "select npc,name,leader,power,intel,leader+power+intel as total,{$type3[$i]}p as prize,{$type3[$i]}w+{$type3[$i]}d+{$type3[$i]}l as game,{$type3[$i]}w as win,{$type3[$i]}d as draw,{$type3[$i]}l as lose,{$type3[$i]}g as gl from general order by gl desc, game desc, win desc, draw desc, lose, no limit 0,30"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($k=1; $k <= 30; $k++) { + $general = MYDB_fetch_array($result); + printRow($k, $general[npc], $general[name], $general[$type4[$i]], $general[game], $general[win], $general[draw], $general[lose], $general[gl], $general[prize], 0); + } + echo " +
{$type1[$i]}
장수{$type2[$i]}
+ "; +} + +?> + + + +ㆍ토너먼트의 16강 대진표가 완성되면, 베팅 기간이 주어집니다.
+ㆍ유저들의 베팅 상황에 따라 배당률이 실시간 결정되며, 자신의 베팅금에 따른 예상 환급금을 알 수 있습니다.
+ㆍ베팅은 16슬롯에 각각 베팅 가능하며, 도합 최대 금 1000씩 베팅 가능합니다.
+ㆍ소지금 500원 이하일땐 베팅이 불가능합니다. +ㆍ삼모와 더불어 토너먼트, 베팅기능으로 즐거운 삼모 되세요!
+ + + + + + +
+ + + diff --git a/che_close/b_chiefboard.php b/che_close/b_chiefboard.php new file mode 100644 index 00000000..941580cc --- /dev/null +++ b/che_close/b_chiefboard.php @@ -0,0 +1,71 @@ + + + +기밀실 + + + + + + + + + + + + + +
기 밀 실
+ 제목 +
+
+ + +
+
+ + + + + +
+ + + + diff --git a/che_close/b_chiefcenter.php b/che_close/b_chiefcenter.php new file mode 100644 index 00000000..c71b4569 --- /dev/null +++ b/che_close/b_chiefcenter.php @@ -0,0 +1,175 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +if($me[level] == 0 || ($me[level] == 1 && $me[belong] < $nation[secretlimit])) { + echo "수뇌부가 아니거나 사관년도가 부족합니다."; + exit(); +} + +if($me[level] >= 5) { $btn = "submit"; $btn2 = "button"; } +else { $btn = "hidden"; $btn2 = "hidden"; } + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} + +$date = date('Y-m-d H:i:s'); + +// 명령 목록 +$query = "select year,month,turnterm from game where no='1'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = " + select nation,level, + l12turn0,l12turn1,l12turn2,l12turn3,l12turn4,l12turn5,l12turn6,l12turn7,l12turn8,l12turn9,l12turn10,l12turn11, + l11turn0,l11turn1,l11turn2,l11turn3,l11turn4,l11turn5,l11turn6,l11turn7,l11turn8,l11turn9,l11turn10,l11turn11, + l10turn0,l10turn1,l10turn2,l10turn3,l10turn4,l10turn5,l10turn6,l10turn7,l10turn8,l10turn9,l10turn10,l10turn11, + l9turn0, l9turn1, l9turn2, l9turn3, l9turn4, l9turn5, l9turn6, l9turn7, l9turn8, l9turn9, l9turn10, l9turn11, + l8turn0, l8turn1, l8turn2, l8turn3, l8turn4, l8turn5, l8turn6, l8turn7, l8turn8, l8turn9, l8turn10, l8turn11, + l7turn0, l7turn1, l7turn2, l7turn3, l7turn4, l7turn5, l7turn6, l7turn7, l7turn8, l7turn9, l7turn10, l7turn11, + l6turn0, l6turn1, l6turn2, l6turn3, l6turn4, l6turn5, l6turn6, l6turn7, l6turn8, l6turn9, l6turn10, l6turn11, + l5turn0, l5turn1, l5turn2, l5turn3, l5turn4, l5turn5, l5turn6, l5turn7, l5turn8, l5turn9, l5turn10, l5turn11 + from nation where nation='$me[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nation = MYDB_fetch_array($result); + +$lv = getNationChiefLevel($nation[level]); +for($i=12; $i >= $lv; $i--) { + $turn[$i] = getCoreTurn($connect, $nation, $i); + + $query = "select name,turntime,npc from general where level={$i} and nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen[$i] = MYDB_fetch_array($result); +} + +?> + + + +사령부 + + + + + + + + +
사 령 부
+ + + + + + + + + + + "; + + for($i=0; $i < 12; $i++) { + $turndate[$l4] = substr($totaldate[$l4], 11, 5); + $turndate[$l3] = substr($totaldate[$l3], 11, 5); + $turndate[$l2] = substr($totaldate[$l2], 11, 5); + $turndate[$l1] = substr($totaldate[$l1], 11, 5); + $j = $i + 1; + $td4 = ($turndate[$l4] == "") ? "-" : $turndate[$l4]; + $td3 = ($turndate[$l3] == "") ? "-" : $turndate[$l3]; + $td2 = ($turndate[$l2] == "") ? "-" : $turndate[$l2]; + $td1 = ($turndate[$l1] == "") ? "-" : $turndate[$l1]; + $tn4 = ($turn[$l4][$i] == "") ? "-" : $turn[$l4][$i]; + $tn3 = ($turn[$l3][$i] == "") ? "-" : $turn[$l3][$i]; + $tn2 = ($turn[$l2][$i] == "") ? "-" : $turn[$l2][$i]; + $tn1 = ($turn[$l1][$i] == "") ? "-" : $turn[$l1][$i]; + echo " + + + + + + + + + + + + + "; + if($totaldate[$l4] != "") { $totaldate[$l4] = addTurn($totaldate[$l4], $admin[turnterm]); } + if($totaldate[$l3] != "") { $totaldate[$l3] = addTurn($totaldate[$l3], $admin[turnterm]); } + if($totaldate[$l2] != "") { $totaldate[$l2] = addTurn($totaldate[$l2], $admin[turnterm]); } + if($totaldate[$l1] != "") { $totaldate[$l1] = addTurn($totaldate[$l1], $admin[turnterm]); } + } + if($k == 0) { + echo ""; + } +} + +?> +
수뇌부 일정
+= $lv; $i--) { + $totaldate[$i] = $gen[$i][turntime]; + $turntime[$i] = substr($gen[$i][turntime], 14); +} + +for($k=0; $k < 2; $k++) { + $l4 = 12 - $k; $l3 = 10 - $k; $l2 = 8 - $k; $l1 = 6 - $k; + + if ($gen[$l4][npc] >= 2) { $gen[$l4][name] = "".$gen[$l4][name].""; } + elseif($gen[$l4][npc] == 1) { $gen[$l4][name] = "".$gen[$l4][name].""; } + if ($gen[$l3][npc] >= 2) { $gen[$l3][name] = "".$gen[$l3][name].""; } + elseif($gen[$l3][npc] == 1) { $gen[$l3][name] = "".$gen[$l3][name].""; } + if ($gen[$l2][npc] >= 2) { $gen[$l2][name] = "".$gen[$l2][name].""; } + elseif($gen[$l2][npc] == 1) { $gen[$l2][name] = "".$gen[$l2][name].""; } + if ($gen[$l1][npc] >= 2) { $gen[$l1][name] = "".$gen[$l1][name].""; } + elseif($gen[$l1][npc] == 1) { $gen[$l1][name] = "".$gen[$l1][name].""; } + + echo " +
.".getLevel($l4, $nation[level])." : {$gen[$l4][name]}".getLevel($l3, $nation[level])." : {$gen[$l3][name]}".getLevel($l2, $nation[level])." : {$gen[$l2][name]}".getLevel($l1, $nation[level])." : {$gen[$l1][name]}.
$j$td4$tn4$td3$tn3$td2$tn2$td1$tn1$j
"; + CoreTurnTable(); + echo " + + +
"; + CoreCommandTable($connect); + echo "
+ + + +
+ + + + diff --git a/che_close/b_currentCity.php b/che_close/b_currentCity.php new file mode 100644 index 00000000..a1845dab --- /dev/null +++ b/che_close/b_currentCity.php @@ -0,0 +1,352 @@ + + + + +도시정보 + + + + + + + + +
도 시 정 보
+ + + + + +
+
도시선택 : + + +

명령 화면에서 도시를 클릭하셔도 됩니다.

+
+
+
"; + +// 첩보된 도시까지만 허용 +if($valid == 0 && $me[userlevel] < 5) { + $_POST[citylist] = $me[city]; +} + +$query = "select * from city where city='$_POST[citylist]'"; // 도시 이름 목록 +$cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$city = MYDB_fetch_array($cityresult); + +$query = "select nation,name,color from nation where nation='$city[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nation = MYDB_fetch_array($result); + +$query = "select name from general where no='$city[gen1]'"; // 태수 이름 +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gen1 = MYDB_fetch_array($genresult); + +$query = "select name from general where no='$city[gen2]'"; // 군사 이름 +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gen2 = MYDB_fetch_array($genresult); + +$query = "select name from general where no='$city[gen3]'"; // 시중 이름 +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gen3 = MYDB_fetch_array($genresult); + +if($city[trade] == 0) { + $city[trade] = "- "; +} +?> + + + +
+ + + + 【 ".getRegion($city[region])." | ".getCityLevel($city[level])." 】 $city[name] + + + 주민 + $city[pop]/$city[pop2] + 농업 + $city[agri]/$city[agri2] + 상업 + $city[comm]/$city[comm2] + 치안 + $city[secu]/$city[secu2] + 수비 + $city[def]/$city[def2] + 성벽 + $city[wall]/$city[wall2] + + + 민심 + $city[rate] + 시세 + {$city[trade]}% + 인구 + ".round($city[pop]/$city[pop2]*100, 2)." % + 태수 + ";echo $gen1[name]==''?"-":"$gen1[name]";echo " + 군사 + ";echo $gen2[name]==''?"-":"$gen2[name]";echo " + 시중 + ";echo $gen3[name]==''?"-":"$gen3[name]";echo " + + + 장수 + "; + $query = "select name from general where city='$city[city]' and nation='$city[nation]'"; // 장수 목록 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + if($gencount == 0) echo "-"; + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($genresult); + echo "$general[name], "; + } + echo " + + +"; + +$query = "select npc,mode,no,picture,imgsvr,name,injury,leader,power,intel,level,nation,crewtype,crew,train,atmos,term,turn0,turn1,turn2,turn3,turn4 from general where city='$city[city]' order by dedication desc"; // 장수 목록 +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($genresult); + +$query = "select nation,level,name from nation"; // 국가 이름 목록 +$nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nationcount = MYDB_num_rows($nationresult); + +for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + $nationname[$nation[nation]] = $nation[name]; + $nationlevel[$nation[nation]] = $nation[level]; +} + +if($gencount != 0) { + echo " +
+ + + + + + + + + + + + + + + "; +} + +for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + + if($general[level] == 12) { + $lbonus = $nationlevel[$general[nation]] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nationlevel[$general[nation]]; + } else { + $lbonus = 0; + } + if($lbonus > 0) { + $lbonus = "+{$lbonus}"; + } else { + $lbonus = ""; + } + + if($general[injury] > 0) { + $leader = floor($general[leader] * (100 - $general[injury])/100); + $power = floor($general[power] * (100 - $general[injury])/100); + $intel = floor($general[intel] * (100 - $general[injury])/100); + $leader = "{$leader}{$lbonus}"; + $power = "{$power}"; + $intel = "{$intel}"; + } else { + $leader = "{$general[leader]}{$lbonus}"; + $power = "{$general[power]}"; + $intel = "{$general[intel]}"; + } + + if($general[npc] >= 2) { $general[name] = "{$general[name]}"; } + elseif($general[npc] == 1) { $general[name] = "{$general[name]}"; } + $imageTemp = GetImageURL($general[imgsvr]); + echo " + + + + + + + "; + //아국장수이거나 보는 사람이 운영자일때 보여줌 + if(($general[nation] != 0 && $general[nation] == $myNation[nation]) || $me[userlevel] >= 5) { + switch($general[mode]) { + case 0: $mode = "×"; break; + case 1: $mode = "○"; break; + case 2: $mode = "◎"; break; + } + + echo " + + + + + "; + if($general[npc] >= 2) { + echo " + + + + + + + + + + + + "; +} +?> +
얼 굴이 름통솔무력지력관 직병 종병 사훈련사기명 령
$general[name]$leader$power$intel".getLevel($general[level])."$mode".getTypename($general[crewtype])."$general[crew]$general[train]$general[atmos]NPC 장수"; + } else { + echo " + + "; + $turn = getTurn($connect, $general, 1); + + for($i=0; $i < 5; $i++) { + $k = $i+1; + echo " +   $k : $turn[$i]
"; + } + echo " +
"; + } + } elseif($general[nation] != 0) { + echo " +
??$general[crew]??【{$nationname[$general[nation]]}】 장수"; + } else { + echo " + ??$general[crew]??  재 야"; + } + + echo " +
+ + + + +
+ + + + diff --git a/che_close/b_dipcenter.php b/che_close/b_dipcenter.php new file mode 100644 index 00000000..375e214e --- /dev/null +++ b/che_close/b_dipcenter.php @@ -0,0 +1,298 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +if($me[level] == 0 || ($me[level] == 1 && $me[belong] < $nation[secretlimit])) { + echo "수뇌부가 아니거나 사관년도가 부족합니다."; + exit(); +} + +if($me[level] >= 5) { $btn = "submit"; $read = ""; } +else { $btn = "hidden"; $read = "readonly"; } + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + +내무부 + + + + + + + +
내 무 부
+ + + + + + + + + + + + + + + + + + + + + + "; + + continue; + } + + $query = "select state,term,fixed,reserved,showing from diplomacy where me='$me[nation]' and you='$nation[nation]'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result2); + + $query = "select reserved,showing from diplomacy where you='$me[nation]' and me='$nation[nation]'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip2 = MYDB_fetch_array($result2); + //속령수 + $query = "select city from city where nation='$nation[nation]'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result2); + switch($dip[state]) { + case 0: $state = "교 전"; break; + case 1: $state = "선포중"; break; + case 2: $state = "통 상"; break; + case 3: $state = "통합수락중"; break; + case 4: $state = "통합제의중"; break; + case 5: $state = "합병수락중"; break; + case 6: $state = "합병제의중"; break; + case 7: $state = "불가침"; break; + } + + $term = $admin[year] * 12 + $admin[month] + $dip[term]; + $year = floor($term / 12); + $month = $term % 12; + + if($month == 0) { + $month = 12; + $year--; + } + + $date = date('Y-m-d H:i:s'); + $note = ""; + if($dip[fixed] != "") { + if($dip[state] == 7) { + $note .= $dip[fixed]; + } else { + $note .= "{$dip[fixed]}"; + } + if($dip[reserved] != "" || $dip2[reserved] != "") { + $note .= "
"; + } + } + if($dip[showing] >= $date) { + if($dip[reserved] != "") { + $note .= "아국측 제의: ".$dip[reserved]; + if($dip2[reserved] != "") { + $note .= "
"; + } + } + } + if($dip2[showing] >= $date) { + if($dip2[reserved] != "") { + $note .= "상대측 제의: ".$dip2[reserved]; + } + } + if($note == "") { $note = " "; } + + echo " + + + + + + "; + if($dip[term] != 0) { + echo" + + "; + } else { + echo" + + "; + } + echo " + + "; +} +echo " +
외 교 관 계
국 가 명국력장수속령상태기간종 료 시 점비 고
$nation[name]$nation[power]$nation[gennum]$citycount----
$nation[name]$nation[power]$nation[gennum]$citycount$state$dip[term] 개월{$year}年 {$month}月--{$note}
+"; + +$query = "select nation,name,color,type,msg,gold,rice,bill,rate,scout,war,myset,scoutmsg,secretlimit from nation where nation='$me[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nation = MYDB_fetch_array($result); + +$query = "select gold_rate,rice_rate from game where no='1'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); +// 금 수지 +$deadIncome = getDeadIncome($connect, $nation[nation], $nation[type], $admin[gold_rate]); + +$goldincomeList = getGoldIncome($connect, $nation[nation], $nation[rate], $admin[gold_rate], $nation[type]); +$goldincome = $goldincomeList[0] + $goldincomeList[1] + $deadIncome; +$goldoutcome = getGoldOutcome($connect, $nation[nation], $nation[bill]); +$riceincomeList = getRiceIncome($connect, $nation[nation], $nation[rate], $admin[rice_rate], $nation[type]); +$riceincome = $riceincomeList[0] + $riceincomeList[1]; +$riceoutcome = getRiceOutcome($connect, $nation[nation], $nation[bill]); + + +$budgetgold = $nation[gold] + $goldincome - $goldoutcome + $deadIncome; +$budgetrice = $nation[rice] + $riceincome - $riceoutcome; +$budgetgolddiff = $goldincome - $goldoutcome + $deadIncome; +$budgetricediff = $riceincome - $riceoutcome; +if($budgetgolddiff > 0) { $budgetgolddiff = "+{$budgetgolddiff}"; } +else { $budgetgolddiff = "$budgetgolddiff"; } +if($budgetricediff > 0) { $budgetricediff = "+{$budgetricediff}"; } +else { $budgetricediff = "$budgetricediff"; } + +?> + + + + + + + + + + + + + +
국 가 방 침 & 임관 권유 메세지
국가 방침 maxlength=500 style=color:white;background-color:black;width:830; name=msg value=''> name=btn value=국가방침>
임관 권유 maxlength=500 style=color:white;background-color:black;width:830; name=scoutmsg value=''> name=btn value=임관권유>
900 x 200px 넘는 크기를 점유할 시 통보없이 제한될 수 있습니다.
예 산 & 정 책
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "; +?> + + + + + + + + + + + + + + + +
자금 예산병량 예산
현 재   $nation[gold]현 재   $nation[rice]
단기수입   +$deadIncome둔전수입   +$riceincomeList[1]
세 금   +$goldincomeList[0]세 곡   +$riceincomeList[0]
수입 / 지출   +$goldincome / -$goldoutcome수입 / 지출   +$riceincome / -$riceoutcome
국고 예산   {$budgetgold} ({$budgetgolddiff})병량 예산   {$budgetrice} ({$budgetricediff})
세율 (5 ~ 30%)    name=rate style=text-align:right;color:white;background-color:black; size=3 maxlength=3 value=>% name=btn value=세율>봉급 지급율 (20 ~ 200%)    name=bill style=text-align:right;color:white;background-color:black; size=3 maxlength=3 value=>% name=btn value=지급율>
기밀 권한 (1 ~ 99년)    name=secretlimit style=text-align:right;color:white;background-color:black; size=3 maxlength=3 value=>년 name=btn value=기밀권한>임관&전쟁 변경 가능
+ 0) { + if($nation[scout] == 0) { + echo " + "; + } else { + echo " + "; + } + + if($nation[war] == 0) { + echo " + "; + } else { + echo " + "; + } +} +?> +
+
기밀 권한이란, 암행부를 열람할 수 있는 일반 장수의 최소 사관 년수를 의미합니다.
+ + + +
+ + + diff --git a/che_close/b_diplomacy.php b/che_close/b_diplomacy.php new file mode 100644 index 00000000..a02df07b --- /dev/null +++ b/che_close/b_diplomacy.php @@ -0,0 +1,222 @@ +0 order by power desc"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$nationcount = MYDB_num_rows($result); + +$nationStr = ""; +for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select city from city where nation='$nation[nation]'"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + $nationnum[count($nationnum)] = $nation[nation]; + $nationname[$nation[nation]] = $nation[name]; + $nationcolor[$nation[nation]] = $nation[color]; + + $nationStr .= " $nation[name]
"; + $powerStr .= "국력 $nation[power]
"; + $genStr .= "장수 $nation[gennum]
"; + $cityStr .= "속령 $citycount
"; +} + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + + +중원정보 + + + + + + + +
중 원 정 보
+
+ + + + "; + +if($nationcount != 0) { + $width = floor(888 / $nationcount); +} + +for($i=0; $i < $nationcount; $i++) { + echo " + "; +} +echo " + "; + +for($i=0; $i < $nationcount; $i++) { + $query = "select you,state from diplomacy where me='$nationnum[$i]'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount2 = MYDB_num_rows($dipresult); + for($k=0; $k < $nationcount2; $k++) { + $dip = MYDB_fetch_array($dipresult); + $state[$dip[you]] = $dip[state]; + } + echo " + + "; + + for($k=0; $k < $nationcount; $k++) { + if($i == $k) { + $str = "\"; + } else { + switch($state[$nationnum[$k]]) { + case 0: $str = ""; break; + case 1: $str = ""; break; + case 2: + if($nationnum[$i] == $me[nation] || $nationnum[$k] == $me[nation] || $me[userlevel] >= 4) { $str = "ㆍ"; } + else { $str = "?"; } +// $str = "ㆍ"; + break; + case 3: $str = ""; break; + case 4: $str = ""; break; + case 5: $str = ""; break; + case 6: $str = ""; break; + case 7: + if($nationnum[$i] == $me[nation] || $nationnum[$k] == $me[nation] || $me[userlevel] >= 4) { $str = "@"; } + else { $str = "?"; } +// $str = "@"; + break; + } + } + + if($nationnum[$i] == $me[nation] || $nationnum[$k] == $me[nation]) { $backcolor = "style=background-color:$_basecolor3;"; } + else { $backcolor = ""; } + + echo " + "; + } + echo " + +"; +} +?> + +
align=center bgcolor=blue>외 교 현 황
 {$nationname[$nationnum[$i]]}
{$nationname[$nationnum[$i]]}$str
align=center>불가침 : @, 통합 : , 합병 : , 통상 : ㆍ, 선포 : , 교전 :
+ + + "; +} + +for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($result); + + if($city[conflict] != "") { + $nation = explode("|", $city[conflict]); + $killnum = explode("|", $city[conflict2]); + + $seq = mySort($killnum); // 큰 순서대로 순서를 구한다. + + $sum = 0; + for($k=0; $k < count($killnum); $k++) { + $sum += $killnum[$k]; + } + echo " + + + + + "; + } +} + +function mySort($killnum) { + for($i=0; $i < count($killnum); $i++) { + $seq[$i] = $i; + } + for($i=0; $i < count($killnum); $i++) { + $max = 0; + for($k=0; $k < count($killnum); $k++) { + if($max < $killnum[$k]) { + $max = $killnum[$k]; + $index = $k; + } + } + $seq[$i] = $index; + $killnum[$index] = 0; + } + return $seq; +} + +echo " +
분 쟁 현 황
$city[name]"; + for($k=0; $k < count($nation); $k++) { + $per = 100*$killnum[$seq[$k]] / $sum; + $graph1 = $per / 100 * 798; + $per = round($per, 1); + echo " + + + + + + + +
{$nationname[$nation[$seq[$k]]]} {$per}% 
"; + } + echo " +
+
"; + +echo " + + + + + + + + + + + +
중 원 지 도
+ + $nationStr$powerStr$genStr$cityStr
+
"; +?> + + + + +
+ + + diff --git a/che_close/b_genList.php b/che_close/b_genList.php new file mode 100644 index 00000000..6330020f --- /dev/null +++ b/che_close/b_genList.php @@ -0,0 +1,199 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +if($me[level] == 0 || ($me[level] == 1 && $me[belong] < $nation[secretlimit])) { + echo "수뇌부가 아니거나 사관년도가 부족합니다."; + exit(); +} + +if($type == 0) { + $type = 7; +} +$sel[$type] = "selected"; + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + + +암행부 + + + + + + + + +
암 행 부
정렬순서 : + +
+
+ + + 이 름 + 통무지 + 부 대 + 자 금 + 군 량 + 도시 + 守 + 병 종 + 병 사 + 훈련 + 사기 + 명 령 + 삭턴 + 턴 + "; +for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $city = $cityname[$general[city]]; + $troop = $troopName[$general[troop]] == "" ? "-" : $troopName[$general[troop]]; + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + if($lbonus > 0) { + $lbonus = "+{$lbonus}"; + } else { + $lbonus = ""; + } + + if($general[injury] > 0) { + $leader = floor($general[leader] * (100 - $general[injury])/100); + $power = floor($general[power] * (100 - $general[injury])/100); + $intel = floor($general[intel] * (100 - $general[injury])/100); + $leader = "{$leader}{$lbonus}"; + $power = "{$power}"; + $intel = "{$intel}"; + } else { + $leader = "{$general[leader]}{$lbonus}"; + $power = "{$general[power]}"; + $intel = "{$general[intel]}"; + } + + if($general[npc] >= 2) { $name = "$general[name]"; } + elseif($general[npc] == 1) { $name = "$general[name]"; } + else { $name = "$general[name]"; } + + switch($general[mode]) { + case 0: $mode = "×"; break; + case 1: $mode = "○"; break; + case 2: $mode = "◎"; break; + } + + echo " + + $name
Lv ".getExpLevel($general[experience])." + {$leader}∥{$power}∥{$intel} + $troop + $general[gold] + $general[rice] + $city + $mode + ".getTypename($general[crewtype])." + $general[crew] + $general[train] + $general[atmos]"; + if($general[npc] >= 2) { + echo " + + NPC 장수"; + } else { + echo " + + "; + $turn = getTurn($connect, $general, 1, 0); + + for($i=0; $i < 5; $i++) { + $turn[$i] = _String::SubStrForWidth($turn[$i], 0, 20); + $k = $i+1; + echo " +  $k : $turn[$i]
"; + } + } + echo " +
+ + $general[killturn] + ".substr($general[turntime],14,5)." + "; +} +echo " + +"; + +MYDB_close($connect); +?> + + + + +
+ + + diff --git a/che_close/b_myBossInfo.php b/che_close/b_myBossInfo.php new file mode 100644 index 00000000..92c7e390 --- /dev/null +++ b/che_close/b_myBossInfo.php @@ -0,0 +1,503 @@ + + + + + +인사부 + + + + + + + + +
인 사 부
+
+ += 5) { $btn = "submit"; } +else { $btn = "hidden"; } + +$query = "select name,level,picture,imgsvr,belong from general where nation='$nation[nation]' and level>={$lv} order by level desc"; +$genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=12; $i >= $lv; $i--) { + $levels = MYDB_fetch_array($genresult); + $level[$levels[level]] = $levels; +} + +$query = "select name,picture,killnum from general where nation='$nation[nation]' order by killnum desc limit 5"; // 오호장군 +$tigerresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +$query = "select name,picture,firenum from general where nation='$nation[nation]' order by firenum desc limit 7"; // 건안칠자 +$eagleresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +echo " + + + + +"; +for($i=12; $i >= $lv; $i-=2) { + $i1 = $i; $i2 = $i - 1; + $imageTemp1 = GetImageURL($level[$i1][imgsvr]); + $imageTemp2 = GetImageURL($level[$i2][imgsvr]); + echo " + + + + + + + + + "; +} + +echo " + + + + + + + + +
+ 【 $nation[name] 】 +
".getLevel($i1, $nation[level])." ";echo $level[$i1][name]==''?"-":$level[$i1][name]; echo " ({$level[$i1][belong]}년)".getLevel($i2, $nation[level])." ";echo $level[$i2][name]==''?"-":$level[$i2][name]; echo " ({$level[$i2][belong]}년)
오호장군【승전】 +"; + +$tigernum = MYDB_num_rows($tigerresult); +for($i=0; $i < $tigernum; $i++) { + $tiger = MYDB_fetch_array($tigerresult); + + if($tiger[killnum] > 0) { + echo "{$tiger[name]}【{$tiger[killnum]}】, "; + } +} + +echo " +
건안칠자【계략】 +"; + +$eaglenum = MYDB_num_rows($eagleresult); +for($i=0; $i < $eaglenum; $i++) { + $eagle = MYDB_fetch_array($eagleresult); + + if($eagle[firenum] > 0) { + echo "{$eagle[name]}【{$eagle[firenum]}】, "; + } +} + +echo " +
+ + + + + + + + + +
추 방
대상 장수 +"; + +if($meLevel >= 5 && $nation["l{$meLevel}set"] == 0) { + echo " + + "; +} + +$query = "select name,city from general where nation='$me[nation]' and level=12"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$general = MYDB_fetch_array($result); +echo " +
+ + + + + + + + + + + +"; + +$querys[10] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and power>='$_goodgenpower' order by npc,binary(name)"; +$querys[9] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and intel>='$_goodgenintel' order by npc,binary(name)"; +$querys[8] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and power>='$_goodgenpower' order by npc,binary(name)"; +$querys[7] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and intel>='$_goodgenintel' order by npc,binary(name)"; +$querys[6] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and power>='$_goodgenpower' order by npc,binary(name)"; +$querys[5] = "select no,name,level,city from general where nation='$me[nation]' and level!='12' and intel>='$_goodgenintel' order by npc,binary(name)"; + +for($i=10; $i >= $lv; $i--) { + if($i % 2 == 0) { echo ""; } + echo " + + + "; + if($i % 2 == 1) { echo ""; } +} +echo " + +
수 뇌 부 임 명
".getLevel(12, $nation[level])."{$general[name]} 【{$cityNames[$general[city]]}】".getLevel(11, $nation[level])."
+"; + +if($meLevel >= 5 && $nation[l11set] == 0) { + echo " + + + "; +} else { + $query = "select name,city from general where nation='$me[nation]' and level='11'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + echo "{$general[name]} 【{$cityNames[$general[city]]}】"; +} +echo " +
".getLevel($i, $nation[level])."
+ "; + + if($meLevel >= 5 && $nation["l{$i}set"] == 0) { + echo " + + + "; + } else { + $query = "select name,city from general where nation='$me[nation]' and level={$i}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + echo "{$general[name]} 【{$cityNames[$general[city]]}】"; + } + echo "
빨간색은 현재 임명중인 장수, 노란색은 다른 관직에 임명된 장수, 하얀색은 일반 장수를 뜻합니다.
+ + +"; +if($meLevel >= 5) { + echo " + + + + + + + + + + + + + + + + + + + + + "; +} +echo " + + + + + + +"; + +$citylevel[1] = "수"; +$citylevel[2] = "진"; +$citylevel[3] = "관"; +$citylevel[4] = "이"; +$citylevel[5] = "소"; +$citylevel[6] = "중"; +$citylevel[7] = "대"; +$citylevel[8] = "특"; + +$query = "select city,name,gen1,gen2,gen3,level,region,gen1set,gen2set,gen3set from city where nation='$nation[nation]' order by region,level desc,binary(name)"; // 도시 이름 목록 +$cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$citycount = MYDB_num_rows($cityresult); + +$region = 0; +for($j=0; $j < $citycount; $j++) { + $city = MYDB_fetch_array($cityresult); + + $query = "select name,belong,city from general where no='$city[gen1]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($genresult); + $query = "select name,belong,city from general where no='$city[gen2]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($genresult); + $query = "select name,belong,city from general where no='$city[gen3]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen3 = MYDB_fetch_array($genresult); + + if($region != $city[region]) { + echo " + + "; + $region = $city[region]; + } + + $gen1[name] = $gen1[name]==""?"-":$gen1[name]." ({$gen1[belong]}년) 【{$cityNames[$gen1[city]]}】"; + $gen2[name] = $gen2[name]==""?"-":$gen2[name]." ({$gen2[belong]}년) 【{$cityNames[$gen2[city]]}】"; + $gen3[name] = $gen3[name]==""?"-":$gen3[name]." ({$gen3[belong]}년) 【{$cityNames[$gen3[city]]}】"; + if($city[gen1set] == 1) { $gen1[name] = "".$gen1[name].""; } + if($city[gen2set] == 1) { $gen2[name] = "".$gen2[name].""; } + if($city[gen3set] == 1) { $gen3[name] = "".$gen3[name].""; } + echo " + + + + + + + + "; +} +?> + +
도 시 관 직 임 명
태 수 임 명 + + + + +
군 사 임 명 + + + + +
시 중 임 명 + + + + +
빨간색은 현재 임명중인 장수, 노란색은 다른 관직에 임명된 장수, 하얀색은 일반 장수를 뜻합니다.
도 시태 수 (사관) 【현재도시】군 사 (사관) 【현재도시】시 중 (사관) 【현재도시】
【 ".getRegion($city[region])." 】
【{$citylevel[$city[level]]}】$city[name]  $gen1[name]$gen2[name]$gen3[name]
노란색은 변경 불가능, 하얀색은 변경 가능 관직입니다.
+
+ + + +
+ + + diff --git a/che_close/b_myCityInfo.php b/che_close/b_myCityInfo.php new file mode 100644 index 00000000..a2ad4dd4 --- /dev/null +++ b/che_close/b_myCityInfo.php @@ -0,0 +1,173 @@ + + + + + +세력도시 + + + + + + + + +
세 력 도 시
정렬순서 : + +
+
+[{$city[name]}]
"; } + $query = "select name from general where no='$city[gen1]'"; // 태수 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($genresult); + + $query = "select name from general where no='$city[gen2]'"; // 군사 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($genresult); + + $query = "select name from general where no='$city[gen3]'"; // 시중 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen3 = MYDB_fetch_array($genresult); + + if($type == 10 && $city[region] != $region) { + echo "
"; + $region = $city[region]; + } elseif($type == 11 && $city[level] != $level) { + echo "
"; + $level = $city[level]; + } + + if($city[trade] == 0) { + $city[trade] = "- "; + } + + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【 ".getRegion($city[region])." | ".getCityLevel($city[level])." 】 {$city[name]}
주민$city[pop]/$city[pop2]농업$city[agri]/$city[agri2]상업$city[comm]/$city[comm2]치안$city[secu]/$city[secu2]수비$city[def]/$city[def2]성벽$city[wall]/$city[wall2]
민심$city[rate]시세{$city[trade]}%인구".round($city[pop]/$city[pop2]*100, 2)." %태수";echo $gen1[name]==''?"-":"$gen1[name]";echo "군사";echo $gen2[name]==''?"-":"$gen2[name]";echo "시중";echo $gen3[name]==''?"-":"$gen3[name]";echo "
장수"; + $query = "select npc,name from general where city='$city[city]' and nation='$me[nation]'"; // 장수 목록 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + if($gencount == 0) echo "-"; + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($genresult); + if($general[npc] >= 2) { echo "{$general[name]}, "; } + elseif($general[npc] == 1) { echo "{$general[name]}, "; } + else { echo "$general[name], "; } + } + echo " +
+"; +} +?> + + + + +
+ + + + + diff --git a/che_close/b_myGenInfo.php b/che_close/b_myGenInfo.php new file mode 100644 index 00000000..f4d0b4eb --- /dev/null +++ b/che_close/b_myGenInfo.php @@ -0,0 +1,173 @@ + + + + + +세력장수 + + + + + + + + +
세 력 장 수
정렬순서 : + +
+
+ + + 얼 굴 + 이 름 + 관 직 + 계 급 + 명 성 + 봉 록 + 통솔 + 무력 + 지력 + 자 금 + 군 량 + 성 격 + 특 기 + 사 관 + 벌점 + "; +for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + if($lbonus > 0) { + $lbonus = "+{$lbonus}"; + } else { + $lbonus = ""; + } + + if($general[injury] > 0) { + $leader = floor($general[leader] * (100 - $general[injury])/100); + $power = floor($general[power] * (100 - $general[injury])/100); + $intel = floor($general[intel] * (100 - $general[injury])/100); + $leader = "{$leader}{$lbonus}"; + $power = "{$power}"; + $intel = "{$intel}"; + } else { + $leader = "{$general[leader]}{$lbonus}"; + $power = "{$general[power]}"; + $intel = "{$general[intel]}"; + } + + if($general[npc] >= 2) { $name = "$general[name]"; } + elseif($general[npc] == 1) { $name = "$general[name]"; } + else { $name = "$general[name]"; } + + $imageTemp = GetImageURL($general[imgsvr]); + echo " + + 0?" background={$imageTemp}/{$general[picture]}":""; echo " height=64> + $name + "; echo getLevel($general[level], $nation[level]); echo " + ".getDed($general[dedication])." + ".getHonor($general[experience])." + ".getBill($general[dedication])." + $leader + $power + $intel + $general[gold] + $general[rice] + ".getGenChar($general[personal])." + ".getGenSpecial($general[special])." / ".getGenSpecial($general[special2])." + $general[belong] + $general[connect]"; echo "
(".getConnect($general[connect]).") + "; +} + echo " + +"; + +?> + + + + +
+ + + + + diff --git a/che_close/b_myKingdomInfo.php b/che_close/b_myKingdomInfo.php new file mode 100644 index 00000000..8bdd50d3 --- /dev/null +++ b/che_close/b_myKingdomInfo.php @@ -0,0 +1,156 @@ + + + + + +세력정보 + + + + + + + +
세 력 정 보
+
+[{$city[name]}]
"; } + else { $cityname[$j] = $city[name]; } + $totalpop += $city[pop]; + $maxpop += $city[pop2]; +} + +$query = "select sum(crew) as totcrew,sum(leader)*100 as maxcrew from general where nation='$nation[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$general = MYDB_fetch_array($result); + +$query = "select gold_rate,rice_rate from game where no='1'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); +// 금 수지 +$deadIncome = getDeadIncome($connect, $nation[nation], $nation[type], $admin[gold_rate]); + +$goldincomeList = getGoldIncome($connect, $nation[nation], $nation[rate], $admin[gold_rate], $nation[type]); +$goldincome = $goldincomeList[0] + $goldincomeList[1] + $deadIncome; +$goldoutcome = getGoldOutcome($connect, $nation[nation], $nation[bill]); +$riceincomeList = getRiceIncome($connect, $nation[nation], $nation[rate], $admin[rice_rate], $nation[type]); +$riceincome = $riceincomeList[0] + $riceincomeList[1]; +$riceoutcome = getRiceOutcome($connect, $nation[nation], $nation[bill]); + + +$budgetgold = $nation[gold] + $goldincome - $goldoutcome + $deadIncome; +$budgetrice = $nation[rice] + $riceincome - $riceoutcome; +$budgetgolddiff = $goldincome - $goldoutcome + $deadIncome; +$budgetricediff = $riceincome - $riceoutcome; +if($budgetgolddiff > 0) { $budgetgolddiff = "+{$budgetgolddiff}"; } +else { $budgetgolddiff = "$budgetgolddiff"; } +if($budgetricediff > 0) { $budgetricediff = "+{$budgetricediff}"; } +else { $budgetricediff = "$budgetricediff"; } + +echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【 ";echo $me[nation]==0?"공 백 지":"$nation[name]";echo " 】
총주민{$totalpop}/{$maxpop}총병사{$general[totcrew]}/{$general[maxcrew]}국 력$nation[power]
국 고"; echo $nation[gold]==0?"-":"$nation[gold]"; echo "병 량"; echo $nation[rice]==0?"-":"$nation[rice]"; echo "세 율"; echo $me[nation]==0?"해당 없음":"$nation[rate] %"; echo "
세금/단기+$goldincomeList[0] / +$deadIncome세곡/둔전+$riceincomeList[0] / +$riceincomeList[1]지급율"; echo $me[nation]==0?"해당 없음":"$nation[bill] %"; echo "
수입/지출+$goldincome / -$goldoutcome수입/지출+$riceincome / -$riceoutcome속 령$citycount장 수$nation[gennum]
국고 예산{$budgetgold} ({$budgetgolddiff})병량 예산{$budgetrice} ({$budgetricediff})기술력$nation[tech]작 위".getNationLevel($nation[level])."
속령일람 :"; +for($j=0; $j < $citycount; $j++) { + echo "$cityname[$j], "; +} +echo" +
국가열전".ConvertLog($nation[history], $me[skin])."
+
"; + +?> + + + + +
+ + + + + diff --git a/che_close/b_myPage.php b/che_close/b_myPage.php new file mode 100644 index 00000000..54fa28bc --- /dev/null +++ b/che_close/b_myPage.php @@ -0,0 +1,139 @@ + 0) { + $submit = 'submit'; +} else { + $submit = 'hidden'; +} + +if($btn == "설정저장" && $me['myset'] > 0) { + if($me['myset'] > 1) { + $submit = 'submit'; + } else { + $submit = 'hidden'; + } + + $query = "update general set myset=myset-1,map='$map',mode='$mode',skin='$skin',tnmt='$tnmt' where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +$query = "select no,skin,map,mode,tnmt,myset from general where user_id='$_SESSION[p_id]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$me = MYDB_fetch_array($result); + +if($me[skin] < 1) { + $tempColor = $_basecolor; $tempColor2 = $_basecolor2; $tempColor3 = $_basecolor3; $tempColor4 = $_basecolor4; + $_basecolor = "000000"; $_basecolor2 = "000000"; $_basecolor3 = "000000"; $_basecolor4 = "000000"; +} +?> + + + +내정보 + type=text/css> + + + + + + + +
내 정 보
+ + + + + + + + + + + + + + + + + + + + + +
+ + + +
+     스킨 【 +

+     지도수준 【 + >상세 + >간단 + >생략 + 】

+     토너먼트 【 + >수동참여 + >자동참여 + 】
+     ∞개막직전 남는자리가 있을경우 랜덤하게 참여합니다.

+     수비 【 + >◎(훈사80) + >○(훈사60) + >× + 】

+      name=btn style=background-color:;color:white;width:160;height:30;font-size:13; value=설정저장>
+     ∞설정저장은 이달중 회 남았습니다.

+
+     휴 가 신 청
+     ;color:white;width:160;height:30;font-size:13; value=휴가신청 onclick='go(0)'> +
개인 기록전투 기록
+ + + +
장수 열전전투 결과
+ + + +
+ + + +
+ + + + diff --git a/che_close/b_nationboard.php b/che_close/b_nationboard.php new file mode 100644 index 00000000..9ea9dac2 --- /dev/null +++ b/che_close/b_nationboard.php @@ -0,0 +1,66 @@ + + + +회의실 + + + + + + + + + + + + + +
회 의 실
+ 제목 +
+
+ + +
+
+ + + + + +
+ + + + diff --git a/che_close/b_nationrule.php b/che_close/b_nationrule.php new file mode 100644 index 00000000..f57a4303 --- /dev/null +++ b/che_close/b_nationrule.php @@ -0,0 +1,50 @@ + + + +국법 + + + + + + + + + + + +
국 법
+ += 5) { + echo " +
+
+ +
"; +} else { + echo " +
"; +} + +?> +
+ + + + diff --git a/che_close/b_tournament.php b/che_close/b_tournament.php new file mode 100644 index 00000000..b495dcf3 --- /dev/null +++ b/che_close/b_tournament.php @@ -0,0 +1,405 @@ += 2) { printLimitMsg($me[turntime]); exit(); } + +switch($admin[tnmt_type]) { +case 0: $tnmt_type = "전력전"; $tp = "tot"; $tp2 = "종합"; $tp3 = "total"; break; +case 1: $tnmt_type = "통솔전"; $tp = "ldr"; $tp2 = "통솔"; $tp3 = "leader"; break; +case 2: $tnmt_type = "일기토"; $tp = "pwr"; $tp2 = "무력"; $tp3 = "power"; break; +case 3: $tnmt_type = "설전"; $tp = "itl"; $tp2 = "지력"; $tp3 = "intel"; break; +} + +?> + + + + +토너먼트 + + + + + + + +
삼모전 토너먼트
+ += 5) { + echo " + + + +"; +} elseif($me[no] > 0 && $me[tournament] == 0 && $admin[tournament] == 1) { + echo ""; +} else { + echo ""; +} + +$str1 = getTournament($admin[tournament]); +$str2 = getTournamentTime($connect); +$str3 = getTournamentTerm($connect); +?> + + + + + + + "; + +if($admin[tournament] >= 7 || $admin[tournament] == 0) { printFighting($admin[tournament], $admin[phase]); } +echo " + + + "; + +$num = Array("一", "二", "三", "四", "五", "六", "七", "八"); + +for($i=0; $i < 8; $i++) { + $grp = $i + 10; + echo " + "; +} +echo ""; +if($admin[tournament] == 4 || $admin[tournament] == 5) { printFighting($admin[tournament], $admin[phase]); } +echo " + + "; + +for($i=0; $i < 8; $i++) { + $grp = $i; + echo " + "; +} + +if($admin[tournament] == 2 || $admin[tournament] == 3) { printFighting($admin[tournament], $admin[phase]); } + +?> + + +
+ "; + + switch($admin[tnmt_trig]) { + case 0: $sel[0] = "selected"; break; + case 1: $sel[1] = "selected"; break; + case 2: $sel[2] = "selected"; break; + case 3: $sel[3] = "selected"; break; + case 4: $sel[4] = "selected"; break; + case 5: $sel[5] = "selected"; break; + case 6: $sel[6] = "selected"; break; + case 7: $sel[7] = "selected"; break; + } + + if($admin[tournament] == 0) { + echo " + + + + + + + "; } + else { + echo ""; + } + + switch($admin[tournament]) { + case 1: + echo " + + + + + + + + + + + "; + break; + case 2: echo ""; break; + case 3: echo ""; break; + case 4: echo ""; break; + case 5: echo ""; break; + case 6: echo ""; break; + case 7: echo ""; break; + case 8: echo ""; break; + case 9: echo ""; break; + case 10: echo ""; break; + } + + echo " +
운영자 메세지 :
()
16강 승자전
+ + "; + +$query = "select npc,name,win from tournament where grp>=60 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 1; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=50 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 1; $i++) { $cent[$i] = ""; } +for($i=0; $i < 2; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 1; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 2; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=40 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 2; $i++) { $cent[$i] = ""; } +for($i=0; $i < 4; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 2; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━━━━━━━━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━━━━━━━━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 4; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=30 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 4; $i++) { $cent[$i] = ""; } +for($i=0; $i < 8; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 4; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━━━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━━━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 8; $i++) { + echo ""; +} + +echo " + + "; + +$query = "select npc,name,win from tournament where grp>=20 order by grp, grp_no"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +for($i=0; $i < 8; $i++) { $cent[$i] = ""; } +for($i=0; $i < 16; $i++) { + $general = MYDB_fetch_array($result); + if($general[name] == "") { $general[name] = "-"; } + if($general[npc] >= 2) { $general[name] = "".$general[name].""; } + elseif($general[npc] == 1) { $general[name] = "".$general[name].""; } + if($general[win] > 0) { $line[$i] = ""; $cent[floor($i/2)] = ""; } + else { $line[$i] = ""; } + $gen[$i] = $general[name]; +} +for($i=0; $i < 8; $i++) { + $cent[$i] = $cent[$i]."┻".""; + $line[$i*2] = $line[$i*2]."┏━━━━".""; + $line[$i*2+1] = $line[$i*2+1]."━━━━┓".""; + echo ""; +} +echo " + + "; + +for($i=0; $i < 16; $i++) { + echo ""; +} + +echo" + "; + +$query = "select tournament,bet0,bet1,bet2,bet3,bet4,bet5,bet6,bet7,bet8,bet9,bet10,bet11,bet12,bet13,bet14,bet15,bet0+bet1+bet2+bet3+bet4+bet5+bet6+bet7+bet8+bet9+bet10+bet11+bet12+bet13+bet14+bet15 as bet from game where no=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$betting = MYDB_fetch_array($result); +for($i=0; $i < 16; $i++) { + $bet[$i] = @round($betting[bet] / $betting["bet{$i}"], 2); + if($bet[$i] == 0) { $bet[$i] = "∞"; } +} + +echo " + "; + +for($i=0; $i < 16; $i++) { + echo ""; +} + +echo " + + + +
{$general[name]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$line[$i*2]}{$cent[$i]}{$line[$i*2+1]}
{$gen[$i]}
{$bet[$i]}
배당률이 낮을수록 베팅된 금액이 많고 유저들이 우승후보로 많이 선택한 장수입니다.
+
조별 본선 순위
+ + + "; + + $query = "select npc,name,ldr,pwr,itl,ldr+pwr+itl as tot,prmt,win+draw+lose as game,win,draw,lose,gl,win*3+draw as gd from tournament where grp='$grp' order by gd desc, gl desc, seq"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($k=1; $k <= 4; $k++) { + $general = MYDB_fetch_array($result); + printRow($k, $general[npc], $general[name], $general[$tp], $general[game], $general[win], $general[draw], $general[lose], $general[gd], $general[gl], $general[prmt]); + } + echo " +
{$num[$i]}조
장수{$tp2}
+
조별 예선 순위
+ + + "; + + $query = "select npc,name,ldr,pwr,itl,ldr+pwr+itl as tot,prmt,win+draw+lose as game,win,draw,lose,gl,win*3+draw as gd from tournament where grp='$grp' order by gd desc, gl desc, seq"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($k=1; $k <= 8; $k++) { + $general = MYDB_fetch_array($result); + printRow($k, $general[npc], $general[name], $general[$tp], $general[game], $general[win], $general[draw], $general[lose], $general[gd], $general[gl], $general[prmt]); + } + echo " +
{$num[$i]}조
장수{$tp2}
+
+ +ㆍ예선은 홈&어웨이 풀리그로 진행됩니다. (총 14경기)
+ㆍ상위 4명이 본선에 진출하게 되며 조추첨을 통해 조가 배정됩니다.
+ㆍ각 조1위가 시드1로 랜덤하게 조에 배정되며, 역시 각 조2위가 시드2로 랜덤하게 조에 배정됩니다.
+ㆍ그후 남은 3, 4위는 완전 랜덤하게 모든 조에 랜덤하게 배정됩니다.
+ㆍ본선은 개인당 3경기를 치르게 되며 승점(승3, 무1, 패0), 득실, 참가순서(시드)에 따라 순위를 매깁니다.
+ㆍ각 조 1, 2위는 16강에 지정된 위치에 배정됩니다.
+ㆍ16강부터는 1경기 토너먼트로 진행됩니다.
+ㆍ참가비는 금20~140이며, 성적에 따라 금과 약간의 명성이 포상으로 주어집니다.
+ㆍ16강자 100, 8강자 300, 4강자 600, 준우승자 1200, 우승자 2000 (220년 기준)
+ㆍ즐거운 삼토! +
+
+ + + +
+ + + diff --git a/che_close/b_troop.php b/che_close/b_troop.php new file mode 100644 index 00000000..277bff41 --- /dev/null +++ b/che_close/b_troop.php @@ -0,0 +1,161 @@ + + + + +부대편성 + + + + + + + +
부 대 편 성
+
+ + + + + + + + +"; + } else { + $turn .= " $m : ∼
"; + } + } + } + } + $genlist .= "({$gencount}명)"; + + if($me[troop] == 0) { + echo " + + + + + + + + + + + + + + + + + +
선 택부 대 정 보부 대 장장 수부대장행동
$troop[name]
【 $cityname 】
 $genlist$turn
【턴】".substr($turntime, 14)."$name
"; + } else { + echo " +
 $troop[name]
【 $cityname 】
 $genlist"; + + if($troop[no] == $me[no]) { + $query = "select no,name from general where troop='$troop[troop]' and no!='$me[no]' order by binary(name)"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($genresult); + echo " +
+ "; + } else { + echo $turn; + } + + echo " +
【턴】".substr($turntime, 14)."$name
"; + } +} + +if($me[troop] == 0) { + echo" +"; +} else { + echo" +"; +} + +echo " +
+
"; + +echo " + + + + "; +if($me[troop] == 0) { + echo " + "; +} else { + echo " + "; +} +echo " + +
부 대 명
"; + +MYDB_close($connect); +?> + + + +
+
+ + + + diff --git a/che_close/c_auction.php b/che_close/c_auction.php new file mode 100644 index 00000000..42fbcfaf --- /dev/null +++ b/che_close/c_auction.php @@ -0,0 +1,216 @@ + 24) $term = 24; + +$valid = 1; +if($me[userlevel] >= 5 || ($me[special] != 30 && $btCount < 1) || ($me[special] == 30 && $btCount < 3)) { +} else { + $msg = "ㆍ더이상 등록할 수 없습니다."; + $msg2 = "ㆍ더이상 등록할 수 없습니다."; + $valid = 0; + $btn = "hidden"; +} + +if($btn == "판매") { + if($stuff != 0) { + $msg = "ㆍ현재 쌀만 거래 가능합니다."; + $valid = 0; + } + if($term < 0 || $term > 24) { + $msg = "ㆍ종료기한은 1 ~ 24 턴 이어야 합니다."; + $valid = 0; + } + if($amount < 100 || $amount > 10000) { + $msg = "ㆍ거래량은 100 ~ 10000 이어야 합니다."; + $valid = 0; + } + if($cost > $amount * 2 || $cost * 2 < $amount) { + $msg = "ㆍ시작판매가는 50% ~ 200% 이어야 합니다."; + $valid = 0; + } + if($topv < $amount*1.1 || $topv > $amount * 2) { + $msg = "ㆍ즉시판매가는 110% ~ 200% 이어야 합니다."; + $valid = 0; + } + if($topv < $cost*1.1) { + $msg = "ㆍ즉시판매가는 시작판매가의 110% 이상이어야 합니다."; + $valid = 0; + } + if($amount > $me[rice] - 1000) { + $msg = "ㆍ기본 군량 1000은 거래할 수 없습니다."; + $valid = 0; + } + if($valid == 1) { + $msg = "ㆍ등록 성공."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit * $term); + $query = "insert into auction (type, no1, name1, stuff, amount, cost, value, topv, expire) values (0, '$me[no]', '$me[name]', '$stuff', '$amount', '$cost', '$cost', '$topv', '$date')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif($btn == "구매시도") { + $query = "select no2,value,topv,expire,amount from auction where no='$sel'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $auction = MYDB_fetch_array($result); + + if($value == $auction[topv]) { + $valid = 2; + } + if(!$auction) { + $msg = "ㆍ종료된 거래입니다."; + $valid = 0; + } +/* + if($stuff != 0) { + $msg = "ㆍ현재 쌀만 거래 가능합니다."; + $valid = 0; + } +*/ + if($auction[no2] > 0 && $value <= $auction[value]) { + $msg = "ㆍ현재판매가보다 높게 입찰해야 합니다."; + $valid = 0; + } + if($value < $auction[value]) { + $msg = "ㆍ현재판매가보다 높게 입찰해야 합니다."; + $valid = 0; + } + if($value > $auction[topv]) { + $msg = "ㆍ즉시판매가보다 높을 수 없습니다."; + $valid = 0; + } + if($value > $me[gold] - 1000) { + $msg = "ㆍ기본 자금 1000은 거래할 수 없습니다."; + $valid = 0; + } + if($valid == 1) { + $msg = "ㆍ입찰 성공. 거래완료는 빨라도 현재로부터 1턴 뒤입니다."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit); + if($auction[expire] > $date) $date = $auction[expire]; + $query = "update auction set value='$value',no2='$me[no]',name2='$me[name]',expire='$date' where no='$sel'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($valid == 2) { + $msg = "ㆍ즉시판매 성공. 거래완료는 빨라도 현재로부터 1턴 뒤입니다."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit); + $query = "update auction set value='$value',no2='$me[no]',name2='$me[name]',expire='$date' where no='$sel'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif($btn == "구매") { + if($stuff != 0) { + $msg2 = "ㆍ현재 쌀만 거래 가능합니다."; + $valid = 0; + } + if($term < 0 || $term > 24) { + $msg2 = "ㆍ종료기한은 1 ~ 24 턴 이어야 합니다."; + $valid = 0; + } + if($amount < 100 || $amount > 10000) { + $msg2 = "ㆍ거래량은 100 ~ 10000 이어야 합니다."; + $valid = 0; + } + if($cost > $amount * 2 || $cost * 2 < $amount) { + $msg2 = "ㆍ시작구매가는 50% ~ 200% 이어야 합니다."; + $valid = 0; + } + if($topv < $amount * 0.5 || $topv > $amount * 0.9) { + $msg2 = "ㆍ즉시구매가는 50% ~ 90% 이어야 합니다."; + $valid = 0; + } + if($topv > $cost * 0.9) { + $msg2 = "ㆍ즉시구매가는 시작구매가의 90% 이하이어야 합니다."; + $valid = 0; + } + if($cost > $me[gold] - 1000) { + $msg2 = "ㆍ기본 자금 1000은 거래할 수 없습니다."; + $valid = 0; + } + if($valid == 1) { + $msg2 = "ㆍ등록 성공."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit * $term); + $query = "insert into auction (type, no1, name1, stuff, amount, cost, value, topv, expire) values (1, '$me[no]', '$me[name]', '$stuff', '$amount', '$cost', '$cost', '$topv', '$date')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif($btn == "판매시도") { + $query = "select no2,value,topv,expire,amount from auction where no='$sel'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $auction = MYDB_fetch_array($result); + + if($value == $auction[topv]) { + $valid = 2; + } + if(!$auction) { + $msg2 = "ㆍ종료된 거래입니다."; + $valid = 0; + } + if($stuff != 0) { + $msg2 = "ㆍ현재 쌀만 거래 가능합니다."; + $valid = 0; + } + if($auction[no2] > 0 && $value >= $auction[value]) { + $msg2 = "ㆍ현재구매가보다 낮게 입찰해야 합니다."; + $valid = 0; + } + if($value > $auction[value]) { + $msg2 = "ㆍ현재구매가보다 낮게 입찰해야 합니다."; + $valid = 0; + } + if($value < $auction[topv]) { + $msg2 = "ㆍ즉시구매가보다 낮을 수 없습니다."; + $valid = 0; + } + if($value > $me[rice] - 1000) { + $msg2 = "ㆍ기본 군량 1000은 거래할 수 없습니다."; + $valid = 0; + } + if($valid == 1) { + $msg2 = "ㆍ입찰 성공. 거래완료는 빨라도 현재로부터 1턴 뒤입니다."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit); + if($auction[expire] > $date) $date = $auction[expire]; + $query = "update auction set value='$value',no2='$me[no]',name2='$me[name]',expire='$date' where no='$sel'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($valid == 2) { + $msg2 = "ㆍ즉시구매 성공. 거래완료는 빨라도 현재로부터 1턴 뒤입니다."; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit); + $query = "update auction set value='$value',no2='$me[no]',name2='$me[name]',expire='$date' where no='$sel'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +Submit("b_auction.php", $msg, $msg2); +?> diff --git a/che_close/c_betting.php b/che_close/c_betting.php new file mode 100644 index 00000000..7e4b6668 --- /dev/null +++ b/che_close/c_betting.php @@ -0,0 +1,41 @@ +location.replace('b_betting.php');"; + exit(); +} + +$query = "select gold,bet0,bet1,bet2,bet3,bet4,bet5,bet6,bet7,bet8,bet9,bet10,bet11,bet12,bet13,bet14,bet15,bet0+bet1+bet2+bet3+bet4+bet5+bet6+bet7+bet8+bet9+bet10+bet11+bet12+bet13+bet14+bet15 as bet from general where user_id='$_SESSION[p_id]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$me = MYDB_fetch_array($result); + +for($i=0; $i < 16; $i++) { + if(${"btn{$i}"} == "베팅!") { + $gold = ${"gold{$i}"}; + $mebet = $me["bet{$i}"]; + if($gold >= 10 && $gold <= 1000) { + if($gold + 500 <= $me[gold] && $gold + $mebet <= 1000 && $gold + $me[bet] <= 1000) { + $query = "update general set gold=gold-'$gold',bet{$i}=bet{$i}+'$gold',betgold=betgold+'$gold' where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update game set bet{$i}=bet{$i}+'$gold' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } +} + +?> + + diff --git a/che_close/c_chiefboard.php b/che_close/c_chiefboard.php new file mode 100644 index 00000000..75ab2860 --- /dev/null +++ b/che_close/c_chiefboard.php @@ -0,0 +1,51 @@ += 20) { $num = 0; } + $msg = $title."|".$msg; + $msg = addslashes(SQ2DQ($msg)); + $date = date('Y-m-d H:i:s'); + $query = "update nation set coreboard{$num}='$msg',coreboard{$num}_who='$me[no]',coreboard{$num}_when='$date' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set coreindex='$num' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //$num에 댓글시 + } elseif($num >= 0 && $reply != "") { + $newmsg = $nation["coreboard{$num}"]."|".$me[no]."|".$reply; + $newmsg = addslashes(SQ2DQ($newmsg)); + + $query = "update nation set coreboard{$num}='$newmsg' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +echo ""; + +?> + + + + diff --git a/che_close/c_dipcenter.php b/che_close/c_dipcenter.php new file mode 100644 index 00000000..278ea4e0 --- /dev/null +++ b/che_close/c_dipcenter.php @@ -0,0 +1,62 @@ +location.replace('b_myBossInfo.php');"; + exit(); +} + +if($btn == "국가방침") { + $msg = BadTag2Code(addslashes(SQ2DQ($msg))); + $query = "update nation set msg='$msg' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "임관권유") { + $scoutmsg = BadTag2Code(addslashes(SQ2DQ($scoutmsg))); + $query = "update nation set scoutmsg='$scoutmsg' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "세율") { + if($rate < 5) { $rate = 5; } + if($rate > 30) { $rate = 30; } + $query = "update nation set rate='$rate' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "지급율") { + if($bill < 20) { $bill = 20; } + if($bill > 200) { $bill = 200; } + $query = "update nation set bill='$bill' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "기밀권한") { + if($secretlimit < 1) { $secretlimit = 1; } + if($secretlimit > 99) { $secretlimit = 99; } + $query = "update nation set secretlimit='$secretlimit' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "임관 금지") { + $query = "update nation set myset=myset-1,scout='1' where nation='$me[nation]' and myset>0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "임관 허가") { + $query = "update nation set myset=myset-1,scout='0' where nation='$me[nation]' and myset>0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "전쟁 금지") { + $query = "update nation set myset=myset-1,war='1' where nation='$me[nation]' and myset>0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "전쟁 허가") { + $query = "update nation set myset=myset-1,war='0' where nation='$me[nation]' and myset>0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +echo ""; + +?> + diff --git a/che_close/c_double.php b/che_close/c_double.php new file mode 100644 index 00000000..86d341af --- /dev/null +++ b/che_close/c_double.php @@ -0,0 +1,128 @@ + 99) { $command = 0; } +if($double > 9999) { $double = 9999; } +if($third > 9999) { $third = 9999; } +if($fourth > 9999) { $fourth = 9999; } + +$comStr = EncodeCommand($fourth, $third, $double, $command); + +// 건국 +if($command == 46) { + $name = addslashes(SQ2DQ($name)); + $name = str_replace("|", "", $name); + $name = str_replace(" ", "", $name); + $name = str_replace(" ", "뷁", $name); + if($name == "") { $name = "무명"; } + $name = _String::SubStrForWidth($name, 0, 12); + + $query = "update general set makenation='{$name}' where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $count = sizeof($turn); + $str = "con=con"; + for($i=0; $i < $count; $i++) { + $str .= ",turn{$turn[$i]}='{$comStr}'"; + } + $query = "update general set {$str} where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + echo ""; +//통합제의 +} elseif($command == 53) { + $query = "select nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[level] >= 5) { + $nationname = addslashes(SQ2DQ($nationname)); + $nationname = str_replace("|", "", $nationname); + $nationname = str_replace(" ", "", $nationname); + $nationname = str_replace(" ", "뷁", $nationname); + if($nationname == "") { $nationname = "무명"; } + $nationname = _String::SubStrForWidth($nationname, 0, 12); + + $query = "update general set makenation='{$nationname}' where level>=5 and nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $count = sizeof($turn); + $str = "type=type"; + for($i=0; $i < $count; $i++) { + $str .= ",l{$me[level]}turn{$turn[$i]}='{$comStr}'"; + } + $query = "update nation set {$str} where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + echo ""; +//불가침 +} elseif($command == 61) { + $query = "select nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[level] >= 5) { + $note = addslashes(SQ2DQ($note)); + $note = str_replace("|", "", $note); + $note = str_replace(" ", "", $note); + $note = str_replace(" ", "뷁", $note); + $note = _String::SubStrForWidth($note, 0, 90); + + $query = "update diplomacy set reserved='{$note}' where me='$me[nation]' and you='$double'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $count = sizeof($turn); + $str = "type=type"; + for($i=0; $i < $count; $i++) { + $str .= ",l{$me[level]}turn{$turn[$i]}='{$comStr}'"; + } + $query = "update nation set {$str} where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + echo ""; +//포상, 몰수, 발령, 항복권고, 원조 +//선전포고, 종전, 파기, 초토화, 천도, 증축, 감축 +//백성동원, 수몰, 허보, 피장파장, 의병모집, 이호경식, 급습 +//국기변경 +} elseif($command == 23 || $command == 24 || $command == 27 || $command == 51 || $command == 52 || $command > 60) { + $query = "select no,nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if(($command == 23 || $command == 24 || $command == 27) && $me[no] == $third) { + // 자기자신에게 악용 금지 + } elseif($me[level] >= 5) { + $count = sizeof($turn); + $str = "type=type"; + for($i=0; $i < $count; $i++) { + $str .= ",l{$me[level]}turn{$turn[$i]}='{$comStr}'"; + } + $query = "update nation set {$str} where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + echo ""; +} else { + $count = sizeof($turn); + $str = "con=con"; + for($i=0; $i < $count; $i++) { + $str .= ",turn{$turn[$i]}='{$comStr}'"; + } + $query = "update general set {$str} where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + echo ""; +} + +?> + diff --git a/che_close/c_msgsubmit.php b/che_close/c_msgsubmit.php new file mode 100644 index 00000000..fdf9155a --- /dev/null +++ b/che_close/c_msgsubmit.php @@ -0,0 +1,119 @@ += 2) { echo ""; exit(); } + +$msg = str_replace("|", "", $msg); +$msg = trim($msg); + +$msg = _String::SubStrForWidth($msg, $s, 198); + +$date = date('Y-m-d H:i:s'); + +// 전체 메세지 +if($genlist == 9999 && str_replace(" ", "", $msg) != "") { + if($me[nation] == 0) { + $nation[name] = '재야'; + $nation[color] = 'FFFFFF'; + } else { + $query = "select nation,name,color from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } + PushMsg(1, 0, $me[picture], $me[imgsvr], "{$me[name]}:", $nation[color], $nation[name], $nation[color], $msg); +// 국가 메세지 +} elseif($genlist >= 9000 && $msg != "") { + if($me[nation] == 0) { + $nation[name] = '재야'; + $nation[color] = 'FFFFFF'; + } else { + $query = "select nation,name,color from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } + + $genlist -= 9000; + $query = "select nation,name,color from nation where nation='$genlist'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dest = MYDB_fetch_array($result); + + if($nation[nation] == $dest[nation]) { + PushMsg(2, $nation[nation], $me[picture], $me[imgsvr], "{$me[name]}:", $nation[color], $dest[name], $dest[color], $msg); + } else { + //타국에 보내는 경우 + PushMsg(2, $nation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$nation[name]}▶", $nation[color], $dest[name], $dest[color], $msg); + // 수뇌이면 발송, 아니면 자국으로 돌림 + if($me[level] >= 5) { + PushMsg(3, $dest[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$nation[name]}▶", $nation[color], $dest[name], $dest[color], $msg); + } else { + PushMsg(2, $nation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$nation[name]}▶", $nation[color], $dest[name], $dest[color], "반송"); + } + } +// 개인 메세지 +} elseif($genlist > 0 && $msg != "") { + $query = "select name,msgindex from general where no='$genlist'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + //발신, 수신인 코딩 + $who = $me[no] * 10000 + $genlist; + + $msg = addslashes(SQ2DQ($msg)); + + $query = "select msg{$me[msgindex]}_when as priv_when from general where no='$me[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $prev_msg = MYDB_fetch_array($result); + $diff_second = strtotime($date) - strtotime($prev_msg[priv_when]); + + if($diff_second < 3) { + $who = 1 * 10000 + $me[no]; // 운영자가 본인에게 + $msg = "개인메세지는 3초당 1건만 보낼 수 있습니다!"; + //자신에게 표시 + $me[msgindex]++; + if($me[msgindex] >= 10) { $me[msgindex] = 0; } + $query = "update general set msgindex='$me[msgindex]',msg{$me[msgindex]}='$msg',msg{$me[msgindex]}_type='10',msg{$me[msgindex]}_who='$who',msg{$me[msgindex]}_when='$date',newmsg=1 where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + //자신에게 표시 + $me[msgindex]++; + if($me[msgindex] >= 10) { $me[msgindex] = 0; } + $query = "update general set msgindex='$me[msgindex]',msg{$me[msgindex]}='$msg',msg{$me[msgindex]}_type='9',msg{$me[msgindex]}_who='$who',msg{$me[msgindex]}_when='$date' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 상대에게 발송 + $you[msgindex]++; + if($you[msgindex] >= 10) { $you[msgindex] = 0; } + $query = "update general set msgindex='$you[msgindex]',msg{$you[msgindex]}='$msg',msg{$you[msgindex]}_type='10',msg{$you[msgindex]}_who='$who',msg{$you[msgindex]}_when='$date',newmsg=1 where no='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $fp = fopen("logs/_gen_msg.txt", "a"); + //로그 파일에 기록 + fwrite($fp, _String::Fill($me[name],12," ")." > "._String::Fill($you[name],12," ")." | {$msg}\r\n"); + fclose($fp); +} + +echo ""; + +?> + diff --git a/che_close/c_myBossInfo.php b/che_close/c_myBossInfo.php new file mode 100644 index 00000000..0bab4268 --- /dev/null +++ b/che_close/c_myBossInfo.php @@ -0,0 +1,256 @@ +location.replace('b_myBossInfo.php');"; + exit(); + } +} elseif($btn == "추방") { + $query = "select no,name,gold,rice,nation,troop,level,history,npc,picture,imgsvr from general where no='$outlist'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + //추방할사람이 군주이면 불가, 내가 수뇌부이어야함, 공석아닌때는 국가가 같아야함 + if($general[level] == 12 || $meLevel < 5 || ($general[nation] != $me[nation] && $outlist != 0)) { + echo ""; + exit(); + } +} + +if($btn == "추방") { + $query = "select name,l{$meLevel}set,chemi from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + //이미 지정했다면 무시 + if($nation["l{$meLevel}set"] == 0 && $general[level] > 0 && $general[level] < 12) { + $query = "select no from diplomacy where me='$general[nation]' and state>='3' and state<='4'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount1 = MYDB_num_rows($dipresult); + + $query = "select no from diplomacy where me='$general[nation]' and state>='5' and state<='6'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount2 = MYDB_num_rows($dipresult); + + $gold = 0; + $rice = 0; + // 금쌀1000이상은 남김 + if($general[gold] > 1000) { + $gold = $general[gold] - 1000; + $general[gold] = 1000; + } + if($general[rice] > 1000) { + $rice = $general[rice] - 1000; + $general[rice] = 1000; + } + + if($dipcount1 > 0) { + $alllog[count($alllog)] = "●{$admin[month]}월:통합에 반대하던 $general[name](이)가 $nation[name]에서 숙청당했습니다."; + $log[count($log)] = "●통합에 반대하다가 $nation[name]에서 숙청당했습니다."; + + // 재야로, 국가 무소속으로 + $query = "update general set level=0,nation=0,belong=0,makelimit='12',gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($dipcount2 > 0) { + $alllog[count($alllog)] = "●{$admin[month]}월:합병에 반대하던 $general[name](이)가 $nation[name]에서 숙청당했습니다."; + $log[count($log)] = "●합병에 반대하다가 $nation[name]에서 숙청당했습니다."; + + // 재야로, 국가 무소속으로 + $query = "update general set level=0,nation=0,belong=0,makelimit='12',gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $nation[name]에서 추방당하였습니다."; + $log[count($log)] = "$nation[name]에서 추방당하였습니다."; + + // 재야로, 국가 무소속으로, 명성/공헌 N*10%감소 + $query = "update general set level=0,nation=0,belong=0,betray=betray+1,makelimit='12',gold='$general[gold]',rice='$general[rice]',dedication=dedication*(1-0.1*betray),experience=experience*(1-0.1*betray) where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + // 부대 처리 + $query = "select no from troop where troop='$general[troop]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $troop = MYDB_fetch_array($result); + + //부대장일 경우 + if($troop[no] == $general[no]) { + // 모두 탈퇴 + $query = "update general set troop='0' where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대 삭제 + $query = "delete from troop where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set troop='0' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 도시관직해제 + $query = "update city set gen1='0' where gen1='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2='0' where gen2='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3='0' where gen3='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general[npc] >= 2 && ($admin[scenario] == 0 || rand()%100 == 0)) { + switch(rand()%5) { + case 0: $str = "날 버리다니... 곧 전장에서 복수해주겠다..."; break; + case 1: $str = "추방이라... 내가 무얼 잘못했단 말인가..."; break; + case 2: $str = "어디 추방해가면서 잘되나 보자... 꼭 복수하겠다..."; break; + case 3: $str = "인덕이 제일이거늘... 추방이 웬말인가... 저주한다!"; break; + case 4: $str = "날 추방했으니 그 복수로 적국에 정보를 팔아 넘겨야겠군요. 그럼 이만."; break; + } + + PushMsg(1, 0, $general[picture], $general[imgsvr], "{$general[name]}:", $nation[color], $nation[name], $nation[color], $str); + } + + //국가 기술력 그대로 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $nation[chemi] -= 1; + if($nation[chemi] < 0) { $nation[chemi] = 0; } + + if($admin[year] < $admin[startyear]+3) { + //초반엔 군주 부상 증가(엔장 임관지양) + $query = "update general set injury=injury+1 where no='$ruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum',chemi='$nation[chemi]',gold=gold+'$gold',rice=rice+'$rice' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + //이번분기는 추방불가(초반 제외) + $query = "update nation set l{$meLevel}set=1,totaltech=tech*'$gencount',gennum='$gennum',chemi='$nation[chemi]',gold=gold+'$gold',rice=rice+'$rice' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name]에서 추방됨"); + + pushGenLog($general, $log); + pushAllLog($alllog); + } +} elseif($btn == "임명" && $level >= 5 && $level <= 11) { + $query = "select l{$level}set,level,chemi from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + // 임명가능 레벨 + $lv = getNationChiefLevel($nation[level]); + + //이미 지정했다면 무시 + if($nation["l{$level}set"] == 0 && $lv <= $level) { + $nation[chemi] -= 1; + if($nation[chemi] < 0) { $nation[chemi] = 0; } + + $query = "update nation set chemi='$nation[chemi]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //기존 장수 일반으로 + $query = "update general set level=1 where nation='$me[nation]' and level='$level'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + if($genlist != 0) { + $valid = 0; + switch($level) { + case 10: if($general[power] >= $_goodgenpower) { $valid = 1; } break; + case 9: if($general[intel] >= $_goodgenintel) { $valid = 1; } break; + case 8: if($general[power] >= $_goodgenpower) { $valid = 1; } break; + case 7: if($general[intel] >= $_goodgenintel) { $valid = 1; } break; + case 6: if($general[power] >= $_goodgenpower) { $valid = 1; } break; + case 5: if($general[intel] >= $_goodgenintel) { $valid = 1; } break; + default: $valid = 1; break; + } + if($valid == 1) { + // 신임 장수의 원래 자리 해제 + $query = "update city set gen1=0 where gen1='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2=0 where gen2='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3=0 where gen3='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //신임 장수 + $query = "update general set level='$level' where no='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //이번분기는 불가 + $query = "update nation set l{$level}set=1 where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } +} elseif($btn == "임명" && $level >= 2 && $level <= 4 && $citylist > 0) { + switch($level) { + case 4: $lv = 1; break; + case 3: $lv = 2; break; + case 2: $lv = 3; break; + } + + $query = "select gen{$lv} from city where city='$citylist'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + $oldlist = $city["gen{$lv}"]; + if($oldlist != 0) { + //기존 장수 일반으로 + $query = "update general set level=1 where no='$oldlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //기존 자리 공석으로 + $query = "update city set gen{$lv}=0 where city='$citylist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + if($genlist != 0) { + $valid = 0; + switch($level) { + case 4: if($general[power] >= $_goodgenpower) { $valid = 1; } break; + case 3: if($general[intel] >= $_goodgenintel) { $valid = 1; } break; + default: $valid = 1; break; + } + if($valid == 1) { + // 신임 장수의 원래 자리 해제 + $query = "update city set gen1=0 where gen1='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2=0 where gen2='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3=0 where gen3='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //신임 장수 + $query = "update general set level='$level' where no='$genlist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen{$lv}='$genlist',gen{$lv}set='1' where city='$citylist'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } +} + +echo ""; + +?> + diff --git a/che_close/c_nationboard.php b/che_close/c_nationboard.php new file mode 100644 index 00000000..3a8723c5 --- /dev/null +++ b/che_close/c_nationboard.php @@ -0,0 +1,51 @@ += 20) { $num = 0; } + $msg = $title."|".$msg; + $msg = addslashes(SQ2DQ($msg)); + $date = date('Y-m-d H:i:s'); + $query = "update nation set board{$num}='$msg',board{$num}_who='$me[no]',board{$num}_when='$date' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set boardindex='$num' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //$num에 댓글시 + } elseif($num >= 0 && $reply != "") { + $newmsg = $nation["board{$num}"]."|".$me[no]."|".$reply; + $newmsg = addslashes(SQ2DQ($newmsg)); + + $query = "update nation set board{$num}='$newmsg' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +echo ""; + +?> + + + + diff --git a/che_close/c_nationrule.php b/che_close/c_nationrule.php new file mode 100644 index 00000000..a7f64bfe --- /dev/null +++ b/che_close/c_nationrule.php @@ -0,0 +1,22 @@ +location.replace('b_nationrule.php');"; + +?> + diff --git a/che_close/c_tournament.php b/che_close/c_tournament.php new file mode 100644 index 00000000..2c6a6319 --- /dev/null +++ b/che_close/c_tournament.php @@ -0,0 +1,205 @@ +location.replace('b_tournament.php');"; exit(); } + +if($btn == "자동개최설정" && $me[userlevel] >= 5) { + $query = "update game set tnmt_trig={$trig}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "개최" && $me[userlevel] >= 5) { + startTournament($connect, $auto, $type); +} elseif($btn == "중단" && $me[userlevel] >= 5) { + $query = "update game set tnmt_auto=0, tournament=0, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif((($btn == "투입" || $btn == "무명투입" || $btn == "쪼렙투입" || $btn == "일반투입" || $btn == "굇수투입" || $btn == "랜덤투입") && $me[userlevel] >= 5) || $btn == "참가") { + if($btn == "투입") { + $query = "select no,name,npc,leader,power,intel,explevel,gold,horse,weap,book from general where no='$gen'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[gold] -= $admin[develcost]; + } elseif($btn == "무명투입") { + $general[no] = 0; + $general[name] = "무명장수"; + $general[npc] = 2; + $general[leader] = 10; + $general[power] = 10; + $general[intel] = 10; + $general[explevel] = 10; + $general[gold] = 0; + } elseif($btn == "쪼렙투입") { + $sel = rand() % 32; + $query = "select no,name,npc,leader,power,intel,explevel,gold,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} limit {$sel},1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[gold] -= $admin[develcost]; + } elseif($btn == "일반투입") { + //참가한 사람 평균치 + $query = "select AVG({$tp3}) as av from general where tournament=1"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $avgGen = MYDB_fetch_array($genResult); + + //그 장수보다 높은장수 수 + $query = "select no from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 and {$tp3}>{$avgGen[av]}"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($genResult); + + $sel = rand() % 32 + $genCount - 8; + + $query = "select no,name,npc,leader,power,intel,explevel,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} desc limit {$sel},1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[gold] -= $admin[develcost]; + } elseif($btn == "굇수투입") { + $sel = rand() % 32; + $query = "select no,name,npc,leader,power,intel,explevel,gold,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} desc limit {$sel},1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[gold] -= $admin[develcost]; + } elseif($btn == "랜덤투입") { + $query = "select no,name,npc,leader,power,intel,explevel,gold,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[gold] -= $admin[develcost]; + //참가 + } else { + $query = "select no,name,npc,leader,power,intel,explevel,gold,horse,weap,book from general where no='$me[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + //$admin[develcost]원 참가비 + if($general[gold] < $admin[develcost]) { echo ""; exit(1); } + $general[gold] -= $admin[develcost]; + } + + $query = "select grp from tournament where grp<10 group by grp having count(*)=8"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $grpCount = MYDB_num_rows($result); + for($i=0; $i < $grpCount; $i++) { + $grp = MYDB_fetch_array($result); + $occupied[$grp[grp]] = 1; + } + for($i=0; $i < 8; $i++) { + if($occupied[$i] == 0) { + $map[count($map)] = $i; + } + } + + if($grpCount < 8) { + $grp = $map[rand() % count($map)]; + $query = "select grp from tournament where grp='$grp'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $grpCount = MYDB_num_rows($result); + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no, h, w, b) values ('$general[no]', '$general[npc]', '$general[name]', '$general[leader]', '$general[power]', '$general[intel]', '$general[explevel]', '$grp', '$grpCount', '$general[horse]', '$general[weap]', '$general[book]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set tournament=1,gold='$general[gold]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $query = "select grp from tournament where grp<10 group by grp having count(*)=8"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $grpCount = MYDB_num_rows($result); + if($grpCount >= 8) { + $query = "update game set tournament=2, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif(($btn == "쪼렙전부투입" || $btn == "일반전부투입" || $btn == "굇수전부투입" || $btn == "랜덤전부투입") && $me[userlevel] >= 5) { + $z = 0; + for($i=0; $i < 8; $i++) { + $query = "select grp from tournament where grp='$i'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $grpCount = MYDB_num_rows($result); + for($k=$grpCount; $k < 8; $k++) { + $code[$z++] = $i * 10 + $k; + } + } + //섞기 + for($i=0; $i < $z; $i++) { + $index = rand() % $z; + $temp = $code[$i]; + $code[$i] = $code[$index]; + $code[$index] = $temp; + } + + for($i=0; $i < $z; $i++) { + $sel = rand() % 32; + if($btn == "쪼렙전부투입") { + $query = "select no,name,npc,leader,power,intel,explevel,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} limit {$sel},1"; + } elseif($btn == "일반전부투입") { + //참가한 사람 평균치 + $query = "select AVG({$tp3}) as av from general where tournament=1"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $avgGen = MYDB_fetch_array($genResult); + + //그 장수보다 높은장수 수 + $query = "select no from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 and {$tp3}>{$avgGen[av]}"; + $genResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($genResult); + + $sel += $genCount - 8; + + $query = "select no,name,npc,leader,power,intel,explevel,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} desc limit {$sel},1"; + } elseif($btn == "굇수전부투입") { + $query = "select no,name,npc,leader,power,intel,explevel,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by {$tp} desc limit {$sel},1"; + } else { + $query = "select no,name,npc,leader,power,intel,explevel,leader+power+intel as total,horse,weap,book from general where tournament=0 and gold>='$admin[develcost]' and npc>=2 order by rand() limit 0,1"; + } + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $grp = floor($code[$i] / 10); + $grp_no = $code[$i] % 10; + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no, h, w, b) values ('$general[no]', '$general[npc]', '$general[name]', '$general[leader]', '$general[power]', '$general[intel]', '$general[explevel]', '$grp', '$grp_no', '$general[horse]', '$general[weap]', '$general[book]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set tournament=1,gold=gold-'$admin[develcost]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $query = "update game set tournament=2, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "무명전부투입" && $me[userlevel] >= 5) { fillLowGenAll($connect); +} elseif($btn == "예선" && $me[userlevel] >= 5) { qualify($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "예선전부" && $me[userlevel] >= 5) { qualifyAll($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "추첨" && $me[userlevel] >= 5) { selection($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "추첨전부" && $me[userlevel] >= 5) { selectionAll($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "본선" && $me[userlevel] >= 5) { finally($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "본선전부" && $me[userlevel] >= 5) { finallyAll($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "배정" && $me[userlevel] >= 5) { final16set($connect); +} elseif($btn == "베팅마감" && $me[userlevel] >= 5) { + $dt = date("Y-m-d H:i:s", time() + 60); + $query = "update game set tournament='7',phase='0',tnmt_time='$dt' where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "16강" && $me[userlevel] >= 5) { finalFight($connect, $admin[tnmt_type], $admin[tournament], $admin[phase], 16); +} elseif($btn == "8강" && $me[userlevel] >= 5) { finalFight($connect, $admin[tnmt_type], $admin[tournament], $admin[phase], 8); +} elseif($btn == "4강" && $me[userlevel] >= 5) { finalFight($connect, $admin[tnmt_type], $admin[tournament], $admin[phase], 4); +} elseif($btn == "결승" && $me[userlevel] >= 5) { finalFight($connect, $admin[tnmt_type], $admin[tournament], $admin[phase], 2); +} elseif($btn == "포상" && $me[userlevel] >= 5) { setGift($connect, $admin[tnmt_type], $admin[tournament], $admin[phase]); +} elseif($btn == "회수" && $me[userlevel] >= 5) { setRefund($connect); +} elseif($btn == "메시지" && $me[userlevel] >= 5) { + $msg = addslashes(SQ2DQ($msg)); + $query = "update game set tnmt_msg='$msg'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} +?> + + diff --git a/che_close/c_troop.php b/che_close/c_troop.php new file mode 100644 index 00000000..0c6e36a4 --- /dev/null +++ b/che_close/c_troop.php @@ -0,0 +1,58 @@ +location.replace('b_troop.php');"; + +MYDB_close($connect); +?> + diff --git a/che_close/c_vacation.php b/che_close/c_vacation.php new file mode 100644 index 00000000..07475f1f --- /dev/null +++ b/che_close/c_vacation.php @@ -0,0 +1,20 @@ +location.replace('b_myPage.php');"; + +?> + diff --git a/che_close/c_vote.php b/che_close/c_vote.php new file mode 100644 index 00000000..452e35a3 --- /dev/null +++ b/che_close/c_vote.php @@ -0,0 +1,76 @@ += 5) { + if($title != "") { + $vote = explode("|", $admin[vote]); + $vote[0] = addslashes(SQ2DQ($title)); + $admin[vote] = implode("|", $vote); + $query = "update game set vote='{$admin[vote]}' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif($btn == "추가" && $me[userlevel] >= 5) { + if($str != "") { + $str = addslashes(SQ2DQ($str)); + $admin[vote] .= "|{$str}"; + $query = "update game set vote='{$admin[vote]}' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} elseif($btn == "리셋" && $me[userlevel] >= 5) { + $query = "update game set voteopen=1,vote='',votecomment='' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set vote='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "알림" && $me[userlevel] >= 5) { + $query = "update general set newvote='1' where vote=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "숨김" && $me[userlevel] >= 5) { + $query = "update game set voteopen=0 where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "전체통계만" && $me[userlevel] >= 5) { + $query = "update game set voteopen=1 where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "전부" && $me[userlevel] >= 5) { + $query = "update game set voteopen=2 where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($btn == "투표" && $me[vote] == 0 && $sel > 0) { + $develcost = $admin[develcost] * 5; + $query = "update general set gold=gold+{$develcost},vote='{$sel}' where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = array(); + $log = uniqueItem($connect, $me, $log, 1); + pushGenLog($me, $log); +} elseif($btn == "댓글" && $comment != "") { + $comment = str_replace("|", " ", $comment); + $comment = str_replace(":", " ", $comment); + $comment = trim($comment); + $comment = addslashes(SQ2DQ($comment)); + + $query = "select name from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + if($nation[name] == "") { $nation[name] = "재야"; } + + if($admin[votecomment] != "") { $admin[votecomment] .= "|"; } + $admin[votecomment] .= "{$nation[name]}:{$me[name]}:{$comment}"; + + $query = "update game set votecomment='{$admin[votecomment]}' where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} +?> + + diff --git a/che_close/commandlist.php b/che_close/commandlist.php new file mode 100644 index 00000000..0d70d478 --- /dev/null +++ b/che_close/commandlist.php @@ -0,0 +1,113 @@ + + + + +커맨드리스트 + + + + + + + +
+ + - 명령 목록 - + "; + + $year = $admin[year]; + $month = $admin[month]; + // 실행된 턴시간이면 +1 + $cutTurn = cutTurn($me[turntime], $admin[turnterm]); + if($date <= $cutTurn) { $month++; } + + $totaldate = $me[turntime]; + + for($i=0; $i < 24; $i++) { + if($month == 13) { + $month = 1; + $year++; + } + $j = $i + 1; + $turndate = substr($totaldate,11, 5); + echo " + + $j + {$year}年 {$month}月 + $turndate + $turn[$i] + "; + $month++; + $totaldate = addTurn($totaldate, $admin[turnterm]); + } + + echo " +
+ +"; +} +?> + + + diff --git a/che_close/config.php b/che_close/config.php new file mode 100644 index 00000000..1933d551 --- /dev/null +++ b/che_close/config.php @@ -0,0 +1,6 @@ + diff --git a/che_close/confirm.png b/che_close/confirm.png new file mode 100644 index 00000000..073c4642 Binary files /dev/null and b/che_close/confirm.png differ diff --git a/che_close/d_ally.php b/che_close/d_ally.php new file mode 100644 index 00000000..543c6fbb --- /dev/null +++ b/che_close/d_ally.php @@ -0,0 +1,120 @@ +●수뇌부가 아니므로 불가능합니다. 불가침 실패."; + } elseif($dip[term] == $when*12 && $dip[state] == 7) { + $mylog[count($mylog)] = "●이미 수락했습니다. 불가침 실패."; + } elseif($losecitynum == 0) { + $mylog[count($mylog)] = "●방랑군이므로 불가능합니다. 불가침 실패."; + } elseif($wincitynum == 0) { + $mylog[count($mylog)] = "●상대가 방랑군이므로 불가능합니다. 불가침 실패."; + } elseif($dip[state] == 0) { + $mylog[count($mylog)] = "●아국과 교전중입니다. 불가침 실패."; + } elseif($dip[state] == 1) { + $mylog[count($mylog)] = "●아국과 선포중입니다. 불가침 실패."; + } elseif($dip[state] == 3 || $dip[state] == 4) { + $mylog[count($mylog)] = "●아국과 합병중입니다. 불가침 실패."; + } elseif($mynation[dipmsg] == "") { + $mylog[count($mylog)] = "●이미 거절했습니다. 불가침 실패."; + } else { +// $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $younation[name](와)과 불가침에 합의."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【불가침】$mynation[name](이)가 $younation[name](와)과 불가침 조약을 체결했습니다."; + + $youlog[count($youlog)] = "$mynation[name](와)과 $when년 불가침에 성공했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 $when년 불가침에 합의했습니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 {$when}년 불가침 성공"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$younation[name](와)과 {$when}년 불가침 수락"); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name](와)과 {$when}년 불가침 합의, 비고: {$dip2[reserved]}"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$mynation[name](와)과 {$when}년 불가침 합의, 비고: {$dip2[reserved]}"; + + PushMsg(2, $me[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $you[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $youmsg); + + $when = $when * 12; + //외교 변경 + $query = "update diplomacy set state='7',term='$when',fixed='$dip2[reserved]' where me='$me[nation]' and you='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update diplomacy set state='7',term='$when',fixed='$dip2[reserved]' where me='$you[nation]' and you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //조건 지움 + $query = "update diplomacy set reserved='' where me='$you[nation]' and you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$mynation[name](이)가 불가침을 거부했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 불가침을 거부했습니다."; + + //조건 지움 + $query = "update diplomacy set reserved='' where me='$you[nation]' and you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +//pushAllLog($alllog); +//pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/d_cancel.php b/che_close/d_cancel.php new file mode 100644 index 00000000..d13160d1 --- /dev/null +++ b/che_close/d_cancel.php @@ -0,0 +1,99 @@ +●수뇌부가 아니므로 불가능합니다. 파기 실패."; + } elseif($losecitynum == 0) { + $mylog[count($mylog)] = "●방랑군이므로 불가능합니다. 파기 실패."; + } elseif($wincitynum == 0) { + $mylog[count($mylog)] = "●상대가 방랑군이므로 불가능합니다. 파기 실패."; + } elseif($dip[state] != 7) { + $mylog[count($mylog)] = "●아국과 불가침중이 아닙니다. 파기 실패."; + } elseif($mynation[dipmsg] == "") { + $mylog[count($mylog)] = "●이미 거절했습니다. 파기 실패."; + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $younation[name](와)과 조약 파기에 합의."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【파기】$mynation[name](이)가 $younation[name](와)과 불가침을 파기 하였습니다."; + $youlog[count($youlog)] = "$mynation[name](와)과 파기에 성공했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 파기에 합의했습니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 파기 성공"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$younation[name](와)과 파기 수락"); + + //외교 변경 + $query = "update diplomacy set state='2',term='0' where me='$me[nation]' and you='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update diplomacy set state='2',term='0' where me='$you[nation]' and you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name](와)과 불가침 파기 동의"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$mynation[name](와)과 불가침 파기 동의"; + + PushMsg(2, $me[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $you[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $youmsg); + } + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$mynation[name](이)가 파기를 거부했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 파기를 거부했습니다."; + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +pushAllLog($alllog); +pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/d_cease.php b/che_close/d_cease.php new file mode 100644 index 00000000..683fe88c --- /dev/null +++ b/che_close/d_cease.php @@ -0,0 +1,104 @@ +●수뇌부가 아니므로 불가능합니다. 종전 실패."; + } elseif($losecitynum == 0) { + $mylog[count($mylog)] = "●방랑군이므로 불가능합니다. 종전 실패."; + } elseif($wincitynum == 0) { + $mylog[count($mylog)] = "●상대가 방랑군이므로 불가능합니다. 종전 실패."; + } elseif($dip[state] != 0 && $dip[state] != 1) { + $mylog[count($mylog)] = "●아국과 교전중이 아닙니다. 종전 실패."; + } elseif($mynation[dipmsg] == "") { + $mylog[count($mylog)] = "●이미 거절했습니다. 불가침 실패."; + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $younation[name](와)과 종전 합의 하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【종전】$mynation[name](이)가 $younation[name](와)과 종전 합의 하였습니다."; + $youlog[count($youlog)] = "$mynation[name](와)과 종전에 성공했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 종전에 합의했습니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 종전 성공"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$younation[name](와)과 종전 수락"); + + //외교 변경 + $query = "update diplomacy set state='2',term='0' where me='$mynation[nation]' and you='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update diplomacy set state='2',term='0' where me='$younation[nation]' and you='$mynation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //외교제한 + $query = "update nation set surlimit=24 where nation='$mynation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set surlimit=24 where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name](와)과 종전 동의"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$mynation[name](와)과 종전 동의"; + + PushMsg(2, $mynation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $younation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $youmsg); + } + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$mynation[name](이)가 종전을 거부했습니다."; + $mylog[count($mylog)] = "$younation[name](와)과 종전을 거부했습니다."; + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +pushAllLog($alllog); +pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/d_merge.php b/che_close/d_merge.php new file mode 100644 index 00000000..4e934c11 --- /dev/null +++ b/che_close/d_merge.php @@ -0,0 +1,138 @@ +=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$avgnation = MYDB_fetch_array($result); + +$query = "select round(std(power)) as power,round(std(gennum)) as gennum from nation where level>=1"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$stdnation = MYDB_fetch_array($result); + +$query = "select nation,name,gennum,power,surlimit,history,color from nation where nation='$you[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$younation = MYDB_fetch_array($result); + +$query = "select nation,name,gennum,power,gold,rice,surlimit,color,dip{$num} as dipmsg from nation where nation='$me[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$mynation = MYDB_fetch_array($result); + +$query = "select city from city where nation='$me[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$losecitynum = MYDB_num_rows($result); + +$query = "select city from city where nation='$you[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$wincitynum = MYDB_num_rows($result); + +//아국과의 관계 +$query = "select state from diplomacy where me='$me[nation]' and you='$you[nation]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$dip = MYDB_fetch_array($result); +//대상국이 외교 진행중(선포중,교전중,합병수락중,통합수락중)일때 +$query = "select state from diplomacy where me='$you[nation]' and (state='0' or state='1' or state='3' or state='5')"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$dipcount = MYDB_num_rows($result); +//대상국B이 아국C과 교전중인 국가A와 불가침중일때 불가(A=B 불가침, A=C(아국) 교전, B<-C(아국) 항복) +$query = "select you,state from diplomacy where me='$me[nation]' and (state='0' or state='1')"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$warcount = MYDB_num_rows($result); +// 아국과 교전중인 국가 골라냄 +$valid = 1; +for($i=0; $i < $warcount; $i++) { + $acdip = MYDB_fetch_array($result); + //교전중 국가A와 대상국B 외교 확인 + $query = "select state from diplomacy where me='$acdip[you]' and you='$you[nation]'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $abdip = MYDB_fetch_array($dipresult); + + if($abdip[state] == 7) { + $valid = 0; + } +} + +if($ok == "수락") { + // 서신 보낸 후 멸망 했을때. + if($me[level] < 5) { + $mylog[count($mylog)] = "●수뇌부가 아니므로 불가능합니다. 통합 실패."; + } elseif($mynation[surlimit] > 0) { + $mylog[count($mylog)] = "●본국이 외교제한이 지나지 않았습니다. 통합 실패."; + } elseif($younation[surlimit] > 0) { + $mylog[count($mylog)] = "●상대국이 외교제한이 지나지 않았습니다. 통합 실패."; + } elseif($losecitynum == 0) { + $mylog[count($mylog)] = "●방랑군이므로 불가능합니다. 통합 실패."; + } elseif($wincitynum == 0) { + $mylog[count($mylog)] = "●상대가 방랑군이므로 불가능합니다. 통합 실패."; + } elseif($mynation[power]+$younation[power] > $avgnation[power]+$stdnation[power]) { + $mylog[count($mylog)] = "●양국 국력이 너무 높습니다. 통합 실패."; + } elseif($mynation[gennum]+$younation[gennum] > $avgnation[gennum]+$stdnation[gennum]) { + $mylog[count($mylog)] = "●양국 장수가 많습니다. 통합 실패."; + } elseif(!isClose($connect, $younation[nation], $mynation[nation])) { + $mylog[count($mylog)] = "●인접한 국가가 아니므로 불가능합니다. 통합 실패."; + } elseif($dip[state] == 0) { + $mylog[count($mylog)] = "●아국과 교전중입니다. 통합 실패."; + } elseif($dipcount != 0) { + $mylog[count($mylog)] = "●상대국이 외교 진행중입니다. 통합 실패."; + } elseif($valid == 0) { + $mylog[count($mylog)] = "●상대국이 아국의 교전국과 불가침중입니다. 통합 실패."; + } elseif($mynation[dipmsg] == "") { + $mylog[count($mylog)] = "●이미 거절했습니다. 불가침 실패."; + } else { + $youlog[count($youlog)] = "$mynation[name](이)가 통합에 동의했습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【통합시도】$mynation[name](와)과 $younation[name](이)가 통합을 시도합니다."; + $mylog[count($mylog)] = "$younation[name](와)과 통합에 동의했습니다."; + $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $younation[name](와)과 통합에 동의하였습니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 통합 시도"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$younation[name](와)과 통합 시도"); + + //외교 변경 + $query = "update diplomacy set state='3',term='24' where me='$mynation[nation]' and you='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update diplomacy set state='4',term='24' where me='$younation[nation]' and you='$mynation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name](와)과 통합에 합의"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$mynation[name](와)과 통합에 합의"; + + PushMsg(2, $mynation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $younation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $youmsg); + } + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$mynation[name](이)가 항복을 거부했습니다."; + $mylog[count($mylog)] = "$younation[name](으)로 항복을 거부했습니다."; + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +pushAllLog($alllog); +pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/d_scout.php b/che_close/d_scout.php new file mode 100644 index 00000000..6383ee2d --- /dev/null +++ b/che_close/d_scout.php @@ -0,0 +1,164 @@ + 0 && $nation[scout] == 0 && $me[nation] != $nation[nation] && $admin[year] >= $admin[startyear]+3 && strpos($me['nations'], ",{$nation['nation']},") === false) { + $youlog[count($youlog)] = "$me[name] 등용에 성공했습니다."; + $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $nation[name](으)로 망명하였습니다."; + $mylog[count($mylog)] = "$nation[name](으)로 망명하여 수도로 이동합니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$me[name] 등용에 성공"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$nation[name](으)로 망명"); + + // 임관내역 추가 + $me['nations'] .= "{$nation['nation']},"; + + // 국가 변경, 도시 변경, 일반으로, 수도로 + $query = "update general set killturn='$admin[killturn]',belong=1,nation='$you[nation]',nations='{$me['nations']}',level=1,city='$nation[capital]' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 재야가 아니면 명성N*10% 공헌N*10%감소 + if($me[level] > 0) { + // 1000 1000 남기고 환수 + if($me[gold] > 1000) { $gold = $me[gold] - 1000; $me[gold] = 1000; } else { $gold = 0; } + if($me[rice] > 1000) { $rice = $me[rice] - 1000; $me[rice] = 1000; } else { $rice = 0; } + $query = "update general set gold='$me[gold]',rice='$me[rice]',betray=betray+1,dedication=dedication*(1-0.1*betray),experience=experience*(1-0.1*betray) where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set gold=gold+'$gold',rice=rice+'$rice' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + //재야이면 100 100 증가 + $query = "update general set dedication=dedication+100,experience=experience+100 where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //유저이면 삭턴 리셋 + if($me[npc] < 2) { + $query = "update general set killturn='$admin[killturn]' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //태수 군사 시중 해제 + switch($me[level]) { + case 4: + $query = "update city set gen1=0 where gen1='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 3: + $query = "update city set gen2=0 where gen2='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 2: + $query = "update city set gen3=0 where gen3='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } + + //등용자 명성, 공헌 상승 + $query = "update general set dedication=dedication+100,experience=experience+100 where no='$you[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 부대 처리 + $query = "select no from troop where troop='$me[troop]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $troop = MYDB_fetch_array($result); + + //부대장일 경우 + if($troop[no] == $me[no]) { + // 모두 탈퇴 + $query = "update general set troop='0' where troop='$me[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대 삭제 + $query = "delete from troop where troop='$me[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set troop='0' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //국가 기술력 그대로 + $query = "select no from general where nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //기존 국가 기술력 그대로 + $query = "select no from general where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //현 메세지 수정 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($me[level] == 12) { + $mylog[count($mylog)] = "●군주입니다. 등용 수락 불가."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락 불가',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($nation[level] == 0) { + $mylog[count($mylog)] = "●없는 국가이거나 방랑군입니다. 등용 수락 불가."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락 불가',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($nation[scout] != 0) { + $mylog[count($mylog)] = "●임관 금지중입니다. 등용 수락 불가."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락 불가',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif($admin[year] < $admin[startyear]+3) { + $mylog[count($mylog)] = "●초반 제한중입니다. 등용 수락 불가."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락 불가',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} elseif(strpos($me['nations'], ",{$nation['nation']},") > 0) { + $mylog[count($mylog)] = "●이미 임관했었던 국가입니다. 등용 수락 불가."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 수락 불가',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$me[name](이)가 등용을 거부했습니다."; + $mylog[count($mylog)] = "$nation[name](으)로 망명을 거부했습니다."; + + //현 메세지 지움 + $query = "update general set msg{$num}='$nation[name](으)로 등용 제의 거부',msg{$num}_type='10' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +pushAllLog($alllog); +pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/d_setting/_common.php b/che_close/d_setting/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/che_close/d_setting/_common.php @@ -0,0 +1,8 @@ + diff --git a/che_close/d_setting/set.php b/che_close/d_setting/set.php new file mode 100644 index 00000000..bd55013e --- /dev/null +++ b/che_close/d_setting/set.php @@ -0,0 +1,6 @@ + diff --git a/che_close/d_surrender.php b/che_close/d_surrender.php new file mode 100644 index 00000000..a1e18d75 --- /dev/null +++ b/che_close/d_surrender.php @@ -0,0 +1,128 @@ +●수뇌부가 아니므로 불가능합니다. 투항 실패."; + } elseif($mynation[surlimit] > 0) { + $mylog[count($mylog)] = "●본국이 외교제한이 지나지 않았습니다. 투항 실패."; + } elseif($younation[surlimit] > 0) { + $mylog[count($mylog)] = "●상대국이 외교제한이 지나지 않았습니다. 투항 실패."; +// } elseif($losecitynum == 0) { +// $mylog[count($mylog)] = "●방랑군이므로 불가능합니다. 투항 실패."; + } elseif($wincitynum == 0) { + $mylog[count($mylog)] = "●상대가 방랑군이므로 불가능합니다. 투항 실패."; + } elseif($younation[power] / $mynation[power] <= 3) { + $mylog[count($mylog)] = "●아국과 상대국의 국력차이가 크지 않습니다. 투항 실패."; + } elseif($losecitynum != 0 && !isClose($connect, $younation[nation], $mynation[nation])) { + $mylog[count($mylog)] = "●인접한 국가가 아니므로 불가능합니다. 투항 실패."; + } elseif($dip[state] == 0) { + $mylog[count($mylog)] = "●아국과 교전중입니다. 투항 실패."; + } elseif($dipcount != 0) { + $mylog[count($mylog)] = "●상대국이 외교 진행중입니다. 투항 실패."; + } elseif($valid == 0) { + $mylog[count($mylog)] = "●상대국이 아국의 교전국과 불가침중입니다. 투항 실패."; + } elseif($mynation[dipmsg] == "") { + $mylog[count($mylog)] = "●이미 거절했습니다. 불가침 실패."; + } else { + $youlog[count($youlog)] = "$mynation[name](이)가 합병에 동의했습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【합병시도】$mynation[name](와)과 $younation[name](이)가 합병을 시도합니다."; + $mylog[count($mylog)] = "$younation[name](와)과 합병에 동의했습니다."; + $alllog[count($alllog)] = "●{$admin[month]}월:$me[name](이)가 $younation[name](와)과 합병에 동의하였습니다."; + $you = addHistory($connect, $you, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 합병 시도"); + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$younation[name](와)과 합병 시도"); + + //외교 변경 + $query = "update diplomacy set state='5',term='24' where me='$mynation[nation]' and you='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update diplomacy set state='6',term='24' where me='$younation[nation]' and you='$mynation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name](와)과 합병에 동의"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$mynation[name](와)과 합병에 동의"; + + PushMsg(2, $mynation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $younation[nation], $me[picture], $me[imgsvr], "{$me[name]}:{$mynation[name]}▶", $mynation[color], $younation[name], $younation[color], $youmsg); + } + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $youlog[count($youlog)] = "$mynation[name](이)가 항복을 거부했습니다."; + $mylog[count($mylog)] = "$younation[name](으)로 항복을 거부했습니다."; + + //현 메세지 지움 + $query = "update nation set dip{$num}='',dip{$num}_who='0',dip{$num}_when='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +pushGenLog($me, $mylog); +pushGenLog($you, $youlog); +pushAllLog($alllog); +pushHistory($connect, $history); + +echo ""; + +?> + diff --git a/che_close/data/connected.php b/che_close/data/connected.php new file mode 100644 index 00000000..18983359 --- /dev/null +++ b/che_close/data/connected.php @@ -0,0 +1 @@ + diff --git a/che_close/data/session/sess_bl2knvun8a0dsp2e0hc12u2i06 b/che_close/data/session/sess_bl2knvun8a0dsp2e0hc12u2i06 new file mode 100644 index 00000000..788e8886 --- /dev/null +++ b/che_close/data/session/sess_bl2knvun8a0dsp2e0hc12u2i06 @@ -0,0 +1 @@ +p_ip|s:14:"125.209.213.87";p_time|i:1457326503; \ No newline at end of file diff --git a/che_close/data/session/sess_e67fe7rdm5eaehoqrn0j6rodl1 b/che_close/data/session/sess_e67fe7rdm5eaehoqrn0j6rodl1 new file mode 100644 index 00000000..e2a88960 --- /dev/null +++ b/che_close/data/session/sess_e67fe7rdm5eaehoqrn0j6rodl1 @@ -0,0 +1 @@ +p_ip|s:14:"125.209.213.86";p_time|i:1457326490; \ No newline at end of file diff --git a/che_close/error.php b/che_close/error.php new file mode 100644 index 00000000..a5c9d56a --- /dev/null +++ b/che_close/error.php @@ -0,0 +1,32 @@ + + + + + +에러 + + + + +




+ + + + + + + + +
서 버 에 러
+ 두가지 중 한가지 이유일 수 있습니다.

+ 1. 현재 서버가 처리중입니다. 몇초 후 아래 버튼을 눌러주세요.

+ 2. 오랫동안 이 메세지가 뜰 경우는 서버에 에러가 발생하여 잠시 중단된 상태입니다.
+    운영자가 처리할 때까지 기다려주세요.
+
잠시 후 아래의 버튼을 눌러주세요.
+ + + diff --git a/che_close/event_1.php b/che_close/event_1.php new file mode 100644 index 00000000..114c05ce --- /dev/null +++ b/che_close/event_1.php @@ -0,0 +1,248 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select year,month,turnterm,isUnited from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +if($admin[isUnited] == 0) { + $query = "select no from general where npc<2 and age>50"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + CheckHall($connect, $general[no]); + } +} + +// 수도가 이성인경우 옆으로 이전, 또는 랜덤 +$query = "select nation from nation where capital=63 or capital=64 or capital=65 or capital=66 or capital=67 or capital=68 or capital=69"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); + +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select city,nation from city where nation='$nation[nation]' order by rand() limit 0,1"; + $result2 = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result2); + + $query = "update nation set capital='$city[city]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +} + +//이벤트1 : 이민족침범 +$name = Array( "강족", "저족", "흉노족", "남만족", "산월족", "오환족", "왜족"); +$cap = Array( 63, 64, 65, 66, 67, 68, 69); + +$query = "select no from general where npc<5"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$eachCount = MYDB_num_rows($result); +$eachCount = round($eachCount / 7) * 2; + +for($i=0; $i < 7; $i++) { + RegNation($connect, $name[$i], "800000", 999999, 999999, "중원의 부패를 물리쳐라! 이민족 침범!", 15000, $eachCount, "병가", 0); +} + +//////////////////////////외교////////////////////////////////////////////////// +$query = "update game set isUnited=1"; +MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + +//-------------------------------------------------------------------- +for($i=0; $i < 7; $i++) { + $query = "select nation from nation where name='{$name[$i]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $nationNum[$i] = $nation[nation]; + + $query = "update nation set scout=1,capital={$cap[$i]} where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + //태수,군사,시중 해제 + $query = "select gen1,gen2,gen3 from city where city='{$cap[$i]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + //태수 해제 + $query = "update general set level=1 where no='{$city[gen1]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + //군사 해제 + $query = "update general set level=1 where no='{$city[gen2]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + //시중 해제 + $query = "update general set level=1 where no='{$city[gen3]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + $query = "update city set nation='$nation[nation]',pop='1000000',agri=agri2,comm=comm2,secu=secu2,def=def2,wall=wall2,supply=1,gen1=0,gen2=0,gen3=0 where city='{$cap[$i]}'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + $query = "select nation,level from nation where nation!='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($k=0; $k < $count; $k++) { + $your = MYDB_fetch_array($result); + if($your[level] > 0) { + $query = "insert into diplomacy (me, you, state, term) values ('$nation[nation]', '$your[nation]', '1', '1')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "insert into diplomacy (me, you, state, term) values ('$your[nation]', '$nation[nation]', '1', '1')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "insert into diplomacy (me, you, state, term) values ('$nation[nation]', '$your[nation]', '7', '999')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "insert into diplomacy (me, you, state, term) values ('$your[nation]', '$nation[nation]', '7', '999')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } +} + +for($i=0; $i < 7; $i++) { + $query = "update nation set level=1 where nation='$nationNum[$i]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +} +//-------------------------------------------------------------------- + +//////////////////////////장수////////////////////////////////////////////////// +// 이름 통 무 지 꿈 특기 +$gencount = 2001; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[0],12, "강대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[1],12, "저대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[2],12, "흉노대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[3],12, "남만대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[4],12, "산월대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[5],12, "오환대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[6],12, "왜대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[0], 1, "강장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[1], 1, "저장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[2], 1,"흉노장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[3], 1,"남만장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[4], 1,"산월장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[5], 1,"오환장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%10 + 85; $p = rand()%10 + 85; $i = rand()%10 + 10; } + else { $l = rand()%10 + 85; $p = rand()%10 + 10; $i = rand()%10 + 85; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[6], 1, "왜장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +//////////////////////////장수 끝/////////////////////////////////////////////// + +// 전장수 금쌀 999999 +$query = "update general set gold=999999,rice=999999"; +MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】각지의 이민족들이 궐기합니다!"; +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】중원의 전 국가에 선전포고 합니다!"; +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】이민족의 기세는 그 누구도 막을 수 없을듯 합니다!"; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓞ".$name; + $genid = "npc{$gencount}"; + $turntime = getRandTurn2($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%94 + 1; + $age = 15; + $specage = $age; + $specage2 = $age; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 5; + $npcmatch = 999; + $picture = 'default.jpg'; + $crew = $leader * 100; + $crewtype = rand() % 3; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos,tnmt, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation','$city', + '$leader','$power','$intel','$experience','$dedication', + '$level','99999','99999','$crew','$crewtype','100','100','0', + '6','6','6','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0', + 450000, 450000, 450000, 450000, 450000 + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> + diff --git a/che_close/event_2.php b/che_close/event_2.php new file mode 100644 index 00000000..ef1a7ed1 --- /dev/null +++ b/che_close/event_2.php @@ -0,0 +1,257 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select year,month,turnterm,isUnited from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +if($admin[isUnited] == 0) { + $query = "select no from general where npc<2 and age>50"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + CheckHall($connect, $general[no]); + } +} + +// 수도가 이성인경우 옆으로 이전, 또는 랜덤 +$query = "select nation from nation where capital=63 or capital=64 or capital=65 or capital=66 or capital=67 or capital=68 or capital=69"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); + +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select city,nation from city where nation='$nation[nation]' order by rand() limit 0,1"; + $result2 = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result2); + + $query = "update nation set capital='$city[city]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +} + +//이벤트2 : 오랑캐궐기 +$name = Array( "강족", "저족", "흉노족", "남만족", "산월족", "오환족", "왜족"); +$cap = Array( 63, 64, 65, 66, 67, 68, 69); + +$query = "select no from general where npc<5"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$eachCount = MYDB_num_rows($result); +$eachCount = round($eachCount / 7) * 2; + +$query = "select avg(tech) as tch from nation where level>0"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$info = MYDB_fetch_array($result); + +for($i=0; $i < 7; $i++) { + RegNation($connect, $name[$i], "800000", 99999, 99999, "오랑캐여 일어서라! 오랑캐 궐기!", $info[tch]+500, $eachCount, "병가", 0); +} + +//////////////////////////외교////////////////////////////////////////////////// +$query = "update game set isUnited=1"; +MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + +//-------------------------------------------------------------------- +for($i=0; $i < 7; $i++) { + $query = "select nation from nation where name='{$name[$i]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $nationNum[$i] = $nation[nation]; + + $query = "update nation set scout=1,capital={$cap[$i]} where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + //태수,군사,시중 해제 + $query = "select gen1,gen2,gen3 from city where city='{$cap[$i]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + //태수 해제 + $query = "update general set level=1 where no='{$city[gen1]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + //군사 해제 + $query = "update general set level=1 where no='{$city[gen2]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + //시중 해제 + $query = "update general set level=1 where no='{$city[gen3]}'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + $query = "update city set nation='$nation[nation]',pop='1000000',agri=agri2,comm=comm2,secu=secu2,def=def2,wall=wall2,supply=1,gen1=0,gen2=0,gen3=0 where city='{$cap[$i]}'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + + $query = "select nation,level from nation where nation!='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($k=0; $k < $count; $k++) { + $your = MYDB_fetch_array($result); + if($your[level] > 0) { + $query = "insert into diplomacy (me, you, state, term) values ('$nation[nation]', '$your[nation]', '1', '1')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "insert into diplomacy (me, you, state, term) values ('$your[nation]', '$nation[nation]', '1', '1')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "insert into diplomacy (me, you, state, term) values ('$nation[nation]', '$your[nation]', '7', '999')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "insert into diplomacy (me, you, state, term) values ('$your[nation]', '$nation[nation]', '7', '999')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } +} + +for($i=0; $i < 7; $i++) { + $query = "update nation set level=1 where nation='$nationNum[$i]'"; + MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +} +//-------------------------------------------------------------------- + +//////////////////////////장수////////////////////////////////////////////////// +// 이름 통 무 지 꿈 특기 +$gencount = 2001; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[0],12, "강대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[1],12, "저대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[2],12, "흉노대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[3],12, "남만대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[4],12, "산월대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[5],12, "오환대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[6],12, "왜대왕", 95, 95, 75,"패권","돌격", ""); $gencount++; + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[0], 1, "강장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[1], 1, "저장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[2], 1,"흉노장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[3], 1,"남만장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[4], 1,"산월장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[5], 1,"오환장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +for($k=1; $k <= $eachCount; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount,$nationNum[6], 1, "왜장수{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +//////////////////////////장수 끝/////////////////////////////////////////////// + +// 전장수 금쌀 999999 +$query = "update general set gold=999999,rice=999999"; +MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】각지의 오랑캐들이 궐기합니다!"; +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】중원의 전 국가에 선전포고 합니다!"; +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】그러나 중원의 영웅들이라면 막아낼 수도 있을법 해 보입니다!"; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓞ".$name; + $genid = "npc{$gencount}"; + $turntime = getRandTurn2($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%94 + 1; + $age = 15; + $specage = $age; + $specage2 = $age; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 5; + $npcmatch = 999; + $picture = 'default.jpg'; + $crew = $leader * 100; + $crewtype = rand() % 3; + $dex0 = 0; + $dex10 = 0; + $dex20 = 0; + $dex30 = 0; + $dex40 = 0; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos,tnmt, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation','$city', + '$leader','$power','$intel','$experience','$dedication', + '$level','99999','99999','$crew','$crewtype','100','100','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0', + '$dex0', '$dex10', '$dex20', '$dex30', '$dex40' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> + diff --git a/che_close/event_3.php b/che_close/event_3.php new file mode 100644 index 00000000..dc147196 --- /dev/null +++ b/che_close/event_3.php @@ -0,0 +1,118 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select year,month,turnterm,isUnited from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +if($admin[isUnited] == 0) { + $query = "select no from general where npc<2 and age>50"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + CheckHall($connect, $general[no]); + } +} + +//이벤트3 : NPC추가 +//////////////////////////장수////////////////////////////////////////////////// +// 이름 통 무 지 꿈 특기 +$gencount = 2001; +for($k=1; $k <= 200; $k++) { + if(rand()%2) { $l = rand()%40 + 35; $p = rand()%40 + 35; $i = rand()%10 + 10; } + else { $l = rand()%40 + 35; $p = rand()%10 + 10; $i = rand()%40 + 35; } + RegGeneral3($connect,$admin[turnterm],$gencount, 0, 0, "무명장{$k}", $l, $p, $i,"패권","돌격", ""); $gencount++; +} + +//////////////////////////장수 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】각지에서 인재들이 등장합니다!"; +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】중원 통일에 보탬이 될듯 합니다!"; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓝ".$name; + $genid = "npc{$gencount}"; + $turntime = getRandTurn($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%94 + 1; + $age = 15; + $specage = $age; + $specage2 = $age; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 2; + $npcmatch = rand() % 150 + 1; + $picture = 'default.jpg'; + $crew = 0; + $crewtype = rand() % 3; + $dex0 = rand() % 18000; + $dex10 = rand() % 18000; + $dex20 = rand() % 18000; + $dex30 = rand() % 18000; + $dex40 = rand() % 18000; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos,tnmt, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation','$city', + '$leader','$power','$intel','$experience','$dedication', + '$level','1000','1000','$crew','$crewtype','100','100','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0', + '$dex0', '$dex10', '$dex20', '$dex30', '$dex40' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> + diff --git a/che_close/event_4.php b/che_close/event_4.php new file mode 100644 index 00000000..32b6c074 --- /dev/null +++ b/che_close/event_4.php @@ -0,0 +1,147 @@ + + +관리메뉴 + + + + +관리자가 아닙니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +//중복체크 +$query = "select no from general where user_id='jwh1807'"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$general = MYDB_fetch_array($result); + +if($general[no] > 0) { + echo " + + +관리메뉴 + + + + +이미 있습니다.
+"; + banner(); + echo " + +"; + + exit(); +} + +$query = "select year,month,turnterm,isUnited from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = "select round(avg(specage)) as specage,round(avg(specage2)) as specage2 from general where npc<2"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$general = MYDB_fetch_array($result); + +//이벤트4 : 유기체 추가 +//////////////////////////장수////////////////////////////////////////////////// +// 이름 통 무 지 꿈 특기 +$gencount = 2000; + +$personal = rand()%10; +$personal = getGenChar($personal); + +$leader = 65 + rand()%11; +if(rand()%2 == 0) { + $intel = 10 + rand()%6; + $power = 150 - $leader - $intel; +} else { + $power= 10 + rand()%6; + $intel = 150 - $leader - $power; +} + +RegGeneral4($connect,$admin[turnterm],$gencount, 0, 0, "유기체", $leader, $power, $intel, $personal, $general[specage], $general[specage2], "흠... 그럼 어쩔 수 없이 흉노로 가야겠군요."); $gencount++; + +//////////////////////////장수 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$log[0] = "●{$admin[month]}월:ⓝ유기체가 천하에 이름을 알립니다."; +pushAllLog($log); + +$history[count($history)] = "●$admin[year]년 $admin[month]월:【이벤트】NPC 유기체가 등장합니다. 의병장과 NPC들의 지능 개선을 위해 NPC 두뇌를 체험합니다. 크게 신경쓰진 마세요."; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral4($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$power,$intel,$personal,$specage,$specage2,$msg="") { + $name = "ⓝ".$name; + $genid = "jwh1807"; + $turntime = getRandTurn($turnterm); + $personal = CharCall($personal); + $city = rand()%94 + 1; + $age = 20; + + //전특 + $special2 = 0; + //내특 + $special = 0; + + $killturn = 720; + $experience = 0; + $dedication = 0; + $npc = 3; + $npcmatch = rand() % 150 + 1; + $picture = 'pic_3.jpg'; + $crew = 0; + $crewtype = rand() % 3; + $dex0 = 0; + $dex10 = 0; + $dex20 = 0; + $dex30 = 0; + $dex40 = 0; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation','$city', + '$leader','$power','$intel','$experience','$dedication', + '$level','1000','1000','$crew','$crewtype','100','100', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0', + '$dex0', '$dex10', '$dex20', '$dex30', '$dex40' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> + diff --git a/che_close/func.php b/che_close/func.php new file mode 100644 index 00000000..60e74f27 --- /dev/null +++ b/che_close/func.php @@ -0,0 +1,7419 @@ + $leader, 'power' => $power, 'intel' => $intel); +} + +// 14 ~ 75 +function abilityLeadpow() { + $total = 150; + $leader = (rand()%100 + 1) / 100.0 + 6.0; + $power = (rand()%100 + 1) / 100.0 + 6.0; + $intel = (rand()%100 + 1) / 100.0 + 1.0; + $rate = $leader + $power + $intel; + $leader = floor($leader / $rate * $total); + $power = floor($power / $rate * $total); + $intel = floor($intel / $rate * $total); + + while($leader+$power+$intel < 150) { + $leader++; + } + + return array('leader' => $leader, 'power' => $power, 'intel' => $intel); +} + +function abilityLeadint() { + $total = 150; + $leader = (rand()%100 + 1) / 100.0 + 6.0; + $power = (rand()%100 + 1) / 100.0 + 1.0; + $intel = (rand()%100 + 1) / 100.0 + 6.0; + $rate = $leader + $power + $intel; + $leader = floor($leader / $rate * $total); + $power = floor($power / $rate * $total); + $intel = floor($intel / $rate * $total); + + while($leader+$power+$intel < 150) { + $leader++; + } + + return array('leader' => $leader, 'power' => $power, 'intel' => $intel); +} + +function abilityPowint() { + $total = 150; + $leader = (rand()%100 + 1) / 100.0 + 1.0; + $power = (rand()%100 + 1) / 100.0 + 6.0; + $intel = (rand()%100 + 1) / 100.0 + 6.0; + $rate = $leader + $power + $intel; + $leader = floor($leader / $rate * $total); + $power = floor($power / $rate * $total); + $intel = floor($intel / $rate * $total); + + while($leader+$power+$intel < 150) { + $leader++; + } + + return array('leader' => $leader, 'power' => $power, 'intel' => $intel); +} + +function delInDir($dir) { + $handle = opendir($dir); + while(false !== ($FolderOrFile = readdir($handle))) { + if($FolderOrFile != "." && $FolderOrFile != "..") { + if(is_dir("$dir/$FolderOrFile")) { + deldir("$dir/$FolderOrFile"); + } // recursive + else { + unlink("$dir/$FolderOrFile"); + } + } + } + closedir($handle); +// if(rmdir($dir)) { +// $success = true; +// } + return $success; +} + +function GetImageURL($imgsvr) { + global $image, $image1; + if($imgsvr == 0) { + return $image; + } else { + return $image1; + } +} + +function CheckLogin($type=0) { + if($_SESSION[p_id] == "") { + if($type == 0) { echo ""; } + else { echo ""; } + exit(); + } +} + +function checkLimit($userlevel, $con, $conlimit) { + //운영자 + if($userlevel >= 5) { return 0; } + //특회이면 3배 + if($userlevel >= 3) { $conlimit *= 3; } + //접속률 이상이면 제한 + if($con > $conlimit) { + return 2; + //접속제한 90%이면 경고문구 + } elseif($con > $conlimit * 0.9) { + return 1; + } else { + return 0; + } +} + +function bar($per, $skin=1, $h=7) { + global $images; + if($h == 7) { $bd = 0; $h = 7; $h2 = 5; } + else { $bd = 1; $h = 12; $h2 = 8; } + + $per = round($per, 1); + if($per < 1 || $per > 99) { $per = round($per); } + $str1 = " "; + $str2 = " "; + if($per <= 0) { $str1 = ""; } + elseif($per >= 100) { $str2 = ""; } + if($skin == 0) { + $str = "-"; + } else { + $str = " + + {$str1}{$str2} +
"; + } + return $str; +} + +function printLimitMsg($turntime) { + echo " + + +접속제한 + + +"; +require('analytics.php'); +echo " + + + +접속 제한중입니다. 1턴 이내에 너무 많은 갱신을 하셨습니다. (다음 접속 가능 시각 : {$turntime})
+(자신의 턴이 되면 다시 접속 가능합니다. 당신의 건강을 위해 잠시 쉬어보시는 것은 어떨까요? ^^)
+
+ + +"; +} +// (자신의 턴이 되면 다시 접속 가능합니다. 제한량을 늘리기 위해 참여해주세요! 참여게시판 참고.)
+ +function getScenario($connect) { + $query = "select scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + switch($admin[scenario]) { + case 0: $str = "공백지모드"; break; + case 1: $str = "역사모드1 : 184년 황건적의 난"; break; + case 2: $str = "역사모드2 : 190년 반동탁연합"; break; + case 3: $str = "역사모드3 : 194년 군웅할거"; break; + case 4: $str = "역사모드4 : 196년 황제는 허도로"; break; + case 5: $str = "역사모드5 : 200년 관도대전"; break; + case 6: $str = "역사모드6 : 202년 원가의 분열"; break; + case 7: $str = "역사모드7 : 207년 적벽대전"; break; + case 8: $str = "역사모드8 : 213년 익주 공방전"; break; + case 9: $str = "역사모드9 : 219년 삼국정립"; break; + case 10: $str = "역사모드10 : 225년 칠종칠금"; break; + case 11: $str = "역사모드11 : 228년 출사표"; break; + + case 12: $str = "IF모드1 : 191년 백마장군의 위세"; break; + + case 20: $str = "가상모드1 : 180년 영웅 난무"; break; + case 21: $str = "가상모드1 : 180년 영웅 집결"; break; + case 22: $str = "가상모드2 : 179년 훼신 집결"; break; + case 23: $str = "가상모드3 : 180년 영웅 시대"; break; + case 24: $str = "가상모드4 : 180년 결사항전"; break; + case 25: $str = "가상모드5 : 180년 영웅독존"; break; + case 26: $str = "가상모드6 : 180년 무풍지대"; break; + case 27: $str = "가상모드7 : 180년 가요대잔치"; break; + case 28: $str = "가상모드8 : 180년 확산성 밀리언 아서"; break; + default: $str = "시나리오?"; break; + } + return $str; +} + +function CheckBlock($connect) { + $query = "select block from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + return $me[block]; +} + +function NationCharCall($call) { + switch($call) { + case "명가": $type =13; break; + case "음양가": $type =12; break; + case "종횡가": $type =11; break; + case "불가": $type =10; break; + case "도적": $type = 9; break; + case "오두미도":$type = 8; break; + case "태평도": $type = 7; break; + case "도가": $type = 6; break; + case "묵가": $type = 5; break; + case "덕가": $type = 4; break; + case "병가": $type = 3; break; + case "유가": $type = 2; break; + case "법가": $type = 1; break; + default: $type = 0; break; + } + return $type; +} + +function getRandGenName() { + $first = array('가', '간', '감', '강', '고', '공', '공손', '곽', '관', '괴', '교', '금', '노', '뇌', '능', '도', '동', '두', + '등', '마', '맹', '문', '미', '반', '방', '부', '비', '사', '사마', '서', '설', '성', '소', '손', '송', '순', '신', '심', + '악', '안', '양', '엄', '여', '염', '오', '왕', '요', '우', '원', '위', '유', '육', '윤', '이', '장', '저', '전', '정', + '제갈', '조', '종', '주', '진', '채', '태사', '하', '하후', '학', '한', '향', '허', '호', '화', '황', + '공손', '손', '왕', '유', '장', '조'); + $last = array('가', '간', '강', '거', '건', '검', '견', '경', '공', '광', '권', '규', '녕', '단', '대', '도', '등', '람', + '량', '례', '로', '료', '모', '민', '박', '범', '보', '비', '사', '상', '색', '서', '소', '속', '송', '수', '순', '습', + '승', '양', '연', '영', '온', '옹', '완', '우', '웅', '월', '위', '유', '윤', '융', '이', '익', '임', '정', '제', '조', + '주', '준', '지', '찬', '책', '충', '탁', '택', '통', '패', '평', '포', '합', '해', '혁', '현', '화', '환', '회', '횡', + '후', '훈', '휴', '흠', '흥'); + + $firstname = $first[rand()%count($first)]; + $lastname = $last[rand()%count($last)]; + + $fullname = "{$firstname}{$lastname}"; + return $fullname; +} + +function CityNameArray() { + $cityNames = array( + "","업","허창","낙양","장안","성도","양양","건업","북평","남피","완","수춘","서주","강릉","장사", + "시상","위례","계","복양","진류","여남","하비","서량","하내","한중","상용","덕양","강주","건녕", + "남해","계양","오","평양","사비","계림","진양","평원","북해","초","패","천수","안정","홍농", + "하변","자동","영안","귀양","주시","운남","남영","교지","신야","강하","무릉","영릉","상동","여강", + "회계","고창","대","안평","졸본","이도","강","저","흉노","남만","산월","오환","왜","호관", + "호로","사곡","함곡","사수","양평","가맹","역경","계교","동황","관도","정도","합비","광릉","적도", + "가정","기산","면죽","이릉","장판","백랑","적벽","파양","탐라","유구" + ); + return $cityNames; +} + +function CityCall($call) { + switch($call) { + case "업": $type = 1; break; case "허창": $type = 2; break; + case "낙양": $type = 3; break; case "장안": $type = 4; break; + case "성도": $type = 5; break; case "양양": $type = 6; break; + case "건업": $type = 7; break; case "북평": $type = 8; break; + case "남피": $type = 9; break; case "완": $type = 10; break; + case "수춘": $type = 11; break; case "서주": $type = 12; break; + case "강릉": $type = 13; break; case "장사": $type = 14; break; + case "시상": $type = 15; break; case "위례": $type = 16; break; + case "계": $type = 17; break; case "복양": $type = 18; break; + case "진류": $type = 19; break; case "여남": $type = 20; break; + case "하비": $type = 21; break; case "서량": $type = 22; break; + case "하내": $type = 23; break; case "한중": $type = 24; break; + case "상용": $type = 25; break; case "덕양": $type = 26; break; + case "강주": $type = 27; break; case "건녕": $type = 28; break; + case "남해": $type = 29; break; case "계양": $type = 30; break; + case "오": $type = 31; break; case "평양": $type = 32; break; + case "사비": $type = 33; break; case "계림": $type = 34; break; + case "진양": $type = 35; break; case "평원": $type = 36; break; + case "북해": $type = 37; break; case "초": $type = 38; break; + case "패": $type = 39; break; case "천수": $type = 40; break; + case "안정": $type = 41; break; case "홍농": $type = 42; break; + case "하변": $type = 43; break; case "자동": $type = 44; break; + case "영안": $type = 45; break; case "귀양": $type = 46; break; + case "주시": $type = 47; break; case "운남": $type = 48; break; + case "남영": $type = 49; break; case "교지": $type = 50; break; + case "신야": $type = 51; break; case "강하": $type = 52; break; + case "무릉": $type = 53; break; case "영릉": $type = 54; break; + case "상동": $type = 55; break; case "여강": $type = 56; break; + case "회계": $type = 57; break; case "고창": $type = 58; break; + case "대": $type = 59; break; case "안평": $type = 60; break; + case "졸본": $type = 61; break; case "이도": $type = 62; break; + case "강": $type = 63; break; case "저": $type = 64; break; + case "흉노": $type = 65; break; case "남만": $type = 66; break; + case "산월": $type = 67; break; case "오환": $type = 68; break; + case "왜": $type = 69; break; case "호관": $type = 70; break; + case "호로": $type = 71; break; case "사곡": $type = 72; break; + case "함곡": $type = 73; break; case "사수": $type = 74; break; + case "양평": $type = 75; break; case "가맹": $type = 76; break; + case "역경": $type = 77; break; case "계교": $type = 78; break; + case "동황": $type = 79; break; case "관도": $type = 80; break; + case "정도": $type = 81; break; case "합비": $type = 82; break; + case "광릉": $type = 83; break; case "적도": $type = 84; break; + case "가정": $type = 85; break; case "기산": $type = 86; break; + case "면죽": $type = 87; break; case "이릉": $type = 88; break; + case "장판": $type = 89; break; case "백랑": $type = 90; break; + case "적벽": $type = 91; break; case "파양": $type = 92; break; + case "탐라": $type = 93; break; case "유구": $type = 94; break; + } + return $type; +} + +function CityNum($num) { + switch($num) { + case 1: $call = "업" ; break; case 2: $call = "허창"; break; + case 3: $call = "낙양"; break; case 4: $call = "장안"; break; + case 5: $call = "성도"; break; case 6: $call = "양양"; break; + case 7: $call = "건업"; break; case 8: $call = "북평"; break; + case 9: $call = "남피"; break; case 10: $call = "완" ; break; + case 11: $call = "수춘"; break; case 12: $call = "서주"; break; + case 13: $call = "강릉"; break; case 14: $call = "장사"; break; + case 15: $call = "시상"; break; case 16: $call = "위례"; break; + case 17: $call = "계" ; break; case 18: $call = "복양"; break; + case 19: $call = "진류"; break; case 20: $call = "여남"; break; + case 21: $call = "하비"; break; case 22: $call = "서량"; break; + case 23: $call = "하내"; break; case 24: $call = "한중"; break; + case 25: $call = "상용"; break; case 26: $call = "덕양"; break; + case 27: $call = "강주"; break; case 28: $call = "건녕"; break; + case 29: $call = "남해"; break; case 30: $call = "계양"; break; + case 31: $call = "오" ; break; case 32: $call = "평양"; break; + case 33: $call = "사비"; break; case 34: $call = "계림"; break; + case 35: $call = "진양"; break; case 36: $call = "평원"; break; + case 37: $call = "북해"; break; case 38: $call = "초" ; break; + case 39: $call = "패" ; break; case 40: $call = "천수"; break; + case 41: $call = "안정"; break; case 42: $call = "홍농"; break; + case 43: $call = "하변"; break; case 44: $call = "자동"; break; + case 45: $call = "영안"; break; case 46: $call = "귀양"; break; + case 47: $call = "주시"; break; case 48: $call = "운남"; break; + case 49: $call = "남영"; break; case 50: $call = "교지"; break; + case 51: $call = "신야"; break; case 52: $call = "강하"; break; + case 53: $call = "무릉"; break; case 54: $call = "영릉"; break; + case 55: $call = "상동"; break; case 56: $call = "여강"; break; + case 57: $call = "회계"; break; case 58: $call = "고창"; break; + case 59: $call = "대" ; break; case 60: $call = "안평"; break; + case 61: $call = "졸본"; break; case 62: $call = "이도"; break; + case 63: $call = "강" ; break; case 64: $call = "저" ; break; + case 65: $call = "흉노"; break; case 66: $call = "남만"; break; + case 67: $call = "산월"; break; case 68: $call = "오환"; break; + case 69: $call = "왜" ; break; case 70: $call = "호관"; break; + case 71: $call = "호로"; break; case 72: $call = "사곡"; break; + case 73: $call = "함곡"; break; case 74: $call = "사수"; break; + case 75: $call = "양평"; break; case 76: $call = "가맹"; break; + case 77: $call = "역경"; break; case 78: $call = "계교"; break; + case 79: $call = "동황"; break; case 80: $call = "관도"; break; + case 81: $call = "정도"; break; case 82: $call = "합비"; break; + case 83: $call = "광릉"; break; case 84: $call = "적도"; break; + case 85: $call = "가정"; break; case 86: $call = "기산"; break; + case 87: $call = "면죽"; break; case 88: $call = "이릉"; break; + case 89: $call = "장판"; break; case 90: $call = "백랑"; break; + case 91: $call = "적벽"; break; case 92: $call = "파양"; break; + case 93: $call = "탐라"; break; case 94: $call = "유구"; break; + } + return $call; +} + +function CharCall($call) { + switch($call) { + case "은둔": $type =10; break; + case "안전"; $type = 9; break; + case "유지"; $type = 8; break; + case "재간"; $type = 7; break; + case "출세"; $type = 6; break; + case "할거"; $type = 5; break; + case "정복"; $type = 4; break; + case "패권"; $type = 3; break; + case "의협"; $type = 2; break; + case "대의"; $type = 1; break; + case "왕좌"; $type = 0; break; + } + return $type; +} + +function SpecCall($call) { + switch($call) { + case "-": $type = 0; break; + case "경작": $type = 1; break; + case "상재": $type = 2; break; + case "발명": $type = 3; break; + + case "축성": $type = 10; break; + case "수비": $type = 11; break; + case "통찰": $type = 12; break; + + case "인덕": $type = 20; break; + + case "거상": $type = 30; break; + case "귀모": $type = 31; break; + + case "귀병": $type = 40; break; + case "신산": $type = 41; break; + case "환술": $type = 42; break; + case "집중": $type = 43; break; + case "신중": $type = 44; break; + case "반계": $type = 45; break; + + case "보병": $type = 50; break; + case "궁병": $type = 51; break; + case "기병": $type = 52; break; + case "공성": $type = 53; break; + + case "돌격": $type = 60; break; + case "무쌍": $type = 61; break; + case "견고": $type = 62; break; + case "위압": $type = 63; break; + + case "저격": $type = 70; break; + case "필살": $type = 71; break; + case "징병": $type = 72; break; + case "의술": $type = 73; break; + case "격노": $type = 74; break; + case "척사": $type = 75; break; + } + return $type; +} + +// 0 1 2 3 4 5 6 7 +// 0 -, 경작, 상재, 발명 = 3 지력내정 +// 10 축성, 수비, 통찰 = 3 무력내정 +// 20 인덕 = 1 통솔내정 +// 30 거상, 귀모 = 2 공통내정 + +function getSpecial($connect, $leader, $power, $intel) { + //통장 + if($leader*0.9 > $power && $leader*0.9 > $intel) { + $type = array(20, 30, 31); + $special = $type[rand()%3]; + // 거상, 귀모는 33% * 6% = 2% + if(($special == 30 || $special == 31) && rand()%100 > 6) { + $type = array(20, 20); + $special = $type[rand()%2]; + } + //무장 + } elseif($power >= $intel) { + $type = array(10, 11, 12, 30, 31); + $special = $type[rand()%5]; + // 거상, 귀모는 그중에 20% * 10% = 2% + if(($special == 30 || $special == 31) && rand()%100 > 10) { + $type = array(10, 11, 12); + $special = $type[rand()%3]; + } + //지장 + } elseif($intel > $power) { + $type = array(1, 2, 3, 30, 31); + $special = $type[rand()%5]; + // 거상, 귀모는 그중에 20% * 10% = 2% + if(($special == 30 || $special == 31) && rand()%100 > 10) { + $type = array(1, 2, 3); + $special = $type[rand()%3]; + } + } else { + $type = array(30, 31); + $special = $type[rand()%2]; + } + return $special; +} + +// 0 1 2 3 4 5 6 7 +// 40 귀병, 신산, 환술, 집중, 신중, 반계 = 6 지력전투 +// 50 보병, 궁병, 기병, 공성 = 4 무력전투 +// 60 돌격, 무쌍, 견고, 위압 = 4 무장전투 +// 70 저격, 필살, 징병, 의술, 격노, 척사 = 6 공통전투 + +function getSpecial2($connect, $leader, $power, $intel, $nodex=1, $dex0=0, $dex10=0, $dex20=0, $dex30=0, $dex40=0) { + $special2 = 70; + // 숙련 10,000: 25%, 40,000: 50%, 100,000: 79%, 160,000: 100% + $dex = sqrt($dex0 + $dex10 + $dex20 + $dex30 + $dex40); + $dex = round($dex / 4); + // 숙련 10,000: 75%, 40,000: 50%, 100,000: 21%, 160,000: 0% + // 그중 20%만 + if($nodex == 0 && rand()%100 < 20 && rand()%100 > $dex) { + if(max($dex0, $dex10, $dex20, $dex30, $dex40) == $dex0) { + $special2 = 50; + // 숙련이 아얘 없을시 재분배 + if($dex0 <= 0) { + if($power >= $intel) { + $special2 = 50 + rand()%4; + } else { + $special2 = 40; + } + } + } elseif(max($dex0, $dex10, $dex20, $dex30, $dex40) == $dex10) { + $special2 = 51; + } elseif(max($dex0, $dex10, $dex20, $dex30, $dex40) == $dex20) { + $special2 = 52; + } elseif(max($dex0, $dex10, $dex20, $dex30, $dex40) == $dex30) { + $special2 = 40; + } elseif(max($dex0, $dex10, $dex20, $dex30, $dex40) == $dex40) { + $special2 = 53; + } + //무장 + } elseif($power >= $intel) { + $type = array(60, 61, 62, 63, 70, 71, 72, 73, 74, 75); + $special2 = $type[rand()%10]; + // 의술은 그중에 10% * 20% = 2% + if(($special2 == 73) && rand()%100 > 20) { + $type = array(60, 61, 62, 63, 70, 71, 72, 74, 75); + $special2 = $type[rand()%9]; + } + //지장 + } elseif($intel > $power) { + $type = array(41, 42, 43, 44, 45, 70, 71, 72, 73, 74, 75); + $special2 = $type[rand()%11]; + // 환술은 그중에 9% * 50% = 4.5% + if(($special2 == 42) && rand()%100 > 50) { + $type = array(41, 43, 44, 45, 70, 71, 72, 74, 75); + $special2 = $type[rand()%9]; + } + // 의술은 그중에 9% * 20% = 1.8% + if(($special2 == 73) && rand()%100 > 20) { + $type = array(41, 42, 43, 44, 45, 70, 71, 72, 74, 75); + $special2 = $type[rand()%10]; + } + } else { + $type = array(70, 71, 72, 73, 74, 75); + $special2 = $type[rand()%6]; + } + return $special2; +} + +function getConnect($con) { + if($con < 50) $conname = "안함"; + elseif($con < 100) $conname = "무관심"; + elseif($con < 200) $conname = "가끔"; + elseif($con < 400) $conname = "보통"; + elseif($con < 800) $conname = "자주"; + elseif($con < 1600) $conname = "열심"; + elseif($con < 3200) $conname = "중독"; + elseif($con < 6400) $conname = "폐인"; + elseif($con < 12800) $conname = "경고"; + else $conname = "헐..."; + + return $conname; +} + +function getCityLevel($level) { + switch($level) { + case 8: $call = "특"; break; + case 7: $call = "대"; break; + case 6: $call = "중"; break; + case 5: $call = "소"; break; + case 4: $call = "이"; break; + case 3: $call = "관"; break; + case 2: $call = "진"; break; + case 1: $call = "수"; break; + default:$call = "?"; break; + } + return $call; +} + +function getRegion($region) { + switch($region) { + case 8: $call = "동이"; break; + case 7: $call = "오월"; break; + case 6: $call = "초"; break; + case 5: $call = "남중"; break; + case 4: $call = "서촉"; break; + case 3: $call = "서북"; break; + case 2: $call = "중원"; break; + case 1: $call = "하북"; break; + default:$call = "?"; break; + } + return $call; +} + +function getNationChiefLevel($level) { + switch($level) { + case 7: $lv = 5; break; + case 6: $lv = 5; break; + case 5: $lv = 7; break; + case 4: $lv = 7; break; + case 3: $lv = 9; break; + case 2: $lv = 9; break; + case 1: $lv = 11; break; + case 0: $lv = 11; break; + } + return $lv; +} + +function getNationLevel($level) { + switch($level) { + case 7: $call = "황제"; break; + case 6: $call = "왕"; break; + case 5: $call = "공"; break; + case 4: $call = "주목"; break; + case 3: $call = "주자사"; break; + case 2: $call = "군벌"; break; + case 1: $call = "호족"; break; + case 0: $call = "방랑군"; break; + } + return $call; +} + +function getGenChar($type) { + switch($type) { + case 10: $call = "은둔"; break; + case 9: $call = "안전"; break; + case 8: $call = "유지"; break; + case 7: $call = "재간"; break; + case 6: $call = "출세"; break; + case 5: $call = "할거"; break; + case 4: $call = "정복"; break; + case 3: $call = "패권"; break; + case 2: $call = "의협"; break; + case 1: $call = "대의"; break; + case 0: $call = "왕좌"; break; + } + return $call; +} + +function getGenSpecial($type) { + switch($type) { + case 0: $call = "-"; break; + case 1: $call = "경작"; break; + case 2: $call = "상재"; break; + case 3: $call = "발명"; break; + + case 10: $call = "축성"; break; + case 11: $call = "수비"; break; + case 12: $call = "통찰"; break; + + case 20: $call = "인덕"; break; + + case 30: $call = "거상"; break; + case 31: $call = "귀모"; break; + + case 40: $call = "귀병"; break; + case 41: $call = "신산"; break; + case 42: $call = "환술"; break; + case 43: $call = "집중"; break; + case 44: $call = "신중"; break; + case 45: $call = "반계"; break; + + case 50: $call = "보병"; break; + case 51: $call = "궁병"; break; + case 52: $call = "기병"; break; + case 53: $call = "공성"; break; + + case 60: $call = "돌격"; break; + case 61: $call = "무쌍"; break; + case 62: $call = "견고"; break; + case 63: $call = "위압"; break; + + case 70: $call = "저격"; break; + case 71: $call = "필살"; break; + case 72: $call = "징병"; break; + case 73: $call = "의술"; break; + case 74: $call = "격노"; break; + case 75: $call = "척사"; break; + } + return $call; +} + +function getNationType($type) { + switch($type) { + case 13: $call = "명 가"; break; + case 12: $call = "음 양 가"; break; + case 11: $call = "종 횡 가"; break; + case 10: $call = "불 가"; break; + case 9: $call = "도 적"; break; + case 8: $call = "오 두 미 도"; break; + case 7: $call = "태 평 도"; break; + case 6: $call = "도 가"; break; + case 5: $call = "묵 가"; break; + case 4: $call = "덕 가"; break; + case 3: $call = "병 가"; break; + case 2: $call = "유 가"; break; + case 1: $call = "법 가"; break; + case 0: $call = "-"; break; + } + return $call; +} + +function getNationType2($type, $skin) { + switch($type) { + case 13: $call = "기술↑ 인구↑ 쌀수입↓ 수성↓"; break; + case 12: $call = "내정↑ 인구↑ 기술↓ 전략↓"; break; + case 11: $call = "전략↑ 수성↑ 금수입↓ 내정↓"; break; + case 10: $call = "민심↑ 수성↑ 금수입↓"; break; + case 9: $call = "계략↑ 금수입↓ 치안↓ 민심↓"; break; + case 8: $call = "쌀수입↑ 인구↑ 기술↓ 수성↓ 내정↓"; break; + case 7: $call = "인구↑ 민심↑ 기술↓ 수성↓"; break; + case 6: $call = "인구↑ 기술↓ 치안↓"; break; + case 5: $call = "수성↑ 기술↓"; break; + case 4: $call = "치안↑인구↑ 민심↑ 쌀수입↓ 수성↓"; break; + case 3: $call = "기술↑ 수성↑ 인구↓ 민심↓"; break; + case 2: $call = "내정↑ 민심↑ 쌀수입↓"; break; + case 1: $call = "금수입↑ 치안↑ 인구↓ 민심↓"; break; + case 0: $call = "-"; break; + } + if($skin == 0) { + $call = str_replace("","", $call); + $call = str_replace("","", $call); + $call = str_replace("","", $call); + } + return $call; +} + +function getLevel($level, $nlevel=8) { + if($level >= 0 && $level <= 4) { $nlevel = 0; } + $code = $nlevel * 100 + $level; + switch($code) { + case 812: $call = "군주"; break; + case 811: $call = "참모"; break; + case 810: $call = "제1장군"; break; + case 809: $call = "제1모사"; break; + case 808: $call = "제2장군"; break; + case 807: $call = "제2모사"; break; + case 806: $call = "제3장군"; break; + case 805: $call = "제3모사"; break; + + case 712: $call = "황제"; break; case 612: $call = "왕"; break; + case 711: $call = "승상"; break; case 611: $call = "광록훈"; break; + case 710: $call = "위장군"; break; case 610: $call = "전장군"; break; + case 709: $call = "사공"; break; case 609: $call = "상서령"; break; + case 708: $call = "표기장군"; break; case 608: $call = "좌장군"; break; + case 707: $call = "태위"; break; case 607: $call = "중서령"; break; + case 706: $call = "거기장군"; break; case 606: $call = "우장군"; break; + case 705: $call = "사도"; break; case 605: $call = "비서령"; break; + + case 512: $call = "공"; break; case 412: $call = "주목"; break; + case 511: $call = "광록대부"; break; case 411: $call = "태사령"; break; + case 510: $call = "안국장군"; break; case 410: $call = "아문장군"; break; + case 509: $call = "집금오"; break; case 409: $call = "낭중"; break; + case 508: $call = "파로장군"; break; case 408: $call = "호군"; break; + case 507: $call = "소부"; break; case 407: $call = "종사중랑"; break; + + case 312: $call = "주자사"; break; case 212: $call = "군벌"; break; + case 311: $call = "주부"; break; case 211: $call = "참모"; break; + case 310: $call = "편장군"; break; case 210: $call = "비장군"; break; + case 309: $call = "간의대부"; break; case 209: $call = "부참모"; break; + + case 112: $call = "영주"; break; case 12: $call = "두목"; break; + case 111: $call = "참모"; break; case 11: $call = "부두목"; break; + + case 4: $call = "태수"; break; + case 3: $call = "군사"; break; + case 2: $call = "시중"; break; + case 1: $call = "일반"; break; + case 0: $call = "재야"; break; + default: $call = "-"; break; + } + return $call; +} + +function getCall($leader, $power, $intel) { + global $_goodgenleader, $_goodgenpower, $_goodgenintel; + + $call = "평범"; + if($leader >= $_goodgenleader && $power >= $_goodgenpower && $intel >= $_goodgenintel) { + $call = "만능"; + } elseif($leader >= $_goodgenleader && $power >= $_goodgenpower) { + $call = "용장"; + } elseif($leader >= $_goodgenleader && $intel >= $_goodgenintel) { + $call = "지장"; + } elseif($power >= $_goodgenpower && $intel >= $_goodgenintel) { + $call = "명장"; + } elseif($leader >= $_goodgenleader) { + $call = "명사"; + } elseif($power >= $_goodgenpower) { + $call = "용맹"; + } elseif($intel >= $_goodgenintel) { + $call = "현명"; + } + return $call; +} + +function getDed($dedication) { + if($dedication < 1 ) $level2 = "무품관"; + elseif($dedication < 10*10) $level2 = "30품관"; + elseif($dedication < 20*20) $level2 = "29품관"; + elseif($dedication < 30*30) $level2 = "28품관"; + elseif($dedication < 40*40) $level2 = "27품관"; + elseif($dedication < 50*50) $level2 = "26품관"; + elseif($dedication < 60*60) $level2 = "25품관"; + elseif($dedication < 70*70) $level2 = "24품관"; + elseif($dedication < 80*80) $level2 = "23품관"; + elseif($dedication < 90*90) $level2 = "22품관"; + elseif($dedication < 100*100) $level2 = "21품관"; + elseif($dedication < 110*110) $level2 = "20품관"; + elseif($dedication < 120*120) $level2 = "19품관"; + elseif($dedication < 130*130) $level2 = "18품관"; + elseif($dedication < 140*140) $level2 = "17품관"; + elseif($dedication < 150*150) $level2 = "16품관"; + elseif($dedication < 160*160) $level2 = "15품관"; + elseif($dedication < 170*170) $level2 = "14품관"; + elseif($dedication < 180*180) $level2 = "13품관"; + elseif($dedication < 190*190) $level2 = "12품관"; + elseif($dedication < 200*200) $level2 = "11품관"; // 40000 + elseif($dedication < 210*210) $level2 = "10품관"; // 44100 + elseif($dedication < 220*220) $level2 = "9품관"; // 48400 + elseif($dedication < 230*230) $level2 = "8품관"; // 52900 + elseif($dedication < 240*240) $level2 = "7품관"; // 57600 + elseif($dedication < 250*250) $level2 = "6품관"; // 62500 + elseif($dedication < 260*260) $level2 = "5품관"; // 67600 + elseif($dedication < 270*270) $level2 = "4품관"; // 72900 + elseif($dedication < 280*280) $level2 = "3품관"; // 78400 + elseif($dedication < 290*290) $level2 = "2품관"; // 84100 + else { + $level2 = "1품관"; + } + + return $level2; +} + +function getExpLevel($experience) { + if($experience < 1000) { + $level = floor($experience / 100); + } else { + for($level = 0; $experience > (($level+1)*($level+1)*10); $level++) { + } + } + + return $level; +} + +function getDedLevel($dedication) { + for($level = 0; $dedication > (($level+1)*($level+1)*100); $level++) { + } + + return $level; +} + +function expStatus($exp) { + global $_upgradeLimit; + return $exp / $_upgradeLimit * 100; +} + +function getLevelPer($exp, $level) { + if($exp < 100) { $per = $exp; } + elseif($exp < 1000) { $per = $exp - ($level)*100; } + else { $per = ($exp - 10*$level*$level) / (2*$level+1) * 10; } + return $per; +} + +function getBill($dedication) { + for($level = 0; $dedication > (($level+1)*($level+1)*100); $level++) { + } + + return ($level * 200 + 400); +} + +function getHonor($experience) { + if($experience < 640 ) $honor = "전무"; + elseif($experience < 2560) $honor = "무명"; + elseif($experience < 5760) $honor = "신동"; + elseif($experience < 10240) $honor = "약간"; + elseif($experience < 16000) $honor = "평범"; + elseif($experience < 23040) $honor = "지역적"; + elseif($experience < 31360) $honor = "전국적"; + elseif($experience < 40960) $honor = "세계적"; + elseif($experience < 45000) $honor = "유명"; + elseif($experience < 51840) $honor = "명사"; + elseif($experience < 55000) $honor = "호걸"; + elseif($experience < 64000) $honor = "효웅"; + elseif($experience < 77440) $honor = "영웅"; + else $honor = "구세주"; + + return $honor; +} + +function getTypename($type) { + switch($type) { + case 0: $typename = "보병"; break; + case 1: $typename = "청주병"; break; + case 2: $typename = "수병"; break; + case 3: $typename = "자객병"; break; + case 4: $typename = "근위병"; break; + case 5: $typename = "등갑병"; break; + + case 10: $typename = "궁병"; break; + case 11: $typename = "궁기병"; break; + case 12: $typename = "연노병"; break; + case 13: $typename = "강궁병"; break; + case 14: $typename = "석궁병"; break; + + case 20: $typename = "기병"; break; + case 21: $typename = "백마병"; break; + case 22: $typename = "중장기병"; break; + case 23: $typename = "돌격기병"; break; + case 24: $typename = "철기병"; break; + case 25: $typename = "수렵기병"; break; + case 26: $typename = "맹수병"; break; + case 27: $typename = "호표기병"; break; + + case 30: $typename = "귀병"; break; + case 31: $typename = "신귀병"; break; + case 32: $typename = "백귀병"; break; + case 33: $typename = "흑귀병"; break; + case 34: $typename = "악귀병"; break; + case 35: $typename = "남귀병"; break; + case 36: $typename = "황귀병"; break; + case 37: $typename = "천귀병"; break; + case 38: $typename = "마귀병"; break; + + case 40: $typename = "정란"; break; + case 41: $typename = "충차"; break; + case 42: $typename = "벽력거"; break; + case 43: $typename = "목우"; break; + } + return $typename; +} + +function getCost($connect, $armtype) { + $query = "select cst{$armtype} from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + return $admin["cst{$armtype}"]; +} + +function TechLimit($startyear, $year, $tech) { + $limit = 0; + if($year < $startyear+ 5 && $tech >= 1000) { $limit = 1; } + if($year < $startyear+10 && $tech >= 2000) { $limit = 1; } + if($year < $startyear+15 && $tech >= 3000) { $limit = 1; } + if($year < $startyear+20 && $tech >= 4000) { $limit = 1; } + if($year < $startyear+25 && $tech >= 5000) { $limit = 1; } + if($year < $startyear+30 && $tech >= 6000) { $limit = 1; } + if($year < $startyear+35 && $tech >= 7000) { $limit = 1; } + if($year < $startyear+40 && $tech >= 8000) { $limit = 1; } + if($year < $startyear+45 && $tech >= 9000) { $limit = 1; } + if($year < $startyear+50 && $tech >= 10000) { $limit = 1; } + if($year < $startyear+55 && $tech >= 11000) { $limit = 1; } + if($year < $startyear+60 && $tech >= 12000) { $limit = 1; } + return $limit; +} + +function getTechAbil($tech) { + if($tech < 1000) { $abil = 0; } + elseif($tech < 2000) { $abil = 25; } + elseif($tech < 3000) { $abil = 50; } + elseif($tech < 4000) { $abil = 75; } + elseif($tech < 5000) { $abil = 100; } + elseif($tech < 6000) { $abil = 125; } + elseif($tech < 7000) { $abil = 150; } + elseif($tech < 8000) { $abil = 175; } + elseif($tech < 9000) { $abil = 200; } + elseif($tech < 10000) { $abil = 225; } + elseif($tech < 11000) { $abil = 250; } + elseif($tech < 12000) { $abil = 275; } + else { $abil = 300; } + return $abil; +} + +function getTechCost($tech) { + if($tech < 1000) { $cost = 1.00; } + elseif($tech < 2000) { $cost = 1.15; } + elseif($tech < 3000) { $cost = 1.30; } + elseif($tech < 4000) { $cost = 1.45; } + elseif($tech < 5000) { $cost = 1.60; } + elseif($tech < 6000) { $cost = 1.75; } + elseif($tech < 7000) { $cost = 1.90; } + elseif($tech < 8000) { $cost = 2.05; } + elseif($tech < 9000) { $cost = 2.20; } + elseif($tech < 10000) { $cost = 2.35; } + elseif($tech < 11000) { $cost = 2.50; } + elseif($tech < 12000) { $cost = 2.65; } + else { $cost = 2.80; } + return $cost; +} + +function getTechCall($tech) { + if($tech < 1000) { $str = "0등급"; } + elseif($tech < 2000) { $str = "1등급"; } + elseif($tech < 3000) { $str = "2등급"; } + elseif($tech < 4000) { $str = "3등급"; } + elseif($tech < 5000) { $str = "4등급"; } + elseif($tech < 6000) { $str = "5등급"; } + elseif($tech < 7000) { $str = "6등급"; } + elseif($tech < 8000) { $str = "7등급"; } + elseif($tech < 9000) { $str = "8등급"; } + elseif($tech < 10000) { $str = "9등급"; } + elseif($tech < 11000) { $str = "10등급"; } + elseif($tech < 12000) { $str = "11등급"; } + else { $str = "12등급"; } + return $str; +} + +function getDexCall($dex) { + if($dex < 2500) { $str = "F-"; } + elseif($dex < 7500) { $str = "F"; } + elseif($dex < 15000) { $str = "F+"; } + elseif($dex < 25000) { $str = "E-"; } + elseif($dex < 37500) { $str = "E"; } + elseif($dex < 52500) { $str = "E+"; } + elseif($dex < 70000) { $str = "D-"; } + elseif($dex < 90000) { $str = "D"; } + elseif($dex < 112500) { $str = "D+"; } + elseif($dex < 137500) { $str = "C-"; } + elseif($dex < 165000) { $str = "C"; } + elseif($dex < 195000) { $str = "C+"; } + elseif($dex < 227500) { $str = "B-"; } + elseif($dex < 262500) { $str = "B"; } + elseif($dex < 300000) { $str = "B+"; } + elseif($dex < 340000) { $str = "A-"; } + elseif($dex < 382500) { $str = "A"; } + elseif($dex < 427500) { $str = "A+"; } + elseif($dex < 475000) { $str = "S-"; } + elseif($dex < 525000) { $str = "S"; } + elseif($dex < 577500) { $str = "S+"; } + elseif($dex < 632500) { $str = "SS-"; } + elseif($dex < 690000) { $str = "SS"; } + elseif($dex < 750000) { $str = "SS+"; } + elseif($dex < 812500) { $str = "SSS-"; } + elseif($dex < 877500) { $str = "SSS"; } + elseif($dex < 945000) { $str = "SSS+"; } + elseif($dex < 1015000) { $str = "Z-"; } + elseif($dex < 1087500) { $str = "Z"; } + elseif($dex < 1162500) { $str = "Z+"; } + else { $str = "?"; } + return $str; +} + +function getDexLevel($dex) { + if($dex < 2500) { $lvl = 0; } + elseif($dex < 7500) { $lvl = 1; } + elseif($dex < 15000) { $lvl = 2; } + elseif($dex < 25000) { $lvl = 3; } + elseif($dex < 37500) { $lvl = 4; } + elseif($dex < 52500) { $lvl = 5; } + elseif($dex < 70000) { $lvl = 6; } + elseif($dex < 90000) { $lvl = 7; } + elseif($dex < 112500) { $lvl = 8; } + elseif($dex < 137500) { $lvl = 9; } + elseif($dex < 165000) { $lvl = 10; } + elseif($dex < 195000) { $lvl = 11; } + elseif($dex < 227500) { $lvl = 12; } + elseif($dex < 262500) { $lvl = 13; } + elseif($dex < 300000) { $lvl = 14; } + elseif($dex < 340000) { $lvl = 15; } + elseif($dex < 382500) { $lvl = 16; } + elseif($dex < 427500) { $lvl = 17; } + elseif($dex < 475000) { $lvl = 18; } + elseif($dex < 525000) { $lvl = 19; } + elseif($dex < 577500) { $lvl = 20; } + elseif($dex < 632500) { $lvl = 21; } + elseif($dex < 690000) { $lvl = 22; } + elseif($dex < 750000) { $lvl = 23; } + elseif($dex < 812500) { $lvl = 24; } + elseif($dex < 877500) { $lvl = 25; } + elseif($dex < 945000) { $lvl = 26; } + elseif($dex < 1015000) { $lvl = 27; } + elseif($dex < 1087500) { $lvl = 28; } + elseif($dex < 1162500) { $lvl = 29; } + else { $lvl = 30; } + return $lvl; +} + +function getDexLog($dex1, $dex2) { + $ratio = (getDexLevel($dex1) - getDexLevel($dex2)) / 50 + 1; + return $ratio; +} + +function getGenDex($general, $type) { + $type = floor($type / 10) * 10; + return $general["dex{$type}"]; +} + +function addGenDex($connect, $no, $type, $exp) { + $type = floor($type / 10) * 10; + $dexType = "dex{$type}"; + if($type == 30) { $exp = round($exp * 0.90); } //귀병은 90%효율 + elseif($type == 40) { $exp = round($exp * 0.90); } //차병은 90%효율 + + $query = "update general set {$dexType}={$dexType}+{$exp} where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function getWeapName($weap) { + switch($weap) { + case 0: $weapname = "-"; break; + case 1: $weapname = "단도(+1)"; break; + case 2: $weapname = "단궁(+2)"; break; + case 3: $weapname = "단극(+3)"; break; + case 4: $weapname = "목검(+4)"; break; + case 5: $weapname = "죽창(+5)"; break; + case 6: $weapname = "소부(+6)"; break; + + case 7: $weapname = "동추(+7)"; break; + case 8: $weapname = "철편(+7)"; break; + case 9: $weapname = "철쇄(+7)"; break; + case 10: $weapname = "맥궁(+7)"; break; + case 11: $weapname = "유성추(+8)"; break; + case 12: $weapname = "철질여골(+8)"; break; + case 13: $weapname = "쌍철극(+9)"; break; + case 14: $weapname = "동호비궁(+9)"; break; + case 15: $weapname = "삼첨도(+10)"; break; + case 16: $weapname = "대부(+10)"; break; + case 17: $weapname = "고정도(+11)"; break; + case 18: $weapname = "이광궁(+11)"; break; + case 19: $weapname = "철척사모(+12)"; break; + case 20: $weapname = "칠성검(+12)"; break; + case 21: $weapname = "사모(+13)"; break; + case 22: $weapname = "양유기궁(+13)"; break; + case 23: $weapname = "언월도(+14)"; break; + case 24: $weapname = "방천화극(+14)"; break; + case 25: $weapname = "청홍검(+15)"; break; + case 26: $weapname = "의천검(+15)"; break; + } + return $weapname; +} + +function getWeapEff($weap) { + switch($weap) { + case 7: $weap = 7; break; + case 8: $weap = 7; break; + case 9: $weap = 7; break; + case 10: $weap = 7; break; + case 11: $weap = 8; break; + case 12: $weap = 8; break; + case 13: $weap = 9; break; + case 14: $weap = 9; break; + case 15: $weap = 10; break; + case 16: $weap = 10; break; + case 17: $weap = 11; break; + case 18: $weap = 11; break; + case 19: $weap = 12; break; + case 20: $weap = 12; break; + case 21: $weap = 13; break; + case 22: $weap = 13; break; + case 23: $weap = 14; break; + case 24: $weap = 14; break; + case 25: $weap = 15; break; + case 26: $weap = 15; break; + default: break; + } + return $weap; +} + +function getBookName($book) { + switch($book) { + case 0: $bookname = "-"; break; + case 1: $bookname = "효경전(+1)"; break; + case 2: $bookname = "회남자(+2)"; break; + case 3: $bookname = "변도론(+3)"; break; + case 4: $bookname = "건상역주(+4)"; break; + case 5: $bookname = "여씨춘추(+5)"; break; + case 6: $bookname = "사민월령(+6)"; break; + + case 7: $bookname = "위료자(+7)"; break; + case 8: $bookname = "사마법(+7)"; break; + case 9: $bookname = "한서(+7)"; break; + case 10: $bookname = "논어(+7)"; break; + case 11: $bookname = "전론(+8)"; break; + case 12: $bookname = "사기(+8)"; break; + case 13: $bookname = "장자(+9)"; break; + case 14: $bookname = "역경(+9)"; break; + case 15: $bookname = "시경(+10)"; break; + case 16: $bookname = "구국론(+10)"; break; + case 17: $bookname = "상군서(+11)"; break; + case 18: $bookname = "춘추전(+11)"; break; + case 19: $bookname = "산해경(+12)"; break; + case 20: $bookname = "맹덕신서(+12)"; break; + case 21: $bookname = "관자(+13)"; break; + case 22: $bookname = "병법24편(+13)"; break; + case 23: $bookname = "한비자(+14)"; break; + case 24: $bookname = "오자병법(+14)"; break; + case 25: $bookname = "노자(+15)"; break; + case 26: $bookname = "손자병법(+15)"; break; + } + return $bookname; +} + +function getBookEff($book) { + switch($book) { + case 7: $book = 7; break; + case 8: $book = 7; break; + case 9: $book = 7; break; + case 10: $book = 7; break; + case 11: $book = 8; break; + case 12: $book = 8; break; + case 13: $book = 9; break; + case 14: $book = 9; break; + case 15: $book = 10; break; + case 16: $book = 10; break; + case 17: $book = 11; break; + case 18: $book = 11; break; + case 19: $book = 12; break; + case 20: $book = 12; break; + case 21: $book = 13; break; + case 22: $book = 13; break; + case 23: $book = 14; break; + case 24: $book = 14; break; + case 25: $book = 15; break; + case 26: $book = 15; break; + default: break; + } + return $book; +} + +function getHorseName($horse) { + switch($horse) { + case 0: $horsename = "-"; break; + case 1: $horsename = "노기(+1)"; break; + case 2: $horsename = "조랑(+2)"; break; + case 3: $horsename = "노새(+3)"; break; + case 4: $horsename = "나귀(+4)"; break; + case 5: $horsename = "갈색마(+5)"; break; + case 6: $horsename = "흑색마(+6)"; break; + + case 7: $horsename = "백마(+7)"; break; + case 8: $horsename = "백마(+7)"; break; + case 9: $horsename = "기주마(+7)"; break; + case 10: $horsename = "기주마(+7)"; break; + case 11: $horsename = "양주마(+8)"; break; + case 12: $horsename = "양주마(+8)"; break; + case 13: $horsename = "과하마(+9)"; break; + case 14: $horsename = "과하마(+9)"; break; + case 15: $horsename = "대완마(+10)"; break; + case 16: $horsename = "대완마(+10)"; break; + case 17: $horsename = "서량마(+11)"; break; + case 18: $horsename = "서량마(+11)"; break; + case 19: $horsename = "사륜거(+12)"; break; + case 20: $horsename = "사륜거(+12)"; break; + case 21: $horsename = "절영(+13)"; break; + case 22: $horsename = "적로(+13)"; break; + case 23: $horsename = "적란마(+14)"; break; + case 24: $horsename = "조황비전(+14)"; break; + case 25: $horsename = "한혈마(+15)"; break; + case 26: $horsename = "적토마(+15)"; break; + } + return $horsename; +} + +function getHorseEff($horse) { + switch($horse) { + case 7: $horse = 7; break; + case 8: $horse = 7; break; + case 9: $horse = 7; break; + case 10: $horse = 7; break; + case 11: $horse = 8; break; + case 12: $horse = 8; break; + case 13: $horse = 9; break; + case 14: $horse = 9; break; + case 15: $horse = 10; break; + case 16: $horse = 10; break; + case 17: $horse = 11; break; + case 18: $horse = 11; break; + case 19: $horse = 12; break; + case 20: $horse = 12; break; + case 21: $horse = 13; break; + case 22: $horse = 13; break; + case 23: $horse = 14; break; + case 24: $horse = 14; break; + case 25: $horse = 15; break; + case 26: $horse = 15; break; + default: break; + } + return $horse; +} + +function getItemName($item) { + switch($item) { + case 0: $itemname = "-"; break; + case 1: $itemname = "환약(치료)"; break; + case 2: $itemname = "수극(저격)"; break; + case 3: $itemname = "탁주(사기)"; break; + case 4: $itemname = "청주(훈련)"; break; + case 5: $itemname = "이추(계략)"; break; + case 6: $itemname = "향낭(계략)"; break; + + case 7: $itemname = "오석산(치료)"; break; + case 8: $itemname = "무후행군(치료)"; break; + case 9: $itemname = "도소연명(치료)"; break; + case 10: $itemname = "칠엽청점(치료)"; break; + case 11: $itemname = "정력견혈(치료)"; break; + case 12: $itemname = "과실주(훈련)"; break; + case 13: $itemname = "이강주(훈련)"; break; + case 14: $itemname = "의적주(사기)"; break; + case 15: $itemname = "두강주(사기)"; break; + case 16: $itemname = "보령압주(사기)"; break; + case 17: $itemname = "철벽서(훈련)"; break; + case 18: $itemname = "단결도(훈련)"; break; + case 19: $itemname = "춘화첩(사기)"; break; + case 20: $itemname = "초선화(사기)"; break; + case 21: $itemname = "육도(계략)"; break; + case 22: $itemname = "삼략(계략)"; break; + case 23: $itemname = "청낭서(의술)"; break; + case 24: $itemname = "태평청령(의술)"; break; + case 25: $itemname = "태평요술(회피)"; break; + case 26: $itemname = "둔갑천서(회피)"; break; + } + return $itemname; +} + +function getItemCost2($weap) { + switch($weap) { + case 0: $weapcost = 0; break; + case 1: $weapcost = 100; break; + case 2: $weapcost = 1000; break; + case 3: $weapcost = 1000; break; + case 4: $weapcost = 1000; break; + case 5: $weapcost = 1000; break; + case 6: $weapcost = 3000; break; + default: $weapcost = 200; break; + } + return $weapcost; +} + +function getItemCost($weap) { + switch($weap) { + case 0: $weapcost = 0; break; + case 1: $weapcost = 1000; break; + case 2: $weapcost = 3000; break; + case 3: $weapcost = 6000; break; + case 4: $weapcost = 10000; break; + case 5: $weapcost = 15000; break; + case 6: $weapcost = 21000; break; + default: $weapcost = 200; break; + } + return $weapcost; +} + +function getTurn($connect, $general, $type, $font=1) { + $turn[0] = $general[turn0]; + + if($type >= 1) { + $turn[1] = $general[turn1]; + $turn[2] = $general[turn2]; + $turn[3] = $general[turn3]; + $turn[4] = $general[turn4]; + $turn[5] = $general[turn5]; + } + if($type >= 2) { + $turn[6] = $general[turn6]; + $turn[7] = $general[turn7]; + $turn[8] = $general[turn8]; + $turn[9] = $general[turn9]; + $turn[10] = $general[turn10]; + $turn[11] = $general[turn11]; + $turn[12] = $general[turn12]; + $turn[13] = $general[turn13]; + $turn[14] = $general[turn14]; + $turn[15] = $general[turn15]; + $turn[16] = $general[turn16]; + $turn[17] = $general[turn17]; + $turn[18] = $general[turn18]; + $turn[19] = $general[turn19]; + $turn[20] = $general[turn20]; + $turn[21] = $general[turn21]; + $turn[22] = $general[turn22]; + $turn[23] = $general[turn23]; + } + + if($type == 0) { $count = 1; } + elseif($type == 1) { $count = 5; } + elseif($type == 2) { $count = 24; } + + for($i=0; $i < $count; $i++) { + $command = DecodeCommand($turn[$i]); + + switch($command[0]) { + case 0: $str[$i] = "휴식"; break; //휴식 + case 1: $str[$i] = "농지 개간"; break; //농업 + case 2: $str[$i] = "상업 투자"; break; //상업 + case 3: $str[$i] = "기술 연구"; break; //기술 + case 4: $str[$i] = "주민 선정"; break; //선정 + case 5: $str[$i] = "수비 강화"; break; //수비 + case 6: $str[$i] = "성벽 보수"; break; //성벽 + case 7: $str[$i] = "정착 장려"; break; //정착 장려 + case 8: $str[$i] = "치안 강화"; break; //치안 + case 9: $str[$i] = "물자 조달"; break; //조달 + + case 11: //징병 + $third = getTypename($command[2]); + $double = $command[1]; + $str[$i] = "【{$third}】 {$double}00명 징병"; + break; + case 12: //모병 + $third = getTypename($command[2]); + $double = $command[1]; + $str[$i] = "【{$third}】 {$double}00명 모병"; + break; + case 13: //훈련 + $str[$i] = "훈련"; + break; + case 14: //사기진작 + $str[$i] = "사기진작"; + break; + case 15: //전투태세 + $str[$i] = "전투태세"; + break; + case 16: //전쟁 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(으)로 출병"; + break; + case 17: //소집해제 + $str[$i] = "소집 해제"; + break; + + case 21: //이동 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(으)로 이동"; + break; + case 22: //등용 + $double = $command[1]; + + $query = "select name from general where no='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $str[$i] = "【{$general[name]}】(을)를 등용"; + break; + case 25: //임관 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if(!$nation[name]) { $nation[name] = '????'; } + + $str[$i] = "【{$nation[name]}】(으)로 임관"; + break; + case 26: //집합 + $str[$i] = "집합"; + break; + case 28: //귀환 + $str[$i] = "담당 도시로 귀환"; + break; + case 29: //인재탐색 + $str[$i] = "인재 탐색"; + break; + case 30: //강행 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(으)로 강행"; + break; + + case 31: //첩보 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 첩보 실행"; + break; + case 32: //화계 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 화계 실행"; + break; + case 33: //탈취 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 탈취 실행"; + break; + case 34: //파괴 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 파괴 실행"; + break; + case 35: //선동 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 선동 실행"; + break; + case 36: //기습 + $double = $command[1]; + $city= getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 기습 실행"; + break; + + case 41: //단련 + $str[$i] = "숙련도를 단련"; + break; + case 42: //견문 + $str[$i] = "견문"; + break; + case 43: //증여 + $fourth = $command[3]; + $third = $command[2]; + $double = $command[1]; + + $query = "select name from general where no='$third'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($fourth == 1) { $str[$i] = "【{$general[name]}】에게 금 {$double}00을 증여"; } + else { $str[$i] = "【{$general[name]}】에게 쌀 {$double}00을 증여"; } + break; + case 44: //헌납 + $third = $command[2]; + $double = $command[1]; + + if($third == 1) { $str[$i] = "금 {$double}00을 헌납"; } + else { $str[$i] = "쌀 {$double}00을 헌납"; } + break; + case 45: //하야 + $str[$i] = "하야"; + break; + case 46: //건국 + $query = "select makenation from general where no='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $str[$i] = "【{$general[makenation]}】(을)를 건국"; + break; + case 47: //방랑 + $str[$i] = "방랑"; + break; + case 48: //장비 구입 + $double = $command[1]; + if($double == 0) { + $str[$i] = "무기를 판매"; + } elseif($double == 100) { + $str[$i] = "서적을 판매"; + } elseif($double == 200) { + $str[$i] = "명마를 판매"; + } elseif($double == 300) { + $str[$i] = "도구를 판매"; + } elseif($double < 100) { + $str[$i] = "【".getWeapName($double)."】(을)를 구입"; + } elseif($double < 200) { + $str[$i] = "【".getBookName($double-100)."】(을)를 구입"; + } elseif($double < 300) { + $str[$i] = "【".getHorseName($double-200)."】(을)를 구입"; + } elseif($double < 400) { + $str[$i] = "【".getItemName($double-300)."】(을)를 구입"; + } + break; + case 49: //군량 매매 + $third = $command[2]; + $double = $command[1]; + + if($third == 1) { $str[$i] = "군량 {$double}00을 판매"; } + else { $str[$i] = "군량 {$double}00을 구입"; } + break; + case 50: //요양 + $str[$i] = "요양"; + break; + + case 54: //선양 + $double = $command[1]; + + $query = "select name from general where no='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $str[$i] = "【{$general[name]}】에게 선양"; + break; + case 55: //거병 + $str[$i] = "방랑군 결성"; + break; + case 56: //해산 + $str[$i] = "방랑군 해산"; + break; + case 57: //모반 시도 + $str[$i] = "모반 시도"; + break; + + default: + $str[$i] = "????"; + break; + } + } + + if($font == 1) { + for($i=0; $i < count($str); $i++) { + $str[$i] = getFont($str[$i]); + } + } + return $str; +} + +function getCoreTurn($connect, $nation, $level) { + $turn[0] = $nation["l{$level}turn0"]; + $turn[1] = $nation["l{$level}turn1"]; + $turn[2] = $nation["l{$level}turn2"]; + $turn[3] = $nation["l{$level}turn3"]; + $turn[4] = $nation["l{$level}turn4"]; + $turn[5] = $nation["l{$level}turn5"]; + $turn[6] = $nation["l{$level}turn6"]; + $turn[7] = $nation["l{$level}turn7"]; + $turn[8] = $nation["l{$level}turn8"]; + $turn[9] = $nation["l{$level}turn9"]; + $turn[10] = $nation["l{$level}turn10"]; + $turn[11] = $nation["l{$level}turn11"]; + + $count = 12; + for($i=0; $i < $count; $i++) { + $command = DecodeCommand($turn[$i]); + + switch($command[0]) { + case 99: //휴식 + $str[$i] = "휴식"; + break; + case 23: //포상 + $fourth = $command[3]; + $third = $command[2]; + $double = $command[1]; + + $query = "select name from general where no='$third'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($fourth == 1) { $str[$i] = "【{$general[name]}】에게 금 {$double}00을 포상"; } + else { $str[$i] = "【{$general[name]}】에게 쌀 {$double}00을 포상"; } + break; + case 24: //몰수 + $fourth = $command[3]; + $third = $command[2]; + $double = $command[1]; + + $query = "select name from general where no='$third'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($fourth == 1) { $str[$i] = "【{$general[name]}】에게서 금 {$double}00을 몰수"; } + else { $str[$i] = "【{$general[name]}】에게서 쌀 {$double}00을 몰수"; } + break; + case 27: //발령 + $third = $command[2]; + $double = $command[1]; + + $query = "select name from general where no='$third'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $city = getCity($connect, $double, "name"); + + $str[$i] = "【{$general[name]}】【{$city[name]}】(으)로 발령"; + break; + case 51: //항복권고 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에게 항복 권고"; + break; + case 52: //원조 + $fourth = $command[3]; + $third = $command[2]; + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $fourth *= 1000; + $third *= 1000; + $str[$i] = "【{$nation[name]}】에게 국고 {$third} 병량 {$fourth} 원조"; + break; + case 53: //통합제의 + $query = "select makenation from general where level='$level' and nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 【{$general[makenation]}】(으)로 통합 제의"; + break; + case 61: //불가침제의 + $third = $command[2]; + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 {$third}년 불가침 제의"; + break; + case 62: //선전 포고 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 선전 포고"; + break; + case 63: //종전 제의 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 종전 제의"; + break; + case 64: //파기 제의 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 파기 제의"; + break; + case 65: //초토 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(을)를 초토화"; + break; + case 66: //천도 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(으)로 천도"; + break; + case 67: //증축 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(을)를 증축"; + break; + case 68: //감축 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(을)를 감축"; + break; + case 71: //필사즉생 + $str[$i] = "필사즉생"; + break; + case 72: //백성동원 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 백성동원"; + break; + case 73: //수몰 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】(을)를 수몰"; + break; + case 74: //허보 + $double = $command[1]; + $city = getCity($connect, $double, "name"); + $str[$i] = "【{$city[name]}】에 허보"; + break; + case 75: //피장파장 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 피장파장"; + break; + case 76: //의병모집 + $str[$i] = "의병모집"; + break; + case 77: //이호경식 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 이호경식"; + break; + case 78: //급습 + $double = $command[1]; + + $query = "select name from nation where nation='$double'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $str[$i] = "【{$nation[name]}】에 급습"; + break; + case 81: //국기변경 + $double = $command[1]; + $colors = GetNationColors(); + $color = $colors[$double]; + + $str[$i] = "【국기】를 변경"; + break; + default: + $str[$i] = "????"; + break; + } + } + + for($i=0; $i < count($str); $i++) { + $str[$i] = getFont($str[$i]); + } + + return $str; +} + +function turnTable() { + echo " + +"; +} + +function CoreTurnTable() { + echo " + +"; +} + +function cityInfo($connect) { + global $_basecolor, $_basecolor2, $images; + + $query = "select no,city,skin from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + // 도시 정보 + $city = getCity($connect, $me[city]); + + $query = "select name,color from nation where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $pop = $city[pop] / $city[pop2] * 100; + $rate = $city[rate]; + $agri = $city[agri] / $city[agri2] * 100; + $comm = $city[comm] / $city[comm2] * 100; + $secu = $city[secu] / $city[secu2] * 100; + $def = $city[def] / $city[def2] * 100; + $wall = $city[wall] / $city[wall2] * 100; + if($city[trade] == 0) { + $trade = 0; + $tradeStr = "상인없음"; + } else { + $trade = ($city[trade]-95) * 10; + $tradeStr = $city[trade] . "%"; + } + + if($nation[color] == "" || $me[skin] < 1) { $nation[color] = "000000"; } + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【 ".getRegion($city[region])." | ".getCityLevel($city[level])." 】 $city[name]
"; + + if($city[nation] == 0) { + echo "공 백 지"; + } else { + echo "지배 국가 【 {$nation[name]} 】"; + } + + if($city[gen1] > 0) { + $query = "select name from general where no='$city[gen1]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($result); + } else { + $gen1[name] = '-'; + } + + if($city[gen2] > 0) { + $query = "select name from general where no='$city[gen2]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($result); + } else { + $gen2[name] = '-'; + } + + if($city[gen3] > 0) { + $query = "select name from general where no='$city[gen3]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen3 = MYDB_fetch_array($result); + } else { + $gen3[name] = '-'; + } + + echo " +
주민".bar($pop, $me[skin])."민심".bar($rate, $me[skin])."태수{$gen1[name]}
{$city[pop]}/{$city[pop2]}{$city[rate]}
농업".bar($agri, $me[skin])."상업".bar($comm, $me[skin])."치안".bar($secu, $me[skin])."군사{$gen2[name]}
{$city[agri]}/{$city[agri2]}{$city[comm]}/{$city[comm2]}{$city[secu]}/{$city[secu2]}
수비".bar($def, $me[skin])."성벽".bar($wall, $me[skin])."시세".bar($trade, $me[skin])."시중{$gen3[name]}
{$city[def]}/{$city[def2]}{$city[wall]}/{$city[wall2]}{$tradeStr}
+"; +} + +function myNationInfo($connect) { + global $_basecolor, $_basecolor2, $images; + + $query = "select startyear,year from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select skin,no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select nation,name,color,power,msg,gold,rice,bill,rate,scout,war,tricklimit,surlimit,tech,totaltech,level,type from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select COUNT(*) as cnt, SUM(pop) as totpop, SUM(pop2) as maxpop from city where nation='$nation[nation]'"; // 도시 이름 목록 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select COUNT(*) as cnt, SUM(crew) as totcrew,SUM(leader)*100 as maxcrew from general where nation='$nation[nation]'"; // 장수 목록 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name from general where nation='$nation[nation]' and level='12'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level12 = MYDB_fetch_array($genresult); + + $query = "select name from general where nation='$nation[nation]' and level='11'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level11 = MYDB_fetch_array($genresult); + + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
【재 야】"; } + else { echo "style=font-weight:bold;font-size:13;>국가【 {$nation[name]} 】"; } + } else { + if($me[nation] == 0) { echo "style=color:white;background-color:000000;font-weight:bold;font-size:13;>【재 야】"; } + else { echo "style=color:".newColor($nation[color]).";background-color:{$nation[color]};font-weight:bold;font-size:13;>국가【 {$nation[name]} 】"; } + } + + echo " +
성 향".getNationType($nation[type])." (".getNationType2($nation[type], $me[skin]).")
".getLevel(12, $nation[level])."";echo $level12==''?"-":"$level12[name]"; echo "".getLevel(11, $nation[level])."";echo $level11==''?"-":"$level11[name]"; echo "
총주민";echo $me[nation]==0?"해당 없음":"$city[totpop]/$city[maxpop]";echo "총병사";echo $me[nation]==0?"해당 없음":"$general[totcrew]/$general[maxcrew]"; echo "
국 고";echo $me[nation]==0?"해당 없음":"$nation[gold]";echo "병 량";echo $me[nation]==0?"해당 없음":"$nation[rice]";echo "
지급율"; + if($me[nation] == 0) { + echo "해당 없음"; + } else { + echo $nation[bill]==0?"0 %":"$nation[bill] %"; + } + echo " + 세 율"; + if($me[nation] == 0) { + echo "해당 없음"; + } else { + echo $nation[rate]==0?"0 %":"$nation[rate] %"; + } + + $techCall = getTechCall($nation[tech]); + + if(TechLimit($admin[startyear], $admin[year], $nation[tech])) { $nation[tech] = "{$nation[tech]}"; } + else { $nation[tech] = "{$nation[tech]}"; } + + $nation[tech] = "$techCall / $nation[tech]"; + + if($nation[tricklimit] != 0) { $nation[tricklimit] = "$nation[tricklimit]턴"; } + else { $nation[tricklimit] = "가 능"; } + + if($nation[surlimit] != 0) { $nation[surlimit] = "$nation[surlimit]턴"; } + else { $nation[surlimit] = "가 능"; } + + if($nation[scout] != 0) { $nation[scout] = "금 지"; } + else { $nation[scout] = "허 가"; } + + if($nation[war] != 0) { $nation[war] = "금 지"; } + else { $nation[war] = "허 가"; } + + if($me[skin] == 0) { + $nation[tech] = unfont($nation[tech]); + $nation[tricklimit] = unfont($nation[tricklimit]); + $nation[surlimit] = unfont($nation[surlimit]); + $nation[scout] = unfont($nation[scout]); + $nation[war] = unfont($nation[war]); + } + + echo " +
속 령";echo $me[nation]==0?"-":"$city[cnt]"; echo "장 수";echo $me[nation]==0?"-":"$general[cnt]"; echo "
국 력$nation[power]기술력";echo $me[nation]==0?"-":"$nation[tech]"; echo "
전 략$nation[tricklimit]외 교$nation[surlimit]
임 관$nation[scout]전 쟁$nation[war]
+"; +} + +function addCommand($typename, $value, $valid = 1, $color=0) { + if($valid == 1) { + switch($color) { + case 0: + echo " + "; + break; + case 1: + echo " + "; + break; + case 2: + echo " + "; + break; + } + } else { + echo " + "; + } +} + +function commandGroup($typename, $type=0) { + if($type == 0) { + echo " + "; + } else { + echo " + "; + } +} + +function commandTable($connect) { + $query = "select startyear,year,develcost,scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,npc,troop,city,nation,level,crew,makelimit,special from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $troop = getTroop($connect, $me[troop]); + $city = getCity($connect, $me[city]); + + $query = "select nation from nation"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + $query = "select city from city where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + $query = "select no from general where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + $query = "select type,level from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $develcost = $admin[develcost]; + $develcostA = $admin[develcost]; $colorA = 0; + $develcostB = $admin[develcost]; $colorB = 0; + $develcostC = $admin[develcost]; $colorC = 0; + $develcostD = $admin[develcost]; $colorD = 0; + $develcostE = $admin[develcost]*2; $colorE = 0; + $develcost3 = $admin[develcost]*3; + $develcost5 = $admin[develcost]*5; + + // 농상 국가보정 + if($nation[type] == 2 || $nation[type] == 12) { $develcostA *= 0.8; $colorA = 1; } + if($nation[type] == 8 || $nation[type] == 11) { $develcostA *= 1.2; $colorA = 2; } + // 기술 국가보정 + if($nation[type] == 3 || $nation[type] == 13) { $develcostB *= 0.8; $colorB = 1; } + if($nation[type] == 5 || $nation[type] == 6 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 12) { $develcostB *= 1.2; $colorB = 2; } + // 수성 국가보정 + if($nation[type] == 3 || $nation[type] == 5 || $nation[type] == 10 || $nation[type] == 11) { $develcostC *= 0.8; $colorC = 1; } + if($nation[type] == 4 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 13) { $develcostC *= 1.2; $colorC = 2; } + // 치안 국가보정 + if($nation[type] == 1 || $nation[type] == 4) { $develcostD *= 0.8; $colorD = 1; } + if($nation[type] == 6 || $nation[type] == 9) { $develcostD *= 1.2; $colorD = 2; } + // 민심,정착장려 국가보정 + if($nation[type] == 2 || $nation[type] == 4 || $nation[type] == 7 || $nation[type] == 10) { $develcostE *= 0.8; $colorE = 1; } + if($nation[type] == 1 || $nation[type] == 3 || $nation[type] == 9) { $develcostE *= 1.2; $colorE = 2; } + + $develcostA = round($develcostA); + $develcostB = round($develcostB); + $develcostC = round($develcostC); + $develcostD = round($develcostD); + $develcostE = round($develcostE); + + echo " + +"; +} + +function CoreCommandTable($connect) { + $query = "select develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,nation,city,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select level,colset from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select no from general where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + $query = "select supply from city where city='$me[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + if($nation[level] > 0) { $valid = 1; } + else { $valid = 0; } + if($city[supply] == 0) { $valid = 0; } + + echo " + +"; +} + +function commandButton($connect) { + global $_basecolor, $_basecolor2; + + $query = "select skin,no,nation,level,belong from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select nation,color,secretlimit from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[color] == "" || $me[skin] < 1) { $nation[color] = "000000"; } + + echo " + + "; + + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 5) { echo ""; } + else { echo ""; } + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 2 || ($me[level] == 1 && $me[belong] >= $nation[secretlimit])) { echo ""; } + else { echo ""; } + if($me[level] >= 2 || ($me[level] == 1 && $me[belong] >= $nation[secretlimit])) { echo ""; } + else { echo ""; } + if($me[level] >= 2 || ($me[level] == 1 && $me[belong] >= $nation[secretlimit])) { echo ""; } + else { echo ""; } + echo ""; + echo ""; + echo " + +
【회 의 실】【기 밀 실】【부대 편성】【인 사 부】【내 무 부】【사 령 부】【암 행 부】
"; + + echo " + + "; + + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 1) { echo ""; } + else { echo ""; } + if($me[level] >= 1) { echo ""; } + else { echo ""; } + echo ""; + echo ""; + if($me[level] >= 2 || ($me[level] == 1 && $me[belong] >= $nation[secretlimit])) { echo ""; } + else { echo ""; } + echo ""; + echo ""; + echo " + +
【세력 정보】【세력 도시】【세력 장수】【국 법】【감 찰 부】
"; +} + +function myInfo($connect) { + $query = "select no,skin from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + generalInfo($connect, $me[no], $me[skin]); +} + +function generalInfo($connect, $no, $skin) { + global $_basecolor, $_basecolor2, $image, $images; + + $query = "select img from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select skin from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select block,userlevel,no,name,picture,imgsvr,injury,nation,city,troop,leader,leader2,power,power2,intel,intel2,explevel,experience,level,gold,rice,crew,crewtype,train,atmos,weap,book,horse,item,turntime,killturn,age,personal,special,specage,special2,specage2,mode,con,connect from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select nation,level,color from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + if($lbonus > 0) { + $lbonus = "+{$lbonus}"; + } else { + $lbonus = ""; + } + + $troop = getTroop($connect, $general[troop]); + + $level = getLevel($general[level], $nation[level]); + if($general[level] == 2) { + $query = "select name from city where gen3='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + $level = $city[name]." ".$level; + } elseif($general[level] == 3) { + $query = "select name from city where gen2='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + $level = $city[name]." ".$level; + } elseif($general[level] == 4) { + $query = "select name from city where gen1='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + $level = $city[name]." ".$level; + } + $call = getCall($general[leader], $general[power], $general[intel]); + $typename = getTypename($general[crewtype]); + $weapname = getWeapName($general[weap]); + $bookname = getBookName($general[book]); + $horsename = getHorseName($general[horse]); + $itemname = getItemName($general[item]); + if($general[injury] > 0) { + $leader = floor($general[leader] * (100 - $general[injury])/100); + $power = floor($general[power] * (100 - $general[injury])/100); + $intel = floor($general[intel] * (100 - $general[injury])/100); + } else { + $leader = $general[leader]; + $power = $general[power]; + $intel = $general[intel]; + } + if($general[injury] > 60) { $color = ""; $injury = "위독"; } + elseif($general[injury] > 40) { $color = ""; $injury = "심각"; } + elseif($general[injury] > 20) { $color = ""; $injury = "중상"; } + elseif($general[injury] > 0) { $color = ""; $injury = "경상"; } + else { $color = ""; $injury = "건강"; } + + $remaining = substr($general[turntime], 14, 2) - date('i'); + if($remaining < 0) { $remaining = 60 + $remaining; } + + if($general[userlevel] > 2) { $specUser = "특별"; } + else { $specUser = "일반"; } + if($general[block] > 0) { $specUser = "블럭"; } + $specUser = ''; + + if($nation[color] == "" || $skin < 1) { $nation[color] = "000000"; } + + if($general[age] < 60) { $general[age] = "$general[age] 세"; } + elseif($general[age] < 80) { $general[age] = "$general[age] 세"; } + else { $general[age] = "$general[age] 세"; } + + $general[connect] = round($general[connect] / 10, 0) * 10; + $special = $general[special] == 0 ? "{$general[specage]}세" : "".getGenSpecial($general[special]).""; + $special2 = $general[special2] == 0 ? "{$general[specage2]}세" : "".getGenSpecial($general[special2]).""; + + switch($general[personal]) { + case 2: case 4: + $atmos = "{$general[atmos]} (+5)"; break; + case 0: case 9: case 10: + $atmos = "{$general[atmos]} (-5)"; break; + default: + $atmos = "$general[atmos]"; break; + } + switch($general[personal]) { + case 3: case 5: + $train = "{$general[train]} (+5)"; break; + case 1: case 8: case 10: + $train = "{$general[train]} (-5)"; break; + default: + $train = "$general[train]"; break; + } + if($general[troop] == 0) { $troop[name] = "-"; } + if($general[mode] == 2) { $general[mode] = "수비 함(훈사80)"; } + elseif($general[mode] == 1) { $general[mode] = "수비 함(훈사60)"; } + else { $general[mode] = "수비 안함"; } + + if($skin == 0) { + $general[age] = unfont($general[age]); + $special = unfont($special); + $special2 = unfont($special2); + $atmos = unfont($atmos); + $train = unfont($train); + $general[mode] = unfont($general[mode]); + } + + $weapImage = "{$images}/weap{$general[crewtype]}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; }; + $imageTemp = GetImageURL($general[imgsvr]); + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
0?" background={$imageTemp}/{$general[picture]}":""; echo "> {$specUser} {$general[name]} 【 {$level} | {$call} | {$color}{$injury} 】 ".substr($general[turntime], 11)."
통솔 {$color}{$leader}{$lbonus} ".bar(expStatus($general[leader2]), $skin, 20)."무력 {$color}{$power} ".bar(expStatus($general[power2]), $skin, 20)."지력 {$color}{$intel} ".bar(expStatus($general[intel2]), $skin, 20)."
명마$horsename무기$weapname서적$bookname
0?" background={$weapImage}":""; echo "> 자금$general[gold]군량$general[rice]도구$itemname
병종$typename병사$general[crew]성격".getGenChar($general[personal])."
훈련$train사기$atmos특기$special / $special2
Lv {$general[explevel]} ".bar(getLevelPer($general[experience], $general[explevel]), $skin, 20)."연령$general[age]
수비$general[mode]삭턴$general[killturn] 턴실행$remaining 분 남음
부대$troop[name]벌점".getConnect($general[connect])." $general[connect]($general[con])
"; +} + +function myInfo2($connect) { + $query = "select no,skin from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + generalInfo2($connect, $me[no], $me[skin]); +} + +function generalInfo2($connect, $no, $skin) { + global $_basecolor, $_basecolor2, $image, $images, $_dexLimit; + + $query = "select personal,experience,dedication,firenum,warnum,killnum,deathnum,killcrew,deathcrew,belong,killnum*100/warnum as winrate,killcrew/deathcrew*100 as killrate,dex0,dex10,dex20,dex30,dex40 from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $general[winrate] = round($general[winrate], 2); + $general[killrate] = round($general[killrate], 2); + + switch($general[personal]) { + case 0: case 1; case 6: + $experience = "".getHonor($general[experience])." ($general[experience])"; break; + case 4: case 5: case 7: case 10: + $experience = "".getHonor($general[experience])." ($general[experience])"; break; + default: + $experience = getHonor($general[experience])." ($general[experience])"; break; + } + switch($general[personal]) { + case 10: + $dedication = "".getDed($general[dedication])." ($general[dedication])"; break; + default: + $dedication = getDed($general[dedication])." ($general[dedication])"; break; + } + + if($skin == 0) { + $experience = unfont($experience); + $dedication = unfont($dedication); + } + + $dex0 = $general[dex0] / $_dexLimit * 100; + $dex10 = $general[dex10] / $_dexLimit * 100; + $dex20 = $general[dex20] / $_dexLimit * 100; + $dex30 = $general[dex30] / $_dexLimit * 100; + $dex40 = $general[dex40] / $_dexLimit * 100; + + if($dex0 > 100) { $dex0 = 100; } + if($dex10 > 100) { $dex10 = 100; } + if($dex20 > 100) { $dex20 = 100; } + if($dex30 > 100) { $dex30 = 100; } + if($dex40 > 100) { $dex40 = 100; } + + $general[dex0] = getDexCall($general[dex0]); + $general[dex10] = getDexCall($general[dex10]); + $general[dex20] = getDexCall($general[dex20]); + $general[dex30] = getDexCall($general[dex30]); + $general[dex40] = getDexCall($general[dex40]); + + echo " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
추 가 정 보
명성$experience계급$dedication
전투$general[warnum]계략$general[firenum]사관$general[belong]년
승률$general[winrate] %승리$general[killnum]패배$general[deathnum]
살상률$general[killrate] %사살$general[killcrew]피살$general[deathcrew]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
숙 련 도
보병  $general[dex0]".bar($dex0, $skin, 16)."
궁병  $general[dex10]".bar($dex10, $skin, 16)."
기병  $general[dex20]".bar($dex20, $skin, 16)."
귀병  $general[dex30]".bar($dex30, $skin, 16)."
차병  $general[dex40]".bar($dex40, $skin, 16)."
"; +} + +function pushTrickLog($connect, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/_tricklog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushProcessLog($connect, $log) { + $size = count($log); + if($size > 0) { + $date = date('Y_m_d'); + $fp = fopen("logs/_{$date}_processlog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function delStepLog() { + $date = date('Y_m_d'); + @unlink("logs/_{$date}_steplog.txt"); +} + +function pushStepLog($log) { + $date = date('Y_m_d'); + $fp = fopen("logs/_{$date}_steplog.txt", "a"); + fwrite($fp, $log."\r\n"); + fclose($fp); +} + +function pushLockLog($connect, $log) { + $size = count($log); + if($size > 0) { + $date = date('Y_m_d'); + $fp = fopen("logs/_{$date}_locklog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushAdminLog($connect, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/_adminlog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushAuctionLog($connect, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/_auctionlog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushGenLog($general, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/gen{$general[no]}.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushBatRes($general, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/batres{$general[no]}.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushBatLog($general, $log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/batlog{$general[no]}.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushAllLog($log) { + $size = count($log); + if($size > 0) { + $fp = fopen("logs/_alllog.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); + } +} + +function pushHistory($connect, $history) { + $size = count($history); + if($size > 0) { + $fp = fopen("logs/_history.txt", "a"); + for($i=0; $i < $size; $i++) { + fwrite($fp, $history[$i]."\r\n"); + } + fclose($fp); + } +} + +function TrickLog($count, $skin) { + $fp = @fopen("logs/_tricklog.txt", "r"); + @fseek($fp, -$count*150, SEEK_END); + $file = @fread($fp, $count*150); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function AllLog($count, $skin) { + $fp = @fopen("logs/_alllog.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function AuctionLog($count, $skin) { + $fp = @fopen("logs/_auctionlog.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function History($count, $skin) { + $fp = @fopen("logs/_history.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function MyLog($no, $count, $skin) { + $fp = @fopen("logs/gen{$no}.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function MyBatRes($no, $count, $skin) { + $fp = @fopen("logs/batres{$no}.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function MyBatLog($no, $count, $skin) { + $fp = @fopen("logs/batlog{$no}.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + $str = ""; + for($i=0; $i < $count; $i++) { $str .= ConvertLog($log[count($log)-2-$i], $skin)."
"; } + echo $str; +} + +function MyHistory($connect, $no, $skin) { + $query = "select history from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + echo ConvertLog($general[history], $skin); +} + +function addHistory($connect, $me, $history) { + $me[history] = "{$history}
{$me[history]}"; + $query = "update general set history='$me[history]' where no='$me[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + return $me; +} + +function addNationHistory($connect, $nation, $history) { + $nation[history] = "{$nation[history]}{$history}
"; + $query = "update nation set history='$nation[history]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + return $nation; +} + +function adminMsg($connect, $skin=1) { + $query = "select msg from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + echo "운영자 메세지 : "; + echo $admin[msg].""; +} + +function allButton($connect) { + global $_basecolor2; + $query = "select npcmode from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + if($admin[npcmode] == 1) { + $site = "a_npcList.php"; + $call = "빙의일람"; + } else { + $site = "a_vote.php"; + $call = "설문조사"; + } + + echo " + + + + + + + + + + + + + + + + + + + + + +
"; +} + +function onlinenum($connect) { + $query = "select online from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + return $game[online]; +} + +function onlinegen($connect) { + $onlinegen = ""; + if($_SESSION[p_nation] == 0) { + $query = "select onlinegen from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + + $onlinegen = $game[onlinegen]; + } else { + $query = "select onlinegen from nation where nation='$_SESSION[p_nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $onlinegen = $nation[onlinegen]; + } + return $onlinegen; +} + +function onlineNation($connect) { + $query = "select onlinenation from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + return $game[onlinenation]; +} + +function nationMsg($connect) { + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select msg from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + echo "".$nation[msg].""; +} + +function genList($connect) { + $query = "select no,nation,level,msgindex,userlevel from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select msg{$me[msgindex]}_who as reply,msg{$me[msgindex]}_type as type from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $reply = MYDB_fetch_array($result); + if($reply[type] % 100 == 9) { + $reply[reply] %= 10000; + $query = "select no,name from general where no={$reply[reply]}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + } elseif($reply[type] % 100 == 10) { + $reply[reply] = floor($reply[reply]/10000); + $query = "select no,name from general where no={$reply[reply]}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + } + + $query = "select nation,color,name from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + echo " + +"; +} + +function moveMsg($connect, $table, $msgtype, $msgnum, $msg, $type, $who, $when, $column, $value) { + $query = "update {$table} set {$msgtype}{$msgnum}='$msg',{$msgtype}{$msgnum}_type='$type',{$msgtype}{$msgnum}_who='$who',{$msgtype}{$msgnum}_when='$when' where {$column}='$value'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function MsgMe($connect, $bg) { + $query = "select no,nation,msgindex, + msg0,msg1,msg2,msg3,msg4,msg5,msg6,msg7,msg8,msg9, + msg0_type,msg1_type,msg2_type,msg3_type,msg4_type,msg5_type,msg6_type,msg7_type,msg8_type,msg9_type, + msg0_who,msg1_who,msg2_who,msg3_who,msg4_who,msg5_who,msg6_who,msg7_who,msg8_who,msg9_who, + msg0_when,msg1_when,msg2_when,msg3_when,msg4_when,msg5_when,msg6_when,msg7_when,msg8_when,msg9_when + from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $index = $me[msgindex]; + for($i=0; $i < 10; $i++) { + if($me["msg{$index}"]) { echo "\n"; DecodeMsg($connect, $me["msg{$index}"], $me["msg{$index}_type"], $me["msg{$index}_who"], $me["msg{$index}_when"], $bg, $index); } + $index--; + if($index < 0) { $index = 9; } + } +} + +function MsgDip($connect, $bg) { + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select dip0,dip1,dip2,dip3,dip4,dip0_who,dip1_who,dip2_who,dip3_who,dip4_who,dip0_when,dip1_when,dip2_when,dip3_when,dip4_when,dip0_type,dip1_type,dip2_type,dip3_type,dip4_type from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[dip0]) { echo "\n"; DecodeMsg($connect, $nation[dip0], $nation[dip0_type], $nation[dip0_who], $nation[dip0_when], $bg, 0); } + if($nation[dip1]) { echo "\n"; DecodeMsg($connect, $nation[dip1], $nation[dip1_type], $nation[dip1_who], $nation[dip1_when], $bg, 1); } + if($nation[dip2]) { echo "\n"; DecodeMsg($connect, $nation[dip2], $nation[dip2_type], $nation[dip2_who], $nation[dip2_when], $bg, 2); } + if($nation[dip3]) { echo "\n"; DecodeMsg($connect, $nation[dip3], $nation[dip3_type], $nation[dip3_who], $nation[dip3_when], $bg, 3); } + if($nation[dip4]) { echo "\n"; DecodeMsg($connect, $nation[dip4], $nation[dip4_type], $nation[dip4_who], $nation[dip4_when], $bg, 4); } +} + +// type : xx,xx(불가침기간,타입) +// who : xxxx,xxxx(발신인, 수신인) +function DecodeMsg($connect, $msg, $type, $who, $date, $bg, $num=0) { + $query = "select skin,no,nation,name,picture,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + // 1 : 전메, 2 : 아국->타국, 3 : 타국->아국 + // 4 : 합병, 5 : 통합, 6 : 불가침, 7 : 종전, 8 : 파기 + // 9 : 자신->타인, 10 : 타인 -> 자신, 11 : 등용 + $category = $type % 100; + $term = floor($type / 100); + $from = floor($who / 10000); + $to = $who % 10000; + + $query = "select name,picture,imgsvr,nation from general where no='$from'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $sndr = MYDB_fetch_array($result); + + if($sndr[nation] == 0) { + $sndrnation[name] = '재야'; + $sndrnation[color] = 'FFFFFF'; + } else { + $query = "select name,color from nation where nation='$sndr[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $sndrnation = MYDB_fetch_array($result); + } + + switch($bg) { + case 2: + case 4: $bgcolor = "CC6600"; break; + } + + if($category == 6) { + $query = "select reserved from diplomacy where me='$sndr[nation]' and you='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + ShowMsg($me[skin], $bgcolor, $category, $sndr[picture], $sndr[imgsvr], "{$sndr[name]}:{$sndrnation[name]}▶", $sndrnation[color], $sndr[name], $sndrnation[color], $msg, $date, $num, $from, $term, $me[level], $dip[reserved]); + } elseif($category <= 8) { + $query = "select name,color from nation where nation='$to'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $rcvrnation = MYDB_fetch_array($result); + + ShowMsg($me[skin], $bgcolor, $category, $sndr[picture], $sndr[imgsvr], "{$sndr[name]}:{$sndrnation[name]}▶", $sndrnation[color], $rcvrnation[name], $rcvrnation[color], $msg, $date, $num, $from, $term, $me[level]); + } elseif($category <= 11) { + $query = "select name,picture,nation from general where no='$to'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $rcvr = MYDB_fetch_array($result); + + if($rcvr[nation] == 0) { + $rcvrnation[name] = '재야'; + $rcvrnation[color] = 'FFFFFF'; + } else { + $query = "select name,color from nation where nation='$rcvr[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $rcvrnation = MYDB_fetch_array($result); + } + ShowMsg($me[skin], $bgcolor, $category, $sndr[picture], $sndr[imgsvr], "{$sndr[name]}:{$sndrnation[name]}▶", $sndrnation[color], "{$rcvr[name]}:{$rcvrnation[name]}", $rcvrnation[color], $msg, $date, $num, $from, $term); + } +} + +function PushMsg($type, $nation, $picture, $imgsvr, $from, $fromcolor, $to, $tocolor, $msg) { + if($nation == 0) { $nation = 0; } + if($fromcolor == "") { $fromcolor = "FFFFFF"; } + if($to == "") { $to = "재야"; } + if($tocolor == "") { $tocolor = "FFFFFF"; } + + $date = date('Y-m-d H:i:s'); + if($type == 1) { $file = "_all_msg.txt"; } + else { $file = "_nation_msg{$nation}.txt"; } + $fp = fopen("logs/{$file}", "a"); + //로그 파일에 기록 + $str = "{$type}|"._String::Fill($from,12," ")."|"._String::Fill($to,12," ")."|".$date."|".$msg."|".$fromcolor."|".$tocolor."|".$picture."|".$imgsvr; + fwrite($fp, "{$str}\r\n"); + fclose($fp); +} + +function MsgFile($skin, $bg, $nation=0, $level=0) { + switch($bg) { + case 1: $bgcolor = "000055"; $count = 10; $fl = "_all_msg.txt"; break; + case 3: $bgcolor = "336600"; $count = 20; $fl = "_nation_msg{$nation}.txt"; break; + } + + $fp = @fopen("logs/{$fl}", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $code = explode("\r\n",$file); + for($i=0; $i < $count; $i++) { + $msg = explode("|", $code[count($code)-2-$i]); + + $cnt = count($msg); + for($k=0; $k < $cnt; $k++) { $msg[$k] = trim($msg[$k]); } + + ShowMsg($skin, $bgcolor, $msg[0], $msg[7], $msg[8], $msg[1], $msg[5], $msg[2], $msg[6], $msg[4], $msg[3]); + } +} + +function ShowMsg($skin, $bgcolor, $type, $picture, $imgsvr, $me, $mycolor, $you, $youcolor, $msg, $date, $num=0, $who=0, $when=0, $level=0, $note="") { + if($msg == "") return; + + $msg = Tag2Code($msg); + + $site = ""; $form = ""; $form2 = ""; + if($type == 11 || ($type >= 4 && $type <= 8 && $level >= 5)) { + $corebutton = " "; + } else { + $corebutton = " 【수락】【거절】"; + } + if($type == 6) { + $corebutton .= "
비고: {$note}"; + } + switch($type) { + case 1: $sign = ""; $corebutton = ""; break; + case 2: $sign = ""; $corebutton = ""; break; + case 3: $sign = ""; $corebutton = ""; break; + case 4: $sign = ""; $site = "d_surrender.php"; break; + case 5: $sign = ""; $site = "d_merge.php"; break; + case 6: $sign = ""; $site = "d_ally.php"; break; + case 7: $sign = ""; $site = "d_cease.php"; break; + case 8: $sign = ""; $site = "d_cancel.php"; break; + case 9: $sign = ""; $corebutton = ""; break; + case 10: $sign = ""; $corebutton = ""; break; + case 11: $sign = ""; $site = "d_scout.php"; break; + } + if($skin == 0) { + $bgcolor = "000000"; $picture = ""; + $naming = "[{$me}{$sign}{$you}]"; + } else { + $imageTemp = GetImageURL($imgsvr); + $naming = "[$me{$sign}$you]"; + $picture = ""; + } + if($site != "") { + $form = "
"; + $form2 = "
"; + } + if($num >= 0) { $num = ""; } + else { $num = ""; } + if($who > 0) { $who = ""; } + else { $who = ""; } + if($when > 0) { $when = ""; } + else { $when = ""; } + echo " + + + + $form + + $num + $who + $when + $form2 + +
$picture$naming<$date>
{$msg}{$corebutton}
+ "; +} + +function msgprint($connect, $msg, $name, $picture, $imgsvr, $when, $num, $type) { + global $_basecolor2, $_basecolor4, $images; + + $message = explode("|", $msg); + $count = (count($message) - 2)/2; + $message[0] = Tag2Code($message[0]); + $message[1] = Tag2Code($message[1]); +// $message[0] = str_replace("\n", "
", $message[0]); +// $message[1] = str_replace("\n", "
", $message[1]); + + if($type == 0) { $board = "c_nationboard.php"; } + else { $board = "c_chiefboard.php"; } + + $imageTemp = GetImageURL($imgsvr); + echo " + + + + + + + + + + "; + for($i=0; $i < $count; $i++) { + $who = Tag2Code($message[2+$i*2]); + $reply = Tag2Code($message[3+$i*2]); + $query = "select name from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $regen = MYDB_fetch_array($result); + echo " + + + + "; + } + echo " + + + + + + +
$name$message[0]$when
$message[1]
$regen[name]$reply
댓글달기 + + + +
+
"; +} + +function banner() { + global $_version, $_banner, $_helper; + echo "$_version / $_banner
$_helper
"; +} + +function addTurn($date, $turnterm=1) { + $lastday = array(0,31,28,31,30,31,30,31,31,30,31,30,31); + + $year = $date[0].$date[1].$date[2].$date[3]; + $month = floor($date[5].$date[6]); + $day = $date[8].$date[9]; + $hour = $date[11].$date[12]; + $min = $date[14].$date[15]; + $sec = $date[17].$date[18]; + + //윤년계산 + if((($year % 4 == 0) && ($year % 100 != 0)) || ($year % 400 == 0)) { $lastday[2] = 29; } + + if($turnterm == 0) { $hour += 2; } + elseif($turnterm == 1) { $hour += 1; } + elseif($turnterm == 2) { $min += 30; } + elseif($turnterm == 3) { $min += 20; } + elseif($turnterm == 4) { $min += 10; } + elseif($turnterm == 5) { $min += 5; } + elseif($turnterm == 6) { $min += 2; } + elseif($turnterm == 7) { $min += 1; } + + if($min >= 60) { $min %= 60; $hour++; } + if($hour >= 24) { $hour %= 24; $day++; } + if($day > $lastday[$month]) { $month++; $day = 1; } + if($month >= 13) { $year++; $month = 1; } + + $month = _String::Fill2($month, 2, "0"); + $day = _String::Fill2($day, 2, "0"); + $hour = _String::Fill2($hour, 2, "0"); + $min = _String::Fill2($min, 2, "0"); + $sec = _String::Fill2($sec, 2, "0"); + + return "{$year}-{$month}-{$day} {$hour}:{$min}:{$sec}"; +} + +function add12Turn($date, $turnterm=1) { + $lastday = array(0,31,28,31,30,31,30,31,31,30,31,30,31); + + $year = $date[0].$date[1].$date[2].$date[3]; + $month = floor($date[5].$date[6]); + $day = $date[8].$date[9]; + $hour = $date[11].$date[12]; + $min = $date[14].$date[15]; + $sec = $date[17].$date[18]; + + //윤년계산 + if((($year % 4 == 0) && ($year % 100 != 0)) || ($year % 400 == 0)) { $lastday[2] = 29; } + + if($turnterm == 0) { $day += 1; } + elseif($turnterm == 1) { $hour += 12; } + elseif($turnterm == 2) { $hour += 6; } + elseif($turnterm == 3) { $hour += 4; } + elseif($turnterm == 4) { $hour += 2; } + elseif($turnterm == 5) { $hour += 1; } + elseif($turnterm == 6) { $min += 24; } + elseif($turnterm == 7) { $min += 12; } + + if($min >= 60) { $min %= 60; $hour++; } + if($hour >= 24) { $hour %= 24; $day++; } + if($day > $lastday[$month]) { $month++; $day = 1; } + if($month >= 13) { $year++; $month = 1; } + + $month = _String::Fill2($month, 2, "0"); + $day = _String::Fill2($day, 2, "0"); + $hour = _String::Fill2($hour, 2, "0"); + $min = _String::Fill2($min, 2, "0"); + $sec = _String::Fill2($sec, 2, "0"); + + return "{$year}-{$month}-{$day} {$hour}:{$min}:{$sec}"; +} + +function subTurn($date, $turnterm=1) { + $lastday = array(0,31,28,31,30,31,30,31,31,30,31,30,31); + + $year = $date[0].$date[1].$date[2].$date[3]; + $month = floor($date[5].$date[6]); + $day = $date[8].$date[9]; + $hour = $date[11].$date[12]; + $min = $date[14].$date[15]; + $sec = $date[17].$date[18]; + + if($turnterm == 0) { $hour -= 2; } + elseif($turnterm == 1) { $hour -= 1; } + elseif($turnterm == 2) { $min -= 30; } + elseif($turnterm == 3) { $min -= 20; } + elseif($turnterm == 4) { $min -= 10; } + elseif($turnterm == 5) { $min -= 5; } + elseif($turnterm == 6) { $min -= 2; } + elseif($turnterm == 7) { $min -= 1; } + + //윤년계산 + if((($year % 4 == 0) && ($year % 100 != 0)) || ($year % 400 == 0)) { $lastday[2] = 29; } + + if($min < 0) { $min = 60 + $min; $hour--; } + if($hour < 0) { $hour = 24 + $hour; $day--; } + if($day <= 0) { $month--; $day = $lastday[$month]; } + if($month <= 0) { $year--; $month = 12; } + + $year = _String::Fill2($year, 2, "0"); + $month = _String::Fill2($month, 2, "0"); + $day = _String::Fill2($day, 2, "0"); + $hour = _String::Fill2($hour, 2, "0"); + $min = _String::Fill2($min, 2, "0"); + $sec = _String::Fill2($sec, 2, "0"); + + return "{$year}-{$month}-{$day} {$hour}:{$min}:{$sec}"; +} + +function cutTurn($date, $turnterm=1) { + // 0123456789012345678 + // $date = "2000-01-01 00:00:00"; + // 0 : 120분, 1 : 60분, 2 : 30분, 3 : 10분, 4 : 5분 + switch($turnterm) { + case 0: + $hour = $date[11].$date[12]; + if($hour % 2 == 1) { $hour--; } + $date[11] = floor($hour / 10); + $date[12] = $hour % 10; + $date[14] = "0"; + $date[15] = "0"; + $date[17] = "0"; + $date[18] = "0"; + break; + case 1: + $date[14] = "0"; + $date[15] = "0"; + $date[17] = "0"; + $date[18] = "0"; + break; + case 2: + $min = $date[14].$date[15]; + if($min < 30) { $min = 0; } + else { $min = 30; } + $date[14] = floor($min / 10); + $date[15] = $min % 10; + $date[17] = "0"; + $date[18] = "0"; + break; + case 3: + $min = $date[14].$date[15]; + if($min < 20) { $min = 0; } + elseif($min < 40) { $min = 20; } + else { $min = 40; } + $date[14] = floor($min / 10); + $date[15] = $min % 10; + $date[17] = "0"; + $date[18] = "0"; + break; + case 4: + $min = $date[14].$date[15]; + if($min < 10) { $min = 0; } + elseif($min < 20) { $min = 10; } + elseif($min < 30) { $min = 20; } + elseif($min < 40) { $min = 30; } + elseif($min < 50) { $min = 40; } + else { $min = 50; } + $date[14] = floor($min / 10); + $date[15] = $min % 10; + $date[17] = "0"; + $date[18] = "0"; + break; + case 5: + $min = $date[14].$date[15]; + if($min < 5) { $min = 0; } + elseif($min < 10) { $min = 5; } + elseif($min < 15) { $min = 10; } + elseif($min < 20) { $min = 15; } + elseif($min < 25) { $min = 20; } + elseif($min < 30) { $min = 25; } + elseif($min < 35) { $min = 30; } + elseif($min < 40) { $min = 35; } + elseif($min < 45) { $min = 40; } + elseif($min < 50) { $min = 45; } + elseif($min < 55) { $min = 50; } + else { $min = 55; } + $date[14] = floor($min / 10); + $date[15] = $min % 10; + $date[17] = "0"; + $date[18] = "0"; + break; + case 6: + $min = $date[14].$date[15]; + $min = floor($min / 2) * 2; + $date[14] = floor($min / 10); + $date[15] = $min % 10; + $date[17] = "0"; + $date[18] = "0"; + break; + case 7: + $date[17] = "0"; + $date[18] = "0"; + break; + } + + return $date; +} + +function CutDay($date) { + $hour = $date[11].$date[12]; + if($hour >= 19) { + $date[11] = "0"; + $date[12] = "1"; + + $date = add12Turn($date, 1); + $date = add12Turn($date, 1); + } elseif($hour < 07) { + $date[11] = "0"; + $date[12] = "1"; + } else { + $date[11] = "1"; + $date[12] = "3"; + } + $date[14] = "0"; + $date[15] = "0"; + $date[17] = "0"; + $date[18] = "0"; + return $date; +} + +function increaseRefresh($connect, $type="", $cnt=1) { + $date = date('Y-m-d H:i:s'); + + $query = "update game set refresh=refresh+'$cnt' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($_SESSION[p_id] != "") { + $query = "update general set lastrefresh='$date',con=con+'$cnt',connect=connect+'$cnt',refcnt=refcnt+'$cnt',refresh=refresh+'$cnt' where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $date = date('Y_m_d H:i:s'); + $date2 = substr($date, 0, 10); + $online = onlinenum($connect); + $fp = fopen("logs/_{$date2}_refresh.txt", "a"); + $msg = _String::Fill2($date,20," ")._String::Fill2($_SESSION[p_id],13," ")._String::Fill2($_SESSION[p_name],13," ")._String::Fill2($_SESSION[p_ip],16," ")._String::Fill2($type, 10, " ")." 동접자: {$online}"; + fwrite($fp, $msg."\r\n"); + fclose($fp); + + $proxy_headers = array( + 'HTTP_VIA', + 'HTTP_X_FORWARDED_FOR', + 'HTTP_FORWARDED_FOR', + 'HTTP_X_FORWARDED', + 'HTTP_FORWARDED', + 'HTTP_CLIENT_IP', + 'HTTP_FORWARDED_FOR_IP', + 'VIA', + 'X_FORWARDED_FOR', + 'FORWARDED_FOR', + 'X_FORWARDED', + 'FORWARDED', + 'CLIENT_IP', + 'FORWARDED_FOR_IP', + 'HTTP_PROXY_CONNECTION' + ); + + $str = ""; + foreach($proxy_headers as $x) { + if(isset($_SERVER[$x])) $str .= "//{$x}:{$_SERVER[$x]}"; + } + if($str != "") { + $fp2 = fopen("logs/_{$date2}_ipcheck.txt", "a"); + $str = "ID:{$_SESSION[p_id]}//name:{$_SESSION[p_name]}//REMOTE_ADDR:{$_SERVER[REMOTE_ADDR]}" . $str; + fwrite($fp2, $str."\r\n"); + fclose($fp2); + } +} + +function updateTraffic($connect) { + $online = onlinenum($connect); + + $query = "select year,month,refresh,maxonline,maxrefresh from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + + //최다갱신자 + $query = "select name,refresh from general order by refresh desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $user = MYDB_fetch_array($result); + + if($game[maxrefresh] < $game[refresh]) { + $game[maxrefresh] = $game[refresh]; + } + if($game[maxonline] < $online) { + $game[maxonline] = $online; + } + $query = "update game set refresh=0,maxrefresh={$game[maxrefresh]},maxonline={$game[maxonline]} where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set refresh=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $date = date('Y-m-d H:i:s'); + $fp = fopen("logs/_traffic.txt", "a"); + //일시|년|월|총갱신|접속자|최다갱신자 + $msg = _String::Fill2($date,20," ")."|"._String::Fill2($game[year],3," ")."|"._String::Fill2($game[month],2," ")."|"._String::Fill2($game[refresh],8," ")."|"._String::Fill2($online,5," ")."|"._String::Fill2($user[name]."(".$user[refresh].")",20," "); + fwrite($fp, $msg."\r\n"); + fclose($fp); +} + +function CheckOverhead($connect) { + //서버정보 + $query = "select conweight,turnterm,conlimit from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $onlineNumber = onlinenum($connect); + switch($admin[turnterm]) { + case 0: $thr1 = 30; $thr2 = 60; $thr3 = 120; $con1 = 480; $con2 = 360; $con3 = 240; $con4 = 120; break; // 120분턴 + case 1: $thr1 = 30; $thr2 = 60; $thr3 = 120; $con1 = 480; $con2 = 360; $con3 = 240; $con4 = 120; break; // 60분턴 + case 2: $thr1 = 10; $thr2 = 20; $thr3 = 30; $con1 = 360; $con2 = 240; $con3 = 120; $con4 = 60; break; // 30분턴 + case 3: $thr1 = 10; $thr2 = 20; $thr3 = 30; $con1 = 240; $con2 = 180; $con3 = 120; $con4 = 60; break; // 20분턴 + case 4: $thr1 = 10; $thr2 = 20; $thr3 = 30; $con1 = 240; $con2 = 180; $con3 = 120; $con4 = 60; break; // 10분턴 + case 5: $thr1 = 5; $thr2 = 10; $thr3 = 20; $con1 = 120; $con2 = 90; $con3 = 60; $con4 = 30; break; // 5분턴 + case 6: $thr1 = 5; $thr2 = 10; $thr3 = 20; $con1 = 90; $con2 = 60; $con3 = 40; $con4 = 30; break; // 2분턴 + case 7: $thr1 = 5; $thr2 = 10; $thr3 = 20; $con1 = 90; $con2 = 60; $con3 = 40; $con4 = 30; break; // 1분턴 + } + + $thr1 *= $admin[conweight] / 100; + $thr2 *= $admin[conweight] / 100; + $thr3 *= $admin[conweight] / 100; + $con1 *= $admin[conweight] / 100; + $con2 *= $admin[conweight] / 100; + $con3 *= $admin[conweight] / 100; + $con4 *= $admin[conweight] / 100; + + //if($onlineNumber > $thr2) { $me[map] = 1; } + if ($onlineNumber > $thr3 && $admin[conlimit] != $con4) { + $query = "update game set conlimit='$con4' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($onlineNumber > $thr2 && $admin[conlimit] != $con3) { + $query = "update game set conlimit='$con3' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($onlineNumber > $thr1 && $admin[conlimit] != $con2) { + $query = "update game set conlimit='$con2' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($onlineNumber <= $thr1 && $admin[conlimit] != $con1) { + $query = "update game set conlimit='$con1' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + } +} + +function isLock($connect) { + $query = "select plock from plock where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $plock = MYDB_fetch_array($result); + + if($plock[plock] == 0) { return 0; } // 열려있음 + else { return 1; } // 사용중 +} + +function lock($connect) { + //테이블 락 + $query = "lock tables plock write"; + @MYDB_query($query, $connect); + // 잠금 + $query = "update plock set plock=1 where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //테이블 언락 + $query = "unlock tables"; + @MYDB_query($query, $connect); +} + +function unlock($connect) { + // 풀림 + $query = "update plock set plock=0 where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function timeover($connect) { + $query = "select turnterm,TIMESTAMPDIFF(SECOND,turntime,now()) as diff from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + switch($admin[turnterm]) { + case 0: $t = 20; break; // 120분턴 + case 1: $t = 10; break; // 60분턴 + case 2: $t = 10; break; // 30분턴 + case 3: $t = 10; break; // 20분턴 + case 4: $t = 10; break; // 10분턴 + case 5: $t = 5; break; // 5분턴 + case 6: $t = 2; break; // 2분턴 + case 7: $t = 1; break; // 1분턴 + } + + $term = $admin[diff]; + if($term >= $t || $term < 0) { return 1; } + else { return 0; } +} + +function checkDelay($connect) { + //서버정보 + $query = "select turnterm,now() as now,TIMESTAMPDIFF(MINUTE,turntime,now()) as offset from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + // 1턴이상 갱신 없었으면 서버 지연 + switch($admin[turnterm]) { + case 0: $term = 120; $threshold = 1; break; + case 1: $term = 60; $threshold = 1; break; + case 2: $term = 30; $threshold = 1; break; + case 3: $term = 20; $threshold = 1; break; + case 4: $term = 10; $threshold = 2; break; + case 5: $term = 5; $threshold = 3; break; + case 6: $term = 2; $threshold = 3; break; + case 7: $term = 1; $threshold = 3; break; + } + //지연 해야할 밀린 턴 횟수 + $iter = floor($admin[offset] / $term); + if($iter > $threshold) { + $minute = $iter * $term; + $query = "update game set turntime=DATE_ADD(turntime, INTERVAL $minute MINUTE),starttime=DATE_ADD(starttime, INTERVAL $minute MINUTE),tnmt_time=DATE_ADD(tnmt_time, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set turntime=DATE_ADD(turntime, INTERVAL $minute MINUTE) where turntime<=DATE_ADD(turntime, INTERVAL $term MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update auction set expire=DATE_ADD(expire, INTERVAL $minute MINUTE)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function updateOnline($connect) { + $query = "select nation,name from nation"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + //국가별 이름 매핑 + for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + $nationname[$nation[nation]] = $nation[name]; + } + $nationname[0] = "재야"; + + //동접수 + $query = "select no,name,nation from general where lastrefresh > DATE_SUB(NOW(), INTERVAL 5 MINUTE)"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $onlinenum = MYDB_num_rows($result); + + //국가별 접속중인 장수 + for($i=0; $i < $onlinenum; $i++) { + $general = MYDB_fetch_array($result); + $onnation[$general[nation]] .= $general[name].', '; + } + + foreach($onnation as $key => $val) { + $onnationstr .= "【{$nationname[$key]}】, "; + + if($key == 0) { + $query = "update game set onlinegen='$onnation[0]' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update nation set onlinegen='$onnation[$key]' where nation='$key'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + + //접속중인 국가 + $query = "update game set online='$onlinenum',onlinenation='$onnationstr' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function checkTurn($connect) { + // 잦은 갱신 금지 현재 10초당 1회 + if(!timeover($connect)) { return; } + // 현재 처리중이면 접근 불가 + if(isLock($connect)) { return; } + + $locklog[0] = "- checkTurn() : ".date('Y-m-d H:i:s')." : ".$_SESSION[p_id]; + pushLockLog($connect, $locklog); + + // 파일락 획득 + $fp = fopen('lock.txt', 'r'); + if(!flock($fp, LOCK_EX)) { return; } + // 세마포어 획득(윈도우서버 불가) + //$sema = @sem_get(fileinode('stylesheet.php')); + //if(!@sem_acquire($sema)) { echo "치명적 에러! 유기체에게 문의하세요!"; exit(1); } + + // 현재 처리중이면 접근 불가 + if(isLock($connect)) { return; } + // 락 걸고 처리 + lock($connect); + + // 파일락 해제 + if(!flock($fp, LOCK_UN)) { return; } + // 세마포어 해제 + //if(!@sem_release($sema)) { echo "치명적 에러! 유기체에게 문의하세요!"; exit(1); } + + $locklog[0] = "- checkTurn() 입 : ".date('Y-m-d H:i:s')." : ".$_SESSION[p_id]; + pushLockLog($connect, $locklog); + + //if(STEP_LOG) delStepLog(); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', 진입'); + + //천통시에는 동결 + $query = "select turntime from game where isUnited=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $down = MYDB_num_rows($result); + if($down > 0) { + $query = "update plock set plock=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; + } + // 1턴이상 갱신 없었으면 서버 지연 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', checkDelay'); + checkDelay($connect); + // 접속자수, 접속국가, 국가별 접속장수 갱신 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', checkDelay'); + updateOnline($connect); + //접속자 수 따라서 갱신제한 변경 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', CheckOverhead'); + CheckOverhead($connect); + //서버정보 + $query = "select startyear,year,month,turntime,turnterm,scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $date = date('Y-m-d H:i:s'); + // 최종 처리 월턴의 다음 월턴시간 구함 + $prevTurn = cutTurn($admin[turntime], $admin[turnterm]); + $nextTurn = addTurn($prevTurn, $admin[turnterm]); + // 현재 턴 이전 월턴까지 모두처리. + //최종 처리 이후 다음 월턴이 현재 시간보다 전이라면 + while($nextTurn <= $date) { + // 월턴이전 장수 모두 처리 + $query = "select no,name,turntime,turn0,npc from general where turntime < '$nextTurn' order by turntime"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + + //if(PROCESS_LOG) $processlog[0] = "[{$date}] 월턴 이전 갱신: name({$general[name]}), no({$general[no]}), turntime({$general[turntime]}), turn0({$general[turn0]})"; + //if(PROCESS_LOG) pushProcessLog($connect, $processlog); + + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processAI'); + if($general[npc] >= 2) { processAI($connect, $general[no]); } // npc AI 처리 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', PreprocessCommand'); + PreprocessCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processCommand'); + processCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateCommand'); + updateCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateTurntime'); + updateTurntime($connect, $general[no]); + + } + + // 트래픽 업데이트 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateTraffic'); + updateTraffic($connect); + // 1달마다 처리하는 것들, 벌점 감소 및 건국,전턴,합병 -1, 군량 소모 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', preUpdateMonthly'); + $result = preUpdateMonthly($connect); + if($result == false) { + $locklog[0] = "-- checkTurn() 오류출 : ".date('Y-m-d H:i:s')." : ".$_SESSION[p_id]; + pushLockLog($connect, $locklog); + + // 잡금 해제 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', unlock'); + unlock($connect); + return false; + } + + // 그 시각 년도,월 저장 + $dt = turnDate($connect, $nextTurn); + $admin[year] = $dt[0]; $admin[month] = $dt[1]; + + $locklog[0] = "-- checkTurn() ".$admin[month]."월 : ".date('Y-m-d H:i:s')." : ".$_SESSION[p_id]; + pushLockLog($connect, $locklog); + // 분기계산. 장수들 턴보다 먼저 있다면 먼저처리 + if($admin[month] == 1) { + // NPC 등장 + if($admin[scenario] > 0 && $admin[scenario] < 20) { RegNPC($connect); } + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processGoldIncome'); + processGoldIncome($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processSpring'); + processSpring($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateYearly'); + updateYearly($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateQuaterly'); + updateQuaterly($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', disaster'); + disaster($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', tradeRate'); + tradeRate($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', addAge'); + addAge($connect); + // 새해 알림 + $alllog[count($alllog)] = "◆{$admin[month]}월:$admin[year]년이 되었습니다."; + pushAllLog($alllog); + } elseif($admin[month] == 4) { + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateQuaterly'); + updateQuaterly($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', disaster'); + disaster($connect); + } elseif($admin[month] == 7) { + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processRiceIncome'); + processRiceIncome($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processFall'); + processFall($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateQuaterly'); + updateQuaterly($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', disaster'); + disaster($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', tradeRate'); + tradeRate($connect); + } elseif($admin[month] == 10) { + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateQuaterly'); + updateQuaterly($connect); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', disaster'); + disaster($connect); + } + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', postUpdateMonthly'); + postUpdateMonthly($connect); + + // 다음달로 넘김 + $prevTurn = $nextTurn; + $nextTurn = addTurn($prevTurn, $admin[turnterm]); + } + + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', '.__LINE__); + + // 이시각 정각 시까지 업데이트 완료했음 + $query = "update game set turntime='$prevTurn' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 그 시각 년도,월 저장 + $dt = turnDate($connect, $prevTurn); + $admin[year] = $dt[0]; $admin[month] = $dt[1]; + // 현재시간의 월턴시간 이후 분단위 장수 처리 + do { + $query = "select no,name,turntime,turn0,npc from general where turntime<='$date' order by turntime"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + + //if(PROCESS_LOG) $processlog[0] = "[{$date}] 월턴 이후 갱신: name({$general[name]}), no({$general[no]}), turntime({$general[turntime]}), turn0({$general[turn0]})"; + //if(PROCESS_LOG) pushProcessLog($connect, $processlog); + + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processAI'); + if($general[npc] >= 2) { processAI($connect, $general[no]); } // npc AI 처리 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', PreprocessCommand'); + PreprocessCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processCommand'); + processCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateCommand'); + updateCommand($connect, $general[no]); + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', updateTurntime'); + updateTurntime($connect, $general[no]); + } + } while($gencount > 0); + + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', '.__LINE__); + + $query = "update game set turntime='$date' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 3턴 전 시간 + $letterdate = $date; + $letterdate = subTurn($letterdate, $admin[turnterm]); + $letterdate = subTurn($letterdate, $admin[turnterm]); + $letterdate = subTurn($letterdate, $admin[turnterm]); + //기한 지난 외교 메세지 지움(3개월 유지) + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', '.__LINE__); + for($i=0; $i < 5; $i++) { + $query = "update nation set dip{$i}='',dip{$i}_who='0',dip{$i}_type='0',dip{$i}_when='' where dip{$i}_when < '$letterdate'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + // 부상 과도 제한 + $query = "update general set injury='80' where injury>'80'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //토너먼트 처리 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processTournament'); + processTournament($connect); + //거래 처리 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', processAuction'); + processAuction($connect); + // 잡금 해제 + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', unlock'); + unlock($connect); + + $locklog[0] = "- checkTurn() 출 : ".date('Y-m-d H:i:s')." : ".$_SESSION[p_id]; + pushLockLog($connect, $locklog); + + //if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', finish'); + + return true; +} + +function addAge($connect) { + //나이와 호봉 증가 + $query = "update general set age=age+1,belong=belong+1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + if($admin[year] >= $admin[startyear]+3) { + $query = "select no,name,nation,leader,power,intel,history from general where specage<=age and special='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + $special = getSpecial($connect, $general[leader], $general[power], $general[intel]); + $query = "update general set special='$special' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●특기 【".getGenSpecial($special)."】(을)를 익혔습니다!"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:특기 【".getGenSpecial($special)."】(을)를 습득"); + pushGenLog($general, $log); + } + + $query = "select no,name,nation,leader,power,intel,history,npc,dex0,dex10,dex20,dex30,dex40 from general where specage2<=age and special2='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + $special2 = getSpecial2($connect, $general[leader], $general[power], $general[intel], 0, $general[dex0], $general[dex10], $general[dex20], $general[dex30], $general[dex40]); + + $query = "update general set special2='$special2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●특기 【".getGenSpecial($special2)."】(을)를 익혔습니다!"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:특기 【".getGenSpecial($special2)."】(을)를 습득"); + pushGenLog($general, $log); + } + } +} + +function turnDate($connect, $curtime) { + $query = "select startyear,starttime,turnterm,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $turn = $admin[starttime]; + $curturn = cutTurn($curtime, $admin[turnterm]); + $num = 0; + switch($admin[turnterm]) { + case 0: $term = 7200; break; + case 1: $term = 3600; break; + case 2: $term = 1800; break; + case 3: $term = 1200; break; + case 4: $term = 600; break; + case 5: $term = 300; break; + case 6: $term = 120; break; + case 7: $term = 60; break; + } + $num = floor((strtotime($curturn) - strtotime($turn)) / $term); + + $year = $admin[startyear] + floor($num / 12); + $month = 1 + (12+$num) % 12; + + // 바뀐 경우만 업데이트 + if($admin[month] != $month || $admin[year] != $year) { + $query = "update game set year='$year',month='$month' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $value[0] = $year; + $value[1] = $month; + return $value; +} + +//한국가의 전체 전방 설정 +function SetNationFront($connect, $nationNo) { + if(!$nationNo) { return; } + // 도시소유 국가와 선포,교전중인 국가 + $query = "select me,you from diplomacy where me={$nationNo} and (state=0 or (state=1 and term<=3))"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipNum = MYDB_num_rows($result); + if($dipNum > 0) { + for($i=0; $i < $dipNum; $i++) { + $dip = MYDB_fetch_array($result); + + $query = "select city,path from city where nation={$dip[you]}"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result2); + for($k=0; $k < $cityNum; $k++) { + $city = MYDB_fetch_array($result2); + $path = explode("|", $city[path]); + $cnt = count($path); + for($j=0; $j < $cnt; $j++) { + $adj[$path[$j]] = 1; + } + } + } + } else { + //평시이면 공백지 + $query = "select city,path from city where nation=0"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result2); + for($k=0; $k < $cityNum; $k++) { + $city = MYDB_fetch_array($result2); + $path = explode("|", $city[path]); + $cnt = count($path); + for($j=0; $j < $cnt; $j++) { + $adj[$path[$j]] = 1; + } + } + } + $str = "city=0"; $valid = 0; + $query = "select city from city where nation={$nationNo}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result); + for($i=0; $i < $cityNum; $i++) { + $city = MYDB_fetch_array($result); + if($adj[$city[city]] == 1) { $str .= " or city={$city[city]}"; $valid = 1; } + } + $query = "update city set front=0 where nation={$nationNo}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + if($valid == 1) { + $query = "update city set front=1 where {$str}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function checkSupply($connect) { + include_once("queue.php"); + + $query = "select city,nation,path from city"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result); + for($i=0; $i < $cityNum; $i++) { + $city = MYDB_fetch_array($result); + $cityPath[$city[city]] = $city[path]; + $cityNation[$city[city]] = $city[nation]; + $label[$city[city]] = 0; + } + + $select = 0; + $queue = new Queue(20); + $queue2 = new Queue(20); + $labelling = 0; + $marked = 0; + + //모든 도시 마크할 때까지 + while($marked < $cityNum) { + $queue->clear(); $queue2->clear(); + $q = $queue; $q2 = $queue2; + + $labelling++; + //마크 되지 않은 도시부터 라벨링 시작 + for($i=1; $i <= $cityNum; $i++) { + if($label[$i] == 0) { + $label[$i] = $labelling; + $labelMapping[$labelling] = $cityNation[$i]; + $comCount[$cityNation[$i]]++; + $q->push($i); + $marked++; + break; + } + } + + while($q->getSize() > 0 || $q2->getSize() > 0) { + while($q->getSize() > 0) { + $city = $q->pop(); + unset($path); + $path = explode("|", $cityPath[$city]); + for($i=0; $i < count($path); $i++) { + if($label[$path[$i]] == 0 && $cityNation[$path[$i]] == $cityNation[$city]) { + $label[$path[$i]] = $labelling; + $q2->push($path[$i]); + $marked++; + } + } + } + if($select == 0) { + $q2 = $queue; + $q = $queue2; + } else { + $q = $queue; + $q2 = $queue2; + } + $select = 1 - $select; + } + } + + //공백지는 다 보급상태 + $query = "update city set supply='1' where nation='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //우선 다 미보급 상태로 + $query = "update city set supply='0' where nation!='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //도시 있는 국가들 + $query = "select nation,capital from nation where level>'0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationNum = MYDB_num_rows($result); + + $str = "city='0'"; + for($i=0; $i < $nationNum; $i++) { + $nation = MYDB_fetch_array($result); + //수도 있는 덩어리 도시들 1로 세팅 + $lbl = $label[$nation[capital]]; + + for($k=1; $k <= $cityNum; $k++) { + if($lbl == $label[$k]) { + $str .= " or city='{$k}'"; + } + } + } + $query = "update city set supply='1' where {$str}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function updateYearly($connect) { + //통계 + checkStatistic($connect); +} + +//관직 변경 해제 +function updateQuaterly($connect) { + //천도 제한 해제, 관직 변경 제한 해제 + $query = "update nation set capset='0',l12set='0',l11set='0',l10set='0',l9set='0',l8set='0',l7set='0',l6set='0',l5set='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //관직 변경 제한 해제 + $query = "update city set gen1set='0',gen2set='0',gen3set='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +// 벌점 감소와 건국제한-1 전턴제한-1 외교제한-1, 1달마다 실행, 병사 있는 장수의 군량 감소, 수입비율 조정 +function preUpdateMonthly($connect) { + //연감 월결산 + $result = LogHistory($connect); + if($result == false) { return false; } + + $query = "select startyear,year,month,normgeneral from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //배신 횟수 최대 10회 미만 + $query = "update general set betray=9 where betray>9"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //보급선 체크 + checkSupply($connect); + //미보급도시 10% 감소 + $query = "update city set pop=pop*0.9,rate=rate*0.9,agri=agri*0.9,comm=comm*0.9,secu=secu*0.9,def=def*0.9,wall=wall*0.9 where supply='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //미보급도시 장수 5% 감소 + $query = "select city,nation from city where supply='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + for($i=0; $i < $cityCount; $i++) { + $city = MYDB_fetch_array($result); + //병 훈 사 5%감소 + $query = "update general set crew=crew*0.95,atmos=atmos*0.95,train=train*0.95 where city='$city[city]' and nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //민심30이하 공백지 처리 + $query = "select city,name,gen1,gen2,gen3 from city where rate<='30' and supply='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + for($i=0; $i < $cityCount; $i++) { + $city = MYDB_fetch_array($result); + + $query = "update general set level=1 where no='$city[gen1]' or no='$city[gen2]' or no='$city[gen3]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【고립】$city[name](이)가 보급이 끊겨 미지배 도시가 되었습니다."; + } + pushHistory($connect, $history); + //민심30이하 공백지 처리 + $query = "update city set nation='0',gen1='0',gen2='0',gen3='0',conflict='',conflict2='',term=0,front=0 where rate<='30' and supply='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 우선 병사수/100 만큼 소비 + $query = "update general set rice=rice-round(crew/100) where crew>=100"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 쌀이 마이너스인 장수들 소집해제 + $query = "select no,name,rice,crew,city from general where rice<0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + + // 주민으로 돌아감 + $query = "update city set pop=pop+'$general[crew]' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set crew=0,rice=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●군량이 모자라 병사들이 소집해제되었습니다!"; + pushGenLog($general, $log); + } + + //접률감소 + $query = "update general set connect=floor(connect*0.99)"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //건국제한, 전략제한, 외교제한-1 + $query = "update general set makelimit=makelimit-1 where makelimit>'0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set tricklimit=tricklimit-1 where tricklimit>'0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update nation set surlimit=surlimit-1 where surlimit>'0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //세율 동기화 목적 + $query = "update nation set rate_tmp=rate"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //도시훈사 180년 60, 220년 87, 240년 100 + $rate = round(($admin[year] - $admin[startyear]) / 1.5) + 60; + if($rate > 100) $rate = 100; + + //금률 쌀률, 내정비용 +// $query = "select count(*) as cnt from general"; +// $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $gencount = MYDB_fetch_array($result); // 전체 등록자 수 +// $ratio = 50 + round($gencount[cnt] / $admin[normgeneral] * 100 / 2); // 300명 등록시에 100% 지급 + $ratio = 100; + // 20 ~ 140원 + $develcost = ($admin[year] - $admin[startyear] + 10) * 2; + $query = "update game set gold_rate='$ratio',rice_rate='$ratio',city_rate='$rate',develcost='$develcost' where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //매달 사망자 수입 결산 + processDeadIncome($connect, $ratio); + + //계략, 전쟁표시 해제 + $query = "update city set state=0 where state=31 or state=33"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set state=state-1 where state=32 or state=34"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set term=term-1 where term>0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set conflict='',conflict2='' where term=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set state=0 where state=41"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set state=41 where state=42"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set state=42 where state=43"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 계급 검사 및 승,강급 + $query = "select no,name,dedication,dedlevel,experience,explevel from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + + unset($log); + $log = checkDedication($connect, $general, $log); + $log = checkExperience($connect, $general, $log); + pushGenLog($general, $log); + } + + //첩보-1 + $query = "select nation,spy from nation where spy!=''"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationCount = MYDB_num_rows($result); + for($i=0; $i < $nationCount; $i++) { + $nation = MYDB_fetch_array($result); + $spy = ""; $k = 0; unset($citys); + if($nation[spy] != "") { $citys = explode("|", $nation[spy]); } + while(count($citys)) { + $citys[$k]--; + if($citys[$k]%10 != 0) { $spy .= "$citys[$k]"; } + $k++; + if($k >= count($citys)) { break; } + if($citys[$k-1]%10 != 0) { $spy .= "|"; } + } + $query = "update nation set spy='$spy' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + return true; +} + +// 외교 로그처리, 외교 상태 처리 +function postUpdateMonthly($connect) { + $query = "select startyear,year,month,scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //각 국가 전월 장수수 대비 당월 장수수로 단합도 산정 + //각 국가 장수수를 구하고 국력 산정 +// $query = "select nation,gennum from nation where level>0"; +// 국력= +// 자원(국가/장수의 금,쌀) +// 기술력 +// 인구수*내정% +// 장수능력 +// 접속률 +// 숙련도 +// 명성,공헌 + $query = " +select +A.nation, +A.gennum, A.gennum2, A.chemi, +round(( + round(((A.gold+A.rice)+(select sum(gold+rice) from general where nation=A.nation))/100) + +A.tech + +if(A.level=0,0,( + select round( + sum(pop)*sum(pop+agri+comm+secu+wall+def)/sum(pop2+agri2+comm2+secu2+wall2+def2)/100 + ) from city where nation=A.nation and supply=1 + )) + +(select sum(leader+power+intel) from general where nation=A.nation) + +(select round(sum(dex0+dex10+dex20+dex30+dex40)/1000) from general where nation=A.nation) + +(select round(sum(experience+dedication)/100) from general where nation=A.nation) + +(select round(avg(connect)) from general where nation=A.nation) +)/10) +as power +from nation A +group by A.nation +"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationCount = MYDB_num_rows($result); + for($i=0; $i < $nationCount; $i++) { + $nation = MYDB_fetch_array($result); + $genNum[$nation[nation]] = $nation[gennum]; + + if($nation[gennum] > $nation[gennum2]) { + // 장수가 증가했을때 + $nation[chemi] -= ceil(($nation[gennum] - $nation[gennum2]) / $nation[gennum] * 100); + } else { + // 장수가 감소했을때 + $nation[chemi] -= ceil(($nation[gennum2] - $nation[gennum]) / $nation[gennum2] * 100); + } + // 매달 2씩 증가 + $nation[chemi] += 2; + if($nation[chemi] < 0) { $nation[chemi] = 0; } + if($nation[chemi] > 100) { $nation[chemi] = 100; } + + //약간의 랜덤치 부여 (95% ~ 105%) + $nation[power] = round($nation[power] * (rand()%101 + 950) / 1000); + $query = "update nation set power='$nation[power]',gennum2='$nation[gennum]',chemi='$nation[chemi]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 전쟁기한 세팅 + $query = "select me,you,dead,term from diplomacy where state='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + for($i=0; $i < $dipCount; $i++) { + $dip = MYDB_fetch_array($result); + $genCount = $genNum[$dip[me]]; + // 25% 참여율일때 두당 10턴에 4000명 소모한다고 계산 + // 4000 / 10 * 0.25 = 100 + $term = round($dip[dead] / 100 / $genCount) + 1; + if($dip[term] > $term) { $term = $dip[term]; } + if($term > 13) { $term = 13; } + $query = "update diplomacy set term='{$term}' where (me='$dip[me]' and you='$dip[you]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //개전국 로그 + $query = "select me,you from diplomacy where state='1' and term<='1' and me= $admin[startyear]+3) { + checkWander($connect); + } + // 작위 업데이트 + updateNationState($connect); + // 천통여부 검사 + checkEmperior($connect); + //토너먼트 개시 + triggerTournament($connect); + // 시스템 거래건 등록 + registerAuction($connect); + //전방설정 + $query = "select nation from nation where level>0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); + } +} + +function triggerTournament($connect) { + $query = "select tournament,tnmt_trig from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //현재 토너먼트 없고, 자동개시 걸려있을때, 40%확률 + if($admin[tournament] == 0 && $admin[tnmt_trig] > 0 && rand() % 100 < 40) { + $type = rand() % 6; // 0 : 전력전, 1 : 통솔전, 2 : 일기토, 3 : 설전 + //전력전 50%, 통, 일, 설 각 17% + if($type > 3) { $type = 0; } + startTournament($connect, $admin[tnmt_trig], $type); + } +} + +function checkWander($connect) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + // 국가정보, 장수수 + $query = "select nation from nation where level=0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select no,name,nation,level,history,turntime from general where nation='$nation[nation]' and level=12"; + $kingResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $king = MYDB_fetch_array($kingResult); + + $log[0] = "●초반 제한후 방랑군은 자동 해산됩니다."; + pushGenLog($king, $log); + + process_56($connect, $king); + } +} + +function checkMerge($connect) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from diplomacy where state='3' and term='0'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($dipresult); + + for($i=0; $i < $dipcount; $i++) { + $dip = MYDB_fetch_array($dipresult); + + // 아국군주 + $query = "select no,name,history,nation from general where nation='$dip[me]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + // 상대군주 + $query = "select no,name,history,nation,makenation from general where nation='$dip[you]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + // 모국 + $query = "select nation,name,surlimit,history,totaltech from nation where nation='$you[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + // 아국 + $query = "select nation,name,gold,rice,surlimit,totaltech from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + //양국 NPC수 + $query = "select no from general where nation='$you[nation]' and npc>=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount = MYDB_num_rows($result); + //양국 NPC수 + $query = "select no from general where nation='$me[nation]' and npc>=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount2 = MYDB_num_rows($result); + + //피항복국 장수들 역사 기록 및 로그 전달 + $query = "select no,name,nation,history from general where nation='$you[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "$mynation[name](와)과 통합에 성공했습니다."; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + $gen = addHistory($connect, $gen, "●$admin[year]년 $admin[month]월:$mynation[name]$you[makenation]로 통합에 성공"); + } + //항복국 장수들 역사 기록 및 로그 전달 + $query = "select no,name,nation,history from general where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount2 = MYDB_num_rows($result); + $genlog[0] = "$younation[name](와)과 통합에 성공했습니다."; + for($i=0; $i < $gencount2; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + $gen = addHistory($connect, $gen, "●$admin[year]년 $admin[month]월:$younation[name]$you[makenation]로 통합에 성공"); + } + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【통합】$mynation[name](와)과 $younation[name](이)가 $you[makenation](으)로 통합하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【혼란】통합에 반대하는 세력들로 인해 $you[makenation]에 혼란이 일고 있습니다."; + $younation = addNationHistory($connect, $younation, "●$admin[year]년 $admin[month]월:$mynation[name]$you[makenation]로 통합"); + + $newGenCount = $gencount + $gencount2; + if($newGenCount < 10) { $newGenCount = 10; } + $newTotalTech = $younation[totaltech] + $mynation[totaltech]; + $newTech = round($newTotalTech / $newGenCount); + // 자금 통합, 외교제한 5년, 기술유지 + $query = "update nation set name='$you[makenation]',gold=gold+'$mynation[gold]',rice=rice+'$mynation[rice]',surlimit='24',totaltech='$newTotalTech',tech='$newTech',gennum='{$newGenCount}' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //국가 삭제 + $query = "delete from nation where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 아국 모든 도시들 상대국 소속으로 + $query = "update city set nation='$you[nation]',gen1='0',gen2='0',gen3='0',conflict='',conflict2='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 아국 모든 장수들 일반으로 하고 상대국 소속으로, 수도로 이동 + $query = "update general set belong=1,level=1,nation='$you[nation]' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 공헌도0.9, 명성0.9 + $query = "update general set dedication=dedication*0.9,experience=experience*0.9 where nation='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대도 모두 국가 소속 변경 + $query = "update troop set nation='$you[nation]' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 통합국 모든 도시 5% 감소 + $query = "update city set pop=pop*0.95,agri=agri*0.95,comm=comm*0.95,secu=secu*0.95,rate=rate*0.95,def=def*0.95,wall=wall*0.95 where nation='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 외교 삭제 + $query = "delete from diplomacy where me='$me[nation]' or you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // NPC들 일부 하야 (양국중 큰쪽 장수수의 90~110%만큼) + $resignCount = 0; + if($npccount >= $npccount2) { + $resignCount = round($npccount*(rand()%21+90)/100); + } else { + $resignCount = round($npccount2*(rand()%21+90)/100); + } + $resignCommand = EncodeCommand(0, 0, 0, 45); //하야 + $query = "update general set turn0='$resignCommand' where nation='$you[nation]' and npc>=2 order by rand() limit {$resignCount}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($me, $mylog); + pushGenLog($you, $youlog); + pushHistory($connect, $history); + unset($mylog); + unset($youlog); + unset($history); + } +} + +function checkSurrender($connect) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from diplomacy where state='5' and term='0'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($dipresult); + + for($i=0; $i < $dipcount; $i++) { + $dip = MYDB_fetch_array($dipresult); + + // 아국군주 + $query = "select no,name,history,nation from general where nation='$dip[me]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + // 상대군주 + $query = "select no,name,history,nation,makenation from general where nation='$dip[you]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + // 모국 + $query = "select nation,name,surlimit,history,totaltech from nation where nation='$you[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + // 아국 + $query = "select nation,name,gold,rice,surlimit,totaltech from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + //양국 NPC수 + $query = "select no from general where nation='$you[nation]' and npc>=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount = MYDB_num_rows($result); + //양국 NPC수 + $query = "select no from general where nation='$me[nation]' and npc>=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount2 = MYDB_num_rows($result); + + //피항복국 장수들 역사 기록 및 로그 전달 + $query = "select no,name,nation,history from general where nation='$you[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "$mynation[name] 합병에 성공했습니다."; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + $gen = addHistory($connect, $gen, "●$admin[year]년 $admin[month]월:$mynation[name] 합병에 성공"); + } + //항복국 장수들 역사 기록 및 로그 전달 + $query = "select no,name,nation,history from general where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount2 = MYDB_num_rows($result); + $genlog[0] = "$younation[name](으)로 항복하여 수도로 이동합니다."; + for($i=0; $i < $gencount2; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + $gen = addHistory($connect, $gen, "●$admin[year]년 $admin[month]월:$mynation[name]$younation[name](으)로 항복"); + } + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【투항】$mynation[name] (이)가 $younation[name](으)로 항복하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【혼란】통합에 반대하는 세력들로 인해 $younation[name]에 혼란이 일고 있습니다."; + $younation = addNationHistory($connect, $younation, "●$admin[year]년 $admin[month]월:$mynation[name](와)과 합병"); + + $newGenCount = $gencount + $gencount2; + if($newGenCount < 10) { $newGenCount = 10; } + $newTotalTech = $younation[totaltech] + $mynation[totaltech]; + $newTech = round($newTotalTech / $newGenCount); + // 자금 통합, 외교제한 5년, 기술유지 + $query = "update nation set gold=gold+'$mynation[gold]',rice=rice+'$mynation[rice]',surlimit='24',totaltech='$newTotalTech',tech='$newTech',gennum='{$newGenCount}' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //합병 당한국 모든 도시 10%감소 + $query = "update city set pop=pop*0.9,agri=agri*0.9,comm=comm*0.9,secu=secu*0.9,rate=rate*0.9,def=def*0.9,wall=wall*0.9 where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //합병 시도국 모든 도시 5%감소 + $query = "update city set pop=pop*0.95,agri=agri*0.95,comm=comm*0.95,secu=secu*0.95,rate=rate*0.95,def=def*0.95,wall=wall*0.95 where nation='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //국가 삭제 + $query = "delete from nation where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 군주가 있는 위치 구함 + $query = "select city from general where nation='$you[nation]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $king = MYDB_fetch_array($result); + // 아국 모든 도시들 상대국 소속으로 + $query = "update city set nation='$you[nation]',gen1='0',gen2='0',gen3='0',conflict='',conflict2='' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 제의국 모든 장수들 공헌도0.95, 명성0.95 + $query = "update general set dedication=dedication*0.95,experience=experience*0.95 where nation='$you[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 아국 모든 장수들 일반으로 하고 상대국 소속으로, 수도로 이동, 공헌도1.1, 명성0.9 + $query = "update general set belong=1,level=1,nation='$you[nation]',city='$king[city]',dedication=dedication*1.1,experience=experience*0.9 where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대도 모두 국가 소속 변경 + $query = "update troop set nation='$you[nation]' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 외교 삭제 + $query = "delete from diplomacy where me='$me[nation]' or you='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // NPC들 일부 하야 (양국중 큰쪽 장수수의 90~110%만큼) + $resignCount = 0; + if($npccount >= $npccount2) { + $resignCount = round($npccount*(rand()%21+90)/100); + } else { + $resignCount = round($npccount2*(rand()%21+90)/100); + } + $resignCommand = EncodeCommand(0, 0, 0, 45); //하야 + $query = "update general set turn0='$resignCommand' where nation='$you[nation]' and npc>=2 order by rand() limit {$resignCount}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($me, $mylog); + pushGenLog($you, $youlog); + pushHistory($connect, $history); + unset($mylog); + unset($youlog); + unset($history); + } +} + +function updateNationState($connect) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,level,history from nation"; + $nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($nationresult); + + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + + $query = "select city,level,secu from city where nation='$nation[nation]' and level>=4"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + $query = "select no from general where nation='$nation[nation]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + if($citycount == 0) { + $nationlevel = 0; // 방랑군 + } elseif($citycount == 1) { + $nationlevel = 1; // 호족 + } elseif($citycount <= 4) { + $nationlevel = 2; // 군벌 + } elseif($citycount <= 7) { + $nationlevel = 3; // 주자사 + } elseif($citycount <= 10) { + $nationlevel = 4; // 주목 + } elseif($citycount <= 15) { + $nationlevel = 5; // 공 + } elseif($citycount <= 20) { + $nationlevel = 6; // 왕 + } else { + $nationlevel = 7; // 황제 + } + + if($nationlevel > $nation[level]) { + $nation[level] = $nationlevel; + + switch($nationlevel) { + case 7: + $history[count($history)] = "●$admin[year]년 $admin[month]월:【작위】$nation[name]의 군주가 ".getNationLevel($nationlevel)."(을)를 자칭하였습니다."; + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$nation[name]의 군주가 ".getNationLevel($nationlevel)."(을)를 자칭"); + break; + case 6: + $history[count($history)] = "●$admin[year]년 $admin[month]월:【작위】$nation[name]의 군주가 ".getNationLevel($nationlevel)."에 등극하였습니다."; + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$nation[name]의 군주가 ".getNationLevel($nationlevel)."에 등극"); + break; + case 5: + case 4: + case 3: + $history[count($history)] = "●$admin[year]년 $admin[month]월:【작위】$nation[name]의 군주가 ".getNationLevel($nationlevel)."에 임명되었습니다."; + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$nation[name]의 군주가 ".getNationLevel($nationlevel)."에 임명됨"); + break; + case 2: + $history[count($history)] = "●$admin[year]년 $admin[month]월:【작위】$nation[name]의 군주가 독립하여 ".getNationLevel($nationlevel)."로 나섰습니다."; + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$nation[name]의 군주가 ".getNationLevel($nationlevel)."로 나서다"); + break; + } + + //작위 상승 + $query = "update nation set level='$nation[level]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + //기술 및 변경횟수 업데이트 + $myset = $nation[level] + 1; + $query = "update nation set tech=totaltech/'$gencount',gennum='$gennum',myset='$myset' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + pushHistory($connect, $history); +} + +function checkStatistic($connect) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $etc = ''; + + $query = "select avg(gold) as avggold, avg(rice) as avgrice, avg(dex0+dex10+dex20+dex30) as avgdex, max(dex0+dex10+dex20+dex30) as maxdex, avg(experience+dedication) as avgexpded, max(experience+dedication) as maxexpded from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $general[avggold] = round($general[avggold]); + $general[avgrice] = round($general[avgrice]); + $general[avgdex] = round($general[avgdex]); + $general[avgexpded] = round($general[avgexpded]); + $etc .= "평균 금/쌀 ({$general[avggold]}/{$general[avgrice]}), 평균/최고 숙련({$general[avgdex]}/{$general[maxdex]}), 평균/최고 경험공헌({$general[avgexpded]}/{$general[maxexpded]}), "; + + $query = "select min(tech) as mintech, max(tech) as maxtech, avg(tech) as avgtech, min(power) as minpower, max(power) as maxpower, avg(power) as avgpower from nation where level>0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + $nation[avgtech] = round($nation[avgtech]); + $nation[avgpower] = round($nation[avgpower]); + $etc .= "최저/평균/최고 기술({$nation[mintech]}/{$nation[avgtech]}/{$nation[maxtech]}), "; + $etc .= "최저/평균/최고 국력({$nation[minpower]}/{$nation[avgpower]}/{$nation[maxpower]}), "; + + $nationName = ''; + $power_hist = ''; + + $query = "select nation,name,type,power,gennum,round((gold+rice)/100) as goldrice from nation where level>0 order by power desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationCount = MYDB_num_rows($result); + for($i=0; $i < $nationCount; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select sum(leader+power+intel) as abil,round(sum(gold+rice)/100) as goldrice,round(sum(dex0+dex10+dex20+dex30)/1000) as dex,round(sum(experience+dedication)/100) as expded from general where nation='{$nation['nation']}'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result2); + + $query = "select count(*) as cnt,round(sum(pop)/100) as pop,round(sum(pop2)/100) as pop2 from city where nation='{$nation['nation']}'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result2); + + $nationName .= $nation['name'].'('.getNationType($nation['type']).'), '; + $power_hist .= "{$nation['name']}({$nation['power']}/{$nation['gennum']}/{$city['cnt']}/{$city['pop']}/{$city['pop2']}/{$nation['goldrice']}/{$general['goldrice']}/{$general['abil']}/{$general['dex']}/{$general['expded']}), "; + $nationHists[$nation['type']]++; + } + + $nationHist = ''; + for($i=1; $i <= 13; $i++) { + if(!$nationHists[$i]) { $nationHists[$i] = '-'; } + $nationHist .= getNationType($i)."({$nationHists[$i]}), "; + } + + $query = "select no from general where npc <= 1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + $query = "select no from general where npc > 1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npcCount = MYDB_num_rows($result); + + $query = "select personal,special,special2 from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $generalCount = MYDB_num_rows($result); + for($i=0; $i < $generalCount; $i++) { + $general = MYDB_fetch_array($result); + + $personalHists[$general['personal']]++; + $specialHists[$general['special']]++; + $specialHists2[$general['special2']]++; + } + + $generalCountStr = "{$generalCount}({$genCount}+{$npcCount})"; + + $personalHist = ''; + for($i=0; $i < 11; $i++) { + if(!$personalHists[$i]) { $personalHists[$i] = '-'; } + $personalHist .= getGenChar($i)."({$personalHists[$i]}), "; + } + $specialHist = ''; + for($i=0; $i < 40; $i++) { + $call = getGenSpecial($i); + if($call) { + if(!$specialHists[$i]) { $specialHists[$i] = '-'; } + + $specialHist .= $call."({$specialHists[$i]}), "; + } + } + $specialHist .= '// '; + $specialHist .= "-({$specialHists2[0]}), "; + for($i=40; $i < 80; $i++) { + $call = getGenSpecial($i); + if($call) { + if(!$specialHists2[$i]) { $specialHists2[$i] = '-'; } + + $specialHist .= $call."({$specialHists2[$i]}), "; + } + } + + $crewtype = ''; + $types = array(0, 1, 2, 3, 4, 5, 10, 11, 12, 13, 14, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 38, 40, 41, 42, 43); + $count = count($types); + for($i=0; $i < $count; $i++) { + $query = "select count(*) as type from general where crewtype={$types[$i]} and crew>=100"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $crewtype .= getTypeName($types[$i])."({$general[type]}), "; + } + + $query = " + insert into statistic ( + year, month, + nation_count, nation_name, nation_hist, + gen_count, personal_hist, special_hist, power_hist, + crewtype, etc + ) values ( + '$admin[year]', '$admin[month]', + '$nationCount', '$nationName', '$nationHist', + '$generalCountStr', '$personalHist', '$specialHist', '$power_hist', + '$crewtype', '$etc' + )"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function checkEmperior($connect) { + $query = "select year,month,isUnited from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where level>0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + if($count == 1 && $admin[isUnited] == 0) { + $nation = MYDB_fetch_array($result); + + $query = "select city from city where nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + $query = "select city from city"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $allcount = MYDB_num_rows($result); + + if($count == $allcount) { + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$nation[name](이)가 전토를 통일"); + + $query = "update game set isUnited=2,conlimit=conlimit*100 where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no from general where npc<2 and age>50"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + CheckHall($connect, $general[no]); + } + + $query = "select nation,name,type,color,gold,rice,power,gennum,history from nation where nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select SUM(pop) as totalpop,SUM(pop2) as maxpop from city where nation='$nation[nation]'"; // 도시 이름 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($cityresult); + $pop = "{$city[totalpop]} / {$city[maxpop]}"; + $poprate = round($city[totalpop]/$city[maxpop]*100, 2); + $poprate .= " %"; + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='12'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level12 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='11'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level11 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='10'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level10 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='9'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level9 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='8'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level8 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='7'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level7 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='6'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level6 = MYDB_fetch_array($genresult); + + $query = "select name,picture,belong from general where nation='$nation[nation]' and level='5'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $level5 = MYDB_fetch_array($genresult); + + $query = "select name,picture,killnum from general where nation='$nation[nation]' order by killnum desc limit 5"; // 오호장군 + $tigerresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $tigernum = MYDB_num_rows($tigerresult); + for($i=0; $i < $tigernum; $i++) { + $tiger = MYDB_fetch_array($tigerresult); + if($tiger[killnum] > 0) { + $tigerstr .= "{$tiger[name]}【{$tiger[killnum]}】, "; + } + } + + $query = "select name,picture,firenum from general where nation='$nation[nation]' order by firenum desc limit 7"; // 건안칠자 + $eagleresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $eaglenum = MYDB_num_rows($eagleresult); + for($i=0; $i < $eaglenum; $i++) { + $eagle = MYDB_fetch_array($eagleresult); + if($eagle[firenum] > 0) { + $eaglestr .= "{$eagle[name]}【{$eagle[firenum]}】, "; + } + } + + $log[0] = "●$admin[year]년 $admin[month]월: $nation[name](이)가 전토를 통일하였습니다."; + + $query = "select no,name from general where nation='$nation[nation]' order by dedication desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + $gen .= "{$general[name]}, "; + + pushGenLog($general, $log); + } + + $nation[type] = getNationType($nation[type]); + + $query = "select MAX(nation_count) as nc,MAX(gen_count) as gc from statistic"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $stat = MYDB_fetch_array($result); + + $query = "select count(*) as cnt from general"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_fetch_array($result); + + $statNC = "1 / {$stat[nc]}"; + $statGC = "{$gencount[cnt]} / {$stat[gc]}"; + + $query = "select nation_count,nation_name,nation_hist from statistic where nation_count='$stat[nc]' limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $statNation = MYDB_fetch_array($result); + + $query = "select gen_count,personal_hist,special_hist from statistic order by no desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $statGeneral = MYDB_fetch_array($result); + + $query = " + insert into emperior ( + phase, + nation_count, nation_name, nation_hist, + gen_count, personal_hist, special_hist, + name, type, color, year, month, power, gennum, citynum, + pop, poprate, gold, rice, + l12name, l12pic, l11name, l11pic, + l10name, l10pic, l9name, l9pic, + l8name, l8pic, l7name, l7pic, + l6name, l6pic, l5name, l5pic, + tiger, eagle, gen, history + ) values ( + '-', + '$statNC', '$statNation[nation_name]', '$statNation[nation_hist]', + '$statGC', '$statGeneral[personal_hist]', '$statGeneral[special_hist]', + '$nation[name]', '$nation[type]', '$nation[color]', '$admin[year]', '$admin[month]', '$nation[power]', '$nation[gennum]', '$allcount', + '$pop', '$poprate', '$nation[gold]', '$nation[rice]', + '$level12[name]', '$level12[picture]', '$level11[name]', '$level11[picture]', + '$level10[name]', '$level10[picture]', '$level9[name]', '$level9[picture]', + '$level8[name]', '$level8[picture]', '$level7[name]', '$level7[picture]', + '$level6[name]', '$level6[picture]', '$level5[name]', '$level5[picture]', + '$tigerstr', '$eaglestr', '$gen', '$nation[history]' + )"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【통일】$nation[name](이)가 전토를 통일하였습니다."; + pushHistory($connect, $history); + + //연감 월결산 + LogHistory($connect); + } + } +} + +function PreprocessCommand($connect, $no) { + $query = "select no,name,city,injury,special2,item,turn0 from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($general[special2] == 73 || $general[item] == 23 || $general[item] == 24) { + //특기보정 : 의술 + //의서 사용 + if($general[injury] > 0) { + $general[injury] = 0; + $query = "update general set injury=0 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "의술을 펼쳐 스스로 치료합니다!"; + pushGenLog($general, $log); + } + + $query = "select no,name,injury from general where city='$general[city]' and injury>10 order by rand()"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $patientCount = MYDB_num_rows($result); + + if($patientCount > 0) { + // 50% 확률로 치료 + $patientCount = round($patientCount * 0.5); + + $patientName = ""; + for($i=0; $i < $patientCount; $i++) { + $patient = MYDB_fetch_array($result); + + //부상 치료 + $query = "update general set injury=0 where no='$patient[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "{$general['name']}(이)가 의술로써 치료해줍니다!"; + pushGenLog($patient, $log); + + if($patientName == "") { + $patientName = $patient['name']; + } + } + + if($patientCount == 1) { + $log[0] = "의술을 펼쳐 도시의 장수 {$patientName}(을)를 치료합니다!"; + } else { + $patientCount -= 1; + $log[0] = "의술을 펼쳐 도시의 장수들 {$patientName} 외 {$patientCount}명을 치료합니다!"; + } + pushGenLog($general, $log); + } + } + + if($general[injury] > 0) { + if($general[item] >=7 && $general[item] <= 11) { + //영구약 사용 + $query = "update general set injury=0 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "".getItemName($general[item])."(을)를 사용하여 치료합니다!"; + pushGenLog($general, $log); + } elseif($general[injury] > 10 && $general[item] == 1 && $general[turn0] != EncodeCommand(0, 0, 0, 50)) { + //환약 사용 + $query = "update general set injury=0,item=0 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "환약을 사용하여 치료합니다!"; + pushGenLog($general, $log); + } elseif($general[injury] > 10) { + //부상 감소 + $query = "update general set injury=injury-10 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + //부상 감소 + $query = "update general set injury=0 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } +} + +function processCommand($connect, $no) { + $query = "select npc,no,name,userlevel,picture,imgsvr,nation,nations,city,troop,injury,leader,leader2,power,power2,intel,intel2,experience,dedication,level,gold,rice,crew,crewtype,train,atmos,weap,book,horse,item,turntime,makenation,makelimit,killturn,block,dedlevel,explevel,age,history,belong,personal,special,special2,term,turn0,dex0,dex10,dex20,dex30,dex40 from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select month,killturn from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + // 블럭자는 미실행. 삭턴 감소 + if($general[block] == 2) { + $date = substr($general[turntime],11,5); + $log[count($log)] = "●{$admin[month]}월:현재 멀티, 또는 비매너로 인한블럭 대상자입니다. <1>$date"; + pushGenLog($general, $log); + + $query = "update general set recturn='',resturn='BLOCK_2',myset=3,con=0,killturn=killturn-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($general[block] == 3) { + $date = substr($general[turntime],11,5); + $log[count($log)] = "●{$admin[month]}월:현재 악성유저로 분류되어 블럭, 발언권 무효 대상자입니다. <1>$date"; + pushGenLog($general, $log); + + $query = "update general set recturn='',resturn='BLOCK_3',myset=3,con=0,killturn=killturn-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + if($general[level] >= 5 && $general[level] <= 12) { + $query = "select l{$general[level]}turn0,l{$general[level]}term from nation where nation='$general[nation]'"; + $coreresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $core = MYDB_fetch_array($coreresult); + $corecommand = DecodeCommand($core["l{$general[level]}turn0"]); + //연속턴 아닌경우 텀 리셋 + if($core["l{$general[level]}term"]%100 != $corecommand[0]) { + $query = "update nation set l{$general[level]}term=0 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + switch($corecommand[0]) { + case 23: process_23($connect, $general); break; //포상 + case 24: process_24($connect, $general); break; //몰수 + case 27: process_27($connect, $general); break; //발령 + case 51: process_51($connect, $general); break; //항복권고 + case 52: process_52($connect, $general); break; //원조 + case 53: process_53($connect, $general); break; //통합제의 + case 61: process_61($connect, $general); break; //불가침제의 + case 62: process_62($connect, $general); break; //선전 포고 + case 63: process_63($connect, $general); break; //종전 제의 + case 64: process_64($connect, $general); break; //파기 제의 + case 65: process_65($connect, $general); break; //초토화 + case 66: process_66($connect, $general); break; //천도 + case 67: process_67($connect, $general); break; //증축 + case 68: process_68($connect, $general); break; //감축 + case 71: process_71($connect, $general); break; //필사즉생 + case 72: process_72($connect, $general); break; //백성동원 + case 73: process_73($connect, $general); break; //수몰 + case 74: process_74($connect, $general); break; //허보 + case 75: process_75($connect, $general); break; //피장파장 + case 76: process_76($connect, $general); break; //의병모집 + case 77: process_77($connect, $general); break; //이호경식 + case 78: process_78($connect, $general); break; //급습 + case 81: process_81($connect, $general); break; //국기변경 + case 99: break; //수뇌부휴식 + } + + //장수정보 재로드 + $query = "select npc,no,name,userlevel,picture,imgsvr,nation,nations,city,troop,injury,leader,leader2,power,power2,intel,intel2,experience,dedication,level,gold,rice,crew,crewtype,train,atmos,weap,book,horse,item,turntime,makenation,makelimit,killturn,block,dedlevel,explevel,age,history,belong,personal,special,special2,term,turn0,dex0,dex10,dex20,dex30,dex40 from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + } + + $command = DecodeCommand($general[turn0]); + //삭턴 처리 + if($general[npc] >= 2 || $general[killturn] > $admin[killturn]) { + $query = "update general set recturn=turn0,resturn='FAIL',myset=3,con=0,killturn=killturn-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif(floor($command[0]) == 0 && $general[userlevel] < 5) { + $query = "update general set recturn=turn0,resturn='FAIL',myset=3,con=0,killturn=killturn-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set recturn=turn0,resturn='FAIL',myset=3,con=0,killturn='$admin[killturn]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //연속턴 아닌경우 텀 리셋 + if($general[term]%100 != $command[0]) { + $query = "update general set term=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //턴 처리 + switch($command[0]) { + case 0: //휴식 + $date = substr($general[turntime],11,5); + $log[count($log)] = "●{$admin[month]}월:아무것도 실행하지 않았습니다. <1>$date"; + pushGenLog($general, $log); + break; + case 1: process_1($connect, $general, 1); break; //농업 + case 2: process_1($connect, $general, 2); break; //상업 + case 3: process_3($connect, $general); break; //기술 + case 4: process_4($connect, $general); break; //선정 + case 5: process_5($connect, $general, 1); break; //수비 + case 6: process_5($connect, $general, 2); break; //성벽 + case 7: process_7($connect, $general); break; //정착 장려 + case 8: process_8($connect, $general); break; //치안 + case 9: process_9($connect, $general); break; //조달 + + case 11: process_11($connect, $general, 1); break; //징병 + case 12: process_11($connect, $general, 2); break; //모병 + case 13: process_13($connect, $general); break; //훈련 + case 14: process_14($connect, $general); break; //사기진작 + case 15: process_15($connect, $general); break; //전투태세 + case 16: process_16($connect, $general); break; //전쟁 + case 17: process_17($connect, $general); break; //소집해제 + + case 21: process_21($connect, $general); break; //이동 + case 22: process_22($connect, $general); break; //등용 + case 25: process_25($connect, $general); break; //임관 + case 26: process_26($connect, $general); break; //집합 + case 28: process_28($connect, $general); break; //귀환 + case 29: process_29($connect, $general); break; //인재탐색 + case 30: process_30($connect, $general); break; //강행 + + case 31: process_31($connect, $general); break; //첩보 + case 32: process_32($connect, $general); break; //화계 + case 33: process_33($connect, $general); break; //탈취 + case 34: process_34($connect, $general); break; //파괴 + case 35: process_35($connect, $general); break; //선동 + case 36: process_36($connect, $general); break; //기습 + + case 41: process_41($connect, $general); break; //단련 + case 42: process_42($connect, $general); break; //견문 + case 43: process_43($connect, $general); break; //증여 + case 44: process_44($connect, $general); break; //헌납 + case 45: process_45($connect, $general); break; //하야 + case 46: process_46($connect, $general); break; //건국 + case 47: process_47($connect, $general); break; //방랑 + case 48: process_48($connect, $general); break; //장비매매 + case 49: process_49($connect, $general); break; //군량매매 + case 50: process_50($connect, $general); break; //요양 + + case 54: process_54($connect, $general); break; //선양 + case 55: process_55($connect, $general); break; //거병 + case 56: process_56($connect, $general); break; //해산 + case 57: process_57($connect, $general); break; //모반 시도 + } + } +} + +function updateCommand($connect, $no, $type=0) { + $query = "select no,nation,level from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($type == 0 || $type == 1) { // 턴처리후, 당기기 + $query = " +update general set +turn0=turn1,turn1=turn2,turn2=turn3,turn3=turn4,turn4=turn5,turn5=turn6,turn6=turn7,turn7=turn8,turn8=turn9, +turn9=turn10,turn10=turn11,turn11=turn12,turn12=turn13,turn13=turn14,turn14=turn15,turn15=turn16,turn16=turn17, +turn17=turn18,turn18=turn19,turn19=turn20,turn20=turn21,turn21=turn22,turn22=turn23,turn23='00000000000000' +where no='$general[no]' +"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + if($type == 2 || ($general[level] >= 5 && $general[level] <= 12 && $type == 0)) { // 턴 처리후 수뇌부, 수뇌부 당기기 + $turn = "l{$general[level]}turn"; + $query = " +update nation set +{$turn}0={$turn}1,{$turn}1={$turn}2, +{$turn}2={$turn}3,{$turn}3={$turn}4, +{$turn}4={$turn}5,{$turn}5={$turn}6, +{$turn}6={$turn}7,{$turn}7={$turn}8, +{$turn}8={$turn}9,{$turn}9={$turn}10, +{$turn}10={$turn}11,{$turn}11='00000000000099' +where nation='$general[nation]' +"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function backupdateCommand($connect, $no, $type=0) { + $query = "select no,nation,level from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($type == 1) { // 미루기 + $query = " +update general set +turn23=turn22,turn22=turn21, +turn21=turn20,turn20=turn19, +turn19=turn18,turn18=turn17, +turn17=turn16,turn16=turn15, +turn15=turn14,turn14=turn13, +turn13=turn12,turn12=turn11, +turn11=turn10,turn10=turn9, +turn9=turn8,turn8=turn7, +turn7=turn6,turn6=turn5, +turn5=turn4,turn4=turn3, +turn3=turn2,turn2=turn1, +turn1=turn0,turn0='00000000000000' +where no='$no' +"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($type == 2) { // 수뇌부 미루기 + $turn = "l{$general[level]}turn"; + $query = " +update nation set +{$turn}11={$turn}10,{$turn}10={$turn}9, +{$turn}9={$turn}8,{$turn}8={$turn}7, +{$turn}7={$turn}6,{$turn}6={$turn}5, +{$turn}5={$turn}4,{$turn}4={$turn}3, +{$turn}3={$turn}2,{$turn}2={$turn}1, +{$turn}1={$turn}0,{$turn}0='00000000000099' +where nation='$general[nation]' +"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function updateTurntime($connect, $no) { + $query = "select year,month,isUnited,turnterm from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,name,name2,nation,troop,age,turntime,history,killturn,level,deadyear,npc,npc_org,npcmatch,npcid from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + // 삭턴장수 삭제처리 + if($general[killturn] <= 0) { + // npc유저 삭턴시 npc로 전환 + if($general[npc] == 1 && $general[deadyear] > $admin[year]) { + $npcid = "gen" . $general[npcid]; + $pw = md5("18071807"); + $general[killturn] = ($general[deadyear] - $admin[year]) * 12; + $general[npc] = $general[npc_org]; + $query = "update general set user_id='$npcid',password='$pw',npc='$general[npc]',killturn='$general[killturn]',mode=2 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[0] = "●{$admin[month]}월:$general[name2](이)가 $general[name]의 육체에서 유체이탈합니다!"; + pushAllLog($alllog); + + if($admin[isUnited] == 0) { + CheckHall($connect, $no); + } + } else { + // 군주였으면 유지 이음 + if($general[level] == 12) { + nextRuler($connect, $general); + } + + //도시의 태수, 군사, 시중직도 초기화 + $query = "update city set gen1='0' where gen1='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2='0' where gen2='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3='0' where gen3='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 부대 처리 + $query = "select no from troop where troop='$general[troop]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $troop = MYDB_fetch_array($result); + + //부대장일 경우 + if($troop[no] == $general[no]) { + // 모두 탈퇴 + $query = "update general set troop='0' where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대 삭제 + $query = "delete from troop where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set troop='0' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + // 장수 삭제 + $query = "delete from general where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //기존 국가 기술력 그대로 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 병, 요절, 객사, 번개, 사채, 일확천금, 호랑이, 곰, 수영, 처형, 발견 + switch(rand()%42) { + case 0: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 역병에 걸려 죽고 말았습니다."; break; + case 1: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 요절하고 말았습니다."; break; + case 2: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 거리에서 갑자기 객사하고 말았습니다."; break; + case 3: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 안타깝게도 번개에 맞아 죽고 말았습니다."; break; + case 4: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 고리대금에 시달리다가 자살하고 말았습니다."; break; + case 5: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 일확천금에 놀라 심장마비로 죽고 말았습니다."; break; + case 6: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 산속에서 호랑이에게 물려 죽고 말았습니다."; break; + case 7: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 산책중 곰에게 할퀴어 죽고 말았습니다."; break; + case 8: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 수영을 하다 익사하고 말았습니다."; break; + case 9: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 황제를 모독하다가 처형당하고 말았습니다."; break; + case 10: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 이튿날 침실에서 죽은채로발견되었습니다."; break; + case 11: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 색에 빠져 기력이 쇠진해 죽고말았습니다."; break; + case 12: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 미녀를 보고 심장마비로 죽고말았습니다."; break; + case 13: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 우울증에 걸려 자살하고 말았습니다."; break; + case 14: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 천하 정세를 비관하며 분신하고 말았습니다."; break; + case 15: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 어떤 관심도 못받고 쓸쓸히 죽고말았습니다."; break; + case 16: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 유산 상속 문제로 다투다가 살해당했습니다."; break; + case 17: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 누군가의 사주로 자객에게 암살당했습니다."; break; + case 18: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 바람난 배우자에게 독살당하고 말았습니다."; break; + case 19: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 농약을 술인줄 알고 마셔 죽고말았습니다."; break; + case 20: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 아무 이유 없이 죽고말았습니다."; break; + case 21: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 전재산을 잃고 화병으로 죽고말았습니다."; break; + case 22: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 단식운동을 하다가 굶어 죽고말았습니다."; break; + case 23: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 귀신에게 홀려 시름 앓다가 죽고말았습니다."; break; + case 24: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 사람들에게 집단으로 맞아서 죽고말았습니다."; break; + case 25: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 갑자기 성벽에서 뛰어내려 죽고말았습니다."; break; + case 26: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 농사중 호미에 머리를 맞아 죽고말았습니다."; break; + case 27: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 저세상이 궁금하다며 자살하고 말았습니다."; break; + case 28: $alllog[0] = "●{$admin[month]}월:운좋기로 소문난 $general[name](이)가 불운하게도 죽고말았습니다."; break; + case 29: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 무리하게 단련을 하다가 죽고말았습니다."; break; + case 30: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 생활고를 비관하며 자살하고 말았습니다."; break; + case 31: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 평생 결혼도 못해보고 죽고 말았습니다."; break; + case 32: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 과식하다 배가 터져 죽고 말았습니다."; break; + case 33: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 웃다가 숨이 넘어가 죽고 말았습니다."; break; + case 34: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 추녀를 보고 놀라서 죽고 말았습니다."; break; + case 35: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 물에 빠진 사람을 구하려다 같이 죽고 말았습니다."; break; + case 36: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 독살을 준비하다 독에 걸려 죽고 말았습니다."; break; + case 37: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 뒷간에서 너무 힘을 주다가 죽고 말았습니다."; break; + case 38: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 돌팔이 의사에게 치료받다가 죽고 말았습니다."; break; + case 39: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 남의 보약을 훔쳐먹다 부작용으로 죽고 말았습니다."; break; + case 40: $alllog[0] = "●{$admin[month]}월:희대의 사기꾼 $general[name](이)가 사망했습니다."; break; + case 41: $alllog[0] = "●{$admin[month]}월:희대의 호색한 $general[name](이)가 사망했습니다."; break; + default: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 사망했습니다."; break; + } + // 엔피씨,엠피씨,의병 사망로그 + if($general[npc] == 2) { + $alllog[0] = "●{$admin[month]}월:$general[name](이)가 사망했습니다."; + } elseif($general[npc] >= 3) { + switch(rand()%10) { + case 0: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 푸대접에 실망하여 떠났습니다."; break; + case 1: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 갑자기 화를 내며 떠났습니다."; break; + case 2: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 의견차이를 좁히지 못하고 떠났습니다."; break; + case 3: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 판단 착오였다며 떠났습니다."; break; + case 4: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 생활고가 나아지지 않는다며 떠났습니다."; break; + case 5: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 기대가 너무 컸다며 떠났습니다."; break; + case 6: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 아무 이유 없이 떠났습니다."; break; + case 7: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 자기 목적은 달성했다며 떠났습니다."; break; + case 8: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 자기가 없어도 될것 같다며 떠났습니다."; break; + case 9: $alllog[0] = "●{$admin[month]}월:$general[name](이)가 처자식이 그립다며 떠났습니다."; break; + } + } + + pushAllLog($alllog); + + return; + } + } + + if($general[age] >= 80 && $general[npc] == 0) { + if($admin[isUnited] == 0) { + CheckHall($connect, $no); + } + + $query = "update general set leader=leader*0.85,power=power*0.85,intel=intel*0.85,injury=0,experience=experience*0.5,dedication=dedication*0.5,firenum=0,warnum=0,killnum=0,deathnum=0,killcrew=0,deathcrew=0,age=20,specage=0,specage2=0,crew=crew*0.85,dex0=dex0*0.5,dex10=dex10*0.5,dex20=dex20*0.5,dex30=dex30*0.5,dex40=dex40*0.5 where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[0] = "●{$admin[month]}월:$general[name](이)가 은퇴하고 그 자손이 유지를 이어받았습니다."; + pushAllLog($alllog); + + $log[0] = "●나이가 들어 은퇴하고 자손에게 자리를 물려줍니다."; + pushGenLog($general, $log); + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:나이가 들어 은퇴하고, 자손에게 관직을 물려줌"); + } + + $turntime = addTurn($general[turntime], $admin[turnterm]); + + $query = "update general set turntime='$turntime' where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function CheckHall($connect, $no) { + $type = array( + "experience", + "dedication", + "firenum", + "warnum", + "killnum", + "winrate", + "killcrew", + "killrate", + "dex0", + "dex10", + "dex20", + "dex30", + "dex40", + "ttrate", + "tlrate", + "tprate", + "tirate", + "betgold", + "betwin", + "betwingold", + "betrate" + ); + + $query = "select name,nation,picture, + experience,dedication,warnum,firenum,killnum, + killnum/warnum*10000 as winrate,killcrew,killcrew/deathcrew*10000 as killrate, + dex0,dex10,dex20,dex30,dex40, + ttw/(ttw+ttd+ttl)*10000 as ttrate, ttw+ttd+ttl as tt, + tlw/(tlw+tld+tll)*10000 as tlrate, tlw+tld+tll as tl, + tpw/(tpw+tpd+tpl)*10000 as tprate, tpw+tpd+tpl as tp, + tiw/(tiw+tid+til)*10000 as tirate, tiw+tid+til as ti, + betgold, betwin, betwingold, betwingold/betgold*10000 as betrate + from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select nation,name,color from nation where nation='$general[nation]'"; + $nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($nationresult); + + for($k=0; $k < 21; $k++) { + $query = "select * from hall where type='$k' order by data desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + //승률,살상률인데 10회 미만 전투시 스킵 + if(($k == 5 || $k == 7) && $general[warnum]<10) { continue; } + //토너승률인데 50회 미만시 스킵 + if($k == 13 && $general[tt] < 50) { continue; } + //토너승률인데 50회 미만시 스킵 + if($k == 14 && $general[tl] < 50) { continue; } + //토너승률인데 50회 미만시 스킵 + if($k == 15 && $general[tp] < 50) { continue; } + //토너승률인데 50회 미만시 스킵 + if($k == 16 && $general[ti] < 50) { continue; } + //수익률인데 1000미만시 스킵 + if($k == 20 && $general[betgold] < 1000) { continue; } + + $rank = 10; + for($i=0; $i < $count; $i++) { + $ranker = MYDB_fetch_array($result); + + if($general[$type[$k]] >= $ranker[data]) { + $rank = $i; + break; + } + } + for($i=8; $i >= $rank; $i--) { + $j = $i + 1; + $query = "select * from hall where type='$k' and rank='$i'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $ranker = MYDB_fetch_array($result); + + $query = "update hall set name='$ranker[name]', nation='$ranker[nation]', data='$ranker[data]', color='$ranker[color]', picture='$ranker[picture]' where type='$k' and rank='$j'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $query = "update hall set name='$general[name]', nation='{$nation[name]}', data='{$general[$type[$k]]}', color='{$nation[color]}', picture='$general[picture]' where type='$k' and rank='$rank'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function info($connect, $type=0, $skin=1) { + $query = "select year,month,turnterm,maxgeneral from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + switch($admin[turnterm]) { + case 0: $termtype="120분 턴"; break; + case 1: $termtype="60분 턴"; break; + case 2: $termtype="30분 턴"; break; + case 3: $termtype="20분 턴"; break; + case 4: $termtype="10분 턴"; break; + case 5: $termtype="5분 턴"; break; + case 6: $termtype="2분 턴"; break; + case 7: $termtype="1분 턴"; break; + } + + $query = "select no from general where npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + $query = "select no from general where npc>=2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount = MYDB_num_rows($result); + + switch($type) { + case 0: + echo "현재 : {$admin[year]}年 {$admin[month]}月 ($termtype 서버)
등록 장수 : 유저 {$gencount} / {$admin[maxgeneral]} 명 + NPC {$npccount} 명"; + break; + case 1: + echo "현재 : {$admin[year]}年 {$admin[month]}月 ($termtype 서버)          등록 장수 : 유저 {$gencount} / {$admin[maxgeneral]} 명 + NPC {$npccount} 명"; + break; + case 2: + echo "현재 : {$admin[year]}年 {$admin[month]}月 ($termtype 서버)"; + break; + case 3: + echo "등록 장수 : 유저 {$gencount} / {$admin[maxgeneral]} 명 + NPC {$npccount} 명"; + break; + } +} + +function uniqueItem($connect, $general, $log, $vote=0) { + if($general[npc] >= 2 || $general[betray] > 1) { return $log; } + if($general[weap] > 6 || $general[book] > 6 || $general[horse] > 6 || $general[item] > 6) { return $log; } + + $query = "select year,month,scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + + $query = "select count(*) as cnt from general where npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + if($game[scenario] == 0) { $prob = $gen[cnt] * 5; } // 5~6개월에 하나씩 등장 + else { $prob = $gen[cnt]; } // 1~2개월에 하나씩 등장 + + if($vote == 1) { $prob = round($gen[cnt] * 0.7 / 3); } // 투표율 70%, 투표 한번에 2~3개 등장 + elseif($vote == 2) { $prob = round($gen[cnt] / 10 / 2); } // 랜임시 2개(10%) 등장(200명중 20명 랜임시도?) + elseif($vote == 3) { $prob = round($gen[cnt] / 10 / 4); } // 건국시 4개(20%) 등장(200명시 20국 정도 됨) + + if($prob < 3) { $prob = 3; } + //아이템 습득 상황 + if(rand() % $prob == 0) { + //셋중 선택 + $sel = rand() % 4; + switch($sel) { + case 0: $type = "weap"; break; + case 1: $type = "book"; break; + case 2: $type = "horse"; break; + case 3: $type = "item"; break; + } + $query = "select no,{$type} from general where {$type}>6"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + if($count < 20) { + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $occupied[$gen[$type]] = 1; + } + for($i=7; $i <= 26; $i++) { + if($occupied[$i] == 0) { + $item[count($item)] = $i; + } + } + $it = $item[rand() % count($item)]; + + $query = "update general set {$type}='$it' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select name from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[name] == "") { + $nation[name] = "재야"; + } + + switch($sel) { + case 0: + $log[count($log)] = "".getWeapName($it)."(을)를 습득했습니다!"; + $alllog[0] = "●{$game[month]}월:$general[name](이)가 ".getWeapName($it)."(을)를 습득했습니다!"; + $general = addHistory($connect, $general, "●{$game[year]}년 {$game[month]}월:".getWeapName($it)."(을)를 습득"); + if($vote == 0) { + $history[0] = "●$game[year]년 $game[month]월:【아이템】$nation[name]$general[name](이)가 ".getWeapName($it)."(을)를 습득했습니다!"; + } elseif($vote == 1) { + $history[0] = "●$game[year]년 $game[month]월:【설문상품】$nation[name]$general[name](이)가 ".getWeapName($it)."(을)를 습득했습니다!"; + } elseif($vote == 2) { + $history[0] = "●$game[year]년 $game[month]월:【랜덤임관상품】$nation[name]$general[name](이)가 ".getWeapName($it)."(을)를 습득했습니다!"; + } elseif($vote == 3) { + $history[0] = "●$game[year]년 $game[month]월:【건국상품】$nation[name]$general[name](이)가 ".getWeapName($it)."(을)를 습득했습니다!"; + } + break; + case 1: + $log[count($log)] = "".getBookName($it)."(을)를 습득했습니다!"; + $alllog[0] = "●{$game[month]}월:$general[name](이)가 ".getBookName($it)."(을)를 습득했습니다!"; + $general = addHistory($connect, $general, "●{$game[year]}년 {$game[month]}월:".getBookName($it)."(을)를 습득"); + if($vote == 0) { + $history[0] = "●$game[year]년 $game[month]월:【아이템】$nation[name]$general[name](이)가 ".getBookName($it)."(을)를 습득했습니다!"; + } elseif($vote == 1) { + $history[0] = "●$game[year]년 $game[month]월:【설문상품】$nation[name]$general[name](이)가 ".getBookName($it)."(을)를 습득했습니다!"; + } elseif($vote == 2) { + $history[0] = "●$game[year]년 $game[month]월:【랜덤임관상품】$nation[name]$general[name](이)가 ".getBookName($it)."(을)를 습득했습니다!"; + } elseif($vote == 3) { + $history[0] = "●$game[year]년 $game[month]월:【건국상품】$nation[name]$general[name](이)가 ".getBookName($it)."(을)를 습득했습니다!"; + } + break; + case 2: + $log[count($log)] = "".getHorseName($it)."(을)를 습득했습니다!"; + $alllog[0] = "●{$game[month]}월:$general[name](이)가 ".getHorseName($it)."(을)를 습득했습니다!"; + $general = addHistory($connect, $general, "●{$game[year]}년 {$game[month]}월:".getHorseName($it)."(을)를 습득"); + if($vote == 0) { + $history[0] = "●$game[year]년 $game[month]월:【아이템】$nation[name]$general[name](이)가 ".getHorseName($it)."(을)를 습득했습니다!"; + } elseif($vote == 1) { + $history[0] = "●$game[year]년 $game[month]월:【설문상품】$nation[name]$general[name](이)가 ".getHorseName($it)."(을)를 습득했습니다!"; + } elseif($vote == 2) { + $history[0] = "●$game[year]년 $game[month]월:【랜덤임관상품】$nation[name]$general[name](이)가 ".getHorseName($it)."(을)를 습득했습니다!"; + } elseif($vote == 3) { + $history[0] = "●$game[year]년 $game[month]월:【건국상품】$nation[name]$general[name](이)가 ".getHorseName($it)."(을)를 습득했습니다!"; + } + break; + case 3: + $log[count($log)] = "".getItemName($it)."(을)를 습득했습니다!"; + $alllog[0] = "●{$game[month]}월:$general[name](이)가 ".getItemName($it)."(을)를 습득했습니다!"; + $general = addHistory($connect, $general, "●{$game[year]}년 {$game[month]}월:".getItemName($it)."(을)를 습득"); + if($vote == 0) { + $history[0] = "●$game[year]년 $game[month]월:【아이템】$nation[name]$general[name](이)가 ".getItemName($it)."(을)를 습득했습니다!"; + } elseif($vote == 1) { + $history[0] = "●$game[year]년 $game[month]월:【설문상품】$nation[name]$general[name](이)가 ".getItemName($it)."(을)를 습득했습니다!"; + } elseif($vote == 2) { + $history[0] = "●$game[year]년 $game[month]월:【랜덤임관상품】$nation[name]$general[name](이)가 ".getItemName($it)."(을)를 습득했습니다!"; + } elseif($vote == 3) { + $history[0] = "●$game[year]년 $game[month]월:【건국상품】$nation[name]$general[name](이)가 ".getItemName($it)."(을)를 습득했습니다!"; + } + break; + } + pushAllLog($alllog); + pushHistory($connect, $history); + } + } + return $log; +} + +function checkAbility($connect, $general, $log) { + global $_upgradeLimit; + + $limit = $_upgradeLimit; + + $query = "select no,leader,leader2,power,power2,intel,intel2 from general where no='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + if($general[leader2] < 0) { + $query = "update general set leader2='$limit'+leader2,leader=leader-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "통솔이 1 떨어졌습니다!"; + } elseif($general[leader2] >= $limit) { + $query = "update general set leader2=leader2-'$limit',leader=leader+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "통솔이 1 올랐습니다!"; + } + + if($general[power2] < 0) { + $query = "update general set power2='$limit'+power2,power=power-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "무력이 1 떨어졌습니다!"; + } elseif($general[power2] >= $limit) { + $query = "update general set power2=power2-'$limit',power=power+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "무력이 1 올랐습니다!"; + } + + if($general[intel2] < 0) { + $query = "update general set intel2='$limit'+intel2,intel=intel-1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "지력이 1 떨어졌습니다!"; + } elseif($general[intel2] >= $limit) { + $query = "update general set intel2=intel2-'$limit',intel=intel+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "지력이 1 올랐습니다!"; + } + + return $log; +} + +function checkDedication($connect, $general, $log) { + $dedlevel = getDedLevel($general[dedication]); + + $query = "update general set dedlevel='$dedlevel' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 승급했다면 + if($general[dedlevel] < $dedlevel) { + $log[count($log)] = "".getDed($general[dedication])."(으)로 승급하여 봉록이 ".getBill($general[dedication])."(으)로 상승했습니다!"; + // 강등했다면 + } elseif($general[dedlevel] > $dedlevel) { + $log[count($log)] = "".getDed($general[dedication])."(으)로 강등되어 봉록이 ".getBill($general[dedication])."(으)로 하락했습니다!"; + } + + return $log; +} + +function checkExperience($connect, $general, $log) { + $explevel = getExpLevel($general[experience]); + + $query = "update general set explevel='$explevel' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 승급했다면 + if($general[explevel] < $explevel) { + $log[count($log)] = "Lv $explevel로 레벨업!"; + // 강등했다면 + } elseif($general[explevel] > $explevel) { + $log[count($log)] = "Lv $explevel로 레벨다운!"; + } + + return $log; +} + +//1월마다 실행 +function processSpring($connect) { + //인구 증가 + popIncrease($connect); + // 1월엔 무조건 내정 1% 감소 + $query = "update city set dead=0,agri=agri*0.99,comm=comm*0.99,secu=secu*0.99,def=def*0.99,wall=wall*0.99"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 유지비 3% 거상 1.5% + $query = "update general set gold=gold*0.97 where gold>10000 and special!=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set gold=gold*0.985 where gold>10000 and special=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 1% 거상 0.5% + $query = "update general set gold=gold*0.99 where gold>1000 and gold<=10000 and special!=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set gold=gold*0.995 where gold>1000 and gold<=10000 and special=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 5% + $query = "update nation set gold=gold*0.95 where gold>100000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 3% + $query = "update nation set gold=gold*0.97 where gold>10000 and gold<=100000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 1% + $query = "update nation set gold=gold*0.99 where gold>1000 and gold<=10000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $history[0] = "★{$admin['year']}년 {$admin['month']}월: 모두들 즐거운 게임 하고 계신가요? ^^ 삼국일보 애독해 주시고, 훼접은 삼가주세요~"; + pushHistory($connect, $history); +} + +function processGoldIncome($connect) { + global $_basegold; + + $query = "select year,month,gold_rate from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name,nation,gold,rate_tmp,bill,type from nation"; + $nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($nationresult); + + //국가별 처리 + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + + $incomeList = getGoldIncome($connect, $nation[nation], $nation[rate_tmp], $admin[gold_rate], $nation[type]); + $income = $incomeList[0] + $incomeList[1]; + $originoutcome = getGoldOutcome($connect, $nation[nation], 100); // 100%의 지급량 + $outcome = round($originoutcome * $nation[bill] / 100); // 지급량에 따른 요구량 + // 실제 지급량 계산 + $nation[gold] += $income; + // 기본량도 안될경우 + if($nation[gold] < $_basegold) { + $realoutcome = 0; + // 실지급율 + $ratio = 0; + //기본량은 넘지만 요구량이 안될경우 + } elseif($nation[gold] - $_basegold < $outcome) { + $realoutcome = $nation[gold] - $_basegold; + $nation[gold] = $_basegold; + // 실지급율 + $ratio = $realoutcome / $originoutcome; + } else { + $realoutcome = $outcome; + $nation[gold] -= $realoutcome; + // 실지급율 + $ratio = $realoutcome / $originoutcome; + } + $adminLog[count($adminLog)] = _String::Fill2($nation[name],12," ")." // 세금 : "._String::Fill2($income,6," ")." // 세출 : "._String::Fill2($originoutcome,6," ")." // 실제 : ".tab2($realoutcome,6," ")." // 지급율 : ".tab2(round($ratio*100,2),5," ")." % // 결과금 : ".tab2($nation[gold],6," "); + + $query = "select no,name,nation from general where nation='$nation[nation]' and level>='9'"; + $coreresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $corecount = MYDB_num_rows($coreresult); + $corelog[0] = "●이번 수입은 금 $income입니다."; + for($j=0; $j < $corecount; $j++) { + $coregen = MYDB_fetch_array($coreresult); + pushGenLog($coregen, $corelog); + } + + $query = "update nation set gold='$nation[gold]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name,nation,dedication,gold from general where nation='$nation[nation]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + // 각 장수들에게 지급 + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $gold = round(getBill($general[dedication])*$ratio); + $general[gold] += $gold; + + $query = "update general set gold='$general[gold]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●봉급으로 금 $gold을 받았습니다."; + pushGenLog($general, $log); + } + } + + $history[0] = "●$admin[year]년 $admin[month]월:【지급】봄이 되어 봉록에 따라 자금이 지급됩니다."; + pushHistory($connect, $history); + pushAdminLog($connect, $adminLog); +} + +function popIncrease($connect) { + $query = "select nation,rate_tmp,type from nation"; + $nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($nationresult); + + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + $rate[$nation[nation]] = $nation[rate_tmp]; + $type[$nation[nation]] = $nation[type]; + } + + $query = "select * from city where supply='1'"; // 도시 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + // 인구 및 민심 + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($cityresult); + + $pop = $city[pop]; + if($city[nation] == 0) { + $pop = $city[pop]; // 공백지는 증가하지 않게 + $cityrate = 50; + + $ratio = 0.99; // 공백지는 수비 빼고 약간씩 감소 + $agri = floor($city[agri] * $ratio); + $comm = floor($city[comm] * $ratio); + $secu = floor($city[secu] * $ratio); + $def = $city[def]; + $wall = $city[wall]; + } else { + $ratio = (20 - $rate[$city[nation]])/200; // 20일때 0% 0일때 10% 100일때 -40% + $agri = $city[agri] + floor($city[agri] * $ratio); //내정도 증감 + $comm = $city[comm] + floor($city[comm] * $ratio); + $secu = $city[secu] + floor($city[secu] * $ratio); + $def = $city[def] + floor($city[def] * $ratio); + $wall = $city[wall] + floor($city[wall] * $ratio); + $ratio = (30 - $rate[$city[nation]])/200; // 20일때 5% 5일때 12.5% 50일때 -10% + if($ratio >= 0) { + // 국가보정 + if($type[$city[nation]] == 4 || $type[$city[nation]] == 6 || $type[$city[nation]] == 7 || $type[$city[nation]] == 8 || $type[$city[nation]] == 12 || $type[$city[nation]] == 13) { $ratio *= 1.2; } + if($type[$city[nation]] == 1 || $type[$city[nation]] == 3) { $ratio *= 0.8; } + $ratio *= (1 + $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 추가 + } else { + // 국가보정 + if($type[$city[nation]] == 4 || $type[$city[nation]] == 6 || $type[$city[nation]] == 7 || $type[$city[nation]] == 8 || $type[$city[nation]] == 12 || $type[$city[nation]] == 13) { $ratio *= 0.8; } + if($type[$city[nation]] == 1 || $type[$city[nation]] == 3) { $ratio *= 1.2; } + $ratio *= (1 - $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 경감 + } + + $pop = $city[pop] + floor($city[pop] * $ratio) + 5000; // 기본 5000명은 증가 + + $ratio = round($ratio*100, 2); + $cityrate = $city[rate]; + $cityrate = $cityrate + (20 - $rate[$city[nation]]); + if($cityrate > 100) { $cityrate = 100; } + if($cityrate < 0) { $cityrate = 0; } + } + if($pop > $city[pop2]) { $pop = $city[pop2]; } + if($pop < 0) { $pop = 0; } + if($agri > $city[agri2]) { $agri = $city[agri2]; } + if($comm > $city[comm2]) { $comm = $city[comm2]; } + if($secu > $city[secu2]) { $secu = $city[secu2]; } + if($def > $city[def2]) { $def= $city[def2]; } + if($wall > $city[wall2]) { $wall = $city[wall2]; } + + //시세 + $query = "update city set pop='$pop',rate='$cityrate',agri='$agri',comm='$comm',secu='$secu',def='$def',wall='$wall' where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function getGoldIncome($connect, $nationNo, $rate, $admin_rate, $type) { + $query = "select no,city from general where nation='$nationNo' and level=4"; // 태수 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level4[$gen[no]] = $gen[city]; + } + $query = "select no,city from general where nation='$nationNo' and level=3"; // 군사 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level3[$gen[no]] = $gen[city]; + } + $query = "select no,city from general where nation='$nationNo' and level=2"; // 시중 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level2[$gen[no]] = $gen[city]; + } + + $query = "select capital,level from nation where nation='$nationNo'"; // 수도 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($cityresult); + + $query = "select * from city where nation='$nationNo' and supply='1'"; // 도시 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + //총 수입 구함 + $income[0] = 0; $income[1] = 0; // income[0] : 세수, income[1] : 수비병 세수 + for($j=0; $j < $citycount; $j++) { + $city = MYDB_fetch_array($cityresult); + + //민충 0~100 : 50~100 수입 + $ratio = $city[rate] / 2 + 50; + $tax1 = ($city[pop] * $city[comm] / $city[comm2] * $ratio / 1000) / 3; +// $tax2 = $city[def] * $city[wall] / $city[wall2] / 3; + $tax1 *= (1 + $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 추가 +// $tax2 *= (1 + $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 추가 + //도시 관직 추가 세수 + if($level4[$city[gen1]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + if($level3[$city[gen2]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + if($level2[$city[gen3]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + //수도 추가 세수 130%~105% + if($city[city] == $nation[capital]) { $tax1 *= 1+(1/3/$nation[level]); $tax2 *= 1+(1/3/$nation[level]); } + + $income[0] += $tax1; +// $income[1] += $tax2; + } + $income[0] *= ($rate / 20); + + // 국가보정 + if($type == 1) { $income[0] *= 1.1; $income[1] *= 1.1; } + if($type == 9 || $type == 10 || $type == 11) { $income[0] *= 0.9; $income[1] *= 0.9; } + + $income[0] = round($income[0] * ($admin_rate/100)); + $income[1] = round($income[1] * ($admin_rate/100)); + + return $income; +} + +function processDeadIncome($connect, $admin_rate) { + $query = "select nation,type from nation where level>0"; // 도시 가진 국가 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationCount = MYDB_num_rows($result); + + for($i=0; $i < $nationCount; $i++) { + $nation = MYDB_fetch_array($result); + + $income = getDeadIncome($connect, $nation[nation], $nation[type], $admin_rate); + +// 단기수입 금만적용 +// $query = "update nation set gold=gold+'$income',rice=rice+'$income' where nation='$nation[nation]'"; + $query = "update nation set gold=gold+'$income' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + // 10%수입, 20%부상병 + $query = "update city set pop=pop+dead*0.2,dead='0'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function getDeadIncome($connect, $nation, $type, $admin_rate) { + $query = "select dead from city where nation='$nation' and dead>'0' and supply='1'"; // 도시 목록 + $cityResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($cityResult); + + $income = 0; // 단기수입 + if($cityCount > 0) { + for($k=0; $k < $cityCount; $k++) { + $city = MYDB_fetch_array($cityResult); + + $income += $city[dead]; + } + $income /= 10; + + // 국가보정 + if($type == 1) { $income *= 1.1; } + if($type == 9 || $type == 10) { $income *= 0.9; } + + $income = round($income * $admin_rate / 100); + } + return $income; +} + +function getGoldOutcome($connect, $nation, $bill) { + $query = "select dedication from general where nation='$nation'"; // 장수 목록 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + //총 지출 구함 + $outcome = 0; + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $outcome += getBill($general[dedication]); + } + + $outcome = round($outcome * $bill / 100); + + return $outcome; +} + +//7월마다 실행 +function processFall($connect) { + //인구 증가 + popIncrease($connect); + // 7월엔 무조건 내정 1% 감소 + $query = "update city set dead=0,agri=agri*0.99,comm=comm*0.99,secu=secu*0.99,def=def*0.99,wall=wall*0.99"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 유지비 3% 거상 1.5% + $query = "update general set rice=rice*0.97 where rice>10000 and special!=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set rice=rice*0.985 where rice>10000 and special=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 1% 거상 0.5% + $query = "update general set rice=rice*0.99 where rice>1000 and rice<=10000 and special!=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set rice=rice*0.995 where rice>1000 and rice<=10000 and special=30"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 5% + $query = "update nation set rice=rice*0.95 where rice>100000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 3% + $query = "update nation set rice=rice*0.97 where rice>10000 and rice<=100000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 유지비 1% + $query = "update nation set rice=rice*0.99 where rice>2000 and rice<=10000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function processRiceIncome($connect) { + global $_baserice; + + $query = "select year,month,rice_rate from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name,nation,rice,rate_tmp,bill,type from nation"; + $nationresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($nationresult); + + //국가별 처리 + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($nationresult); + + $incomeList = getRiceIncome($connect, $nation[nation], $nation[rate_tmp], $admin[rice_rate], $nation[type]); + $income = $incomeList[0] + $incomeList[1]; + $originoutcome = getRiceOutcome($connect, $nation[nation], 100); // 100%의 지급량 + $outcome = round($originoutcome * $nation[bill] / 100); // 지급량에 따른 요구량 + + // 실제 지급량 계산 + $nation[rice] += $income; + // 기본량도 안될경우 + if($nation[rice] < $_baserice) { + $realoutcome = 0; + // 실지급율 + $ratio = 0; + //기본량은 넘지만 요구량이 안될경우 + } elseif($nation[rice] - $_baserice < $outcome) { + $realoutcome = $nation[rice] - $_baserice; + $nation[rice] = $_baserice; + // 실지급율 + $ratio = $realoutcome / $originoutcome; + } else { + $realoutcome = $outcome; + $nation[rice] -= $realoutcome; + // 실지급율 + $ratio = $realoutcome / $originoutcome; + } + $adminLog[count($adminLog)] = _String::Fill2($nation[name],12," ")." // 세곡 : "._String::Fill2($income,6," ")." // 세출 : "._String::Fill2($originoutcome,6," ")." // 실제 : ".tab2($realoutcome,6," ")." // 지급율 : ".tab2(round($ratio*100,2),5," ")." % // 결과곡 : ".tab2($nation[rice],6," "); + + $query = "select no,name,nation from general where nation='$nation[nation]' and level>='9'"; + $coreresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $corecount = MYDB_num_rows($coreresult); + $corelog[0] = "●이번 수입은 쌀 $income입니다."; + for($j=0; $j < $corecount; $j++) { + $coregen = MYDB_fetch_array($coreresult); + pushGenLog($coregen, $corelog); + } + + $query = "update nation set rice='$nation[rice]' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name,nation,dedication,rice from general where nation='$nation[nation]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + // 각 장수들에게 지급 + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $rice = round(getBill($general[dedication])*$ratio); + $general[rice] += $rice; + + $query = "update general set rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●봉급으로 쌀 $rice을 받았습니다."; + pushGenLog($general, $log); + } + } + + $history[0] = "●$admin[year]년 $admin[month]월:【지급】가을이 되어 봉록에 따라 군량이 지급됩니다."; + pushHistory($connect, $history); + pushAdminLog($connect, $adminLog); +} + +function getRiceIncome($connect, $nationNo, $rate, $admin_rate, $type) { + $query = "select no,city from general where nation='$nationNo' and level=4"; // 태수 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level4[$gen[no]] = $gen[city]; + } + $query = "select no,city from general where nation='$nationNo' and level=3"; // 군사 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level3[$gen[no]] = $gen[city]; + } + $query = "select no,city from general where nation='$nationNo' and level=2"; // 시중 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($j=0; $j < $count; $j++) { + $gen = MYDB_fetch_array($result); + $level2[$gen[no]] = $gen[city]; + } + + $query = "select capital,level from nation where nation='$nationNo'"; // 수도 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($cityresult); + + $query = "select * from city where nation='$nationNo' and supply='1'"; // 도시 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + //총 수입 구함 + $income[0] = 0; $income[1] = 0; // income[0] : 세수, income[1] : 수비병 세수 + for($j=0; $j < $citycount; $j++) { + $city = MYDB_fetch_array($cityresult); + + //민충 0~100 : 50~100 수입 + $ratio = $city[rate] / 2 + 50; + $tax1 = ($city[pop] * $city[agri] / $city[agri2] * $ratio / 1000) / 3; + $tax2 = $city[def] * $city[wall] / $city[wall2] / 3; + $tax1 *= (1 + $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 추가 + $tax2 *= (1 + $city[secu]/$city[secu2]/10); //치안에 따라 최대 10% 추가 + //도시 관직 추가 세수 + if($level4[$city[gen1]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + if($level3[$city[gen2]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + if($level2[$city[gen3]] == $city[city]) { $tax1 *= 1.05; $tax2 *= 1.05; } + //수도 추가 세수 130%~105% + if($city[city] == $nation[capital]) { $tax1 *= 1+(1/3/$nation[level]); $tax2 *= 1+(1/3/$nation[level]); } + $income[0] += $tax1; + $income[1] += $tax2; + } + $income[0] *= ($rate / 20); + + // 국가보정 + if($type == 8) { $income[0] *= 1.1; $income[1] *= 1.1; } + if($type == 2 || $type == 4 || $type == 13) { $income[0] *= 0.9; $income[1] *= 0.9; } + + $income[0] = round($income[0] * ($admin_rate/100)); + $income[1] = round($income[1] * ($admin_rate/100)); + + return $income; +} + +function getRiceOutcome($connect, $nation, $bill) { + $query = "select dedication from general where nation='$nation'"; // 장수 목록 + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + //총 지출 구함 + $outcome = 0; + for($j=0; $j < $gencount; $j++) { + $general = MYDB_fetch_array($genresult); + $outcome += getBill($general[dedication]); + } + + $outcome = round($outcome * $bill / 100); + + return $outcome; +} + +function tradeRate($connect) { + $query = "select city,level,trade from city"; // 도시 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($cityresult); + //시세 + switch($city[level]) { + case 1: $per = 0; break; + case 2: $per = 0; break; + case 3: $per = 0; break; + case 4: $per = 20; break; + case 5: $per = 40; break; + case 6: $per = 60; break; + case 7: $per = 80; break; + case 8: $per = 100; break; + default:$per = 0; break; + } + if($per > rand()%100) { + $trade = rand() % 11 + 95; + } else { + $trade = 0; + } + $query = "update city set trade='$trade' where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function disaster($connect) { + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //재난표시 초기화 + $query = "update city set state=0 where state<=10"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 초반 3년은 스킵 + if($admin[startyear] + 3 > $admin[year]) return; + + $query = "select city,name,secu,secu2 from city"; // 도시 목록 + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + $disastertype = rand() % 4; + $isgood = 0; + if($admin[month] == 4 && $disastertype == 3) { $isgood = 1; } + if($admin[month] == 7 && $disastertype == 3) { $isgood = 1; } + + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($cityresult); + //호황 발생 도시 선택 ( 기본 3% 이므로 약 3개 도시 ) + //재해 발생 도시 선택 ( 기본 6% 이므로 약 6개 도시 ) + if($isgood == 1) { $ratio = 3 + round(1.0*$city[secu]/$city[secu2]*3); } // 3 ~ 6% + else { $ratio = 6 - round(1.0*$city[secu]/$city[secu2]*3); } // 3 ~ 6% + + if(rand()%100+1 < $ratio) { + $disastercity[count($disastercity)] = $city[city]; + $disasterratio[count($disastercity)] = 1.0 * $city[secu] / $city[secu2]; + $disastername .= $city[name]." "; + } + } + + $disastername = "{$disastername}"; + + //재해 처리 + if(count($disastercity)) { + $state = 0; + switch($admin[month]) { + //봄 + case 1: + switch($disastertype) { + case 0: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 역병이 발생하여 도시가 황폐해지고 있습니다."; + $state = 4; + break; + case 1: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 지진으로 피해가 속출하고 있습니다."; + $state = 5; + break; + case 2: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 추위가 풀리지 않아 얼어죽는 백성들이 늘어나고 있습니다."; + $state = 3; + break; + case 3: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 황건적이 출현해 도시를 습격하고 있습니다."; + $state = 9; + break; + } + break; + //여름 + case 4: + switch($disastertype) { + case 0: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 홍수로 인해 피해가 급증하고 있습니다."; + $state = 7; + break; + case 1: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 지진으로 피해가 속출하고 있습니다."; + $state = 5; + break; + case 2: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 태풍으로 인해 피해가 속출하고 있습니다."; + $state = 6; + break; + case 3: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【호황】{$disastername}에 호황으로 도시가 번창하고 있습니다."; + $state = 2; + $isGood = 1; + break; + } + break; + //가을 + case 7: + switch($disastertype) { + case 0: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 메뚜기 떼가 발생하여 도시가 황폐해지고 있습니다."; + $state = 8; + break; + case 1: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 지진으로 피해가 속출하고 있습니다."; + $state = 5; + break; + case 2: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 흉년이 들어 굶어죽는 백성들이 늘어나고 있습니다."; + $state = 8; + break; + case 3: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【풍작】{$disastername}에 풍작으로 도시가 번창하고 있습니다."; + $state = 1; + $isGood = 1; + break; + } + break; + //겨울 + case 10: + switch($disastertype) { + case 0: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 혹한으로 도시가 황폐해지고 있습니다."; + $state = 3; + break; + case 1: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 지진으로 피해가 속출하고 있습니다."; + $state = 5; + break; + case 2: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 눈이 많이 쌓여 도시가 황폐해지고 있습니다."; + $state = 3; + break; + case 3: + $disaster[count($disaster)] = "●$admin[year]년 $admin[month]월:【재난】{$disastername}에 황건적이 출현해 도시를 습격하고 있습니다."; + $state = 9; + break; + } + break; + } + + if($isgood == 0) { + for($i=0; $i < count($disastercity); $i++) { + $ratio = 15 * $disasterratio[$i]; + $ratio = (80 + $ratio) / 100.0; // 치안률 따라서 80~95% + + $query = "update city set state='$state',pop=pop*{$ratio},rate=rate*{$ratio},agri=agri*{$ratio},comm=comm*{$ratio},secu=secu*{$ratio},def=def*{$ratio},wall=wall*{$ratio} where city='$disastercity[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + TrickInjury($connect, $disastercity[$i], 1); + } + } else { + for($i=0; $i < count($disastercity); $i++) { + $ratio = 4 * $disasterratio[$i]; + $ratio = (101 + $ratio) / 100.0; // 치안률 따라서 101~105% + + $city = getCity($connect, $disastercity[$i]); + $city[pop] *= $ratio; $city[rate] *= $ratio; $city[agri] *= $ratio; + $city[comm] *= $ratio; $city[secu] *= $ratio; $city[def] *= $ratio; + $city[wall] *= $ratio; + + if($city[pop] > $city[pop2]) { $city[pop] = $city[pop2]; } + if($city[rate] > 100) { $city[rate] = 100; } + if($city[agri] > $city[agri2]) { $city[agri] = $city[agri2]; } + if($city[comm] > $city[comm2]) { $city[comm] = $city[comm2]; } + if($city[secu] > $city[secu2]) { $city[secu] = $city[secu2]; } + if($city[def] > $city[def2]) { $city[def] = $city[def2]; } + if($city[wall] > $city[wall2]) { $city[wall] = $city[wall2]; } + + $query = "update city set state='$state',pop='$city[pop]',rate='$city[rate]',agri='$city[agri]',comm='$city[comm]',secu='$city[secu]',def='$city[def]',wall='$city[wall]' where city='$disastercity[$i]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } + + pushHistory($connect, $disaster); +} + +function getAdmin($connect) { + $query = "select * from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + return $admin; +} + +function getMe($connect) { + $query = "select * from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("접속자가 많아 접속을 중단합니다. 잠시후 갱신해주세요.
getMe : ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + return $me; +} + +function getTroop($connect, $troop) { + $query = "select * from troop where troop='$troop'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $troop = MYDB_fetch_array($result); + + return $troop; +} + +function getCity($connect, $city, $sel="*") { + $query = "select {$sel} from city where city='$city'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + return $city; +} + +function getNation($connect, $nation) { + $query = "select * from nation where nation='$nation'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + return $nation; +} + +function newColor($color) { + switch($color) { + case "": + case "330000": + case "FF0000": + case "800000": + case "A0522D": + case "FF6347": + case "808000": + case "008000": + case "2E8B57": + case "008080": + case "6495ED": + case "0000FF": + case "000080": + case "483D8B": + case "7B68EE": + case "800080": + case "A9A9A9": + case "000000": + $color = "FFFFFF"; break; + default: + $color = "000000"; break; + } + return $color; +} + +function backColor($color) { + return newColor($color); +} + +function ConvertLog($str, $type=1) { + if($type > 0) { + $str = str_replace("<1>", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + //$str = str_replace("", "", $str); + //$str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + } else { + $str = str_replace("<1>", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + } + + return $str; +} + +function deleteNation($connect, $general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【멸망】$nation[name]은(는) 멸망했습니다."; + + // 전 장수 재야로 // 전 장수 소속 무소속으로 + $query = "update general set belong=0,troop=0,level=0,nation=0,makelimit=12 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 도시 공백지로 + $query = "update city set nation=0,front=0,gen1=0,gen2=0,gen3=0 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대 삭제 + $query = "delete from troop where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 국가 삭제 + $query = "delete from nation where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 외교 삭제 + $query = "delete from diplomacy where me='$general[nation]' or you='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushHistory($connect, $history); +} + +function nextRuler($connect, $general) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select no,name from general where nation='$general[nation]' and level!='12' and level>='9' order by level desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $corecount = MYDB_num_rows($result); + + //npc or npc유저인 경우 후계 찾기 + if($general[npc] > 0) { + $query = "select no,name,nation,IF(ABS(npcmatch-'$general[npcmatch]')>75,150-ABS(npcmatch-'$general[npcmatch]'),ABS(npcmatch-'$general[npcmatch]')) as npcmatch2 from general where nation='$general[nation]' and level!=12 and npc>0 order by npcmatch2,rand() limit 0,1"; + $npcresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount = MYDB_num_rows($npcresult); + } else { + $npccount = 0; + } + + // 수뇌부가 없으면 공헌도 최고 장수 + if($npccount > 0) { + $nextruler = MYDB_fetch_array($npcresult); + //국명 교체 + //$query = "update nation set name='$nextruler[name]' where nation='$general[nation]'"; + //MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($corecount == 0) { + $query = "select no,name from general where nation='$general[nation]' and level!='12' order by dedication desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $corecount = MYDB_num_rows($result); + + // 아무도 없으면 국가 삭제 + if($corecount == 0) { + //분쟁기록 모두 지움 + DeleteConflict($connect, $general[nation]); + deleteNation($connect, $general); + return; + } else { + $nextruler = MYDB_fetch_array($result); + } + } else { + $nextruler = MYDB_fetch_array($result); + } + + //군주 교체 + $query = "update general set level='12' where no='$nextruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //도시관직해제 + $query = "update city set gen1=0 where gen1='$nextruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //도시관직해제 + $query = "update city set gen2=0 where gen2='$nextruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //도시관직해제 + $query = "update city set gen3=0 where gen3='$nextruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【유지】$nextruler[name](이)가 $nation[name]의 유지를 이어 받았습니다"; + + pushHistory($connect, $history); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:【유지】$nextruler[name](이)가 $nation[name]의 유지를 이어 받음."); + // 장수 삭제 및 부대처리는 checkTurn에서 +} + +function printCitysName($connect, $cityNo, $distance=1) { + $dist = distance($connect, $cityNo, $distance); + + $citynames = CityNameArray(); + $citynum = 94; + + $citystr = ""; + for($i=1; $i <= $citynum; $i++) { + + if($dist[$i] == $distance) { + $citystr = $citystr.$citynames[$i].", "; + } + } + + switch($distance) { + case 1: $color = "magenta"; break; + case 2: $color = "orange"; break; + default: $color = "yellow"; break; + } + echo "{$distance}칸 떨어진 도시 : {$citystr}
"; +} + +function backButton() { + echo " +
+"; +} + +function CoreBackButton() { + echo " +
+"; +} + +function closeButton() { + echo " +
+"; +} + +function distance($connect, $from, $maxDist=99) { + include_once("queue.php"); + + $query = "select city,path from city"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result); + for($i=0; $i < $cityNum; $i++) { + $city = MYDB_fetch_array($result); + $cityPath[$city[city]] = $city[path]; + $dist[$city[city]] = 99; + } + + $select = 0; + $queue = new Queue(20); + $queue2 = new Queue(20); + $q = $queue; + $q2 = $queue2; + $distance = $dist[$from] = 0; + $q->push($from); + while($q->getSize() > 0 || $q2->getSize() > 0) { + $distance++; + if($distance > $maxDist) return $dist; + while($q->getSize() > 0) { + $city = $q->pop(); + unset($path); + $path = explode("|", $cityPath[$city]); + for($i=0; $i < count($path); $i++) { + if($dist[$path[$i]] > $distance) { + $dist[$path[$i]] = $distance; + $q2->push($path[$i]); + } + } + } + if($select == 0) { + $q2 = $queue; + $q = $queue2; + } else { + $q = $queue; + $q2 = $queue2; + } + $select = 1 - $select; + } + + return $dist; +} + +function isClose($connect, $nation1, $nation2) { + $isClose = 0; + // $nation1의 모든 도시 + $query = "select path from city where nation='$nation1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + // 국가의 모든 도시 검색 + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($result); + + // 각 도시당 모든 인접 도시 플래그 세팅 + $path = explode("|", $city[path]); + for($j=0; $j < count($path); $j++) { + $barrier[$path[$j]] = 1; + } + } + + // $nation2의 모든 도시 선택 + $query = "select city from city where nation='$nation2'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($result); + + if($barrier[$city[city]] == 1) { + $isClose = 1; + } + } + + return $isClose; +} + +function CharExperience($exp, $personal) { + switch($personal) { + case 0: case 1; case 6: + $exp *= 1.1; break; + case 4: case 5: case 7: case 10: + $exp *= 0.9; break; + } + $exp = round($exp); + + return $exp; +} + +function CharDedication($ded, $personal) { + switch($personal) { + case 10: + $ded *= 0.9; break; + } + $ded = round($ded); + + return $ded; +} + +function CharAtmos($atmos, $personal) { + switch($personal) { + case 2: case 4: + $atmos += 5; break; + case 0: case 9: case 10: + $atmos -= 5; break; + } + + return $atmos; +} + +function CharTrain($train, $personal) { + switch($personal) { + case 3: case 5: + $train += 5; break; + case 1: case 8: case 10: + $train -= 5; break; + } + + return $train; +} + +function CharCost($cost, $personal) { + switch($personal) { + case 7: case 8: case 9: + $cost *= 0.8; break; + case 2: case 3: case 6: + $cost *= 1.2; break; + } + + return $cost; +} + +function CharCritical($rate, $personal) { + switch($personal) { + case 10: + $rate += 10; break; + } + + return $rate; +} + +function TrickInjury($connect, $city, $type=0) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,name,nation from general where city='$city'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + if($type == 0) { + $log[0] = "●{$admin[month]}월:계략으로 인해 부상을 당했습니다."; + } else { + $log[0] = "●{$admin[month]}월:재난으로 인해 부상을 당했습니다."; + } + for($i=0; $i < $gencount; $i++) { + $general = MYDB_fetch_array($result); + + $injury = rand() % 100; + if($injury < 30) { // 부상률 30% + $injury = floor($injury / 2) + 1; // 부상 1~16 + + $query = "update general set crew=crew*0.98,atmos=atmos*0.98,train=train*0.98,injury=injury+'$injury' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($general, $log); + } + } +} + +function getRandTurn($term) { + switch($term) { + case 0: $randtime = rand() % 7200; break; + case 1: $randtime = rand() % 3600; break; + case 2: $randtime = rand() % 1800; break; + case 3: $randtime = rand() % 1200; break; + case 4: $randtime = rand() % 600; break; + case 5: $randtime = rand() % 300; break; + case 6: $randtime = rand() % 120; break; + case 7: $randtime = rand() % 60; break; + default:$randtime = rand() % 3600; break; + } + + $turntime = date('Y-m-d H:i:s', strtotime('now') + $randtime); + + return $turntime; +} + +function getRandTurn2($term) { + switch($term) { + case 0: $randtime = rand() % 7200; break; + case 1: $randtime = rand() % 3600; break; + case 2: $randtime = rand() % 1800; break; + case 3: $randtime = rand() % 1200; break; + case 4: $randtime = rand() % 600; break; + case 5: $randtime = rand() % 300; break; + case 6: $randtime = rand() % 120; break; + case 7: $randtime = rand() % 60; break; + default:$randtime = rand() % 3600; break; + } + + $turntime = date('Y-m-d H:i:s', strtotime('now') - $randtime); + + return $turntime; +} + +function ScoutMsg($connect, $genNum, $nationName, $who, $msgIndex) { + // 상대에게 발송 + $msgIndex++; + if($msgIndex >= 10) { $msgIndex = 0; } + + $date = date('Y-m-d H:i:s'); + //등용 서신시 장수번호/내 번호 + $me = $genNum * 10000 + $who; + $query = "update general set msgindex='$msgIndex',msg{$msgIndex}='{$nationName}(으)로 망명 권유 서신',msg{$msgIndex}_who='$me',msg{$msgIndex}_when='$date',msg{$msgIndex}_type='11' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function command_Single($connect, $turn, $command) { + $command = EncodeCommand(0, 0, 0, $command); + + $count = sizeof($turn); + $str = "con=con"; + for($i=0; $i < $count; $i++) { + $str .= ",turn{$turn[$i]}='{$command}'"; + } + $query = "update general set {$str} where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + echo ""; + +} + +function command_Chief($connect, $turn, $command) { + $command = EncodeCommand(0, 0, 0, $command); + + $query = "select nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[level] >= 5) { + $count = sizeof($turn); + $str = "type=type"; + for($i=0; $i < $count; $i++) { + $str .= ",l{$me[level]}turn{$turn[$i]}='{$command}'"; + } + $query = "update nation set {$str} where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + echo ""; +} + +function command_Other($connect, $turn, $commandtype) { + echo "
"; + $count = sizeof($turn); + for($i=0; $i < $count; $i++) { + echo ""; + } + echo ""; + echo "
"; + echo "a"; // 없으면 파폭에서 아래 스크립트 실행 안됨 + echo ""; +} + +function GetNationColors() { + $colors = array("FF0000", "800000", "A0522D", "FF6347", "FFA500", "FFDAB9", "FFD700", "FFFF00", + "7CFC00", "00FF00", "808000", "008000", "2E8B57", "008080", "20B2AA", "6495ED", "7FFFD4", + "AFEEEE", "87CEEB", "00FFFF", "00BFFF", "0000FF", "000080", "483D8B", "7B68EE", "BA55D3", + "800080", "FF00FF", "FFC0CB", "F5F5DC", "E0FFFF", "FFFFFF", "A9A9A9"); + return $colors; +} + +function EncodeCommand($fourth, $third, $double, $command) { + $str = _String::Fill2($fourth, 4, "0"); + $str .= _String::Fill2($third, 4, "0"); + $str .= _String::Fill2($double, 4, "0"); + $str .= _String::Fill2($command, 2, "0"); + return $str; +} + +function DecodeCommand($str) { + $command[3] = floor(substr($str, 0, 4)); + $command[2] = floor(substr($str, 4, 4)); + $command[1] = floor(substr($str, 8, 4)); + $command[0] = floor(substr($str, 12, 2)); + return $command; +} + +function OptionsForCitys() { + $citynames = CityNameArray(); + + for($i=1; $i <= 94; $i++) { + echo " + "; + } +} + +function Submit($url, $msg="", $msg2="") { + echo "a"; // 파폭 버그 때문 + echo " +
+ + +
+ + "; +} + +?> diff --git a/che_close/func_auction.php b/che_close/func_auction.php new file mode 100644 index 00000000..52c76428 --- /dev/null +++ b/che_close/func_auction.php @@ -0,0 +1,348 @@ + 20000) { $general[gold] = 20000; } + if($general[rice] < 1000) { $general[rice] = 1000; } + if($general[rice] > 20000) { $general[rice] = 20000; } + +/* + // 유닉템 등록 + $query = "select * from auction where stuff!='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + // 유닉템 거래가 없을 경우 1% 확률로 등장 + if($count == 0 && rand()%100 < 1) { + // 유닉템 선택 + $sel = rand() % 4 + 1; + switch($sel) { + case 1: $type = "weap"; break; + case 2: $type = "book"; break; + case 3: $type = "horse"; break; + case 4: $type = "item"; break; + } + $query = "select no,{$type} from general where {$type}>6"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + if($count < 20) { + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $occupied[$gen[$type]] = 1; + } + for($i=7; $i <= 26; $i++) { + if($occupied[$i] == 0) { + $item[count($item)] = $i; + } + } + $it = $item[rand() % count($item)]; + $stuff = $it * 10 + $sel; + + //평균 금의 100% + $amount = 1; + $cost = $general[gold]; + $topv = $general[maxgold] * 10; + if($cost < 5000) { $cost = 5000; } + if($topv < 10000) { $topv = 10000; } + + $cost = round($cost / 10) * 10; + $topv = round($topv / 10) * 10; + + $term = 12; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit * $term); + $query = "insert into auction (type, no1, name1, stuff, amount, cost, value, topv, expire) values (0, '0', 'ⓝ암시장상인', '$stuff', '$amount', '$cost', '$cost', '$topv', '$date')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[0] = "●{$admin[month]}월:".GetStuffName($stuff)."(이)가 거래장에 등장했습니다!"; + $history[0] = "●$admin[year]년 $admin[month]월:【암시장】ⓝ암시장상인(이)가 ".GetStuffName($stuff)."(을)를 판다는 소문이 돌고 있습니다!"; + pushAllLog($alllog); + pushHistory($connect, $history); + } + } +*/ + + $query = "select * from auction where type='0' and stuff='0' and no1='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + $count += 5; + // 판매건 등록 + if(rand()%$count == 0) { + //평균 쌀의 5% ~ 25% + $mul = rand() % 5 + 1; + $amount = $general[rice] / 20 * $mul; + $cost = $general[gold] / 20 * 0.9 * $mul; + $topv = $amount * 2; + if($cost <= $amount*0.8) { $cost = $amount*0.8; } + if($cost >= $amount*1.2) { $cost = $amount*1.2; } + + $amount = round($amount / 10) * 10; + $cost = round($cost / 10) * 10; + $topv = round($topv / 10) * 10; + + $term = 3 + rand() % 10; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit * $term); + $query = "insert into auction (type, no1, name1, stuff, amount, cost, value, topv, expire) values (0, '0', 'ⓝ상인', '0', '$amount', '$cost', '$cost', '$topv', '$date')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $query = "select * from auction where type='1' and stuff='0' and no1='0'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + $count += 5; + // 구매건 등록 + if(rand()%$count == 0) { + //평균 쌀의 5% ~ 25% + $mul = rand() % 5 + 1; + $amount = $general[rice] / 20 * $mul; + $cost = $general[gold] / 20 * 1.1 * $mul; + $topv = $amount * 0.5; + if($cost <= $amount*0.8) { $cost = $amount*0.8; } + if($cost >= $amount*1.2) { $cost = $amount*1.2; } + + $amount = round($amount / 10) * 10; + $cost = round($cost / 10) * 10; + $topv = round($topv / 10) * 10; + + $term = 3 + rand() % 10; + $date = date("Y-m-d H:i:s", strtotime(date("Y-m-d H:i:s")) + $unit * $term); + $query = "insert into auction (type, no1, name1, stuff, amount, cost, value, topv, expire) values (1, '0', 'ⓝ상인', '0', '$amount', '$cost', '$cost', '$topv', '$date')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function processAuction($connect) { + $date = date("Y-m-d H:i:s"); + + $query = "select year,month from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from auction where expire<='$date'"; + $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count2 = MYDB_num_rows($result2); + + for($i=0; $i < $count2; $i++) { + $auction = MYDB_fetch_array($result2); + + // 유닉템 처리 + if($auction[stuff] != 0) { + if($auction[no2] == 0) { + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 ".GetStuffName($auction[stuff])."(을)를 판매, 그러나 입찰자 부재"; + pushAuctionLog($connect, $auctionLog); + } else { + $trader[no] = 0; + $trader[name] = 'ⓝ암시장상인'; + $trader[gold] = 99999999; + $trader[rice] = 99999999; + + $query = "select no,name,gold,rice from general where no='$auction[no2]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $bidder = MYDB_fetch_array($result); + + $sel1 = $auction[stuff] % 10; + $sel2 = floor($auction[stuff] / 10); + switch($sel1) { + case 1: $type = "weap"; break; + case 2: $type = "book"; break; + case 3: $type = "horse"; break; + case 4: $type = "item"; break; + } + // 이미 유닉템이 풀렸는지 검사 + $query = "select no from general where {$type}='$sel2'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + // 판매거래만 존재 + if($count > 0) { + $traderLog[0] = "◆{$auction[no]}번 거래 유찰! 이미 아이템을 누군가가 가로챘습니다!"; + $bidderLog[0] = "◆{$auction[no]}번 거래 유찰! 이미 아이템을 누군가가 가로챘습니다!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 ".GetStuffName($auction[stuff])."(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 아이템 이미 매진!"; + } elseif($auction[value] > $bidder[gold] - 1000) { + $gold = round($auction[value] * 0.01); + $bidder[gold] -= $gold; + if($bidder[gold] < 0) $bidder[gold] = 0; + $query = "update general set gold='$bidder[gold]' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $traderLog[0] = "◆입찰자의 자금 부족으로 {$auction[no]}번 ".GetStuffName($auction[stuff])." 거래 유찰!"; + $bidderLog[0] = "◆입찰자의 자금 부족으로 {$auction[no]}번 ".GetStuffName($auction[stuff])." 거래 유찰! 벌금 {$gold}"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 ".GetStuffName($auction[stuff])."(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 입찰자 자금부족, 벌금 {$gold}"; + } else { + $traderLog[0] = "◆{$auction[no]}번 거래 성사로 ".GetStuffName($auction[stuff])."(을)를 판매, 금 {$auction[value]}(을)를 획득!"; + $bidderLog[0] = "◆{$auction[no]}번 거래 성사로 금 {$auction[value]}(을)를 지불, ".GetStuffName($auction[stuff])." 구입!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 성사 : {$auction[name1]}(이)가 ".GetStuffName($auction[stuff])."(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 구매"; + $auctionLog[0] .= " ★ 아이템 거래 ★"; + + $query = "update general set gold=gold-'$auction[value]',{$type}='$sel2' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[0] = "●{$admin[month]}월:$auction[name2](이)가 ".GetStuffName($auction[stuff])."(을)를 구매했습니다!"; + $history[0] = "●$admin[year]년 $admin[month]월:【암시장】$auction[name2](이)가 ".GetStuffName($auction[stuff])."(을)를 구매했습니다!"; + pushAllLog($alllog); + pushHistory($connect, $history); + } + pushGenLog($trader, $traderLog); + pushGenLog($bidder, $bidderLog); + pushAuctionLog($connect, $auctionLog); + } + } else { + // 쌀 처리 + if($auction[no2] == 0) { + // 상인건수가 아닌것만 출력 + if($auction[no1] != 0) { + $query = "select no from general where no='$auction[no1]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $trader = MYDB_fetch_array($result); + + $traderLog[0] = "◆입찰자 부재로 {$auction[no]}번 거래 유찰!"; + if($auction[type] == 0) { + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 판매, 그러나 입찰자 부재"; + } else { + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 구매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 구매, 그러나 입찰자 부재"; + } + pushGenLog($trader, $traderLog); + pushAuctionLog($connect, $auctionLog); + } + } else { + if($auction[no1] == 0) { + $trader[no] = 0; + $trader[name] = 'ⓝ상인'; + $trader[gold] = 99999; + $trader[rice] = 99999; + } else { + $query = "select no,name,gold,rice from general where no='$auction[no1]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $trader = MYDB_fetch_array($result); + } + + $query = "select no,name,gold,rice from general where no='$auction[no2]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $bidder = MYDB_fetch_array($result); + //판매거래 + if($auction[type] == 0) { + if($auction[amount] > $trader[rice] - 1000) { + $gold = round($auction[value] * 0.01); + $trader[gold] -= $gold; + if($trader[gold] < 0) $trader[gold] = 0; + $query = "update general set gold='$trader[gold]' where no='$auction[no1]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $traderLog[0] = "◆판매자의 군량 부족으로 {$auction[no]}번 거래 유찰! 벌금 {$gold}"; + $bidderLog[0] = "◆판매자의 군량 부족으로 {$auction[no]}번 거래 유찰!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 판매자 군량부족, 벌금 {$gold}"; + } elseif($auction[value] > $bidder[gold] - 1000) { + $gold = round($auction[value] * 0.01); + $bidder[gold] -= $gold; + if($bidder[gold] < 0) $bidder[gold] = 0; + $query = "update general set gold='$bidder[gold]' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $traderLog[0] = "◆입찰자의 자금 부족으로 {$auction[no]}번 거래 유찰!"; + $bidderLog[0] = "◆입찰자의 자금 부족으로 {$auction[no]}번 거래 유찰! 벌금 {$gold}"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 입찰자 자금부족, 벌금 {$gold}"; + } else { + $traderLog[0] = "◆{$auction[no]}번 거래 성사로 쌀 {$auction[amount]}(을)를 판매, 금 {$auction[value]}(을)를 획득!"; + $bidderLog[0] = "◆{$auction[no]}번 거래 성사로 금 {$auction[value]}(을)를 지불, 쌀 {$auction[amount]}(을)를 구입!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 판매 성사 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 판매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 구매"; + if($auction[value] >= $auction[amount] * 2) { + $auctionLog[0] .= " ★ 최고가 거래 ★"; + } elseif($auction[value] >= $auction[topv]) { + $auctionLog[0] .= " ★ 즉시구매가 거래 ★"; + } elseif($auction[value] * 2 <= $auction[amount]) { + $auctionLog[0] .= " ★ 최저가 거래 ★"; + } + $query = "update general set gold=gold+'$auction[value]',rice=rice-'$auction[amount]' where no='$auction[no1]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set gold=gold-'$auction[value]',rice=rice+'$auction[amount]' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + pushGenLog($trader, $traderLog); + pushGenLog($bidder, $bidderLog); + pushAuctionLog($connect, $auctionLog); + //구매거래 + } else { + if($auction[amount] > $bidder[rice] - 1000) { + $gold = round($auction[value] * 0.01); + $bidder[gold] -= $gold; + if($bidder[gold] < 0) $bidder[gold] = 0; + $query = "update general set gold='$bidder[gold]' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $traderLog[0] = "◆입찰자의 군량 부족으로 {$auction[no]}번 거래 유찰!"; + $bidderLog[0] = "◆입찰자의 군량 부족으로 {$auction[no]}번 거래 유찰! 벌금 {$gold}"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 구매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 구매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 입찰자 군량부족, 벌금 {$gold}"; + } elseif($auction[value] > $trader[gold] - 1000) { + $gold = round($auction[value] * 0.01); + $trader[gold] -= $gold; + if($trader[gold] < 0) $trader[gold] = 0; + $query = "update general set gold='$trader[gold]' where no='$auction[no1]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $traderLog[0] = "◆구매자의 자금 부족으로 {$auction[no]}번 거래 유찰! 벌금 {$gold}"; + $bidderLog[0] = "◆구매자의 자금 부족으로 {$auction[no]}번 거래 유찰!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 구매 유찰 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 구매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 입찰, 그러나 구매자 자금부족, 벌금 {$gold}"; + } else { + $traderLog[0] = "◆{$auction[no]}번 거래 성사로 금 {$auction[value]}(을)를 지불, 쌀 {$auction[amount]}(을)를 구입!"; + $bidderLog[0] = "◆{$auction[no]}번 거래 성사로 쌀 {$auction[amount]}(을)를 판매, 금 {$auction[value]}(을)를 획득!"; + $auctionLog[0] = "◆$admin[year]년 $admin[month]월, {$auction[no]}번 구매 성사 : {$auction[name1]}(이)가 쌀 {$auction[amount]}(을)를 구매, {$auction[name2]}(이)가 금 {$auction[value]}(으)로 판매"; + if($auction[value] >= $auction[amount] * 2) { + $auctionLog[0] .= " ★ 최고가 거래 ★"; + } elseif($auction[value] * 2 <= $auction[amount]) { + $auctionLog[0] .= " ★ 최저가 거래 ★"; + } elseif($auction[value] <= $auction[topv]) { + $auctionLog[0] .= " ★ 즉시구매가 거래 ★"; + } + + $query = "update general set gold=gold-'$auction[value]',rice=rice+'$auction[amount]' where no='$auction[no1]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set gold=gold+'$auction[value]',rice=rice-'$auction[amount]' where no='$auction[no2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + pushGenLog($trader, $traderLog); + pushGenLog($bidder, $bidderLog); + pushAuctionLog($connect, $auctionLog); + } + } + } + } + + $query = "delete from auction where expire<='$date'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +?> diff --git a/che_close/func_history.php b/che_close/func_history.php new file mode 100644 index 00000000..5cfe1d00 --- /dev/null +++ b/che_close/func_history.php @@ -0,0 +1,131 @@ +{$year}년 {$month}월:"; + for($i=0; $i < $count; $i++) { + $line = $log[count($log)-2-$i]; + if($line == "") { + continue; + } + + if(strpos($line, $prefix) || $isFirst == 1) { + $str = ConvertLog($line).'
'.$str; + } else { + break; + } + } + if($str == "") { + $str = "●{$year}년 {$month}월: 기록 없음"; + $str = ConvertLog($str); + } + return $str; +} + +function getGenHistory($count, $year, $month, $isFirst=0) { + $fp = @fopen("logs/_alllog.txt", "r"); + @fseek($fp, -$count*300, SEEK_END); + $file = @fread($fp, $count*300); + @fclose($fp); + $log = explode("\r\n",$file); + + $str = ""; + $prefix = "{$month}월:"; + $year -= 1; + $prefixYear = "{$month}월:{$year}"; + for($i=0; $i < $count; $i++) { + $line = $log[count($log)-2-$i]; + if($line == "") { + continue; + } + + if(strpos($line, $prefixYear)) { + break; + } elseif(strpos($line, $prefix) || $isFirst == 1) { + $str = ConvertLog($line).'
'.$str; + } else { + break; + } + } + if($str == "") { + $str = "●{$month}월: 기록 없음"; + $str = ConvertLog($str); + } + return $str; +} + +function LogHistory($connect, $isFirst=0) { + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', LogHistory Start'); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + if($isFirst == 1) { + $admin['year'] -= 1; + $admin['month'] = 12; + } + + $file = explode('/', __FILE__); + $url = '/'.$file[count($file)-3].'/'.$file[count($file)-2].'/map.php?type=2&graphic=0'; + + /* 소켓 통신을 통하여 필요한 html정보를 가져옴 */ + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Start HTTP'); + $http = new HTTP("62che.com", 80, 10); + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Connect end, '.$http->GetError()); + if($http->GetErr() == true) { return false; } + $http->setHttpVersion("1.1"); + $cookie = ""; + $http->Get($url, $cookie); + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', Response end, '.$http->GetError()); + if($http->GetErr() == true) { return false; } + $map = $http->Response["body"]; + $map = str_replace("'", '<_quot_>', $map); + $map = str_replace('"', '<_dquot_>', $map); + $http->Close(); + if($http->GetErr() == true) { return false; } + + $log = getHistory(20, $admin['year'], $admin['month'], $isFirst); + $genlog = getGenHistory(50, $admin['year'], $admin['month'], $isFirst); + + $query = "select nation,color,name,power,gennum from nation where level>0 order by power desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + $nationStr = ""; + $powerStr = ""; + $genStr = ""; + $cityStr = ""; + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($result); + + $query = "select city from city where nation='$nation[nation]'"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + + $nationStr .= " $nation[name]
"; + $powerStr .= "국력 $nation[power]
"; + $genStr .= "장수 $nation[gennum]
"; + $cityStr .= "속령 $citycount
"; + } + + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', contents collected'); + + @MYDB_query(" + insert into history ( + year, month, map, log, genlog, nation, power, gen, city + ) values ( + '$admin[year]', '$admin[month]', '$map', '$log', '$genlog', '$nationStr', '$powerStr', '$genStr', '$cityStr' + )", + $connect) or Error(__LINE__.MYDB_error($connect),""); + + if(STEP_LOG) pushStepLog(date('Y-m-d H:i:s').', LogHistory Finish'); + return true; +} +?> diff --git a/che_close/func_http.php b/che_close/func_http.php new file mode 100644 index 00000000..072cc300 --- /dev/null +++ b/che_close/func_http.php @@ -0,0 +1,288 @@ +Server = $Server; + $this->Port = $Port; + $this->Timeout = $Timeout; + + $this->Socket = @fsockopen ($this->Server, $this->Port, $errno, $errstr, $this->Timeout); + if(!$this->Socket){ + $this->Error(0, "Socket Connection Fail"); + } + } + + function setTimeout($Timeout){ + $this->Timeout = $Timeout; + } + + function setHttpVersion($HttpVersion){ + $this->HttpVersion = $HttpVersion; + } + + function Head($Url = "/") { + $this->Url = $Url; + $msg = sprintf("HEAD %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + + return $this->Read(); + } + + function isHead($Url = "/"){ + $this->Url = $Url; + $msg = sprintf("HEAD %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + if($Cookie != ""){ + $msg .= $this->PutCookie($Cookie); + } + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + + return $this->isOK(); + } + + function GetHead($Url = "/") { + $this->Url = $Url; + $msg = sprintf("GET %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + $out = $this->ReadHeader(); + return $out; + } + + function Get($Url = "/", $Cookie="") { + $this->Url = $Url; + $msg = sprintf("GET %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + if($Cookie != ""){ + $msg .= $this->PutCookie($Cookie); + } + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + return $this->Read(); + } + + function isGet($Url = "/", $Cookie=""){ + $this->Url = $Url; + $msg = sprintf("GET %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + if($Cookie != ""){ + $msg .= $this->PutCookie($Cookie); + } + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + return $this->isOK(); + } + + function isGetAll($Url = "/", $Cookie=""){ + $this->Url = $Url; + $msg = sprintf("GET %s HTTP/%s\r\n", $this->Url, $this->HttpVersion); + if($Cookie != ""){ + $msg .= $this->PutCookie($Cookie); + } + $msg .= $this->PutHead(); + $msg .= "\n\n"; + fputs($this->Socket, $msg); + + $data = $this->Read(); + $this->Length = strlen($data); + return $this->isOK($data); + } + + function Post($Url, $Data, $Cookie = ""){ + $this->Url = $Url; + fputs ($this->Socket,sprintf("POST %s HTTP/%s\r\n", $this->Url, $this->HttpVersion)); + if($Cookie != ""){ + $this->PutCookie($Cookie); + } + $this->PutHead(); + fputs ($this->Socket, "Content-type: application/x-www-form-urlencoded\r\n"); + $out = ""; + while (list ($k, $v) = each ($Data)) { + if(strlen($out) != 0) $out .= "&"; + $out .= rawurlencode($k). "=" .rawurlencode($v); + } + fputs ($this->Socket, "Content-length: ".strlen($out)."\n\n"); + fputs ($this->Socket, "$out"); + fputs ($this->Socket, "\n"); + return $this->Read(); + } + + function IsPost($Url, $Data, $Cookie = ""){ + $this->Url = $Url; + fputs ($this->Socket,sprintf("POST %s HTTP/%s\r\n", $this->Url, $this->HttpVersion)); + if($Cookie != ""){ + $this->PutCookie($Cookie); + } + $this->PutHead(); + fputs ($this->Socket, "Content-type: application/x-www-form-urlencoded\r\n"); + $out = ""; + while (list ($k, $v) = each ($Data)) { + if(strlen($out) != 0) $out .= "&"; + $out .= rawurlencode($k). "=" .rawurlencode($v); + } + fputs ($this->Socket, "Content-length: ".strlen($out)."\n\n"); + fputs ($this->Socket, "$out"); + fputs ($this->Socket, "\n"); + return $this->isOk(); + } + + function PutHead(){ + $msg = ""; + $msg .= "Accept: */*\r\n"; + $msg .= "Accept-Language: ko\r\n"; + $msg .= "Accept-Encoding: gzip, deflate\r\n"; + $msg .= "User-Agent: Mozilla/4.0 (compatible; 62che)\r\n"; + while (list($name, $value) = each ($this->headers)) { + $msg .= "$name: $value\r\n"; + } + $msg .= "Host: ".$this->Server.":".$this->Port."\r\n"; + $msg .= "Connection: close\r\n"; + return $msg; + } + + function AddHeader($name, $value){ + $this->headers[$name] = $value; + } + + function PutCookie($cookie){ + $msg = ""; + if(is_array($cookie)){ + $out = ""; + while (list ($k, $v) = each ($cookie)) { + if(strlen($out) != 0) $out .= ";"; + $out .= rawurlencode($k). "=" .rawurlencode($v); + } + $msg = "Cookie: $out\n"; + } else { + $msg = "Cookie: $cookie\n"; + } + return $msg; + } + + function Read(){ + $out = $this->ReadHeader(); + $chunked = isset($this->Response['transfer-encoding']) && ('chunked' == $this->Response['transfer-encoding']); + $gzipped = isset($this->Response['content-encoding']) && ('gzip' == $this->Response['content-encoding']); + $body = ''; + while(!feof($this->Socket)){ + if ($chunked) { + $buf = $this->_readChunked(); + } else { + $buf = fread($this->Socket, 4096); + } + $body .= $buf; + } + if($gzipped){ + $body = gzinflate(substr($body, 10)); + } + $this->Response['body'] = $body; + $out .= $body; + return $out; + } + + function ReadHeader(){ + $out = ''; + $buf = $this->_readLine(); + if (sscanf($buf, 'HTTP/%s %s', $http_version, $returncode) != 2) { + $this->Error(0,"Malformed response"); + return false; + } else { + $this->Response["protocol"] = 'HTTP/' . $http_version; + $this->Response["code"] = intval($returncode); + } + $out .= $buf; + while(!feof($this->Socket)){ + $buf = $this->_readLine(); + $out .= $buf; + + if($buf == "\n" || $buf == "\r\n"){ + break; + } + + list($name,$value) = split(":",rtrim($buf,"\r\n"),2); + $this->Response[strtolower($name)] = trim($value); + } + $this->Response["header"] = $out; + return $out; + } + + function isOk($buffer = ""){ + if($buffer == "") $buffer .= fgets($this->Socket, 128); + if(preg_match('/^HTTP\/.* (2\d{2}|3\d{2}).*/', $buffer)){ + return true; + } + return false; + } + + function _readLine(){ + $line = ''; + while(!feof($this->Socket)){ + $line .= fgets($this->Socket, 4096); + if (substr($line, -2) == "\r\n" || substr($line, -1) == "\n") { + return $line; + } + } + return $line; + } + + function _readAll(){ + $data = ''; + while(!feof($this->Socket)){ + $data .= fread($this->Socket, 4096); + } + return $data; + } + + function _readChunked(){ + // at start of the next chunk? + if (0 == $this->_chunkLength) { + $line = $this->_readLine(); + if (preg_match('/^([0-9a-f]+)/i', $line, $matches)) { + $this->_chunkLength = hexdec($matches[1]); + // Chunk with zero length indicates the end + if (0 == $this->_chunkLength) { + $this->_readAll(); // make this an eof() + return ''; + } + } + } + $data = fread($this->Socket, $this->_chunkLength); + $this->_chunkLength -= strlen($data); + if (0 == $this->_chunkLength) { + $this->_readLine(); // Trailing CRLF + } + return $data; + } + + function Close(){ + fclose($this->Socket); + } + + function Error($errnum, $errmsg){ + $this->Err = true; + $this->ErrNum = $errnum; + $this->ErrMsg = $errmsg; + } + + function GetErr() { + return $this->Err; + } + + function GetError() { + if($this->Err == true) { + return "{$this->ErrNum}, {$this->ErrMsg}"; + } else { + return "No Err"; + } + } +} +?> \ No newline at end of file diff --git a/che_close/func_npc.php b/che_close/func_npc.php new file mode 100644 index 00000000..12dc816b --- /dev/null +++ b/che_close/func_npc.php @@ -0,0 +1,1864 @@ + 0) { + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1492, 123, "가화",$img,1492, 0, "-", 50, 66, 40, 0, 176, 224, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1493, 999, "건석",$img,1493, 0, "-", 21, 12, 61, 0, 155, 189, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1494, 999, "견씨",$img,1494, 0, "-", 35, 24, 58, 0, 182, 221, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1495, 40, "견홍",$img,1495, 0, "-", 76, 72, 66, 0, 224, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1496, 120, "고담",$img,1496, 0, "-", 33, 21, 69, 0, 203, 244, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1497, 101, "고유",$img,1497, 0, "-", 56, 44, 73, 0, 174, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1498, 132, "곽마",$img,1498, 0, "-", 68, 71, 49, 0, 239, 280, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1499, 39, "관구수",$img,1499, 0, "-", 58, 63, 35, 0, 206, 265, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1500, 39, "관구전",$img,1500, 0, "-", 63, 58, 68, 0, 224, 255, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1501, 999, "관로",$img,1501, 0, "-", 62, 21, 75, 0, 191, 256, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1502, 65, "관정",$img,1502, 0, "-", 35, 50, 73, 0, 158, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1503, 137, "교수",$img,1503, 0, "-", 67, 69, 39, 0, 143, 195, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1504, 33, "구건",$img,1504, 0, "-", 43, 56, 69, 0, 239, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1505, 41, "구본",$img,1505, 0, "-", 52, 41, 70, 0, 232, 269, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1506, 12, "구성",$img,1506, 0, "-", 56, 71, 31, 0, 157, 187, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1507, 21, "국연",$img,1507, 0, "-", 52, 21, 71, 0, 160, 219, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1508, 99, "국의",$img,1508, 0, "-", 83, 79, 50, 0, 146, 191, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1509, 34, "금의",$img,1509, 0, "-", 18, 40, 63, 0, 177, 218, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1510, 76, "나헌",$img,1510, 0, "-", 86, 67, 75, 0, 218, 270, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1511, 999, "남두",$img,1511, 0, "-", 35, 25, 54, 0, 130, 200, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1512, 54, "냉포",$img,1512, 0, "-", 70, 82, 69, 0, 176, 214, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1513, 124, "노숙2",$img,1513, 0, "-", 70, 55, 76, 0, 208, 274, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1514, 42, "누규",$img,1514, 0, "-", 54, 19, 88, 0, 143, 212, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1515, 6, "누반",$img,1515, 0, "-", 65, 76, 39, 0, 178, 207, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1516, 130, "누현",$img,1516, 0, "-", 23, 20, 68, 0, 223, 275, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1517, 40, "당균",$img,1517, 0, "-", 33, 19, 81, 0, 229, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1518, 32, "당빈",$img,1518, 0, "-", 70, 74, 62, 0, 235, 294, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1519, 999, "대교",$img,1519, 0, "-", 42, 10, 54, 0, 177, 235, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1520, 28, "대릉",$img,1520, 0, "-", 64, 75, 45, 0, 199, 258, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1521, 129, "동조",$img,1521, 0, "-", 16, 15, 51, 0, 221, 281, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1522, 114, "등수",$img,1522, 0, "-", 35, 20, 44, 0, 228, 288, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1523, 50, "마막",$img,1523, 0, "-", 22, 17, 5, 0, 221, 265, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1524, 116, "만욱",$img,1524, 0, "-", 20, 18, 66, 0, 240, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1525, 120, "맹종",$img,1525, 0, "-", 48, 48, 67, 0, 216, 271, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1526, 38, "문호",$img,1526, 0, "-", 65, 74, 45, 0, 227, 279, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1527, 999, "미씨",$img,1527, 0, "-", 59, 15, 68, 0, 176, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1528, 39, "반림",$img,1528, 0, "-", 66, 79, 8, 0, 168, 225, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1529, 129, "반장",$img,1529, 0, "-", 77, 78, 69, 0, 177, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1530, 94, "방열",$img,1530, 0, "-", 58, 82, 28, 0, 153, 190, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1531, 55, "방희",$img,1531, 0, "-", 59, 38, 69, 0, 153, 218, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1532, 30, "배수",$img,1532, 0, "-", 10, 11, 77, 0, 223, 271, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1533, 8, "번능",$img,1533, 0, "-", 70, 61, 47, 0, 158, 194, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1534, 999, "번씨",$img,1534, 0, "-", 32, 17, 45, 0, 176, 220, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1535, 49, "보도근",$img,1535, 0, "-", 64, 73, 50, 0, 170, 233, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1536, 129, "보천",$img,1536, 0, "-", 68, 60, 72, 0, 222, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1537, 121, "보협",$img,1537, 0, "-", 73, 53, 75, 0, 216, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1538, 28, "부하",$img,1538, 0, "-", 44, 36, 85, 0, 209, 255, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1539, 26, "비요",$img,1539, 0, "-", 70, 65, 73, 0, 192, 228, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1540, 31, "사마주",$img,1540, 0, "-", 63, 53, 62, 0, 227, 283, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1541, 41, "사찬",$img,1541, 0, "-", 61, 71, 54, 0, 215, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1542, 128, "설후",$img,1542, 0, "-", 16, 14, 71, 0, 221, 271, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1543, 36, "성공영",$img,1543, 0, "-", 73, 58, 80, 0, 172, 220, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1544, 126, "성만",$img,1544, 0, "-", 61, 69, 66, 0, 225, 276, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1545, 999, "소교",$img,1545, 0, "-", 57, 23, 66, 0, 178, 218, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1546, 46, "소유",$img,1546, 0, "-", 51, 61, 48, 0, 164, 210, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1547, 31, "소제2",$img,1547, 0, "-", 22, 16, 78, 0, 224, 268, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1548, 126, "손교",$img,1548, 0, "-", 77, 60, 69, 0, 181, 219, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1549, 116, "손기",$img,1549, 0, "-", 62, 65, 52, 0, 227, 276, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1550, 999, "손상향",$img,1550, 0, "-", 72, 62, 42, 0, 193, 244, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1551, 125, "손익",$img,1551, 0, "-", 69, 75, 26, 0, 184, 204, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1552, 125, "손진",$img,1552, 0, "-", 64, 71, 48, 0, 234, 280, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1553, 123, "송겸",$img,1553, 0, "-", 61, 48, 44, 0, 175, 215, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1554, 85, "순심",$img,1554, 0, "-", 20, 21, 79, 0, 164, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1555, 31, "순욱2",$img,1555, 0, "-", 10, 16, 77, 0, 225, 289, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1556, 31, "순의",$img,1556, 0, "-", 16, 11, 73, 0, 207, 281, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1557, 129, "시삭",$img,1557, 0, "-", 36, 66, 44, 0, 226, 268, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1558, 29, "신창",$img,1558, 0, "-", 51, 29, 46, 0, 210, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1559, 999, "악신",$img,1559, 0, "-", 53, 12, 46, 0, 175, 228, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1560, 138, "악취",$img,1560, 0, "-", 56, 68, 58, 0, 157, 195, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1561, 138, "양강",$img,1561, 0, "-", 62, 70, 42, 0, 160, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1562, 21, "양부",$img,1562, 0, "-", 68, 55, 85, 0, 178, 239, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1563, 72, "양서",$img,1563, 0, "-", 56, 62, 66, 0, 198, 260, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1564, 34, "양습",$img,1564, 0, "-", 67, 49, 73, 0, 168, 230, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1565, 16, "양앙",$img,1565, 0, "-", 65, 70, 39, 0, 172, 215, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1566, 17, "양임",$img,1566, 0, "-", 71, 78, 56, 0, 170, 215, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1567, 32, "양제",$img,1567, 0, "-", 69, 63, 71, 0, 226, 291, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1568, 33, "양조2",$img,1568, 0, "-", 65, 61, 67, 0, 223, 286, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1569, 48, "양추2",$img,1569, 0, "-", 66, 67, 61, 0, 172, 238, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1570, 140, "양홍",$img,1570, 0, "-", 19, 17, 76, 0, 152, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1571, 31, "양혼",$img,1571, 0, "-", 60, 67, 63, 0, 220, 278, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1572, 123, "여거",$img,1572, 0, "-", 71, 58, 69, 0, 196, 256, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1573, 130, "여대",$img,1573, 0, "-", 83, 72, 70, 0, 161, 256, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1574, 136, "염상",$img,1574, 0, "-", 29, 27, 69, 0, 158, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1575, 36, "염행",$img,1575, 0, "-", 70, 86, 38, 0, 159, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1576, 73, "영수",$img,1576, 0, "-", 69, 70, 74, 0, 234, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1577, 39, "오거",$img,1577, 0, "-", 49, 63, 32, 0, 151, 211, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1578, 126, "오경",$img,1578, 0, "-", 73, 60, 57, 0, 159, 203, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1579, 999, "오국태",$img,1579, 0, "-", 31, 11, 60, 0, 161, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1580, 126, "오찬",$img,1580, 0, "-", 69, 41, 78, 0, 181, 245, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1581, 23, "온회",$img,1581, 0, "-", 42, 40, 78, 0, 178, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1582, 21, "왕기2",$img,1582, 0, "-", 70, 66, 63, 0, 217, 281, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1583, 32, "왕도",$img,1583, 0, "-", 48, 44, 70, 0, 210, 269, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1584, 123, "왕돈",$img,1584, 0, "-", 60, 65, 41, 0, 198, 256, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1585, 34, "왕릉",$img,1585, 0, "-", 73, 60, 71, 0, 172, 251, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1586, 63, "왕문",$img,1586, 0, "-", 64, 67, 32, 0, 162, 205, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1587, 32, "왕상",$img,1587, 0, "-", 25, 19, 65, 0, 180, 268, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1588, 34, "왕숙",$img,1588, 0, "-", 35, 21, 80, 0, 195, 256, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1589, 33, "왕업",$img,1589, 0, "-", 32, 6, 46, 0, 220, 280, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1590, 35, "왕충",$img,1590, 0, "-", 42, 58, 21, 0, 152, 214, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1591, 1, "우보",$img,1591, 0, "-", 43, 63, 12, 0, 159, 192, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1592, 122, "우사",$img,1592, 0, "-", 70, 33, 79, 0, 217, 273, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1593, 138, "원요",$img,1593, 0, "-", 44, 42, 45, 0, 177, 206, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1594, 95, "원유",$img,1594, 0, "-", 57, 38, 73, 0, 150, 193, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1595, 31, "위관",$img,1595, 0, "-", 69, 45, 81, 0, 220, 291, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1596, 129, "위막",$img,1596, 0, "-", 58, 62, 60, 0, 221, 268, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1597, 55, "유괴",$img,1597, 0, "-", 75, 72, 66, 0, 165, 214, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1598, 129, "유략",$img,1598, 0, "-", 72, 68, 59, 0, 206, 260, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1599, 45, "유반",$img,1599, 0, "-", 74, 79, 48, 0, 168, 210, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1600, 29, "유복",$img,1600, 0, "-", 54, 50, 73, 0, 164, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1601, 78, "유선2",$img,1601, 0, "-", 9, 21, 39, 0, 224, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1602, 139, "유섭",$img,1602, 0, "-", 62, 79, 26, 0, 158, 190, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1603, 28, "유소",$img,1603, 0, "-", 66, 51, 73, 0, 195, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1604, 128, "유승",$img,1604, 0, "-", 46, 69, 29, 0, 215, 258, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1605, 129, "유찬",$img,1605, 0, "-", 74, 75, 66, 0, 172, 255, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1606, 129, "유평",$img,1606, 0, "-", 65, 70, 67, 0, 218, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1607, 138, "유훈",$img,1607, 0, "-", 51, 64, 50, 0, 163, 216, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1608, 48, "이감",$img,1608, 0, "-", 59, 67, 33, 0, 176, 211, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1609, 19, "이승",$img,1609, 0, "-", 13, 26, 32, 0, 201, 249, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1610, 22, "이통",$img,1610, 0, "-", 75, 84, 52, 0, 168, 211, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1611, 138, "이풍2",$img,1611, 0, "-", 72, 77, 50, 0, 158, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1612, 20, "이풍3",$img,1612, 0, "-", 23, 25, 71, 0, 204, 254, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1613, 29, "장구",$img,1613, 0, "-", 69, 71, 47, 0, 201, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1614, 21, "장기",$img,1614, 0, "-", 77, 35, 79, 0, 170, 223, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1615, 74, "장남",$img,1615, 0, "-", 71, 64, 38, 0, 187, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1616, 100, "장막",$img,1616, 0, "-", 53, 52, 70, 0, 155, 195, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1617, 7, "장만성",$img,1617, 0, "-", 73, 83, 47, 0, 143, 184, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1618, 135, "장반",$img,1618, 0, "-", 56, 73, 66, 0, 227, 282, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1619, 78, "장빈",$img,1619, 0, "-", 30, 28, 67, 0, 216, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1620, 124, "장승",$img,1620, 0, "-", 75, 68, 75, 0, 178, 244, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1621, 999, "장양2",$img,1621, 0, "-", 58, 50, 47, 0, 130, 184, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1622, 68, "장억",$img,1622, 0, "-", 82, 80, 54, 0, 190, 254, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1623, 75, "장준",$img,1623, 0, "-", 65, 67, 66, 0, 224, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1624, 20, "장집",$img,1624, 0, "-", 31, 27, 74, 0, 196, 254, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1625, 39, "장특",$img,1625, 0, "-", 71, 53, 74, 0, 209, 265, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1626, 96, "저곡",$img,1626, 0, "-", 57, 53, 67, 0, 184, 204, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1627, 128, "전기",$img,1627, 0, "-", 51, 69, 55, 0, 231, 258, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1628, 23, "전만",$img,1628, 0, "-", 52, 74, 38, 0, 181, 235, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1629, 128, "전상",$img,1629, 0, "-", 5, 6, 11, 0, 208, 258, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1630, 130, "전역",$img,1630, 0, "-", 60, 62, 37, 0, 212, 265, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1631, 75, "전예",$img,1631, 0, "-", 80, 62, 83, 0, 171, 252, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1632, 64, "전해",$img,1632, 0, "-", 71, 63, 57, 0, 154, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1633, 123, "정봉2",$img,1633, 0, "-", 67, 68, 52, 0, 198, 266, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1634, 22, "정의",$img,1634, 0, "-", 17, 3, 66, 0, 184, 220, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1635, 81, "제갈교",$img,1635, 0, "-", 55, 17, 77, 0, 204, 228, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1636, 40, "제갈서",$img,1636, 0, "-", 45, 43, 27, 0, 218, 286, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1637, 25, "조충",$img,1637, 0, "-", 14, 7, 80, 0, 196, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1638, 121, "종리목",$img,1638, 0, "-", 84, 68, 75, 0, 214, 269, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1639, 22, "종육",$img,1639, 0, "-", 27, 11, 71, 0, 223, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1640, 122, "좌혁",$img,1640, 0, "-", 60, 66, 51, 0, 232, 280, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1641, 36, "주령",$img,1641, 0, "-", 77, 70, 69, 0, 170, 236, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1642, 115, "주앙",$img,1642, 0, "-", 75, 64, 64, 0, 162, 195, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1643, 52, "주포",$img,1643, 0, "-", 59, 72, 12, 0, 191, 225, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1644, 11, "주흔",$img,1644, 0, "-", 67, 53, 77, 0, 159, 196, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1645, 140, "진기",$img,1645, 0, "-", 58, 67, 46, 0, 165, 198, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1646, 142, "진란",$img,1646, 0, "-", 65, 70, 43, 0, 157, 204, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1647, 25, "진랑",$img,1647, 0, "-", 57, 70, 38, 0, 192, 234, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1648, 12, "진응",$img,1648, 0, "-", 62, 69, 49, 0, 172, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1649, 124, "진표",$img,1649, 0, "-", 62, 49, 74, 0, 204, 237, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1650, 999, "채염",$img,1650, 0, "-", 40, 22, 64, 0, 168, 237, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1651, 999, "초선",$img,1651, 0, "-", 66, 15, 72, 0, 176, 211, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1652, 135, "초이",$img,1652, 0, "-", 54, 65, 55, 0, 219, 266, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1653, 65, "추단",$img,1653, 0, "-", 63, 71, 36, 0, 148, 193, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1654, 999, "추씨",$img,1654, 0, "-", 36, 13, 54, 0, 165, 225, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1655, 71, "추정",$img,1655, 0, "-", 67, 65, 66, 0, 144, 193, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1656, 145, "파재",$img,1656, 0, "-", 69, 75, 52, 0, 145, 184, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1657, 22, "포신",$img,1657, 0, "-", 78, 60, 83, 0, 152, 192, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1658, 114, "하식",$img,1658, 0, "-", 18, 38, 29, 0, 230, 284, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1659, 36, "하안",$img,1659, 0, "-", 6, 27, 72, 0, 190, 249, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1660, 999, "하후씨",$img,1660, 0, "-", 29, 16, 47, 0, 186, 249, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1661, 5, "학맹",$img,1661, 0, "-", 57, 66, 41, 0, 156, 197, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1662, 98, "한거자",$img,1662, 0, "-", 53, 59, 30, 0, 158, 200, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1663, 19, "한덕",$img,1663, 0, "-", 62, 79, 24, 0, 171, 228, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1664, 140, "한윤",$img,1664, 0, "-", 27, 24, 68, 0, 155, 197, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1665, 999, "허소",$img,1665, 0, "-", 53, 27, 60, 0, 150, 195, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1666, 30, "호열",$img,1666, 0, "-", 77, 69, 76, 0, 225, 272, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1667, 76, "호제",$img,1667, 0, "-", 58, 42, 68, 0, 207, 264, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1668, 149, "호진",$img,1668, 0, "-", 65, 77, 13, 0, 146, 190, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1669, 29, "호질",$img,1669, 0, "-", 73, 50, 75, 0, 192, 250, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1670, 7, "환계",$img,1670, 0, "-", 12, 25, 67, 0, 156, 221, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1671, 56, "황숭",$img,1671, 0, "-", 68, 64, 74, 0, 208, 263, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1672, 999, "황승언",$img,1672, 0, "-", 68, 17, 81, 0, 165, 222, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1673, 999, "황월영",$img,1673, 0, "-", 58, 14, 75, 0, 186, 235, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1674, 45, "황조",$img,1674, 0, "-", 74, 65, 57, 0, 148, 208, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1675, 48, "후선",$img,1675, 0, "-", 56, 66, 35, 0, 175, 228, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1676, 8, "휴고",$img,1676, 0, "-", 61, 72, 40, 0, 151, 199, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1677, 98, "휴원진",$img,1677, 0, "-", 53, 63, 38, 0, 155, 200, "-", "-"); + RegGeneral($connect,0,0,$fiction,$turnterm,$startyear,$year,1678, 22, "희지재",$img,1678, 0, "-", 24, 5, 86, 0, 157, 194, "-", "-"); + } +} + +function RegGeneral($connect,$init,$life,$fiction,$turnterm,$startyear,$year,$gencount,$npcmatch,$name,$img,$picture,$nation, + $city,$leader,$power,$intel,$level, + $bornyear,$deadyear,$personal,$special, + $msg="") { + $name = "ⓝ".$name; + $npc = 2; + if($city == "-") { + $city = rand() % 94 + 1; + } else { + $city = CityCall($city); + } + if($npcmatch == 0 || $fiction == 1) { $npcmatch = rand() % 150 + 1; } + if($life == 1) { $bornyear = 160; $deadyear = 300; } + if($init != 0 && $startyear > $bornyear+14 && $startyear <= $deadyear) { + if($deadyear <= $startyear+3) $deadyear += 5; + + $genid = "gen{$gencount}"; + $turntime = getRandTurn($turnterm); + if($personal != "-") { $personal = CharCall($personal); } + else { $personal = rand() % 10; } + if($fiction == 1) { $special = SpecCall("-"); } + else { $special = SpecCall($special); } + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + if($picture == 0) { $picture = 1001 + rand() % 400; } + if($picture == -1) { $picture = 'default'; } + $picture = "{$picture}.jpg"; + if($img < 3) { $picture = 'default.jpg'; } + $age = $startyear - $bornyear; + $specage = $age + 1; + $specage2 = $age + 1; + $killturn = ($deadyear - $startyear) * 12 + (rand() % 12); + $experience = $age * 100; + $dedication = $age * 100; + if($nation != 0 && $level == 0) $level = 1; + $pw = md5("18071807"); + + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city,leader,power,intel, + experience,dedication,level,gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit,bornyear,deadyear + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation', + '$city','$leader','$power','$intel','$experience','$dedication', + '$level','1000','1000','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0','$bornyear','$deadyear' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); + } elseif($year == $bornyear+14 && $year < $deadyear) { + $genid = "gen{$gencount}"; + + $query = "select no from general where npcid='$gencount'"; + $result = MYDB_query($query, $connect) or Error("func_npc ".MYDB_error($connect),""); + $count = MYDB_num_rows($result); + if($count == 0) { + $turntime = getRandTurn($turnterm); + if($personal != "-") { $personal = CharCall($personal); } + else { $personal = rand() % 10; } + if($fiction == 1) { $special = SpecCall("-"); } + else { $special = SpecCall($special); } + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + if($picture == 0) { $picture = 1001 + rand() % 400; } + $picture = "{$picture}.jpg"; + if($img < 3) { $picture = 'default.jpg'; } + $age = $year - $bornyear; + $specage = $age + 1; + $specage2 = $age + 1; + $killturn = ($deadyear - $year) * 12 + (rand() % 12); + $experience = $age * 100; + $dedication = $age * 100; + $pw = md5("18071807"); + + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city,leader,power,intel, + experience,dedication,level,gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit,bornyear,deadyear + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','0', + '$city','$leader','$power','$intel','$experience','$dedication', + '0','1000','1000','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0','$bornyear','$deadyear' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[0] = "●1월:$name(이)가 성인이 되어 등장했습니다."; + pushAllLog($alllog); + } + } +} + +function SetDevelop($connect, $genType, $no, $city, $tech) { + $query = "select rate,pop/pop2*100 as po,comm/comm2*100 as co,def/def2*100 as de,wall/wall2*100 as wa,secu/secu2*100 as se,agri/agri2*100 as ag from city where city='$city'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + // 우선 선정 + if($city[rate] < 95) { + $command = EncodeCommand(0, 0, 0, 4); // 우선 선정 + + $query = "update general set turn0='$command' where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; + } + + $prob = rand() % 100; + $command = EncodeCommand(0, 0, 0, 9); //조달 + switch($genType) { + case 0: //무장 + case 2: //무내정장 + if($prob < 30) { + if($city[de] < 99) { $command = EncodeCommand(0, 0, 0, 5); } //수비 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } elseif($prob < 60) { + if($city[wa] < 99) { $command = EncodeCommand(0, 0, 0, 6); } //성벽 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } elseif($prob < 90) { + if($city[se] < 99) { $command = EncodeCommand(0, 0, 0, 8); } //치안 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } else { + $command = EncodeCommand(0, 0, 0, 29); + } + break; + case 1: //지장 + case 3: //지내정장 + if($prob < 40) { + if($city[ag] < 99) { $command = EncodeCommand(0, 0, 0, 1); } //농업 + elseif($tech < 10000) { $command = EncodeCommand(0, 0, 0, 3); } //기술 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } elseif($prob < 80) { + if($city[co] < 99) { $command = EncodeCommand(0, 0, 0, 2); } //상업 + elseif($tech < 10000) { $command = EncodeCommand(0, 0, 0, 3); } //기술 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } elseif($prob < 90) { + if($tech < 10000) { $command = EncodeCommand(0, 0, 0, 3); } //기술 + elseif($city[po] < 99) { $command = EncodeCommand(0, 0, 0, 7); } //정장 + else { $command = EncodeCommand(0, 0, 0, 9); } //조달 + } else { + if($tech < 10000) { $command = EncodeCommand(0, 0, 0, 3 + (rand() % 2) * 6); } //기술, 조달 + else { $command = EncodeCommand(0, 0, 0, 29); } + } + break; + } + + // 장수수가 너무 많으면 탐색 확률 감소 + if($command == EncodeCommand(0, 0, 0, 29)) { + $query = "select no from general"; + $result = MYDB_query($query, $connect) or Error("processAI04 ".MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + $ratio = round($genCount / 600 * 100); + + if(rand() % 100 < $ratio) { + $command = EncodeCommand(0, 0, 0, 9); + } + } + + $query = "update general set turn0='$command' where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; +} + +function SetCrew($connect, $no, $personal, $gold, $leader, $genType, $tech, $region, $city, $dex0, $dex10, $dex20, $dex30, $dex40) { + switch($genType) { + case 0: //무장 + case 2: //무내정장 + $dex0 = $dex0 + rand()%1000; + $dex10 = $dex10 + rand()%1000; + $dex20 = $dex20 + rand()%1000; + $sel = 0; + // 보궁기 선택 + if($dex0 > $dex10) { + if($dex0 > $dex20) { + $sel = 0; + } else { + $sel = 2; + } + } else { + if($dex10 > $dex20) { + $sel = 1; + } else { + $sel = 2; + } + } + + switch($sel) { + case 0: + $type = 0; //보병 + if($tech >= 3000 && $city == 3) { $type = 4; } //근위병 + elseif($tech >= 2000 && $city == 64) { $type = 3; } //자객병 + elseif($tech >= 1000 && $region == 2) { $type = 1; } //청주병 + elseif($tech >= 1000 && $region == 5) { $type = 5; } //등갑병 + elseif($tech >= 1000 && $region == 7) { $type = 2; } //수병 + break; + case 1: + $type = 10; //궁병 + if($tech >= 3000 && $city == 7) { $type = 14; } //석궁병 + elseif($tech >= 3000 && $city == 6) { $type = 13; } //강궁병 + elseif($tech >= 1000 && $region == 4) { $type = 12; } //연노병 + elseif($tech >= 1000 && $region == 8) { $type = 11; } //궁기병 + break; + case 2: + $type = 20; //기병 + if($tech >= 3000 && $city == 2) { $type = 27; } //호표기병 + elseif($tech >= 2000 && $city == 63) { $type = 24; } //철기병 + elseif($tech >= 2000 && $city == 67) { $type = 25; } //수렵기병 + elseif($tech >= 2000 && $city == 65) { $type = 23; } //돌격기병 + elseif($tech >= 2000 && $city == 66) { $type = 26; } //맹수병 + elseif($tech >= 1000 && $region == 1) { $type = 21; } //백마병 + elseif($tech >= 1000 && $region == 3) { $type = 22; } //중장기병 + break; + } + break; + case 1: //지장 + case 3: //지내정장 + $type = 30; //귀병 + if($tech >= 3000 && $city == 4) { $type = 34; } //악귀병 + elseif($tech >= 3000 && $city == 5) { $type = 37; } //천귀병 + elseif($tech >= 3000 && $city == 1) { $type = 38; } //마귀병 + elseif($tech >= 2000 && $city == 69) { $type = 33; } //흑귀병 + elseif($tech >= 2000 && $city == 68) { $type = 32; } //백귀병 + elseif($tech >= 1000 && $region == 6) { $type = 31; } //신귀병 + elseif($tech >= 3000 && $city == 3) { $type = 36; } //황귀병 + elseif($tech >= 1000 && rand()%100 < 50) { $type = 35; } //남귀병 + break; + } + + $gold -= 200; // 사기비용 + + $cost = getCost($connect, $type) * getTechCost($tech); + $cost = CharCost($cost, $personal); + + $crew = floor($gold / $cost); + if($leader < $crew) { $crew = $leader; } + $command = EncodeCommand(0, $type, $crew, 11); + + $query = "update general set turn0='$command' where no='$no'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; +} + +function processAI($connect, $no) { + global $_baserice; + + $query = "select startyear,year,month,turnterm,scenario,gold_rate,rice_rate from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("processAI00 ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + // 초반 여부 + if($admin[startyear]+2 > $admin[year] || ($admin[startyear]+2 == $admin[year] && $admin[month] < 5)) { + $isStart = 1; + } else { + $isStart = 0; + } + + $query = "select no,turn0,npcid,name,nation,nations,city,level,npcmsg,personal,leader,intel,power,gold,rice,crew,train,atmos,npc,npcmatch,mode,injury,picture,imgsvr,killturn,makelimit,dex0,dex10,dex20,dex30,dex40 from general where no='$no'"; + $result = MYDB_query($query, $connect) or Error("processAI01 ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + // 입력된 턴이 있으면 그것 실행 + if($general[turn0] != "00000000000000") { + return; + } + + $query = "select city,region,nation,level,path,rate,gen1,gen2,gen3,pop,supply,front from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("processAI02 ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,level,tech,gold,rice,rate,type,color,name,war from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error("processAI03 ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] >= 5) { + $query = "select l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error("processAI03 ".MYDB_error($connect),""); + $coreCommand = MYDB_fetch_array($result); + } + + $attackable = 0; + $query = "select city from city where nation='$general[nation]' and supply='1' and front=1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + // 공격가능도시 있으면 1 + if($cityCount > 0) { $attackable = 1; } + + $dipState = 0; + $query = "select no from diplomacy where me='$general[nation]' and state=1 and term>8"; + $result = MYDB_query($query, $connect) or Error("processAI04 ".MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + // 선포중이면 1상태 + if($dipCount > 0) { $dipState = 1; } + + $query = "select no from diplomacy where me='$general[nation]' and state=1 and term<=8"; + $result = MYDB_query($query, $connect) or Error("processAI04 ".MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + // 전쟁준비 선포중이면 2상태 + if($dipCount > 0) { $dipState = 2; } + + $query = "select no from diplomacy where me='$general[nation]' and state=1 and term<=3"; + $result = MYDB_query($query, $connect) or Error("processAI04 ".MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + // 교전 직전이면 3상태 + if($dipCount > 0) { $dipState = 3; } + + $query = "select no from diplomacy where me='$general[nation]' and state=0"; + $result = MYDB_query($query, $connect) or Error("processAI04 ".MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + // 교전중이면 4상태 + if($dipCount > 0) { $dipState = 4; } + + //무장 + if($general[power] >= $general[intel]) { + $genType = 0; + if($general[intel] >= $general[power] * 0.8) { //무지장 + switch(rand() % 5) { + case 0: case 1: case 2: case 3: $genType = 0; break; + case 4: $genType = 1; break; + } + } + //지장 + } else { + $genType = 1; + if($general[power] >= $general[intel] * 0.8) { //지무장 + switch(rand() % 5) { + case 0: $genType = 0; break; + case 1: case 2: case 3: case 4: $genType = 1; break; + } + } + } + + //내정장 + if($general[leader] < 40) { + $genType += 2; + //$genType = 2; // 무내정장 + //$genType = 3; // 지내정장 + } + + $tech = getTechCost($nation[tech]); + + if($general[atmos] >= 90 && $general[train] >= 90) { + if($general[mode] == 0) { + $query = "update general set mode=1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI05 ".MYDB_error($connect),""); + } + } else { + if($general[mode] == 1) { + $query = "update general set mode=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI05 ".MYDB_error($connect),""); + } + } + + //유기체메시지 출력 하루 6번 + //특별 메세지 있는 경우 출력 하루 4번 + switch($admin[turnterm]) { + case 0: $term = 1; break; + case 1: $term = 1; break; + case 2: $term = 2; break; + case 3: $term = 3; break; + case 4: $term = 6; break; + case 5: $term = 12; break; + case 6: $term = 30; break; + case 7: $term = 60; break; + } + if($general[npcid] == 2000 && rand()%(24*$term) < 6) { + PushMsg(1, 0, $general[picture], $general[imgsvr], "{$general[name]}:", $nation[color], $nation[name], $nation[color], $general[npcmsg]); + } elseif($general[npcmsg] != "" && rand()%(24*$term) < 3) { + PushMsg(1, 0, $general[picture], $general[imgsvr], "{$general[name]}:", $nation[color], $nation[name], $nation[color], $general[npcmsg]); + } + + //재야인경우 + if($general[npc] == 5 && $general[level] == 0) { + // 오랑캐는 바로 임관 + $query = "select nation from general where level=12 and npc=5 and nation not in (0{$general['nations']}0) order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $rulerCount = MYDB_num_rows($result); + if($rulerCount > 0) { + $ruler = MYDB_fetch_array($result); + $command = EncodeCommand(0, 0, $ruler[nation], 25); //임관 + } else { + $command = EncodeCommand(0, 0, 0, 42); //견문 + } + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI07 ".MYDB_error($connect),""); + return; + } elseif($general[npc] < 5 && $general[level] == 0) { + switch(rand()%5) { + //임관 40% + case 0: case 1: + if($admin[scenario] == 0 || $admin[scenario] >= 20) { + // 가상모드엔 랜덤임관, 초반엔 부상 적은 군주 우선 70% + if($admin[startyear]+3 > $admin[year] && rand()%100 < 70) { + $query = "select nation from general where level=12 and nation not in (0{$general['nations']}0) order by injury,rand() limit 0,1"; + } else { + $query = "select nation from general where level=12 and nation not in (0{$general['nations']}0) order by rand() limit 0,1"; + } + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $rulerCount = MYDB_num_rows($result); + if($rulerCount > 0 && $general[npcmatch] != 999 && $general[makelimit] == 0) { + $ruler = MYDB_fetch_array($result); + $command = EncodeCommand(0, 0, $ruler[nation], 25); //임관 + } else { + $command = EncodeCommand(0, 0, 0, 42); //견문 + } + } else { + $query = "select nation from general where level=12 and npc=0"; + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $nonCount = MYDB_num_rows($result); + $query = "select nation from general where level=12 and npc>0"; + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $npcCount = MYDB_num_rows($result); + $ratio = round($npcCount / ($nonCount + $npcCount) * 100); + $ratio = round($ratio * 1.0); + //NPC우선임관 + $query = "select nation,ABS(IF(ABS(npcmatch-'$general[npcmatch]')>75,150-ABS(npcmatch-'$general[npcmatch]'),ABS(npcmatch-'$general[npcmatch]'))) as npcmatch2 from general where level=12 and npc>0 and nation not in (0{$general['nations']}0) order by npcmatch2,rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $rulerCount = MYDB_num_rows($result); + if($rulerCount > 0 && $general[npcmatch] != 999 && rand()%100 < $ratio && $general[makelimit] == 0) { // 엔국 비율대로 임관(50% : 50%) + $ruler = MYDB_fetch_array($result); + $command = EncodeCommand(0, 0, $ruler[nation], 25); //임관 + } elseif($general[npcmatch] != 999 && $general[makelimit] == 0) { // NPC국가 없으면 유저국 임관 + $query = "select nation from general where level=12 and npc=0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI06 ".MYDB_error($connect),""); + $ruler = MYDB_fetch_array($result); + $command = EncodeCommand(0, 0, $ruler[nation], 25); //임관 + } else { + $command = EncodeCommand(0, 0, 0, 42); //견문 + } + } + break; + case 2: case 3: //거병이나 견문 40% + // 초반이면서 능력이 좋은놈 위주로 1%확률로 거병 (300명 재야시 2년간 약 10개 거병 예상) + $prop = rand() % 100; + $ratio = round(($general[leader] + $general[power] + $general[intel]) / 3); + if($admin[startyear]+2 > $admin[year] && $prop < $ratio && rand()%100 < 1 && $general[makelimit] == 0) { + //거병 + $command = EncodeCommand(0, 0, 0, 55); + } else { + //견문 + $command = EncodeCommand(0, 0, 0, 42); + } + break; + case 4: //이동 20% + $paths = explode("|", $city[path]); + $command = EncodeCommand(0, 0, $paths[rand()%count($paths)], 21); + break; + } + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI07 ".MYDB_error($connect),""); + return; + } + + $rulerCommand = 0; + //군주가 할일 + if($general[level] == 12) { + //오랑캐인데 공격 못하면 바로 방랑/해산 + if($general[npc] == 5 && $dipState == 0 && $attackable == 0) { + //방랑군이냐 아니냐 + if($nation[level] == 0) { + // 해산 + $command = EncodeCommand(0, 0, 0, 56); + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + return; + } else { + // 방랑 + $command = EncodeCommand(0, 0, 0, 47); + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + return; + } + } + //분기마다 + if($admin[month] == 1 || $admin[month] == 4 || $admin[month] == 7 || $admin[month] == 10) { + //관직임명 + Promotion($connect, $general[nation], $nation[level]); + } elseif($admin[month] == 12) { + //세율 + $nation[rate] = TaxRate($connect, $general[nation]); + //지급율 + GoldBillRate($connect, $nation[nation], $nation[rate], $admin[gold_rate], $nation[type], $nation[gold]); + } elseif($admin[month] == 6) { + //세율 + $nation[rate] = TaxRate($connect, $general[nation]); + //지급율 + RiceBillRate($connect, $nation[nation], $nation[rate], $admin[rice_rate], $nation[type], $nation[rice]); + } + + //방랑군이냐 아니냐 + if($nation[level] == 0) { + if($admin[startyear]+2 <= $admin[year]) { + // 해산 + $command = EncodeCommand(0, 0, 0, 56); + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + return; + } elseif($city[nation] == 0 && ($city[level] == 5 || $city[level] == 6)) { + $type = rand()%9 + 1; + $colors = GetNationColors(); + $color = rand() % count($colors); + $command = EncodeCommand(0, $type, $color, 46); + $nationName = "㉿"._String::SubStr($general[name], 1); + //건국 + $query = "update general set turn0='$command',makenation='$nationName' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI08 ".MYDB_error($connect),""); + return; + } elseif(rand()%4 > 0) { + //이동 + $paths = explode("|", $city[path]); + $command = EncodeCommand(0, 0, $paths[rand()%count($paths)], 21); + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + return; + } else { + //조달 + $command = EncodeCommand(0, 0, 0, 9); + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + return; + } + } else { + //외교 평시에 선포 + if($dipState == 0 && $attackable == 0) { + //전방 체크 먼저 + SetNationFront($connect, $nation[nation]); + + $query = "select city from city where nation='$general[nation]' and front=1 limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI02 ".MYDB_error($connect),""); + $frontCount = MYDB_num_rows($result); + //근접 공백지 없을때 + if($frontCount == 0) { + $query = "select (sum(pop/10)+sum(agri)+sum(comm)+sum(secu)+sum(def)+sum(wall))/(sum(pop2/10)+sum(agri2)+sum(comm2)+sum(secu2)+sum(def2)+sum(wall2))*100 as dev from city where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $devRate = MYDB_fetch_array($result); + //내정이 80% 이상일때 + if($devRate[dev] > 80) { + $query = "select nation from nation where level>0 order by rand()"; + $result = MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + $nationCount = MYDB_num_rows($result); + for($i=0; $i < $nationCount; $i++) { + $youNation = MYDB_fetch_array($result); + + if(isClose($connect, $general[nation], $youNation[nation])) { + $command = EncodeCommand(0, 0, $youNation[nation], 62); + $query = "update nation set l12turn0='$command' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + $rulerCommand = 1; + break; + } + } + } + } + } + } + } + + // 입력된 턴이 있으면 + if($coreCommand["l{$general[level]}turn0"] != EncodeCommand(0, 0, 0, 99)) { + $rulerCommand = 1; + } + + //방랑군 아니고, 입력된 턴이 없을때 수뇌부가 할일 + if($nation[level] != 0 && $general[level] >= 5 && $rulerCommand == 0) { + $query = "select A.no,A.name,A.nation,B.nation from general A, city B where A.city=B.city and A.nation='$general[nation]' and B.nation!='$general[nation]' and A.no!='$general[no]' order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI11 ".MYDB_error($connect),""); + $curGen = MYDB_fetch_array($result); + + if($curGen[no] != 0) { // 타도시에 있는 경우 국내로 발령 + if($dipState >= 3) { + $query = "select city from city where nation='$general[nation]' and front=1 and supply=1 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + if($selCity[city] > 0) { + // 발령 + $command = EncodeCommand(0, $curGen[no], $selCity[city], 27); + } else { + // 발령 + $command = EncodeCommand(0, $curGen[no], $city[city], 27); + } + } else { + // 발령 + $command = EncodeCommand(0, $curGen[no], $city[city], 27); + } + $query = "update nation set l{$general[level]}turn0='$command' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + } elseif($dipState <= 1) { // 평시엔 균등 발령만 + //발령, 최소장수 도시 선택, 최다장수도시의 장수 선택 + $query = "select B.city,count(*) as cnt,((B.agri+B.comm+B.secu+B.def+B.wall)/(B.agri2+B.comm2+B.secu2+B.def2+B.wall2)+(B.pop/B.pop2))/2*100 as dev from general A, city B where A.city=B.city and A.nation='$general[nation]' and B.nation='$general[nation]' and B.supply=1 group by A.city"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + //도시 2개 이상일때만 + if($cityCount > 1) { + $min = 500; $minCity = 0; + $max = 0; $maxCity = 0; + $devCity = 0; + for($i=0; $i < $cityCount; $i++) { + $curCity = MYDB_fetch_array($result); + if($curCity[cnt] >= $max) { $max = $curCity[cnt]; $maxCity = $curCity[city]; } + if($curCity[cnt] <= $min) { $min = $curCity[cnt]; $minCity = $curCity[city]; } + if($curCity[dev] < 70) { $devCity = $curCity[city]; } // 개발이 안된 곳 우선 + } + if($devCity != 0) { $minCity = $devCity; } + if($maxCity != $minCity) { + $query = "select no from general where city='$maxCity' and nation='$general[nation]' and no!='$general[no]' and npc>=2 limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI11 ".MYDB_error($connect),""); + $curGen = MYDB_fetch_array($result); + + if($curGen[no] != 0) { + // 발령 + $command = EncodeCommand(0, $curGen[no], $minCity, 27); + $query = "update nation set l{$general[level]}turn0='$command' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + } + //계속 진행 + } + } + } else { + // 병사있고 쌀있고 후방에 있는 장수 + $query = "select A.no from general A, city B where A.city=B.city and A.nation='$general[nation]' and B.nation='$general[nation]' and B.front=0 and A.crew>700 and A.rice>700*{$tech} order by A.npc,A.crew desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selGen = MYDB_fetch_array($result); + // 전방 도시, 30% 확률로 태수 있는 전방으로 발령 + if(rand()%100 < 30) { + $query = "select city from city where nation='$general[nation]' and front=1 and supply=1 order by gen1 desc,rand() limit 0,1"; + } else { + $query = "select city from city where nation='$general[nation]' and front=1 and supply=1 order by rand() limit 0,1"; + } + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + if($selGen[no] > 0 && $selCity[city] > 0 && rand() % 100 < 80) { // 80% 확률 + // 발령 + $command = EncodeCommand(0, $selGen[no], $selCity[city], 27); + } else { + //병사 없고 인구없는 전방에 있는 장수 + $query = "select A.no from general A, city B where A.city=B.city and A.nation='$general[nation]' and B.nation='$general[nation]' and B.pop<40000 and B.front=1 and A.crew<700 order by A.npc,A.crew limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selGen = MYDB_fetch_array($result); + // 인구많은도시 + $query = "select city from city where nation='$general[nation]' and supply=1 order by pop desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + if($selGen[no] > 0 && $selCity[city] > 0 && rand() % 100 < 80) { // 80% 확률 + // 발령 + $command = EncodeCommand(0, $selGen[no], $selCity[city], 27); + } else { + // 발령할 장수 없으면 몰포 + if(rand() % 2 == 0) { $type = "gold"; $type2 = 1; } + else { $type = "rice"; $type2 = 2; } + + if($nation[$type] < 1000) { // 몰수 + // 몰수 대상 + $query = "select no,{$type} from general where nation='$general[nation]' and no!='$general[no]' and {$type}>3000 order by {$type} desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $SelGen = MYDB_fetch_array($result); + if($SelGen[no] != 0) { + $amount = floor($SelGen[$type] / 5000)*10 + 10; + if($amount > 100) $amount = 100; + // 몰수 + $command = EncodeCommand($type2, $SelGen[no], $amount, 24); // 금,쌀 1000단위 몰수 + } + } else { // 포상 + // 포상 대상 + $query = "select no from general where nation='$general[nation]' and no!='$general[no]' and killturn>=5 order by {$type} limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $SelGen = MYDB_fetch_array($result); + if($SelGen[no] != 0) { + $amount = floor(($nation[$type]-$_baserice) / 5000)*10 + 10; + if($amount > 100) $amount = 100; + // 포상 + $command = EncodeCommand($type2, $SelGen[no], $amount, 23); // 금 1000단위 포상 + } + } + } + } + $query = "update nation set l{$general[level]}turn0='$command' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),""); + } + } + + $command = EncodeCommand(0, 0, 0, 1); + //일반 할일 + if($general[killturn] < 5) { + if($general[gold] + $general[rice] == 0) { + $command = EncodeCommand(0, 0, 0, 9); //조달 + } elseif($general[gold] > $general[rice]) { + $command = EncodeCommand(0, 1, 100, 44); //헌납 + } else { + $command = EncodeCommand(0, 2, 100, 44); //헌납 + } + } elseif($general[injury] > 10) { + // 부상 2달 이상이면 요양 + $command = EncodeCommand(0, 0, 0, 50); //요양 + } elseif($nation[level] == 0) { + //방랑군일때 + if($admin[startyear]+3 <= $admin[year]) { + $command = EncodeCommand(0, 0, 0, 45); //하야 + } else { + switch(rand()%5) { + case 0: + $command = EncodeCommand(0, 0, 0, 42); break; //견문 20% + case 1: case 2: case 3: case 4: + $command = EncodeCommand(0, 0, 0, 9); break; //조달 80% + } + } + } else { + //국가일때 + //아국땅 아니면 귀환 + if($general[nation] != $city[nation] || $city[supply] == 0) { + $command = EncodeCommand(0, 0, 0, 28); //귀환 + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } + //국가 병량이 없을때 바로 헌납 + if($nation[rice] < 2000 && $general[rice] > 200) { + $amount = floor(($general[rice] - 200)/100) + 1; + if($amount > 20) { $amount = 20; } + $command = EncodeCommand(0, 2, $amount, 44); //헌납 + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } + +// R +// ┃ ┃ 공격/내정 +// 700┃쌀┣━━━━┓ +// ┃팜┃ ┃ +// 100┣━┫ 내정 ┣━━━ +// ┃조┃ ┃쌀삼 +// 0┗━┻━━━━┻━━━> G +// 100 700 + $resrc = $tech * 700; + // 평시거나 초반아니면서 공격가능 없으면서 병사 있으면 해제(25%) + if($dipState == 0 && $isStart == 0 && $attackable == 0 && $general[crew] > 0 && rand()% 100 < 25) { + $command = EncodeCommand(0, 0, 0, 17); //소집해제 + } elseif($dipState <= 1 || $isStart == 1) { + //평시이거나 선포있어도 초반이면 + if($general[gold] + $general[rice] < 200) { $command = EncodeCommand(0, 0, 0, 9); } //금쌀없으면 조달9 + elseif($general[rice] > 100 && $city[rate] < 95) { $command = EncodeCommand(0, 0, 0, 4); } //우선 선정 + elseif($general[gold] < 100) { //금없으면 쌀팜 + $amount = floor(($general[rice] - $general[gold]) / 100 / 2); // 100단위 + $command = EncodeCommand(0, 1, $amount, 49); //팜 + } elseif($general[gold] < 700 && $general[rice] < 700) { $command = EncodeCommand(0, 0, 0, 1); } //금쌀되면 내정 + elseif($general[rice] < 100) { //쌀없으면 쌀삼 + $amount = floor(($general[gold] - $general[rice]) / 100 / 2); // 100단위 + $command = EncodeCommand(0, 2, $amount, 49); //삼 + } elseif($genType >= 2) { $command = EncodeCommand(0, 0, 0, 1); } //내정장일때 내정 + else { + //현도시가 전방이면 공격 가능성 체크 + if($city[front] > 0) { + //주변도시 체크 + $paths = explode("|", $city[path]); + for($i=0; $i < count($paths); $i++) { + $query = "select city,nation from city where city='$paths[$i]'"; + $result = MYDB_query($query, $connect) or Error("processAI20 ".MYDB_error($connect),""); + $targetCity = MYDB_fetch_array($result); + //공백지이면 타겟에 포함 + if($targetCity[nation] == 0) { $target[count($target)] = $targetCity[city]; } + } + if(count($target) == 0 || $isStart == 1 || $nation[war] == 1) { $command = EncodeCommand(0, 0, 0, 1); } //공격 가능도시가 없으면 내정 + else { $command = EncodeCommand(0, 0, $target[rand()%count($target)], 16); } //있으면 공격 + } else { + //전방 아니면 내정 + $command = EncodeCommand(0, 0, 0, 1); + } + + if($command == EncodeCommand(0, 0, 0, 1)) { // 공격아닌 경우 + $query = "select city,(pop/10+agri+comm+secu+def+wall)/(pop2/10+agri2+comm2+secu2+def2+wall2)*100 as dev from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("processAI19 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + + $sel = rand() % 10; + if($selCity[dev] > 95) { $sel = 9; } + elseif($selCity[dev] < 70) { $sel = 0; } + switch($sel) { + case 0: case 1: case 2: case 3: case 4: case 5: case 6: case 7: // 그대로 내정 80 % + $command = EncodeCommand(0, 0, 0, 1); + break; + case 8: case 9: // 저개발 도시로 워프 20% + //도시 선택, 30% 확률로 군사 있는 곳으로 워프 + if(rand()%100 < 30) { + $query = "select city,(pop/10+agri+comm+secu+def+wall)/(pop2/10+agri2+comm2+secu2+def2+wall2)*100 as dev from city where nation='$general[nation]' and supply='1' order by gen2 desc,dev limit 0,1"; + } else { + $query = "select city,(pop/10+agri+comm+secu+def+wall)/(pop2/10+agri2+comm2+secu2+def2+wall2)*100 as dev from city where nation='$general[nation]' and supply='1' order by dev limit 0,1"; + } + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + //이미 그 도시이거나, 그 도시도 고개발이면 내정 + if($selCity[city] == $general[city] || $selCity[dev] > 95) { + $command = EncodeCommand(0, 0, 0, 1); + } else { + //워프 + $query = "update general set city='$selCity[city]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI18 ".MYDB_error($connect),""); + + $command = EncodeCommand(0, 0, 0, 50); //요양 + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } + break; + } + +// ┃ ┃ +// ┃ 쌀팜 ┃ 공격 +// ┃ ┃ +// 700t┣━━━━╋━━━━━━━━━ +// ┃내조 ↗┃ +// ┃ ↗ ┃ +// ┣━┓내조┃ 쌀삼 +// ┃**┃ ┃ +// 0 ┗━┻━━━━━━━> G +// 700t + + } else { // 공격인 경우 + if($general[crew] < 700 && $general[gold] >= $resrc && $general[rice] >= $resrc) { //자원되고, 병사없을때 + if($city[pop] > 40000) { $command = EncodeCommand(0, 0, 0, 11); } + else { $command = EncodeCommand(0, 0, 0, 1); } + } elseif($general[rice] < $resrc && $general[rice] <= $general[gold]) { + //금이 더 많으면 매매 + $amount = floor(($general[gold] - $general[rice]) / 100 / 2); // 100단위 + if($amount > 0) { $command = EncodeCommand(0, 2, $amount, 49); }//삼 + else { $command = EncodeCommand(0, 0, 0, (rand()%2)*8 + 1); } // 내정, 조달 + } elseif($general[gold] < $resrc && $general[rice] > $general[gold]) { + //쌀이 더 많으면 매매 + $amount = floor(($general[rice] - $general[gold]) / 100 / 2); // 100단위 + if($amount > 0) { $command = EncodeCommand(0, 1, $amount, 49); }//팜 + else { $command = EncodeCommand(0, 0, 0, (rand()%2)*8 + 1); } // 내정, 조달 + //자원, 병사 모두 충족 + } elseif($general[crew] >= 700 && $general[train] < 90) { + $command = EncodeCommand(0, 0, 0, 13); //훈련 + } elseif($general[crew] >= 700 && $general[atmos] < 90) { + $command = EncodeCommand(0, 0, 0, 14); //사기진작 + } else { + //공격 + //$command = $target[rand()%count($target)] * 100 + 16; //있으면 공격 + } + } + } + } else { +// R +// ┃ ┃ +// ┃쌀┃ +// ┃팜┃ 공격 +// 700t┣━╋━━━━━ +// ┃조┃ 쌀삼 +// 0┗━┻━━━━━> G +// 700t + + //전시일때 + if($general[gold] + $general[rice] < $resrc*2) { $command = EncodeCommand(0, 0, 0, 9); } //금쌀없으면 조달 + elseif($general[rice] > $resrc && $city[rate] < 95 && $city[front] == 0) { $command = EncodeCommand(0, 0, 0, 4); } // 우선 선정 + elseif($general[rice] > $resrc && $city[rate] < 50 && $city[front] == 1) { $command = EncodeCommand(0, 0, 0, 4); } // 우선 선정 + elseif($general[gold] < $resrc) { // 금없으면 쌀팜 + $amount = floor(($general[rice] - $general[gold]) / 100 / 2); // 100단위 + if($amount > 0) { $command = EncodeCommand(0, 1, $amount, 49); }// 팜 + else { $command = EncodeCommand(0, 0, 0, 9); } // 조달 + } elseif($general[rice] < $resrc) { // 쌀없으면 쌀삼 + $amount = floor(($general[gold] - $general[rice]) / 100 / 2); // 100단위 + if($amount > 0) { $command = EncodeCommand(0, 2, $amount, 49); }// 팜 + else { $command = EncodeCommand(0, 0, 0, 9); } // 조달 + } elseif($genType >= 2) { $command = EncodeCommand(0, 0, 0, 1); } //내정장일때 내정 + elseif($general[crew] < 700 && $general[gold] >= $resrc && $general[rice] >= $resrc) { + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + $query = "select no from general where nation='$general[nation]' and city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $genCount2 = MYDB_num_rows($result); + + $query = "select sum(pop) as sum from city where nation='$general[nation]' and supply='1'"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $sumCity = MYDB_fetch_array($result); + // 현도시 인구 비율 + $ratio = round($city[pop] / $sumCity[sum] * 100); + // 현도시 장수 비율 + $ratio2 = round($genCount2 / $genCount * 100); + $ratio3 = rand() % 100; + // 전체 인구 대비 확률로 현지에서 징병 + if($city[pop] > 40000 && 100 + $ratio - $ratio2 > $ratio3) { + $command = EncodeCommand(0, 0, 0, 11); //인구 되면 징병 + } else { + // 인구 안되면 4만 이상인 도시로 워프 + $query = "select city from city where nation='$general[nation]' and pop>40000 and supply='1' order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + if($cityCount > 0) { + $selCity = MYDB_fetch_array($result); + //워프 + $query = "update general set city='$selCity[city]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI18 ".MYDB_error($connect),""); + + $command = EncodeCommand(0, 0, 0, 50); //요양 + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } else { + $command = EncodeCommand(0, 0, 0, 7); //인구 안되면 정장 + } + } + } elseif($general[crew] >= 700 && $general[train] < 90) { + if($general[atmos] >= 90 && $general[train] >= 60 && $general[mode] == 0) { + $query = "update general set mode=1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI05 ".MYDB_error($connect),""); + } + $command = EncodeCommand(0, 0, 0, 13); //훈련 + } elseif($general[crew] >= 700 && $general[atmos] < 90) { + if($general[atmos] >= 60 && $general[train] >= 90 && $general[mode] == 0) { + $query = "update general set mode=1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI05 ".MYDB_error($connect),""); + } + $command = EncodeCommand(0, 0, 0, 14); //사기진작 + } elseif($dipState <= 3) { + $command = EncodeCommand(0, 0, 0, (rand()%2)*8 + 1); // 준비는 됐으나 아직 선포중이면 내정, 조달 + } else { + //공격 & 내정 + $paths = explode("|", $city[path]); + for($i=0; $i < count($paths); $i++) { + $query = "select city,nation from city where city='$paths[$i]'"; + $result = MYDB_query($query, $connect) or Error("processAI21 ".MYDB_error($connect),""); + $targetCity = MYDB_fetch_array($result); + //소유국이 있는 경우 + if($targetCity[nation] != 0 && $targetCity[nation] != $general[nation]) { + $query = "select state from diplomacy where me='$general[nation]' and you='$targetCity[nation]'"; + $dipResult = MYDB_query($query, $connect) or Error("processAI22 ".MYDB_error($connect),""); + $dip = MYDB_fetch_array($dipResult); + //전쟁중인 국가이면 타겟에 포함 + if($dip[state] == 0) $target[count($target)] = $targetCity[city]; + } + } + if(count($target) == 0) { + //전방 도시 선택, 30% 확률로 태수 있는 전방으로 워프 + if(rand()%100 < 30) { + $query = "select city from city where nation='$general[nation]' and supply='1' and front=1 order by gen1 desc,rand() limit 0,1"; + } else { + $query = "select city from city where nation='$general[nation]' and supply='1' and front=1 order by rand() limit 0,1"; + } + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + if($cityCount == 0) { + //도시 수, 랜덤(상위 20%) 선택, 저개발 도시 선택 + $query = "select city from city where nation='$general[nation]' and supply='1'"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + $citySelect = rand() % (round($cityCount/5) + 1); + + $query = "select city,(def+wall)/(def2+wall2) as dev from city where nation='$general[nation]' and supply='1' order by dev limit {$citySelect},1"; + $result = MYDB_query($query, $connect) or Error("processAI10 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + } else { + $selCity = MYDB_fetch_array($result); + } + + if($general[city] != $selCity[city]) { + //워프 + $query = "update general set city='$selCity[city]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI18 ".MYDB_error($connect),""); + + $command = EncodeCommand(0, 0, 0, 50); //요양 + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } else { + $command = EncodeCommand(0, 0, 0, (rand()%2)*8 + 1); //공격 가능도시가 없고 워프도 안되면 내정, 조달 + } + } elseif($nation[war] == 1) { + //전금이면 내정, 조달 + $command = EncodeCommand(0, 0, 0, (rand()%2)*8 + 1); //내정, 조달 + } else { $command = EncodeCommand(0, 0, $target[rand()%count($target)], 16); } //있으면 공격 + } + } + } + + switch($command) { + case "00000000000001": //내정 + SetDevelop($connect, $genType, $general[no], $general[city], $nation[tech]); + return; + case "00000000000011": //징병 + $query = "select region from city where nation='$general[nation]' order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $selRegion = MYDB_fetch_array($result); + + $selCity[city] = 0; + // 90% 확률로 이민족 또는 특성병 + if(rand()%100 < 90) { + $query = "select city from city where nation='$general[nation]' and (level='4' or level='8') order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("processAI16 ".MYDB_error($connect),""); + $selCity = MYDB_fetch_array($result); + } + // 특병 없으면 원래대로 + if($selCity[city] == 0) { + $selCity[city] = $general[city]; + } + SetCrew($connect, $general[no], $general[personal], $general[gold], $general[leader], $genType, $nation[tech], $selRegion[region], $selCity[city], $general[dex0], $general[dex10], $general[dex20], $general[dex30], $general[dex40]); + return; + default: + $query = "update general set turn0='$command' where no='$general[no]'"; + MYDB_query($query, $connect) or Error("processAI23 ".MYDB_error($connect),""); + return; + } +} +//종전하기, 지급율 +//$command = $fourth * 100000000 + $type * 100000 + $crew * 100 + 11; + +function RegNation($connect, + $name, $color, $gold, $rice, $scoutmsg, $tech, $gencount, $type, $level) { + $type = NationCharCall($type); + $totaltech = $tech * $gencount; + + @MYDB_query(" + insert into nation ( + name,color,gold,rice,bill,rate,scout,war,tricklimit,surlimit, + scoutmsg,tech,totaltech,type,level,gennum + ) values ( + '$name','$color','$gold','$rice','100','15','0','0','24','72', + '$scoutmsg','$tech','$totaltech','$type','$level','$gencount' + )", $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +function RegCity($connect, $nation, $name, $cap=0) { + $city = CityCall($name); + @MYDB_query("update city set nation='$nation' where city='$city'",$connect) or Error(__LINE__.MYDB_error($connect),""); + if($cap > 0) { + @MYDB_query("update nation set capital='$city' where nation='$nation'",$connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function Promotion($connect, $nation, $level) { + $lv = getNationChiefLevel($level); + + $query = "select scenario,killturn from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("processAI00 ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //우선 수뇌 해제 (승상 뺴고) + $query = "update general set level=1 where level<11 and level>4 and nation='$nation'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + + //유저 후보 선택 + $query = "select no from general where nation='$nation' and npc<2 and level=1 and belong>=3 and killturn>='$admin[killturn]' order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("Promotion_00 ".MYDB_error($connect),""); + $userCandidate = MYDB_fetch_array($result); + // 유저수뇌 안함 + //$userCandidate[no] = 0; + + //NPC 후보 선택 + $query = "select no from general where nation='$nation' and npc>=2 and level=1 order by intel desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("Promotion_00 ".MYDB_error($connect),""); + $npcCandidate = MYDB_fetch_array($result); + + //현재 참모 + $query = "select no,intel,npc,killturn from general where nation='$nation' and level=11"; + $result = MYDB_query($query, $connect) or Error("Promotion_00 ".MYDB_error($connect),""); + $level11 = MYDB_fetch_array($result); + + //공석이거나 삭턴 유저 참모인 경우 + if($level11[no] == 0 || ($level11[npc] < 2 && $level11[killturn] < $admin[killturn])) { + if($userCandidate[no] > 0) { + //기존 참모 해임 + $query = "update general set level=1 where nation='$nation' and level=11"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + //유저 후보 있으면 임명 + $query = "update general set level=11 where no='$userCandidate[no]'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + } elseif($npcCandidate[no] > 0) { + //기존 참모 해임 + $query = "update general set level=1 where nation='$nation' and level=11"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + //NPC 후보 있으면 임명 + $query = "update general set level=11 where no='$npcCandidate[no]'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + } + } elseif($level11[npc] >= 2 && $userCandidate[no] > 0) { + //NPC 참모인데 삭턴 아닌 유저장이 있는 경우 + //기존 참모 해임 + $query = "update general set level=1 where nation='$nation' and level=11"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + //유저 후보 있으면 임명 + $query = "update general set level=11 where no='$userCandidate[no]'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + } + + for($i=10; $i >= $lv; $i-=2) { + $i1 = $i; $i2 = $i - 1; + //무관임명 + $query = "select no from general where nation='$nation' and level=1 order by power desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("Promotion_00 ".MYDB_error($connect),""); + $level = MYDB_fetch_array($result); + $query = "update general set level={$i1} where no='$level[no]'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + //문관임명 + $query = "select no from general where nation='$nation' and level=1 order by intel desc limit 0,1"; + $result = MYDB_query($query, $connect) or Error("Promotion_00 ".MYDB_error($connect),""); + $level = MYDB_fetch_array($result); + $query = "update general set level={$i2} where no='$level[no]'"; + MYDB_query($query, $connect) or Error("Promotion_02 ".MYDB_error($connect),""); + } +} + +function TaxRate($connect, $nation) { + //도시 + $query = "select city from city where nation='$nation'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + + if($cityCount == 0) { + $query = "update nation set war=0,rate=15 where nation='$nation'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return 15; + } else { + $query = "select sum(pop)/sum(pop2)*100 as rate,(sum(agri)+sum(comm)+sum(secu)+sum(def)+sum(wall))/(sum(agri2)+sum(comm2)+sum(secu2)+sum(def2)+sum(wall2))*100 as dev from city where nation='$nation'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $devRate = MYDB_fetch_array($result); + + $avg = ($devRate[rate] + $devRate[dev]) / 2; + + if($avg > 95) $rate = 25; + elseif($avg > 70) $rate = 20; + elseif($avg > 50) $rate = 15; + else $rate = 10; + + $query = "update nation set war=0,rate='$rate' where nation='$nation'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return $rate; + } +} + +function GoldBillRate($connect, $nation, $rate, $gold_rate, $type, $gold) { + $incomeList = getGoldIncome($connect, $nation, $rate, $gold_rate, $type); + $income = $gold + $incomeList[0] + $incomeList[1]; + $outcome = getGoldOutcome($connect, $nation, 100); // 100%의 지급량 + $bill = floor($income / $outcome * 90); // 수입의 90% 만 지급 + + if($bill < 20) { $bill = 20; } + if($bill > 200) { $bill = 200; } + + $query = "update nation set bill='$bill' where nation='$nation'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function RiceBillRate($connect, $nation, $rate, $rice_rate, $type, $rice) { + $incomeList = getRiceIncome($connect, $nation, $rate, $rice_rate, $type); + $income = $rice + $incomeList[0] + $incomeList[1]; + $outcome = getRiceOutcome($connect, $nation, 100); // 100%의 지급량 + $bill = floor($income / $outcome * 90); // 수입의 90% 만 지급 + + if($bill < 20) { $bill = 20; } + if($bill > 200) { $bill = 200; } + + $query = "update nation set bill='$bill' where nation='$nation'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +?> diff --git a/che_close/func_process.php b/che_close/func_process.php new file mode 100644 index 00000000..23b35a59 --- /dev/null +++ b/che_close/func_process.php @@ -0,0 +1,6148 @@ + 1) $ratio = 1; + + $r[fail] = (0.2 / $ratio - 0.1) * 100; + $r[succ] = ($ratio - 0.5) * 100; + + if($r[fail] < 0) { $r[fail] = 0; } + $r[succ] += $r[fail]; + if($r[succ] > 100) { $r[succ] = 100; } + + return $r; +} + +function CriticalScore($score, $type) { + switch($type) { + case 0: + $ratio = (rand()%9 + 20)/10; // 2.0~2.8 + break; + case 1: + $ratio = (rand()%3 + 2)/10; // 0.2~0.4 + break; + } + return round($score * $ratio); +} + +function process_1($connect, &$general, $type) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + if($type == 1) { $dtype = "농지 개간"; $atype = "을"; $btype = "은"; $stype = "agri"; } + elseif($type == 2) { $dtype = "상업 투자"; $atype = "를"; $btype = "는"; $stype = "comm"; } + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $dtype 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. $dtype 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $dtype 실패. <1>$date"; + } elseif($city["$stype"] >= $city["$stype"."2"]) { + $log[count($log)] = "●{$admin[month]}월:{$dtype}{$btype} 충분합니다. $dtype 실패. <1>$date"; + } else { + // 민심 50 이하이면 50과 같게 + if($city[rate] < $_develrate) { $city[rate] = $_develrate; } + $rate = $city[rate] / 100; + + $score = ($general[intel] * (100 - $general[injury])/100 + getBookEff($general[book])) * $rate; + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 2 || $nation[type] == 12) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 8 || $nation[type] == 11) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모, 모사 보정 + if($general[level] == 12 || $general[level] == 11 || $general[level] == 9 || $general[level] == 7 || $general[level] == 5) { $score *= 1.05; } + // 군사 보정 + if($general[level] == 3 && $general[no] == $city[gen2]) { $score *= 1.05; } + + $rd = rand() % 100; + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 2); + + // 특기보정 : 경작, 상재 + if($type == 1 && $general[special] == 1) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + if($type == 2 && $general[special] == 2) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:{$dtype}{$atype} 실패하여 $score 상승했습니다. <1>$date"; + } elseif($city[rate] >= 80 && $r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:{$dtype}{$atype} 성공하여 $score 상승했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:{$dtype}{$atype} 하여 $score 상승했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $score += $city["$stype"]; + if($score > $city["{$stype}2"]) { $score = $city["{$stype}2"]; } + // 내정 상승 + $query = "update city set {$stype}='$score' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 하락, 경험치 상승 + $general[gold] -= $admin[develcost]; + $general[intel2]++; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_3($connect, &$general) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dtype = "기술 연구"; + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type,tech from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $dtype 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. $dtype 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $dtype 실패. <1>$date"; + } else { + $score = ($general[intel] * (100 - $general[injury])/100 + getBookEff($general[book])); + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 3 || $nation[type] == 13) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 5 || $nation[type] == 6 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 12) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모, 모사 보정 + if($general[level] == 12 || $general[level] == 11 || $general[level] == 9 || $general[level] == 7 || $general[level] == 5) { $score *= 1.05; } + + $rd = rand() % 100; + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 0); + // 특기보정 : 발명 + if($general[special] == 3) { $score *= 1.1; $admin[develcost] *= 0.8; $r[succ] += 10; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 실패하여 $score 상승했습니다. <1>$date"; + } elseif($city[rate] >= 80 && $r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 성공하여 $score 상승했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 하여 $score 상승했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 부드러운 기술 제한 + if(TechLimit($admin[startyear], $admin[year], $nation[tech])) { $score = floor($score/4); } + + //장수수 구함 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + if($gencount < 10) $gencount = 10; + // 내정 상승 + $query = "update nation set totaltech=totaltech+'$score',tech=totaltech/'$gencount' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 하락, 경험치 상승 // 공헌도, 명성 상승 = $score * 10 + $general[gold] -= $admin[develcost]; + + $general[intel2]++; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_4($connect, &$general) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 주민 선정 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. 주민 선정 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 주민 선정 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 주민 선정 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*2) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. 주민 선정 실패. <1>$date"; + } elseif($city[rate] >= 100) { + $log[count($log)] = "●{$admin[month]}월:민심은 충분합니다. 주민 선정 실패. <1>$date"; + } else { + $score = ($general[leader] * (100 - $general[injury])/100 + getHorseEff($general[horse]) + $lbonus) / 10; + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 2 || $nation[type] == 4 || $nation[type] == 7 || $nation[type] == 10) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 1 || $nation[type] == 3 || $nation[type] == 9) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모 보정 + if($general[level] == 12 || $general[level] == 11) { $score *= 1.05; } + // 시중 보정 + if($general[level] == 2 && $general[no] == $city[gen3]) { $score *= 1.05; } + + $rd = rand() % 100; + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 0); + // 특기보정 : 인덕 + if($general[special] == 20) { $r[succ] += 10; $admin[develcost] *= 0.8; $score *= 1.1; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:선정을 실패하여 민심이 $score 상승했습니다. <1>$date"; + } elseif($r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:선정을 성공하여 민심이 $score 상승했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:민심이 $score 상승했습니다. <1>$date"; + } + + $exp = $score * 7; + $ded = $score * 10; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $score += $city[rate]; + if($score > 100) { $score = 100; } + // 민심 상승 + $query = "update city set rate='$score' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 군량 하락 내정보다 2배 지력경험 경험, 공헌 상승 + $general[rice] -= $admin[develcost] * 2; + $general[leader2]++; + $query = "update general set resturn='SUCCESS',rice='$general[rice]',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_5($connect, &$general, $type) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + if($type == 1) { $dtype = "수비 강화"; $stype = "def"; } + elseif($type == 2) { $dtype = "성벽 보수"; $stype = "wall"; } + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $dtype 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. $dtype 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $dtype 실패. <1>$date"; + } elseif($city["$stype"] >= $city["$stype"."2"]) { + $log[count($log)] = "●{$admin[month]}월:{$dtype}는 충분합니다. $dtype 실패. <1>$date"; + } else { + // 민심 50 이하이면 50과 같게 + if($city[rate] < $_develrate) { $city[rate] = $_develrate; } + $rate = $city[rate] / 100; + + $score = ($general[power] * (100 - $general[injury])/100 + getWeapEff($general[weap])) * $rate; + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 3 || $nation[type] == 5 || $nation[type] == 10 || $nation[type] == 11) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 4 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 13) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모, 장군 보정 + if($general[level] == 12 || $general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { $score *= 1.05; } + // 태수 보정 + if($general[level] == 4 && $general[no] == $city[gen1]) { $score *= 1.05; } + + $rd = rand() % 100; // 현재 20% + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 0); + // 특기보정 : 수비, 축성 + if($type == 1 && $general[special] == 11) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + if($type == 2 && $general[special] == 10) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 실패하여 $score 상승했습니다. <1>$date"; + } elseif($city[rate] >= 80 && $r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 성공하여 $score 상승했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:{$dtype}를 하여 $score 상승했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $score += $city["$stype"]; + if($score > $city["{$stype}2"]) { $score = $city["{$stype}2"]; } + // 내정 상승 + $query = "update city set {$stype}='$score' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 하락, 무력 경험 경험, 공헌 상승 + $general[gold] -= $admin[develcost]; + $general[power2]++; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_7($connect, &$general) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 정착 장려 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. 정착 장려 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 정착 장려 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 정착 장려 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost] * 2) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. 정착 장려 실패. <1>$date"; + } elseif($city[pop] >= $city[pop2]) { + $log[count($log)] = "●{$admin[month]}월:이미 포화상태입니다. 정착 장려 실패. <1>$date"; + } else { + $score = $general[leader] * (100 - $general[injury])/100 + getHorseEff($general[horse]) + $lbonus; + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 2 || $nation[type] == 4 || $nation[type] == 7 || $nation[type] == 10) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 1 || $nation[type] == 3 || $nation[type] == 9) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모 보정 + if($general[level] == 12 || $general[level] == 11) { $score *= 1.05; } + // 시중 보정 + if($general[level] == 2 && $general[no] == $city[gen3]) { $score *= 1.05; } + + $rd = rand() % 100; // 현재 20% + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 0); + // 특기보정 : 인덕 + if($general[special] == 20) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:장려를 실패하여 주민이 {$score}0명 증가했습니다. <1>$date"; + } elseif($r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:장려를 성공하여 주민이 {$score}0명 증가했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:주민이 {$score}0명 증가했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $score = $city[pop] + ($score * 10); + if($score > $city[pop2]) { $score = $city[pop2]; } + // 민심 상승 + $query = "update city set pop='$score' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 군량 하락 내정보다 2배 지력경험 경험, 공헌 상승 + $general[rice] -= $admin[develcost] * 2; + $general[leader2]++; + $query = "update general set resturn='SUCCESS',rice='$general[rice]',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_8($connect, &$general) { + global $_develrate; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dtype = "치안"; $stype = "secu"; + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $dtype 강화 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 방랑군은 불가능합니다. $dtype 강화 실패. <1>$date"; + } elseif($city[nation] != $general[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 강화 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 강화 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $dtype 강화 실패. <1>$date"; + } elseif($city[secu] >= $city[secu2]) { + $log[count($log)] = "●{$admin[month]}월:치안은 충분합니다. $dtype 강화 실패. <1>$date"; + } else { + // 민심 50 이하이면 50과 같게 + if($city[rate] < $_develrate) { $city[rate] = $_develrate; } + $rate = $city[rate] / 100; + + $score = ($general[power] * (100 - $general[injury])/100 + getWeapEff($general[weap])) * $rate; + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + // 국가보정 + if($nation[type] == 1 || $nation[type] == 4) { $score *= 1.1; $admin[develcost] *= 0.8; } + if($nation[type] == 6 || $nation[type] == 9) { $score *= 0.9; $admin[develcost] *= 1.2; } + + // 군주, 참모, 장군 보정 + if($general[level] == 12 || $general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { $score *= 1.05; } + // 태수 보정 + if($general[level] == 4 && $general[no] == $city[gen1]) { $score *= 1.05; } + + $rd = rand() % 100; // 현재 20% + $r = CriticalRatio($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book]), 0); + // 특기보정 : 통찰 + if($general[special] == 12) { $r[succ] += 10; $score *= 1.1; $admin[develcost] *= 0.8; } + + //버그방지 + if($score < 1) $score = 1; + + if($r[fail] > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:{$dtype}을 실패하여 $score 강화했습니다. <1>$date"; + } elseif($city[rate] >= 80 && $r[succ] > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:{$dtype}을 성공하여 $score 강화했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:{$dtype}을 $score 강화했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $score += $city["$stype"]; + if($score > $city["{$stype}2"]) { $score = $city["{$stype}2"]; } + // 내정 상승 + $query = "update city set {$stype}='$score' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 하락, 무력 경험 경험, 공헌 상승 + $general[gold] -= $admin[develcost]; + $general[power2]++; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_9($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 물자 조달 실패. <1>$date"; + } elseif($nation[level] > 0 && $city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 물자 조달 실패. <1>$date"; + } elseif($city[supply] == 0 && $city[nation] == $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 물자 조달 실패. <1>$date"; + } else { + if(rand() % 2 == 0) { $dtype = 0; $stype = "금"; } + else { $dtype = 1; $stype = "쌀"; } + + $score = (($general[leader]+$general[power]+$general[intel]) * (100 - $general[injury])/100 + getHorseEff($general[horse])+$lbonus+getWeapEff($general[weap])+getBookEff($general[book])); + $score = $score * (100 + $general[explevel]/5)/100; + $score = $score * (80 + rand() % 41)/100; // 80 ~ 120% + + $rd = rand() % 100; // 현재 20% + + //버그방지 + if($score < 1) $score = 1; + + if(30 > $rd) { + $score = CriticalScore($score, 1); + $log[count($log)] = "●{$admin[month]}월:조달을 실패하여 {$stype}을 $score 조달했습니다. <1>$date"; + } elseif(40 > $rd) { + $score = CriticalScore($score, 0); + $log[count($log)] = "●{$admin[month]}월:조달을 성공하여 {$stype}을 $score 조달했습니다. <1>$date"; + } else { + $score = round($score); + $log[count($log)] = "●{$admin[month]}월:{$stype}을 $score 조달했습니다. <1>$date"; + } + + $exp = $score * 0.7; + $ded = $score * 1.0; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 물자 상승 + if($dtype == 0) { + $query = "update nation set gold=gold+'$score' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update nation set rice=rice+'$score' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + switch(rand()%3) { + case 0: + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + break; + case 1: + $general[power2]++; + $query = "update general set resturn='SUCCESS',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + break; + case 2: + $general[intel2]++; + $query = "update general set resturn='SUCCESS',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + break; + } + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_11($connect, &$general, $type) { + global $_defaultatmos, $_defaulttrain, $_defaultatmos2, $_defaulttrain2; + $date = substr($general[turntime],11,5); + + if($type == 1) { $defaultatmos = $_defaultatmos; $defaulttrain = $_defaulttrain; } + else { $defaultatmos = $_defaultatmos2; $defaulttrain = $_defaulttrain2; } + + $query = "select year,month,startyear from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select level,tech from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $armtype = $command[2]; + $crew = $command[1]; + + if($armtype != $general[crewtype]) { $general[crew] = 0; $general[train] = $defaulttrain; $general[atmos] = $defaultatmos; } + + if($crew*100 + $general[crew] > (floor($general[leader] * (100 - $general[injury])/100)+getHorseEff($general[horse])+$lbonus)*100) { $crew = round(((floor($general[leader] * (100 - $general[injury])/100)+getHorseEff($general[horse])+$lbonus)*100 - $general[crew])/100, 0); } + if($crew < 0) { $crew = 0; } + $cost = $crew * getCost($connect, $armtype); + //기술로 가격 + $cost *= getTechCost($nation[tech]); + //성격 보정 + $cost = CharCost($cost, $general[personal]); + $cost = round($cost); + + //특기 보정 : 보병, 궁병, 기병, 귀병, 공성, 징병 + if(floor($armtype/10) == 0 && $general[special2] == 50) { $cost *= 0.9; } + if(floor($armtype/10) == 1 && $general[special2] == 51) { $cost *= 0.9; } + if(floor($armtype/10) == 2 && $general[special2] == 52) { $cost *= 0.9; } + if(floor($armtype/10) == 3 && $general[special2] == 40) { $cost *= 0.9; } + if(floor($armtype/10) == 4 && $general[special2] == 43) { $cost *= 0.9; } + if($general[special2] == 72) { $cost *= 0.5; } + + if($type == 1) { $dtype = "징병"; } + elseif($type == 2) { $dtype = "모병"; $cost *= 2; } + if($general[crew] != 0) { $dtype = "추가".$dtype; } + + //현재 가능한지 검사 + switch($armtype) { + case 0: case 10: case 20: case 30: case 35: // 보병 궁병 기병 귀병 남귀병 + $sel = 0; break; + + case 1: $sel = 1; $rg = 2; break; // 청주병(중원) + case 2: $sel = 1; $rg = 7; break; // 수병(오월) + case 3: $sel = 2; $ct = 64; break; // 자객병(저) + case 4: $sel = 2; $ct = 3; break; // 근위병(낙양) + case 5: $sel = 1; $rg = 5; break; // 등갑병(남중) + + case 11: $sel = 1; $rg = 8; break; // 궁기병(동이) + case 12: $sel = 1; $rg = 4; break; // 연노병(서촉) + case 13: $sel = 2; $ct = 6; break; // 강궁병(양양) + case 14: $sel = 2; $ct = 7; break; // 석궁병(건업) + + case 21: $sel = 1; $rg = 1; break; // 백마병(하북) + case 22: $sel = 1; $rg = 3; break; // 중장기병(서북) + case 23: $sel = 2; $ct = 65; break; // 돌격기병(흉노) + case 24: $sel = 2; $ct = 63; break; // 철기병(강) + case 25: $sel = 2; $ct = 67; break; // 수렵기병(산월) + case 26: $sel = 2; $ct = 66; break; // 맹수병(남만) + case 27: $sel = 2; $ct = 2; break; // 호표기병(허창) + + case 31: $sel = 1; $rg = 6; break; // 신귀병(초) + case 32: $sel = 2; $ct = 68; break; // 백귀병(오환) + case 33: $sel = 2; $ct = 69; break; // 흑귀병(왜) + case 34: $sel = 2; $ct = 4; break; // 악귀병(장안) + case 36: $sel = 2; $ct = 3; break; // 황귀병(낙양) + case 37: $sel = 2; $ct = 5; break; // 천귀병(성도) + case 38: $sel = 2; $ct = 1; break; // 마귀병(업) + + case 40: $sel = 0; break; // 정란 + case 41: $sel = 0; break; // 충차 + case 42: $sel = 2; $ct = 1; break; // 벽력거(업) + case 43: $sel = 2; $ct = 5; break; // 목우(성도) + + default: $sel = 0; $armtype = 0; break; + } + if($sel == 0) { + // 남귀병은 기술1등급부터 + // 충차는 기술1등급부터 + if($armtype == 35 && $nation[tech] < 1000) { + $cnt = 0; + } elseif($armtype == 41 && $nation[tech] < 1000) { + $cnt = 0; + } else { + $cnt = 1; + } + } elseif($sel == 1) { + $query = "select city,level from city where nation='$general[nation]' and region='$rg'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $rgcity = MYDB_fetch_array($result); + // 기술 1000 이상부터 지역병 + if($cnt > 0 && $nation[tech] < 1000) { + $cnt = 0; + } + } else { + $query = "select city,level from city where nation='$general[nation]' and city='$ct'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $ctcity = MYDB_fetch_array($result); + // 기술 2000 이상부터 이민족병 + if($cnt > 0 && $ctcity[level] == 4 && $nation[tech] < 2000) { + $cnt = 0; + } + // 기술 3000 이상부터 특수병 + if($cnt > 0 && $ctcity[level] == 8 && $nation[tech] < 3000) { + $cnt = 0; + } + } + if($cnt > 0) { $valid = 1; } + else { $valid = 0; } + + // 초반 제한중 차병 불가 + if($admin[year] < $admin[startyear]+3 && floor($armtype/10) == 4) { + $valid = 0; + } + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $dtype 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 실패. <1>$date"; +// } elseif($city[supply] == 0) { +// $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 실패. <1>$date"; + } elseif($crew <= 0) { + $log[count($log)] = "●{$admin[month]}월:더이상 $dtype 할 수 없습니다. $dtype 실패. <1>$date"; + } elseif($general[gold] < $cost) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $dtype 실패. <1>$date"; + } elseif($general[rice] < $crew) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $dtype 실패. <1>$date"; + } elseif($valid == 0) { + $log[count($log)] = "●{$admin[month]}월:현재 $dtype 할 수 없는 병종입니다. $dtype 실패. <1>$date"; + } elseif($city[pop]-30000 < $crew*100) { // 주민 30000명 이상만 가능 + $log[count($log)] = "●{$admin[month]}월:주민이 모자랍니다. $dtype 실패. <1>$date"; + } elseif($city[rate] < 20) { + $log[count($log)] = "●{$admin[month]}월:민심이 낮아 주민들이 도망갑니다. $dtype 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:".getTypename($armtype)."을(를) {$crew}00명 {$dtype}했습니다. <1>$date"; + $exp = $crew; + $ded = $crew; + // 숙련도 증가 + addGenDex($connect, $general[no], $armtype, $crew); + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $atmos = round(($general[atmos] * $general[crew] + $defaultatmos * $crew*100) / ($general[crew] + $crew*100)); + $train = round(($general[train] * $general[crew] + $defaulttrain * $crew*100) / ($general[crew] + $crew*100)); + $general[crew] += $crew*100; + $general[gold] -= $cost; + // 주민수 감소 // 민심 김소 + if($type == 1) { $city[rate] = $city[rate] - round(($crew*100 / $city[pop])*100); } + else { $city[rate] = $city[rate] - round(($crew*100 / $city[pop])*50); } + if($city[rate] < 0) { $city[rate] = 0; } + $query = "update city set pop=pop-({$crew}*100),rate='$city[rate]' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 통솔경험, 병종 변경, 병사수 변경, 훈련치 변경, 사기치 변경, 자금 군량 하락, 공헌도, 명성 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',crewtype='$armtype',crew='$general[crew]',train='$train',atmos='$atmos',gold='$general[gold]',rice=rice-'$crew',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_13($connect, &$general) { + global $_maxtrain, $_training, $_atmosing; + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 훈련 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 훈련 실패. <1>$date"; +// } elseif($city[supply] == 0) { +// $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 훈련 실패. <1>$date"; + } elseif($general[crew] == 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 없습니다. 훈련 실패. <1>$date"; + } elseif($general[train] >= $_maxtrain) { + $log[count($log)] = "●{$admin[month]}월:병사들은 이미 정예병사들입니다. <1>$date"; +// } elseif(floor($general[crewtype]/10) == 4) { +// $log[count($log)] = "●{$admin[month]}월:병기는 훈련이 불가능합니다. <1>$date"; + } else { + // 훈련시 + $score = round((floor($general[leader] * (100 - $general[injury])/100)+getHorseEff($general[horse])+$lbonus)*100 / $general[crew] * $_training); + + $log[count($log)] = "●{$admin[month]}월:훈련치가 $score 상승했습니다. <1>$date"; + $exp = 100; + $ded = 70; + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], round($general[crew]/100)); + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 훈련치 변경 + $score += $general[train]; + if($score > $_maxtrain) { $score = $_maxtrain; } + $query = "update general set train='$score' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 사기 약간 감소 + $score = floor($general[atmos] * $_atmosing); + if($score < 0 ) { $score = 0; } + $query = "update general set atmos='$score' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 경험치 상승 // 공헌도, 명성 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_14($connect, &$general) { + global $_maxatmos, $_training; + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 사기진작 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 사기진작 실패. <1>$date"; +// } elseif($city[supply] == 0) { +// $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 사기진작 실패. <1>$date"; + } elseif($general[crew] == 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 없습니다. 사기진작 실패. <1>$date"; + } elseif($general[gold] < $general[crew]/100) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 사기진작 실패. <1>$date"; + } elseif($general[atmos] >= $_maxatmos) { + $log[count($log)] = "●{$admin[month]}월:이미 사기는 하늘을 찌를듯 합니다. <1>$date"; +// } elseif(floor($general[crewtype]/10) == 4) { +// $log[count($log)] = "●{$admin[month]}월:병기는 사기 진작이 불가능합니다. <1>$date"; + } else { + $score = round((floor($general[leader] * (100 - $general[injury])/100)+getHorseEff($general[horse])+$lbonus)*100 / $general[crew] * $_training); + $gold = $general[gold] - round($general[crew]/100); + + $log[count($log)] = "●{$admin[month]}월:사기치가 $score 상승했습니다. <1>$date"; + $exp = 100; + $ded = 70; + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], round($general[crew]/100)); + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 사기치 변경 // 자금 감소 // 경험치 상승 // 공헌도, 명성 상승 + $score += $general[atmos]; + if($score > $_maxatmos) { $score = $_maxatmos; } + $general[leader2]++; + $query = "update general set resturn='SUCCESS',atmos='$score',gold='$gold',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_15($connect, &$general) { + global $_maxatmos, $_maxtrain; + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,tech from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + if($general[term]%100 == 15) { + $term = floor($general[term]/100) + 1; + $code = $term * 100 + 15; + } else { + $term = 1; + $code = 100 + 15; + } + + $cost = round($general[crew]/100 * 3 * getTechCost($nation[tech])); + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 전투태세 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 전투태세 실패. <1>$date"; +// } elseif($city[supply] == 0) { +// $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 전투태세 실패. <1>$date"; + } elseif($general[crew] == 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 없습니다. 전투태세 실패. <1>$date"; + } elseif($general[atmos] >= 90 && $general[train] >= 90) { + $log[count($log)] = "●{$admin[month]}월:이미 병사들은 날쌔고 용맹합니다. <1>$date"; + } elseif($general[gold] < $cost) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 전투태세 실패. <1>$date"; + } elseif($term < 3) { + $log[count($log)] = "●{$admin[month]}월:병사들을 열심히 훈련중... ({$term}/3) <1>$date"; + + $query = "update general set resturn='ONGOING',term={$code} where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + //기술로 가격 + $gold = $general[gold] - $cost; + + $log[count($log)] = "●{$admin[month]}월:전투태세 완료! <1>$date"; + $exp = 100 * 3; + $ded = 70 * 3; + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], round($general[crew]/100 * 3)); + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 훈련,사기치 변경 // 자금 감소 // 경험치 상승 // 공헌도, 명성 상승 + $general[leader2]+=3; + $query = "update general set resturn='SUCCESS',term='0',atmos='95',train='95',gold='$gold',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_16($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,war,tricklimit,tech from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select path,nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $path = explode("|", $city[path]); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select * from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select nation,tricklimit,tech from nation where nation='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dnation = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + for($i=0; $i < count($path); $i++) { + if($path[$i] == $destination) { $valid = 1; } + } + + if($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:현재 초반 제한중입니다. $destcity[name](으)로 출병 실패. <1>$date"; +// } elseif($city[supply] == 0) { +// $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif(!$valid) { + $log[count($log)] = "●{$admin[month]}월:인접도시가 아닙니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($general[crew] <= 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 없습니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($general[rice] <= round($general[crew]/100)) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($dip[state] != 0) { + $log[count($log)] = "●{$admin[month]}월:교전중인 국가가 아닙니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($general[nation] != $city[nation]) { + $log[count($log)] = "●{$admin[month]}월:본국에서만 출병가능합니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($nation[war] == 1) { + $log[count($log)] = "●{$admin[month]}월:현재 전쟁 금지입니다. $destcity[name](으)로 출병 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:본국입니다. $destcity[name](으)로 출병 실패. <1>$date"; + pushGenLog($general, $log); + process_21($connect, $general); + return; + } else { + // 전쟁 표시 + $query = "update city set state=43,term=3 where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], round($general[crew]/100)); + // 전투 처리 + $dead = processWar($connect, $general, $destcity); + + // 기술력 따라서 보정 + $dead[att] = round($dead[att] * getTechCost($nation[tech])); + $dead[def] = round($dead[def] * getTechCost($dnation[tech])); + + // 사상자 누적 + if($nation[nation] > 0 && $dnation[nation] > 0) { + $query = "update diplomacy set dead=dead+'$dead[att]' where me='$nation[nation]' and you='$dnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update diplomacy set dead=dead+'$dead[def]' where you='$nation[nation]' and me='$dnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $log = uniqueItem($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_17($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + if($general[crew] == 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 없습니다. 소집해제 실패. <1>$date"; + } else { + // 주민으로 돌아감 + $query = "update city set pop=pop+'$general[crew]' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set crew='0' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[0] = "●{$admin[month]}월:병사들을 소집해제하였습니다. <1>$date"; + + // 경험, 공헌 상승 + $exp = 70; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "update general set resturn='SUCCESS',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_21($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $path = explode("|", $city[path]); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select name from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + for($i=0; $i < count($path); $i++) { + if($path[$i] == $destination) { $valid = 1; } + } + + if(!$valid) { + $log[count($log)] = "●{$admin[month]}월:인접도시가 아닙니다. $destcity[name](으)로 이동 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 부족합니다. $destcity[name](으)로 이동 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](으)로 이동했습니다. <1>$date"; + $exp = 50; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + + // 이동, 경험치 상승, 명성 상승, 사기 감소 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',gold=gold-'$admin[develcost]',city='$destination',atmos=atmos*0.95,leader2='$general[leader2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general[level] == 12) { + $query = "select level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[level] == 0) { + $query = "update general set city='$destination' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name from general where nation='$general[nation]' and level<'12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "●방랑군 세력이 $destcity[name](으)로 이동했습니다."; + for($j=0; $j < $gencount; $j++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + } + } + } + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_22($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select name from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $who = $command[1]; + + $query = "select * from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + + $cost = round($admin[develcost] + ($you[experience] + $you[dedication])/1000) * 10; + + if(!$you) { + $log[count($log)] = "●{$admin[month]}월:없는 장수입니다. 등용 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:초반 제한중입니다. 등용 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 등용 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 등용 실패. <1>$date"; + } elseif($general[gold] < $cost) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 등용 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$you[name]에게 등용 권유 서신을 보냈습니다. <1>$date"; + $exp = 100; + $ded = 200; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + ScoutMsg($connect, $general[no], $nation[name], $who, $you[msgindex]); + + $general[intel2]++; + $query = "update general set resturn='SUCCESS',gold=gold-'$cost',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_23($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select gold,rice,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $what = $command[3]; + $who = $command[2]; + $amount = $command[1]; + $amount *= 100; // 100~10000까지 + + if($amount > 10000) { $amount = 10000; } + if($amount < 100) { $amount = 100; } + if($what == 1) { + $dtype = "금"; + if($nation[gold]-$_basegold < $amount) { $amount = $nation[gold] - $_basegold; } + } elseif($what == 2) { + $dtype = "쌀"; + if($nation[rice]-$_baserice < $amount) { $amount = $nation[rice] - $_baserice; } + } else { + $what = 2; + $dtype = "쌀"; + if($nation[rice]-$_baserice < $amount) { $amount = $nation[rice] - $_baserice; } + } + + $query = "select no,nation,level,name,gold,rice from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + if(!$gen) { + $log[count($log)] = "●{$admin[month]}월:없는 장수입니다. 포상 실패. <1>$date"; + } elseif($general[no] == $who) { + $log[count($log)] = "●{$admin[month]}월:자기 자신입니다. 포상 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 포상 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 포상 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 포상 실패. <1>$date"; + } elseif($what == 1 && $amount <= 0) { + $log[count($log)] = "●{$admin[month]}월:국고가 부족합니다. 포상 실패. <1>$date"; + } elseif($what == 2 && $amount <= 0) { + $log[count($log)] = "●{$admin[month]}월:병량이 부족합니다. 포상 실패. <1>$date"; + } elseif($gen[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 장수가 아닙니다. 포상 실패. <1>$date"; + } else { + $genlog[count($genlog)] = "●$dtype $amount을 포상으로 받았습니다."; + $log[count($log)] = "●{$admin[month]}월:$gen[name]에게 $dtype $amount을 수여했습니다. <1>$date"; + $exp = 1; + $ded = 1; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + if($what == 1) { + $gen[gold] += $amount; + $query = "update general set gold='$gen[gold]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[gold] -= $amount; + $query = "update nation set gold='$nation[gold]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($what == 2) { + $gen[rice] += $amount; + $query = "update general set rice='$gen[rice]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[rice] -= $amount; + $query = "update nation set rice='$nation[rice]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 경험치 상승 + $query = "update general set resturn='SUCCESS',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); + pushGenLog($gen, $genlog); +} + +function process_24($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,scenario,startyear from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,color,gold,rice,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $what = $command[3]; + $who = $command[2]; + $amount = $command[1]; + $amount *= 100; // 100~10000까지 + + $query = "select no,nation,level,name,gold,rice,npc,picture,imgsvr from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + if($amount > 10000) { $amount = 10000; } + if($amount < 100) { $amount = 100; } + if($what == 1) { + $dtype = "금"; + if($gen[gold] < $amount) { $amount = $gen[gold]; } + } elseif($what == 2) { + $dtype = "쌀"; + if($gen[rice] < $amount) { $amount = $gen[rice]; } + } else { + $what = 2; + $dtype = "쌀"; + if($gen[rice] < $amount) { $amount = $gen[rice]; } + } + + if(!$gen) { + $log[count($log)] = "●{$admin[month]}월:없는 장수입니다. 몰수 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:현재 초반 제한중입니다. 몰수 실패. <1>$date"; + } elseif($general[no] == $who) { + $log[count($log)] = "●{$admin[month]}월:자기 자신입니다. 몰수 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 몰수 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 몰수 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 몰수 실패. <1>$date"; + } elseif($gen[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 장수가 아닙니다. 몰수 실패. <1>$date"; + } else { + if($gen[npc] >= 2 && rand()%100 == 0) { + switch(rand()%5) { + case 0: $str = "몰수를 하다니... 이것이 윗사람이 할 짓이란 말입니까..."; break; + case 1: $str = "사유재산까지 몰수해가면서 이 나라가 잘 될거라 믿습니까? 정말 이해할 수가 없군요..."; break; + case 2: $str = "내 돈 내놔라! 내 돈! 몰수가 왠 말이냐!"; break; + case 3: $str = "몰수해간 내 자금... 언젠가 몰래 다시 빼내올 것이다..."; break; + case 4: $str = "몰수로 인한 사기 저하는 몰수로 얻은 물자보다 더 손해란걸 모른단 말인가!"; break; + } + + PushMsg(1, 0, $gen[picture], $gen[imgsvr], "{$gen[name]}:", $nation[color], $nation[name], $nation[color], $str); + } + + $genlog[count($genlog)] = "●$dtype {$amount}을 몰수 당했습니다."; + $log[count($log)] = "●{$admin[month]}월:$gen[name]에게서 $dtype $amount을 몰수했습니다. <1>$date"; + $exp = 1; + $ded = 1; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + if($what == 1) { + $gen[gold] -= $amount; + $query = "update general set gold='$gen[gold]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[gold] += $amount; + $query = "update nation set gold='$nation[gold]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($what == 2) { + $gen[rice] -= $amount; + $query = "update general set rice='$gen[rice]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[rice] += $amount; + $query = "update nation set rice='$nation[rice]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 경험치 상승 + $query = "update general set resturn='SUCCESS',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); + pushGenLog($gen, $genlog); +} + +function process_25($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $where = $command[1]; + + // 랜덤임관인 경우 + if($where == 99) { + // 초반시 10명이하, 임관금지없음 국가 + if($admin[year] < $admin[startyear]+3) { + $query = "select name,nation,scout,level from nation where nation not in (0{$general['nations']}0) and gennum<10 and scout=0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } else { + $query = "select name,nation,scout,level from nation where nation not in (0{$general['nations']}0) and scout=0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } + } elseif($where == 98) { + // 초반시 10명이하, 임관금지없음 국가, 방랑군 제외 + if($admin[year] < $admin[startyear]+3) { + $query = "select name,nation,scout,level from nation where nation not in (0{$general['nations']}0) and gennum<10 and scout=0 and level>0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } else { + $query = "select name,nation,scout,level from nation where nation not in (0{$general['nations']}0) and scout=0 and level>0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } + } else { + $query = "select name,nation,scout,level from nation where nation='$where'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + } + $query = "select no from general where nation='$nation[nation]'"; + $genresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($genresult); + + if(!$nation) { + $log[count($log)] = "●{$admin[month]}월:임관할 국가가 없습니다. 임관 실패. <1>$date"; + } elseif($general[nation] != 0) { + $log[count($log)] = "●{$admin[month]}월:재야가 아닙니다. 임관 실패. <1>$date"; + } elseif($nation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:없는 국가입니다. 임관 실패. <1>$date"; + } elseif($nation[level] == 0 && $gencount >= 10) { + $log[count($log)] = "●{$admin[month]}월:현재 $nation[name]은(는) 임관이 제한되고 있습니다. 임관 실패."; + } elseif($admin[year] < $admin[startyear]+3 && $gencount >= 10) { + $log[count($log)] = "●{$admin[month]}월:현재 $nation[name]은(는) 임관이 제한되고 있습니다. 임관 실패."; + } elseif($nation[scout] == 1 && $general[npc] < 5) { + $log[count($log)] = "●{$admin[month]}월:현재 $nation[name]은(는) 임관이 금지되어 있습니다. 임관 실패."; + } elseif($general[makelimit] > 0 && $general[npc] < 5) { + $log[count($log)] = "●{$admin[month]}월:재야가 된지 12턴이 지나야 합니다. 임관 실패. <1>$date"; + } elseif(strpos($general['nations'], ",{$nation['nation']},") > 0) { + $log[count($log)] = "●{$admin[month]}월:이미 임관했었던 국가입니다. 임관 실패. <1>$date"; + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $nation[name]임관했습니다."; + $log[count($log)] = "●{$admin[month]}월:$nation[name]에 임관했습니다. <1>$date"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name]에 임관"); + + if($gencount < 10) { $exp = 700; } + else { $exp = 100; } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 군주가 있는 곳으로 이동 + $query = "select city from general where nation='$nation[nation]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $king = MYDB_fetch_array($result); + + // NPC초반시 임관기록 추가 안함 + if($general[npc] > 1 && $admin[year] < $admin[startyear]+3) { + } else { + $general['nations'] .= "{$nation['nation']},"; + } + + // 국적 바꾸고 등급 일반으로 // 명성 상승 + $query = "update general set resturn='SUCCESS',nation='$nation[nation]',nations='{$general['nations']}',level='1',experience=experience+'$exp',city='$king[city]',belong=1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국가 기술력 그대로 + $query = "select no from general where nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($where < 99) { + $log = uniqueItem($connect, $general, $log); + } else { + $log = uniqueItem($connect, $general, $log, 2); + } + } + + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_26($connect, &$general) { + $date = substr($general[turntime],11,5); + + $troop = getTroop($connect, $general[troop]); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select no,name,nation,city from general where troop='$general[troop]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + if($general[nation] != $city[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 집합 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 집합 실패. <1>$date"; + } elseif($general[no] != $troop[no]) { + $log[count($log)] = "●{$admin[month]}월:부대장이 아닙니다. 집합 실패. <1>$date"; + } elseif($gencount == 0) { + $log[count($log)] = "●{$admin[month]}월:집합 가능한 부대원이 없습니다. 집합 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$city[name]에서 집합을 실시했습니다. <1>$date"; + $exp = 70; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + //부대원에게 로그 전달 + $genlog[count($genlog)] = "$troop[name]의 부대원들은 $city[name](으)로 집합되었습니다."; + + for($i=0; $i < $gencount; $i++) { + $troopgen = MYDB_fetch_array($result); + if($general[city] != $troopgen[city]) { + pushGenLog($troopgen, $genlog); + } + } + + // 같은 부대원 모두 집합 + $query = "update general set city='$general[city]' where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 경험치 명성 공헌 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_27($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select gold,rice,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $who = $command[2]; + $where = $command[1]; + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select no,name,nation,level from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $you = MYDB_fetch_array($result); + + $query = "select name,nation,supply from city where city='$where'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + if(!$you) { + $log[count($log)] = "●{$admin[month]}월:없는 장수입니다. 발령 실패. <1>$date"; + } elseif($general[no] == $who) { + $log[count($log)] = "●{$admin[month]}월:자기 자신입니다. $you[name] 발령 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. $you[name] 발령 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $you[name] 발령 실패. <1>$date"; + } elseif($destcity[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $you[name] 발령 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $you[name] 발령 실패. <1>$date"; + } elseif($destcity[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 도시가 아닙니다. $you[name] 발령 실패. <1>$date"; + } elseif($general[nation] != $you[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 장수가 아닙니다. $you[name] 발령 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$you[name](을)를 $destcity[name](으)로 발령했습니다. <1>$date"; + $youlog[count($youlog)] = "$general[name]에 의해 $destcity[name](으)로 발령됐습니다. <1>$date"; + $exp = 1; + $ded = 1; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 발령 + $query = "update general set city='$where' where no='$you[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 경험치 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp',dedication=dedication+'$ded' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +// $log = checkAbility($connect, $general, $log); + } + + pushGenLog($general, $log); + pushGenLog($you, $youlog); +} + +function process_28($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select level,capital from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:방랑군입니다. 귀환 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 귀환 실패. <1>$date"; + } elseif(($general[level] == 1 || $general[level] >= 5) && $general[city] == $nation[capital]) { + $log[count($log)] = "●{$admin[month]}월:이미 수도입니다. 귀환 실패. <1>$date"; + } else { + if($general[level] == 2) { + $query = "select city,name from city where gen3='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } elseif($general[level] == 3) { + $query = "select city,name from city where gen2='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } elseif($general[level] == 4) { + $query = "select city,name from city where gen1='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } else { + $query = "select city,name from city where city='$nation[capital]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } + + $log[count($log)] = "●{$admin[month]}월:$city[name](으)로 귀환했습니다. <1>$date"; + $exp = 70; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 귀환 + $query = "update general set city='$city[city]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 경험치 상승 // 명성,공헌 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',experience=experience+'$exp',dedication=dedication+'$ded' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + + pushGenLog($general, $log); + pushGenLog($you, $youlog); +} + +function process_29($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost,npccount,turnterm,scenario from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,level,gennum,scout from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 인재탐색 실패. <1>$date"; + } elseif($nation[level] <= 0) { + $log[count($log)] = "●{$admin[month]}월:방랑군입니다. 인재탐색 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3 && $nation[gennum] >= 10) { + $log[count($log)] = "●{$admin[month]}월:현재 $nation[name]은(는) 탐색이 제한되고 있습니다. 인재탐색 실패."; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 인재탐색 실패. <1>$date"; + } else { + $query = "select no from general where nation='$general[nation]' and npc<2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + $query = "select no from general where nation='$general[nation]' and npc=3"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $npccount = MYDB_num_rows($result); + + $query = "select no from general where nation!='$general[nation]' and npc=3"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $otherNpccount = MYDB_num_rows($result); + $otherNpccount = round(sqrt($otherNpccount + 1)) - 1; + + if($gencount <= 0) { $gencount = 1; } + if($npccount <= 0) { $npccount = 1; } + $criteria = $gencount * $npccount + $otherNpccount; + + // 탐색 실패 + if(rand() % $criteria > 0) { + $exp = 100; + $ded = 70; + switch(rand()%3) { + case 0: $general[leader2] += 1; break; + case 1: $general[power2] += 1; break; + case 2: $general[intel2] += 1; break; + } + $log[count($log)] = "●{$admin[month]}월:인재를 찾을 수 없었습니다. <1>$date"; + } else { + // 탐색 성공 + $exp = 200; + $ded = 300; + switch(rand()%3) { + case 0: $general[leader2] += 3; break; + case 1: $general[power2] += 3; break; + case 2: $general[intel2] += 3; break; + } + + $name = getRandGenName(); + $name = 'ⓜ'.$name; + //중복장수 처리 + $query = "select no from general where name like '{$name}%'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + $count++; + if($count > 1) { + $name = "{$name}{$count}"; + } + + if($nation[scout] != 0) { + $scoutType = "발견"; + $scoutLevel = 0; + $scoutNation = 0; + } else { + $scoutType = "영입"; + $scoutLevel = 1; + $scoutNation = $nation[nation]; + } + + $log[count($log)] = "●{$admin[month]}월:$name(이)라는 인재를 {$scoutType}하였습니다! <1>$date"; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $name(이)라는 인재를 {$scoutType}하였습니다!"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$name(이)라는 인재를 {$scoutType}"); + + $query = "select max(leader+power+intel) as lpi, avg(dedication) as ded,avg(experience) as exp, avg(dex0) as dex0, avg(dex10) as dex10, avg(dex20) as dex20, avg(dex30) as dex30, avg(dex40) as dex40 from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $avgGen = MYDB_fetch_array($result); + + // 체섭시 무장 20%, 지장 20%, 무지장 60% + // 마이너 무장 40%, 지장 40%, 무지장 20% + $type = rand() % 10; + if($admin[scenario] == 0) { + switch($type) { + case 0: case 1: + $leader = 65 + rand()%11; + $intel = 10 + rand()%6; + $power = 150 - $leader - $intel; + break; + case 2: case 3: + $leader = 65 + rand()%11; + $power = 10 + rand()%6; + $intel = 150 - $leader - $power; + break; + case 4: case 5: case 6: case 7: case 8: case 9: + $leader = 10 + rand()%6; + $power = 65 + rand()%11; + $intel = 150 - $leader - $power; + break; + } + } else { + switch($type) { + case 0: case 1: case 2: case 3: + $leader = 65 + rand()%11; + $intel = 10 + rand()%6; + $power = 150 - $leader - $intel; + break; + case 4: case 5: case 6: case 7: + $leader = 65 + rand()%11; + $power = 10 + rand()%6; + $intel = 150 - $leader - $power; + break; + case 8: case 9: + $leader = 10 + rand()%6; + $power = 65 + rand()%11; + $intel = 150 - $leader - $power; + break; + } + } + // 국내 최고능치 기준으로 랜덤성 스케일링 + if($avgGen[lpi] > 210) { + $leader = round($leader * $avgGen[lpi] / 150 * (60+rand()%31)/100); + $power = round($power * $avgGen[lpi] / 150 * (60+rand()%31)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (60+rand()%31)/100); + } elseif($avgGen[lpi] > 180) { + $leader = round($leader * $avgGen[lpi] / 150 * (75+rand()%21)/100); + $power = round($power * $avgGen[lpi] / 150 * (75+rand()%21)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (75+rand()%21)/100); + } else { + $leader = round($leader * $avgGen[lpi] / 150 * (90+rand()%11)/100); + $power = round($power * $avgGen[lpi] / 150 * (90+rand()%11)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (90+rand()%11)/100); + } + $over1 = 0; + $over2 = 0; + $over3 = 0; + // 너무 높은 능치는 다른 능치로 분산 + if($leader > 90) { + $over1 = rand() % ($leader - 90) + 5; + $leader -= $over1; + } + if($power > 90) { + $over2 = rand() % ($power - 90) + 5; + $power -= $over2; + } + if($intel > 90) { + $over3 = rand() % ($intel - 90) + 5; + $intel -= $over3; + } + // 낮은 능치쪽으로 합산 + if($type == 0) { + $intel = $intel + $over1 + $over2 + $over3; + } else { + $power = $power + $over1 + $over2 + $over3; + } + // 너무 높은 능치는 제한 + if($leader > 95) { + $leader = 95; + } + if($power > 95) { + $power = 95; + } + if($intel > 95) { + $intel = 95; + } + + //인재추가 + $npc = 3; + $npcid = $admin[npccount]; + $npccount = 10000 + $npcid; + $npcmatch = rand() % 150 + 1; + $genid = "gen{$npccount}"; + $pw = md5("18071807"); + $picture = 'default.jpg'; + $turntime = getRandTurn($admin[turnterm]); + $personal = rand() % 10; + $bornyear = $admin[year]; + $deadyear = $admin[year] + 3; + $age = 20; + $specage = round((80 - $age)/12) + $age; + $specage2 = round((80 - $age)/3) + $age; + //$specage = $age + 1 + rand() % 3; + //$specage2 = $age + 5 + rand() % 5; + // 10년 ~ 50년 + $killturn = rand()%480 + 120; + + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation, + city,leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos,tnmt, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit,bornyear,deadyear, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$npccount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$scoutNation', + '$general[city]','$leader','$power','$intel','$avgGen[exp]','$avgGen[ded]', + '$scoutLevel','100','100','0','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1','$personal','0','$specage','0','$specage2','', + '0','$bornyear','$deadyear', + '$avgGen[dex0]','$avgGen[dex10]','$avgGen[dex20]','$avgGen[dex30]','$avgGen[dex40]' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); + + $npcid++; + + //npccount + $query = "update game set npccount={$npcid} where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국가 기술력 그대로 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //국가 기술력 그대로 + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + } + + //기술로 가격 + $gold = $general[gold] - $admin[develcost]; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 자금 감소 // 경험치 상승 // 공헌도, 명성 상승 + $query = "update general set resturn='SUCCESS',term='0',gold='$gold',leader2='$general[leader2]',power2='$general[power2]',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + $log = uniqueItem($connect, $general, $log); + } + + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_30($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 3); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select name from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $cost = $admin[develcost] * 5; + + if($dist[$destination] > 3) { + $log[count($log)] = "●{$admin[month]}월:거리가 멉니다. $destcity[name](으)로 강행 실패. <1>$date"; + } elseif($general[gold] < $cost) { + $log[count($log)] = "●{$admin[month]}월:자금이 부족합니다. $destcity[name](으)로 강행 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](으)로 강행했습니다. <1>$date"; + $exp = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + + // 이동, 경험치 상승, 명성 상승, 병력/사기/훈련 감소 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',gold=gold-'$cost',city='$destination',crew=crew*0.95,atmos=atmos*0.9,train=train*0.95,leader2='$general[leader2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general[level] == 12) { + $query = "select level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($nation[level] == 0) { + $query = "update general set city='$destination' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name from general where nation='$general[nation]' and level<'12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "●방랑군 세력이 $destcity[name](으)로 강행했습니다."; + for($j=0; $j < $gencount; $j++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + } + } + } + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_31($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 2); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select * from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + if(!$city) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 첩보 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*3) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $city[name]에 첩보 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*3) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $city[name]에 첩보 실패. <1>$date"; + } elseif($general[nation] == $city[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $city[name]에 첩보 실패. <1>$date"; +// } elseif($dist[$destination] > 3) { +// $log[count($log)] = "●{$admin[month]}월:너무 멉니다. $city[name]에 첩보 실패. <1>$date"; + } else { + $query = "select crew,crewtype from general where city='$destination' and nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $crew = 0; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + if($gen[crew] != 0) { $typecount[$gen[crewtype]]++; $crew += $gen[crew]; } + } + if($dist[$destination] > 2) { + $alllog[count($alllog)] = "●{$admin[month]}월:누군가가 $city[name](을)를 살피는 것 같습니다."; + $log[count($log)] = "●{$admin[month]}월:$city[name]의 소문만 들을 수 있었습니다. <1>$date"; + $log[count($log)] = "【$city[name]】주민:$city[pop], 민심:$city[rate], 장수:$gencount, 병력:$crew"; + } elseif($dist[$destination] == 2) { + $alllog[count($alllog)] = "●{$admin[month]}월:누군가가 $city[name](을)를 살피는 것 같습니다."; + $log[count($log)] = "●{$admin[month]}월:$city[name]의 어느정도 정보를 얻었습니다. <1>$date"; + $log[count($log)] = "【첩보】농업:$city[agri], 상업:$city[comm], 치안:$city[secu], 수비:$city[def], 성벽:$city[wall]"; + $log[count($log)] = "【$city[name]】주민:$city[pop], 민심:$city[rate], 장수:$gencount, 병력:$crew"; + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:누군가가 $city[name](을)를 살피는 것 같습니다."; + $log[count($log)] = "●{$admin[month]}월:$city[name]의 많은 정보를 얻었습니다. <1>$date"; + $msg[count($msg)] = "【병종】"; + for($i=0; $i <= 5; $i++) { if($typecount[$i] != 0) { $msg[count($msg)] = _String::SubStr(getTypename($i), 0, 2).":$typecount[$i]"; } } + for($i=10; $i <= 14; $i++) { if($typecount[$i] != 0) { $msg[count($msg)] = _String::SubStr(getTypename($i), 0, 2).":$typecount[$i]"; } } + for($i=20; $i <= 27; $i++) { if($typecount[$i] != 0) { $msg[count($msg)] = _String::SubStr(getTypename($i), 0, 2).":$typecount[$i]"; } } + for($i=30; $i <= 38; $i++) { if($typecount[$i] != 0) { $msg[count($msg)] = _String::SubStr(getTypename($i), 0, 2).":$typecount[$i]"; } } + for($i=40; $i <= 43; $i++) { if($typecount[$i] != 0) { $msg[count($msg)] = _String::SubStr(getTypename($i), 0, 2).":$typecount[$i]"; } } + + $count = ceil(count($msg) / 8) * 8; + for($i=$count; $i > 0; $i-=8) { + $log[count($log)] = "{$msg[$i-8]} {$msg[$i-7]} {$msg[$i-6]} {$msg[$i-5]} {$msg[$i-4]} {$msg[$i-3]} {$msg[$i-2]} {$msg[$i-1]}"; + } + $log[count($log)] = "【첩보】농업:$city[agri], 상업:$city[comm], 치안:$city[secu], 수비:$city[def], 성벽:$city[wall]"; + $log[count($log)] = "【$city[name]】주민:$city[pop], 민심:$city[rate], 장수:$gencount, 병력:$crew"; + + if($general[nation] != 0 && $city[nation] != 0) { + $query = "select name,tech from nation where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $yourTech = MYDB_fetch_array($result); + + $query = "select tech from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $myTech = MYDB_fetch_array($result); + + $diff = $yourTech[tech] - $myTech[tech]; // 차이 + if($diff >= 1000) { $log[count($log)] = "【$yourTech[name]】아국대비기술:↑압도"; } + elseif($diff >= 250) { $log[count($log)] = "【$yourTech[name]】아국대비기술:▲우위"; } + elseif($diff >= -250) { $log[count($log)] = "【$yourTech[name]】아국대비기술:↕대등"; } + elseif($diff >= -1000) { $log[count($log)] = "【$yourTech[name]】아국대비기술:▼열위"; } + else { $log[count($log)] = "【$yourTech[name]】아국대비기술:↓미미"; } + } + } + + // 자금 하락 // 경험치 상승 // 공헌도, 명성 상승 + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[leader2]++; + $general[gold] -= $admin[develcost]*3; + $general[rice] -= $admin[develcost]*3; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select spy from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + if($nation[spy] != "") { $citys = explode("|", $nation[spy]); } + for($i=0; $i < count($citys); $i++) { + if(floor($citys[$i]/10) == $destination) { + $exist = 1; + break; + } + } + // 기존 첩보 목록에 없으면 새로 등록, 있으면 갱신 + if($exist == 0) { + $citys[count($citys)] = $destination * 10 + 3; + } else { + $citys[$i] = $destination * 10 + 3; + } + $spy = implode("|", $citys); + $query = "update nation set spy='$spy' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_32($connect, &$general) { + global $_firing, $_basefiring, $_firingpower; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 5); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select * from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + if(!$destcity) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 화계 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($city[supply] == 0 && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $destcity[name]에 화계 실패. <1>$date"; + } elseif($dip[state] >= 7) { + $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 화계 실패. <1>$date"; + } else { + $query = "select intel,book from general where city='$destination' and nation='$destcity[nation]' order by intel desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $intelgen = MYDB_fetch_array($result); + + $ratio = round((($general[intel]+getBookEff($general[book]) - $intelgen[intel]-getBookEff($intelgen[book])) / $_firing - ($destcity[secu]/$destcity[secu2])/5 + $_basefiring)*100); + $ratio2 = rand() % 100; + + if($general[item] == 5) { + // 이추 사용 + $ratio += 10; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] == 6) { + // 향낭 사용 + $ratio += 20; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 21 && $general[item] <= 22) { + // 육도, 삼략 사용 + $ratio += 20; + } + + // 특기보정 : 신산, 귀모 + if($general[special2] == 41) { $ratio += 10; } + if($general[special] == 31) { $ratio += 20; } + + // 국가보정 + if($nation[type] == 9) { $ratio += 10; } + + // 거리보정 + $ratio /= $dist[$destination]; + + if($ratio > $ratio2) { + $alllog[count($alllog)] = "●{$admin[month]}월:$destcity[name](이)가 불타고 있습니다."; + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 화계가 성공했습니다. <1>$date"; + + $destcity[agri] -= rand() % $_firingpower + $_firingbase; + $destcity[comm] -= rand() % $_firingpower + $_firingbase; + if($destcity[agri] < 0) { $destcity[agri] = 0; } + if($destcity[comm] < 0) { $destcity[comm] = 0; } + $query = "update city set state=32,agri='$destcity[agri]',comm='$destcity[comm]' where city='$destination'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set firenum=firenum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + TrickInjury($connect, $destination); + $exp = rand() % 100 + 201; + $ded = rand() % 70 + 141; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 화계가 실패했습니다. <1>$date"; + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[intel2]++; + $general[gold] -= $admin[develcost]*5; + $general[rice] -= $admin[develcost]*5; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',intel2='$general[intel2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_33($connect, &$general) { + global $_firing, $_basefiring, $_firingpower; + global $_basegold, $_baserice; + //탈취는 0까지 무제한 + $_basegold = 0; $_baserice = 0; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 5); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select name,level,nation,secu,secu2 from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select gold,rice from nation where nation='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + if(!$destcity) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 탈취 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($city[supply] == 0 && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $destcity[name]에 탈취 실패. <1>$date"; + } elseif($dip[state] >= 7) { + $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 탈취 실패. <1>$date"; + } else { + $query = "select power,weap from general where city='$destination' and nation='$destcity[nation]' order by power desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $powergen = MYDB_fetch_array($result); + + $ratio = round((($general[power]+getWeapEff($general[weap]) - $powergen[power]-getWeapEff($powergen[weap])) / $_firing - ($destcity[secu]/$destcity[secu2])/5 + $_basefiring)*100); + $ratio2 = rand() % 100; + + if($general[item] == 5) { + // 이추 사용 + $ratio += 10; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] == 6) { + // 향낭 사용 + $ratio += 20; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 21 && $general[item] <= 22) { + // 육도, 삼략 사용 + $ratio += 20; + } + + // 특기보정 : 신산, 귀모 + if($general[special2] == 41) { $ratio += 10; } + if($general[special] == 31) { $ratio += 20; } + + // 국가보정 + if($mynation[type] == 9) { $ratio += 10; } + + // 거리보정 + $ratio /= $dist[$destination]; + + if($ratio > $ratio2) { + $alllog[count($alllog)] = "●{$admin[month]}월:$destcity[name]에서 금과 쌀을 도둑맞았습니다."; + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 탈취가 성공했습니다. <1>$date"; + + // 탈취 최대 400 * 8 + $gold = (rand() % $_firingpower + $_firingbase) * $destcity[level]; + $rice = (rand() % $_firingpower + $_firingbase) * $destcity[level]; + + $nation[gold] -= $gold; + $nation[rice] -= $rice; + if($nation[gold] < $_basegold) { $gold += ($nation[gold] - $_basegold); $nation[gold] = $_basegold; } + if($nation[rice] < $_baserice) { $rice += ($nation[rice] - $_baserice); $nation[rice] = $_baserice; } + $query = "update nation set gold='$nation[gold]',rice='$nation[rice]' where nation='$destcity[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set state=34 where city='$destination'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set firenum=firenum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 본국으로 회수, 재야이면 본인이 소유 + if($general[nation] != 0) { + $query = "select gold,rice from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + $nation[gold] += $gold; + $nation[rice] += $rice; + $query = "update nation set gold='$nation[gold]',rice='$nation[rice]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $general[gold] += $gold; + $general[rice] += $rice; + $query = "update general set gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $log[count($log)] = "●금$gold 쌀$rice을 획득했습니다."; + +// TrickInjury($connect, $destination); + $exp = rand() % 100 + 201; + $ded = rand() % 70 + 141; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 탈취가 실패했습니다. <1>$date"; + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[power2]++; + $general[gold] -= $admin[develcost]*5; + $general[rice] -= $admin[develcost]*5; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_34($connect, &$general) { + global $_firing, $_basefiring, $_firingpower; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 5); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select name,nation,def,wall,secu,secu2 from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + if(!$destcity) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 파괴 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($city[supply] == 0 && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $destcity[name]에 파괴 실패. <1>$date"; + } elseif($dip[state] >= 7) { + $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 파괴 실패. <1>$date"; + } else { + $query = "select power,weap from general where city='$destination' and nation='$destcity[nation]' order by power desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $powergen = MYDB_fetch_array($result); + + $ratio = round((($general[power]+getWeapEff($general[weap]) - $powergen[power]-getWeapEff($powergen[weap])) / $_firing - ($destcity[secu]/$destcity[secu2])/5 + $_basefiring)*100); + $ratio2 = rand() % 100; + + if($general[item] == 5) { + // 이추 사용 + $ratio += 10; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] == 6) { + // 향낭 사용 + $ratio += 20; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 21 && $general[item] <= 22) { + // 육도, 삼략 사용 + $ratio += 20; + } + + // 특기보정 : 신산, 귀모 + if($general[special2] == 41) { $ratio += 10; } + if($general[special] == 31) { $ratio += 20; } + + // 국가보정 + if($mynation[type] == 9) { $ratio += 10; } + + // 거리보정 + $ratio /= $dist[$destination]; + + if($ratio > $ratio2) { + $alllog[count($alllog)] = "●{$admin[month]}월:누군가가 $destcity[name]의 성벽을 허물었습니다."; + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 파괴가 성공했습니다. <1>$date"; + + // 파괴 + $destcity[def] -= rand() % $_firingpower + $_firingbase; + $destcity[wall] -= rand() % $_firingpower + $_firingbase; + if($destcity[def] < 100) { $destcity[def] = 100; } + if($destcity[wall] < 100) { $destcity[wall] = 100; } + $query = "update city set state=34,def='$destcity[def]',wall='$destcity[wall]' where city='$destination'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set firenum=firenum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + TrickInjury($connect, $destination); + $exp = rand() % 100 + 201; + $ded = rand() % 70 + 141; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 파괴가 실패했습니다. <1>$date"; + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[power2]++; + $general[gold] -= $admin[develcost]*5; + $general[rice] -= $admin[develcost]*5; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_35($connect, &$general) { + global $_firing, $_basefiring, $_firingpower; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 5); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select name,nation,rate,secu,secu2 from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $mynation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $mynation[level]; + } else { + $lbonus = 0; + } + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + if(!$destcity) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 선동 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($city[supply] == 0 && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $destcity[name]에 선동 실패. <1>$date"; + } elseif($dip[state] >= 7) { + $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 선동 실패. <1>$date"; + } else { + $query = "select ROUND(leader*(100-injury)/100)+horse as sum,horse from general where city='$destination' and nation='$destcity[nation]' order by sum desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + $ratio = round(((floor($general[leader] * (100 - $general[injury])/100)+getHorseEff($general[horse])+$lbonus - ($gen[sum]-$gen[horse]+getHorseEff($gen[horse]))) / $_firing - ($destcity[secu]/$destcity[secu2])/5 + $_basefiring)*100); + $ratio2 = rand() % 100; + + if($general[item] == 5) { + // 이추 사용 + $ratio += 10; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] == 6) { + // 향낭 사용 + $ratio += 20; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 21 && $general[item] <= 22) { + // 육도, 삼략 사용 + $ratio += 20; + } + + // 특기보정 : 신산, 귀모 + if($general[special2] == 41) { $ratio += 10; } + if($general[special] == 31) { $ratio += 20; } + + // 국가보정 + if($mynation[type] == 9) { $ratio += 10; } + + // 거리보정 + $ratio /= $dist[$destination]; + + if($ratio > $ratio2) { + $alllog[count($alllog)] = "●{$admin[month]}월:$destcity[name]의 백성들이 동요하고 있습니다."; + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 선동이 성공했습니다. <1>$date"; + + // 선동 최대 10 + $destcity[secu] -= rand() % round($_firingpower/2) + $_firingbase; + $destcity[rate] -= rand() % round($_firingpower/50) + $_firingbase/50; + if($destcity[secu] < 0) { $destcity[secu] = 0; } + if($destcity[rate] < 0) { $destcity[rate] = 0; } + $query = "update city set state=32,rate='$destcity[rate]',secu='$destcity[secu]' where city='$destination'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set firenum=firenum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + TrickInjury($connect, $destination); + $exp = rand() % 100 + 201; + $ded = rand() % 70 + 141; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 선동이 실패했습니다. <1>$date"; + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[leader2]++; + $general[gold] -= $admin[develcost]*5; + $general[rice] -= $admin[develcost]*5; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_36($connect, &$general) { + global $_firing, $_basefiring, $_firingpower; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $dist = distance($connect, $general[city], 5); + $command = DecodeCommand($general[turn0]); + $destination = $command[1]; + + $query = "select * from city where city='$destination'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select level,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + if($general[level] == 12) { + $lbonus = $mynation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $mynation[level]; + } else { + $lbonus = 0; + } + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + if(!$destcity) { + $log[count($log)] = "●{$admin[month]}월:없는 도시입니다. 기습 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($city[supply] == 0 && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]*5) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($general[nation] == $destcity[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국입니다. $destcity[name]에 기습 실패. <1>$date"; + } elseif($dip[state] >= 7) { + $log[count($log)] = "●{$admin[month]}월:불가침국입니다. $destcity[name]에 기습 실패. <1>$date"; + } else { + $query = "select ROUND((leader+intel+power)*(100-injury)/100)+weap+horse+book as sum,weap,horse,book from general where city='$destination' and nation='$destcity[nation]' order by sum desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + $ratio = round(((floor(($general[leader]+$general[intel]+$general[power]) * (100 - $general[injury])/100)+getWeapEff($general[weap])+getHorseEff($general[horse])+$lbonus+getBookEff($general[book]) - ($gen[sum]-$gen[weap]-$gen[horse]-$gen[book]+getWeapEff($gen[weap])+getHorseEff($gen[horse])+getBookEff($gen[book]))) / $_firing - ($destcity[secu]/$destcity[secu2])/5 + $_basefiring)*100); + $ratio2 = rand() % 100; + + if($general[item] == 5) { + // 이추 사용 + $ratio += 10; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] == 6) { + // 향낭 사용 + $ratio += 20; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 21 && $general[item] <= 22) { + // 육도, 삼략 사용 + $ratio += 20; + } + + // 특기보정 : 신산, 귀모 + if($general[special2] == 41) { $ratio += 10; } + if($general[special] == 31) { $ratio += 20; } + + // 국가보정 + if($mynation[type] == 9) { $ratio += 10; } + + // 거리보정 + $ratio /= $dist[$destination]; + + if($ratio > $ratio2) { + $alllog[count($alllog)] = "●{$admin[month]}월:$destcity[name](이)가 누군가에게 공격 받았습니다."; + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 기습이 성공했습니다. <1>$date"; + + // 기습 + $destcity[agri] -= rand() % round($_firingpower/2) + $_firingbase; + $destcity[comm] -= rand() % round($_firingpower/2) + $_firingbase; + $destcity[secu] -= rand() % round($_firingpower/4) + $_firingbase; + $destcity[def] -= rand() % round($_firingpower/2) + $_firingbase; + $destcity[wall] -= rand() % round($_firingpower/2) + $_firingbase; + $destcity[rate] -= rand() % round($_firingpower/50) + $_firingbase/50; + if($destcity[agri] < 0) { $destcity[agri] = 0; } + if($destcity[comm] < 0) { $destcity[comm] = 0; } + if($destcity[secu] < 0) { $destcity[secu] = 0; } + if($destcity[def] < 0) { $destcity[def] = 0; } + if($destcity[wall] < 0) { $destcity[wall] = 0; } + if($destcity[rate] < 0) { $destcity[rate] = 0; } + $query = "update city set state=32,agri='$destcity[agri]',comm='$destcity[comm]',secu='$destcity[secu]',def='$destcity[def]',wall='$destcity[wall]',rate='$destcity[rate]' where city='$destination'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set firenum=firenum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + TrickInjury($connect, $destination); + $exp = rand() % 100 + 201; + $ded = rand() % 70 + 141; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name]에 기습이 실패했습니다. <1>$date"; + $exp = rand() % 100 + 1; + $ded = rand() % 70 + 1; + } + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $general[leader2]++; + $general[intel2]++; + $general[power2]++; + $general[gold] -= $admin[develcost]*5; + $general[rice] -= $admin[develcost]*5; + $query = "update general set resturn='SUCCESS',gold='$general[gold]',rice='$general[rice]',leader2='$general[leader2]',intel2='$general[intel2]',power2='$general[power2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_41($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $ratio = rand() % 100; + $exp = $general[crew] / 400; + $crewexp = $general[crew] * $general[train] * $general[atmos] / 20 / 10000; + // 랜덤치 + $exp = round($exp * (80 + rand() % 41)/100); // 80 ~ 120% + $crewexp = round($crewexp * (80 + rand() % 41)/100); // 80 ~ 120% + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ratio = CharCritical($ratio, $general[personal]); + + if($general[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 단련 실패. <1>$date"; + } elseif($general[gold] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 단련 실패. <1>$date"; + } elseif($general[rice] < $admin[develcost]) { + $log[count($log)] = "●{$admin[month]}월:군량이 모자랍니다. 단련 실패. <1>$date"; + } elseif($general[train] < 40) { + $log[count($log)] = "●{$admin[month]}월:훈련이 너무 낮습니다. 단련 실패. <1>$date"; + } elseif($general[atmos] < 40) { + $log[count($log)] = "●{$admin[month]}월:사기가 너무 낮습니다. 단련 실패. <1>$date"; + } elseif($crewexp == 0) { + $log[count($log)] = "●{$admin[month]}월:병사가 모자랍니다. 단련 실패. <1>$date"; + } else { + $type = floor($general[crewtype] / 10) * 10; + switch($type) { + case 0: $crewstr = '보병'; break; + case 1: $crewstr = '궁병'; break; + case 2: $crewstr = '기병'; break; + case 3: $crewstr = '귀병'; break; + case 4: $crewstr = '차병'; break; + } + + if($ratio < 33) { + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], $crewexp); + $log[count($log)] = "●{$admin[month]}월:$crewstr 숙련도 향상이 지지부진했습니다. <1>$date"; + } elseif($ratio < 66) { + $exp = $exp * 2; + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], $crewexp * 2); + $log[count($log)] = "●{$admin[month]}월:$crewstr 숙련도가 향상되었습니다. <1>$date"; + } else { + $exp = $exp * 3; + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], $crewexp * 3); + $log[count($log)] = "●{$admin[month]}월:$crewstr 숙련도가 일취월장했습니다. <1>$date"; + } + + // 경험치 상승 // 명성 상승 + $query = "update general set resturn='SUCCESS',gold=gold-'$admin[develcost]',rice=rice-'$admin[develcost]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + pushGenLog($general, $log); +} + +function process_42($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $type = rand() % 27 + 1; + $exp = 30; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $exp2 = $exp * 2; + + switch($type) { + case 1: + $log[count($log)] = "●{$admin[month]}월:지나가는 행인에게서 금을 300 받았습니다. <1>$date"; + // 자금 상승 // 명성 상승 + $query = "update general set resturn='SUCCESS',gold=gold+300,experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 2: + $log[count($log)] = "●{$admin[month]}월:지나가는 행인에게서 쌀을 300 받았습니다. <1>$date"; + // 군량 상승 // 명성 상승 + $query = "update general set resturn='SUCCESS',rice=rice+300,experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 3: + $log[count($log)] = "●{$admin[month]}월:어느 명사와 설전을 벌여 멋지게 이겼습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[intel2] += 2; + $query = "update general set resturn='SUCCESS',intel2='$general[intel2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 4: + $log[count($log)] = "●{$admin[month]}월:명사와 설전을 벌였으나 망신만 당했습니다. <1>$date"; + // 명성 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 5: + $log[count($log)] = "●{$admin[month]}월:동네 장사와 힘겨루기를 하여 멋지게 이겼습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[power2] += 2; + $query = "update general set resturn='SUCCESS',power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 6: + $log[count($log)] = "●{$admin[month]}월:동네 장사와 힘겨루기를 했지만 망신만 당했습니다. <1>$date"; + // 명성 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 7: + $log[count($log)] = "●{$admin[month]}월:산적과 싸워 금 300을 빼앗았습니다. <1>$date"; + // 자금 상승 // 경험치 상승 // 명성 상승 + $general[power2] += 2; + $query = "update general set resturn='SUCCESS',gold=gold+300,power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 8: + $log[count($log)] = "●{$admin[month]}월:산적을 만나 금 200을 빼앗겼습니다. <1>$date"; + $general[gold] -= 200; + if($general[gold] <= 0) { $general[gold] = 0; } + // 자금 하락 // 경험 상승 + $query = "update general set resturn='SUCCESS',gold='$general[gold]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 9: + $log[count($log)] = "●{$admin[month]}월:호랑이를 잡아 고기 300을 얻었습니다. <1>$date"; + // 군량 상승 // 경험치 상승 + $general[power2] += 2; + $query = "update general set resturn='SUCCESS',rice=rice+300,power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 10: + $log[count($log)] = "●{$admin[month]}월:호랑이에게 물려 다쳤습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 10 + 10; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 11: + $log[count($log)] = "●{$admin[month]}월:곰을 잡아 고기 300을 얻었습니다. <1>$date"; + // 군량 상승 // 경험치 상승 // 명성 상승 + $general[power2] += 2; + $query = "update general set resturn='SUCCESS',rice=rice+300,power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 12: + $log[count($log)] = "●{$admin[month]}월:곰에게 할퀴어 다쳤습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 10 + 10; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 13: + $log[count($log)] = "●{$admin[month]}월:주점에서 사람들과 어울려 술을 마셨습니다. <1>$date"; + // 명성 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 14: + $log[count($log)] = "●{$admin[month]}월:위기에 빠진 사람을 구해주었습니다. <1>$date"; + // 명성 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 15: + $log[count($log)] = "●{$admin[month]}월:위기에 빠진 사람을 구해주다가 다쳤습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 10 + 10; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 16: + $log[count($log)] = "●{$admin[month]}월:돈을 빌려주었다가 이자 300을 받았습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[intel2]++; + $query = "update general set resturn='SUCCESS',gold=gold+300,intel2='$general[intel2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 17: + $log[count($log)] = "●{$admin[month]}월:돈을 200 빌려주었다가 떼어먹혔습니다. <1>$date"; + $general[gold] -= 200; + if($general[gold] <= 0) { $general[gold] = 0; } + // 명성 상승 + $query = "update general set resturn='SUCCESS',gold='$general[gold]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 18: + $log[count($log)] = "●{$admin[month]}월:쌀을 빌려주었다가 이자 300을 받았습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[intel2]++; + $query = "update general set resturn='SUCCESS',rice=rice+300,intel2='$general[intel2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 19: + $log[count($log)] = "●{$admin[month]}월:쌀을 200 빌려주었다가 떼어먹혔습니다. <1>$date"; + $general[rice] -= 200; + if($general[rice] <= 0) { $general[rice] = 0; } + // 명성 상승 + $query = "update general set resturn='SUCCESS',rice='$general[rice]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 20: + $log[count($log)] = "●{$admin[month]}월:거리에서 글 모르는 아이들을 모아 글을 가르쳤습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[intel2] += 2; + $query = "update general set resturn='SUCCESS',intel2='$general[intel2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 21: + $log[count($log)] = "●{$admin[month]}월:백성들에게 현인의 가르침을 설파했습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[leader2] += 2; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 22: + $log[count($log)] = "●{$admin[month]}월:어느 집의 무너진 울타리를 고쳐주었습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[power2] += 2; + $query = "update general set resturn='SUCCESS',power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 23: + $log[count($log)] = "●{$admin[month]}월:어느 집의 도망친 가축을 되찾아 주었습니다. <1>$date"; + // 경험치 상승 // 명성 상승 + $general[leader2] += 2; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 24: + $log[count($log)] = "●{$admin[month]}월:호랑이에게 물려 크게 다쳤습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 30 + 20; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 25: + $log[count($log)] = "●{$admin[month]}월:곰에게 할퀴어 크게 다쳤습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 30 + 20; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 26: + $log[count($log)] = "●{$admin[month]}월:위기에 빠진 사람을 구하다가 죽을뻔 했습니다. <1>$date"; + // 경험치 하락 // 명성 상승 + $injury = rand() % 50 + 30; + $general[power2]--; + $query = "update general set resturn='SUCCESS',injury=injury+'$injury',power2='$general[power2]',experience=experience+'$exp2' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + default: + $log[count($log)] = "●{$admin[month]}월:아무일도 일어나지 않았습니다. <1>$date"; + // 명성 상승 + $query = "update general set resturn='SUCCESS',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } + + $log = checkAbility($connect, $general, $log); + pushGenLog($general, $log); +} + +function process_43($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $what = $command[3]; + $who = $command[2]; + $amount = $command[1]; + $amount *= 100; // 100~10000까지 + + if($amount > 10000) { $amount = 10000; } + if($amount < 100) { $amount = 100; } + if($what == 1) { $dtype = "금"; } + elseif($what == 2) { $dtype = "쌀"; } + else { $what = 2; $dtype = "쌀"; } + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select no,name,nation,gold,rice from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen = MYDB_fetch_array($result); + + if($what == 1 && $general[gold] < $amount) { $amount = $general[gold]; } + if($what == 2 && $general[rice] < $amount) { $amount = $general[rice]; } + + if(!$gen) { + $log[count($log)] = "●{$admin[month]}월:없는 장수입니다. 증여 실패. <1>$date"; + } elseif($what == 1 && $general[gold] <= 0) { + $log[count($log)] = "●{$admin[month]}월:자금이 없습니다. 증여 실패. <1>$date"; + } elseif($what == 2 && $general[rice] <= 0) { + $log[count($log)] = "●{$admin[month]}월:군량이 없습니다. 증여 실패. <1>$date"; + } elseif($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야는 불가능합니다. 증여 실패. <1>$date"; + } elseif($general[nation] != $city[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 증여 실패. <1>$date"; + } elseif($general[nation] != $gen[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 장수가 아닙니다. 증여 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 증여 실패. <1>$date"; + } else { + $genlog[count($genlog)] = "●{$admin[month]}월:$general[name]에게서 $dtype $amount을 증여 받았습니다."; + $log[count($log)] = "●{$admin[month]}월:$gen[name]에게 $dtype $amount을 증여했습니다. <1>$date"; + + if($what == 1) { + $gen[gold] += $amount; + $query = "update general set gold='$gen[gold]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $general[gold] -= $amount; + $query = "update general set gold='$general[gold]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($what == 2) { + $gen[rice] += $amount; + $query = "update general set rice='$gen[rice]' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $general[rice] -= $amount; + $query = "update general set rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $exp = 70; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 경험치 상승 // 공헌도, 명성 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); + pushGenLog($gen, $genlog); +} + +function process_44($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name,gold,rice from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $what = $command[2]; + $amount = $command[1]; + $amount *= 100; // 100~10000까지 + + if($amount > 10000) { $amount = 10000; } + if($amount < 100) { $amount = 100; } + if($what == 1) { + $dtype = "금"; + if($general[gold] < $amount) { $amount = $general[gold]; } + } elseif($what == 2) { + $dtype = "쌀"; + if($general[rice] < $amount) { $amount = $general[rice]; } + } else { + $what = 2; + $dtype = "쌀"; + if($general[rice] < $amount) { $amount = $general[rice]; } + } + + if($general[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 헌납 실패. <1>$date"; + } elseif($what == 1 && $general[gold] <= 0) { + $log[count($log)] = "●{$admin[month]}월:자금이 없습니다. 헌납 실패. <1>$date"; + } elseif($what == 2 && $general[rice] <= 0) { + $log[count($log)] = "●{$admin[month]}월:군량이 없습니다. 헌납 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $mynation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 증여 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 증여 실패. <1>$date"; + } else { +// $alllog[count($alllog)] = "●{$admin[month]}월:$nation[name]에서 장수들이 재산을 헌납 하고 있습니다."; + $log[count($log)] = "●{$admin[month]}월: $dtype $amount을 헌납했습니다. <1>$date"; + + if($what == 1) { + $general[gold] -= $amount; + $query = "update general set gold='$general[gold]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[gold] += $amount; + $query = "update nation set gold='$nation[gold]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($what == 2) { + $general[rice] -= $amount; + $query = "update general set rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $nation[rice] += $amount; + $query = "update nation set rice='$nation[rice]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + $exp = 70; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 경험치 상승 // 공헌도, 명성 상승 + $general[leader2]++; + $query = "update general set resturn='SUCCESS',leader2='$general[leader2]',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_45($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name,chemi from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($general[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야입니다. 하야 실패. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:초반제한중 하야는 불가능합니다. 하야 실패. <1>$date"; + } elseif($general[level] == 12) { + $log[count($log)] = "●{$admin[month]}월:군주입니다. 하야 실패. <1>$date"; + } else { + $exp = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no from diplomacy where me='$general[nation]' and state>='3' and state<='4'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount1 = MYDB_num_rows($dipresult); + + $query = "select no from diplomacy where me='$general[nation]' and state>='5' and state<='6'"; + $dipresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount2 = MYDB_num_rows($dipresult); + + $gold = 0; + $rice = 0; + // 금쌀1000이상은 남김 + if($general[gold] > 1000) { + $gold = $general[gold] - 1000; + $general[gold] = 1000; + } + if($general[rice] > 1000) { + $rice = $general[rice] - 1000; + $general[rice] = 1000; + } + + if($dipcount1 > 0) { + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 통합에 반대하며 $nation[name](을)를 떠났습니다."; + $log[count($log)] = "●{$admin[month]}월:통합에 반대하며 $nation[name]에서 떠났습니다. <1>$date"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:통합에 반대하며 $nation[name](을)를 떠남"); + + // 국적 바꾸고 등급 재야로 + $query = "update general set resturn='SUCCESS',belong=0,nation=0,level=0,makelimit='12',gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } elseif($dipcount2 > 0) { + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 합병에 반대하며 $nation[name](을)를 떠났습니다."; + $log[count($log)] = "●{$admin[month]}월:합병에 반대하며 $nation[name]에서 떠났습니다. <1>$date"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:합병에 반대하며 $nation[name](을)를 떠남"); + + // 국적 바꾸고 등급 재야로 + $query = "update general set resturn='SUCCESS',belong=0,nation=0,level=0,makelimit='12',gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $nation[name]에서 하야했습니다."; + $log[count($log)] = "●{$admin[month]}월:$nation[name]에서 하야했습니다. <1>$date"; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name]에서 하야"); + + // 국적 바꾸고 등급 재야로 // 명성/공헌 N*10% 감소 + $query = "update general set resturn='SUCCESS',belong=0,betray=betray+1,nation=0,level=0,experience=experience*(1-0.1*betray),dedication=dedication*(1-0.1*betray),makelimit='12',gold='$general[gold]',rice='$general[rice]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //도시의 태수, 군사, 시중직도 초기화 + $query = "update city set gen1='0' where gen1='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2='0' where gen2='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3='0' where gen3='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no from troop where troop='$general[troop]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $troop = MYDB_fetch_array($result); + + //부대장일 경우 + if($troop[no] == $general[no]) { + // 모두 탈퇴 + $query = "update general set troop='0' where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대 삭제 + $query = "delete from troop where troop='$general[troop]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update general set troop='0' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //국가 기술력 그대로 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + $nation[chemi] -= 1; + if($nation[chemi] < 0) { $nation[chemi] = 0; } + + $query = "update nation set totaltech=tech*'$gencount',gennum='$gennum',chemi='$nation[chemi]',gold=gold+'$gold',rice=rice+'$rice' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_46($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select * from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + $query = "select nation from nation where name='$general[makenation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + $command = DecodeCommand($general[turn0]); + $color = $command[1]; + $type = $command[2]; // 1 ~ 13 + + $colors = GetNationColors(); + if($color >= count($colors)) { $color = 0; } + $color = $colors[$color]; + + if($type < 1) { $type = 9; } + elseif($type > 13) { $type = 9; } + + if($gencount < 2) { + $log[count($log)] = "●{$admin[month]}월:수하 장수가 부족합니다. 건국 실패. <1>$date"; + } elseif($admin[year] >= $admin[startyear]+2) { + $log[count($log)] = "●{$admin[month]}월:건국 기간이 지났습니다. 건국 실패. <1>$date"; + } elseif($city[nation] != 0) { + $log[count($log)] = "●{$admin[month]}월:공백지가 아닙니다. 건국 실패. <1>$date"; + } elseif($nationcount > 0) { + $log[count($log)] = "●{$admin[month]}월:존재하는 국가명입니다. 건국 실패. <1>$date"; + } elseif($general[makelimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:재야가 된지 12시간이 지나야 합니다. 건국 실패. <1>$date"; + } elseif($general[level] != 12) { + $log[count($log)] = "●{$admin[month]}월:군주가 아닙니다. 건국 실패. <1>$date"; + } elseif($city[level] != 5 && $city[level] != 6) { + $log[count($log)] = "●{$admin[month]}월:중, 소 도시에서만 가능합니다. 건국 실패. <1>$date"; + } else { + $query = "update nation set name='$general[makenation]',color='$color',level=1,type='$type',capital='$general[city]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select nation,name,history from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + // 현 도시 소속지로 + $query = "update city set nation='$nation[nation]',conflict='',conflict2='' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "●{$admin[month]}월:$nation[name](을)를 건국하였습니다. <1>$date"; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $city[name]에 국가를 건설하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【건국】".getNationType($type)." $nation[name](이)가 새로이 등장하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name](을)를 건국"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $nation[name](을)를 건국"); + + $exp = 1000; + $ded = 1000; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 명성 상승 + $query = "update general set resturn='SUCCESS',dedication=dedication+'$ded', experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = uniqueItem($connect, $general, $log, 3); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_47($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name,level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + //현재 외교 진행중(평시, 불가침만 제외)일때 + $query = "select state from diplomacy where me='$general[nation]' and state!='2' and state!='7'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($result); + + + if($general[level] != 12) { + $log[count($log)] = "●{$admin[month]}월:군주가 아닙니다. <1>$date"; + } elseif($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:초반제한중에는 방랑이 불가능합니다. 방랑 실패."; + } elseif($dipcount != 0) { + $log[count($log)] = "●{$admin[month]}월:방랑할 수 없는 외교상태입니다. 방랑 실패."; + } elseif($nation[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:이미 방랑군입니다. 방랑 실패."; + } else { + $log[count($log)] = "●{$admin[month]}월:영토를 버리고 방랑의 길을 떠납니다. <1>$date"; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 방랑의 길을 떠납니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name](을)를 버리고 방랑"); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【방랑】$general[name]은(는) 방랑의 길을 떠납니다."; + + //분쟁기록 모두 지움 + DeleteConflict($connect, $general[nation]); + // 국명, 색깔 바꿈 국가 레벨 0, 성향리셋, 기술0 + $query = "update nation set name='$general[name]',color='330000',level='0',type='0',tech='0',totaltech='0',capital='0' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 본인 빼고 건국/임관제한 + $query = "update general set makelimit='12' where no!='$general[no]' and nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 건국/임관제한 + $query = "update general set resturn='SUCCESS',makelimit='12' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 관직장수 일반으로 + $query = "update general set level=1 where nation='$general[nation]' and level <= 11"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 전 도시 공백지로 + $query = "update city set nation='0',front='0',gen1='0',gen2='0',gen3='0',conflict='',conflict2='' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 외교 리셋 + $query = "update diplomacy set state='2',term='0' where me='$general[nation]' or you='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushHistory($connect, $history); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_48($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $city = getCity($connect, $general[city]); + + $command = DecodeCommand($general[turn0]); + $type = $command[1]; + + if($type < 100) { $isweap = 0; } + elseif($type < 200) { $type -= 100; $isweap = 1; } + elseif($type < 300) { $type -= 200; $isweap = 2; } + elseif($type < 400) { $type -= 300; $isweap = 3; } + else { $type = 7; } + + if($isweap == 3) { $cost = getItemCost2($type); } + else { $cost = getItemCost($type); } + + //특기 보정 : 거상 + if($general[special] == 30 && $type != 0) { $cost *= 0.5; } + + if($city[trade] == 0 && $general[special] != 30) { + $log[count($log)] = "●{$admin[month]}월:도시에 상인이 없습니다. 장비매매 실패. <1>$date"; + } elseif($city[secu]/1000 < $type) { + $log[count($log)] = "●{$admin[month]}월:이 도시에서는 구할 수 없었습니다. 구입 실패. <1>$date"; + } elseif($type > 6 || $type < 0) { + $log[count($log)] = "●{$admin[month]}월:구입할 수 있는 물건이 아닙니다. 구입 실패. <1>$date"; + } elseif($general[gold] < $cost && $type != 0) { + $log[count($log)] = "●{$admin[month]}월:자금이 모자랍니다. 구입 실패. <1>$date"; + } elseif($general[weap] == 0 && $isweap == 0 && $type == 0) { + $log[count($log)] = "●{$admin[month]}월:무기가 없습니다. 판매 실패. <1>$date"; + } elseif($general[book] == 0 && $isweap == 1 && $type == 0) { + $log[count($log)] = "●{$admin[month]}월:서적이 없습니다. 판매 실패. <1>$date"; + } elseif($general[horse] == 0 && $isweap == 2 && $type == 0) { + $log[count($log)] = "●{$admin[month]}월:명마가 없습니다. 판매 실패. <1>$date"; + } elseif($general[item] == 0 && $isweap == 3 && $type == 0) { + $log[count($log)] = "●{$admin[month]}월:도구가 없습니다. 판매 실패. <1>$date"; + } else { + if($isweap == 0) { + if($type != 0) { + $log[count($log)] = "●{$admin[month]}월:".getWeapName($type)."(을)를 구입했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',weap='$type',gold=gold-'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $cost = round(getItemCost($general[weap]) / 2, 0); + $log[count($log)] = "●{$admin[month]}월:".getWeapName($general[weap])."(을)를 판매했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',weap='0',gold=gold+'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } elseif($isweap == 1) { + if($type != 0) { + $log[count($log)] = "●{$admin[month]}월:".getBookName($type)."(을)를 구입했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',book='$type',gold=gold-'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $cost = round(getItemCost($general[book]) / 2, 0); + $log[count($log)] = "●{$admin[month]}월:".getBookName($general[book])."(을)를 판매했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',book='0',gold=gold+'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } elseif($isweap == 2) { + if($type != 0) { + $log[count($log)] = "●{$admin[month]}월:".getHorseName($type)."(을)를 구입했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',horse='$type',gold=gold-'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $cost = round(getItemCost($general[horse]) / 2, 0); + $log[count($log)] = "●{$admin[month]}월:".getHorseName($general[horse])."(을)를 판매했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',horse='0',gold=gold+'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } elseif($isweap == 3) { + if($type != 0) { + $log[count($log)] = "●{$admin[month]}월:".getItemName($type)."(을)를 구입했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',item='$type',gold=gold-'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $cost = round(getItemCost2($general[item]) / 2, 0); + $log[count($log)] = "●{$admin[month]}월:".getItemName($general[item])."(을)를 판매했습니다. <1>$date"; + $query = "update general set resturn='SUCCESS',item='0',gold=gold+'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } + + $exp = 10; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 명성 상승 + $query = "update general set experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($general, $log); +} + +function process_49($connect, &$general) { + global $_taxrate; + + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select level from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $city = getCity($connect, $general[city]); + + $command = DecodeCommand($general[turn0]); + $type = $command[2]; + $amount = $command[1]; + $amount *= 100; + + if($type != 1 && $type != 2) { $type = 1; } + if($amount < 100) { $amount = 100; } + elseif($amount > 10000) { $amount = 10000; } + + if($city[trade] == 0 && ($general[special] == 30 || $general[npc] >= 2)) { + $city[trade] = 100; + } + + // 거상 f배 이득시 금 계산 + // a : 쌀, b : 물가, f : 배수, c : 금 + // (0.7 ~1.3) : c = a((1+f)b-f) + // (0.99~1.01) : c = a((1-f)b+f) + if($type == 1) { + $dtype = "군량 판매"; + if($general[rice] < $amount) { $amount = $general[rice]; } + $cost = $amount * $city[trade] / 100; + //특기 보정 : 거상 + if($general[special] == 30 && $city[trade] > 100) { $cost = $amount * (6 * $city[trade]/100 - 5); } // 이익인 경우 5배 이득 + if($general[special] == 30 && $city[trade] < 100) { $cost = $amount * (0.2 * $city[trade]/100 + 0.8); } // 손해인 경우 1/5배 손해 + $tax = $cost * $_taxrate; + $cost = $cost - $tax; + } elseif($type == 2) { + $dtype = "군량 구입"; + $cost = $amount * $city[trade] / 100; + //특기 보정 : 거상 + if($general[special] == 30 && $city[trade] < 100) { $cost = $amount * (6 * $city[trade]/100 - 5); } // 이익인 경우 5배 이득 + if($general[special] == 30 && $city[trade] > 100) { $cost = $amount * (0.2 * $city[trade]/100 + 0.8); } // 손해인 경우 1/5배 손해 + $tax = $cost * $_taxrate; + $cost = $cost + $tax; + if($general[gold] < $cost) { + $cost = $general[gold]; + $tax = $cost * $_taxrate; + $amount = ($cost-$tax) * 100 / $city[trade]; + //특기 보정 : 거상 + if($general[special] == 30 && $city[trade] < 100) { $amount = ($cost-$tax) / (6 * $city[trade]/100 - 5); } // 이익인 경우 5배 이득 + if($general[special] == 30 && $city[trade] > 100) { $amount = ($cost-$tax) / (0.2 * $city[trade]/100 + 0.8); } // 손해인 경우 1/5배 손해 + } + } + + $cost = round($cost); + $amount = round($amount); + $tax = round($tax); + + if($city[trade] == 0 && $general[special] != 30 && $general[npc] < 2) { + $log[count($log)] = "●{$admin[month]}월:도시에 상인이 없습니다. $dtype 실패. <1>$date"; + } elseif($general[nation] != $city[nation] && $nation[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. $dtype 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. $dtype 실패. <1>$date"; + } elseif($type == 1 && $general[rice] <= 0) { + $log[count($log)] = "●{$admin[month]}월:군량이 없습니다. $dtype 실패. <1>$date"; + } elseif($type == 2 && $general[gold] <= 0) { + $log[count($log)] = "●{$admin[month]}월:자금이 없습니다. $dtype 실패. <1>$date"; + } else { + // 판매 + if($type == 1) { + $log[count($log)] = "●{$admin[month]}월:군량 $amount을 팔아 자금 $cost을 얻었습니다. <1>$date"; + // 군량 감소 + $query = "update general set rice=rice-{$amount} where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 증가 + $query = "update general set gold=gold+{$cost} where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 구입 + } elseif($type == 2) { + $log[count($log)] = "●{$admin[month]}월:군량 $amount을 사서 자금 $cost을 썼습니다. <1>$date"; + // 군량 증가 + $query = "update general set rice=rice+{$amount} where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 자금 감소 + $query = "update general set gold=gold-{$cost} where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 세금 국고로 + $query = "update nation set gold=gold+'$tax' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $exp = 30; + $ded = 50; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 공헌도, 명성 상승 + $query = "update general set resturn='SUCCESS',dedication=dedication+'$ded', experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 경험치 상승 + switch(rand()%3) { + case 0: + $general[leader2]++; + $query = "update general set leader2='$general[leader2]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 1: + $general[power2]++; + $query = "update general set power2='$general[power2]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 2: + $general[intel2]++; + $query = "update general set intel2='$general[intel2]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } + + $log = checkAbility($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_50($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $log[count($log)] = "●{$admin[month]}월:건강 회복을 위해 요양합니다. <1>$date"; + // 경험치 상승 // 공헌도, 명성 상승 + $exp = 10; + $ded = 7; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + $query = "update general set resturn='SUCCESS',injury='0',dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($general, $log); +} + +function process_51($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select name,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,dip0,dip0_type,dip0_who,dip0_when,dip1,dip1_type,dip1_who,dip1_when,dip2,dip2_type,dip2_who,dip2_when,dip3,dip3_type,dip3_who,dip3_when,dip4,dip4_type,dip4_who,dip4_when from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 권고 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 권고 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 권고 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 권고 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name]으로 항복 권고 서신을 보냈습니다.<1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 상대에게 발송 + //먼저 삭제된 칸 중 가장 오래된 칸 찾음 + $deleted = 4; + for($i=0; $i < 5; $i++) { + if($younation["dip{$i}"] == "") { $deleted = $i; } + } + //기존 메세지 한칸씩 뒤로 미룸 + for($i=$deleted-1; $i >=0; $i--) { + moveMsg($connect, "nation", "dip", $i+1, $younatin["dip{$i}"], $younation["dip{$i}_type"], $younation["dip{$i}_who"], $younation["dip{$i}_when"], "nation", $younation[nation]); + } + //권고 서신시 장수번호/상대국 번호 + $me = $general[no] * 10000 + $younation[nation]; + $date = date('Y-m-d H:i:s'); + $query = "update nation set dip0='{$nation[name]}의 항복 권고 서신',dip0_type='4',dip0_who='$me',dip0_when='$date' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $log = checkAbility($connect, $general, $log); + } + + pushGenLog($general, $log); +} + +function process_52($connect, &$general) { + global $_basegold, $_baserice; + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,level,gold,rice,surlimit,history,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + $command = DecodeCommand($mynation["l{$general[level]}turn0"]); + $rice = $command[3]; + $gold = $command[2]; + $which = $command[1]; + $rice *= 1000; + $gold *= 1000; + $limit = $mynation[level] * 10000; + + if($gold < 0) { $gold = 0; } + if($rice < 0) { $rice = 0; } + + $query = "select nation,name,gold,rice,surlimit,history from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($gold > $mynation[gold]-$_basegold) { $gold = $mynation[gold] - $_basegold; } + if($rice > $mynation[rice]-$_baserice) { $rice = $mynation[rice] - $_baserice; } + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 원조 실패. <1>$date"; + } elseif($gold == 0 && $rice == 0) { + $log[count($log)] = "●{$admin[month]}월:보낼 물자가 부족합니다. 원조 실패. <1>$date"; + } elseif($gold < 0 || $rice < 0) { + $log[count($log)] = "●{$admin[month]}월:보낼 물자가 부족합니다. 원조 실패. <1>$date"; + } elseif($gold > $limit || $rice > $limit) { + $log[count($log)] = "●{$admin[month]}월:작위 제한량 이상은 보낼 수 없습니다. 원조 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 원조 실패. <1>$date"; + } elseif($mynation[surlimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:외교제한중입니다. 원조 실패. <1>$date"; + } elseif($younation[surlimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:상대국이 외교제한중입니다. 원조 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 원조 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 원조 실패. <1>$date"; + } else { + // 본국 자원 감소 + $query = "update nation set gold=gold-'$gold',rice=rice-'$rice',surlimit=surlimit+12 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 상대국 자원 증가 + $query = "update nation set gold=gold+'$gold',rice=rice+'$rice' where nation='$which'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //아국 수뇌부에게 로그 전달 + $query = "select no,name,nation from general where nation='$general[nation]' and level>='9'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + $genlog[0] = "$younation[name](으)로 금$gold 쌀$rice을 지원했습니다."; + pushGenLog($gen, $genlog); + } + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$younation[name](으)로 금$gold 쌀$rice을 지원"); + $mynation = addNationHistory($connect, $mynation, "●{$admin[year]}년 {$admin[month]}월:$younation[name](으)로 금$gold 쌀$rice을 지원"); + $younation = addNationHistory($connect, $younation, "●{$admin[year]}년 {$admin[month]}월:$mynation[name](으)로부터 금$gold 쌀$rice을 지원 받음"); + + //상대국 수뇌부에게 로그 전달 + $query = "select no,name,nation from general where nation='$which' and level>='9'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + $genlog[0] = "$mynation[name]에서 금$gold 쌀$rice을 원조 했습니다."; + pushGenLog($gen, $genlog); + } + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【원조】$mynation[name]에서 $younation[name](으)로 물자를 지원합니다."; + $log[count($log)] = "●{$admin[month]}월:$younation[name](으)로 물자를 지원합니다. <1>$date"; + + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 경험치 상승 // 공헌도, 명성 상승 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +// $log = checkAbility($connect, $general, $log); + } + pushHistory($connect, $history); + pushGenLog($general, $log); +} + +function process_53($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select name,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,dip0,dip0_type,dip0_who,dip0_when,dip1,dip1_type,dip1_who,dip1_when,dip2,dip2_type,dip2_who,dip2_when,dip3,dip3_type,dip3_who,dip3_when,dip4,dip4_type,dip4_who,dip4_when from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 제의 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 제의 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 제의 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 제의 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name](으)로 통합 제의 서신을 보냈습니다.<1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 상대에게 발송 + //먼저 삭제된 칸 중 가장 오래된 칸 찾음 + $deleted = 4; + for($i=0; $i < 5; $i++) { + if($younation["dip{$i}"] == "") { $deleted = $i; } + } + //기존 메세지 한칸씩 뒤로 미룸 + for($i=$deleted-1; $i >=0; $i--) { + moveMsg($connect, "nation", "dip", $i+1, $younatin["dip{$i}"], $younation["dip{$i}_type"], $younation["dip{$i}_who"], $younation["dip{$i}_when"], "nation", $younation[nation]); + } + //권고 서신시 장수번호/상대국 번호 + $me = $general[no] * 10000 + $younation[nation]; + $date = date('Y-m-d H:i:s'); + $query = "update nation set dip0='{$nation[name]}의 통합 제의 서신',dip0_type='5',dip0_who='$me',dip0_when='$date' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_54($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $command = DecodeCommand($general[turn0]); + $who = $command[1]; + + $query = "select no,name,nation,history from general where no='$who'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nextruler = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + //현재 외교 진행중(통합제의중)일때 + $query = "select state from diplomacy where me='$general[nation]' and state='4'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($result); + + if($nextruler[name] == "") { + $log[count($log)] = "●{$admin[month]}월:잘못된 장수입니다. 선양 실패. <1>$date"; + } elseif($general[level] != 12) { + $log[count($log)] = "●{$admin[month]}월:군주가 아닙니다. 선양 실패. <1>$date"; + } elseif($nextruler[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:잘못된 장수입니다. 선양 실패. <1>$date"; + } elseif($dipcount != 0) { + $log[count($log)] = "●{$admin[month]}월:현재 통합 진행중입니다. 선양 실패."; + } else { + //군주 교체 + $query = "update general set level='12' where no='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 태수,군사,시중이었다면 해제 + $query = "update city set gen1='0' where gen1='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2='0' where gen2='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3='0' where gen3='$who'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set resturn='SUCCESS',level='1',experience=experience*0.7 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $history[count($history)] = "●$admin[year]년 $admin[month]월:【선양】$general[name](이)가 $nation[name]의 군주 자리를 $nextruler[name]에게 선양했습니다."; + $log[count($log)] = "●{$admin[month]}월:$nextruler[name]에게 군주의 자리를 물려줍니다. <1>$date"; + $youlog[count($youlog)] = "●{$admin[month]}월:$general[name]에게서 군주의 자리를 물려받습니다."; + + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name]의 군주자리를 $nextruler[name]에게 선양"); + $nextruler = addHistory($connect, $nextruler, "●$admin[year]년 $admin[month]월:$nation[name]의 군주자리를 물려 받음"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $nextruler[name]에게 선양"); + } + pushGenLog($general, $log); + pushGenLog($nextruler, $youlog); + pushHistory($connect, $history); +} + +function process_55($connect, &$general) { + global $_baserice; + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation from nation where name='$general[name]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + if($nationcount > 0) { $makename = _String::SubStr("$nationcount".$general[name], 0, 6); } + else { $makename = $general[name]; } + + if($general[level] != 0) { + $log[count($log)] = "●{$admin[month]}월:재야가 아닙니다. 거병 실패. <1>$date"; + } elseif($admin[year] >= $admin[startyear]+2) { + $log[count($log)] = "●{$admin[month]}월:거병 기간이 지났습니다. 거병 실패. <1>$date"; + } elseif($general[makelimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:재야가 된지 12시간이 지나야 합니다. 거병 실패. <1>$date"; + } else { + $query = "insert into nation (name, color, gold, rice, rate, bill, tricklimit, surlimit, type, gennum) values ('$makename', '330000', '0', '$_baserice', '20' ,'100', '36', '72', '0', '1')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select nation,name,history from nation where name='$makename'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $exp = 100; + $ded = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 명성 상승 + // 군주로 + // 현 국가 소속으로 + $query = "update general set resturn='SUCCESS',belong=1,level=12,nation='$nation[nation]',dedication=dedication+'$ded', experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "●{$admin[month]}월:거병에 성공하였습니다. <1>$date"; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $city[name]에서 거병하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【거병】$general[name](이)가 세력을 결성하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$city[name]에서 거병"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $city[name]에서 거병"); + + // 외교테이블 추가 + $query = "select nation from nation where nation!='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + for($i=0; $i < $nationcount; $i++) { + $younation = MYDB_fetch_array($result); + $query = "insert into diplomacy (me, you, state, term) values ('$nation[nation]', '$younation[nation]', '2', '0')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "insert into diplomacy (me, you, state, term) values ('$younation[nation]', '$nation[nation]', '2', '0')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_56($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select name from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select city from city where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + if($general[level] != 12) { + $log[count($log)] = "●{$admin[month]}월:군주가 아닙니다. <1>$date"; + } elseif($citycount != 0) { + $log[count($log)] = "●{$admin[month]}월:방랑군이 아닙니다. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:세력을 해산했습니다. <1>$date"; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 세력을 해산했습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$nation[name](을)를 해산"); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + // 수동 해산인 국가 페널티, 자금, 군량 + if($genCount > 1) { + $query = "update general set resturn='SUCCESS' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set gold=1000 where nation='$general[nation]' and gold>1000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set rice=1000 where nation='$general[nation]' and rice>1000"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //분쟁기록 모두 지움 + DeleteConflict($connect, $general[nation]); + deleteNation($connect, $general); + } + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_57($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month,killturn from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select npc,no,name,killturn,history from general where nation='$general[nation]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $ruler = MYDB_fetch_array($result); + + if($general[level] == 0) { + $log[count($log)] = "●{$admin[month]}월:재야 입니다. 모반 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부 이상만 가능합니다. 모반 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 모반 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 모반 실패. <1>$date"; + } elseif($general[level] == 12) { + $log[count($log)] = "●{$admin[month]}월:이미 군주 입니다. 모반 실패. <1>$date"; + } elseif($ruler[killturn] >= $admin[killturn]) { + $log[count($log)] = "●{$admin[month]}월:군주가 활동중입니다. 모반 실패. <1>$date"; + } elseif($ruler[npc] >= 2) { + $log[count($log)] = "●{$admin[month]}월:군주가 NPC입니다. 모반 실패. <1>$date"; + } else { + //군주 교체 + $query = "update general set resturn='SUCCESS',level='12' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 태수,군사,시중이었다면 해제 + $query = "update city set gen1='0' where gen1='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen2='0' where gen2='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update city set gen3='0' where gen3='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set level='1',experience=experience*0.7 where no='$ruler[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log[count($log)] = "●{$admin[month]}월:모반에 성공했습니다. <1>$date"; + $youlog[count($youlog)] = "●{$admin[month]}월:$general[name]에게서 군주의 자리를 뺏겼습니다."; + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 모반에 성공했습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【모반】$general[name](이)가 $nation[name]의 군주 자리를 찬탈했습니다."; + + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:모반으로 $nation[name]의 군주자리를 찬탈"); + $ruler = addHistory($connect, $ruler, "●$admin[year]년 $admin[month]월:$general[name]의 모반으로 인해 $nation[name]의 군주자리를 박탈당함"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $ruler[name]에게서 군주자리를 찬탈"); + } + pushGenLog($general, $log); + pushGenLog($ruler, $youlog); + pushAllLog($alllog); + pushHistory($connect, $history); +} + +function process_61($connect, &$general) { + global $_basegold, $_baserice; + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost,turnterm from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select gold,rice,name,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $when = $command[2]; + $which = $command[1]; + + if($when < 1) { $when = 1; } + elseif($when > 20) { $when = 20; } + + $query = "select nation,name,dip0,dip0_type,dip0_who,dip0_when,dip1,dip1_type,dip1_who,dip1_when,dip2,dip2_type,dip2_who,dip2_when,dip3,dip3_type,dip3_who,dip3_when,dip4,dip4_type,dip4_who,dip4_when from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 제의 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 제의 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 제의 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 제의 실패. <1>$date"; +// } elseif($nation[gold]-$_basegold < $admin[develcost] || $nation[rice]-$_baserice < $admin[develcost]) { +// $log[count($log)] = "●{$admin[month]}월:증정할 물자가 부족합니다. 제의 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name]으로 불가침 제의 서신을 보냈습니다.<1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 상대에게 발송 + //먼저 삭제된 칸 중 가장 오래된 칸 찾음 + $deleted = 4; + for($i=0; $i < 5; $i++) { + if($younation["dip{$i}"] == "") { $deleted = $i; } + } + //기존 메세지 한칸씩 뒤로 미룸 + for($i=$deleted-1; $i >=0; $i--) { + moveMsg($connect, "nation", "dip", $i+1, $younatin["dip{$i}"], $younation["dip{$i}_type"], $younation["dip{$i}_who"], $younation["dip{$i}_when"], "nation", $younation[nation]); + } + //권고 서신시 장수번호/상대국 번호 + $me = $general[no] * 10000 + $younation[nation]; + $type = $when * 100 + 6; + $date = date('Y-m-d H:i:s'); + $query = "update nation set dip0='{$nation[name]}의 {$when}년 불가침 제의 서신',dip0_type='$type',dip0_who='$me',dip0_when='$date' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 3턴후 + $date = addTurn($date, $admin[turnterm]); + $date = addTurn($date, $admin[turnterm]); + $date = addTurn($date, $admin[turnterm]); + //조건 표시기한 설정 + $query = "update diplomacy set showing='{$date}' where me='$general[nation]' and you='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // $admin[develcost]*10씩 차감 +// $amount = $admin[develcost]; +// $query = "update nation set gold=gold-'$amount',rice=rice-'$amount' where nation='$general[nation]'"; +// MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_62($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,history,l{$general[level]}turn0,color from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,color,history from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + $query = "select * from general where nation='$younation[nation]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $king = MYDB_fetch_array($result); + + //아국과의 관계 + $query = "select state from diplomacy where me='$nation[nation]' and you='$younation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + //대상국이 외교 진행중(합병수락중,통합수락중)일때 + $query = "select state from diplomacy where me='$younation[nation]' and (state='3' or state='5')"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 선포 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 선포 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 선포 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 선포 실패. <1>$date"; + } elseif($dip[state] == 0) { + $log[count($log)] = "●{$admin[month]}월:아국과 이미 교전중입니다. 선포 실패. <1>$date"; + } elseif($dip[state] == 1) { + $log[count($log)] = "●{$admin[month]}월:아국과 이미 선포중입니다. 선포 실패. <1>$date"; + } elseif($dip[state] == 7) { + $log[count($log)] = "●{$admin[month]}월:아국과 불가침중입니다. 선포 실패. <1>$date"; + } elseif($dipcount != 0) { + $log[count($log)] = "●{$admin[month]}월:상대국이 외교 진행중입니다. 선포 실패. <1>$date"; + } elseif(!isClose($connect, $nation[nation], $younation[nation])) { + $log[count($log)] = "●{$admin[month]}월:인접하지 않았습니다. 선포 실패. <1>$date"; + } elseif($admin['year'] <= $admin['startyear']) { + $log[count($log)] = "●{$admin[month]}월:초반제한 해제 2년전부터 가능합니다. 선포 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name]으로 선전 포고 했습니다.<1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $younation[name]선전 포고 하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【선포】$nation[name](이)가 $younation[name]에 선전 포고 하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$younation[name]에 선전 포고"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $younation[name]에 선전 포고"); + $younation = addNationHistory($connect, $younation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국에 선전 포고"); + + //외교 변경 + $query = "update diplomacy set state='1',term='24' where me='$nation[nation]' and you='$younation[nation]'"; + MYDB_query($query, $connect) or Error("ally ".MYDB_error($connect),""); + $query = "update diplomacy set state='1',term='24' where me='$younation[nation]' and you='$nation[nation]'"; + MYDB_query($query, $connect) or Error("ally ".MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국메로 저장 + $msg = "【외교】$admin[year]년 $admin[month]월:$younation[name]에 선전포고"; + $youmsg = "【외교】$admin[year]년 $admin[month]월:$nation[name]에서 선전포고"; + + PushMsg(2, $nation[nation], $general[picture], $general[imgsvr], "{$general[name]}:{$nation[name]}▶", $nation[color], $younation[name], $younation[color], $msg); + PushMsg(3, $younation[nation], $general[picture], $general[imgsvr], "{$general[name]}:{$nation[name]}▶", $nation[color], $younation[name], $younation[color], $youmsg); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_63($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select name,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,dip0,dip0_type,dip0_who,dip0_when,dip1,dip1_type,dip1_who,dip1_when,dip2,dip2_type,dip2_who,dip2_when,dip3,dip3_type,dip3_who,dip3_when,dip4,dip4_type,dip4_who,dip4_when from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 제의 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 제의 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 제의 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 제의 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name]으로 종전 제의 서신을 보냈습니다. <1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 상대에게 발송 + //먼저 삭제된 칸 중 가장 오래된 칸 찾음 + $deleted = 4; + for($i=0; $i < 5; $i++) { + if($younation["dip{$i}"] == "") { $deleted = $i; } + } + //기존 메세지 한칸씩 뒤로 미룸 + for($i=$deleted-1; $i >=0; $i--) { + moveMsg($connect, "nation", "dip", $i+1, $younatin["dip{$i}"], $younation["dip{$i}_type"], $younation["dip{$i}_who"], $younation["dip{$i}_when"], "nation", $younation[nation]); + } + //권고 서신시 장수번호/상대국 번호 + $me = $general[no] * 10000 + $younation[nation]; + $date = date('Y-m-d H:i:s'); + $query = "update nation set dip0='{$nation[name]}의 종전 제의 서신',dip0_type='7',dip0_who='$me',dip0_when='$date' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_64($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select name,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,dip0,dip0_type,dip0_who,dip0_when,dip1,dip1_type,dip1_who,dip1_when,dip2,dip2_type,dip2_who,dip2_when,dip3,dip3_type,dip3_who,dip3_when,dip4,dip4_type,dip4_who,dip4_when from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $younation = MYDB_fetch_array($result); + + if($younation[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:멸망한 국가입니다. 제의 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 제의 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 제의 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 제의 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$younation[name]으로 파기 제의 서신을 보냈습니다. <1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 상대에게 발송 + //먼저 삭제된 칸 중 가장 오래된 칸 찾음 + $deleted = 4; + for($i=0; $i < 5; $i++) { + if($younation["dip{$i}"] == "") { $deleted = $i; } + } + //기존 메세지 한칸씩 뒤로 미룸 + for($i=$deleted-1; $i >=0; $i--) { + moveMsg($connect, "nation", "dip", $i+1, $younatin["dip{$i}"], $younation["dip{$i}_type"], $younation["dip{$i}_who"], $younation["dip{$i}_when"], "nation", $younation[nation]); + } + //권고 서신시 장수번호/상대국 번호 + $me = $general[no] * 10000 + $younation[nation]; + $date = date('Y-m-d H:i:s'); + $query = "update nation set dip0='{$nation[name]}의 불가침 파기 서신',dip0_type='8',dip0_who='$me',dip0_when='$date' where nation='$younation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +// $log = checkAbility($connect, $general, $log); + } + pushGenLog($general, $log); +} + +function process_65($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select city from city where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + $query = "select nation,capital,name,surlimit,history,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation,pop,gen1,gen2,gen3 from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + //아국이 외교중(교전, 선포, 합병, 통합 // 즉 !통상, !불가침)일때 + $query = "select state from diplomacy where me='$nation[nation]' and (state!='2' and state!='7')"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipcount = MYDB_num_rows($result); + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 초토화 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 초토화 실패. <1>$date"; + } elseif($nation[capital] == $destcity[city]) { + $log[count($log)] = "●{$admin[month]}월:수도입니다. 초토화 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 초토화 실패. <1>$date"; + } elseif($destcity[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 영토가 아닙니다. 초토화 실패. <1>$date"; + } elseif($citycount <= 4) { + $log[count($log)] = "●{$admin[month]}월:더이상 물러날 수 없습니다. 초토화 실패. <1>$date"; + } elseif($dipcount != 0) { + $log[count($log)] = "●{$admin[month]}월:평시에만 가능합니다. 초토화 실패. <1>$date"; + } elseif($nation[surlimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:제한 턴이 있습니다. 초토화 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](을)를 초토화했습니다. <1>$date"; + $exp = 5; + $ded = 5; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name]초토화를 명령하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【초토화】$nation[name](이)가 $destcity[name](을)를 초토화하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name]초토화를 명령"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destcity[name]초토화를 명령"); + + //외교제한 24 + $amount = round($destcity[pop] * 0.1); + $query = "update nation set surlimit='24',gold=gold+'$amount',rice=rice+'$amount' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //직위해제 + $query = "update general set level=1 where no='$destcity[gen1]' or no='$destcity[gen2]' or no='$destcity[gen3]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //성 공백지로 + $query = "update city set pop=pop*0.1,rate=50,agri=agri*0.1,comm=comm*0.1,secu=secu*0.1,nation='0',front='0',gen1='0',gen2='0',gen3='0',conflict='',conflict2='' where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //전장수 10% 삭감 + $query = "update general set experience=experience*0.9,dedication=dedication*0.9 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_66($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,gold,rice,surlimit,history,l{$general[level]}term,l{$general[level]}turn0,capital,capset from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $dist = distance($connect, $nation[capital], 1); + $amount = $admin[develcost] * 10; + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 66) { + $term = floor($code/100) + 1; + $code = $term * 100 + 66; + } else { + $term = 1; + $code = 100 + 66; + } + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 천도 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 천도 실패. <1>$date"; + } elseif($city[supply] == 0) { + $log[count($log)] = "●{$admin[month]}월:고립된 도시입니다. 천도 실패. <1>$date"; + } elseif($destcity[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 영토가 아닙니다. 천도 실패. <1>$date"; + } elseif($dist[$destcity[city]] != 1) { + $log[count($log)] = "●{$admin[month]}월:인접도시가 아닙니다. 천도 실패. <1>$date"; + } elseif($nation[capset] == 1) { + $log[count($log)] = "●{$admin[month]}월:다음 분기에 가능합니다. 천도 실패. <1>$date"; + } elseif($nation[gold]-$_basegold < $amount || $nation[rice]-$_baserice < $amount) { + $log[count($log)] = "●{$admin[month]}월:물자가 부족합니다. 천도 실패. <1>$date"; + } elseif($term < 3) { + $log[count($log)] = "●{$admin[month]}월:천도중... ({$term}/3) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](으)로 천도했습니다. <1>$date"; + $exp = 15; + $ded = 15; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name](으)로 천도를 명령하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【천도】$nation[name](이)가 $destcity[name](으)로 천도하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name](으)로 천도 명령"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destcity[name](으)로 천도 명령"); + + //수도 변경 + $query = "update nation set l{$general[level]}term='0',capital='$destcity[city]',capset='1',gold=gold-'$amount',rice=rice-'$amount' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_67($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,gold,rice,surlimit,history,l{$general[level]}term,l{$general[level]}turn0,capital,capset from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation,level from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $amount = $admin[develcost] * 500 + 60000; // 7만~13만 + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 67) { + $term = floor($code/100) + 1; + $code = $term * 100 + 67; + } else { + $term = 1; + $code = 100 + 67; + } + + if($nation[capital] != $general[city]) { + $log[count($log)] = "●{$admin[month]}월:수도에서 실행해야 합니다. 증축 실패. <1>$date"; + } elseif($nation[capital] != $destcity[city]) { + $log[count($log)] = "●{$admin[month]}월:수도만 가능합니다. 증축 실패. <1>$date"; + } elseif($destcity[level] <= 3) { + $log[count($log)] = "●{$admin[month]}월:수진, 진, 관문은 불가능합니다. 증축 실패. <1>$date"; + } elseif($destcity[level] >= 8) { + $log[count($log)] = "●{$admin[month]}월:더이상 증축할 수 없습니다. 증축 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 증축 실패. <1>$date"; + } elseif($nation[capset] == 1) { + $log[count($log)] = "●{$admin[month]}월:다음 분기에 가능합니다. 증축 실패. <1>$date"; + } elseif($nation[gold]-$_basegold < $amount || $nation[rice]-$_baserice < $amount) { + $log[count($log)] = "●{$admin[month]}월:물자가 부족합니다. 증축 실패. <1>$date"; + } elseif($term < 6) { + $log[count($log)] = "●{$admin[month]}월:증축중... ({$term}/6) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](을)를 증축했습니다. <1>$date"; + $exp = 5 * 6; + $ded = 5 * 6; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name](을)를 증축하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【증축】$nation[name](이)가 $destcity[name](을)를 증축하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name](을)를 증축"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destcity[name](을)를 증축"); + + //물자 감소 + $query = "update nation set l{$general[level]}term='0',capset='1',gold=gold-'$amount',rice=rice-'$amount' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //수도 증축 + $query = "update city set upgrading=upgrading+1,level=level+1,pop2=pop2+100000,agri2=agri2+2000,comm2=comm2+2000,def2=def2+2000,wall2=wall2+2000,secu2=secu2+2000 where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_68($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,gold,rice,surlimit,history,l{$general[level]}term,l{$general[level]}turn0,capital,capset from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation,level,pop,agri,comm,def,wall,secu,upgrading from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $amount = $admin[develcost] * 500 + 30000; // 4만~10만 + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 68) { + $term = floor($code/100) + 1; + $code = $term * 100 + 68; + } else { + $term = 1; + $code = 100 + 68; + } + + if($nation[capital] != $general[city]) { + $log[count($log)] = "●{$admin[month]}월:수도에서 실행해야 합니다. 감축 실패. <1>$date"; + } elseif($nation[capital] != $destcity[city]) { + $log[count($log)] = "●{$admin[month]}월:수도만 가능합니다. 감축 실패. <1>$date"; + } elseif($destcity[level] <= 3) { + $log[count($log)] = "●{$admin[month]}월:수진, 진, 관문은 불가능합니다. 감축 실패. <1>$date"; + } elseif($destcity[level] <= 6) { + $log[count($log)] = "●{$admin[month]}월:더이상 감축할 수 없습니다. 감축 실패. <1>$date"; + } elseif($destcity[upgrading] <= 0) { + $log[count($log)] = "●{$admin[month]}월:증축된 도시가 아닙니다. 감축 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 감축 실패. <1>$date"; + } elseif($nation[capset] == 1) { + $log[count($log)] = "●{$admin[month]}월:다음 분기에 가능합니다. 감축 실패. <1>$date"; +// } elseif($nation[gold]-$_basegold < $amount || $nation[rice]-$_baserice < $amount) { +// $log[count($log)] = "●{$admin[month]}월:물자가 부족합니다. 감축 실패. <1>$date"; + } elseif($term < 6) { + $log[count($log)] = "●{$admin[month]}월:감축중... ({$term}/6) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:$destcity[name](을)를 감축했습니다. <1>$date"; + $exp = 5 * 6; + $ded = 5 * 6; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name](을)를 감축하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【감축】$nation[name](이)가 $destcity[name](을)를 감축하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name](을)를 감축"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destcity[name](을)를 감축"); + + //물자 증가 + $query = "update nation set l{$general[level]}term='0',capset='1',gold=gold+'$amount',rice=rice+'$amount' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $pop = $destcity[pop] - 100000; + $agri = $destcity[agri] - 2000; + $comm = $destcity[comm] - 2000; + $def = $destcity[def] - 2000; + $wall = $destcity[wall] - 2000; + $secu = $destcity[secu] - 2000; + if($pop < 30000) { $pop = 30000; } + if($agri < 0) { $agri = 0; } + if($comm < 0) { $comm = 0; } + if($def < 0) { $def = 0; } + if($wall < 0) { $wall = 0; } + if($secu < 0) { $secu = 0; } + //수도 감축 + $query = "update city set upgrading=upgrading-1,level=level-1,pop2=pop2-100000,agri2=agri2-2000,comm2=comm2-2000,def2=def2-2000,wall2=wall2-2000,secu2=secu2-2000,pop='$pop',agri='$agri',comm='$comm',def='$def',wall='$wall',secu='$secu' where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_71($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select no from diplomacy where me='$general[nation]' and state=0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 10); + //if($term2 == 0) { $term2 = 1; } + $term2 = 3; + $term3 = round(sqrt($genCount*8)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 71) { + $term = floor($code/100) + 1; + $code = $term * 100 + 71; + } else { + $term = 1; + $code = 100 + 71; + } + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 필사즉생 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 필사즉생 실패. <1>$date"; + } elseif($dipCount == 0) { + $log[count($log)] = "●{$admin[month]}월:전쟁중이 아닙니다. 필사즉생 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 필사즉생 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:필사즉생 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:필사즉생 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 필사즉생(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 필사즉생(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 필사즉생(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 필사즉생(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:필사즉생(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 필사즉생(을)를 발동"); + + //전장수 훈사100 + $query = "update general set atmos=100,train=100 where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_72($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select no from diplomacy where me='$general[nation]' and state=0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipCount = MYDB_num_rows($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 20); + //if($term2 == 0) { $term2 = 1; } + $term2 = 1; + $term3 = round(sqrt($genCount*4)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 72) { + $term = floor($code/100) + 1; + $code = $term * 100 + 72; + } else { + $term = 1; + $code = 100 + 72; + } + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 백성동원 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 백성동원 실패. <1>$date"; + } elseif($dipCount == 0) { + $log[count($log)] = "●{$admin[month]}월:전쟁중이 아닙니다. 백성동원 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 백성동원 실패. <1>$date"; + } elseif($destcity[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국 도시만 가능합니다. 백성동원 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:백성동원 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:백성동원 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destcity[name]백성동원(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name]백성동원(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]백성동원(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]백성동원(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name]백성동원(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destcity[name]백성동원(을)를 발동"); + + //도시 성수 80% + $query = "update city set def=def2*0.8,wall=wall2*0.8 where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_73($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where nation='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 20); + //if($term2 == 0) { $term2 = 1; } + $term2 = 3; + $term3 = round(sqrt($genCount*4)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 73) { + $term = floor($code/100) + 1; + $code = $term * 100 + 73; + } else { + $term = 1; + $code = 100 + 73; + } + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 수몰 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 수몰 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. 수몰 실패. <1>$date"; + } elseif($destcity[nation] == $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:대상도시가 아국입니다. 수몰 실패. <1>$date"; + } elseif($dip[state] > 0) { + $log[count($log)] = "●{$admin[month]}월:전쟁중인 상대국에만 가능합니다. 수몰 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 수몰 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:수몰 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:수몰 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destcity[name]수몰(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + + $query = "select no,name from general where nation='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$destcity[name]수몰이 발동되었습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name]수몰(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]수몰(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]수몰(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name]수몰(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destnation[name]$destcity[name]수몰(을)를 발동"); + $destnation = addNationHistory($connect, $destnation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국의 $destcity[name]수몰(을)를 발동"); + + //도시 성수 80% 감소 + $query = "update city set def=def*0.2,wall=wall*0.2 where city='$destcity[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_74($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select city,name,nation from city where city='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destcity = MYDB_fetch_array($result); + + $query = "select nation,name,history from nation where nation='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destcity[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 20); + //if($term2 == 0) { $term2 = 1; } + $term2 = 2; + $term3 = round(sqrt($genCount*4)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 74) { + $term = floor($code/100) + 1; + $code = $term * 100 + 74; + } else { + $term = 1; + $code = 100 + 74; + } + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 허보 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 허보 실패. <1>$date"; + } elseif($destcity[nation] == 0) { + $log[count($log)] = "●{$admin[month]}월:공백지입니다. 허보 실패. <1>$date"; + } elseif($destcity[nation] == $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:대상도시가 아국입니다. 허보 실패. <1>$date"; + } elseif($dip[state] > 1) { + $log[count($log)] = "●{$admin[month]}월:선포,전쟁중인 상대국에만 가능합니다. 허보 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 허보 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:허보 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:허보 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destcity[name]허보(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destcity[name]허보(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]허보(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destcity[name]허보(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destcity[name]허보(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destnation[name]$destcity[name]허보(을)를 발동"); + $destnation = addNationHistory($connect, $destnation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국의 $destcity[name]허보(을)를 발동"); + + //상대국 도시 전부 검색 + $query = "select city from city where nation='$destcity[nation]' and supply=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + for($i=0; $i < $cityCount; $i++) { + $dCity = MYDB_fetch_array($result); + $citys[$i] = $dCity[city]; + } + //상대국 유저 랜덤 배치 + $query = "select no,name from general where nation='$destcity[nation]' and city='$destcity[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + $opplog[0] = "●상대국의 허보에 당했다! <1>$date"; + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $selCity = $citys[rand() % $cityCount]; + //현재도시이면 한번 다시 랜덤추첨 + if($selCity == $destcity[city]) { $selCity = $citys[rand() % $cityCount]; } + + $query = "update general set city={$selCity} where no='$gen[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($gen, $opplog); + } + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_75($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,history from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + $query = "select state from diplomacy where me='$general[nation]' and you='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 40); + //if($term2 == 0) { $term2 = 1; } + $term2 = 3; + $term3 = round(sqrt($genCount*2)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 75) { + $term = floor($code/100) + 1; + $code = $term * 100 + 75; + } else { + $term = 1; + $code = 100 + 75; + } + + if(!$destnation) { + $log[count($log)] = "●{$admin[month]}월:없는 국가입니다. 피장파장 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 피장파장 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 피장파장 실패. <1>$date"; + } elseif($dip[state] > 1) { + $log[count($log)] = "●{$admin[month]}월:선포,전쟁중인 상대국에만 가능합니다. 피장파장 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 피장파장 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:피장파장 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:피장파장 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destnation[name]피장파장(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + + $query = "select no,name from general where nation='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "●아국에 피장파장이 발동되었습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destnation[name]피장파장(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]피장파장(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]피장파장(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destnation[name]피장파장(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destnation[name]피장파장(을)를 발동"); + $destnation = addNationHistory($connect, $destnation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국에 피장파장(을)를 발동"); + + //전략기한+60 + $query = "update nation set tricklimit=tricklimit+60 where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한, 최소72 + if($term3 < 72) { $term3 = 72; } + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_76($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select startyear,year,month,develcost,npccount,turnterm from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + //$term2 = round($genCount / 10); + //if($term2 == 0) { $term2 = 1; } + $term2 = 3; + $term3 = round(sqrt($genCount*10)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 76) { + $term = floor($code/100) + 1; + $code = $term * 100 + 76; + } else { + $term = 1; + $code = 100 + 76; + } + + if($admin[year] < $admin[startyear]+3) { + $log[count($log)] = "●{$admin[month]}월:현재 초반 제한중입니다. 의병모집 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 의병모집 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 의병모집 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 의병모집 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:의병모집 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:의병모집 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 의병모집(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 의병모집(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 의병모집(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 의병모집(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:의병모집(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 의병모집(을)를 발동"); + + $query = "select avg(gennum) as gennum from nation"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $avgNation = MYDB_fetch_array($result); + $gencount = 5 + round($avgNation[gennum] / 10); + + $query = "select avg(age) as age, max(leader+power+intel) as lpi, avg(dedication) as ded,avg(experience) as exp, avg(dex0) as dex0, avg(dex10) as dex10, avg(dex20) as dex20, avg(dex30) as dex30, avg(dex40) as dex40 from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $avgGen = MYDB_fetch_array($result); + + //의병추가 + $npc = 4; + $npcid = $admin[npccount]; + for($i=0; $i < $gencount; $i++) { + // 무장 40%, 지장 40%, 무지장 20% + $type = rand() % 10; + switch($type) { + case 0: case 1: case 2: case 3: + $leader = 65 + rand()%11; + $intel = 10 + rand()%6; + $power = 150 - $leader - $intel; + break; + case 4: case 5: case 6: case 7: + $leader = 65 + rand()%11; + $power = 10 + rand()%6; + $intel = 150 - $leader - $power; + break; + case 8: case 9: + $leader = 10 + rand()%6; + $power = 65 + rand()%11; + $intel = 150 - $leader - $power; + break; + } + // 국내 최고능치 기준으로 랜덤성 스케일링 + if($avgGen[lpi] > 210) { + $leader = round($leader * $avgGen[lpi] / 150 * (60+rand()%31)/100); + $power = round($power * $avgGen[lpi] / 150 * (60+rand()%31)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (60+rand()%31)/100); + } elseif($avgGen[lpi] > 180) { + $leader = round($leader * $avgGen[lpi] / 150 * (75+rand()%21)/100); + $power = round($power * $avgGen[lpi] / 150 * (75+rand()%21)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (75+rand()%21)/100); + } else { + $leader = round($leader * $avgGen[lpi] / 150 * (90+rand()%11)/100); + $power = round($power * $avgGen[lpi] / 150 * (90+rand()%11)/100); + $intel = round($intel * $avgGen[lpi] / 150 * (90+rand()%11)/100); + } + $over1 = 0; + $over2 = 0; + $over3 = 0; + // 너무 높은 능치는 다른 능치로 분산 + if($leader > 90) { + $over1 = rand() % ($leader - 90) + 5; + $leader -= $over1; + } + if($power > 90) { + $over2 = rand() % ($power - 90) + 5; + $power -= $over2; + } + if($intel > 90) { + $over3 = rand() % ($intel - 90) + 5; + $intel -= $over3; + } + // 낮은 능치쪽으로 합산 + if($type == 0) { + $intel = $intel + $over1 + $over2 + $over3; + } else { + $power = $power + $over1 + $over2 + $over3; + } + // 너무 높은 능치는 제한 + if($leader > 95) { + $leader = 95; + } + if($power > 95) { + $power = 95; + } + if($intel > 95) { + $intel = 95; + } + + $npccount = 10000 + $npcid; + $npcmatch = rand() % 150 + 1; + $genid = "gen{$npccount}"; + $pw = md5("18071807"); + $name = "ⓖ의병장{$npcid}"; + $picture = 'default.jpg'; + $turntime = getRandTurn($admin[turnterm]); + $personal = rand() % 10; + $bornyear = $admin[year]; + $deadyear = $admin[year] + 3; + $killturn = 64 + rand()%7; + + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation, + city,leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos,tnmt, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit,bornyear,deadyear, + dex0, dex10, dex20, dex30, dex40 + ) values ( + '$npccount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation[nation]', + '$general[city]','$leader','$power','$intel','$avgGen[exp]','$avgGen[ded]', + '1','100','100','0','0','0','0','0', + '0','0','0','$turntime','$killturn','$avgGen[age]','1','$personal','0','0','0','0','', + '0','$bornyear','$deadyear', + '$avgGen[dex0]','$avgGen[dex10]','$avgGen[dex20]','$avgGen[dex30]','$avgGen[dex40]' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); + + $npcid++; + } + //npccount + $query = "update game set npccount={$npcid} where no='1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //국가 기술력 그대로 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $gennum = $gencount; + if($gencount < 10) $gencount = 10; + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한, 국가 기술력 그대로 + $query = "update nation set tricklimit={$term3},totaltech=tech*'$gencount',gennum='$gennum' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_77($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,history from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + $query = "select state,term from diplomacy where me='$general[nation]' and you='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + $term2 = 1; + $term3 = round(sqrt($genCount*16)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 77) { + $term = floor($code/100) + 1; + $code = $term * 100 + 77; + } else { + $term = 1; + $code = 100 + 77; + } + + if(!$destnation) { + $log[count($log)] = "●{$admin[month]}월:없는 국가입니다. 이호경식 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 이호경식 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 이호경식 실패. <1>$date"; + } elseif($dip[state] > 1) { + $log[count($log)] = "●{$admin[month]}월:선포,전쟁중인 상대국에만 가능합니다. 이호경식 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 이호경식 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:이호경식 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:이호경식 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destnation[name]이호경식(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + + $query = "select no,name from general where nation='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "●아국에 이호경식이 발동되었습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destnation[name]이호경식(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]이호경식(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]이호경식(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destnation[name]이호경식(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destnation[name]이호경식(을)를 발동"); + $destnation = addNationHistory($connect, $destnation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국에 이호경식(을)를 발동"); + + //선포+3개월 + if($dip[state] == 0) { + $query = "update diplomacy set state=1,term=3 where (me='$general[nation]' and you='$destnation[nation]') or (you='$general[nation]' and me='$destnation[nation]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update diplomacy set term=term+3 where (me='$general[nation]' and you='$destnation[nation]') or (you='$general[nation]' and me='$destnation[nation]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_78($connect, &$general) { + global $_basegold, $_baserice; + + $date = substr($general[turntime],11,5); + + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation,supply from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + + $query = "select nation,name,history from nation where nation='$which'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + $query = "select state,term from diplomacy where me='$general[nation]' and you='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dip = MYDB_fetch_array($result); + + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + if($genCount < 10) { $genCount = 10; } + + $term2 = 1; + $term3 = round(sqrt($genCount*16)*10); + + $code = $nation["l{$general[level]}term"]; + if($code%100 == 78) { + $term = floor($code/100) + 1; + $code = $term * 100 + 78; + } else { + $term = 1; + $code = 100 + 78; + } + + if(!$destnation) { + $log[count($log)] = "●{$admin[month]}월:없는 국가입니다. 급습 실패. <1>$date"; + } elseif($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 급습 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 급습 실패. <1>$date"; + } elseif($dip[state] != 1) { + $log[count($log)] = "●{$admin[month]}월:선포중인 상대국에만 가능합니다. 급습 실패. <1>$date"; + } elseif($dip[term] < 12) { + $log[count($log)] = "●{$admin[month]}월:선포 12개월 이상인 상대국에만 가능합니다. 급습 실패. <1>$date"; + } elseif($nation[tricklimit] > 0) { + $log[count($log)] = "●{$admin[month]}월:전략기한이 남았습니다. 급습 실패. <1>$date"; + } elseif($term < $term2) { + $log[count($log)] = "●{$admin[month]}월:급습 수행중... ({$term}/{$term2}) <1>$date"; + + $query = "update nation set l{$general[level]}term={$code} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $log[count($log)] = "●{$admin[month]}월:급습 발동! <1>$date"; + $exp = 5 * $term2; + $ded = 5 * $term2; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "$general[name](이)가 $destnation[name]급습(을)를 발동하였습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + + $query = "select no,name from general where nation='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $alllog[0] = "●아국에 급습이 발동되었습니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $alllog); + } + +// $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 $destnation[name]급습(을)를 발동하였습니다."; +// $history[count($history)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]급습(을)를 발동하였습니다."; + $tricklog[count($tricklog)] = "●$admin[year]년 $admin[month]월:【전략】$nation[name](이)가 $destnation[name]급습(을)를 발동하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:$destnation[name]급습(을)를 발동"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 $destnation[name]급습(을)를 발동"); + $destnation = addNationHistory($connect, $destnation, "●$admin[year]년 $admin[month]월:$nation[name]$general[name](이)가 아국에 급습(을)를 발동"); + + //선포-3개월 + $query = "update diplomacy set term=term-3 where (me='$general[nation]' and you='$destnation[nation]') or (you='$general[nation]' and me='$destnation[nation]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 국가보정 + if($nation[type] == 11) { $term3 = round($term3 / 2); } + if($nation[type] == 12) { $term3 = $term3 * 2; } + + //전략기한 + $query = "update nation set tricklimit={$term3} where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + +// pushHistory($connect, $history); +// pushAllLog($alllog); + pushTrickLog($connect, $tricklog); + pushGenLog($general, $log); +} + +function process_81($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select nation from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + + $query = "select nation,colset,name,type,tricklimit,history,l{$general[level]}term,l{$general[level]}turn0 from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $command = DecodeCommand($nation["l{$general[level]}turn0"]); + $which = $command[1]; + $colors = GetNationColors(); + if($which >= count($colors)) { $which = 0; } + $color = $colors[$which]; + + if($city[nation] != $general[nation]) { + $log[count($log)] = "●{$admin[month]}월:아국이 아닙니다. 국기변경 실패. <1>$date"; + } elseif($general[level] < 5) { + $log[count($log)] = "●{$admin[month]}월:수뇌부가 아닙니다. 국기변경 실패. <1>$date"; + } elseif($nation[colset] <= 0) { + $log[count($log)] = "●{$admin[month]}월:더이상 변경이 불가능합니다. 국기변경 실패. <1>$date"; + } else { + $log[count($log)] = "●{$admin[month]}월:국기를 변경합니다. <1>$date"; + $exp = 10; + $ded = 10; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + $query = "select no,name from general where nation='$general[nation]' and no!='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cnt = MYDB_num_rows($result); + $genlog[0] = "$general[name](이)가 국기를 변경합니다."; + for($i=0; $i < $cnt; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + } + + $alllog[count($alllog)] = "●{$admin[month]}월:$general[name](이)가 국기를 변경하였습니다."; + $history[count($history)] = "●$admin[year]년 $admin[month]월:【국기변경】$nation[name](이)가 국기를 변경하였습니다."; + $general = addHistory($connect, $general, "●$admin[year]년 $admin[month]월:국기를 변경"); + $nation = addNationHistory($connect, $nation, "●$admin[year]년 $admin[month]월:$general[name](이)가 국기를 변경"); + + //국기변경 + $query = "update nation set color='$color',colset=colset-1 where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //경험치, 공헌치 + $query = "update general set dedication=dedication+'$ded',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + pushHistory($connect, $history); + pushAllLog($alllog); + pushGenLog($general, $log); +} + +function process_99($connect, &$general) { + $date = substr($general[turntime],11,5); + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $log[count($log)] = "●{$admin[month]}월:아직 구현되지 않았습니다. <1>$date"; + + $exp = 100; + + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + $ded = CharDedication($ded, $general[personal]); + + // 명성 상승 + $query = "update general set experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($general, $log); +} + +?> diff --git a/che_close/func_string.php b/che_close/func_string.php new file mode 100644 index 00000000..d395c097 --- /dev/null +++ b/che_close/func_string.php @@ -0,0 +1,304 @@ += 22) { $str = "{$str}"; } + + return $str; +} + +function unfont($str) { + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("", "", $str); + return $str; +} + +function SQ2DQ($str) { + return str_replace("'", "'", $str); +} + +function Tag2Code($str) { +// return htmlspecialchars(nl2br(str_replace(" ", " ", $str))); +// $str = str_replace("&", "&", $str); + $str = str_replace("'", "'", $str); + $str = str_replace("\"", """, $str); + $str = str_replace("<", "<", $str); + $str = str_replace(">", ">", $str); +// $str = str_replace(" ", " ", $str); +// return htmlspecialchars(nl2br($str)); + return nl2br($str); +} + +function BadTag2Code($str) { + $str = str_replace("= 0xf0) { + $len++; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $i += 2; + } else { + $len++; + $i += 1; + } + } + return $len; + } + + public static function SubStr($str, $s, $l=1000) { + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; + $len = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + } + if($isSet == 1 && $len-$s >= $l) { + $endByte = $i; + break; + } + + if($code >= 0xf0) { + $len++; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $i += 2; + } else { + $len++; + $i += 1; + } + } + $str = substr($str, $startByte, $endByte-$startByte); + return $str; + } + + public static function SubStrForWidth($str, $s, $w) { + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; $last = 0; + $len = 0; + $width = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + $width = 0; + } + if($isSet == 1 && $width == $w) { + $endByte = $i; + break; + } + if($isSet == 1 && $width > $w) { + $endByte = $i - $last; + break; + } + + if($code >= 0xf0) { + $len++; + $width += 2; + $last = 4; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $width += 2; + $last = 3; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $width += 2; + $last = 2; + $i += 2; + } else { + $len++; + $width += 1; + $last = 1; + $i += 1; + } + } + $str = substr($str, $startByte, $endByte-$startByte); + return $str; + } + + public static function CutStrForWidth($str, $s, $w, $ch='..') { + $isCut = 0; + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; $last = 0; + $len = 0; + $width = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + $width = 0; + } + if($isSet == 1 && $width >= $w) { + $endByte = $i - $last; + $isCut = 1; + break; + } + + if($code >= 0xf0) { + $len++; + $width += 2; + $last = 4; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $width += 2; + $last = 3; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $width += 2; + $last = 2; + $i += 2; + } else { + $len++; + $width += 1; + $last = 1; + $i += 1; + } + } + if($isCut != 0) { + $str = substr($str, $startByte, $endByte-$startByte) . $ch; + } + return $str; + } + + //중간정렬 + function Fill($str, $maxsize, $ch) { + $size = strlen($str); + + $count = ($maxsize - $size) / 2; + + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + $string = $string.$str; + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + return $string; + } + + //우측정렬 + function Fill2($str, $maxsize, $ch='0') { + $size = strlen($str); + + $count = ($maxsize - $size); + + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + $string = $string.$str; + + return $string; + } + + public static function EscapeTag($str) { + $str = htmlspecialchars($str); + $str = str_replace("\r\n", "
", $str); + $str = str_replace("\n", "
", $str); +// return nl2br(htmlspecialchars($str)); +// return htmlspecialchars($str); + return $str; + } + + public static function NoSpecialCharacter($str) { + $str = str_replace(" ", "", $str); + $str = str_replace("\"", "", $str); + $str = str_replace("'", "", $str); + $str = str_replace("ⓝ", "", $str); + $str = str_replace("ⓜ", "", $str); + $str = str_replace("ⓖ", "", $str); + $str = str_replace("\\", "", $str); + $str = str_replace("/", "", $str); + $str = str_replace("`", "", $str); + $str = str_replace("-", "", $str); + $str = str_replace("=", "", $str); + $str = str_replace("[", "", $str); + $str = str_replace("]", "", $str); + $str = str_replace(";", "", $str); + $str = str_replace(",", "", $str); + $str = str_replace(".", "", $str); + $str = str_replace("~", "", $str); + $str = str_replace("!", "", $str); + $str = str_replace("@", "", $str); + $str = str_replace("#", "", $str); + $str = str_replace("$", "", $str); + $str = str_replace("%", "", $str); + $str = str_replace("^", "", $str); + $str = str_replace("&", "", $str); + $str = str_replace("*", "", $str); + $str = str_replace("(", "", $str); + $str = str_replace(")", "", $str); + $str = str_replace("_", "", $str); + $str = str_replace("+", "", $str); + $str = str_replace("|", "", $str); + $str = str_replace("{", "", $str); + $str = str_replace("}", "", $str); + $str = str_replace(":", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("<", "", $str); + $str = str_replace(">", "", $str); + $str = str_replace("?", "", $str); + $str = str_replace(" ", "", $str); + return $str; + } +} + +?> diff --git a/che_close/func_tournament.php b/che_close/func_tournament.php new file mode 100644 index 00000000..3fea1d09 --- /dev/null +++ b/che_close/func_tournament.php @@ -0,0 +1,993 @@ += 0) { + switch($admin[tnmt_auto]) { + case 1: $unit = 720; break; + case 2: $unit = 420; break; + case 3: $unit = 180; break; + case 4: $unit = 60; break; + case 5: $unit = 30; break; + case 6: $unit = 15; break; + case 7: $unit = 5; break; + } + + //업데이트 횟수 + $iter = floor($admin[offset] / $unit) + 1; + + for($i=0; $i < $iter; $i++) { + switch($tnmt) { + case 1: //신청 마감 + fillLowGenAll($connect); + $tnmt = 2; $phase = 0; + break; + case 2: //예선중 + qualify($connect, $type, $tnmt, $phase); $phase++; + if($phase >= 56) { $tnmt = 3; $phase = 0; } + break; + case 3: //추첨중 + selectionAll($connect, $type, $tnmt, $phase); $phase+=8; + if($phase >= 32) { $tnmt = 4; $phase = 0; } + break; + case 4: //본선중 + finally($connect, $type, $tnmt, $phase); $phase++; + if($phase >= 6) { $tnmt = 5; $phase = 0; } + break; + case 5: //배정중 + final16set($connect); + $tnmt = 6; $phase = 0; + break; + case 6: //베팅중 + $tnmt = 7; $phase = 0; + break; + case 7: //16강중 + finalFight($connect, $type, $tnmt, $phase, 16); $phase++; + if($phase >= 8) { $tnmt = 8; $phase = 0; } + break; + case 8: //8강중 + finalFight($connect, $type, $tnmt, $phase, 8); $phase++; + if($phase >= 4) { $tnmt = 9; $phase = 0; } + break; + case 9: //4강중 + finalFight($connect, $type, $tnmt, $phase, 4); $phase++; + if($phase >= 2) { $tnmt = 10; $phase = 0; } + break; + case 10: //결승중 + finalFight($connect, $type, $tnmt, $phase, 2); + $tnmt = 0; $phase = 0; + setGift($connect, $type, $tnmt, $phase); + $i = $iter; + break; + } + + //베팅은 무조건 60페이즈후 진행(최대 1시간) + if($tnmt == 6) { + $betTerm = $unit * 60; + if($betTerm > 3600) { $betTerm = 3600; } + //처리 초 더한 날짜 + $dt = date("Y-m-d H:i:s", strtotime($admin[tnmt_time]) + $unit * $i + $betTerm); + $query = "update game set tournament='$tnmt',phase='$phase',tnmt_time='$dt' where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; + } + + if($admin[tnmt_auto] == 1) { + //처리 초 더한 날짜 + $dt = date("Y-m-d H:i:s", strtotime($admin[tnmt_time]) + $unit * $i); + $hr = substr($dt, 11, 2); + //지정시간대 넘어가면 중단 20~24시 + if($hr < 20) { + $dt = substr($dt, 0, 11)."20:00:00"; + $query = "update game set tournament='$tnmt',phase='$phase',tnmt_time='$dt' where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + return; + } + } + } + + $second = $unit * $iter; + $query = "update game set tournament='$tnmt',phase='$phase',tnmt_time=DATE_ADD(tnmt_time, INTERVAL {$second} SECOND) where no=1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function getTournamentTerm($connect) { + $query = "select tnmt_auto from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + switch($admin[tnmt_auto]) { + case 1: $str = "경기당 12분"; break; + case 2: $str = "경기당 7분"; break; + case 3: $str = "경기당 3분"; break; + case 4: $str = "경기당 1분"; break; + case 5: $str = "경기당 30초"; break; + case 6: $str = "경기당 15초"; break; + case 7: $str = "경기당 5초"; break; + } + return $str; +} + +function getTournamentTime($connect) { + $query = "select tournament,tnmt_time from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $tnmt = $admin[tournament]; + $dt = substr($admin[tnmt_time], 11, 5); + switch($tnmt) { + case 1: $tnmt = "개막시간 {$dt}"; break; + case 2: $tnmt = "다음경기 {$dt}"; break; + case 3: $tnmt = "다음추첨 {$dt}"; break; + case 4: $tnmt = "다음경기 {$dt}"; break; + case 5: $tnmt = "16강배정 {$dt}"; break; + case 6: $tnmt = "베팅마감 {$dt}"; break; + case 7: case 8: case 9: case 10: + $tnmt = "다음경기 {$dt}"; break; + default: $tnmt = ""; break; + } + return $tnmt; +} + +function getTournament($tnmt) { + switch($tnmt) { + case 0: $tnmt = "경기 없음"; break; + case 1: $tnmt = "참가 모집중"; break; + case 2: $tnmt = "예선 진행중"; break; + case 3: $tnmt = "본선 추첨중"; break; + case 4: $tnmt = "본선 진행중"; break; + case 5: $tnmt = "16강 배정중"; break; + case 6: $tnmt = "베팅 진행중"; break; + case 7: $tnmt = "16강 진행중"; break; + case 8: $tnmt = "8강 진행중"; break; + case 9: $tnmt = "4강 진행중"; break; + case 10: $tnmt = "결승 진행중"; break; + } + return $tnmt; +} + +function printRow($k, $npc, $name, $abil, $game, $win, $draw, $lose, $gd, $gl, $prmt) { + if($prmt > 0) { $name = "".$name.""; } + elseif($npc >= 2) { $name = "".$name.""; } + elseif($npc == 1) { $name = "".$name.""; } + echo "$k$name$abil$game$win$draw$lose$gd$gl"; +} + +function printFightLog($group) { + $fp = @fopen("logs/fight{$group}.txt", "r"); + $file = @fread($fp, 3000); + @fclose($fp); + $log = explode("\r\n", $file); + $str = ""; + for($i=0; $i < count($log); $i++) { $str .= ConvertLog($log[$i], 1)."
"; } + return substr($str, 0, -4); +} + +function pushFightLog($group, $log) { + $fp = fopen("logs/fight{$group}.txt", "w"); + $size = count($log); + for($i=0; $i < $size; $i++) { + fwrite($fp, $log[$i]."\r\n"); + } + fclose($fp); +} + +function printFighting($tournament, $phase) { + $code = $tournament * 100 + $phase; + if($code == 0) { + echo ""; + echo " "; + echo " "; + echo " "; + echo "".printFightLog(50).""; + echo " "; + echo " "; + echo " "; + echo " "; + echo ""; + } elseif($code <= 300) { + echo ""; + for($i=0; $i < 8; $i++) { + echo "".printFightLog($i).""; + } + echo ""; + } elseif($code < 400) { + } elseif($code <= 500) { + echo ""; + for($i=10; $i < 18; $i++) { + echo "".printFightLog($i).""; + } + echo ""; + } elseif($code < 700) { + } elseif($code <= 800) { + echo ""; + for($i=20; $i < 28; $i++) { + echo "".printFightLog($i).""; + } + echo ""; + } elseif($code <= 900) { + echo ""; + for($i=30; $i < 34; $i++) { + echo " "; + echo "".printFightLog($i).""; + } + echo ""; + } elseif($code <= 1000) { + echo ""; + for($i=40; $i < 42; $i++) { + echo " "; + echo " "; + echo "".printFightLog($i).""; + echo " "; + } + echo ""; + } +} + +function startTournament($connect, $auto, $type) { + for($i=0; $i < 8; $i++) { + @unlink("logs/fight{$i}.txt"); + @unlink("logs/fight1{$i}.txt"); + @unlink("logs/fight2{$i}.txt"); + @unlink("logs/fight3{$i}.txt"); + @unlink("logs/fight4{$i}.txt"); + @unlink("logs/fight5{$i}.txt"); + } + + switch($auto) { + case 1: $unit = 60; break; + case 2: $unit = 60; break; + case 3: $unit = 60; break; + case 4: $unit = 60; break; + case 5: $unit = 30; break; + case 6: $unit = 15; break; + case 7: $unit = 5; break; + default:$unit = 60; break; + } + + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "update game set tnmt_auto='$auto',tnmt_time=DATE_ADD(now(), INTERVAL {$unit} MINUTE),tournament=1,tnmt_type='$type',phase=0,bet0=0,bet1=0,bet2=0,bet3=0,bet4=0,bet5=0,bet6=0,bet7=0,bet8=0,bet9=0,bet10=0,bet11=0,bet12=0,bet13=0,bet14=0,bet15=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set tournament=0,bet0=0,bet1=0,bet2=0,bet3=0,bet4=0,bet5=0,bet6=0,bet7=0,bet8=0,bet9=0,bet10=0,bet11=0,bet12=0,bet13=0,bet14=0,bet15=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "truncate tournament"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + switch($type) { + case 0: $history[0] = "◆{$admin['year']}년 {$admin['month']}월: 전력전 대회가 개최됩니다! 천하의 영웅들을 모집하고 있습니다!"; break; + case 1: $history[0] = "◆{$admin['year']}년 {$admin['month']}월: 통솔전 대회가 개최됩니다! 천하의 명사들을 모집하고 있습니다!"; break; + case 2: $history[0] = "◆{$admin['year']}년 {$admin['month']}월: 일기토 대회가 개최됩니다! 천하의 용사들을 모집하고 있습니다!"; break; + case 3: $history[0] = "◆{$admin['year']}년 {$admin['month']}월: 설전 대회가 개최됩니다! 천하의 책사들을 모집하고 있습니다!"; break; + } + pushHistory($connect, $history); +} + +function fillLowGenAll($connect) { + $query = "select develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $general[no] = 0; + $general[name] = "무명장수"; + $general[npc] = 2; + $general[leader] = 10; + $general[power] = 10; + $general[intel] = 10; + $general[explevel] = 10; + + for($i=0; $i < 8; $i++) { + $query = "select grp from tournament where grp='$i'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $grpCount[$i] = MYDB_num_rows($result); + } + + //자동신청하고, 돈 있고, 아직 참가 안한 장수 + $query = "select no,npc,name,leader,power,intel,explevel from general where tnmt='1' and tournament='0' and gold>='$admin[develcost]' order by rand() limit 0,64"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $genCount = MYDB_num_rows($result); + + $valid = 1; + while($valid == 1) { + $valid = 0; + //조마다 돌아가며 + for($i=0; $i < 8; $i++) { + //비었으면 채우기 + if($grpCount[$i] < 8) { + //자동신청 장수 있으면 채우기 + if($genCount > 0) { + $genCount--; + $gen = MYDB_fetch_array($result); + $query = "update general set gold=gold-'$admin[develcost]',tournament='1' where no='$gen[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no) values ('$gen[no]', '$gen[npc]', '$gen[name]', '$gen[leader]', '$gen[power]', '$gen[intel]', '$gen[explevel]', '$i', '$grpCount[$i]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //자동신청 장수 없으면 무명장수 + } else { + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no) values ('$general[no]', '$general[npc]', '$general[name]', '$general[leader]', '$general[power]', '$general[intel]', '$general[explevel]', '$i', '$grpCount[$i]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $grpCount[$i]++; + } + //덜 찼으면 루프 다시 + if($grpCount[$i] < 8) { + $valid = 1; + } + } + } + + $query = "update game set tournament=2, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +//0 경기없음 +//1 모집중 +//2 예선중 28페이즈 +//3 본선추첨중 +//4 본선중 6페이즈 +//5 16강 배정중 +//6 베팅 +//6 16강 +//7 8강 +//8 4강 +//9 결승 +function getTwo($tournament, $phase) { + switch($tournament) { + case 2: + //예선 + switch($phase%28) { + case 0: $cand[0] = 0; $cand[1] = 1; break; case 1: $cand[0] = 2; $cand[1] = 3; break; case 2: $cand[0] = 4; $cand[1] = 5; break; case 3: $cand[0] = 6; $cand[1] = 7; break; + case 4: $cand[0] = 0; $cand[1] = 2; break; case 5: $cand[0] = 1; $cand[1] = 3; break; case 6: $cand[0] = 4; $cand[1] = 6; break; case 7: $cand[0] = 5; $cand[1] = 7; break; + case 8: $cand[0] = 0; $cand[1] = 3; break; case 9: $cand[0] = 1; $cand[1] = 6; break; case 10: $cand[0] = 2; $cand[1] = 5; break; case 11: $cand[0] = 4; $cand[1] = 7; break; + case 12: $cand[0] = 0; $cand[1] = 4; break; case 13: $cand[0] = 1; $cand[1] = 5; break; case 14: $cand[0] = 2; $cand[1] = 6; break; case 15: $cand[0] = 3; $cand[1] = 7; break; + case 16: $cand[0] = 0; $cand[1] = 5; break; case 17: $cand[0] = 1; $cand[1] = 4; break; case 18: $cand[0] = 2; $cand[1] = 7; break; case 19: $cand[0] = 3; $cand[1] = 6; break; + case 20: $cand[0] = 0; $cand[1] = 6; break; case 21: $cand[0] = 1; $cand[1] = 7; break; case 22: $cand[0] = 2; $cand[1] = 4; break; case 23: $cand[0] = 3; $cand[1] = 5; break; + case 24: $cand[0] = 0; $cand[1] = 7; break; case 25: $cand[0] = 1; $cand[1] = 2; break; case 26: $cand[0] = 3; $cand[1] = 4; break; case 27: $cand[0] = 5; $cand[1] = 6; break; + } + if($phase >= 28) { + $temp = $cand[0]; + $cand[0] = $cand[1]; + $cand[1] = $temp; + } + break; + case 4: + //본선 + switch($phase%6) { + case 0: $cand[0] = 0; $cand[1] = 1; break; case 1: $cand[0] = 2; $cand[1] = 3; break; + case 2: $cand[0] = 0; $cand[1] = 2; break; case 3: $cand[0] = 1; $cand[1] = 3; break; + case 4: $cand[0] = 0; $cand[1] = 3; break; case 5: $cand[0] = 1; $cand[1] = 2; break; + } + break; + } + return $cand; +} + +function qualify($connect, $tnmt_type, $tnmt, $phase) { + $cand = getTwo($tnmt, $phase); + + //각 그룹 페이즈 실행 + for($i=0; $i < 8; $i++) { + fight($connect, $tnmt_type, $tnmt, $phase, $i, $cand[0], $cand[1], 0); + } + if($phase < 55) { + $query = "update game set phase=phase+1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update game set tournament=3, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + for($i=0; $i < 8; $i++) { + $query = "select grp,grp_no,win+draw+lose as game,win,draw,lose,gl,win*3+draw as gd from tournament where grp='$i' order by gd desc, gl desc, seq limit 0,4"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($k=1; $k <= 4; $k++) { + $gen = MYDB_fetch_array($result); + $query = "update tournament set prmt='$k' where grp='$gen[grp]' and grp_no='$gen[grp_no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } +} + +function qualifyAll($connect, $tnmt_type, $tnmt, $phase) { + $start = $phase; + $end = $phase - ($phase % 4) + 4; + for($i=$start; $i < $end; $i++) { + qualify($connect, $tnmt_type, $tnmt, $i); + } +} + +function selection($connect, $tnmt_type, $tnmt, $phase) { + //시드1 배정 + if($phase < 8) { + $grp = $phase + 10; $grp_no = 0; + $query = "select * from tournament where prmt=1 order by rand() limit 0,1"; + //시드2 배정 + } elseif($phase < 16) { + $grp = $phase - 8 + 10; $grp_no = 1; + $query = "select * from tournament where prmt=2 order by rand() limit 0,1"; + } elseif($phase < 24) { + $grp = $phase - 16 + 10; $grp_no = 2; + $query = "select * from tournament where prmt>2 order by rand() limit 0,1"; + } else { + $grp = $phase - 24 + 10; $grp_no = 3; + $query = "select * from tournament where prmt>2 order by rand() limit 0,1"; + } + //해당 시드에서 랜덤 선택 + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + //본선에 추가 + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no, h, w, b) values ('$general[no]', '$general[npc]', '$general[name]', '$general[ldr]', '$general[pwr]', '$general[itl]', '$general[lvl]', '$grp', '$grp_no', '$general[h]', '$general[w]', '$general[b]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //시드 삭제 + $query = "update tournament set prmt=0 where grp='$general[grp]' and grp_no='$general[grp_no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($phase < 31) { + $query = "update game set phase=phase+1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update game set tournament=4, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function selectionAll($connect, $tnmt_type, $tnmt, $phase) { + $start = $phase; + $end = $phase - ($phase % 8) + 8; + for($i=$start; $i < $end; $i++) { + selection($connect, $tnmt_type, $tnmt, $i); + } +} + +function finally($connect, $tnmt_type, $tnmt, $phase) { + $cand = getTwo($tnmt, $phase); + + //각 그룹 페이즈 실행 + for($i=10; $i < 18; $i++) { + fight($connect, $tnmt_type, $tnmt, $phase, $i, $cand[0], $cand[1], 0); + } + if($phase < 5) { + $query = "update game set phase=phase+1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + $query = "update game set tournament=5, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + for($i=10; $i < 18; $i++) { + $query = "select grp,grp_no,win+draw+lose as game,win,draw,lose,gl,win*3+draw as gd from tournament where grp='$i' order by gd desc, gl desc, seq limit 0,2"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($k=1; $k <= 2; $k++) { + $gen = MYDB_fetch_array($result); + $query = "update tournament set prmt='$k' where grp='$gen[grp]' and grp_no='$gen[grp_no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + } +} + +function finallyAll($connect, $tnmt_type, $tnmt, $phase) { + $start = $phase; + $end = $phase - ($phase % 2) + 2; + for($i=$start; $i < $end; $i++) { + finally($connect, $tnmt_type, $tnmt, $i); + } +} + +function final16set($connect) { + //1조1-5조2, 2조1-6조2, 3조1-7조2, 4조1-8조2, 5조1-1조2, 6조1-2조2, 7조1-3조2, 8조1-4조2 + $grp = Array(10, 14, 11, 15, 12, 16, 13, 17, 14, 10, 15, 11, 16, 12, 17, 13); + $prmt = Array( 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2); + for($i=0; $i < 16; $i++) { + $query = "select * from tournament where grp='$grp[$i]' and prmt='$prmt[$i]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + //16강에 추가 + $newGrp = 20 + floor($i / 2); + $newGrp_no = $i % 2; + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no, h, w, b) values ('$general[no]', '$general[npc]', '$general[name]', '$general[ldr]', '$general[pwr]', '$general[itl]', '$general[lvl]', '$newGrp', '$newGrp_no', '$general[h]', '$general[w]', '$general[b]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $query = "update tournament set prmt=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "update game set tournament=6, phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +function finalFight($connect, $tnmt_type, $tnmt, $phase, $type) { + switch($type) { + case 16: $offset = 20; $turn = 7; $next = 7; break; + case 8: $offset = 30; $turn = 3; $next = 8; break; + case 4: $offset = 40; $turn = 1; $next = 9; break; + case 2: $offset = 50; $turn = 0; $next = 0; break; + } + + $grp = $phase + $offset; + fight($connect, $tnmt_type, $tnmt, $phase, $grp, 0, 1, 1); + + $query = "update game set phase=phase+1"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select * from tournament where grp='$grp' and win>0 and (grp_no=0 or grp_no=1)"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + //x강에 추가 + $newGrp = floor($phase / 2) + $offset + 10; + $newGrp_no = $phase % 2; + $query = "insert into tournament (no, npc, name, ldr, pwr, itl, lvl, grp, grp_no, h, w, b) values ('$general[no]', '$general[npc]', '$general[name]', '$general[ldr]', '$general[pwr]', '$general[itl]', '$general[lvl]', '$newGrp', '$newGrp_no', '$general[h]', '$general[w]', '$general[b]')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($phase >= $turn) { + $query = "update game set tournament='$next', phase=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +} + +function setGift($connect, $tnmt_type, $tnmt, $phase) { + $query = "select year,month,develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + switch($tnmt_type) { + case 0: $tp = "전력전"; $tp2 = "tt"; break; + case 1: $tp = "통솔전"; $tp2 = "tl"; break; + case 2: $tp = "일기토"; $tp2 = "tp"; break; + case 3: $tp = "설전"; $tp2 = "ti"; break; + } + + //16강자 명성 돈 + $cost = $admin[develcost]; + $query = "select no,name from tournament where grp>=20 and grp<30"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set experience=experience+25,gold=gold+'$cost',{$tp2}g={$tp2}g+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //포상 장수 이름, 금액 + $genNo[$i] = $general[no]; + $genName[$i] = $general[name]; + $genGold[$general[no]] = $cost; + $genCall[$general[no]] = "16강 진출"; + } + //8강자 명성 돈 + $cost = $admin[develcost] * 2; + $query = "select no from tournament where grp>=30 and grp<40"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set experience=experience+50,gold=gold+'$cost',{$tp2}g={$tp2}g+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //포상 장수 이름, 금액 + $genGold[$general[no]] += $cost; + $genCall[$general[no]] = "8강 진출"; + } + //4강자 명성 돈 + $cost = $admin[develcost] * 3; + $query = "select no from tournament where grp>=40 and grp<50"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set experience=experience+75,gold=gold+'$cost',{$tp2}g={$tp2}g+2 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //포상 장수 이름, 금액 + $genGold[$general[no]] += $cost; + $genCall[$general[no]] = "4강 진출"; + } + //결승자 명성 돈 + $cost = $admin[develcost] * 6; + $query = "select no from tournament where grp>=50 and grp<60"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set experience=experience+150,gold=gold+'$cost',{$tp2}g={$tp2}g+2 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //포상 장수 이름, 금액 + $genGold[$general[no]] += $cost; + $genCall[$general[no]] = "준우승으"; + } + //우승자 명성 돈 + $cost = $admin[develcost] * 8; + $query = "select no from tournament where grp>=60"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set experience=experience+200,gold=gold+'$cost',{$tp2}g={$tp2}g+3,{$tp2}p={$tp2}p+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //포상 장수 이름, 금액 + $genGold[$general[no]] += $cost; + $genCall[$general[no]] = "우승으"; + } + //우승자 이름 + $query = "select no,name from tournament where grp=60"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + //준우승자 이름 + $query = "select no,name from tournament where grp=50 and lose=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general2 = MYDB_fetch_array($result); + + //자동진행 끝 + $query = "update game set tnmt_auto=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //장수열전 기록 + $query = "select no,history from general where no={$general[no]}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($result); + $query = "select no,history from general where no={$general2[no]}"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($result); + $gen1 = addHistory($connect, $gen1, "●{$admin[year]}년 {$admin[month]}월:{$tp} 대회에서 우승"); + $gen2 = addHistory($connect, $gen2, "●{$admin[year]}년 {$admin[month]}월:{$tp} 대회에서 준우승"); + + $cost = $admin[develcost] * 20; + $cost2 = $admin[develcost] * 12; + $history[0] = "◆{$admin['year']}년 {$admin['month']}월: {$tp} 대회에서 {$general[name]}(이)가 우승, {$general2[name]}(이)가 준우승을 차지하여 천하에 이름을 떨칩니다!"; + $history[1] = "◆{$admin['year']}년 {$admin['month']}월: {$tp} 대회의 우승자에게는 {$cost}, 준우승자에겐 {$cost2}의 상금과 약간의 명성이 주어집니다!"; + pushHistory($connect, $history); + + for($i=0; $i < count($genNo); $i++) { + $general[no] = $genNo[$i]; + $general[name] = $genName[$i]; + $log[0] = "{$tp} 대회의 {$genCall[$genNo[$i]]}로 {$genGold[$genNo[$i]]}의 상금, 약간의 명성 획득!"; + pushGenLog($general, $log); + } + + //우승자 번호 + $query = "select no from tournament where grp=60"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + //16강 목록에서 검색 + $query = "select grp,grp_no from tournament where grp>=20 and grp<30 and no='$general[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $no = ($general[grp] - 20) * 2 + $general[grp_no]; + + $query = "select bet{$no},bet0+bet1+bet2+bet3+bet4+bet5+bet6+bet7+bet8+bet9+bet10+bet11+bet12+bet13+bet14+bet15 as bet from game where no=1"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + $bet = @round($admin[bet] / $admin["bet{$no}"], 2); + + //당첨칸에 베팅한 사람들만 + $query = "select no,name,gold,bet{$no} as bet from general where bet{$no}>0"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $gen = MYDB_fetch_array($result); + $gold = round($gen[bet] * $bet); + //금 지급 + $query = "update general set gold=gold+'$gold',betwingold=betwingold+'$gold',betwin=betwin+1 where no='$gen[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //로그 + $log[0] = "{$tp} 대회의 베팅 당첨으로 {$gold}의 금 획득!"; + pushGenLog($gen, $log); + } +} + +function setRefund($connect) { + $query = "select develcost from game where no='1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + //16강자 명성 돈 + $cost = $admin[develcost]; + $query = "select no from tournament where grp<10"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $general = MYDB_fetch_array($result); + $query = "update general set gold=gold+'$cost' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + + //자동진행 끝 + $query = "update game set tnmt_auto=0"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //베팅금 환수 + $query = "update general set gold=gold+bet0+bet1+bet2+bet3+bet4+bet5+bet6+bet7+bet8+bet9+bet10+bet11+bet12+bet13+bet14+bet15"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +} + +//10차이 1.1, 50 차이 1.17, 100차이 1.2 +function getLog($lvl1, $lvl2) { + if($lvl1 >= $lvl2) { + $ratio = 1 + log(1+$lvl1-$lvl2, 10) / 10; + } else { + $ratio = 1 - log(1+$lvl2-$lvl1, 10) / 10; + } + return $ratio; +} + +//0 : 승무패, 1 : 승패 +function fight($connect, $tnmt_type, $tnmt, $phs, $group, $g1, $g2, $type) { + $query = "select *,(ldr+pwr+itl)*7/15 as tot,h,w,b from tournament where grp='$group' and grp_no='$g1'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($result); + + $query = "select *,(ldr+pwr+itl)*7/15 as tot,h,w,b from tournament where grp='$group' and grp_no='$g2'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($result); + + if($type == 0) { $turn = 10; } + else { $turn = 100; } + + if($tnmt_type == 0) { $tp = "tot"; $tp2 = "tt"; } + elseif($tnmt_type == 1) { $tp = "ldr"; $tp2 = "tl"; } + elseif($tnmt_type == 2) { $tp = "pwr"; $tp2 = "tp"; } + elseif($tnmt_type == 3) { $tp = "itl"; $tp2 = "ti"; } + + $e1 = $energy1 = round($gen1[$tp] * getLog($gen1[lvl], $gen2[lvl]) * 10); + $e2 = $energy2 = round($gen2[$tp] * getLog($gen1[lvl], $gen2[lvl]) * 10); + + //아이템 로그 + if($gen1[h] > 6 && ($tnmt_type == 0 || $tnmt_type == 1)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen1[name]}의 ".getHorseName($gen1[h])."(이)가 포효합니다!"; break; + case 1: $log[count($log)] = "{$gen1[name]}의 ".getHorseName($gen1[h])."(이)가 그 위용을 뽐냅니다!"; break; + case 2: $log[count($log)] = "{$gen1[name]}(이)가 ".getHorseName($gen1[h])."(을)를 타고 있습니다!"; break; + case 3: $log[count($log)] = "{$gen1[name]}의 ".getHorseName($gen1[h])."(이)가 갈기를 휘날립니다!"; break; + } + } + if($gen1[w] > 6 && ($tnmt_type == 0 || $tnmt_type == 2)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen1[name]}의 ".getWeapName($gen1[w])."(이)가 번뜩입니다!"; break; + case 1: $log[count($log)] = "{$gen1[name]}의 ".getWeapName($gen1[w])."(이)가 푸르게 빛납니다!"; break; + case 2: $log[count($log)] = "{$gen1[name]}의 ".getWeapName($gen1[w])."에서 살기가 느껴집니다!"; break; + case 3: $log[count($log)] = "{$gen1[name]}의 손에는 ".getWeapName($gen1[w])."(이)가 쥐어져 있습니다!"; break; + } + } + if($gen1[b] > 6 && ($tnmt_type == 0 || $tnmt_type == 3)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen1[name]}(이)가 ".getBookName($gen1[b])."(을)를 펼쳐듭니다!"; break; + case 1: $log[count($log)] = "{$gen1[name]}(이)가 ".getBookName($gen1[b])."(을)를 품에서 꺼냅니다!"; break; + case 2: $log[count($log)] = "{$gen1[name]}(이)가 ".getBookName($gen1[b])."(을)를 들고 있습니다!"; break; + case 3: $log[count($log)] = "{$gen1[name]}의 손에는 ".getBookName($gen1[b])."(이)가 쥐어져 있습니다!"; break; + } + } + if($gen2[h] > 6 && ($tnmt_type == 0 || $tnmt_type == 1)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen2[name]}의 ".getHorseName($gen2[h])."(이)가 포효합니다!"; break; + case 1: $log[count($log)] = "{$gen2[name]}의 ".getHorseName($gen2[h])."(이)가 그 위용을 뽐냅니다!"; break; + case 2: $log[count($log)] = "{$gen2[name]}(이)가 ".getHorseName($gen2[h])."(을)를 타고 있습니다!"; break; + case 3: $log[count($log)] = "{$gen2[name]}의 ".getHorseName($gen2[h])."(이)가 갈기를 휘날립니다!"; break; + } + } + if($gen2[w] > 6 && ($tnmt_type == 0 || $tnmt_type == 2)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen2[name]}의 ".getWeapName($gen2[w])."(이)가 번뜩입니다!"; break; + case 1: $log[count($log)] = "{$gen2[name]}의 ".getWeapName($gen2[w])."(이)가 푸르게 빛납니다!"; break; + case 2: $log[count($log)] = "{$gen2[name]}의 ".getWeapName($gen2[w])."에서 살기가 느껴집니다!"; break; + case 3: $log[count($log)] = "{$gen2[name]}의 손에는 ".getWeapName($gen2[w])."(이)가 쥐어져 있습니다!"; break; + } + } + if($gen2[b] > 6 && ($tnmt_type == 0 || $tnmt_type == 3)) { + switch(rand()%4) { + case 0: $log[count($log)] = "{$gen2[name]}(이)가 ".getBookName($gen2[b])."(을)를 펼쳐듭니다!"; break; + case 1: $log[count($log)] = "{$gen2[name]}(이)가 ".getBookName($gen2[b])."(을)를 품에서 꺼냅니다!"; break; + case 2: $log[count($log)] = "{$gen2[name]}(이)가 ".getBookName($gen2[b])."(을)를 들고 있습니다!"; break; + case 3: $log[count($log)] = "{$gen2[name]}의 손에는 ".getBookName($gen2[b])."(이)가 쥐어져 있습니다!"; break; + } + } + + $log[count($log)] = "{$gen1[name]} ({$energy1}) vs ({$energy2}) {$gen2[name]}"; + + $gd1 = 0; $gd2 = 0; + $phase = 0; $sel = 2; + while($phase < $turn) { + $phase++; + //평타 + $damage1 = round($gen2[$tp] * (rand() % 21 + 90) / 130); // 90~110% + $damage2 = round($gen1[$tp] * (rand() % 21 + 90) / 130); // 90~110% + //보너스타 + $ratio = rand() % 100; + if($gen1[$tp] >= $ratio) { $damage2 += round($gen1[$tp] * (rand() % 41 + 10) / 130); } // 10~50 + $ratio = rand() % 100; + if($gen2[$tp] >= $ratio) { $damage1 += round($gen2[$tp] * (rand() % 41 + 10) / 130); } // 10~50 + $critical1 = 0; $critical2 = 0; + //막판 분노 + $ratio = rand() % 300; + if($e1 / 5 > $energy1 && $damage1 > $damage2 && $gen1[$tp] >= $ratio) { + $damage2 *= round((rand() % 301 + 200) / 100); // 200 ~ 500% + $critical1 = 1; + if ($tnmt_type == 0) { switch(rand()%2) { case 0: $str = "전력"; break; case 1: $str = "집중"; break; } } + elseif($tnmt_type == 1) { switch(rand()%2) { case 0: $str = "봉시진"; break; case 1: $str = "어린진"; break; } } + elseif($tnmt_type == 2) { switch(rand()%2) { case 0: $str = "삼단"; break; case 1: $str = "나선"; break; } } + elseif($tnmt_type == 3) { switch(rand()%2) { case 0: $str = "독설"; break; case 1: $str = "논파"; break; } } + $log[count($log)] = "{$gen1[name]}의 분노의 {$str} 공격!"; + } + $ratio = rand() % 300; + if($e2 / 5 > $energy2 && $damage2 > $damage1 && $gen2[$tp] >= $ratio) { + $damage1 *= round((rand() % 301 + 200) / 100); // 200 ~ 500% + $critical2 = 1; + if($tnmt_type == 0) { switch(rand()%2) { case 0: $str = "전력"; break; case 1: $str = "집중"; break; } } + elseif($tnmt_type == 1) { switch(rand()%2) { case 0: $str = "봉시진"; break; case 1: $str = "어린진"; break; } } + elseif($tnmt_type == 2) { switch(rand()%2) { case 0: $str = "삼단"; break; case 1: $str = "나선"; break; } } + elseif($tnmt_type == 3) { switch(rand()%2) { case 0: $str = "독설"; break; case 1: $str = "논파"; break; } } + $log[count($log)] = "{$gen2[name]}의 분노의 {$str} 공격!"; + } + //1합 승부 + if($phase == 1) { + $ratio = rand() % 400; + if($gen1[$tp]*0.9 > $gen2[$tp] && $gen1[$tp] >= $ratio) { + $damage1 = 0; $damage2 = $e2; + if ($tnmt_type == 0) { $log[count($log)] = "{$gen1[name]}의 압도!"; } + elseif($tnmt_type == 1) { $log[count($log)] = "{$gen1[name]}의 팔문금쇄진!"; } + elseif($tnmt_type == 2) { $log[count($log)] = "{$gen1[name]}의 일격 필살!"; } + elseif($tnmt_type == 3) { $log[count($log)] = "{$gen1[name]}의 모독 욕설!"; } + } + if($gen2[$tp]*0.9 > $gen1[$tp] && $gen2[$tp] >= $ratio) { + $damage2 = 0; $damage1 = $e1; + if ($tnmt_type == 0) { $log[count($log)] = "{$gen2[name]}의 압도!"; } + elseif($tnmt_type == 1) { $log[count($log)] = "{$gen2[name]}의 팔문금쇄진!"; } + elseif($tnmt_type == 2) { $log[count($log)] = "{$gen2[name]}의 일격 필살!"; } + elseif($tnmt_type == 3) { $log[count($log)] = "{$gen2[name]}의 모독 욕설!"; } + } + } else { + $ratio = rand() % 1000; + if($critical1 == 0 && $gen1[$tp] >= $ratio) { + $damage2 *= round((rand() % 151 + 150) / 100); // 150 ~ 300% + $critical1 = 1; + if ($tnmt_type == 0) { switch(rand()%6) { case 0: $str = "참격"; break; case 1: $str = "집중"; break; case 2: $str = "역공"; break; case 3: $str = "반격"; break; case 4: $str = "선제"; break; case 5: $str = "도발"; break; } } + elseif($tnmt_type == 1) { switch(rand()%6) { case 0: $str = "추행진"; break; case 1: $str = "학익진"; break; case 2: $str = "장사진"; break; case 3: $str = "형액진"; break; case 4: $str = "기형진"; break; case 5: $str = "구행진"; break; } } + elseif($tnmt_type == 2) { switch(rand()%6) { case 0: $str = "기합"; break; case 1: $str = "기염"; break; case 2: $str = "반격"; break; case 3: $str = "역공"; break; case 4: $str = "삼단"; break; case 5: $str = "나선"; break; } } + elseif($tnmt_type == 3) { switch(rand()%6) { case 0: $str = "논파"; break; case 1: $str = "항변"; break; case 2: $str = "반론"; break; case 3: $str = "반박"; break; case 4: $str = "도발"; break; case 5: $str = "면박"; break; } } + $log[count($log)] = "{$gen1[name]}의 {$str}!"; + } + $ratio = rand() % 1000; + if($critical2 == 0 && $gen2[$tp] >= $ratio) { + $damage1 *= round((rand() % 151 + 150) / 100); // 150 ~ 300% + $critical2 = 1; + if ($tnmt_type == 0) { switch(rand()%6) { case 0: $str = "참격"; break; case 1: $str = "집중"; break; case 2: $str = "역공"; break; case 3: $str = "반격"; break; case 4: $str = "선제"; break; case 5: $str = "도발"; break; } } + elseif($tnmt_type == 1) { switch(rand()%6) { case 0: $str = "추행진"; break; case 1: $str = "학익진"; break; case 2: $str = "장사진"; break; case 3: $str = "형액진"; break; case 4: $str = "기형진"; break; case 5: $str = "구행진"; break; } } + elseif($tnmt_type == 2) { switch(rand()%6) { case 0: $str = "기합"; break; case 1: $str = "기염"; break; case 2: $str = "반격"; break; case 3: $str = "역공"; break; case 4: $str = "삼단"; break; case 5: $str = "나선"; break; } } + elseif($tnmt_type == 3) { switch(rand()%6) { case 0: $str = "논파"; break; case 1: $str = "항변"; break; case 2: $str = "반론"; break; case 3: $str = "반박"; break; case 4: $str = "도발"; break; case 5: $str = "면박"; break; } } + $log[count($log)] = "{$gen2[name]}의 {$str}!"; + } + } + + $energy1 -= $damage1; + $energy2 -= $damage2; + $tDamage1 = $damage1; $tDamage2 = $damage2; + $tEnergy1 = $energy1; $tEnergy2 = $energy2; + if($energy1 <= 0 && $energy2 <= 0) { + $r1 = $tEnergy1 / $tDamage1; + $r2 = $tEnergy2 / $tDamage2; + + if($r1 > $r2) { + $offset = round($tEnergy2*$tDamage1/$tDamage2); + $damage1 += $offset; $energy1 -= $offset; + $damage2 += $tEnergy2; $energy2 = 0; + } else { + $offset = round($tEnergy1*$tDamage2/$tDamage1); + $damage2 += $offset; $energy2 -= $offset; + $damage1 += $tEnergy1; $energy1 = 0; + } + } elseif($energy1 * $energy2 <= 0) { + if($energy2 < 0) { + $offset = round($tEnergy2*$tDamage1/$tDamage2); + $damage1 += $offset; $energy1 -= $offset; + $damage2 += $tEnergy2; $energy2 = 0; + } + if($energy1 < 0) { + $offset = round($tEnergy1*$tDamage2/$tDamage1); + $damage2 += $offset; $energy2 -= $offset; + $damage1 += $tEnergy1; $energy1 = 0; + } + } + $gd1 += $damage1; $gd2 += $damage2; + $energy1 = round($energy1); $energy2 = round($energy2); + $damage1 = round($damage1); $damage2 = round($damage2); + + $log[count($log)] = "● "._String::Fill2($phase, 2, "0")."合 : "._String::Fill2($energy1, 3, "0")." (-"._String::Fill2($damage1, 3, "0").") vs (-"._String::Fill2($damage2, 3, "0").") "._String::Fill2($energy2, 3, "0").""; + + if($energy1 <= 0 && $energy2 <= 0) { + if($type == 0) { $sel = 2; break; } + else { + $energy1 = round($e1 / 2); $energy2 = round($e2 / 2); + $log[count($log)] = "재대결!"; + } + } + if($energy1 <= 0) { $sel = 1; break; } + if($energy2 <= 0) { $sel = 0; break; } + } + + $query = "select {$tp2}g as gl from general where no='$gen1[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general1 = MYDB_fetch_array($result); + + $query = "select {$tp2}g as gl from general where no='$gen2[no]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $general2 = MYDB_fetch_array($result); + + switch($sel) { + case 0: + $log[count($log)] = "{$gen1[name]} 승리!"; + + $gl = round(($gd2 - $gd1) / 50); + $query = "update tournament set win=win+1,gl=gl+'$gl' where grp='$group' and grp_no='$g1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update tournament set lose=lose+1,gl=gl-'$gl' where grp='$group' and grp_no='$g2'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general1[gl] > $general2[gl]) { $gl1 = "+1"; $gl2 = "+0"; } + elseif($general1[gl] == $general2[gl]) { $gl1 = "+2"; $gl2 = "-1"; } + else { $gl1 = "+3"; $gl2 = "-2"; } + + $query = "update general set {$tp2}w={$tp2}w+1,{$tp2}g={$tp2}g{$gl1} where no='$gen1[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set {$tp2}l={$tp2}l+1,{$tp2}g={$tp2}g{$gl2} where no='$gen2[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 1: + $log[count($log)] = "{$gen2[name]} 승리!"; + + $gl = round(($gd1 - $gd2) / 50); + $query = "update tournament set win=win+1,gl=gl+'$gl' where grp='$group' and grp_no='$g2'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update tournament set lose=lose+1,gl=gl-'$gl' where grp='$group' and grp_no='$g1'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general2[gl] > $general1[gl]) { $gl2 = "+1"; $gl1 = "+0"; } + elseif($general2[gl] == $general1[gl]) { $gl2 = "+2"; $gl1 = "-1"; } + else { $gl2 = "+3"; $gl1 = "-2"; } + + $query = "update general set {$tp2}l={$tp2}l+1,{$tp2}g={$tp2}g{$gl1} where no='$gen1[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set {$tp2}w={$tp2}w+1,{$tp2}g={$tp2}g{$gl2} where no='$gen2[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + case 2: + $log[count($log)] = "● 무승부!"; + + $query = "update tournament set draw=draw+1 where grp='$group' and (grp_no='$g1' or grp_no='$g2')"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + if($general1[gl] > $general2[gl]) { $gl2 = "-1"; $gl1 = "+1"; } + elseif($general1[gl] == $general2[gl]) { $gl2 = "+0"; $gl1 = "+0"; } + else { $gl2 = "+1"; $gl1 = "-1"; } + + $query = "update general set {$tp2}d={$tp2}d+1,{$tp2}g={$tp2}g{$gl1} where no='$gen1[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set {$tp2}d={$tp2}d+1,{$tp2}g={$tp2}g{$gl2} where no='$gen2[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } + + if(($tnmt == 2 && $phs < 55) || ($tnmt == 4 && $phs < 5)) { + $cand = getTwo($tnmt, $phs+1); + + $query = "select name from tournament where grp='$group' and grp_no='$cand[0]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen1 = MYDB_fetch_array($result); + + $query = "select name from tournament where grp='$group' and grp_no='$cand[1]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gen2 = MYDB_fetch_array($result); + + $log[count($log)] = "--------------- 다음경기 ---------------
{$gen1[name]} vs {$gen2[name]}"; + } + + pushFightLog($group, $log); +} + +?> diff --git a/che_close/gen.xlsx b/che_close/gen.xlsx new file mode 100644 index 00000000..fffcc37d Binary files /dev/null and b/che_close/gen.xlsx differ diff --git a/che_close/genDatabase.txt b/che_close/genDatabase.txt new file mode 100644 index 00000000..53d935c9 --- /dev/null +++ b/che_close/genDatabase.txt @@ -0,0 +1,684 @@ +상성 이름 사진 국가 도시 통 무 지 급 출생 사망 꿈 특기 + 1, "소제1",1001, 0, "낙양", 20, 11, 48, 0, 168, 190, "유지", "-"); $gencount++; + 1, "헌제",1002, 0, "낙양", 17, 13, 61, 0, 170, 250, "안전", "-", "한 왕조는 이대로 끝나는 것인가..."); $gencount++; +999, "사마휘",1003, 0, "양양", 71, 11, 96, 0, 173, 234, "은둔", "신산", "좋지, 좋아~"); $gencount++; +999, "우길",1004, 0, "업", 17, 13, 83, 0, 131, 200, "은둔", "신산"); $gencount++; +999, "화타",1005, 0, "낙양", 53, 25, 70, 0, 151, 220, "은둔", "의술", "아픈 사람들은 모두 내게 오시오. 껄껄껄."); $gencount++; +999, "길평",1006, 0, "허창", 27, 15, 72, 0, 158, 200, "은둔", "의술"); $gencount++; + + 29, "가규",1007, 0, "낙양", 55, 55, 74, 0, 177, 231, "재간", "-"); $gencount++; +136, "가범",1008, 0, "낙양", 58, 48, 73, 0, 202, 237, "유지", "-"); $gencount++; + 49, "가비능",1009, 0, "낙양", 58, 83, 32, 0, 172, 235, "정복", "-"); $gencount++; + 31, "가충",1010, 0, "낙양", 50, 25, 87, 0, 217, 282, "출세", "-"); $gencount++; + 20, "가후",1011, 0, "낙양", 69, 30, 94, 0, 147, 223, "할거", "귀병"); $gencount++; + 73, "간옹",1012, 0, "낙양", 31, 33, 70, 0, 164, 225, "안전", "경작"); $gencount++; +129, "감녕",1013, 0, "낙양", 78, 95, 71, 0, 174, 222, "출세", "무쌍"); $gencount++; +127, "감택",1014, 0, "낙양", 62, 44, 79, 0, 182, 243, "유지", "-"); $gencount++; + 60, "강단",1015, 0, "낙양", 41, 73, 43, 0, 168, 230, "재간", "-"); $gencount++; + 73, "강유",1016, 0, "낙양", 95, 90, 94, 0, 202, 264, "왕좌", "집중"); $gencount++; +102, "고간",1017, 0, "낙양", 60, 57, 51, 0, 168, 206, "유지", "-"); $gencount++; + 27, "고람",1018, 0, "낙양", 72, 67, 59, 0, 159, 201, "출세", "기병"); $gencount++; + 69, "고상",1019, 0, "낙양", 41, 40, 38, 0, 194, 252, "재간", "-"); $gencount++; +144, "고순",1020, 0, "낙양", 79, 82, 65, 0, 162, 198, "의협", "기병"); $gencount++; + 7, "고승",1021, 0, "낙양", 42, 73, 24, 0, 145, 185, "출세", "-"); $gencount++; +120, "고옹",1022, 0, "낙양", 57, 21, 79, 0, 168, 243, "출세", "-"); $gencount++; + 63, "고정",1023, 0, "낙양", 67, 65, 55, 0, 190, 251, "정복", "-"); $gencount++; + 53, "고패",1024, 0, "낙양", 53, 56, 28, 0, 170, 212, "유지", "-"); $gencount++; + 74, "공도",1025, 0, "낙양", 26, 73, 19, 0, 164, 200, "재간", "-"); $gencount++; +142, "공손강",1026, 0, "낙양", 64, 72, 61, 0, 172, 210, "정복", "-"); $gencount++; +142, "공손공",1027, 0, "낙양", 68, 41, 75, 0, 174, 238, "정복", "-"); $gencount++; +142, "공손도",1028, 0, "낙양", 62, 72, 41, 0, 154, 204, "정복", "기병"); $gencount++; + 65, "공손범",1029, 0, "낙양", 61, 67, 61, 0, 158, 199, "출세", "-"); $gencount++; + 65, "공손속",1030, 0, "낙양", 60, 76, 41, 0, 176, 199, "정복", "-"); $gencount++; + 10, "공손연",1031, 0, "낙양", 74, 79, 64, 0, 205, 238, "패권", "돌격"); $gencount++; + 65, "공손월",1032, 0, "낙양", 47, 63, 46, 0, 160, 192, "정복", "-"); $gencount++; + 65, "공손찬",1033, 0, "낙양", 61, 87, 67, 0, 152, 199, "패권", "기병"); $gencount++; + 43, "공융",1034, 0, "낙양", 63, 48, 85, 0, 153, 208, "왕좌", "경작"); $gencount++; + 35, "공주",1035, 0, "낙양", 64, 35, 78, 0, 151, 194, "재간", "-"); $gencount++; + 83, "공지",1036, 0, "낙양", 57, 54, 64, 0, 178, 242, "대의", "-"); $gencount++; + 26, "곽가",1037, 0, "낙양", 47, 23, 99, 0, 170, 207, "패권", "귀모"); $gencount++; +111, "곽도",1038, 0, "낙양", 63, 67, 81, 0, 155, 205, "재간", "-"); $gencount++; + 2, "곽사",1039, 0, "낙양", 58, 67, 31, 0, 146, 197, "패권", "-"); $gencount++; + 80, "곽유지",1040, 0, "낙양", 37, 22, 71, 0, 190, 259, "재간", "상재"); $gencount++; + 67, "곽익",1041, 0, "낙양", 67, 60, 67, 0, 207, 270, "재간", "-"); $gencount++; + 67, "곽준",1042, 0, "낙양", 76, 69, 73, 0, 178, 217, "출세", "-"); $gencount++; + 27, "곽혁",1043, 0, "낙양", 40, 29, 80, 0, 187, 228, "안전", "-"); $gencount++; + 20, "곽회",1044, 0, "낙양", 77, 75, 71, 0, 187, 255, "정복", "-"); $gencount++; + 39, "관구검",1045, 0, "낙양", 72, 68, 77, 0, 202, 255, "대의", "-"); $gencount++; + 76, "관색",1046, 0, "낙양", 69, 85, 67, 0, 200, 239, "의협", "징병"); $gencount++; + 76, "관우",1047, 0, "낙양", 96, 98, 80, 0, 162, 219, "의협", "위압"); $gencount++; + 76, "관이",1048, 0, "낙양", 48, 60, 58, 0, 219, 263, "안전", "-"); $gencount++; + 76, "관통",1049, 0, "낙양", 49, 63, 60, 0, 218, 259, "대의", "-"); $gencount++; + 76, "관평",1050, 0, "낙양", 77, 80, 70, 0, 186, 219, "의협", "보병"); $gencount++; + 7, "관해",1051, 0, "낙양", 66, 90, 35, 0, 160, 193, "출세", "-"); $gencount++; + 76, "관흥",1052, 0, "낙양", 69, 84, 72, 0, 199, 234, "의협", "돌격"); $gencount++; + 40, "괴량",1053, 0, "낙양", 41, 28, 81, 0, 155, 204, "안전", "신중"); $gencount++; + 40, "괴월",1054, 0, "낙양", 26, 30, 84, 0, 157, 214, "유지", "귀병"); $gencount++; + 98, "교모",1055, 0, "낙양", 59, 58, 61, 0, 150, 191, "안전", "-"); $gencount++; + 98, "교현",1056, 0, "낙양", 50, 18, 60, 0, 158, 210, "재간", "-"); $gencount++; + 6, "구역거",1057, 0, "낙양", 51, 72, 49, 0, 152, 193, "안전", "-"); $gencount++; + 80, "극정",1058, 0, "낙양", 38, 25, 75, 0, 208, 278, "유지", "-"); $gencount++; + 46, "금선",1059, 0, "낙양", 55, 49, 36, 0, 155, 208, "할거", "-"); $gencount++; + 62, "금환삼결",1060, 0, "낙양", 46, 76, 17, 0, 192, 225, "출세", "-"); $gencount++; +141, "기령",1061, 0, "낙양", 76, 81, 33, 0, 155, 199, "대의", "무쌍"); $gencount++; +122, "낙통",1062, 0, "낙양", 57, 44, 69, 0, 193, 228, "유지", "-"); $gencount++; +124, "노숙1",1063, 0, "낙양", 90, 42, 94, 0, 172, 217, "왕좌", "상재"); $gencount++; + 75, "노식",1064, 0, "낙양", 91, 54, 80, 0, 139, 192, "왕좌", "징병"); $gencount++; + 59, "뇌동",1065, 0, "낙양", 70, 77, 45, 0, 172, 218, "출세", "궁병"); $gencount++; +142, "뇌박",1066, 0, "낙양", 54, 54, 33, 0, 157, 206, "유지", "-"); $gencount++; +127, "능조",1067, 0, "낙양", 67, 80, 44, 0, 165, 203, "재간", "공성"); $gencount++; +127, "능통",1068, 0, "낙양", 71, 78, 58, 0, 189, 237, "의협", "궁병"); $gencount++; + 64, "단경",1069, 0, "낙양", 68, 61, 68, 0, 156, 199, "정복", "-"); $gencount++; +132, "담웅",1070, 0, "낙양", 52, 77, 19, 0, 188, 221, "출세", "-"); $gencount++; + 99, "답둔",1071, 0, "낙양", 59, 71, 31, 0, 158, 207, "유지", "-"); $gencount++; +132, "당자",1072, 0, "낙양", 59, 56, 45, 0, 196, 265, "안전", "-"); $gencount++; + 60, "대래동주",1073, 0, "낙양", 40, 65, 24, 0, 195, 249, "안전", "-"); $gencount++; + 82, "도겸",1074, 0, "낙양", 51, 32, 61, 0, 132, 194, "할거", "인덕"); $gencount++; +120, "도준",1075, 0, "낙양", 64, 57, 50, 0, 238, 285, "안전", "-"); $gencount++; + 73, "동궐",1076, 0, "낙양", 66, 50, 76, 0, 204, 271, "대의", "-"); $gencount++; + 62, "동다나",1077, 0, "낙양", 51, 71, 27, 0, 189, 225, "유지", "-"); $gencount++; + 2, "동민",1078, 0, "낙양", 52, 65, 49, 0, 149, 192, "안전", "-"); $gencount++; + 21, "동소",1079, 0, "낙양", 46, 46, 62, 0, 156, 236, "패권", "-"); $gencount++; +127, "동습",1080, 0, "낙양", 53, 64, 32, 0, 169, 215, "출세", "-"); $gencount++; + 89, "동승",1081, 0, "낙양", 75, 66, 65, 0, 154, 200, "왕좌", "-"); $gencount++; + 78, "동윤",1082, 0, "낙양", 64, 26, 78, 0, 192, 246, "왕좌", "-"); $gencount++; + 2, "동탁",1083, 0, "낙양", 87, 91, 54, 0, 139, 192, "패권", "기병"); $gencount++; + 66, "동화",1084, 0, "낙양", 48, 64, 53, 0, 168, 219, "대의", "-"); $gencount++; + 32, "두예",1085, 0, "낙양", 88, 80, 84, 0, 222, 284, "정복", "-"); $gencount++; + 7, "등무",1086, 0, "낙양", 43, 74, 19, 0, 147, 185, "정복", "-"); $gencount++; + 41, "등애",1087, 0, "낙양", 94, 82, 92, 0, 197, 264, "패권", "신산"); $gencount++; +116, "등윤",1088, 0, "낙양", 34, 42, 68, 0, 194, 256, "안전", "-"); $gencount++; + 73, "등지",1089, 0, "낙양", 74, 51, 80, 0, 182, 251, "할거", "경작"); $gencount++; + 41, "등충",1090, 0, "낙양", 60, 82, 55, 0, 230, 264, "출세", "-"); $gencount++; + 54, "등현",1091, 0, "낙양", 65, 59, 61, 0, 188, 248, "출세", "-"); $gencount++; + 29, "마균",1092, 0, "낙양", 33, 38, 80, 0, 200, 259, "안전", "-"); $gencount++; + 71, "마대",1093, 0, "낙양", 77, 79, 49, 0, 183, 246, "대의", "기병"); $gencount++; + 70, "마등",1094, 0, "낙양", 80, 87, 56, 0, 149, 211, "왕좌", "기병"); $gencount++; + 80, "마속",1095, 0, "낙양", 73, 64, 82, 0, 190, 228, "패권", "집중"); $gencount++; + 77, "마량",1096, 0, "낙양", 57, 25, 87, 0, 187, 225, "왕좌", "-"); $gencount++; + 48, "마완",1097, 0, "낙양", 49, 64, 26, 0, 170, 211, "안전", "기병"); $gencount++; + 19, "마준",1098, 0, "낙양", 45, 63, 62, 0, 196, 260, "안전", "-"); $gencount++; + 71, "마철",1099, 0, "낙양", 71, 60, 31, 0, 179, 211, "대의", "기병"); $gencount++; + 70, "마초",1100, 0, "낙양", 78, 97, 40, 0, 176, 226, "대의", "기병"); $gencount++; +131, "마충1",1101, 0, "낙양", 67, 62, 51, 0, 186, 222, "재간", "-"); $gencount++; + 69, "마충2",1102, 0, "낙양", 61, 68, 51, 0, 187, 249, "출세", "-"); $gencount++; + 71, "마휴",1103, 0, "낙양", 71, 60, 32, 0, 178, 211, "대의", "기병"); $gencount++; +116, "만총",1104, 0, "낙양", 79, 40, 78, 0, 170, 242, "할거", "신중"); $gencount++; + 51, "망아장",1105, 0, "낙양", 29, 64, 20, 0, 191, 225, "출세", "-"); $gencount++; + 44, "맹달",1106, 0, "낙양", 70, 66, 72, 0, 172, 228, "할거", "귀병"); $gencount++; + 60, "맹우",1107, 0, "낙양", 63, 79, 26, 0, 190, 251, "정복", "-"); $gencount++; + 60, "맹획",1108, 0, "낙양", 78, 92, 50, 0, 186, 245, "왕좌", "격노"); $gencount++; + 29, "모개",1109, 0, "낙양", 46, 56, 56, 0, 161, 216, "대의", "-"); $gencount++; + 51, "목록대왕",1110, 0, "낙양", 58, 71, 65, 0, 184, 225, "재간", "척사"); $gencount++; + 96, "목순",1111, 0, "낙양", 17, 21, 68, 0, 157, 191, "왕좌", "-"); $gencount++; + 43, "무안국",1112, 0, "낙양", 51, 73, 18, 0, 156, 191, "재간", "-"); $gencount++; + 28, "문빙",1113, 0, "낙양", 70, 77, 43, 0, 178, 237, "유지", "-"); $gencount++; + 38, "문앙",1114, 0, "낙양", 71, 91, 46, 0, 222, 285, "대의", "-"); $gencount++; +102, "문추",1115, 0, "낙양", 72, 94, 25, 0, 161, 200, "출세", "무쌍"); $gencount++; + 38, "문흠",1116, 0, "낙양", 76, 77, 43, 0, 200, 258, "대의", "-"); $gencount++; + 49, "미당대왕",1117, 0, "낙양", 64, 75, 32, 0, 202, 260, "유지", "-"); $gencount++; +108, "미방",1118, 0, "낙양", 58, 65, 37, 0, 169, 222, "패권", "징병"); $gencount++; + 77, "미축",1119, 0, "낙양", 26, 30, 65, 0, 165, 220, "왕좌", "상재"); $gencount++; + 94, "반봉",1120, 0, "낙양", 61, 75, 17, 0, 155, 191, "출세", "-"); $gencount++; + 44, "반준",1121, 0, "낙양", 41, 21, 67, 0, 174, 239, "안전", "-"); $gencount++; + 65, "방덕",1122, 0, "낙양", 76, 90, 67, 0, 170, 219, "의협", "기병"); $gencount++; + 73, "방통",1123, 0, "낙양", 86, 41, 97, 0, 179, 214, "패권", "반계"); $gencount++; + 65, "방회",1124, 0, "낙양", 25, 33, 59, 0, 205, 272, "안전", "-"); $gencount++; + 68, "배원소",1125, 0, "낙양", 45, 69, 33, 0, 169, 200, "재간", "-"); $gencount++; + 78, "번건",1126, 0, "낙양", 28, 31, 68, 0, 205, 270, "대의", "-"); $gencount++; +149, "번주",1127, 0, "낙양", 67, 77, 21, 0, 149, 192, "할거", "-"); $gencount++; + 72, "법정",1128, 0, "낙양", 81, 29, 93, 0, 176, 220, "패권", "신산"); $gencount++; + 8, "변희",1129, 0, "낙양", 65, 65, 27, 0, 169, 200, "안전", "-"); $gencount++; +121, "보질",1130, 0, "낙양", 58, 28, 77, 0, 177, 247, "유지", "-"); $gencount++; +113, "복양흥",1131, 0, "낙양", 58, 51, 71, 0, 224, 264, "유지", "-"); $gencount++; +110, "봉기",1132, 0, "낙양", 68, 52, 80, 0, 153, 202, "패권", "집중"); $gencount++; + 74, "부동",1133, 0, "낙양", 58, 69, 69, 0, 183, 222, "대의", "-"); $gencount++; +108, "부사인",1134, 0, "낙양", 54, 59, 51, 0, 182, 222, "출세", "-"); $gencount++; + 38, "부손",1135, 0, "낙양", 24, 43, 68, 0, 162, 230, "안전", "-"); $gencount++; + 74, "부첨",1136, 0, "낙양", 61, 74, 45, 0, 216, 263, "대의", "-"); $gencount++; + 66, "비시",1137, 0, "낙양", 18, 36, 61, 0, 176, 240, "재간", "-"); $gencount++; +141, "비연",1138, 0, "낙양", 66, 65, 53, 0, 196, 238, "출세", "-"); $gencount++; + 77, "비위",1139, 0, "낙양", 72, 26, 73, 0, 193, 253, "대의", "-"); $gencount++; +144, "사광",1140, 0, "낙양", 57, 49, 66, 0, 175, 235, "안전", "-"); $gencount++; + 71, "사마가",1141, 0, "낙양", 61, 85, 18, 0, 167, 222, "정복", "돌격"); $gencount++; + 20, "사마랑",1142, 0, "낙양", 25, 32, 63, 0, 171, 217, "대의", "-"); $gencount++; + 24, "사마망",1143, 0, "낙양", 71, 61, 65, 0, 205, 271, "정복", "-"); $gencount++; + 24, "사마부",1144, 0, "낙양", 55, 31, 73, 0, 180, 272, "대의", "-"); $gencount++; + 31, "사마사",1145, 0, "낙양", 87, 64, 91, 0, 208, 255, "정복", "-"); $gencount++; + 31, "사마소",1146, 0, "낙양", 93, 63, 84, 0, 211, 265, "정복", "-"); $gencount++; + 31, "사마염",1147, 0, "낙양", 92, 78, 72, 0, 236, 290, "패권", "-"); $gencount++; + 30, "사마유",1148, 0, "낙양", 62, 45, 79, 0, 248, 283, "왕좌", "-"); $gencount++; + 31, "사마의",1149, 0, "낙양", 98, 67, 98, 0, 179, 251, "패권", "반계"); $gencount++; +139, "사섭",1150, 0, "낙양", 63, 61, 71, 0, 137, 226, "안전", "-"); $gencount++; +139, "사일",1151, 0, "낙양", 59, 44, 68, 0, 153, 230, "유지", "-"); $gencount++; +132, "사정",1152, 0, "낙양", 67, 71, 20, 0, 178, 221, "안전", "-"); $gencount++; +146, "사지",1153, 0, "낙양", 61, 49, 70, 0, 163, 227, "안전", "-"); $gencount++; +144, "사휘",1154, 0, "낙양", 67, 71, 61, 0, 165, 227, "유지", "-"); $gencount++; + 35, "서막",1155, 0, "낙양", 56, 41, 72, 0, 171, 249, "유지", "-"); $gencount++; + 76, "서서",1156, 0, "낙양", 90, 70, 96, 0, 178, 232, "의협", "귀병"); $gencount++; +124, "서성",1157, 0, "낙양", 83, 76, 83, 0, 177, 234, "대의", "-"); $gencount++; +142, "서영",1158, 0, "낙양", 47, 63, 33, 0, 147, 191, "안전", "-"); $gencount++; + 23, "서질",1159, 0, "낙양", 55, 73, 34, 0, 207, 253, "재간", "-"); $gencount++; + 23, "서황",1160, 0, "낙양", 79, 89, 68, 0, 165, 228, "의협", "필살"); $gencount++; + 32, "석포",1161, 0, "낙양", 71, 63, 59, 0, 214, 272, "정복", "-"); $gencount++; +131, "설영",1162, 0, "낙양", 46, 23, 64, 0, 223, 282, "유지", "-"); $gencount++; +128, "설종",1163, 0, "낙양", 27, 33, 67, 0, 187, 243, "유지", "-"); $gencount++; + 69, "성의",1164, 0, "낙양", 45, 64, 22, 0, 168, 211, "재간", "-"); $gencount++; +129, "소비",1165, 0, "낙양", 67, 63, 49, 0, 172, 221, "대의", "-"); $gencount++; + 76, "손건",1166, 0, "낙양", 42, 33, 73, 0, 165, 215, "대의", "거상"); $gencount++; +125, "손견",1167, 0, "낙양", 96, 95, 76, 0, 156, 192, "왕좌", "무쌍"); $gencount++; +126, "손광",1168, 0, "낙양", 63, 54, 58, 0, 186, 207, "유지", "-"); $gencount++; +125, "손권",1169, 0, "낙양", 90, 77, 83, 0, 182, 252, "할거", "수비"); $gencount++; +126, "손랑",1170, 0, "낙양", 27, 54, 28, 0, 187, 226, "안전", "-"); $gencount++; +126, "손등",1171, 0, "낙양", 52, 39, 77, 0, 209, 241, "할거", "-"); $gencount++; +125, "손량",1172, 0, "낙양", 24, 23, 79, 0, 243, 260, "할거", "-"); $gencount++; + 20, "손례",1173, 0, "낙양", 64, 64, 69, 0, 180, 250, "안전", "-"); $gencount++; +124, "손소",1174, 0, "낙양", 76, 80, 68, 0, 188, 241, "정복", "-"); $gencount++; +130, "손수",1175, 0, "낙양", 67, 57, 59, 0, 235, 299, "안전", "-"); $gencount++; +126, "손유",1176, 0, "낙양", 77, 60, 67, 0, 177, 215, "정복", "-"); $gencount++; +122, "손이",1177, 0, "낙양", 57, 62, 57, 0, 223, 272, "안전", "-"); $gencount++; +126, "손정",1178, 0, "낙양", 59, 56, 62, 0, 160, 206, "유지", "-"); $gencount++; +115, "손준",1179, 0, "낙양", 59, 69, 51, 0, 219, 256, "정복", "-"); $gencount++; + 7, "손중",1180, 0, "낙양", 53, 63, 24, 0, 154, 185, "안전", "-"); $gencount++; +125, "손책",1181, 0, "낙양", 96, 96, 78, 0, 175, 200, "패권", "필살"); $gencount++; +115, "손침",1182, 0, "낙양", 49, 71, 40, 0, 231, 258, "패권", "-"); $gencount++; +114, "손호",1183, 0, "낙양", 20, 78, 67, 0, 242, 284, "패권", "-"); $gencount++; +126, "손화",1184, 0, "낙양", 35, 25, 71, 0, 224, 253, "왕좌", "-"); $gencount++; +127, "손환",1185, 0, "낙양", 79, 65, 70, 0, 197, 228, "정복", "-"); $gencount++; +126, "손휴",1186, 0, "낙양", 63, 43, 64, 0, 235, 264, "정복", "-"); $gencount++; +117, "손흠",1187, 0, "낙양", 66, 63, 33, 0, 235, 280, "정복", "-"); $gencount++; +147, "송헌",1188, 0, "낙양", 42, 63, 41, 0, 157, 200, "안전", "-"); $gencount++; + 95, "순우경",1189, 0, "낙양", 72, 67, 60, 0, 146, 200, "할거", "-"); $gencount++; + 22, "순욱1",1190, 0, "낙양", 54, 29, 97, 0, 163, 212, "왕좌", "집중"); $gencount++; + 22, "순유",1191, 0, "낙양", 73, 41, 90, 0, 157, 214, "대의", "신중"); $gencount++; + 29, "신비",1192, 0, "낙양", 47, 28, 74, 0, 171, 240, "재간", "-"); $gencount++; + 37, "신의",1193, 0, "낙양", 55, 61, 51, 0, 190, 252, "출세", "-"); $gencount++; + 37, "신탐",1194, 0, "낙양", 56, 58, 57, 0, 188, 254, "출세", "-"); $gencount++; + 85, "신평",1195, 0, "낙양", 68, 51, 75, 0, 165, 204, "왕좌", "-"); $gencount++; +102, "심배",1196, 0, "낙양", 75, 66, 68, 0, 156, 204, "패권", "귀병"); $gencount++; +126, "심영",1197, 0, "낙양", 53, 72, 51, 0, 235, 280, "재간", "-"); $gencount++; + 47, "아하소과",1198, 0, "낙양", 53, 75, 15, 0, 204, 253, "안전", "척사"); $gencount++; + 62, "아회남",1199, 0, "낙양", 50, 74, 30, 0, 190, 225, "출세", "척사"); $gencount++; + 23, "악진",1200, 0, "낙양", 73, 67, 56, 0, 159, 218, "대의", "돌격"); $gencount++; + 23, "악침",1201, 0, "낙양", 45, 52, 33, 0, 196, 257, "대의", "-"); $gencount++; + 63, "악환",1202, 0, "낙양", 54, 82, 55, 0, 196, 251, "재간", "-"); $gencount++; +102, "안량",1203, 0, "낙양", 73, 93, 36, 0, 160, 200, "출세", "위압"); $gencount++; + 14, "양백",1204, 0, "낙양", 55, 54, 53, 0, 171, 214, "안전", "-"); $gencount++; + 92, "양봉1",1205, 0, "낙양", 57, 64, 36, 0, 153, 197, "유지", "-"); $gencount++; + 91, "양봉2",1206, 0, "낙양", 62, 78, 61, 0, 191, 252, "정복", "-"); $gencount++; + 13, "양송",1207, 0, "낙양", 15, 35, 34, 0, 167, 215, "안전", "-"); $gencount++; + 43, "양수",1208, 0, "낙양", 18, 31, 91, 0, 175, 219, "재간", "귀병"); $gencount++; + 61, "양의",1209, 0, "낙양", 67, 56, 71, 0, 190, 235, "유지", "-"); $gencount++; +141, "양조1",1210, 0, "낙양", 68, 54, 60, 0, 202, 256, "출세", "-"); $gencount++; + 9, "양추1",1211, 0, "낙양", 51, 67, 16, 0, 159, 199, "정복", "-"); $gencount++; + 31, "양호",1212, 0, "낙양", 91, 69, 80, 0, 221, 278, "패권", "-"); $gencount++; + 53, "양회",1213, 0, "낙양", 60, 67, 40, 0, 167, 212, "출세", "-"); $gencount++; +141, "양흥",1214, 0, "낙양", 52, 68, 17, 0, 169, 211, "안전", "-"); $gencount++; + 6, "어부라",1215, 0, "낙양", 78, 80, 61, 0, 150, 195, "정복", "-"); $gencount++; + 64, "엄강",1216, 0, "낙양", 57, 65, 44, 0, 163, 192, "재간", "-"); $gencount++; + 10, "엄백호",1217, 0, "낙양", 48, 68, 30, 0, 150, 197, "할거", "-"); $gencount++; + 10, "엄여",1218, 0, "낙양", 35, 66, 24, 0, 153, 197, "할거", "-"); $gencount++; + 69, "엄안",1219, 0, "낙양", 72, 84, 67, 0, 151, 222, "왕좌", "-"); $gencount++; + 7, "엄정",1220, 0, "낙양", 31, 68, 49, 0, 151, 189, "출세", "-"); $gencount++; +121, "엄준",1221, 0, "낙양", 44, 24, 71, 0, 169, 246, "재간", "-"); $gencount++; + 71, "여개",1222, 0, "낙양", 51, 42, 67, 0, 194, 227, "유지", "-"); $gencount++; + 29, "여건",1223, 0, "낙양", 44, 68, 29, 0, 173, 238, "출세", "-"); $gencount++; +107, "여광",1224, 0, "낙양", 60, 67, 27, 0, 162, 207, "유지", "-"); $gencount++; +124, "여몽",1225, 0, "낙양", 92, 78, 93, 0, 178, 219, "패권", "궁병"); $gencount++; +123, "여범",1226, 0, "낙양", 43, 34, 71, 0, 169, 228, "할거", "-"); $gencount++; +107, "여상",1227, 0, "낙양", 62, 68, 26, 0, 164, 207, "유지", "-"); $gencount++; +105, "여위황",1228, 0, "낙양", 42, 62, 38, 0, 159, 200, "정복", "-"); $gencount++; +145, "여포",1229, 0, "낙양", 74,100, 29, 0, 156, 198, "패권", "돌격"); $gencount++; + 50, "염우",1230, 0, "낙양", 58, 51, 18, 0, 209, 264, "출세", "-"); $gencount++; + 40, "염유",1231, 0, "낙양", 59, 75, 51, 0, 168, 227, "출세", "-"); $gencount++; + 18, "염포",1232, 0, "낙양", 33, 35, 77, 0, 163, 231, "유지", "-"); $gencount++; + 40, "예형",1233, 0, "낙양", 77, 31, 95, 0, 173, 209, "은둔", "통찰"); $gencount++; +133, "오강",1234, 0, "낙양", 47, 37, 61, 0, 216, 275, "안전", "-"); $gencount++; + 59, "오란",1235, 0, "낙양", 67, 75, 42, 0, 170, 218, "재간", "-"); $gencount++; + 72, "오반",1236, 0, "낙양", 70, 66, 45, 0, 171, 234, "재간", "-"); $gencount++; +128, "오언",1237, 0, "낙양", 71, 60, 52, 0, 235, 297, "재간", "-"); $gencount++; +126, "오연",1238, 0, "낙양", 36, 70, 31, 0, 234, 280, "정복", "-"); $gencount++; + 69, "오의",1239, 0, "낙양", 75, 72, 74, 0, 165, 237, "유지", "-"); $gencount++; + 19, "오질",1240, 0, "낙양", 43, 37, 69, 0, 177, 230, "출세", "-"); $gencount++; + 51, "올돌골",1241, 0, "낙양", 77, 92, 15, 0, 186, 225, "출세", "척사"); $gencount++; + 52, "옹개",1242, 0, "낙양", 58, 67, 51, 0, 188, 225, "안전", "-"); $gencount++; + 20, "왕경",1243, 0, "낙양", 55, 47, 65, 0, 206, 260, "재간", "-"); $gencount++; + 97, "왕광",1244, 0, "낙양", 72, 67, 54, 0, 150, 190, "유지", "-"); $gencount++; + 30, "왕기1",1245, 0, "낙양", 76, 62, 70, 0, 190, 261, "유지", "-"); $gencount++; + 34, "왕랑",1246, 0, "낙양", 49, 29, 51, 0, 162, 228, "할거", "-"); $gencount++; + 57, "왕루",1247, 0, "낙양", 40, 28, 76, 0, 173, 211, "유지", "-"); $gencount++; + 76, "왕보",1248, 0, "낙양", 47, 34, 75, 0, 171, 219, "대의", "-"); $gencount++; + 86, "왕수",1249, 0, "낙양", 34, 34, 67, 0, 168, 218, "재간", "-"); $gencount++; + 26, "왕쌍",1250, 0, "낙양", 58, 89, 15, 0, 195, 228, "정복", "보병"); $gencount++; + 46, "왕위",1251, 0, "낙양", 59, 60, 68, 0, 163, 208, "안전", "-"); $gencount++; + 92, "왕윤",1252, 0, "낙양", 16, 18, 77, 0, 137, 192, "왕좌", "-"); $gencount++; + 40, "왕융",1253, 0, "낙양", 62, 41, 77, 0, 234, 305, "재간", "-"); $gencount++; + 32, "왕준",1254, 0, "낙양", 81, 83, 76, 0, 206, 285, "대의", "-"); $gencount++; + 30, "왕찬",1255, 0, "낙양", 28, 28, 78, 0, 177, 217, "안전", "-"); $gencount++; + 33, "왕창",1256, 0, "낙양", 74, 57, 52, 0, 188, 259, "정복", "-"); $gencount++; + 69, "왕평",1257, 0, "낙양", 77, 76, 71, 0, 192, 248, "재간", "-"); $gencount++; + 71, "왕항",1258, 0, "낙양", 51, 43, 60, 0, 184, 254, "대의", "-"); $gencount++; + 33, "왕혼",1259, 0, "낙양", 69, 32, 59, 0, 223, 297, "정복", "-"); $gencount++; + 71, "요립",1260, 0, "낙양", 65, 41, 84, 0, 181, 250, "출세", "-"); $gencount++; + 74, "요화",1261, 0, "낙양", 67, 58, 60, 0, 170, 264, "의협", "-"); $gencount++; + 22, "우금1",1262, 0, "낙양", 80, 74, 71, 0, 159, 221, "정복", "-"); $gencount++; + 27, "우금2",1263, 0, "낙양", 63, 77, 37, 0, 173, 226, "대의", "-"); $gencount++; +122, "우번",1264, 0, "낙양", 23, 42, 73, 0, 164, 233, "유지", "-"); $gencount++; +126, "우전",1265, 0, "낙양", 63, 55, 41, 0, 204, 258, "안전", "-"); $gencount++; + 86, "원담",1266, 0, "낙양", 67, 59, 55, 0, 173, 205, "왕좌", "-"); $gencount++; +101, "원상",1267, 0, "낙양", 54, 72, 68, 0, 179, 207, "패권", "-"); $gencount++; +101, "원소",1268, 0, "낙양", 85, 67, 76, 0, 154, 202, "패권", "위압"); $gencount++; +140, "원술",1269, 0, "낙양", 77, 59, 71, 0, 155, 199, "패권", "축성"); $gencount++; +140, "원윤",1270, 0, "낙양", 41, 34, 60, 0, 163, 199, "패권", "-"); $gencount++; +101, "원희",1271, 0, "낙양", 69, 57, 72, 0, 176, 207, "할거", "-"); $gencount++; +131, "위소",1272, 0, "낙양", 39, 24, 82, 0, 204, 273, "재간", "-"); $gencount++; +147, "위속",1273, 0, "낙양", 57, 59, 41, 0, 156, 200, "안전", "-"); $gencount++; + 81, "위연",1274, 0, "낙양", 78, 94, 62, 0, 175, 234, "패권", "보병"); $gencount++; + 96, "위유",1275, 0, "낙양", 53, 69, 71, 0, 151, 193, "재간", "-"); $gencount++; + 76, "유기",1276, 0, "낙양", 57, 19, 73, 0, 174, 209, "왕좌", "-"); $gencount++; + 36, "유대",1277, 0, "낙양", 61, 57, 62, 0, 147, 202, "재간", "-"); $gencount++; +134, "유도",1278, 0, "낙양", 35, 33, 68, 0, 168, 214, "재간", "-"); $gencount++; + 46, "유벽",1279, 0, "낙양", 63, 71, 23, 0, 168, 210, "출세", "-"); $gencount++; + 75, "유봉",1280, 0, "낙양", 60, 65, 62, 0, 188, 220, "출세", "-"); $gencount++; + 75, "유비",1281, 0, "낙양", 85, 75, 70, 0, 161, 223, "왕좌", "인덕"); $gencount++; + 75, "유선1",1282, 0, "낙양", 24, 17, 21, 0, 207, 271, "대의", "-"); $gencount++; + 55, "유순",1283, 0, "낙양", 67, 61, 54, 0, 184, 239, "출세", "-"); $gencount++; + 75, "유심",1284, 0, "낙양", 63, 46, 70, 0, 238, 263, "왕좌", "-"); $gencount++; +129, "유약",1285, 0, "낙양", 67, 63, 61, 0, 206, 260, "유지", "-"); $gencount++; + 55, "유언",1286, 0, "낙양", 60, 40, 74, 0, 132, 194, "할거", "-"); $gencount++; + 27, "유엽",1287, 0, "낙양", 40, 29, 79, 0, 176, 235, "유지", "-"); $gencount++; + 11, "유요",1288, 0, "낙양", 23, 22, 48, 0, 156, 195, "안전", "발명"); $gencount++; + 96, "유우",1289, 0, "낙양", 68, 34, 72, 0, 145, 193, "왕좌", "-"); $gencount++; + 55, "유장",1290, 0, "낙양", 38, 31, 63, 0, 162, 219, "할거", "수비"); $gencount++; + 45, "유종",1291, 0, "낙양", 22, 26, 61, 0, 191, 208, "할거", "-"); $gencount++; + 56, "유파",1292, 0, "낙양", 47, 32, 70, 0, 186, 222, "대의", "-"); $gencount++; + 45, "유표1",1293, 0, "낙양", 71, 57, 71, 0, 142, 208, "할거", "-"); $gencount++; + 27, "유표2",1294, 0, "낙양", 76, 55, 71, 0, 173, 229, "안전", "-"); $gencount++; +134, "유현",1295, 0, "낙양", 32, 56, 55, 0, 188, 252, "안전", "-"); $gencount++; +122, "육개",1296, 0, "낙양", 66, 30, 72, 0, 198, 269, "재간", "-"); $gencount++; +122, "육손",1297, 0, "낙양", 98, 68, 98, 0, 183, 245, "왕좌", "귀병"); $gencount++; +121, "육적",1298, 0, "낙양", 44, 29, 73, 0, 187, 219, "안전", "-"); $gencount++; +122, "육항",1299, 0, "낙양", 95, 69, 94, 0, 226, 274, "왕좌", "-"); $gencount++; + 38, "윤대목",1300, 0, "낙양", 62, 49, 69, 0, 211, 270, "재간", "-"); $gencount++; + 80, "윤묵",1301, 0, "낙양", 19, 28, 73, 0, 183, 239, "대의", "-"); $gencount++; + 72, "윤상",1302, 0, "낙양", 30, 32, 42, 0, 194, 260, "대의", "-"); $gencount++; +136, "윤직",1303, 0, "낙양", 44, 58, 63, 0, 197, 237, "재간", "-"); $gencount++; + 2, "이각",1304, 0, "낙양", 56, 77, 43, 0, 148, 198, "패권", "-"); $gencount++; +146, "이숙",1305, 0, "낙양", 27, 45, 67, 0, 156, 192, "재간", "-"); $gencount++; + 71, "이엄",1306, 0, "낙양", 80, 84, 81, 0, 172, 234, "패권", "-"); $gencount++; + 2, "이유",1307, 0, "낙양", 64, 22, 90, 0, 150, 192, "패권", "귀모"); $gencount++; +132, "이이",1308, 0, "낙양", 55, 75, 20, 0, 187, 222, "정복", "-"); $gencount++; + 77, "이적",1309, 0, "낙양", 55, 27, 77, 0, 162, 226, "할거", "-"); $gencount++; + 22, "이전",1310, 0, "낙양", 75, 68, 82, 0, 174, 216, "왕좌", "-"); $gencount++; + 71, "이풍1",1311, 0, "낙양", 59, 56, 62, 0, 206, 260, "재간", "-"); $gencount++; + 66, "이회",1312, 0, "낙양", 67, 50, 79, 0, 175, 231, "유지", "-"); $gencount++; +114, "잠혼",1313, 0, "낙양", 15, 16, 44, 0, 239, 280, "할거", "-"); $gencount++; + 7, "장각",1314, 0, "낙양", 93, 25, 93, 0, 140, 185, "패권", "환술"); $gencount++; + 34, "장간",1315, 0, "낙양", 19, 20, 70, 0, 175, 239, "재간", "-"); $gencount++; + 7, "장개",1316, 0, "낙양", 48, 69, 19, 0, 155, 202, "안전", "-"); $gencount++; +122, "장굉",1317, 0, "낙양", 25, 21, 85, 0, 153, 212, "왕좌", "-"); $gencount++; + 7, "장량",1318, 0, "낙양", 68, 81, 68, 0, 153, 185, "정복", "환술"); $gencount++; + 15, "장로",1319, 0, "낙양", 76, 44, 80, 0, 163, 237, "유지", "축성"); $gencount++; + 23, "장료",1320, 0, "낙양", 89, 93, 83, 0, 169, 222, "의협", "견고"); $gencount++; + 7, "장보",1321, 0, "낙양", 78, 81, 76, 0, 148, 185, "패권", "환술"); $gencount++; + 76, "장비",1322, 0, "낙양", 79, 99, 48, 0, 167, 221, "의협", "무쌍"); $gencount++; + 62, "장서",1323, 0, "낙양", 44, 48, 35, 0, 225, 290, "출세", "-"); $gencount++; +120, "장소1",1324, 0, "낙양", 42, 24, 91, 0, 156, 236, "안전", "-"); $gencount++; + 78, "장소2",1325, 0, "낙양", 51, 44, 71, 0, 202, 264, "재간", "-"); $gencount++; + 72, "장송",1326, 0, "낙양", 49, 28, 93, 0, 170, 212, "할거", "통찰"); $gencount++; +148, "장수",1327, 0, "낙양", 71, 72, 69, 0, 154, 207, "할거", "-"); $gencount++; +145, "장양1",1328, 0, "낙양", 62, 66, 65, 0, 150, 199, "출세", "-"); $gencount++; + 8, "장연",1329, 0, "낙양", 78, 66, 47, 0, 153, 210, "안전", "-"); $gencount++; + 11, "장영",1330, 0, "낙양", 55, 65, 40, 0, 154, 195, "재간", "-"); $gencount++; +118, "장온",1331, 0, "낙양", 21, 30, 69, 0, 193, 231, "할거", "-"); $gencount++; + 78, "장완",1332, 0, "낙양", 70, 55, 86, 0, 188, 246, "할거", "상재"); $gencount++; + 15, "장위",1333, 0, "낙양", 65, 70, 29, 0, 172, 215, "대의", "-"); $gencount++; + 36, "장윤",1334, 0, "낙양", 67, 59, 60, 0, 163, 208, "정복", "-"); $gencount++; +104, "장의거",1335, 0, "낙양", 68, 59, 34, 0, 159, 205, "대의", "-"); $gencount++; + 68, "장익",1336, 0, "낙양", 75, 68, 63, 0, 188, 264, "유지", "-"); $gencount++; + 56, "장임",1337, 0, "낙양", 83, 82, 74, 0, 169, 214, "대의", "견고"); $gencount++; +148, "장제1",1338, 0, "낙양", 70, 65, 59, 0, 144, 196, "할거", "-"); $gencount++; + 32, "장제2",1339, 0, "낙양", 30, 33, 84, 0, 188, 249, "유지", "-"); $gencount++; +126, "장제3",1340, 0, "낙양", 74, 49, 61, 0, 236, 280, "할거", "-"); $gencount++; + 17, "장패",1341, 0, "낙양", 44, 78, 43, 0, 165, 231, "할거", "-"); $gencount++; + 76, "장포1",1342, 0, "낙양", 69, 85, 49, 0, 198, 229, "재간", "징병"); $gencount++; +113, "장포2",1343, 0, "낙양", 63, 66, 51, 0, 225, 264, "유지", "-"); $gencount++; + 27, "장합",1344, 0, "낙양", 83, 91, 63, 0, 167, 231, "출세", "궁병"); $gencount++; + 23, "장호",1345, 0, "낙양", 56, 62, 54, 0, 195, 240, "정복", "-"); $gencount++; + 31, "장화",1346, 0, "낙양", 49, 24, 86, 0, 232, 300, "유지", "-"); $gencount++; + 48, "장횡",1347, 0, "낙양", 53, 67, 25, 0, 178, 211, "재간", "-"); $gencount++; +141, "장훈",1348, 0, "낙양", 67, 61, 60, 0, 156, 206, "안전", "-"); $gencount++; +120, "장휴",1349, 0, "낙양", 42, 35, 70, 0, 204, 244, "재간", "-"); $gencount++; +126, "장흠",1350, 0, "낙양", 64, 66, 67, 0, 168, 219, "대의", "저격"); $gencount++; + 96, "저수",1351, 0, "낙양", 82, 54, 88, 0, 156, 201, "할거", "반계"); $gencount++; +130, "전단",1352, 0, "낙양", 64, 73, 61, 0, 204, 261, "출세", "-"); $gencount++; + 42, "전속",1353, 0, "낙양", 66, 57, 49, 0, 218, 272, "안전", "-"); $gencount++; + 26, "전위1",1354, 0, "낙양", 61, 96, 34, 0, 160, 197, "의협", "필살"); $gencount++; +130, "전위2",1355, 0, "낙양", 74, 69, 62, 0, 230, 274, "출세", "-"); $gencount++; +128, "전종",1356, 0, "낙양", 79, 77, 74, 0, 183, 249, "패권", "-"); $gencount++; + 42, "전주",1357, 0, "낙양", 69, 67, 51, 0, 169, 214, "의협", "-"); $gencount++; + 96, "전풍",1358, 0, "낙양", 81, 41, 96, 0, 162, 200, "왕좌", "-"); $gencount++; + 24, "정무",1359, 0, "낙양", 54, 38, 74, 0, 201, 265, "출세", "-"); $gencount++; +119, "정병",1360, 0, "낙양", 22, 25, 67, 0, 172, 226, "유지", "-"); $gencount++; +126, "정보",1361, 0, "낙양", 81, 64, 76, 0, 151, 216, "패권", "-"); $gencount++; +123, "정봉1",1362, 0, "낙양", 70, 77, 64, 0, 190, 271, "패권", "-"); $gencount++; + 24, "정욱",1363, 0, "낙양", 80, 39, 90, 0, 141, 220, "패권", "신중"); $gencount++; + 88, "정원",1364, 0, "낙양", 64, 77, 58, 0, 137, 190, "왕좌", "기병"); $gencount++; + 7, "정원지",1365, 0, "낙양", 41, 74, 38, 0, 145, 185, "출세", "-"); $gencount++; + 69, "정은",1366, 0, "낙양", 53, 62, 26, 0, 169, 211, "재간", "-"); $gencount++; +121, "제갈각",1367, 0, "낙양", 61, 53, 92, 0, 203, 253, "왕좌", "-"); $gencount++; + 76, "제갈균",1368, 0, "낙양", 59, 45, 74, 0, 185, 252, "안전", "상재"); $gencount++; +121, "제갈근",1369, 0, "낙양", 60, 42, 88, 0, 174, 241, "왕좌", "경작"); $gencount++; + 76, "제갈량",1370, 0, "낙양", 97, 55,100, 0, 181, 234, "왕좌", "집중"); $gencount++; + 76, "제갈상",1371, 0, "낙양", 52, 75, 71, 0, 246, 263, "대의", "-"); $gencount++; +135, "제갈정",1372, 0, "낙양", 56, 57, 54, 0, 241, 300, "안전", "-"); $gencount++; + 76, "제갈첨",1373, 0, "낙양", 73, 52, 76, 0, 227, 263, "대의", "-"); $gencount++; +135, "제갈탄",1374, 0, "낙양", 79, 79, 73, 0, 206, 258, "패권", "-"); $gencount++; + 76, "조광",1375, 0, "낙양", 65, 67, 54, 0, 210, 263, "재간", "-"); $gencount++; + 74, "조루",1376, 0, "낙양", 49, 37, 60, 0, 183, 219, "대의", "-"); $gencount++; + 24, "조모",1377, 0, "낙양", 53, 32, 30, 0, 241, 260, "할거", "-"); $gencount++; +127, "조무",1378, 0, "낙양", 71, 68, 71, 0, 155, 191, "의협", "-"); $gencount++; + 26, "조방",1379, 0, "낙양", 50, 20, 31, 0, 232, 274, "정복", "-"); $gencount++; + 83, "조범",1380, 0, "낙양", 58, 40, 63, 0, 168, 218, "유지", "-"); $gencount++; + 26, "조비",1381, 0, "낙양", 72, 69, 75, 0, 187, 226, "패권", "징병"); $gencount++; + 19, "조상",1382, 0, "낙양", 68, 62, 31, 0, 207, 249, "패권", "-"); $gencount++; +147, "조성",1383, 0, "낙양", 44, 69, 51, 0, 163, 198, "안전", "-"); $gencount++; + 26, "조순",1384, 0, "낙양", 66, 57, 72, 0, 170, 210, "정복", "-"); $gencount++; + 25, "조식",1385, 0, "낙양", 19, 19, 90, 0, 192, 232, "왕좌", "귀모"); $gencount++; + 25, "조앙",1386, 0, "낙양", 44, 65, 62, 0, 175, 197, "왕좌", "-"); $gencount++; + 25, "조예",1387, 0, "낙양", 57, 55, 82, 0, 205, 239, "정복", "-"); $gencount++; + 26, "조우",1388, 0, "낙양", 67, 55, 67, 0, 199, 260, "대의", "-"); $gencount++; + 76, "조운",1389, 0, "낙양", 95, 98, 87, 0, 168, 229, "왕좌", "무쌍"); $gencount++; + 25, "조웅",1390, 0, "낙양", 59, 27, 44, 0, 194, 220, "안전", "-"); $gencount++; + 26, "조인",1391, 0, "낙양", 74, 79, 62, 0, 168, 223, "패권", "보병"); $gencount++; + 25, "조조",1392, 0, "낙양",100, 80, 95, 0, 155, 220, "패권", "반계"); $gencount++; + 26, "조진",1393, 0, "낙양", 82, 67, 65, 0, 185, 231, "정복", "-"); $gencount++; + 25, "조창",1394, 0, "낙양", 75, 88, 37, 0, 190, 223, "정복", "돌격"); $gencount++; + 76, "조통",1395, 0, "낙양", 65, 64, 55, 0, 209, 260, "재간", "-"); $gencount++; + 84, "조표",1396, 0, "낙양", 34, 70, 16, 0, 151, 196, "안전", "-"); $gencount++; + 7, "조홍1",1397, 0, "낙양", 52, 66, 42, 0, 156, 185, "유지", "-"); $gencount++; + 24, "조홍2",1398, 0, "낙양", 72, 69, 44, 0, 169, 232, "패권", "-"); $gencount++; + 26, "조환",1399, 0, "낙양", 34, 24, 42, 0, 246, 302, "정복", "-"); $gencount++; + 19, "조훈",1400, 0, "낙양", 67, 63, 30, 0, 212, 249, "출세", "-"); $gencount++; + 26, "조휴",1401, 0, "낙양", 75, 71, 70, 0, 174, 228, "패권", "-"); $gencount++; + 19, "조희",1402, 0, "낙양", 64, 57, 71, 0, 210, 249, "대의", "-"); $gencount++; + 22, "종요",1403, 0, "낙양", 16, 20, 74, 0, 151, 230, "유지", "-"); $gencount++; + 20, "종회",1404, 0, "낙양", 84, 58, 93, 0, 225, 264, "패권", "-"); $gencount++; +128, "주거",1405, 0, "낙양", 73, 71, 72, 0, 190, 246, "유지", "-"); $gencount++; +118, "주방",1406, 0, "낙양", 56, 36, 76, 0, 200, 240, "할거", "-"); $gencount++; +126, "주연",1407, 0, "낙양", 73, 72, 51, 0, 182, 249, "할거", "-"); $gencount++; +126, "주유",1408, 0, "낙양", 97, 73, 97, 0, 175, 210, "패권", "신산"); $gencount++; +128, "주이",1409, 0, "낙양", 61, 55, 61, 0, 201, 257, "안전", "-"); $gencount++; + 88, "주준",1410, 0, "낙양", 82, 75, 65, 0, 149, 195, "왕좌", "-"); $gencount++; + 32, "주지",1411, 0, "낙양", 52, 77, 47, 0, 233, 295, "안전", "-"); $gencount++; + 76, "주창",1412, 0, "낙양", 42, 79, 30, 0, 164, 219, "의협", "궁병"); $gencount++; +126, "주치",1413, 0, "낙양", 58, 55, 56, 0, 156, 224, "안전", "-"); $gencount++; + 41, "주태1",1414, 0, "낙양", 62, 55, 61, 0, 207, 261, "안전", "-"); $gencount++; +126, "주태2",1415, 0, "낙양", 74, 88, 60, 0, 171, 225, "정복", "필살"); $gencount++; +128, "주환",1416, 0, "낙양", 84, 86, 74, 0, 177, 238, "정복", "-"); $gencount++; + 29, "진건",1417, 0, "낙양", 62, 70, 62, 0, 214, 292, "정복", "-"); $gencount++; + 29, "진교",1418, 0, "낙양", 21, 25, 67, 0, 175, 237, "유지", "-"); $gencount++; + 28, "진군",1419, 0, "낙양", 60, 38, 87, 0, 167, 235, "대의", "-"); $gencount++; +143, "진궁",1420, 0, "낙양", 77, 51, 90, 0, 154, 198, "할거", "신중"); $gencount++; + 79, "진규",1421, 0, "낙양", 22, 19, 71, 0, 132, 206, "할거", "-"); $gencount++; + 72, "진도",1422, 0, "낙양", 71, 85, 70, 0, 171, 237, "대의", "-"); $gencount++; + 79, "진등",1423, 0, "낙양", 64, 62, 71, 0, 169, 207, "할거", "-"); $gencount++; + 37, "진림",1424, 0, "낙양", 50, 28, 82, 0, 160, 217, "재간", "-"); $gencount++; +124, "진무",1425, 0, "낙양", 62, 74, 59, 0, 176, 215, "재간", "-"); $gencount++; + 66, "진복",1426, 0, "낙양", 36, 27, 76, 0, 160, 226, "재간", "-"); $gencount++; + 50, "진수",1427, 0, "낙양", 25, 29, 83, 0, 233, 297, "대의", "-"); $gencount++; + 81, "진식",1428, 0, "낙양", 47, 68, 52, 0, 191, 230, "출세", "-"); $gencount++; + 79, "진진",1429, 0, "낙양", 58, 38, 64, 0, 170, 235, "재간", "-"); $gencount++; + 28, "진태",1430, 0, "낙양", 79, 76, 70, 0, 210, 260, "대의", "-"); $gencount++; + 11, "진횡",1431, 0, "낙양", 38, 58, 47, 0, 161, 195, "출세", "-"); $gencount++; + 21, "차주",1432, 0, "낙양", 55, 66, 62, 0, 164, 199, "안전", "-"); $gencount++; + 11, "착융",1433, 0, "낙양", 62, 59, 21, 0, 161, 194, "출세", "-"); $gencount++; + 36, "채모",1434, 0, "낙양", 79, 69, 68, 0, 155, 208, "정복", "궁병"); $gencount++; + 36, "채중",1435, 0, "낙양", 58, 43, 55, 0, 168, 208, "출세", "-"); $gencount++; + 36, "채화",1436, 0, "낙양", 56, 47, 49, 0, 166, 208, "안전", "-"); $gencount++; + 66, "초주",1437, 0, "낙양", 22, 26, 81, 0, 201, 270, "대의", "-"); $gencount++; + 20, "최염",1438, 0, "낙양", 43, 54, 67, 0, 162, 216, "대의", "-"); $gencount++; + 60, "축융",1439, 0, "낙양", 59, 87, 25, 0, 193, 246, "정복", "척사"); $gencount++; + 60, "타사대왕",1440, 0, "낙양", 61, 72, 67, 0, 186, 225, "출세", "척사"); $gencount++; +124, "태사자",1441, 0, "낙양", 71, 97, 65, 0, 166, 209, "대의", "무쌍"); $gencount++; +124, "태사향",1442, 0, "낙양", 51, 69, 50, 0, 189, 246, "재간", "-"); $gencount++; + 12, "포륭",1443, 0, "낙양", 53, 74, 20, 0, 174, 208, "안전", "-"); $gencount++; + 74, "풍습",1444, 0, "낙양", 36, 64, 44, 0, 182, 222, "재간", "-"); $gencount++; + 7, "하의",1445, 0, "낙양", 49, 68, 25, 0, 161, 195, "출세", "-"); $gencount++; +121, "하제",1446, 0, "낙양", 74, 73, 64, 0, 171, 227, "재간", "-"); $gencount++; + 90, "하진",1447, 0, "낙양", 49, 69, 37, 0, 135, 189, "왕좌", "-"); $gencount++; + 24, "하후덕",1448, 0, "낙양", 67, 64, 39, 0, 178, 218, "출세", "-"); $gencount++; + 26, "하후돈",1449, 0, "낙양", 88, 92, 71, 0, 156, 220, "의협", "돌격"); $gencount++; + 19, "하후무",1450, 0, "낙양", 38, 33, 37, 0, 201, 259, "안전", "-"); $gencount++; + 24, "하후상",1451, 0, "낙양", 67, 62, 71, 0, 181, 225, "출세", "-"); $gencount++; + 26, "하후연",1452, 0, "낙양", 79, 90, 58, 0, 162, 219, "패권", "궁병"); $gencount++; + 26, "하후위",1453, 0, "낙양", 73, 76, 71, 0, 204, 254, "정복", "-"); $gencount++; + 26, "하후은",1454, 0, "낙양", 49, 51, 39, 0, 180, 208, "안전", "-"); $gencount++; + 23, "하후패",1455, 0, "낙양", 78, 88, 69, 0, 202, 262, "대의", "-"); $gencount++; + 20, "하후현",1456, 0, "낙양", 57, 23, 75, 0, 208, 254, "유지", "-"); $gencount++; + 26, "하후혜",1457, 0, "낙양", 76, 66, 78, 0, 206, 242, "정복", "-"); $gencount++; + 26, "하후화",1458, 0, "낙양", 77, 61, 80, 0, 207, 265, "정복", "-"); $gencount++; + 22, "학소",1459, 0, "낙양", 89, 81, 86, 0, 185, 229, "대의", "견고"); $gencount++; +126, "한당",1460, 0, "낙양", 68, 67, 64, 0, 156, 225, "할거", "-"); $gencount++; + 93, "한복",1461, 0, "낙양", 66, 59, 42, 0, 149, 191, "안전", "-"); $gencount++; + 8, "한섬",1462, 0, "낙양", 39, 62, 35, 0, 159, 196, "출세", "-"); $gencount++; + 48, "한수",1463, 0, "낙양", 66, 76, 77, 0, 142, 215, "대의", "기병"); $gencount++; + 40, "한숭",1464, 0, "낙양", 21, 25, 70, 0, 154, 210, "재간", "-"); $gencount++; + 7, "한충",1465, 0, "낙양", 41, 66, 29, 0, 151, 185, "안전", "-"); $gencount++; + 9, "한현",1466, 0, "낙양", 43, 61, 20, 0, 163, 208, "유지", "-"); $gencount++; + 27, "한호",1467, 0, "낙양", 60, 73, 45, 0, 164, 218, "유지", "-"); $gencount++; + 79, "향랑",1468, 0, "낙양", 51, 21, 77, 0, 167, 247, "대의", "-"); $gencount++; + 79, "향총",1469, 0, "낙양", 76, 42, 73, 0, 195, 240, "왕좌", "-"); $gencount++; +139, "허공",1470, 0, "낙양", 65, 63, 59, 0, 155, 200, "유지", "-"); $gencount++; + 21, "허유",1471, 0, "낙양", 47, 47, 57, 0, 155, 204, "재간", "-"); $gencount++; + 23, "허의",1472, 0, "낙양", 31, 74, 47, 0, 213, 263, "출세", "-"); $gencount++; + 26, "허저",1473, 0, "낙양", 57, 98, 27, 0, 169, 226, "정복", "무쌍"); $gencount++; + 87, "허정",1474, 0, "낙양", 18, 29, 74, 0, 152, 222, "재간", "-"); $gencount++; + 12, "형도영",1475, 0, "낙양", 49, 78, 23, 0, 174, 208, "출세", "-"); $gencount++; +148, "호거아",1476, 0, "낙양", 35, 76, 61, 0, 164, 206, "안전", "-"); $gencount++; + 76, "호반",1477, 0, "낙양", 61, 58, 46, 0, 179, 233, "재간", "-"); $gencount++; + 20, "호분",1478, 0, "낙양", 71, 60, 61, 0, 222, 288, "할거", "-"); $gencount++; + 27, "호주천",1479, 0, "낙양", 77, 75, 65, 0, 169, 230, "정복", "-"); $gencount++; + 20, "호준",1480, 0, "낙양", 67, 60, 46, 0, 200, 256, "재간", "-"); $gencount++; + 2, "화웅",1481, 0, "낙양", 68, 88, 24, 0, 155, 191, "출세", "돌격"); $gencount++; +131, "화핵",1482, 0, "낙양", 37, 27, 75, 0, 217, 278, "안전", "-"); $gencount++; + 10, "화흠",1483, 0, "낙양", 18, 43, 75, 0, 157, 231, "출세", "-"); $gencount++; + 21, "환범",1484, 0, "낙양", 20, 25, 81, 0, 199, 249, "유지", "-"); $gencount++; +127, "황개",1485, 0, "낙양", 78, 85, 69, 0, 154, 218, "왕좌", "징병"); $gencount++; + 56, "황권",1486, 0, "낙양", 76, 46, 77, 0, 167, 240, "대의", "-"); $gencount++; + 41, "황란",1487, 0, "낙양", 29, 70, 25, 0, 200, 264, "재간", "-"); $gencount++; + 88, "황보숭",1488, 0, "낙양", 83, 63, 73, 0, 132, 195, "왕좌", "-"); $gencount++; + 72, "황충",1489, 0, "낙양", 84, 94, 67, 0, 148, 222, "왕좌", "궁병"); $gencount++; + 50, "황호",1490, 0, "낙양", 15, 17, 48, 0, 226, 263, "안전", "-"); $gencount++; +147, "후성",1491, 0, "낙양", 56, 62, 33, 0, 158, 199, "정복", "-"); $gencount++; + + + + +123, "가화",1492, 0, "낙양", 50, 66, 40, 0, 176, 224, "-", "-"); $gencount++; +999, "건석",1493, 0, "낙양", 21, 12, 61, 0, 155, 189, "-", "-"); $gencount++; +999, "견씨",1494, 0, "낙양", 35, 24, 58, 0, 182, 221, "-", "-"); $gencount++; + 40, "견홍",1495, 0, "낙양", 76, 72, 66, 0, 224, 272, "-", "-"); $gencount++; +120, "고담",1496, 0, "낙양", 33, 21, 69, 0, 203, 244, "-", "-"); $gencount++; +101, "고유",1497, 0, "낙양", 56, 44, 73, 0, 174, 263, "-", "-"); $gencount++; +132, "곽마",1498, 0, "낙양", 68, 71, 49, 0, 239, 280, "-", "-"); $gencount++; + 39, "관구수",1499, 0, "낙양", 58, 63, 35, 0, 206, 265, "-", "-"); $gencount++; + 39, "관구전",1500, 0, "낙양", 63, 58, 68, 0, 224, 255, "-", "-"); $gencount++; +999, "관로",1501, 0, "낙양", 62, 21, 75, 0, 191, 256, "-", "-"); $gencount++; + 65, "관정",1502, 0, "낙양", 35, 50, 73, 0, 158, 199, "-", "-"); $gencount++; +137, "교수",1503, 0, "낙양", 67, 69, 39, 0, 143, 195, "-", "-"); $gencount++; + 33, "구건",1504, 0, "낙양", 43, 56, 69, 0, 239, 272, "-", "-"); $gencount++; + 41, "구본",1505, 0, "낙양", 52, 41, 70, 0, 232, 269, "-", "-"); $gencount++; + 12, "구성",1506, 0, "낙양", 56, 71, 31, 0, 157, 187, "-", "-"); $gencount++; + 21, "국연",1507, 0, "낙양", 52, 21, 71, 0, 160, 219, "-", "-"); $gencount++; + 99, "국의",1508, 0, "낙양", 83, 79, 50, 0, 146, 191, "-", "-"); $gencount++; + 34, "금의",1509, 0, "낙양", 18, 40, 63, 0, 177, 218, "-", "-"); $gencount++; + 76, "나헌",1510, 0, "낙양", 86, 67, 75, 0, 218, 270, "-", "-"); $gencount++; +999, "남두",1511, 0, "낙양", 35, 25, 54, 0, 130, 200, "-", "-"); $gencount++; + 54, "냉포",1512, 0, "낙양", 70, 82, 69, 0, 176, 214, "-", "-"); $gencount++; +124, "노숙2",1513, 0, "낙양", 70, 55, 76, 0, 208, 274, "-", "-"); $gencount++; + 42, "누규",1514, 0, "낙양", 54, 19, 88, 0, 143, 212, "-", "-"); $gencount++; + 6, "누반",1515, 0, "낙양", 65, 76, 39, 0, 178, 207, "-", "-"); $gencount++; +130, "누현",1516, 0, "낙양", 23, 20, 68, 0, 223, 275, "-", "-"); $gencount++; + 40, "당균",1517, 0, "낙양", 33, 19, 81, 0, 229, 264, "-", "-"); $gencount++; + 32, "당빈",1518, 0, "낙양", 70, 74, 62, 0, 235, 294, "-", "-"); $gencount++; +999, "대교",1519, 0, "낙양", 42, 10, 54, 0, 177, 235, "-", "-"); $gencount++; + 28, "대릉",1520, 0, "낙양", 64, 75, 45, 0, 199, 258, "-", "-"); $gencount++; +129, "동조",1521, 0, "낙양", 16, 15, 51, 0, 221, 281, "-", "-"); $gencount++; +114, "등수",1522, 0, "낙양", 35, 20, 44, 0, 228, 288, "-", "-"); $gencount++; + 50, "마막",1523, 0, "낙양", 22, 17, 5, 0, 221, 265, "-", "-"); $gencount++; +116, "만욱",1524, 0, "낙양", 20, 18, 66, 0, 240, 272, "-", "-"); $gencount++; +120, "맹종",1525, 0, "낙양", 48, 48, 67, 0, 216, 271, "-", "-"); $gencount++; + 38, "문호",1526, 0, "낙양", 65, 74, 45, 0, 227, 279, "-", "-"); $gencount++; +999, "미씨",1527, 0, "낙양", 59, 15, 68, 0, 176, 208, "-", "-"); $gencount++; + 39, "반림",1528, 0, "낙양", 66, 79, 8, 0, 168, 225, "-", "-"); $gencount++; +129, "반장",1529, 0, "낙양", 77, 78, 69, 0, 177, 222, "-", "-"); $gencount++; + 94, "방열",1530, 0, "낙양", 58, 82, 28, 0, 153, 190, "-", "-"); $gencount++; + 55, "방희",1531, 0, "낙양", 59, 38, 69, 0, 153, 218, "-", "-"); $gencount++; + 30, "배수",1532, 0, "낙양", 10, 11, 77, 0, 223, 271, "-", "-"); $gencount++; + 8, "번능",1533, 0, "낙양", 70, 61, 47, 0, 158, 194, "-", "-"); $gencount++; +999, "번씨",1534, 0, "낙양", 32, 17, 45, 0, 176, 220, "-", "-"); $gencount++; + 49, "보도근",1535, 0, "낙양", 64, 73, 50, 0, 170, 233, "-", "-"); $gencount++; +129, "보천",1536, 0, "낙양", 68, 60, 72, 0, 222, 272, "-", "-"); $gencount++; +121, "보협",1537, 0, "낙양", 73, 53, 75, 0, 216, 264, "-", "-"); $gencount++; + 28, "부하",1538, 0, "낙양", 44, 36, 85, 0, 209, 255, "-", "-"); $gencount++; + 26, "비요",1539, 0, "낙양", 70, 65, 73, 0, 192, 228, "-", "-"); $gencount++; + 31, "사마주",1540, 0, "낙양", 63, 53, 62, 0, 227, 283, "-", "-"); $gencount++; + 41, "사찬",1541, 0, "낙양", 61, 71, 54, 0, 215, 264, "-", "-"); $gencount++; +128, "설후",1542, 0, "낙양", 16, 14, 71, 0, 221, 271, "-", "-"); $gencount++; + 36, "성공영",1543, 0, "낙양", 73, 58, 80, 0, 172, 220, "-", "-"); $gencount++; +126, "성만",1544, 0, "낙양", 61, 69, 66, 0, 225, 276, "-", "-"); $gencount++; +999, "소교",1545, 0, "낙양", 57, 23, 66, 0, 178, 218, "-", "-"); $gencount++; + 46, "소유",1546, 0, "낙양", 51, 61, 48, 0, 164, 210, "-", "-"); $gencount++; + 31, "소제2",1547, 0, "낙양", 22, 16, 78, 0, 224, 268, "-", "-"); $gencount++; +126, "손교",1548, 0, "낙양", 77, 60, 69, 0, 181, 219, "-", "-"); $gencount++; +116, "손기",1549, 0, "낙양", 62, 65, 52, 0, 227, 276, "-", "-"); $gencount++; +999, "손상향",1550, 0, "낙양", 72, 62, 42, 0, 193, 244, "-", "-"); $gencount++; +125, "손익",1551, 0, "낙양", 69, 75, 26, 0, 184, 204, "-", "-"); $gencount++; +125, "손진",1552, 0, "낙양", 64, 71, 48, 0, 234, 280, "-", "-"); $gencount++; +123, "송겸",1553, 0, "낙양", 61, 48, 44, 0, 175, 215, "-", "-"); $gencount++; + 85, "순심",1554, 0, "낙양", 20, 21, 79, 0, 164, 208, "-", "-"); $gencount++; + 31, "순욱2",1555, 0, "낙양", 10, 16, 77, 0, 225, 289, "-", "-"); $gencount++; + 31, "순의",1556, 0, "낙양", 16, 11, 73, 0, 207, 281, "-", "-"); $gencount++; +129, "시삭",1557, 0, "낙양", 36, 66, 44, 0, 226, 268, "-", "-"); $gencount++; + 29, "신창",1558, 0, "낙양", 51, 29, 46, 0, 210, 272, "-", "-"); $gencount++; +999, "악신",1559, 0, "낙양", 53, 12, 46, 0, 175, 228, "-", "-"); $gencount++; +138, "악취",1560, 0, "낙양", 56, 68, 58, 0, 157, 195, "-", "-"); $gencount++; +138, "양강",1561, 0, "낙양", 62, 70, 42, 0, 160, 199, "-", "-"); $gencount++; + 21, "양부",1562, 0, "낙양", 68, 55, 85, 0, 178, 239, "-", "-"); $gencount++; + 72, "양서",1563, 0, "낙양", 56, 62, 66, 0, 198, 260, "-", "-"); $gencount++; + 34, "양습",1564, 0, "낙양", 67, 49, 73, 0, 168, 230, "-", "-"); $gencount++; + 16, "양앙",1565, 0, "낙양", 65, 70, 39, 0, 172, 215, "-", "-"); $gencount++; + 17, "양임",1566, 0, "낙양", 71, 78, 56, 0, 170, 215, "-", "-"); $gencount++; + 32, "양제",1567, 0, "낙양", 69, 63, 71, 0, 226, 291, "-", "-"); $gencount++; + 33, "양조2",1568, 0, "낙양", 65, 61, 67, 0, 223, 286, "-", "-"); $gencount++; + 48, "양추2",1569, 0, "낙양", 66, 67, 61, 0, 172, 238, "-", "-"); $gencount++; +140, "양홍",1570, 0, "낙양", 19, 17, 76, 0, 152, 199, "-", "-"); $gencount++; + 31, "양혼",1571, 0, "낙양", 60, 67, 63, 0, 220, 278, "-", "-"); $gencount++; +123, "여거",1572, 0, "낙양", 71, 58, 69, 0, 196, 256, "-", "-"); $gencount++; +130, "여대",1573, 0, "낙양", 83, 72, 70, 0, 161, 256, "-", "-"); $gencount++; +136, "염상",1574, 0, "낙양", 29, 27, 69, 0, 158, 199, "-", "-"); $gencount++; + 36, "염행",1575, 0, "낙양", 70, 86, 38, 0, 159, 222, "-", "-"); $gencount++; + 73, "영수",1576, 0, "낙양", 69, 70, 74, 0, 234, 264, "-", "-"); $gencount++; + 39, "오거",1577, 0, "낙양", 49, 63, 32, 0, 151, 211, "-", "-"); $gencount++; +126, "오경",1578, 0, "낙양", 73, 60, 57, 0, 159, 203, "-", "-"); $gencount++; +999, "오국태",1579, 0, "낙양", 31, 11, 60, 0, 161, 222, "-", "-"); $gencount++; +126, "오찬",1580, 0, "낙양", 69, 41, 78, 0, 181, 245, "-", "-"); $gencount++; + 23, "온회",1581, 0, "낙양", 42, 40, 78, 0, 178, 222, "-", "-"); $gencount++; + 21, "왕기2",1582, 0, "낙양", 70, 66, 63, 0, 217, 281, "-", "-"); $gencount++; + 32, "왕도",1583, 0, "낙양", 48, 44, 70, 0, 210, 269, "-", "-"); $gencount++; +123, "왕돈",1584, 0, "낙양", 60, 65, 41, 0, 198, 256, "-", "-"); $gencount++; + 34, "왕릉",1585, 0, "낙양", 73, 60, 71, 0, 172, 251, "-", "-"); $gencount++; + 63, "왕문",1586, 0, "낙양", 64, 67, 32, 0, 162, 205, "-", "-"); $gencount++; + 32, "왕상",1587, 0, "낙양", 25, 19, 65, 0, 180, 268, "-", "-"); $gencount++; + 34, "왕숙",1588, 0, "낙양", 35, 21, 80, 0, 195, 256, "-", "-"); $gencount++; + 33, "왕업",1589, 0, "낙양", 32, 6, 46, 0, 220, 280, "-", "-"); $gencount++; + 35, "왕충",1590, 0, "낙양", 42, 58, 21, 0, 152, 214, "-", "-"); $gencount++; + 1, "우보",1591, 0, "낙양", 43, 63, 12, 0, 159, 192, "-", "-"); $gencount++; +122, "우사",1592, 0, "낙양", 70, 33, 79, 0, 217, 273, "-", "-"); $gencount++; +138, "원요",1593, 0, "낙양", 44, 42, 45, 0, 177, 206, "-", "-"); $gencount++; + 95, "원유",1594, 0, "낙양", 57, 38, 73, 0, 150, 193, "-", "-"); $gencount++; + 31, "위관",1595, 0, "낙양", 69, 45, 81, 0, 220, 291, "-", "-"); $gencount++; +129, "위막",1596, 0, "낙양", 58, 62, 60, 0, 221, 268, "-", "-"); $gencount++; + 55, "유괴",1597, 0, "낙양", 75, 72, 66, 0, 165, 214, "-", "-"); $gencount++; +129, "유략",1598, 0, "낙양", 72, 68, 59, 0, 206, 260, "-", "-"); $gencount++; + 45, "유반",1599, 0, "낙양", 74, 79, 48, 0, 168, 210, "-", "-"); $gencount++; + 29, "유복",1600, 0, "낙양", 54, 50, 73, 0, 164, 208, "-", "-"); $gencount++; + 78, "유선2",1601, 0, "낙양", 9, 21, 39, 0, 224, 264, "-", "-"); $gencount++; +139, "유섭",1602, 0, "낙양", 62, 79, 26, 0, 158, 190, "-", "-"); $gencount++; + 28, "유소",1603, 0, "낙양", 66, 51, 73, 0, 195, 264, "-", "-"); $gencount++; +128, "유승",1604, 0, "낙양", 46, 69, 29, 0, 215, 258, "-", "-"); $gencount++; +129, "유찬",1605, 0, "낙양", 74, 75, 66, 0, 172, 255, "-", "-"); $gencount++; +129, "유평",1606, 0, "낙양", 65, 70, 67, 0, 218, 272, "-", "-"); $gencount++; +138, "유훈",1607, 0, "낙양", 51, 64, 50, 0, 163, 216, "-", "-"); $gencount++; + 48, "이감",1608, 0, "낙양", 59, 67, 33, 0, 176, 211, "-", "-"); $gencount++; + 19, "이승",1609, 0, "낙양", 13, 26, 32, 0, 201, 249, "-", "-"); $gencount++; + 22, "이통",1610, 0, "낙양", 75, 84, 52, 0, 168, 211, "-", "-"); $gencount++; +138, "이풍2",1611, 0, "낙양", 72, 77, 50, 0, 158, 199, "-", "-"); $gencount++; + 20, "이풍3",1612, 0, "낙양", 23, 25, 71, 0, 204, 254, "-", "-"); $gencount++; + 29, "장구",1613, 0, "낙양", 69, 71, 47, 0, 201, 263, "-", "-"); $gencount++; + 21, "장기",1614, 0, "낙양", 77, 35, 79, 0, 170, 223, "-", "-"); $gencount++; + 74, "장남",1615, 0, "낙양", 71, 64, 38, 0, 187, 222, "-", "-"); $gencount++; +100, "장막",1616, 0, "낙양", 53, 52, 70, 0, 155, 195, "-", "-"); $gencount++; + 7, "장만성",1617, 0, "낙양", 73, 83, 47, 0, 143, 184, "-", "-"); $gencount++; +135, "장반",1618, 0, "낙양", 56, 73, 66, 0, 227, 282, "-", "-"); $gencount++; + 78, "장빈",1619, 0, "낙양", 30, 28, 67, 0, 216, 263, "-", "-"); $gencount++; +124, "장승",1620, 0, "낙양", 75, 68, 75, 0, 178, 244, "-", "-"); $gencount++; +999, "장양2",1621, 0, "낙양", 58, 50, 47, 0, 130, 184, "-", "-"); $gencount++; + 68, "장억",1622, 0, "낙양", 82, 80, 54, 0, 190, 254, "-", "-"); $gencount++; + 75, "장준",1623, 0, "낙양", 65, 67, 66, 0, 224, 263, "-", "-"); $gencount++; + 20, "장집",1624, 0, "낙양", 31, 27, 74, 0, 196, 254, "-", "-"); $gencount++; + 39, "장특",1625, 0, "낙양", 71, 53, 74, 0, 209, 265, "-", "-"); $gencount++; + 96, "저곡",1626, 0, "낙양", 57, 53, 67, 0, 184, 204, "-", "-"); $gencount++; +128, "전기",1627, 0, "낙양", 51, 69, 55, 0, 231, 258, "-", "-"); $gencount++; + 23, "전만",1628, 0, "낙양", 52, 74, 38, 0, 181, 235, "-", "-"); $gencount++; +128, "전상",1629, 0, "낙양", 5, 6, 11, 0, 208, 258, "-", "-"); $gencount++; +130, "전역",1630, 0, "낙양", 60, 62, 37, 0, 212, 265, "-", "-"); $gencount++; + 75, "전예",1631, 0, "낙양", 80, 62, 83, 0, 171, 252, "-", "-"); $gencount++; + 64, "전해",1632, 0, "낙양", 71, 63, 57, 0, 154, 199, "-", "-"); $gencount++; +123, "정봉2",1633, 0, "낙양", 67, 68, 52, 0, 198, 266, "-", "-"); $gencount++; + 22, "정의",1634, 0, "낙양", 17, 3, 66, 0, 184, 220, "-", "-"); $gencount++; + 81, "제갈교",1635, 0, "낙양", 55, 17, 77, 0, 204, 228, "-", "-"); $gencount++; + 40, "제갈서",1636, 0, "낙양", 45, 43, 27, 0, 218, 286, "-", "-"); $gencount++; + 25, "조충",1637, 0, "낙양", 14, 7, 80, 0, 196, 208, "-", "-"); $gencount++; +121, "종리목",1638, 0, "낙양", 84, 68, 75, 0, 214, 269, "-", "-"); $gencount++; + 22, "종육",1639, 0, "낙양", 27, 11, 71, 0, 223, 263, "-", "-"); $gencount++; +122, "좌혁",1640, 0, "낙양", 60, 66, 51, 0, 232, 280, "-", "-"); $gencount++; + 36, "주령",1641, 0, "낙양", 77, 70, 69, 0, 170, 236, "-", "-"); $gencount++; +115, "주앙",1642, 0, "낙양", 75, 64, 64, 0, 162, 195, "-", "-"); $gencount++; + 52, "주포",1643, 0, "낙양", 59, 72, 12, 0, 191, 225, "-", "-"); $gencount++; + 11, "주흔",1644, 0, "낙양", 67, 53, 77, 0, 159, 196, "-", "-"); $gencount++; +140, "진기",1645, 0, "낙양", 58, 67, 46, 0, 165, 198, "-", "-"); $gencount++; +142, "진란",1646, 0, "낙양", 65, 70, 43, 0, 157, 204, "-", "-"); $gencount++; + 25, "진랑",1647, 0, "낙양", 57, 70, 38, 0, 192, 234, "-", "-"); $gencount++; + 12, "진응",1648, 0, "낙양", 62, 69, 49, 0, 172, 208, "-", "-"); $gencount++; +124, "진표",1649, 0, "낙양", 62, 49, 74, 0, 204, 237, "-", "-"); $gencount++; +999, "채염",1650, 0, "낙양", 40, 22, 64, 0, 168, 237, "-", "-"); $gencount++; +999, "초선",1651, 0, "낙양", 66, 15, 72, 0, 176, 211, "-", "-"); $gencount++; +135, "초이",1652, 0, "낙양", 54, 65, 55, 0, 219, 266, "-", "-"); $gencount++; + 65, "추단",1653, 0, "낙양", 63, 71, 36, 0, 148, 193, "-", "-"); $gencount++; +999, "추씨",1654, 0, "낙양", 36, 13, 54, 0, 165, 225, "-", "-"); $gencount++; + 71, "추정",1655, 0, "낙양", 67, 65, 66, 0, 144, 193, "-", "-"); $gencount++; +145, "파재",1656, 0, "낙양", 69, 75, 52, 0, 145, 184, "-", "-"); $gencount++; + 22, "포신",1657, 0, "낙양", 78, 60, 83, 0, 152, 192, "-", "-"); $gencount++; +114, "하식",1658, 0, "낙양", 18, 38, 29, 0, 230, 284, "-", "-"); $gencount++; + 36, "하안",1659, 0, "낙양", 6, 27, 72, 0, 190, 249, "-", "-"); $gencount++; +999, "하후씨",1660, 0, "낙양", 29, 16, 47, 0, 186, 249, "-", "-"); $gencount++; + 5, "학맹",1661, 0, "낙양", 57, 66, 41, 0, 156, 197, "-", "-"); $gencount++; + 98, "한거자",1662, 0, "낙양", 53, 59, 30, 0, 158, 200, "-", "-"); $gencount++; + 19, "한덕",1663, 0, "낙양", 62, 79, 24, 0, 171, 228, "-", "-"); $gencount++; +140, "한윤",1664, 0, "낙양", 27, 24, 68, 0, 155, 197, "-", "-"); $gencount++; +999, "허소",1665, 0, "낙양", 53, 27, 60, 0, 150, 195, "-", "-"); $gencount++; + 30, "호열",1666, 0, "낙양", 77, 69, 76, 0, 225, 272, "-", "-"); $gencount++; + 76, "호제",1667, 0, "낙양", 58, 42, 68, 0, 207, 264, "-", "-"); $gencount++; +149, "호진",1668, 0, "낙양", 65, 77, 13, 0, 146, 190, "-", "-"); $gencount++; + 29, "호질",1669, 0, "낙양", 73, 50, 75, 0, 192, 250, "-", "-"); $gencount++; + 7, "환계",1670, 0, "낙양", 12, 25, 67, 0, 156, 221, "-", "-"); $gencount++; + 56, "황숭",1671, 0, "낙양", 68, 64, 74, 0, 208, 263, "-", "-"); $gencount++; +999, "황승언",1672, 0, "낙양", 68, 17, 81, 0, 165, 222, "-", "-"); $gencount++; +999, "황월영",1673, 0, "낙양", 58, 14, 75, 0, 186, 235, "-", "-"); $gencount++; + 45, "황조",1674, 0, "낙양", 74, 65, 57, 0, 148, 208, "-", "-"); $gencount++; + 48, "후선",1675, 0, "낙양", 56, 66, 35, 0, 175, 228, "-", "-"); $gencount++; + 8, "휴고",1676, 0, "낙양", 61, 72, 40, 0, 151, 199, "-", "-"); $gencount++; + 98, "휴원진",1677, 0, "낙양", 53, 63, 38, 0, 155, 200, "-", "-"); $gencount++; + 22, "희지재",1678, 0, "낙양", 24, 5, 86, 0, 157, 194, "-", "-"); $gencount++; diff --git a/che_close/index.php b/che_close/index.php new file mode 100644 index 00000000..7581c794 --- /dev/null +++ b/che_close/index.php @@ -0,0 +1,9 @@ + + +삼국지 모의전투 유기체서버 + + + + + + diff --git a/che_close/install.php b/che_close/install.php new file mode 100644 index 00000000..10f0fc7e --- /dev/null +++ b/che_close/install.php @@ -0,0 +1,91 @@ +
재설치하려면 해당 파일을 지우세요"); + + @chmod(".",0707); +?> + + + + + + + +


+
+
+ + + + + + + + + + + +
/inst_top.gif>
+
+ /inst_step1.gif> + +
+ 위의 라이센스를 모두 읽었으며 동의합니다 +

+ /inst_step1-2.gif>


+현재 707로 퍼미션이 되어 있지 않습니다. 텔넷이나 FTP에서 퍼미션을 조정하세요. +
+
+
+ + + + + + +
+ +
+ "; +} else { + echo " +

+ + + + + + +
+ /inst_b_1.gif border=0 align=absmiddle> +
+ "; +} +?> +
+
+ + + diff --git a/che_close/install1.php b/che_close/install1.php new file mode 100644 index 00000000..d852815c --- /dev/null +++ b/che_close/install1.php @@ -0,0 +1,85 @@ +
재설치하려면 해당 파일을 지우세요"); +?> + + + + + + + + + +


+
+ + + + + + + + + + +
/inst_top.gif>
+
+ /inst_step2.gif> +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Host NameMySQL DB의 호스트네임을 입력하세요.
SQL User IDMySQL계정의 ID를 입력하세요
PasswordMysql DB의 패스워드를 입력하세요
DB NameMysql DB의 Name을 입력하세요


/inst_b_2.gif border=0 align=absmiddle>
+
+
+ + + diff --git a/che_close/install2.php b/che_close/install2.php new file mode 100644 index 00000000..4f2f0684 --- /dev/null +++ b/che_close/install2.php @@ -0,0 +1,122 @@ + + + + + + + + +


+
+ + + + + + + +
/inst_top.gif>
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ /inst_step3.gif> +
TurnTerm  + 0:120분, 1:60분, 2:30분, 3:20분, 4:10분, 5:5분, 6:2분, 7:1분 +
TurnTerm  + 0:무동기, 1:13시 시작으로 동기 +
시나리오 + +
가상상성 + 0:사실상성, 1:가상상성 +
확장장수 + 0:비확장, 1:확장장수등장 +
NPC유저 + 0:불가능, 1:가능 +
이미지  + 0:없음, 1:전콘, 2:병종, 3:엔장 +
시나리오 종류 + 역사모드
+ 0 : 180년 공백지
+ 1 : 184년 황건적의 난
+ 2 : 190년 반동탁연합
+ 3 : 194년 군웅할거
+ 4 : 196년 황제는 허도로
+ 5 : 200년 관도대전
+ 6 : 202년 원가의 분열
+ 7 : 207년 적벽대전
+ 8 : 213년 익주 공방전
+ 9 : 219년 삼국정립
+ 10 : 225년 칠종칠금
+ 11 : 228년 출사표
+ IF모드
+ 12 : 191년 백마장군의 위세
+ + 가상모드
+ 20 : 180년 영웅 난무
+ 21 : 180년 영웅 집결
+ 22 : 179년 훼신 집결
+ 23 : 180년 영웅 시대
+ 24 : 180년 결사항전
+ 25 : 180년 영웅독존
+ 26 : 180년 무풍지대
+ 27 : 180년 가요대잔치
+ 28 : 180년 확산성 밀리언 아서
+


+ /inst_b_3.gif border=0 align=absmiddle> +
+ + + diff --git a/che_close/install2_ok.php b/che_close/install2_ok.php new file mode 100644 index 00000000..bf5e1632 --- /dev/null +++ b/che_close/install2_ok.php @@ -0,0 +1,348 @@ +웹 IRC
: http://barosl.com/webirc/흠냐
폭력적/선정적인 전콘/전메는 블럭/삭제 대상이 될 수 있습니다.', + 500, 300, 55, 120, 100, 100, + '$turntime', '$starttime', '$turnterm', '$killturn', + 5, '$startyear', '$scenario', '$img', '$npcmode', '$extend', '$fiction', + + 100, 150, 7, 10, 9, 9, -- 보병 + 100, 200, 7, 10, 10, 11, -- 청주병(중원) + 150, 150, 7, 10, 11, 10, -- 수병(오월) + 100, 150, 7, 20, 10, 10, -- 자객병(저) + 150, 200, 7, 10, 12, 12, -- 근위병(낙양) + 100, 250, 7, 5, 13, 10, -- 등갑병(남중) + + 100, 100, 7, 20, 10, 10, -- 궁병 + 100, 100, 8, 30, 11, 12, -- 궁기병(동이) + 150, 100, 8, 20, 12, 11, -- 연노병(서촉) + 150, 150, 7, 20, 13, 13, -- 강궁병(양양) + 200, 100, 7, 20, 13, 13, -- 석궁병(건업) + + 150, 100, 7, 5, 11, 11, -- 기병 + 200, 100, 7, 5, 12, 13, -- 백마병(하북) + 150, 150, 7, 5, 13, 12, -- 중장기병(서북) + 200, 100, 8, 5, 13, 11, -- 돌격기병(흉노) + 100, 200, 7, 5, 11, 13, -- 철기병(강) + 150, 100, 8, 15, 12, 12, -- 수렵기병(산월) + 250, 200, 6, 0, 16, 16, -- 맹수병(남만) + 200, 150, 7, 5, 14, 14, -- 호표기병(허창) + + 80, 80, 7, 5, 9, 9, -- 귀병 + 80, 80, 7, 20, 10, 10, -- 신귀병(초) + 80, 130, 7, 5, 9, 11, -- 백귀병(오환) + 130, 80, 7, 5, 11, 9, -- 흑귀병(왜) + 130, 130, 7, 0, 12, 12, -- 악귀병(장안) + 60, 60, 7, 10, 8, 8, -- 남귀병 + 110, 110, 7, 0, 13, 10, -- 황귀병(낙양) + 80, 130, 7, 15, 11, 12, -- 천귀병(성도) + 130, 80, 7, 15, 12, 11, -- 마귀병(업) + + 100, 100, 6, 0, 15, 5, -- 정란 + 150, 100, 6, 0, 20, 5, -- 충차 + 200, 100, 6, 0, 25, 5, -- 벽력거(업) + 50, 200, 5, 0, 30, 5 -- 목우(성도) + )", + $connect +) or Error(__LINE__.MYDB_error($connect),""); + +// 도시정보 입력 +// 이름 규모 인구 농업 상업 치안 수비 성벽 지역 경로 +insertCity($connect, "업", 8, 620500, 12500, 11300, 10000, 11700, 12200, 1, "9|18|70|78|80"); // 1 : 업 +insertCity($connect, "허창", 8, 587600, 12100, 12400, 10000, 11700, 12500, 2, "10|19|38|71|74|80"); // 2 : 허창 +insertCity($connect, "낙양", 8, 835700, 11700, 12000, 10000, 12100, 12400, 2, "70|71|72|74"); // 3 : 낙양 +insertCity($connect, "장안", 8, 592300, 11600, 12300, 10000, 12000, 11800, 3, "41|73|86"); // 4 : 장안 +insertCity($connect, "성도", 8, 652500, 12300, 12500, 10000, 12500, 12300, 4, "26|27|87"); // 5 : 성도 +insertCity($connect, "양양", 8, 583700, 12000, 12600, 10000, 11500, 11700, 6, "51|89"); // 6 : 양양 +insertCity($connect, "건업", 8, 638600, 11600, 12300, 10000, 11500, 11900, 7, "31|82|83"); // 7 : 건업 + +insertCity($connect, "북평", 7, 486200, 10200, 9500, 8000, 10300, 9900, 1, "77|90"); // 8 : 북평 +insertCity($connect, "남피", 7, 503200, 9900, 10100, 8000, 10100, 10500, 1, "1|36|77"); // 9 : 남피 +insertCity($connect, "완", 7, 472400, 10300, 10000, 8000, 10100, 9900, 2, "2|20|51|71"); // 10 : 완 +insertCity($connect, "수춘", 7, 514300, 9900, 9600, 8000, 9900, 9500, 2, "12|20|38|82"); // 11 : 수춘 +insertCity($connect, "서주", 7, 485300, 10100, 9800, 8000, 10200, 9700, 2, "11|21|38|39"); // 12 : 서주 +insertCity($connect, "강릉", 7, 485000, 10500, 9600, 8000, 9500, 9600, 6, "14|53|88|89"); // 13 : 강릉 +insertCity($connect, "장사", 7, 471000, 9700, 9900, 8000, 10000, 10500, 6, "13|15|30|53|54"); // 14 : 장사 +insertCity($connect, "시상", 7, 525200, 9800, 10000, 10000, 9900, 9600, 7, "14|56|58|91|92"); // 15 : 시상 +insertCity($connect, "위례", 7, 492600, 10000, 9300, 8000, 9800, 10300, 8, "32|33|34|60|79"); // 16 : 위례 + +insertCity($connect, "계", 6, 388500, 7500, 8000, 6000, 7800, 8100, 1, "35|77"); // 17 : 계 +insertCity($connect, "복양", 6, 418500, 8000, 8300, 6000, 8200, 8000, 2, "1|19|78|81"); // 18 : 복양 +insertCity($connect, "진류", 6, 395700, 8200, 8000, 6000, 8000, 8300, 2, "2|18|74|80|81"); // 19 : 진류 +insertCity($connect, "여남", 6, 383100, 7700, 8100, 6000, 8400, 7700, 2, "10|11|38"); // 20 : 여남 +insertCity($connect, "하비", 6, 427800, 8500, 8300, 6000, 8200, 7800, 2, "12|83"); // 21 : 하비 +insertCity($connect, "서량", 6, 387400, 7700, 7900, 6000, 8300, 8000, 3, "40|63|64"); // 22 : 서량 +insertCity($connect, "하내", 6, 373600, 7700, 8100, 6000, 8100, 8000, 3, "35|42|65|70"); // 23 : 하내 +insertCity($connect, "한중", 6, 402700, 7700, 8400, 6000, 8000, 8500, 4, "25|75|86"); // 24 : 한중 +insertCity($connect, "상용", 6, 368700, 7800, 7600, 6000, 7700, 8100, 4, "24|51"); // 25 : 상용 +insertCity($connect, "덕양", 6, 380300, 8100, 8400, 6000, 7900, 7700, 4, "5|27|44|45"); // 26 : 덕양 +insertCity($connect, "강주", 6, 412600, 7900, 8000, 6000, 8400, 8100, 4, "5|26|45|46|47"); // 27 : 강주 +insertCity($connect, "건녕", 6, 376500, 8200, 8000, 6000, 8600, 8100, 5, "46|48|49"); // 28 : 건녕 +insertCity($connect, "남해", 6, 380300, 8200, 7600, 6000, 8000, 8100, 5, "50|55|59|67"); // 29 : 남해 +insertCity($connect, "계양", 6, 395500, 8300, 8000, 6000, 8100, 7700, 6, "14|54|55"); // 30 : 계양 +insertCity($connect, "오", 6, 435500, 7700, 8100, 6000, 7700, 7600, 7, "7|57|92|93"); // 31 : 오 +insertCity($connect, "평양", 6, 398200, 7800, 8000, 6000, 8300, 7800, 8, "16|61"); // 32 : 평양 +insertCity($connect, "사비", 6, 415700, 7700, 7900, 6000, 7800, 8000, 8, "16|34|93"); // 33 : 사비 +insertCity($connect, "계림", 6, 391100, 8000, 7400, 6000, 8100, 7800, 8, "16|33|62|93"); // 34 : 계림 + +insertCity($connect, "진양", 5, 307400, 5600, 5900, 4000, 6400, 5900, 1, "17|23|70"); // 35 : 진양 +insertCity($connect, "평원", 5, 307400, 6200, 6500, 4000, 6100, 6300, 1, "9|37|78"); // 36 : 평원 +insertCity($connect, "북해", 5, 314600, 5500, 6300, 4000, 6300, 5800, 1, "36|39|79"); // 37 : 북해 +insertCity($connect, "초", 5, 328600, 6000, 6200, 4000, 6200, 5700, 2, "2|11|12|20|81"); // 38 : 초 +insertCity($connect, "패", 5, 287700, 6400, 5800, 4000, 5800, 5900, 2, "12|37|81"); // 39 : 패 +insertCity($connect, "천수", 5, 298500, 5900, 6400, 4000, 6000, 5800, 3, "22|41|64|84"); // 40 : 천수 +insertCity($connect, "안정", 5, 276400, 5700, 5900, 4000, 5700, 6200, 3, "4|40|85"); // 41 : 안정 +insertCity($connect, "홍농", 5, 274800, 5700, 6300, 4000, 5800, 6300, 3, "23|72|73"); // 42 : 홍농 +insertCity($connect, "하변", 5, 278500, 5800, 6200, 4000, 6000, 5600, 4, "76|85"); // 43 : 하변 +insertCity($connect, "자동", 5, 287000, 5700, 5500, 4000, 6000, 5800, 4, "26|75|76|87"); // 44 : 자동 +insertCity($connect, "영안", 5, 315300, 6200, 5900, 4000, 5800, 5900, 4, "26|27|88"); // 45 : 영안 +insertCity($connect, "귀양", 5, 274600, 5800, 6100, 4000, 6100, 5800, 5, "27|28|47"); // 46 : 귀양 +insertCity($connect, "주시", 5, 282800, 6000, 5900, 4000, 5800, 6300, 5, "27|46|48"); // 47 : 주시 +insertCity($connect, "운남", 5, 325800, 6200, 6000, 4000, 6400, 6100, 5, "28|47|66"); // 48 : 운남 +insertCity($connect, "남영", 5, 285300, 5900, 6200, 4000, 5800, 5700, 5, "28|54|66"); // 49 : 남영 +insertCity($connect, "교지", 5, 319500, 5800, 5900, 4000, 5800, 5900, 5, "29|66"); // 50 : 교지 +insertCity($connect, "신야", 5, 278600, 6000, 6200, 4000, 5800, 5500, 6, "6|10|25"); // 51 : 신야 +insertCity($connect, "강하", 5, 307400, 5500, 5600, 4000, 5700, 6000, 6, "89|91"); // 52 : 강하 +insertCity($connect, "무릉", 5, 319600, 5800, 6300, 4000, 6300, 5800, 6, "13|14|54"); // 53 : 무릉 +insertCity($connect, "영릉", 5, 284900, 6200, 5800, 4000, 6200, 6200, 6, "14|30|49|53"); // 54 : 영릉 +insertCity($connect, "상동", 5, 276700, 5800, 5900, 4000, 6200, 5800, 6, "29|30|58"); // 55 : 상동 +insertCity($connect, "여강", 5, 290500, 5600, 5800, 4000, 6000, 5500, 7, "15|82|91|92"); // 56 : 여강 +insertCity($connect, "회계", 5, 300500, 6400, 5900, 4000, 6200, 6400, 7, "31|67"); // 57 : 회계 +insertCity($connect, "고창", 5, 280200, 5700, 6200, 4000, 5800, 6300, 7, "15|55|67"); // 58 : 고창 +insertCity($connect, "대", 5, 325600, 6000, 6200, 4000, 5700, 6000, 7, "29|67|94"); // 59 : 대 +insertCity($connect, "안평", 5, 293700, 6300, 5900, 4000, 5900, 6300, 8, "16|61|79|90"); // 60 : 안평 +insertCity($connect, "졸본", 5, 293900, 5500, 5900, 4000, 6000, 5800, 8, "32|60|68"); // 61 : 졸본 +insertCity($connect, "이도", 5, 317400, 5800, 6100, 4000, 5800, 5600, 8, "34|69|93"); // 62 : 이도 + +insertCity($connect, "강", 4, 209500, 4000, 4200, 2000, 4300, 4000, 3, "22|84"); // 63 : 강 +insertCity($connect, "저", 4, 195700, 4000, 4200, 2000, 4300, 4200, 3, "22|40|85"); // 64 : 저 +insertCity($connect, "흉노", 4, 206400, 4000, 4100, 2000, 4000, 3800, 3, "23|84"); // 65 : 흉노 +insertCity($connect, "남만", 4, 237800, 4000, 4200, 2000, 4300, 4500, 5, "48|49|50"); // 66 : 남만 +insertCity($connect, "산월", 4, 227500, 4000, 3700, 2000, 4300, 3800, 7, "29|57|58|59"); // 67 : 산월 +insertCity($connect, "오환", 4, 215300, 4200, 3700, 2000, 4300, 4000, 8, "61|90"); // 68 : 오환 +insertCity($connect, "왜", 4, 206500, 3900, 3700, 2000, 4300, 4100, 8, "62|94"); // 69 : 왜 + +insertCity($connect, "호관", 3, 88700, 1900, 1800, 2000, 9500, 9600, 1, "1|3|23|35"); // 70 : 호관 +insertCity($connect, "호로", 3, 111200, 2200, 2100, 2000, 10300, 9800, 2, "2|3|10"); // 71 : 호로 +insertCity($connect, "사곡", 3, 100800, 2100, 1900, 2000, 9900, 10100, 3, "3|42"); // 72 : 사곡 +insertCity($connect, "함곡", 3, 108100, 2000, 2200, 2000, 10100, 10200, 3, "4|42"); // 73 : 함곡 +insertCity($connect, "사수", 3, 95800, 1700, 1900, 2000, 9500, 9600, 2, "2|3|19|80"); // 74 : 사수 +insertCity($connect, "양평", 3, 86800, 1900, 1900, 2000, 9700, 9600, 4, "24|44|86"); // 75 : 양평 +insertCity($connect, "가맹", 3, 85500, 1700, 1800, 2000, 9600, 9500, 4, "43|44"); // 76 : 가맹 + +insertCity($connect, "역경", 2, 98500, 1800, 1900, 2000, 3900, 4100, 1, "8|9|17"); // 77 : 역경 +insertCity($connect, "계교", 2, 101200, 2100, 1900, 2000, 4000, 4200, 1, "1|18|36"); // 78 : 계교 +insertCity($connect, "동황", 2, 99200, 1900, 2100, 2000, 3800, 4000, 1, "16|37|60"); // 79 : 동황 +insertCity($connect, "관도", 2, 112300, 2200, 2000, 2000, 4200, 4300, 2, "1|2|19|74"); // 80 : 관도 +insertCity($connect, "정도", 2, 108500, 2100, 2100, 2000, 4100, 3800, 2, "18|19|38|39"); // 81 : 정도 +insertCity($connect, "합비", 2, 99800, 2000, 1900, 2000, 3900, 4100, 2, "7|11|56"); // 82 : 합비 +insertCity($connect, "광릉", 2, 100100, 2000, 2100, 2000, 4100, 4000, 2, "7|21"); // 83 : 광릉 +insertCity($connect, "적도", 2, 95200, 1800, 1700, 2000, 3800, 3700, 3, "40|63|65"); // 84 : 적도 +insertCity($connect, "가정", 2, 93100, 1700, 1700, 2000, 3600, 3800, 3, "41|43|64"); // 85 : 가정 +insertCity($connect, "기산", 2, 100500, 1900, 1800, 2000, 4100, 4000, 4, "4|24|75"); // 86 : 기산 +insertCity($connect, "면죽", 3, 109300, 2200, 2100, 2000, 10800, 9900, 4, "5|44"); // 87 : 면죽 +insertCity($connect, "이릉", 2, 96800, 1800, 1900, 2000, 3900, 4100, 6, "13|45"); // 88 : 이릉 +insertCity($connect, "장판", 2, 103200, 2100, 2000, 2000, 4000, 3700, 6, "6|13|52|91"); // 89 : 장판 +insertCity($connect, "백랑", 2, 105200, 2200, 1900, 2000, 3800, 4200, 8, "8|60|68"); // 90 : 백랑 + +insertCity($connect, "적벽", 1, 111700, 2300, 2100, 2000, 4200, 4100, 7, "15|52|56|89"); // 91 : 적벽 +insertCity($connect, "파양", 1, 103700, 2000, 2200, 2000, 3800, 3800, 7, "15|31|56"); // 92 : 파양 +insertCity($connect, "탐라", 1, 113000, 2200, 2100, 2000, 4300, 4100, 8, "31|33|34|62"); // 93 : 탐라 +insertCity($connect, "유구", 1, 92100, 1700, 1800, 2000, 3700, 3700, 8, "59|69"); // 94 : 유구 + +switch($scenario) { + case 0: echo ""; break; + case 1: echo ""; break; + case 2: echo ""; break; + case 3: echo ""; break; + case 4: echo ""; break; + case 5: echo ""; break; + case 6: echo ""; break; + case 7: echo ""; break; + case 8: echo ""; break; + case 9: echo ""; break; + case 10: echo ""; break; + case 11: echo ""; break; + + case 12: echo ""; break; + + case 20: echo ""; break; + case 21: echo ""; break; + case 22: echo ""; break; + case 23: echo ""; break; + case 24: echo ""; break; + case 25: echo ""; break; + case 26: echo ""; break; + case 27: echo ""; break; + case 28: echo ""; break; + default: echo ""; break; +} + +function insertCity($connect, $name, $level, $pop2, $agri2, $comm2, $secu2, $def2, $wall2, $region, $path) { + switch($level) { + case 1: $pop = 5000; $agri = 100; $comm = 100; $secu = 100; $def = 500; $wall = 500; break; + case 2: $pop = 5000; $agri = 100; $comm = 100; $secu = 100; $def = 500; $wall = 500; break; + case 3: $pop = 10000; $agri = 100; $comm = 100; $secu = 100; $def = 1000; $wall = 1000; break; + case 4: $pop = 50000; $agri = 1000; $comm = 1000; $secu = 1000; $def = 1000; $wall = 1000; break; + case 5: $pop = 100000; $agri = 1000; $comm = 1000; $secu = 1000; $def = 2000; $wall = 2000; break; + case 6: $pop = 100000; $agri = 1000; $comm = 1000; $secu = 1000; $def = 3000; $wall = 3000; break; + case 7: $pop = 150000; $agri = 1000; $comm = 1000; $secu = 1000; $def = 4000; $wall = 4000; break; + case 8: $pop = 150000; $agri = 1000; $comm = 1000; $secu = 1000; $def = 5000; $wall = 5000; break; + } + + @MYDB_query(" + insert into city ( + name, level, path, pop, pop2, agri, agri2, comm, comm2, secu, secu2, rate, + trade, def, def2, wall, wall2, gen1, gen2, gen3, region + ) values ( + '$name', '$level', '$path', '$pop', '$pop2', '$agri', '$agri2', '$comm', '$comm2', '$secu', '$secu2', 50, + 100, '$def', '$def2', '$wall', '$wall2', 0, 0, 0, '$region' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> diff --git a/che_close/install3_ok.php b/che_close/install3_ok.php new file mode 100644 index 00000000..815739b7 --- /dev/null +++ b/che_close/install3_ok.php @@ -0,0 +1,10 @@ +location.replace('index.php');"; +?> diff --git a/che_close/install_ok.php b/che_close/install_ok.php new file mode 100644 index 00000000..7081f964 --- /dev/null +++ b/che_close/install_ok.php @@ -0,0 +1,97 @@ +
재설치하려면 해당 파일을 지우세요"); + +// 호스트네임, 아이디, DB네임, 비밀번호의 공백여부 검사 +if(isBlank($hostname)) Error("HostName을 입력하세요",""); +if(isBlank($user_id)) Error("User ID 를 입력하세요",""); +if(isBlank($dbname)) Error("DB NAME을 입력하세요",""); + +// DB에 커넥트 하고 DB NAME으로 select DB +$connect = MYDB_connect($hostname,$user_id,$password) or Error("MySQL-DB Connect
Error!!!",""); +if(MYDB_error($connect)) Error(__LINE__.MYDB_error($connect),""); +MYDB_select_db($dbname, $connect) or Error("MySQL-DB Select
Error!!!",""); + +delInDir("logs"); +delInDir("data/session"); +@unlink("data/connected.php"); + +// 관리자 테이블 삭제 +if(isTable($connect, "game", $dbname)) @MYDB_query("drop table game", $connect) or Error("drop ".MYDB_error($connect),""); +// 락 테이블 삭제 +if(isTable($connect, "plock", $dbname)) @MYDB_query("drop table plock", $connect) or Error("drop ".MYDB_error($connect),""); +// 장수 테이블 삭제 +if(isTable($connect, "general", $dbname)) @MYDB_query("drop table general", $connect) or Error("drop ".MYDB_error($connect),""); +// 국가 테이블 삭제 +if(isTable($connect, "nation", $dbname)) @MYDB_query("drop table nation", $connect) or Error("drop ".MYDB_error($connect),""); +// 도시 테이블 삭제 +if(isTable($connect, "city", $dbname)) @MYDB_query("drop table city", $connect) or Error("drop ".MYDB_error($connect),""); +// 부대 테이블 삭제 +if(isTable($connect, "troop", $dbname)) @MYDB_query("drop table troop", $connect) or Error("drop ".MYDB_error($connect),""); +// 토큰 테이블 삭제 +if(isTable($connect, "token",$dbname)) @MYDB_query("drop table token", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 외교 테이블 삭제 +if(isTable($connect, "diplomacy", $dbname)) @MYDB_query("drop table diplomacy", $connect) or Error("drop ".MYDB_error($connect),""); +// 토너먼트 테이블 삭제 +if(isTable($connect, "tournament", $dbname)) @MYDB_query("drop table tournament", $connect) or Error("drop ".MYDB_error($connect),""); +// 거래 테이블 삭제 +if(isTable($connect, "auction", $dbname)) @MYDB_query("drop table auction", $connect) or Error("drop ".MYDB_error($connect),""); +// 통계 테이블 삭제 +if(isTable($connect, "statistic",$dbname)) @MYDB_query("drop table statistic", $connect) or Error("drop ".MYDB_error($connect),""); +// 연감 테이블 삭제 +if(isTable($connect, "history",$dbname)) @MYDB_query("drop table history", $connect) or Error("drop ".MYDB_error($connect),""); + +// 관리자 테이블 생성 +if(!isTable($connect, "game", $dbname)) @MYDB_query($game_schema, $connect) or Error("create game ".MYDB_error($connect),""); +// 락 테이블 생성 +if(!isTable($connect, "plock", $dbname)) @MYDB_query($plock_schema, $connect) or Error("create plock ".MYDB_error($connect),""); +// 장수 테이블 생성 +if(!isTable($connect, "general", $dbname)) @MYDB_query($general_schema, $connect) or Error("create general ".MYDB_error($connect),""); +// 국가 테이블 생성 +if(!isTable($connect, "nation", $dbname)) @MYDB_query($nation_schema, $connect) or Error("create nation ".MYDB_error($connect),""); +// 도시 테이블 생성 +if(!isTable($connect, "city", $dbname)) @MYDB_query($city_schema, $connect) or Error("create city ".MYDB_error($connect),""); +// 부대 테이블 생성 +if(!isTable($connect, "troop", $dbname)) @MYDB_query($troop_schema, $connect) or Error("create troop ".MYDB_error($connect),""); +// 토큰 테이블 생성 +if(!isTable($connect, "token",$dbname)) @MYDB_query($token_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 외교 테이블 생성 +if(!isTable($connect, "diplomacy", $dbname)) @MYDB_query($diplomacy_schema, $connect) or Error("create diplomacy ".MYDB_error($connect),""); +// 전당 테이블 생성 +if(!isTable($connect, "hall", $dbname)) { + MYDB_query($hall_schema, $connect) or Error("create hall ".MYDB_error($connect),""); + for($i=0; $i < 21; $i++) { + for($j=0; $j < 10; $j++) { + MYDB_query("insert into hall (type, rank) values ({$i}, {$j})", $connect); + } + } +} + +// 왕조 테이블 생성 +if(!isTable($connect, "emperior",$dbname)) @MYDB_query($emperior_schema, $connect) or Error("create emperior ".MYDB_error($connect),""); +// 토너먼트 테이블 생성 +if(!isTable($connect, "tournament",$dbname)) @MYDB_query($tournament_schema, $connect) or Error("create tournament ".MYDB_error($connect),""); +// 거래 테이블 생성 +if(!isTable($connect, "auction",$dbname)) @MYDB_query($auction_schema, $connect) or Error("create auction ".MYDB_error($connect),""); +// 통계 테이블 생성 +if(!isTable($connect, "statistic",$dbname)) @MYDB_query($statistic_schema, $connect) or Error("create statistic ".MYDB_error($connect),""); +// 연감 테이블 생성 +if(!isTable($connect, "history",$dbname)) @MYDB_query($history_schema, $connect) or Error("create history ".MYDB_error($connect),""); + +// 파일로 DB 정보 저장 +$file=@fopen("d_setting/set.php","w") or Error("set.php 파일 생성 실패

디렉토리의 퍼미션을 707로 주십시요",""); +@fwrite($file,"\n") or Error("set.php 파일 생성 실패

디렉토리의 퍼미션을 707로 주십시요",""); +@fclose($file); +@mkdir("data",0707); +@chmod("data",0707); +@chmod("d_setting/set.php",0707); + +$temp=MYDB_fetch_array(MYDB_query("select count(*) from general where level = '1'", $connect)); + +MYDB_close($connect); + +echo ""; +?> diff --git a/che_close/join.php b/che_close/join.php new file mode 100644 index 00000000..5d322a7d --- /dev/null +++ b/che_close/join.php @@ -0,0 +1,245 @@ +history.go(-1);"; + exit(1); +} + +$connect = dbConn(); + +$abil = abilityRand(); + +//토큰 테이블에서 정보확인 +$query = "select id from token where id='{$id}'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$token = MYDB_fetch_array($result); + +if(!$token) { + //능력치 토큰 생성 + $query = " + insert into token ( + id, leader, power, intel + ) values ( + '{$id}', {$abil['leader']}, {$abil['power']}, {$abil['intel']} + )"; + $result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +} else { + $query = "update token set leader={$abil['leader']},power={$abil['power']},intel={$abil['intel']} where id='{$id}'"; + MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); +} + +?> + + + +장수생성 + + + + + + + + + +
장 수 생 성
+ + +
+= $admin[maxgeneral]) { + echo ""; + echo ""; + exit(); +} +?> + + + +"; + } else { + echo " + "; + } +} +?> +
임관 권유 메세지
$nation[name]-
$nation[name]$nation[scoutmsg]
+ +
+ + + + + + + + + + += 1 && $member[grade] >= 1 && $member[picture] != "") { + $imageTemp = GetImageURL($member[imgsvr]); + echo " + + + + + + "; +} +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
장수 생성
장수명 + >(6글자 이내) +
전콘 사용 여부 + + + 사용 +
+ 계정관리에서 자신만을 표현할 수 있는 아이콘을 업로드 해보세요! +
성격 + ※보정은 도움말 참고 +
통솔
무력
지력
능력치 조정 + + + + +
+ 모든 능력치는 ( 10 <= 능력치 <= 75 ) 사이로 잡으셔야 합니다.
+ 그 외의 능력치는 가입되지 않습니다.
+
+ 능력치의 총합은 150입니다. 가입후 0~10의 능력치 보너스를 받게 됩니다.
+ 임의의 도시에서 재야로 시작하며 건국과 임관은 게임 내에서 실행합니다. +
+
+ + + +
+ + diff --git a/che_close/join_post.php b/che_close/join_post.php new file mode 100644 index 00000000..ed10c24b --- /dev/null +++ b/che_close/join_post.php @@ -0,0 +1,275 @@ +history.go(-1);"; + exit(1); +} + +$date = date('Y-m-d H:i:s'); +//등록정보 +$query = "update MEMBER set reg_num=reg_num+1,reg_date='$date' where no='$member[no]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +$connect = dbConn(); + +########## 동일 정보 존재여부 확인. ########## + +$query = "select year,month,scenario,maxgeneral,turnterm,genius,img from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = "select no from general where npc<2"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +$query = "select no from general where user_id='$member[id]'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$id_num = MYDB_num_rows($result); + +$query = "select no from general where name='$name'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$name_num = MYDB_num_rows($result); + +$query = "select * from token where id='$member[id]'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$token_num = MYDB_num_rows($result); + +if($token_num == 1) { + $token = MYDB_fetch_array($result); + $leader = $token['leader']; + $power = $token['power']; + $intel = $token['intel']; +} else { + $leader = 0; + $power = 0; + $intel = 0; +} + +if($id_num) { + echo(""); + exit; +} elseif($name_num) { + echo(""); + exit; +} elseif($token_num != 1) { + echo(""); + exit; +} elseif($admin[maxgeneral] <= $gencount) { + echo(""); + exit; +} elseif($id == "") { + echo(""); + exit; +} elseif(_String::GetStrLen($name) < 1) { + echo(""); + exit; +} elseif($name == "") { + echo(""); + exit; +} elseif(_String::GetStrLen($name) > 6) { + echo(""); + exit; +} elseif($leader + $power + $intel > 150) { + echo(""); + exit; +} elseif($leader > 75 || $leader < 10 || $power > 75 || $power < 10 || $intel > 75 || $intel < 10) { + echo(""); + exit; +} elseif($character < 0 || $character > 11) { + echo(""); + exit; +} else { + $ratio = rand() % 100; + // 현재 1% + if($ratio == 50 && $admin[genius] > 0) { + $genius = 1; + + $query = "update game set genius=genius-1 where no='1'"; + MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + } else { + $genius = 0; + } + + //중, 소 공백지 개수 + $query = "select city from city where level>=5 and level<=6 and nation=0"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + // 공백지에서만 태어나게 + if($citycount > 0) { + $query = "select city from city where level>=5 and level<=6 and nation=0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } else { + $query = "select city from city where level>=5 and level<=6 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } + $city = $city[city]; + + $total = rand() % 6; + $pleader = rand() % 100; + $ppower = rand() % 100; + $pintel = rand() % 100; + $rate = $pleader + $ppower + $pintel; + $pleader = floor($pleader / $rate * $total + 0.5); + $ppower = floor($ppower / $rate * $total + 0.5); + $pintel = floor($pintel / $rate * $total + 0.5); + + $leader = $leader + $pleader; + $power = $power + $ppower; + $intel = $intel + $pintel; + + $age = 20 + ($pleader + $ppower + $pintel) * 2 + (rand() % 2); + // 아직 남았고 천재등록상태이면 특기 부여 + if($genius == 1) { + $specage2 = $age; + $special2 = getSpecial2($connect, $leader, $power, $intel); + } else { + $specage2 = round((80 - $age)/3) + $age; + $special2 = 0; + } + //내특 + $specage = round((80 - $age)/12) + $age; + $special = 0; + + if($admin[scenario] > 0) { + $specage2 = $age + 3; + $specage = $age + 3; + } + + $turntime = getRandTurn($admin[turnterm]); + + $lastconnect = date('Y-m-d H:i:s'); + if($lastconnect >= $turntime) { + $turntime = addTurn($turntime, $admin[turnterm]); + } + + //특회 전콘 + if($admin[img] >= 1 && $member[grade] >= 1 && $member[picture] != "" && $pic == 1) { + $face = $member[picture]; + $imgsvr = $member[imgsvr]; + } else { + $face = "default.jpg"; + $imgsvr = 0; + } + //특회 + $userlevel = $member[grade]; + + //성격 랜덤시 + if($character == 11) $character = rand()%10; + //상성 랜덤 + $npcmatch = rand()%150 + 1; + + ########## 회원정보 테이블에 입력값을 등록한다. ########## + $query = " + insert into general ( + user_id, password, name, picture, imgsvr, nation, city, troop, npcmatch, + leader, power, intel, experience, dedication, gold, rice, crew, train, atmos, + userlevel, level, turntime, killturn, lastconnect, makelimit, age, startage, personal, specage, special, specage2, special2 + ) values ( + '$id', '$pwTemp', '$name', '$face', '$imgsvr', '0', '$city', '0', '$npcmatch', + '$leader', '$power', '$intel', '0', '0', '1000', '1000', '0', '0', '0', + '$userlevel', '0', '$turntime', '6', '$lastconnect', '0', '$age', '$age', '$character', '$specage', '$special', '$specage2', '$special2' + )"; + $result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name,history from general where user_id='$id'"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[name] == "") { + $r = rand() % 999 + 1; + $me[name] = '장수-'.$r; + + $query = "update general set name='$me[name]' where user_id='$id'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $cityname = getCity($connect, $city, "name"); + if($genius == 1) { + $log[0] = "●{$admin[month]}월:$cityname[name]에서 $me[name](이)라는 기재가 천하에 이름을 알립니다."; + $log[1] = "●{$admin[month]}월:".getGenSpecial($special2)." 특기를 가진 천재의 등장으로 온 천하가 떠들썩합니다."; + + $history[0] = "●$admin[year]년 $admin[month]월:【천재】$cityname[name]에 천재가 등장했습니다."; + pushHistory($connect, $history); + } else { + $log[0] = "●{$admin[month]}월:$cityname[name]에서 $me[name](이)라는 호걸이 천하에 이름을 알립니다."; + } + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$me[name], $cityname[name]에서 큰 뜻을 품다."); + $mylog[count($mylog)] = "●삼국지 모의전투 PHP의 세계에 오신 것을 환영합니다 ^o^"; + $mylog[count($mylog)] = "●처음 하시는 경우에는 도움말을 참고하시고,"; + $mylog[count($mylog)] = "●문의사항이 있으시면 게시판에 글을 남겨주시면 되겠네요~"; + $mylog[count($mylog)] = "●부디 즐거운 삼모전 되시길 바랍니다 ^^"; + $mylog[count($mylog)] = "●통솔 $pleader 무력 $ppower 지력 $pintel 의 보너스를 받으셨습니다."; + $mylog[count($mylog)] = "●연령은 $age세로 시작합니다."; + if($genius == 1) { + $mylog[count($mylog)] = "●축하합니다! 천재로 태어나 처음부터 ".getGenSpecial($special2)." 특기를 가지게 됩니다!"; + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:".getGenSpecial($special2)." 특기를 가진 천재로 탄생."); + } + pushGenLog($me, $mylog); + pushAllLog($log); + + $adminLog[0] = "가입 : {$name} // {$me[name]} // {$id} // ".getenv("REMOTE_ADDR"); + pushAdminLog($connect, $adminLog); + + MYDB_close($connect); + + echo(""); + echo(""); +} + +?> diff --git a/che_close/join_post.php.orig b/che_close/join_post.php.orig new file mode 100644 index 00000000..ed10c24b --- /dev/null +++ b/che_close/join_post.php.orig @@ -0,0 +1,275 @@ +history.go(-1);"; + exit(1); +} + +$date = date('Y-m-d H:i:s'); +//등록정보 +$query = "update MEMBER set reg_num=reg_num+1,reg_date='$date' where no='$member[no]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +$connect = dbConn(); + +########## 동일 정보 존재여부 확인. ########## + +$query = "select year,month,scenario,maxgeneral,turnterm,genius,img from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = "select no from general where npc<2"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +$query = "select no from general where user_id='$member[id]'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$id_num = MYDB_num_rows($result); + +$query = "select no from general where name='$name'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$name_num = MYDB_num_rows($result); + +$query = "select * from token where id='$member[id]'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$token_num = MYDB_num_rows($result); + +if($token_num == 1) { + $token = MYDB_fetch_array($result); + $leader = $token['leader']; + $power = $token['power']; + $intel = $token['intel']; +} else { + $leader = 0; + $power = 0; + $intel = 0; +} + +if($id_num) { + echo(""); + exit; +} elseif($name_num) { + echo(""); + exit; +} elseif($token_num != 1) { + echo(""); + exit; +} elseif($admin[maxgeneral] <= $gencount) { + echo(""); + exit; +} elseif($id == "") { + echo(""); + exit; +} elseif(_String::GetStrLen($name) < 1) { + echo(""); + exit; +} elseif($name == "") { + echo(""); + exit; +} elseif(_String::GetStrLen($name) > 6) { + echo(""); + exit; +} elseif($leader + $power + $intel > 150) { + echo(""); + exit; +} elseif($leader > 75 || $leader < 10 || $power > 75 || $power < 10 || $intel > 75 || $intel < 10) { + echo(""); + exit; +} elseif($character < 0 || $character > 11) { + echo(""); + exit; +} else { + $ratio = rand() % 100; + // 현재 1% + if($ratio == 50 && $admin[genius] > 0) { + $genius = 1; + + $query = "update game set genius=genius-1 where no='1'"; + MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + } else { + $genius = 0; + } + + //중, 소 공백지 개수 + $query = "select city from city where level>=5 and level<=6 and nation=0"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + // 공백지에서만 태어나게 + if($citycount > 0) { + $query = "select city from city where level>=5 and level<=6 and nation=0 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } else { + $query = "select city from city where level>=5 and level<=6 order by rand() limit 0,1"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $city = MYDB_fetch_array($result); + } + $city = $city[city]; + + $total = rand() % 6; + $pleader = rand() % 100; + $ppower = rand() % 100; + $pintel = rand() % 100; + $rate = $pleader + $ppower + $pintel; + $pleader = floor($pleader / $rate * $total + 0.5); + $ppower = floor($ppower / $rate * $total + 0.5); + $pintel = floor($pintel / $rate * $total + 0.5); + + $leader = $leader + $pleader; + $power = $power + $ppower; + $intel = $intel + $pintel; + + $age = 20 + ($pleader + $ppower + $pintel) * 2 + (rand() % 2); + // 아직 남았고 천재등록상태이면 특기 부여 + if($genius == 1) { + $specage2 = $age; + $special2 = getSpecial2($connect, $leader, $power, $intel); + } else { + $specage2 = round((80 - $age)/3) + $age; + $special2 = 0; + } + //내특 + $specage = round((80 - $age)/12) + $age; + $special = 0; + + if($admin[scenario] > 0) { + $specage2 = $age + 3; + $specage = $age + 3; + } + + $turntime = getRandTurn($admin[turnterm]); + + $lastconnect = date('Y-m-d H:i:s'); + if($lastconnect >= $turntime) { + $turntime = addTurn($turntime, $admin[turnterm]); + } + + //특회 전콘 + if($admin[img] >= 1 && $member[grade] >= 1 && $member[picture] != "" && $pic == 1) { + $face = $member[picture]; + $imgsvr = $member[imgsvr]; + } else { + $face = "default.jpg"; + $imgsvr = 0; + } + //특회 + $userlevel = $member[grade]; + + //성격 랜덤시 + if($character == 11) $character = rand()%10; + //상성 랜덤 + $npcmatch = rand()%150 + 1; + + ########## 회원정보 테이블에 입력값을 등록한다. ########## + $query = " + insert into general ( + user_id, password, name, picture, imgsvr, nation, city, troop, npcmatch, + leader, power, intel, experience, dedication, gold, rice, crew, train, atmos, + userlevel, level, turntime, killturn, lastconnect, makelimit, age, startage, personal, specage, special, specage2, special2 + ) values ( + '$id', '$pwTemp', '$name', '$face', '$imgsvr', '0', '$city', '0', '$npcmatch', + '$leader', '$power', '$intel', '0', '0', '1000', '1000', '0', '0', '0', + '$userlevel', '0', '$turntime', '6', '$lastconnect', '0', '$age', '$age', '$character', '$specage', '$special', '$specage2', '$special2' + )"; + $result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select no,name,history from general where user_id='$id'"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[name] == "") { + $r = rand() % 999 + 1; + $me[name] = '장수-'.$r; + + $query = "update general set name='$me[name]' where user_id='$id'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + $cityname = getCity($connect, $city, "name"); + if($genius == 1) { + $log[0] = "●{$admin[month]}월:$cityname[name]에서 $me[name](이)라는 기재가 천하에 이름을 알립니다."; + $log[1] = "●{$admin[month]}월:".getGenSpecial($special2)." 특기를 가진 천재의 등장으로 온 천하가 떠들썩합니다."; + + $history[0] = "●$admin[year]년 $admin[month]월:【천재】$cityname[name]에 천재가 등장했습니다."; + pushHistory($connect, $history); + } else { + $log[0] = "●{$admin[month]}월:$cityname[name]에서 $me[name](이)라는 호걸이 천하에 이름을 알립니다."; + } + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$me[name], $cityname[name]에서 큰 뜻을 품다."); + $mylog[count($mylog)] = "●삼국지 모의전투 PHP의 세계에 오신 것을 환영합니다 ^o^"; + $mylog[count($mylog)] = "●처음 하시는 경우에는 도움말을 참고하시고,"; + $mylog[count($mylog)] = "●문의사항이 있으시면 게시판에 글을 남겨주시면 되겠네요~"; + $mylog[count($mylog)] = "●부디 즐거운 삼모전 되시길 바랍니다 ^^"; + $mylog[count($mylog)] = "●통솔 $pleader 무력 $ppower 지력 $pintel 의 보너스를 받으셨습니다."; + $mylog[count($mylog)] = "●연령은 $age세로 시작합니다."; + if($genius == 1) { + $mylog[count($mylog)] = "●축하합니다! 천재로 태어나 처음부터 ".getGenSpecial($special2)." 특기를 가지게 됩니다!"; + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:".getGenSpecial($special2)." 특기를 가진 천재로 탄생."); + } + pushGenLog($me, $mylog); + pushAllLog($log); + + $adminLog[0] = "가입 : {$name} // {$me[name]} // {$id} // ".getenv("REMOTE_ADDR"); + pushAdminLog($connect, $adminLog); + + MYDB_close($connect); + + echo(""); + echo(""); +} + +?> diff --git a/che_close/join_token.php b/che_close/join_token.php new file mode 100644 index 00000000..9b69d7c6 --- /dev/null +++ b/che_close/join_token.php @@ -0,0 +1,58 @@ + \ No newline at end of file diff --git a/che_close/jquery-1.11.0.min.js b/che_close/jquery-1.11.0.min.js new file mode 100644 index 00000000..73f33fb3 --- /dev/null +++ b/che_close/jquery-1.11.0.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f +}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},X=/^(?:checkbox|radio)$/i;!function(){var a=z.createDocumentFragment(),b=z.createElement("div"),c=z.createElement("input");if(b.setAttribute("className","t"),b.innerHTML="
a",l.leadingWhitespace=3===b.firstChild.nodeType,l.tbody=!b.getElementsByTagName("tbody").length,l.htmlSerialize=!!b.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==z.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,a.appendChild(c),l.appendChecked=c.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n(" + + + + + + + + + + + + + + +
+ 0?"cyan":"white";?>> Ctrl, Shift, 드래그로 복수선택 가능     반복&수정 + ;color:white;width:50;font-size:13; value='반복' onclick='refreshing(2,0)'>;color:white;width:80;font-size:13; value='▼미루기' onclick='refreshing(2,1)'>;color:white;width:80;font-size:13; value='▲당기기' onclick='refreshing(2,2)'> +
+ + ;color:white;width:110;font-size:13; value='실 행' onclick='refreshing(3,form2)'>;color:white;width:110;font-size:13; value='갱 신' onclick='refreshing(0,0)'>;color:white;width:160;font-size:13; value='로그아웃' onclick=location.replace('logout_process.php')>
+
+ + + + + + +
+ + + + + + + + + + + +
장수 동향개인 기록
중원 정세
+ + + + + + + +
+
+ + + ;color:white;font-size:13;width:100px; value='서신전달&갱신' onclick='refreshing(4,message)'> +
내용 없이 '서신전달&갱신'을 누르면 메세지창이 갱신됩니다. +
+
+ +
+ + + +
+ + + + + diff --git a/che_close/map.php b/che_close/map.php new file mode 100644 index 00000000..e2bc5479 --- /dev/null +++ b/che_close/map.php @@ -0,0 +1,435 @@ + + +지 도 생 략
+(개인설정 또는 과부하로 인한 서버의 긴급모드) +
+ +"; + exit(); +} +$connect=dbConn(); +// +?> + + + +지도 + + + + + + + + + + + +"; + $ad = "background={$images}/ad.gif"; + $season = "background={$images}/{$season}.gif"; + $rtitle = ""; + } else { + $ltitle = " "; + $ad = ""; + $season = ""; + $rtitle = "" ";"; + } + echo " + + + + + + + + + + + +
{$ltitle} {$admin[year]}年 {$admin[month]}月{$rtitle}
+
"; + + $query = "select nation,name,color,capital from nation"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=1; $i <= $count; $i++) { + $nation = MYDB_fetch_array($result); + $nationcolor[$nation[nation]] = $nation[color]; + $nationname[$nation[nation]] = $nation[name]; + $nationCapital[$nation[nation]] = $nation[capital]; + } + + if($type == 0) { + // 운영자의 경우 다 볼 수 있음 + if($me[userlevel] >= 5) { + for($i=1; $i <= $allcount; $i++) { + $valid[$i] = 1; + } + } elseif($me[level] == 0) { + // 재야는 내 도시만 + $query = "select city,name,nation from city where city='$me[city]'"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityvalid = MYDB_fetch_array($cityresult); + $valid[$cityvalid[city]] = 1; + } else { + // 아국 도시 + $query = "select city,name from city where nation='$me[nation]'"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + for($i=0; $i < $citycount; $i++) { + $cityvalid = MYDB_fetch_array($cityresult); + $valid[$cityvalid[city]] = 1; + } + // 아국 장수가 있는 타국 도시들 선택 + $query = "select distinct A.city,B.name,B.nation from general A,city B where A.city=B.city and A.nation='$me[nation]' and B.nation!='$me[nation]'"; + $cityresult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($cityresult); + for($i=0; $i < $citycount; $i++) { + $cityvalid = MYDB_fetch_array($cityresult); + $valid[$cityvalid[city]] = 1; + } + // 첩보된 도시 + $citys = explode("|", $myNation[spy]); + for($i=0; $i < count($citys); $i++) { + $valid[floor($citys[$i]/10)] = 1; + } + } + } + + $x = array( +// 업 허창 낙양 장안 성도 양양 건업 북평 남피 완 수춘 서주 강릉 장사 시상 위례 + 345, 330, 275, 145, 25, 255, 505, 465, 395, 270, 395, 440, 245, 255, 360, 620, +// 계 복양 진류 여남 하비 서량 하내 한중 상용 덕양 강주 건녕 남해 계양 오 평양 + 365, 410, 365, 330, 480, 25, 230, 135, 185, 85, 70, 80, 245, 230, 510, 590, +// 사비 계림 진양 평원 북해 초 패 천수 안정 홍농 하변 자동 영안 귀양 주시 운남 + 605, 655, 295, 440, 470, 365, 430, 70, 95, 210, 45, 75, 115, 90, 30, 30, +// 남영 교지 신야 강하 무릉 영릉 상동 여강 회계 고창 대 안평 졸본 이도 강 저 + 135, 130, 250, 315, 195, 190, 210, 380, 480, 350, 450, 530, 570, 680, 95, 25, +// 흉노 남만 산월 오환 왜 호관 호로 사곡 함곡 사수 양평 가맹 역경 계교 동황 관도 + 180, 80, 425, 610, 680, 285, 285, 240, 180, 310, 90, 45, 410, 405, 515, 340, +// 정도 합비 광릉 적도 가정 기산 면죽 이릉 장판 백랑 적벽 파양 탐라 유구 + 400, 435, 490, 130, 40, 110, 35, 215, 280, 530, 330, 430, 605, 625 + ); + + $y = array( +// 업 허창 낙양 장안 성도 양양 건업 북평 남피 완 수춘 서주 강릉 장사 시상 위례 + 130, 215, 180, 165, 290, 290, 305, 65, 95, 235, 270, 250, 335, 375, 360, 145, +// 계 복양 진류 여남 하비 서량 하내 한중 상용 덕양 강주 건녕 남해 계양 오 평양 + 35, 170, 185, 260, 235, 50, 150, 205, 225, 275, 310, 400, 480, 400, 345, 100, +// 사비 계림 진양 평원 북해 초 패 천수 안정 홍농 하변 자동 영안 귀양 주시 운남 + 205, 200, 60, 115, 155, 230, 220, 105, 145, 175, 190, 245, 295, 360, 345, 415, +// 남영 교지 신야 강하 무릉 영릉 상동 여강 회계 고창 대 안평 졸본 이도 강 저 + 405, 480, 260, 295, 355, 395, 435, 315, 395, 405, 480, 80, 65, 260, 35, 120, +// 흉노 남만 산월 오환 왜 호관 호로 사곡 함곡 사수 양평 가맹 역경 계교 동황 관도 + 95, 455, 430, 20, 320, 140, 205, 175, 175, 185, 220, 225, 65, 135, 145, 165, +// 정도 합비 광릉 적도 가정 기산 면죽 이릉 장판 백랑 적벽 파양 탐라 유구 + 210, 285, 275, 75, 160, 180, 255, 295, 315, 30, 325, 350, 260, 435 + ); + + $query = "select name,level,nation,city,state,region,supply from city"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + for($i=0; $i < $allcount; $i++) { + $city = MYDB_fetch_array($result); + $name = $city[name]; + $nation = $nationname[$city[nation]]; + $color = $nationcolor[$city[nation]]; + $capital = $nationCapital[$city[nation]]; + $level = $city[level]; + $state = $city[state]; + $region = $city[region]; + + if($me[city] == $city[city]) { $myCity = 1; } + else { $myCity = 0; } + + if($capital == $city[city]) { $cap = 1; } + else { $cap = 0; } + + city($graphic, $brouserIE, + $type, $name, $nation, $color, $level, $region, $i+1, $valid[$i+1], $x[$i], $y[$i], + $state, $myCity, $city[supply], $cap); + } + + echo " +
+
+"; +} + +function city($graphic, $brouser, $type, $name, $nation, $color, $level, $region, $city, $valid, $x, $y, $state, $mycity, $supply, $capital) { + global $images; + + if($graphic == 0) { + switch($level) { + case 1: $width = 16; $height = 15; break; + case 2: $width = 20; $height = 14; break; + case 3: $width = 14; $height = 14; break; + case 4: $width = 20; $height = 15; break; + case 5: $width = 24; $height = 16; break; + case 6: $width = 26; $height = 18; break; + case 7: $width = 28; $height = 20; break; + case 8: $width = 32; $height = 24; break; + } + } else { + switch($level) { + case 1: $width = 12; $height = 12; break; + case 2: $width = 12; $height = 12; break; + case 3: $width = 14; $height = 14; break; + case 4: $width = 16; $height = 14; break; + case 5: $width = 18; $height = 16; break; + case 6: $width = 20; $height = 16; break; + case 7: $width = 22; $height = 18; break; + case 8: $width = 24; $height = 18; break; + } + } + $x -= floor($width / 2); + $y -= floor($height / 2); + + $backwidth = floor($width * 3.0); $backheight = floor($height * 3.0); + + $backx = $x - floor(($backwidth - $width)/2); + $backy = $y - floor(($backheight - $height)/2); + $fx = $x + $width - 6; + $fy = $y - 3; + $cx = $x + $width - 4; + $cy = $y - 2; + $ex = $x - 5; + $ey = $y; + + // 0 명령화면의 지도(본국 장수 있는 도시 링크), + // 1 전쟁,이동,계략시 지도(전도시 클릭되게), + // 2 사령부 태수임명(본국만 클릭되게) + + // 0인 경우 현재도시 링크 생성 + if($type == 0 && $valid == 1) { echo "
"; } + //메인화면 + if($graphic == 0) { + if($type == 0 && $valid == 1) { + $tag = "input type=image"; + $tail = "><{$tag} {$mid} {$tail}>
"; + //재난표시 + if($state > 0) { + $mid2 = "src={$images}/event{$state}.gif style=width:15;height:15; onmousemove='showLayer(this,\"".getCityLevel($region, $level)."$name\",\"$nation\", event)' onmouseout='hideLayer()'"; + echo "
<{$tag} {$mid2} {$tail}>
"; + } + } else { + //메인화면 + if($type == 0 && $valid == 1) { + $tail = " onclick='form{$city}.submit()'>
"; + //재난표시 + if($state > 0) { + if($state < 10) { $color3 = "blue"; } + elseif($state < 40) { $color3 = "orange"; } + elseif($state < 50) { $color3 = "red"; } + $mid2 = "width:10;height:10;background-color:{$color3}; onmousemove='showLayer(this,\"".getCityLevel($region, $level)."$name\",\"$nation\", event)' onmouseout='hideLayer()'"; + echo "
"; + } + } + //공백지 아니면 + if($color != "") { + if($graphic == 0) { + //배경국가색 + if($brouser == 1) { + echo "
"; + } else { + echo " +
+ +
"; + } + //깃발표시 + if($supply == 1) { $mid3 = "src={$images}/f{$color}.gif style=width:12;height:12; onmousemove='showLayer(this,\"".getCityLevel($region, $level)."$name\",\"$nation\", event)' onmouseout='hideLayer()'"; } + else { $mid3 = "src={$images}/d{$color}.gif style=width:12;height:12; onmousemove='showLayer(this,\"".getCityLevel($region, $level)."$name\",\"$nation\", event)' onmouseout='hideLayer()'"; } + echo "
<{$tag} {$mid3} {$tail}>
"; + //수도표시 + if($capital == 1) { + $mid4 = "src={$images}/event51.gif style=width:10;height:10; onmousemove='showLayer(this,\"".getCityLevel($region, $level)."$name\",\"$nation\", event)' onmouseout='hideLayer()'"; + echo "
<{$tag} {$mid4} {$tail}>
"; + } + } else { + //수도표시 + if($capital == 1) { + echo "
"; + } + } + } + // 0인 경우 현재도시 링크 생성했던거 종료 + if($type == 0 && $valid == 1) { + echo ""; + } + + // 내 도시인 경우 빨간 네모 그리기 + if($mycity == 1) { + $width += 8; + $height += 8; + $x -= 4; + $y -= 4; + + echo " +
+ + +
+
"; + } +} + +function getCityLevel($region, $level) { + switch($region) { + case 1: $str = "【하북|"; break; + case 2: $str = "【중원|"; break; + case 3: $str = "【서북|"; break; + case 4: $str = "【서촉|"; break; + case 5: $str = "【남중|"; break; + case 6: $str = "【 초|"; break; + case 7: $str = "【오월|"; break; + case 8: $str = "【동이|"; break; + } + + switch($level) { + case 1: $str .= "수】"; break; + case 2: $str .= "진】"; break; + case 3: $str .= "관】"; break; + case 4: $str .= "이】"; break; + case 5: $str .= "소】"; break; + case 6: $str .= "중】"; break; + case 7: $str .= "대】"; break; + case 8: $str .= "특】"; break; + } + + return $str; +} + +?> diff --git a/che_close/map_history.php b/che_close/map_history.php new file mode 100644 index 00000000..4e1ae024 --- /dev/null +++ b/che_close/map_history.php @@ -0,0 +1,34 @@ +', "'", $map); +$map = str_replace('<_dquot_>', '"', $map); + +echo $map; +?> diff --git a/che_close/msglist.php b/che_close/msglist.php new file mode 100644 index 00000000..06123700 --- /dev/null +++ b/che_close/msglist.php @@ -0,0 +1,43 @@ + + + + +메시지리스트 + + + + + + + + + + + + +
+ 전체 메세지(최고75자)
+ +
+ 개인 메세지(최고75자)
+ +
+ + 국가 메세지(최고75자)
+ +
+ + + diff --git a/che_close/mysql_opt.txt b/che_close/mysql_opt.txt new file mode 100644 index 00000000..bf51dd0f --- /dev/null +++ b/che_close/mysql_opt.txt @@ -0,0 +1,53 @@ +로그활성화 +show variables like '%log%'; + +ALTER TABLE mysql.general_log +ADD COLUMN seq BIGINT UNSIGNED NOT NULL AUTO_INCREMENT AFTER argument, +ADD PRIMARY KEY(seq), +ENGINE=MYISAM; + +set global expire_logs_days=7; +set global log_output='TABLE'; +set global general_log=1; + +select count(*) from mysql.general_log; +select * from mysql.general_log limit 100; + +set global general_log=0; +truncate mysql.general_log; + + +캐시들 +show variables like '%cache%'; +show status like '%cache%'; +show variables like '%key%'; +show status like '%key%'; + +key_buffer_size 줄이자. 현16M -> 8M이하 +myisam_sort_buffer_size 줄이자. 현8M -> 2M + +innodb 설정 +기존 Antelope 포맷은 가변컬럼의 767바이트까지만 저장하고 나머지는 offset하여 외부에 저장한다. +그런데 innodb는 1개 행이 최대 8KB만 저장 가능하므로 가변컬럼이 11개 이상인 경우는 오류 위험이 있다. +(MyISAM은 64KB) +Barracuda 포맷에 Dynamic 또는 Compressed를 사용하면 포인터 20바이트만 저장하고 실데이터는 외부에 저장한다. + +[mysqld] +innodb_file_format=barracuda +innodb_file_per_table=1 + + +innodb 최적화 +innodb_buffer_pool_size: 체섭 테이블 최대 5M정도. 인덱스 포함해도 32M면 충분? +innodb_flush_method: 기본값대로. O_DIRECT는 메모리가 커서 캐시 2중 필요 없을때만. +innodb_file_per_table: 테이블마다 독립파일로 저장 +innodb_flush_log_at_trx_commit: 기본1(커밋마다), 0(로그찰때만), 추천2(1초마다) +innodb_log_file_size: 현 5M, 많이 키워도 될듯 +innodb_log_buffer_size: 기본 8M 적당 +innodb_thread_concurrency: 코어개수 2배 정도 + +sync_binlog=0 이미 꺼져있음 + +ib_logfile0, ib_logfile1은 로그사이즈 바꾸면 재시작이 안되므로 지우고 다시 해야함 + +alter table table_name engine=innodb row_format=dynamic diff --git a/che_close/npc_login.php b/che_close/npc_login.php new file mode 100644 index 00000000..3210b5d7 --- /dev/null +++ b/che_close/npc_login.php @@ -0,0 +1,44 @@ + + + +NPC로그인 + + + + + + + + + + +
삼국지 모의전투 PHP (유기체서버)
+
+ + + + + + + + + + + + + + + + +
ID
비밀번호
-
+
+
+ + + diff --git a/che_close/npc_login_process.php b/che_close/npc_login_process.php new file mode 100644 index 00000000..9e3851c4 --- /dev/null +++ b/che_close/npc_login_process.php @@ -0,0 +1,76 @@ +location.replace('index.php');"; +} elseif(!$me) { + MessageBox("아이디나 암호가 올바르지 않습니다!!!"); + echo ""; +} else { + switch($me[block]) { + case 1: + MessageBox("비매너 발언으로 인해, 발언권이 제한됩니다."); break; + case 2: + MessageBox("현재 블럭된 계정입니다. 턴 실행이 제한됩니다."); + MessageBox("절대 1계정만 사용하십시오! $me[killturn]시간 후 재등록 가능합니다."); break; + case 3: + MessageBox("현재 블럭된 계정입니다. 발언권과 턴 실행이 제한됩니다."); + MessageBox("절대 1계정만 사용하십시오! $me[killturn]시간 후 재등록 가능합니다."); break; + } + + $_SESSION[p_id] = $id; + $_SESSION[p_name] = $me[name]; + $_SESSION[p_nation] = $me[nation]; + $_SESSION[p_time] = time(); + + $date = date('Y-m-d H:i:s'); + + $query="update general set logcnt=logcnt+1,ip='$_SESSION[p_ip]',lastconnect='$date',conmsg='$conmsg' where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + echo ""; + + $date2 = substr($date, 0, 10); + $fp = fopen("logs/_{$date2}-login.txt", "a"); + $msg = _String::Fill2($date,20," ")._String::Fill2($id,13," ")._String::Fill2($me[name],13," ")._String::Fill2($_SESSION[p_ip],16," "); + fwrite($fp, $msg."\r\n"); + fclose($fp); +} + +function DeleteSession() { + $session_path = "data/session"; // 세션이저장된 디렉토리 + if(!$dir=@opendir($session_path)) echo "디렉토리를 열지못했습니다."; + + while($file=@readdir($dir)) { + if(!strstr($file,'sess_')) continue; + if(strpos($file,'sess_')!=0) continue; + if (!$atime=@fileatime("$session_path/$file")) continue; + if (time() > $atime + 86400) { // 10대시 지난시간을 초로 계산해서 적어주시면 됩니다. + // $return = (@unlink("$session_path/$file")); + @unlink("$session_path/$file"); + } + } + closedir($dir); +} + +MYDB_close($connect); +?> diff --git a/che_close/phpinfo.php b/che_close/phpinfo.php new file mode 100644 index 00000000..1442a019 --- /dev/null +++ b/che_close/phpinfo.php @@ -0,0 +1,3 @@ + diff --git a/che_close/preprocessing.php b/che_close/preprocessing.php new file mode 100644 index 00000000..37c27c5d --- /dev/null +++ b/che_close/preprocessing.php @@ -0,0 +1,124 @@ += 2) { echo ""; exit(); } + +$count = sizeof($turn); +for($i=0; $i < $count; $i++) { + if($turn[$i] == 100 || $turn[$i] == 99 || $turn[$i] == 98) { + } elseif($turn[$i] >= 0 && $turn[$i] <= 23) { + } else { + unset($turn); + $turn[0] = 100; + break; + } +} + +if($turn[0] == 100) { + unset($turn); + for($i=0; $i < 24; $i++) $turn[$i] = $i; +} elseif($turn[0] == 99) { + unset($turn); + for($i=0, $j=0; $i < 24; $i+=2, $j++) $turn[$j] = $i; +} elseif($turn[0] == 98) { + unset($turn); + for($i=1, $j=0; $i < 24; $i+=2, $j++) $turn[$j] = $i; +} + +switch($commandtype) { + case 0: command_Single($connect, $turn, 0); break; //휴식 + case 1: command_Single($connect, $turn, 1); break; //농업 + case 2: command_Single($connect, $turn, 2); break; //상업 + case 3: command_Single($connect, $turn, 3); break; //기술 + case 4: command_Single($connect, $turn, 4); break; //선정 + case 5: command_Single($connect, $turn, 5); break; //수비 + case 6: command_Single($connect, $turn, 6); break; //성벽 + case 7: command_Single($connect, $turn, 7); break; //정착 장려 + case 8: command_Single($connect, $turn, 8); break; //치안 강화 + case 9: command_Single($connect, $turn, 9); break; //자금 조달 + +// case 11: command_11($connect, $turn, 11); break; //징병 +// case 12: command_12($connect, $turn, 12); break; //모병 + case 13: command_Single($connect, $turn, 13); break; //훈련 + case 14: command_Single($connect, $turn, 14); break; //사기진작 + case 15: command_Single($connect, $turn, 0); break; //전투태세 +// case 16: command_16($connect, $turn, 16); break; //전쟁 + case 17: command_Single($connect, $turn, 17); break; //소집해제 + +// case 21: command_21($connect, $turn, 21); break; //이동 +// case 22: command_22($connect, $turn, 22); break; //등용 +// case 23: command_23($connect, $turn, 23); break; //포상 +// case 24: command_24($connect, $turn, 24); break; //몰수 +// case 25: command_25($connect, $turn, 25); break; //임관 + case 26: command_Single($connect, $turn, 26); break; //집합 +// case 27: command_27($connect, $turn, 27); break; //발령 + case 28: command_Single($connect, $turn, 28); break; //귀환 + case 29: command_Single($connect, $turn, 29); break; //인재탐색 +// case 30: command_30($connect, $turn, 30); break; //강행 + +// case 31: command_31($connect, $turn, 31); break; //첩보 +// case 32: command_32($connect, $turn, 32); break; //화계 +// case 33: command_33($connect, $turn, 33); break; //탈취 +// case 34: command_34($connect, $turn, 34); break; //파괴 +// case 35: command_35($connect, $turn, 35); break; //선동 +// case 36: command_36($connect, $turn, 36); break; //기습 + + case 41: command_Single($connect, $turn, 41); break; //단련 + case 42: command_Single($connect, $turn, 42); break; //견문 +// case 43: command_43($connect, $turn, 43); break; //증여 +// case 44: command_44($connect, $turn, 44); break; //헌납 + case 45: command_Single($connect, $turn, 45); break; //하야 +// case 46: command_46($connect, $turn, 46); break; //건국 + case 47: command_Single($connect, $turn, 47); break; //방랑 +// case 48: command_48($connect, $turn, 48); break; //장비구입 +// case 49: command_49($connect, $turn, 49); break; //군량매매 + case 50: command_Single($connect, $turn, 50); break; //요양 + +// case 51: command_51($connect, $turn, 51); break; //항복권고 +// case 52: command_52($connect, $turn, 52); break; //원조 +// case 53: command_53($connect, $turn, 53); break; //통합제의 +// case 54: command_54($connect, $turn, 54); break; //선양 + case 55: command_Single($connect, $turn, 55); break; //거병 + case 56: command_Single($connect, $turn, 56); break; //해산 + case 57: command_Single($connect, $turn, 57); break; //모반 시도 + +// case 61: command_61($connect, $turn, 61); break; //불가침 +// case 62: command_62($connect, $turn, 62); break; //선포 +// case 63: command_63($connect, $turn, 63); break; //종전 +// case 64: command_64($connect, $turn, 64); break; //파기 +// case 65: command_65($connect, $turn, 65); break; //초토화 +// case 66: command_66($connect, $turn, 66); break; //천도 +// case 67: command_67($connect, $turn, 67); break; //증축 +// case 68: command_68($connect, $turn, 68); break; //감축 + + case 71: command_Chief($connect, $turn, 71); break; //필사즉생 +// case 72: command_72($connect, $turn, 72); break; //백성동원 +// case 73: command_73($connect, $turn, 73); break; //수몰 +// case 74: command_74($connect, $turn, 74); break; //허보 +// case 75: command_75($connect, $turn, 75); break; //피장파장 + case 76: command_Chief($connect, $turn, 76); break; //의병모집 +// case 77: command_77($connect, $turn, 77); break; //이호경식 +// case 78: command_78($connect, $turn, 78); break; //급습 + +// case 81: command_81($connect, $turn, 81); break; //국기변경 + +// case 99: command_99($connect, $turn); break; //수뇌부 후식 + default: command_Other($connect, $turn, $commandtype); break; +} + +?> + diff --git a/che_close/proc.php b/che_close/proc.php new file mode 100644 index 00000000..790104e8 --- /dev/null +++ b/che_close/proc.php @@ -0,0 +1,8 @@ + diff --git a/che_close/proc.sh b/che_close/proc.sh new file mode 100644 index 00000000..b9dd9084 --- /dev/null +++ b/che_close/proc.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +while [ 1 ] +do + + php -c /etc/php.ini -f ./proc.php + sleep 60 + +done + diff --git a/che_close/process_war.php b/che_close/process_war.php new file mode 100644 index 00000000..884ad136 --- /dev/null +++ b/che_close/process_war.php @@ -0,0 +1,1848 @@ +".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 14 && $general[item] <= 16) { + //의적주, 두강주, 보령압주 사용 + $genAtmos += 5; + } elseif($general[item] >= 19 && $general[item] <= 20) { + //춘화첩, 초선화 사용 + $genAtmos += 7; + } + $genTrain = 0; + if($general[item] == 4) { + //청주 사용 + $genTrain += 3; + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[item] >= 12 && $general[item] <= 13) { + //과실주, 이강주 사용 + $genTrain += 5; + } elseif($general[item] >= 17 && $general[item] <= 18) { + //철벽서, 단결도 사용 + $genTrain += 7; + } + + // 우선 스케일링 + $city[def] *= 10; + $city[wall] *= 10; + + $query = "select level from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $originCity = MYDB_fetch_array($result); + + $query = "select nation,level,name,history,capital,tech,type from nation where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,level,name,history,rice,capital,tech,type from nation where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destnation = MYDB_fetch_array($result); + + //장수수 구함 + $query = "select no from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + if($gencount < 10) $gencount = 10; + //장수수 구함 + $query = "select no from general where nation='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $destgencount = MYDB_num_rows($result); + if($destgencount < 10) $destgencount = 10; + + $genAtmosBonus = 0; $genTrainBonus = 0; + $oppAtmosBonus = 0; $oppTrainBonus = 0; + //공격자 수도보정 + if($nation[capital] == $general[city]) { $genAtmosBonus += 5; } + //방어자 수도보정 + //if($destnation[capital] == $city[city]) { $oppTrainBonus += 5; } + //관,진,수진 보정 + if($city[level] == 1) { $oppTrainBonus += 5; } // 방어도시가 수진이면 방어자 방어보정 + if($originCity[level] == 2) { $genAtmosBonus += 5; } // 출병도시가 진이면 공격자 공격보정 + if($city[level] == 3) { $oppTrainBonus += 5; } // 방어도시가 관이면 방어자 방어보정 + + $alllog[count($alllog)] = "●{$game[month]}월:$nation[name]$general[name](이)가 $city[name](으)로 진격합니다."; + $log[count($log)] = "●{$game[month]}월:$city[name](으)로 진격합니다. <1>$date"; +// $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【전투】$nation[name](이)가 $destnation[name]$city[name](으)로 진격합니다."; + + // 목표 도시내에 목표 국가 소속 장수 중, 병사가 있는 능력치합+병사수 순으로 훈,사 60, 80 이상 + $query = "select no,name,turntime,personal,special2,crew,crewtype,atmos,train,intel,intel2,book,power,power2,weap,injury,leader,leader2,horse,item,explevel,level,rice,leader+power+intel+weap+horse+book+crew/100 as sum,dex0,dex10,dex20,dex30,dex40 from general where city='$city[city]' and nation='$city[nation]' and nation!=0 and crew>'0' and rice>round(crew/100) and ((train>=60 and atmos>=60 and mode=1) or (train>=80 and atmos>=80 and mode=2)) order by sum desc"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opposecount = MYDB_num_rows($result); + + $exp = 0; //병사 소진 시킨 만큼 + $opexp = 0; + $exp2 = 1; //능력경험치 + $phase = 0; + while($phase < $warphase) { + // 장수가 없어서 도시 공격하려했으나 병량없을시 + if($opposecount == 0 && $destnation[nation] > 0 && $destnation[rice] <= 0 && $city[supply] == 1) { + $general[train] += 1; //훈련 상승 + if($general[train] > $_maximumtrain) { $general[train] = $_maximumtrain; } + $query = "update general set recwar='$general[turntime]',train='$general[train]',warnum=warnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $alllog[count($alllog)] = "●{$game[month]}월:병량 부족으로 $city[name]의 수비병들이 패퇴합니다."; + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【패퇴】$destnation[name](이)가 병량 부족으로 $city[name](을)를 뺏기고 말았습니다."; + pushGenLog($general, $log); + pushAllLog($alllog); + pushHistory($connect, $history); + unset($log); + unset($alllog); + unset($history); + + //패퇴시 병량보충 + $destnation[rice] += 500; + $query = "update nation set rice='$destnation[rice]' where nation='$destnation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //내정 피폐 + $query = "update city set agri=agri*0.5,comm=comm*0.5,secu=secu*0.5 where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $city = addConflict($connect, $city, $general[nation], 1); + + ConquerCity($connect, $game, $general, $city, $nation, $destnation); + break; + // 장수가 없어서 도시 공격 + } elseif($opposecount == 0) { + $alllog[count($alllog)] = "●{$game[month]}월:$general[name](이)가 ".getTypename($general[crewtype])."(으)로 성벽을 공격합니다."; + $log[count($log)] = "●".getTypename($general[crewtype])."(으)로 성벽을 공격합니다."; + + $general[train] += 1; //훈련 상승 + if($general[train] > $_maximumtrain) { $general[train] = $_maximumtrain; } + $query = "update general set recwar='$general[turntime]',train='$general[train]',warnum=warnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $mykillnum = 0; $mydeathnum = 0; + while($phase < $warphase) { + $phase++; + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + $myAtt = getAtt($game, $general, $nation[tech], $lbonus); + $myDef = getDef($game, $general, $nation[tech]); + $cityAtt = getCityAtt($city); + $cityDef = getCityDef($city); + + // 감소할 병사 수 + $cityCrew = $_armperphase + $myAtt - $cityDef; + $myCrew = $_armperphase + $cityAtt - $myDef; + if($cityCrew <= 0) { $cityCrew = rand() % 90 + 10; } + if($myCrew <= 0) { $myCrew = rand() % 90 + 10; } + + //훈련 사기따라 + $myCrew = getCrew($myCrew, $game[city_rate]+$oppAtmosBonus, CharTrain($general[train]+$genTrain+$genTrainBonus, $general[personal])); + $cityCrew = getCrew($cityCrew, CharAtmos($general[atmos]+$genAtmos+$genAtmosBonus, $general[personal]), $game[city_rate]+$oppTrainBonus); + //숙련도 따라 + $genDexAtt = getGenDex($general, $general[crewtype]); + $genDexDef = getGenDex($general, 40); + $cityCrew *= getDexLog($genDexAtt, ($game[city_rate]-60)*7200); + $myCrew *= getDexLog(($game[city_rate]-60)*7200, $genDexDef); + + $avoid = 1; + // 병종간 특성 + if(floor($general[crewtype]/10) == 3) { // 귀병 + $int = round($general[intel] * (100-$general[injury])/100) + getBookEff($general[book]); + if($general[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($general[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + + // 특기보정 : 신산 + if($general[special2] == 41) { $ratio2 += 200; } + + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; // 0~99 + // 특기보정 : 귀병, 신산, 환술, 신중 + if($general[special2] == 40) { $ratio += 20; } + if($general[special2] == 41) { $ratio += 20; } + if($general[special2] == 42) { $ratio += 10; } + if($general[special2] == 44) { $ratio += 100; } + if($ratio >= 30) { + // 특기보정 : 환술, 집중 + if($general[special2] == 42) { $cityCrew *= 1.3; } + if($general[special2] == 43) { $cityCrew *= 1.5; } + $type = rand() % 3; + switch($type) { + case 0: + $batlog[count($batlog)] = "급습을 성공했다!"; + $cityCrew *= 1.2; + break; + case 1: + $batlog[count($batlog)] = "위보를 성공했다!"; + $cityCrew *= 1.4; + break; + case 2: + $batlog[count($batlog)] = "혼란을 성공했다!"; + $cityCrew *= 1.6; + break; + } + } else { + $type = rand() % 3; + switch($type) { + case 0: + $batlog[count($batlog)] = "급습을 실패했다!"; + $cityCrew /= 1.2; $myCrew *= 1.2; + break; + case 1: + $batlog[count($batlog)] = "위보를 실패했다!"; + $cityCrew /= 1.4; $myCrew *= 1.4; + break; + case 2: + $batlog[count($batlog)] = "혼란을 실패했다!"; + $cityCrew /= 1.6; $myCrew *= 1.6; + break; + } + } + } + } elseif($general[crewtype] == 40) { // 정란 + $cityCrew = $cityCrew * 1.5; + } elseif($general[crewtype] == 41) { // 충차 + $cityCrew = $cityCrew * 2.0; + } elseif($general[crewtype] == 42) { // 벽력거 + $cityCrew = $cityCrew * 1.5; + } + //군주 공격 보정 10% + if($general[level] == 12) { + $cityCrew = $cityCrew * 1.10; + //참모, 장군 공격 보정 5% + } elseif($general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { + $cityCrew = $cityCrew * 1.05; + } + //레벨 보정 + $cityCrew = $cityCrew * (100 + $general[explevel]/6)/100; + + // 특기보정 : 공성, 기병, 돌격, 무쌍, 보병, 견고, 의술(청낭서,태평청령) + if($general[special2] == 53) { $cityCrew *= 2.00; } + if($general[special2] == 52) { $cityCrew *= 1.20; } + if($general[special2] == 60) { $cityCrew *= 1.10; } + if($general[special2] == 61) { $cityCrew *= 1.10; } + if($general[special2] == 50) { $myCrew *= 0.90; } + if($general[special2] == 62) { $myCrew *= 0.90; } + $ratio = rand() % 100; // 0 ~ 99 + if(($general[special2] == 73 || $general[item] == 23 || $general[item] == 24) && $ratio > 80 && $avoid == 1) { + $batlog[count($batlog)] = "치료했다!"; + $myCrew /= 1.5; // 66%만 소모 + $avoid = 0; + } + + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book])); + // 특기보정 : 무쌍, 필살 + if($general[special2] == 61) { $ratio += 10; } + if($general[special2] == 71) { $ratio += 20; } + if($ratio >= $rd && $avoid == 1) { + $batlog[count($batlog)] = "필살공격!"; + $cityCrew = CriticalScore2($cityCrew); + $avoid = 0; + } + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $general[crewtype], "avd"); //회피율 + //특기보정 : 궁병 + if($general[special2] == 51) { $ratio2 += 20; } + //도구 보정 : 둔갑천서, 태평요술 + if($general[item] == 26 || $general[item] == 25) { $ratio2 += 20; } + if($ratio < $ratio2 && $avoid == 1) { + $batlog[count($batlog)] = "회피했다!"; + $myCrew /= 10; // 10%만 소모 + $avoid = 0; + } + + //랜타추가 + $cityCrew *= (rand() % 21 + 90)/100; // 90~110% + $myCrew *= (rand() % 21 + 90)/100; // 90~110% + + //특기보정 : 위압 + if($general[special2] == 63 && $phase == 1 && $general[crew] >= 1000 && $general[atmos] >= 90 && $general[train] >= 90) { + $batlog[count($batlog)] = "●상대에게 위압을 줬다!"; + $myCrew = 0; + } + + $general[crew] -= round($myCrew); + $city[def] -= round($cityCrew); + $city[wall] -= round($cityCrew); + + $tempMyCrew = $myCrew; $tempCityCrew = $cityCrew; + $tempGeneralCrew = $general[crew]; $tempCityDef = $city[def]; + + if($city[wall] <= 0) { $city[wall] = 0; } + + if($general[crew] <= 0 && $city[def] <= 0) { + $r1 = $tempGeneralCrew / $tempMyCrew; + $r2 = $tempCityDef / $tempCityCrew; + + if($r1 > $r2) { + $offset = round($tempCityDef*$tempMyCrew/$tempCityCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $cityCrew += $tempCityDef; + $city[def] = 0; + } else { + $offset = round($tempGeneralCrew*$tempCityCrew/$tempMyCrew); + $cityCrew += $offset; + $city[def] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } elseif($general[crew] * $city[def] <= 0) { + if($city[def] < 0) { + $offset = round($tempCityDef*$tempMyCrew/$tempCityCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $cityCrew += $tempCityDef; + $city[def] = 0; + } + if($general[crew] < 0) { + $offset = round($tempGeneralCrew*$tempCityCrew/$tempMyCrew); + $cityCrew += $offset; + $city[def] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } + + $exp += $cityCrew; + $opexp += $myCrew; + $general[crew] = round($general[crew]); + $cityCrew = round($cityCrew); + $myCrew = round($myCrew); + $batlog[count($batlog)] = "● $phase : 【$general[name]】 $general[crew] (-$myCrew) VS $city[def] (-$cityCrew) 【$city[name]】"; + + $mykillnum += $cityCrew; $mydeathnum += $myCrew; + + // 중간 쌀 체크 + $myRice = round($exp / 50); + // 성격 보정 + $myRice = CharExperience($myRice, $general[personal]); + // 쌀 소모 + $myRice = ($myRice * 5 * getCrewtypeRice($game, $general[crewtype], $nation[tech])); + // 결과 쌀 + $myRice = $general[rice] - $myRice; + + if($myRice <= round($general[crew]/100)) { break; } + + if($city[def] <= 0) { break; } + if($general[crew] <= 0) { break; } + } + $res = "성 <1>"._String::SubStr(getTypename($general[crewtype]), 0, 2)."【$general[name]】 $general[crew] (-$mydeathnum) VS $city[def] (-$mykillnum) 【$city[name]】<1>성벽"; + $log[count($log)] = "◆".$res; + $batlog[count($batlog)] = "◆".$res; + $batres[count($batres)] = "◆{$game[year]}년 {$game[month]}월: ".$res; + $deadAmount[att] = $deadAmount[att] + $mydeathnum; + $deadAmount[def] = $deadAmount[def] + $mykillnum; + + // 도시쌀 소모 계산 + $opexp = round($opexp / 50 * 0.8); + $rice = round($opexp * 5 * getCrewtypeRice($game, 0, 0) * ($game[city_rate]/100 - 0.2)); + $destnation[rice] -= $rice; + if($destnation[rice] < 0) { $destnation[rice] = 0; } + $query = "update nation set rice='$destnation[rice]' where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $adminLog[0] = "성벽 쌀 소모 : $rice"; + pushAdminLog($connect, $adminLog); + + //원래대로 스케일링 + $city[def] = round($city[def] / 10); + $city[wall] = round($city[wall] / 10); + //내정 감소 + $dec = round($cityCrew / 10); + $city[agri] -= $dec; + $city[comm] -= $dec; + $city[secu] -= $dec; + if($city[agri] < 0) { $city[agri] = 0; } + if($city[comm] < 0) { $city[comm] = 0; } + if($city[secu] < 0) { $city[secu] = 0; } + // 병사수 변경 + $query = "update general set crew='$general[crew]',killcrew=killcrew+'$mykillnum',deathcrew=deathcrew+'$mydeathnum' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], $mykillnum); + addGenDex($connect, $general[no], 40, $mydeathnum); + // 죽은수 기술로 누적 + $num = round($mydeathnum * 0.01); + // 국가보정 + if($nation[type] == 3 || $nation[type] == 13) { $num *= 1.1; } + if($nation[type] == 5 || $nation[type] == 6 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 12) { $num *= 0.9; } + // 부드러운 기술 제한 + if(TechLimit($game[startyear], $game[year], $nation[tech])) { $num = floor($num/4); } + $query = "update nation set totaltech=totaltech+'$num',tech=totaltech/'$gencount' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 죽은수 기술로 누적 + $num = round($mykillnum * 0.01); + // 국가보정 + if($destnation[type] == 3 || $destnation[type] == 13) { $num *= 1.1; } + if($destnation[type] == 5 || $destnation[type] == 6 || $destnation[type] == 7 || $destnation[type] == 8 || $destnation[type] == 12) { $num *= 0.9; } + // 부드러운 기술 제한 + if(TechLimit($game[startyear], $game[year], $destnation[tech])) { $num = floor($num/4); } + $query = "update nation set totaltech=totaltech+'$num',tech=totaltech/'$destgencount' where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //양국 평균 기술가격 + //$techRatio = (getTechCost($nation[tech]) + getTechCost($destnation[tech])) / 2; + $techRatio = 1.0; + // 죽은수 도시 재정으로 누적 60% + $num = round(($mykillnum+$mydeathnum) * 0.6 * $techRatio); + // 국가보정 + if($destnation[type] == 1) { $num *= 1.1; } + if($destnation[type] == 9 || $destnation[type] == 10) { $num *= 0.9; } + $query = "update city set dead=dead+'$num',def='$city[def]',wall='$city[wall]',agri='$city[agri]',comm='$city[comm]',secu='$city[secu]' where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 죽은수 도시 재정으로 누적 40% + $num = round(($mykillnum+$mydeathnum) * 0.4 * $techRatio); + // 국가보정 + if($nation[type] == 1) { $num *= 1.1; } + if($nation[type] == 9 || $nation[type] == 10) { $num *= 0.9; } + $query = "update city set dead=dead+'$num' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //분쟁현황에 추가 + $city = addConflict($connect, $city, $general[nation], $mykillnum); + + // 병사 소진시 성 함락 + if($city[def] <= 0) { + $exp += 1000; + $exp2++; + + pushGenLog($general, $log); + pushBatLog($general, $batlog); + pushBatRes($general, $batres); + pushAllLog($alllog); + pushHistory($connect, $history); + unset($log); + unset($batlog); + unset($batres); + unset($alllog); + unset($history); + + ConquerCity($connect, $game, $general, $city, $nation, $destnation); + break; + // 공격 장수 병사 소진시 실패 처리 + } elseif($general[crew] <= 0) { + $alllog[count($alllog)] = "●{$game[month]}월:$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + $log[count($log)] = "●퇴각했습니다."; + + $query = "update general set deathnum=deathnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } elseif($myRice <= round($general[crew]/100)) { + $alllog[count($alllog)] = "●{$game[month]}월:$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + $log[count($log)] = "●군량 부족으로 퇴각합니다."; + + $query = "update general set deathnum=deathnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; + } + // 장수 대결 + } else { + $oppose = MYDB_fetch_array($result); + $alllog[count($alllog)] = "●{$game[month]}월:$general[name]의 ".getTypename($general[crewtype])."(와)과 $oppose[name]의 ".getTypename($oppose[crewtype])."(이)가 대결합니다."; + $log[count($log)] = "●".getTypename($general[crewtype])."(으)로 $oppose[name]의 ".getTypename($oppose[crewtype])."(을)를 공격합니다."; + $opplog[count($opplog)] = "●".getTypename($oppose[crewtype])."(으)로 $general[name]의 ".getTypename($general[crewtype])."(을)를 수비합니다."; + + $oppAtmos = 0; + if($oppose[item] == 3) { + //탁주 사용 + $oppAtmos += 3; + $query = "update general set item=0 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opplog[count($opplog)] = "".getItemName($oppose[item])."(을)를 사용!"; + $oppose[item] = 0; + } elseif($oppose[item] >= 14 && $oppose[item] <= 16) { + //의적주, 두강주, 보령압주 사용 + $oppAtmos += 5; + } elseif($oppose[item] >= 19 && $oppose[item] <= 20) { + //춘화첩, 초선화 사용 + $oppAtmos += 7; + } + $oppTrain = 0; + if($oppose[item] == 4) { + //청주 사용 + $oppTrain += 3; + $query = "update general set item=0 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opplog[count($opplog)] = "".getItemName($oppose[item])."(을)를 사용!"; + $oppose[item] = 0; + } elseif($oppose[item] >= 12 && $oppose[item] <= 13) { + //과실주, 이강주 사용 + $oppTrain += 5; + } elseif($oppose[item] >= 17 && $oppose[item] <= 18) { + //철벽서, 단결도 사용 + $oppTrain += 7; + } + + $general[train] += 1; //훈련 상승 + if($general[train] > $_maximumtrain) { $general[train] = $_maximumtrain; } + $oppose[train] += 1; //훈련 상승 + if($oppose[train] > $_maximumtrain) { $oppose[train] = $_maximumtrain; } + + $query = "update general set recwar='$general[turntime]',train='$general[train]',warnum=warnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set recwar='$general[turntime]',train='$oppose[train]',warnum=warnum+1 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $ratio = rand() % 100; + //특기보정 : 저격(수극), 활무기저격 + if(($general[special2] == 70 && $ratio <= 33) || ($general[item] == 2 && $ratio <= 20) || (($general[weap] == 10 || $general[weap] == 14 || $general[weap] == 18 || $general[weap] == 22) && $ratio <= 20)) { + //수극 사용 + if($general[item] == 2) { + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $log[count($log)] = "".getItemName($general[item])."(을)를 사용!"; + $general[item] = 0; + } elseif($general[weap] == 10 || $general[weap] == 14 || $general[weap] == 18 || $general[weap] == 22) { +// $log[count($log)] = "".getWeapName($general[weap])."(을)를 사용!"; + } + $log[count($log)] = "●상대를 저격했다!"; + $batlog[count($batlog)] = "●상대를 저격했다!"; + $opplog[count($opplog)] = "●상대에게 저격당했다!"; + $oppbatlog[count($oppbatlog)] = "●상대에게 저격당했다!"; + // 부상 + $oppose[injury] += rand() % 41 + 20; // 20 ~ 60 + if($oppose[injury] > 80) { $oppose[injury] = 80; } + } else if($general[item] == 2 && $ratio <= 40) { + $query = "update general set item=0 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $batlog[count($batlog)] = "".getItemName($general[item])."(이)가 빗나갑니다!"; + $general[item] = 0; + } + $ratio = rand() % 100; + //특기보정 : 저격(수극), 활무기저격 + if(($oppose[special2] == 70 && $ratio <= 33) || ($oppose[item] == 2 && $ratio <= 20) || (($oppose[weap] == 10 || $oppose[weap] == 14 || $oppose[weap] == 18 || $oppose[weap] == 22) && $ratio <= 20)) { + //수극 사용 + if($oppose[item] == 2) { + $query = "update general set item=0 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opplog[count($opplog)] = "".getItemName($oppose[item])."(을)를 사용!"; + $oppose[item] = 0; + } elseif($oppose[weap] == 10 || $oppose[weap] == 14 || $oppose[weap] == 18 || $oppose[weap] == 22) { +// $opplog[count($opplog)] = "".getWeapName($oppose[weap])."(을)를 사용!"; + } + $oppbatlog[count($oppbatlog)] = "●상대를 저격했다!"; + $opplog[count($opplog)] = "●상대를 저격했다!"; + $batlog[count($batlog)] = "●상대에게 저격당했다!"; + $log[count($log)] = "●상대에게 저격당했다!"; + // 부상 + $general[injury] += rand() % 41 + 20; // 20 ~ 60 + if($general[injury] > 80) { $general[injury] = 80; } + } else if($oppose[item] == 2 && $ratio <= 40) { + $query = "update general set item=0 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $oppbatlog[count($oppbatlog)] = "".getItemName($oppose[item])."(이)가 빗나갑니다!"; + $oppose[item] = 0; + } + + $mykillnum = 0; $mydeathnum = 0; + $opkillnum = 0; $opdeathnum = 0; + while($phase < $warphase) { + $phase++; + + if($general[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($general[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + $myAtt = getAtt($game, $general, $nation[tech], $lbonus); + $myDef = getDef($game, $general, $nation[tech]); + + if($oppose[level] == 12) { + $opplbonus = $destnation[level] * 2; + } elseif($oppose[level] >= 5) { + $opplbonus = $destnation[level]; + } else { + $opplbonus = 0; + } + $opAtt = getAtt($game, $oppose, $destnation[tech], $opplbonus); + $opDef = getDef($game, $oppose, $destnation[tech]); + // 감소할 병사 수 + $myCrew = $_armperphase + $opAtt - $myDef; + $opCrew = $_armperphase + $myAtt - $opDef; + if($myCrew <= 0) { $myCrew = rand() % 90 + 10; } + if($opCrew <= 0) { $opCrew = rand() % 90 + 10; } + //훈련 사기따라 + $myCrew = getCrew($myCrew, CharAtmos($oppose[atmos]+$oppAtmos+$oppAtmosBonus, $oppose[personal]), CharTrain($general[train]+$genTrain+$genTrainBonus, $general[personal])); + $opCrew = getCrew($opCrew, CharAtmos($general[atmos]+$genAtmos+$genAtmosBonus, $general[personal]), CharTrain($oppose[train]+$oppTrain+$oppTrainBonus, $oppose[personal])); + //숙련도 따라 + $genDexAtt = getGenDex($general, $general[crewtype]); + $genDexDef = getGenDex($general, $oppose[crewtype]); + $oppDexAtt = getGenDex($oppose, $oppose[crewtype]); + $oppDexDef = getGenDex($oppose, $general[crewtype]); + $opCrew *= getDexLog($genDexAtt, $oppDexDef); + $myCrew *= getDexLog($oppDexAtt, $genDexDef); + + $myAvoid = 1; + $opAvoid = 1; + // 병종간 특성 + if(floor($general[crewtype]/10) == 3) { // 귀병 + $int = round($general[intel] * (100-$general[injury])/100) + getBookEff($general[book]); + if($general[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($general[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($general[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($general[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + + // 특기보정 : 신산 + if($general[special2] == 41) { $ratio2 += 200; } + + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; + // 특기보정 : 귀병, 신산, 환술, 신중 + if($general[special2] == 40) { $ratio += 20; } + if($general[special2] == 41) { $ratio += 20; } + if($general[special2] == 42) { $ratio += 10; } + if($general[special2] == 44) { $ratio += 100; } + if($ratio >= 30) { + // 특기보정 : 환술, 집중 + if($general[special2] == 42) { $opCrew *= 1.3; } + if($general[special2] == 43) { $opCrew *= 1.5; } + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($oppose[special2] == 45 && $ratio > 70) { + $batlog[count($batlog)] = "위보를 역으로 당했다!"; + $oppbatlog[count($oppbatlog)] = "반계로 상대의 위보를 되돌렸다!"; + $myCrew *= 1.2; + } else { + $batlog[count($batlog)] = "위보를 성공했다!"; + $oppbatlog[count($oppbatlog)] = "위보에 당했다!"; + $opCrew *= 1.2; + } + break; + case 1: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($oppose[special2] == 45 && $ratio > 70) { + $batlog[count($batlog)] = "매복을 역으로 당했다!"; + $oppbatlog[count($oppbatlog)] = "반계로 상대의 매복을 되돌렸다!"; + $myCrew *= 1.4; + } else { + $batlog[count($batlog)] = "매복을 성공했다!"; + $oppbatlog[count($oppbatlog)] = "매복에 당했다!"; + $opCrew *= 1.4; + } + break; + case 2: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($oppose[special2] == 45 && $ratio > 70) { + $batlog[count($batlog)] = "반목을 역으로 당했다!"; + $oppbatlog[count($oppbatlog)] = "반계로 상대의 반목을 되돌렸다!"; + $myCrew *= 1.6; + } else { + $batlog[count($batlog)] = "반목을 성공했다!"; + $oppbatlog[count($oppbatlog)] = "반목에 당했다!"; + $opCrew *= 1.6; + // 특기보정 : 반계 + if($general[special2] == 45) { $opCrew *= 2; } + } + break; + case 3: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($oppose[special2] == 45 && $ratio > 70) { + $batlog[count($batlog)] = "화계를 역으로 당했다!"; + $oppbatlog[count($oppbatlog)] = "반계로 상대의 화계를 되돌렸다!"; + $myCrew *= 1.8; + } else { + $batlog[count($batlog)] = "화계를 성공했다!"; + $oppbatlog[count($oppbatlog)] = "화계에 당했다!"; + $opCrew *= 1.8; + } + break; + case 4: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($oppose[special2] == 45 && $ratio > 70) { + $batlog[count($batlog)] = "혼란을 역으로 당했다!"; + $oppbatlog[count($oppbatlog)] = "반계로 상대의 혼란을 되돌렸다!"; + $myCrew *= 2.0; + } else { + $batlog[count($batlog)] = "혼란을 성공했다!"; + $oppbatlog[count($oppbatlog)] = "혼란에 당했다!"; + $opCrew *= 2.0; + } + break; + } + } else { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $batlog[count($batlog)] = "위보를 실패했다!"; + $oppbatlog[count($oppbatlog)] = "위보를 간파했다!"; + $opCrew /= 1.1; $myCrew *= 1.1; + break; + case 1: + $batlog[count($batlog)] = "매복을 실패했다!"; + $oppbatlog[count($oppbatlog)] = "매복을 간파했다!"; + $opCrew /= 1.2; $myCrew *= 1.2; + break; + case 2: + $batlog[count($batlog)] = "반목을 실패했다!"; + $oppbatlog[count($oppbatlog)] = "반목을 간파했다!"; + $opCrew /= 1.3; $myCrew *= 1.3; + break; + case 3: + $batlog[count($batlog)] = "화계를 실패했다!"; + $oppbatlog[count($oppbatlog)] = "화계를 간파했다!"; + $opCrew /= 1.4; $myCrew *= 1.4; + break; + case 4: + $batlog[count($batlog)] = "혼란을 실패했다!"; + $oppbatlog[count($oppbatlog)] = "혼란을 간파했다!"; + $opCrew /= 1.5; $myCrew *= 1.5; + break; + } + } + } + } + + // 상대 장수 병종간 특성 + if(floor($oppose[crewtype]/10) == 3) { // 귀병 + $int = round($oppose[intel] * (100-$oppose[injury])/100) + getBookEff($oppose[book]); + if($oppose[crewtype] == 30) { + $ratio2 = $int * 5; // 0~500 즉 50% + } elseif($oppose[crewtype] == 31) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 32) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 33) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 34) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 35) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($oppose[crewtype] == 36) { + $ratio2 = $int * 8; // 0~800 즉 80% + } elseif($oppose[crewtype] == 37) { + $ratio2 = $int * 6; // 0~600 즉 60% + } elseif($oppose[crewtype] == 38) { + $ratio2 = $int * 6; // 0~600 즉 60% + } + + // 특기보정 : 신산 + if($oppose[special2] == 41) { $ratio2 += 200; } + + $ratio = rand() % 1000; // 0~999 + if($ratio <= $ratio2) { + $ratio = rand() % 100; + // 특기보정 : 귀병, 신산, 환술, 신중 + if($oppose[special2] == 40) { $ratio += 20; } + if($oppose[special2] == 41) { $ratio += 20; } + if($oppose[special2] == 42) { $ratio += 10; } + if($oppose[special2] == 44) { $ratio += 100; } + if($ratio >= 30) { + // 특기보정 : 환술, 집중 + if($oppose[special2] == 42) { $myCrew *= 1.3; } + if($oppose[special2] == 43) { $myCrew *= 1.5; } + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($general[special2] == 45 && $ratio > 70) { + $oppbatlog[count($oppbatlog)] = "위보를 역으로 당했다!"; + $batlog[count($batlog)] = "반계로 상대의 위보를 되돌렸다!"; + $opCrew *= 1.2; + } else { + $oppbatlog[count($oppbatlog)] = "위보를 성공했다!"; + $batlog[count($batlog)] = "위보에 당했다!"; + $myCrew *= 1.2; + } + break; + case 1: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($general[special2] == 45 && $ratio > 70) { + $oppbatlog[count($oppbatlog)] = "매복을 역으로 당했다!"; + $batlog[count($batlog)] = "반계로 상대의 매복을 되돌렸다!"; + $opCrew *= 1.4; + } else { + $oppbatlog[count($oppbatlog)] = "매복을 성공했다!"; + $batlog[count($batlog)] = "매복에 당했다!"; + $myCrew *= 1.4; + } + break; + case 2: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($general[special2] == 45 && $ratio > 70) { + $oppbatlog[count($oppbatlog)] = "반목을 역으로 당했다!"; + $batlog[count($batlog)] = "반계로 상대의 반목을 되돌렸다!"; + $opCrew *= 1.6; + } else { + $oppbatlog[count($oppbatlog)] = "반목을 성공했다!"; + $batlog[count($batlog)] = "반목에 당했다!"; + $myCrew *= 1.6; + // 특기보정 : 반계 + if($oppose[special2] == 45) { $myCrew *= 2; } + } + break; + case 3: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($general[special2] == 45 && $ratio > 70) { + $oppbatlog[count($oppbatlog)] = "화계를 역으로 당했다!"; + $batlog[count($batlog)] = "반계로 상대의 화계을 되돌렸다!"; + $opCrew *= 1.8; + } else { + $oppbatlog[count($oppbatlog)] = "화계를 성공했다!"; + $batlog[count($batlog)] = "화계에 당했다!"; + $myCrew *= 1.8; + } + break; + case 4: + $ratio = rand() % 100; + // 특기보정 : 반계 + if($general[special2] == 45 && $ratio > 70) { + $oppbatlog[count($oppbatlog)] = "혼란을 역으로 당했다!"; + $batlog[count($batlog)] = "반계로 상대의 혼란을 되돌렸다!"; + $opCrew *= 2.0; + } else { + $oppbatlog[count($oppbatlog)] = "혼란을 성공했다!"; + $batlog[count($batlog)] = "혼란에 당했다!"; + $myCrew *= 2.0; + } + break; + } + } else { + $type = rand() % 5; // 0~4 + switch($type) { + case 0: + $oppbatlog[count($oppbatlog)] = "위보를 실패했다!"; + $batlog[count($batlog)] = "위보를 간파했다!"; + $myCrew /= 1.1; $opCrew *= 1.1; + break; + case 1: + $oppbatlog[count($oppbatlog)] = "매복을 실패했다!"; + $batlog[count($batlog)] = "매복을 간파했다!"; + $myCrew /= 1.2; $opCrew *= 1.2; + break; + case 2: + $oppbatlog[count($oppbatlog)] = "반목을 실패했다!"; + $batlog[count($batlog)] = "반목을 간파했다!"; + $myCrew /= 1.3; $opCrew *= 1.3; + break; + case 3: + $oppbatlog[count($oppbatlog)] = "화계를 실패했다!"; + $batlog[count($batlog)] = "화계를 간파했다!"; + $myCrew /= 1.4; $opCrew *= 1.4; + break; + case 4: + $oppbatlog[count($oppbatlog)] = "혼란을 실패했다!"; + $batlog[count($batlog)] = "혼란을 간파했다!"; + $myCrew /= 1.5; $opCrew *= 1.5; + break; + } + } + } + } + + // 특기보정: 돌격 + if($oppose[crewtype] == 43 && $general[special2] != 60) { // 목우 + $r = 0; + $r += $oppose[atmos] + $oppAtmos + $oppAtmosBonus; + $r += $oppose[train] + $oppTrain + $oppTrainBonus; + $ratio = rand() % 400; // 최대 50% 저지 + if($ratio < $r && $opAvoid == 1) { + $batlog[count($batlog)] = "저지당했다!"; + $oppbatlog[count($oppbatlog)] = "●상대를 저지했다!"; + $opAvoid = 0; + continue; + } + } + + // my 입장 상성 + // 보병계열 > 궁병계열 + if(floor($general[crewtype]/10) == 0 && floor($oppose[crewtype]/10) == 1) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 궁병계열 > 기병계열 + if(floor($general[crewtype]/10) == 1 && floor($oppose[crewtype]/10) == 2) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 기병계열 > 보병계열 + if(floor($general[crewtype]/10) == 2 && floor($oppose[crewtype]/10) == 0) { + $myCrew *= 0.8; + $opCrew *= 1.2; + } + // 차병계열 + if(floor($general[crewtype]/10) == 4) { + $myCrew *= 1.2; + $opCrew *= 0.8; + } + + // op 입장 상성 + // 보병계열 > 궁병계열 + if(floor($oppose[crewtype]/10) == 0 && floor($general[crewtype]/10) == 1) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 궁병계열 > 기병계열 + if(floor($oppose[crewtype]/10) == 1 && floor($general[crewtype]/10) == 2) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 기병계열 > 보병계열 + if(floor($oppose[crewtype]/10) == 2 && floor($general[crewtype]/10) == 0) { + $opCrew *= 0.8; + $myCrew *= 1.2; + } + // 차병계열 + if(floor($oppose[crewtype]/10) == 4) { + $opCrew *= 1.2; + $myCrew *= 0.8; + } + + //군주 공격 보정 10% + if($general[level] == 12) { + $opCrew = $opCrew * 1.10; + //참모, 장군 공격 보정 5% + } elseif($general[level] == 11 || $general[level] == 10 || $general[level] == 8 || $general[level] == 6) { + $opCrew = $opCrew * 1.05; + } + + //상대장수 관직 보정 + //군주 방어 보정 10% + if($oppose[level] == 12) { + $opCrew = $opCrew * 0.90; + //참모, 모사 방어 보정 5% + } elseif($oppose[level] == 11 || $oppose[level] == 9 || $oppose[level] == 7 || $oppose[level] == 5) { + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 4 && $oppose[no] == $city[gen1]) { // 태수 보정 + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 3 && $oppose[no] == $city[gen2]) { // 군사 보정 + $opCrew = $opCrew * 0.95; + } elseif($oppose[level] == 2 && $oppose[no] == $city[gen3]) { // 시중 보정 + $opCrew = $opCrew * 0.95; + } + + //레벨 보정 + $myCrew = $myCrew * ((100 - $general[explevel]/3)/100); + $opCrew = $opCrew / ((100 - $general[explevel]/3)/100); + $myCrew = $myCrew / ((100 - $oppose[explevel]/3)/100); + $opCrew = $opCrew * ((100 - $oppose[explevel]/3)/100); + + // 특기보정 : 기병, 돌격, 무쌍, 보병, 견고, 척사, 의술(청낭서, 태평청령) + if($general[special2] == 52) { $opCrew *= 1.20; } + if($general[special2] == 60) { $opCrew *= 1.10; } + if($general[special2] == 61) { $opCrew *= 1.10; } + if($general[special2] == 50) { $myCrew *= 0.90; } + if($general[special2] == 62) { $myCrew *= 0.90; } + if($general[special2] == 75) { + if($oppose[crewtype] != 0 && $oppose[crewtype] != 10 && $oppose[crewtype] != 20 && + $oppose[crewtype] != 30 && $oppose[crewtype] != 40 && $oppose[crewtype] != 41) + { + $opCrew *= 1.1; $myCrew *= 0.9; + } + } + $ratio = rand() % 100; // 0 ~ 99 + if(($general[special2] == 73 || $general[item] == 23 || $general[item] == 24) && $ratio > 80 && $myAvoid == 1) { + $batlog[count($batlog)] = "치료했다!"; + $myCrew /= 1.5; // 66%만 소모 + $myAvoid = 0; + } + + // 상대 특기보정 : 기병, 무쌍, 보병, 견고, 척사, 의술(청낭서, 태평청령) + if($oppose[special2] == 52) { $myCrew *= 1.10; } + if($oppose[special2] == 61) { $myCrew *= 1.10; } + if($oppose[special2] == 50) { $opCrew *= 0.80; } + if($oppose[special2] == 62) { $myCrew *= 1.10; } + if($oppose[special2] == 75) { + if($general[crewtype] != 0 && $general[crewtype] != 10 && $general[crewtype] != 20 && + $general[crewtype] != 30 && $general[crewtype] != 40 && $general[crewtype] != 41) + { + $myCrew *= 1.1; $opCrew *= 0.9; + } + } + $ratio = rand() % 100; // 0 ~ 99 + if(($oppose[special2] == 73 || $oppose[item] == 23 || $oppose[item] == 24) && $ratio > 80 && $opAvoid == 1) { + $oppbatlog[count($oppbatlog)] = "치료했다!"; + $opCrew /= 1.5; // 66%만 소모 + $opAvoid = 0; + } + + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($general[leader]+getHorseEff($general[horse])+$lbonus, $general[power]+getWeapEff($general[weap]), $general[intel]+getBookEff($general[book])); + // 특기보정 : 무쌍, 필살 + if($general[special2] == 61) { $ratio += 10; } + if($general[special2] == 71) { $ratio += 20; } + if($ratio >= $rd && $myAvoid == 1) { + $batlog[count($batlog)] = "필살공격!"; + $oppbatlog[count($oppbatlog)] = "●상대의 필살공격!"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + + // 특기보정 : 격노 + if($oppose[special2] == 74) { + if(rand() % 100 < 50) { + $batlog[count($batlog)] = "●필살 공격에 상대가 격노했다!"; + $oppbatlog[count($oppbatlog)] = "●상대의 필살 공격에 격노했다!"; + $myCrew = CriticalScore2($myCrew); + $opAvoid = 0; + } + } + } + //크리 + $rd = rand() % 100; // 0 ~ 99 + $ratio = CriticalRatio2($oppose[leader]+getHorseEff($oppose[horse])+$opplbonus, $oppose[power]+getWeapEff($oppose[weap]), $oppose[intel]+getBookEff($oppose[book])); + // 특기보정 : 필살 + if($oppose[special2] == 71) { $ratio += 20; } + if($ratio >= $rd && $opAvoid == 1) { + $oppbatlog[count($oppbatlog)] = "필살공격!"; + $batlog[count($batlog)] = "●상대의 필살공격!"; + $myCrew = CriticalScore2($myCrew); + $opAvoid = 0; + + // 특기보정 : 격노 + if($general[special2] == 74) { + if(rand() % 100 < 33) { + $oppbatlog[count($oppbatlog)] = "●필살 공격에 상대가 진노했다!"; + $batlog[count($batlog)] = "●상대의 필살 공격에 진노했다!"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + $warphase++; + } elseif(rand() % 100 < 33) { + $oppbatlog[count($oppbatlog)] = "●필살 공격에 상대가 격노했다!"; + $batlog[count($batlog)] = "●상대의 필살 공격에 격노했다!"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + } + } + } + + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $general[crewtype], "avd"); //회피율 + //특기보정 : 돌격, 궁병 + if($oppose[special2] == 60) { $ratio2 -= 100; } + if($general[special2] == 51) { $ratio2 += 20; } + //도구 보정 : 둔갑천서, 태평요술 + if($general[item] == 26 || $general[item] == 25) { $ratio2 += 20; } + if($ratio < $ratio2 && $myAvoid == 1) { + // 특기보정 : 격노 + if($oppose[special2] == 74 && rand() % 100 < 50) { + $batlog[count($batlog)] = "●회피 시도에 상대가 격노했다!"; + $oppbatlog[count($oppbatlog)] = "●상대의 회피 시도에 격노했다!"; + $myCrew = CriticalScore2($myCrew); + $opAvoid = 0; + } else { + $batlog[count($batlog)] = "회피했다!"; + $oppbatlog[count($oppbatlog)] = "●상대가 회피했다!"; + $myCrew /= 10; // 10%만 소모 + $myAvoid = 0; + } + } + //회피 + $ratio = rand() % 100; // 0 ~ 99 + $ratio2 = getRate($game, $oppose[crewtype], "avd"); //회피율 + // 특기보정 : 돌격, 궁병 + if($general[special2] == 60) { $ratio2 -= 100; } + if($oppose[special2] == 51) { $ratio2 += 20; } + //도구 보정 : 둔갑천서, 태평요술 + if($oppose[item] == 26 || $oppose[item] == 25) { $ratio2 += 20; } + if($ratio < $ratio2 && $opAvoid == 1) { + // 특기보정 : 격노 + if($general[special2] == 74 && rand() % 100 < 33) { + $oppbatlog[count($oppbatlog)] = "●회피 시도에 상대가 진노했다!"; + $batlog[count($batlog)] = "●상대의 회피 시도에 진노했다!"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + $warphase++; + } elseif($general[special2] == 74 && rand() % 100 < 33) { + $oppbatlog[count($oppbatlog)] = "●회피 시도에 상대가 격노했다!"; + $batlog[count($batlog)] = "●상대의 회피 시도에 격노했다!"; + $opCrew = CriticalScore2($opCrew); + $myAvoid = 0; + } else { + $oppbatlog[count($oppbatlog)] = "회피했다!"; + $batlog[count($batlog)] = "●상대가 회피했다!"; + $opCrew /= 10; // 10%만 소모 + $opAvoid = 0; + } + } + + //랜타추가 + $opCrew *= (rand() % 21 + 90)/100; // 90~110% + $myCrew *= (rand() % 21 + 90)/100; // 90~110% + + //특기보정 : 위압 + if($general[special2] == 63 && $phase == 1 && $general[crew] >= 1000 && $general[atmos] >= 90 && $general[train] >= 90) { + $batlog[count($batlog)] = "●상대에게 위압을 줬다!"; + $oppbatlog[count($oppbatlog)] = "●상대에게 위압받았다!"; + $myCrew = 0; + } + //특기보정: 위압 + if($oppose[special2] == 63 && $phase == 1 && $oppose[crew] >= 1000 && $oppose[atmos] >= 90 && $oppose[train] >= 90) { + $batlog[count($batlog)] = "●상대에게 위압받았다!"; + $oppbatlog[count($oppbatlog)] = "●상대에게 위압을 줬다!"; + $opCrew = 0; + } + + $general[crew] -= round($myCrew); + $oppose[crew] -= round($opCrew); + $tempMyCrew = $myCrew; $tempOpCrew = $opCrew; + $tempGeneralCrew = $general[crew]; $tempOpposeCrew = $oppose[crew]; + if($general[crew] <= 0 && $oppose[crew] <= 0) { + $r1 = $tempGeneralCrew / $tempMyCrew; + $r2 = $tempOpposeCrew / $tempOpCrew; + + if($r1 > $r2) { + $offset = round($tempOpposeCrew*$tempMyCrew/$tempOpCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $opCrew += $tempOpposeCrew; + $oppose[crew] = 0; + } else { + $offset = round($tempGeneralCrew*$tempOpCrew/$tempMyCrew); + $opCrew += $offset; + $oppose[crew] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } elseif($general[crew] * $oppose[crew] <= 0) { + if($oppose[crew] < 0) { + $offset = round($tempOpposeCrew*$tempMyCrew/$tempOpCrew); + $myCrew += $offset; + $general[crew] -= $offset; + $opCrew += $tempOpposeCrew; + $oppose[crew] = 0; + } + if($general[crew] < 0) { + $offset = round($tempGeneralCrew*$tempOpCrew/$tempMyCrew); + $opCrew += $offset; + $oppose[crew] -= $offset; + $myCrew += $tempGeneralCrew; + $general[crew] = 0; + } + } + + $exp += $opCrew; + $opexp += $myCrew; + $general[crew] = round($general[crew]); + $oppose[crew] = round($oppose[crew]); + $myCrew = round($myCrew); + $opCrew = round($opCrew); + $batlog[count($batlog)] = "● $phase : 【$general[name]】 $general[crew] (-$myCrew) VS $oppose[crew] (-$opCrew) 【$oppose[name]】"; + $oppbatlog[count($oppbatlog)] = "● $phase : 【$oppose[name]】 $oppose[crew] (-$opCrew) VS $general[crew] (-$myCrew) 【$general[name]】"; + + $mykillnum += $opCrew; $mydeathnum += $myCrew; + $opkillnum += $myCrew; $opdeathnum += $opCrew; + + // 중간 쌀 체크 + $myRice = round($exp / 50); + // 성격 보정 + $myRice = CharExperience($myRice, $general[personal]); + // 쌀 소모 + $myRice = ($myRice * 5 * getCrewtypeRice($game, $general[crewtype], $nation[tech])); + // 결과 쌀 + $myRice = $general[rice] - $myRice; + + // 중간 쌀 체크 + $opRice = round($opexp / 50 * 0.8); + // 성격 보정 + $opRice = CharExperience($opRice, $oppose[personal]); + // 쌀 소모 + $opRice = ($opRice * 5 * getCrewtypeRice($game, $oppose[crewtype], $destnation[tech])); + // 결과 쌀 + $opRice = $oppose[rice] - $opRice; + + if($opRice <= round($oppose[crew]/100)) { break; } + if($myRice <= round($general[crew]/100)) { break; } + + if($oppose[crew] <= 0) { break; } + if($general[crew] <= 0) { break; } + } + $res = "공 <1>"._String::SubStr(getTypename($general[crewtype]), 0, 2)."【$general[name]】 $general[crew] (-$mydeathnum) VS $oppose[crew] (-$opdeathnum) 【$oppose[name]】<1>"._String::SubStr(getTypename($oppose[crewtype]), 0, 2).""; + $log[count($log)] = "◆".$res; + $batlog[count($batlog)] = "◆".$res; + $batres[count($batres)] = "◆{$game[year]}년 {$game[month]}월: ".$res; + $oppres = "수 <1>"._String::SubStr(getTypename($oppose[crewtype]), 0, 2)."【$oppose[name]】 $oppose[crew] (-$opdeathnum) VS $general[crew] (-$mydeathnum) 【$general[name]】<1>"._String::SubStr(getTypename($general[crewtype]), 0, 2).""; + $opplog[count($opplog)] = "◆".$oppres; + $oppbatlog[count($oppbatlog)] = "◆".$oppres; + $oppbatres[count($oppbatres)] = "◆{$game[year]}년 {$game[month]}월: ".$oppres; + + $deadAmount[att] = $deadAmount[att] + $mydeathnum; + $deadAmount[def] = $deadAmount[def] + $opdeathnum; + + // 상대장수 부상 + $ratio = rand() % 100; + if($ratio >= 95) { + $opplog[count($opplog)] = "●전투중 부상당했다!"; + $oppose[injury] += rand() % 71 + 10; // 10 ~ 80 + if($oppose[injury] > 80) { $oppose[injury] = 80; } + } + // 병사수 변경 + $query = "update general set injury='$oppose[injury]',crew='$oppose[crew]',killcrew=killcrew+'$opkillnum',deathcrew=deathcrew+'$opdeathnum' where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 숙련도 증가 + addGenDex($connect, $oppose[no], $oppose[crewtype], $opkillnum * 0.9); + addGenDex($connect, $oppose[no], $general[crewtype], $opdeathnum * 0.9); + // 죽은수 기술로 누적 + $num = round($mydeathnum * 0.01); + // 국가보정 + if($nation[type] == 3 || $nation[type] == 13) { $num *= 1.1; } + if($nation[type] == 5 || $nation[type] == 6 || $nation[type] == 7 || $nation[type] == 8 || $nation[type] == 12) { $num *= 0.9; } + // 부드러운 기술 제한 + if(TechLimit($game[startyear], $game[year], $nation[tech])) { $num = floor($num/4); } + $query = "update nation set totaltech=totaltech+'$num',tech=totaltech/'$gencount' where nation='$nation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 장수 부상 + $ratio = rand() % 100; + if($ratio >= 95) { + $log[count($log)] = "●전투중 부상당했다!"; + $general[injury] += rand() % 71 + 10; // 10 ~ 80 + if($general[injury] > 80) { $general[injury] = 80; } + } + // 병사수 변경 + $query = "update general set injury='$general[injury]',crew='$general[crew]',killcrew=killcrew+'$mykillnum',deathcrew=deathcrew+'$mydeathnum' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 숙련도 증가 + addGenDex($connect, $general[no], $general[crewtype], $mykillnum); + addGenDex($connect, $general[no], $oppose[crewtype], $mydeathnum); + // 죽은수 기술로 누적 + $num = round($opdeathnum * 0.01); + // 국가보정 + if($destnation[type] == 3 || $destnation[type] == 13) { $num *= 1.1; } + if($destnation[type] == 5 || $destnation[type] == 6 || $destnation[type] == 7 || $destnation[type] == 8 || $destnation[type] == 12) { $num *= 0.9; } + // 부드러운 기술 제한 + if(TechLimit($game[startyear], $game[year], $destnation[tech])) { $num = floor($num/4); } + $query = "update nation set totaltech=totaltech+'$num',tech=totaltech/'$destgencount' where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //양국 평균 기술가격 + //$techRatio = (getTechCost($nation[tech]) + getTechCost($destnation[tech])) / 2; + $techRatio = 1.0; + // 죽은수 도시 재정으로 누적 60% + $num = round(($mykillnum+$mydeathnum) * 0.6 * $techRatio); + // 국가보정 + if($destnation[type] == 1) { $num *= 1.1; } + if($destnation[type] == 9 || $destnation[type] == 10) { $num *= 0.9; } + $query = "update city set dead=dead+'$num' where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 죽은수 도시 재정으로 누적 40% + $num = round(($mykillnum+$mydeathnum) * 0.4 * $techRatio); + // 국가보정 + if($nation[type] == 1) { $num *= 1.1; } + if($nation[type] == 9 || $nation[type] == 10) { $num *= 0.9; } + $query = "update city set dead=dead+'$num' where city='$general[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 상대 병사 소진이나 쌀 소진시 다음 장수 + if($oppose[crew] <= 0 || ($opRice <= round($oppose[crew]/100) && $general[crew] > 0)) { + if($opRice <= round($oppose[crew]/100)) { + $alllog[count($alllog)] = "●{$game[month]}월:$oppose[name]의 ".getTypename($oppose[crewtype])."(이)가 패퇴했습니다."; + $log[count($log)] = "$oppose[name]의 ".getTypename($oppose[crewtype])."(이)가 패퇴했습니다."; + $opplog[count($opplog)] = "●군량 부족으로 패퇴합니다."; + } else { + $alllog[count($alllog)] = "●{$game[month]}월:$oppose[name]의 ".getTypename($oppose[crewtype])."(이)가 전멸했습니다."; + $log[count($log)] = "$oppose[name]의 ".getTypename($oppose[crewtype])."(이)가 전멸했습니다."; + $opplog[count($opplog)] = "●전멸했습니다."; + } + $opposecount--; + + $general[atmos] *= 1.1; //사기 증가 + if($general[atmos] > $_maximumatmos) { $general[atmos] = $_maximumatmos; } + + $query = "update general set atmos='$general[atmos]',killnum=killnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $exp2++; + // 상대장수 경험 등등 증가 + $opexp = round($opexp / 50 * 0.8); + // 성격 보정 + $opexp = CharExperience($opexp, $oppose[personal]); + // 쌀 소모 + $oppose[rice] -= ($opexp * 5 * getCrewtypeRice($game, $oppose[crewtype], $destnation[tech])); + if($oppose[rice] < 0) { $oppose[rice] = 0; } + + $query = "update general set deathnum=deathnum+1,rice='$oppose[rice]',experience=experience+'$opexp',dedication=dedication+'$opexp' where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opexp = 0; + + pushGenLog($oppose, $opplog); + pushBatLog($oppose, $oppbatlog); + pushBatRes($oppose, $oppbatres); + unset($opplog); + unset($oppbatlog); + unset($oppbatres); + // 공격 장수 병사 소진이나 쌀 소진시 실패 처리 + } elseif($general[crew] <= 0 || $myRice <= round($general[crew]/100)) { + if($myRice <= round($general[crew]/100)) { + $alllog[count($alllog)] = "●{$game[month]}월:$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + $log[count($log)] = "●군량 부족으로 퇴각합니다."; + $opplog[count($opplog)] = "$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + } else { + $alllog[count($alllog)] = "●{$game[month]}월:$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + $log[count($log)] = "●퇴각했습니다."; + $opplog[count($opplog)] = "$general[name]의 ".getTypename($general[crewtype])."(이)가 퇴각했습니다."; + } + + // 경험치 상승 + if(floor($oppose[crewtype]/10) == 3) { // 귀병 + $oppose[intel2]++; + } elseif(floor($oppose[crewtype]/10) == 4) { // 차병 + $oppose[leader2]++; + } else { + $oppose[power2]++; + } + + $oppose[atmos] *= 1.1; //사기 증가 + if($oppose[atmos] > $_maximumatmos) { $oppose[atmos] = $_maximumatmos; } + + // 상대장수 경험 등등 증가 + $opexp = round($opexp / 50 * 0.8); + // 성격 보정 + $opexp = CharExperience($opexp, $oppose[personal]); + // 쌀 소모 + $oppose[rice] -= ($opexp * 5 * getCrewtypeRice($game, $oppose[crewtype], $destnation[tech])); + if($oppose[rice] < 0) { $oppose[rice] = 0; } + + $query = "update general set rice='$oppose[rice]',leader2='$oppose[leader2]',power2='$oppose[power2]',intel2='$oppose[intel2]',atmos='$oppose[atmos]',experience=experience+'$opexp',dedication=dedication+'$opexp',killnum=killnum+1 where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set deathnum=deathnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $opexp = 0; + + $opplog = checkAbility($connect, $oppose, $opplog); + pushGenLog($oppose, $opplog); + pushBatLog($oppose, $oppbatlog); + pushBatRes($oppose, $oppbatres); + unset($opplog); + unset($oppbatlog); + unset($oppbatres); +// $alllog[count($alllog)] = "●{$game[month]}월:$general[name](이)가 }$city[name] 공략에 실패했습니다. <1>$date"; +// $log[count($log)] = "$city[name] 공략에 실패했습니다. <1>$date"; + break; + } else { + // 무승부일때 로그 남김 + pushGenLog($oppose, $opplog); + pushBatLog($oppose, $oppbatlog); + pushBatRes($oppose, $oppbatres); + unset($opplog); + unset($oppbatlog); + unset($oppbatres); + } + } + } + + // 상대장수 경험 등등 증가(페이즈 초과시) + $opexp = round($opexp / 50 * 0.8); + // 성격 보정 + $opexp = CharExperience($opexp, $oppose[personal]); + // 쌀 소모 + $oppose[rice] -= ($opexp * 5 * getCrewtypeRice($game, $oppose[crewtype], $destnation[tech])); + if($oppose[rice] < 0) { $oppose[rice] = 0; } + + $query = "update general set rice='$oppose[rice]',experience=experience+'$opexp',dedication=dedication+'$opexp' where no='$oppose[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 경험치 상승 + if(floor($general[crewtype]/10) == 3) { // 귀병 + $general[intel2] += $exp2; + } elseif(floor($general[crewtype]/10) == 4) { // 차병 + $general[leader2] += $exp2; + } else { + $general[power2] += $exp2; + } + $query = "update general set leader2='$general[leader2]',power2='$general[power2]',intel2='$general[intel2]' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + // 공헌, 명성 상승 + $exp = round($exp / 50); + // 성격 보정 + $exp = CharExperience($exp, $general[personal]); + // 쌀 소모 + $general[rice] -= ($exp * 5 * getCrewtypeRice($game, $general[crewtype], $nation[tech])); + if($general[rice] < 0) { $general[rice] = 0; } + + $query = "update general set rice='$general[rice]',dedication=dedication+'$exp',experience=experience+'$exp' where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + $log = checkAbility($connect, $general, $log); + pushGenLog($general, $log); + pushBatLog($general, $batlog); + pushBatRes($general, $batres); + pushAllLog($alllog); + pushHistory($connect, $history); + + return $deadAmount; +} + +function CriticalRatio2($leader, $power, $intel) { + // 707010장수 9% 706515장수 17% 706020장수 25% xx50xx장수 57% + if($leader <= $power && $leader <= $intel) { // 통솔이 제일 낮은경우 + $ratio = sqrt($leader/($leader+$power+$intel))*150 - 30; + } elseif($power < $leader && $power <= $intel) { // 무력이 제일 낮은경우 + $ratio = sqrt($power /($leader+$power+$intel))*150 - 30; + } elseif($intel < $leader && $intel < $power) { // 지력이 제일 낮은경우 + $ratio = sqrt($intel /($leader+$power+$intel))*150 - 30; + } + + if($ratio > 50) $ratio = 50; + return $ratio; +} + +function CriticalScore2($score) { + $score = round($score * (rand()%8 + 13)/10); // 1.3~2.0 + return $score; +} + +//0 0 : 100 100 이면 최고 무한대 차이 +//30 30 : 100 100 이면 최고 3.3배 차이 +//60 60 : 100 100 이면 최고 1.6배 차이 +function getCrew($crew, $youatmos, $mytrain) { + $ratio = $youatmos / $mytrain; + $crew = $crew * $ratio; + + return $crew; +} + +function getCrewtypeRice($game, $crewtype, $tech) { + if(!$crewtype) { $crewtype = 0; } + $cost = $game["ric{$crewtype}"] / 10; + return $cost * getTechCost($tech); +} + +////////////////////////////////////////////////////////////// +// 표준 공 / 수 반환 수치는 약 0이 되게 (100~550) +////////////////////////////////////////////////////////////// + +function getAtt($game, $general, $tech, $lbonus) { + $att = getRate($game, $general[crewtype], "att") + getTechAbil($tech); + + if(floor($general[crewtype]/10) == 3) { // 귀병 지100% + $ratio = (floor($general[intel]*(100-$general[injury])/100)+getBookEff($general[book]))*2 - 40; + } elseif(floor($general[crewtype]/10) == 4) { // 차병 통100% + $ratio = (floor($general[leader]*(100-$general[injury])/100)+getHorseEff($general[horse])+$lbonus)*2 - 40; + } else { + $ratio = (floor($general[power]*(100-$general[injury])/100)+getWeapEff($general[weap]))*2 - 40; //10일때 -20, 70일때 100, 100일때 160 + } + if($ratio < 10) { $ratio = 10; } + if($ratio > 100) { $ratio = 50 + $ratio/2; } // 100보다 큰 경우는 상승률 1/2 + $att = $att * $ratio / 100; + + return $att; +} + +function getDef($game, $general, $tech) { + $def = getRate($game, $general[crewtype], "def") + getTechAbil($tech); + + $crew = ($general[crew] / (7000 / 30)) + 70; // 5000명일때 91점 7000명일때 100점 10000명일때 113점 + $def = $def * $crew / 100; + + return $def; +} + +function getCityAtt($city) { + $att = ($city[def]*0.1 + $city[wall]*0.9) / 500 + 200; //50000일때 300점 100000일때 400점 + return $att; +} + +function getCityDef($city) { + $def = ($city[def]*0.1 + $city[wall]*0.9) / 500 + 200; + return $def; +} + +function getRate($game, $type, $dtype) { + $t = "{$dtype}{$type}"; + return $game[$t]; +} + +function addConflict($connect, $city, $nationnum, $mykillnum) { + $query = "select year,month from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("addConflict ".MYDB_error($connect),""); + $game = MYDB_fetch_array($result); + + if($city[conflict] == "") { + unset($nationlist); + unset($killnum); + } else { + $nationlist = explode("|", $city[conflict]); + $killnum = explode("|", $city[conflict2]); + } + + for($i=0; $i < count($nationlist); $i++) { + if($nationlist[$i] == $nationnum) break; + } + if($i != 0 && $i == count($nationlist)) { // 두번째 나라부터 분쟁 가담 메시지 출력 + $query = "select name from nation where nation='$nationnum'"; + $result = MYDB_query($query, $connect) or Error("addConflict ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【분쟁】$nation[name](이)가 $city[name] 공략에 가담하여 분쟁이 발생하고 있습니다."; + pushHistory($connect, $history); + } + + $nationlist[$i] = $nationnum; + if($i == 0 || $city[def] == 0) { // 선타, 막타 보너스 + $killnum[$i] += round($mykillnum * 1.05); + } else { + $killnum[$i] += $mykillnum; + } + $city[conflict] = implode("|", $nationlist); + $city[conflict2] = implode("|", $killnum); + + $query = "update city set conflict='$city[conflict]',conflict2='$city[conflict2]' where city='$city[city]'"; + MYDB_query($query, $connect) or Error("addConflict ".MYDB_error($connect),""); + + return $city; +} + +function DeleteConflict($connect, $nation) { + $query = "select city,conflict,conflict2 from city where conflict!=''"; + $result = MYDB_query($query, $connect) or Error("addConflict ".MYDB_error($connect),""); + $cityNum = MYDB_num_rows($result); + + $nation = "$nation"; + for($k=0; $k < $cityNum; $k++) { + $city = MYDB_fetch_array($result); + + if(strpos($city[conflict], $nation)) { + $nationlist = explode("|", $city[conflict]); + $killnum = explode("|", $city[conflict2]); + + $count = count($nationlist); + for($i=0; $i < $count; $i++) { + if($nationlist[$i] == $nation) { + unset($nationlist[$i]); + unset($killnum[$i]); + break; + } + } + $conflict = implode("|", $nationlist); + $conflict2 = implode("|", $killnum); + + $query = "update city set conflict='$conflict',conflict2='$conflict2' where city='$city[city]'"; + MYDB_query($query, $connect) or Error("addConflict ".MYDB_error($connect),""); + } + } +} + +function getConquerNation($connect, $city) { + $nationlist = explode("|", $city[conflict]); + $killnum = explode("|", $city[conflict2]); + + $max = 0; + for($i=0; $i < count($nationlist); $i++) { + if($max <= $killnum[$i]) { + $max = $killnum[$i]; + $index = $i; + } + } + return $nationlist[$index]; +} + +function ConquerCity($connect, $game, $general, $city, $nation, $destnation) { + global $_armperphase, $_maximumatmos, $_basegold, $_baserice; + + if($destnation[nation] > 0) { + $destnationName = "$destnation[name]의"; + } else { + $destnationName = "공백지인"; + } + + $alllog[count($alllog)] = "●{$game[month]}월:$general[name](이)가 $city[name] 공략에 성공했습니다."; + $log[count($log)] = "$city[name] 공략에 성공했습니다."; + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【지배】$nation[name](이)가 $city[name](을)를 지배했습니다."; + $general = addHistory($connect, $general, "●{$game[year]}년 {$game[month]}월:$city[name](을)를 함락시킴"); + $nation = addNationHistory($connect, $nation, "●{$game[year]}년 {$game[month]}월:$general[name](이)가 {$destnationName} $city[name](을)를 점령"); + $destnation = addNationHistory($connect, $destnation, "●{$game[year]}년 {$game[month]}월:$nation[name]$general[name]에 의해 $city[name](이)가 함락"); + + $query = "select city from city where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + // 국가 멸망시 + if($citycount == 1 && $city[nation] != 0) { + $query = "select nation,name,history,tech,type from nation where nation='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + $query = "select nation,name,gold,rice from nation where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $losenation = MYDB_fetch_array($result); + + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【멸망】$losenation[name](이)가 멸망하였습니다."; + $nation = addNationHistory($connect, $nation, "●{$game[year]}년 {$game[month]}월:$losenation[name](을)를 정복"); + + $query = "select no from general where nation='$general[nation]' and level='12'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $ruler = MYDB_fetch_array($result); + + //다굴치는 나라들 전방설정을 위해 미리 얻어옴 + $query = "select you from diplomacy where me='$losenation[nation]' and state<2"; + $dipResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $dipCount = MYDB_num_rows($dipResult); + + $loseGeneralGold = 0; + $loseGeneralRice = 0; + //멸망국 장수들 역사 기록 및 로그 전달 + $query = "select no,name,nation,npc,gold,rice,history,msgindex from general where nation='$city[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "$losenation[name](이)가 멸망했습니다."; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + + $loseGold = floor($gen[gold] * (rand()%30+20)/100.0); + $loseRice = floor($gen[rice] * (rand()%30+20)/100.0); + $genlog[1] = "●도주하며 금$loseGold 쌀$loseRice을 분실했습니다."; + + $query = "update general set gold=gold-{$loseGold},rice=rice-{$loseRice} where no={$gen[no]}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + pushGenLog($gen, $genlog); + + $gen = addHistory($connect, $gen, "●{$game[year]}년 {$game[month]}월:$losenation[name](이)가 멸망"); + + $loseGeneralGold += $loseGold; + $loseGeneralRice += $loseRice; + + //모두 등용장 발부 + if($nation[name] == "강족" || $nation[name] == "저족" || $nation[name] == "흉노족" + || $nation[name] == "남만족" || $nation[name] == "산월족" || $nation[name] == "오환족" + || $nation[name] == "왜족") { + //등용장 미발부 + } elseif(rand() % 100 < 50) { + ScoutMsg($connect, $ruler[no], $nation[name], $gen[no], $gen[msgindex]); + } + + //NPC인 경우 10% 확률로 임관(엔장, 인재, 의병) + if($gen[npc] >= 2 && $gen[npc] <= 4 && rand() % 100 < 10) { + $commissionCommand = EncodeCommand(0, 0, $nation[nation], 25); //임관 + $query = "update general set turn0='$commissionCommand' where no={$gen[no]}"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + unset($genlog[1]); + + // 승전국 보상 + $losenation[gold] -= $_basegold; + $losenation[rice] -= $_baserice; + if($losenation[gold] < 0) { $losenation[gold] = 0; } + if($losenation[rice] < 0) { $losenation[rice] = 0; } + + $losenation[gold] += $loseGeneralGold; + $losenation[rice] += $loseGeneralRice; + + $losenation[gold] = floor($losenation[gold] / 2); + $losenation[rice] = floor($losenation[gold] / 2); + + // 기본량 제외 금쌀50% + 장수들 분실 금쌀50% 흡수 + $query = "update nation set gold=gold+'$losenation[gold]',rice=rice+'$losenation[rice]' where nation='$general[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + + //아국 수뇌부에게 로그 전달 + $query = "select no,name,nation from general where nation='$general[nation]' and level>='9'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "$losenation[name] 정복으로 금$losenation[gold] 쌀$losenation[rice]을 획득했습니다."; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + } + + //분쟁기록 모두 지움 + DeleteConflict($connect, $city[nation]); + // 전 장수 공헌 명성치 깎음 + $query = "update general set dedication=dedication*0.5,experience=experience*0.9 where nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 전 도시 공백지로 + $query = "update city set nation='0',gen1='0',gen2='0',gen3='0',conflict='',conflict2='',term=0 where nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 전 장수 소속 무소속으로, 재야로, 부대 탈퇴 + $query = "update general set nation='0',belong='0',level='0',troop='0' where nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 부대도 삭제 + $query = "delete from troop where nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 외교 삭제 + $query = "delete from diplomacy where me='$city[nation]' or you='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 국가 삭제 + $query = "delete from nation where nation='$city[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + // 아까 얻어온 다굴국들 전방설정 + for($i=0; $i < $dipCount; $i++) { + $dip = MYDB_fetch_array($dipResult); + //전방설정 + SetNationFront($connect, $dip[you]); + } + // 멸망이 아니면 + } else { + // 태수,군사,시중은 일반으로... + $query = "update general set level='1' where no='$city[gen1]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set level='1' where no='$city[gen2]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $query = "update general set level='1' where no='$city[gen3]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //수도였으면 긴급 천도 + if($destnation[capital] == $city[city]) { + $dist = distance($connect, $city[city]); + + $query = "select city,name,pop from city where nation='$destnation[nation]' and city!='$city[city]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $cityCount = MYDB_num_rows($result); + $minDist = 99; $minCity = 0; $minCityPop = 0; + for($i=0; $i < $cityCount; $i++) { + $nextCap = MYDB_fetch_array($result); + if($minDist > $dist[$nextCap[city]]) { + $minDist = $dist[$nextCap[city]]; + $minCity = $nextCap[city]; + $minCityPop = $nextCap[pop]; + $minCityName = $nextCap[name]; + } elseif($minDist == $dist[$nextCap[city]] && $minCityPop < $nextCap[pop]) { + $minDist = $dist[$nextCap[city]]; + $minCity = $nextCap[city]; + $minCityPop = $nextCap[pop]; + $minCityName = $nextCap[name]; + } + } + + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【긴급천도】$destnation[name](이)가 수도가 함락되어 $minCityName으로 긴급천도하였습니다."; + + //아국 수뇌부에게 로그 전달 + $query = "select no,name,nation from general where nation='$destnation[nation]' and level>='5'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + $genlog[0] = "●수도가 함락되어 $minCityName으로 긴급천도합니다."; + for($i=0; $i < $gencount; $i++) { + $gen = MYDB_fetch_array($result); + pushGenLog($gen, $genlog); + } + //천도 + $query = "update nation set capital='$minCity',gold=gold*0.5,rice=rice*0.5 where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //보급도시로 만듬 + $query = "update city set supply=1 where city='$minCity'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //수뇌부 이동 + $query = "update general set city='$minCity' where nation='$destnation[nation]' and level>='5'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //장수 사기 감소 + $query = "update general set atmos=atmos*0.8 where nation='$destnation[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + + $general[atmos] *= 1.1; //사기 증가 + if($general[atmos] > $_maximumatmos) { $general[atmos] = $_maximumatmos; } + + $conquerNation = getConquerNation($connect, $city); + + if($conquerNation == $general[nation]) { + // 이동 및 사기 변경 + $query = "update general set city='$city[city]',atmos='$general[atmos]',killnum=killnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + if($city[level] > 3) { + // 도시 소속 변경, 태수,군사,시중 초기화 + $query = "update city set supply=1,conflict='',term=0,conflict2='',agri=agri*0.7,comm=comm*0.7,secu=secu*0.7,def=1000,wall=1000,nation='$general[nation]',gen1=0,gen2=0,gen3=0 where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + // 도시 소속 변경, 태수,군사,시중 초기화 + $query = "update city set supply=1,conflict='',term=0,conflict2='',agri=agri*0.7,comm=comm*0.7,secu=secu*0.7,def=def2/2,wall=wall2/2,nation='$general[nation]',gen1=0,gen2=0,gen3=0 where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //전방설정 + SetNationFront($connect, $nation[nation]); + SetNationFront($connect, $destnation[nation]); + } else { + $query = "select name,nation,history from nation where nation='$conquerNation'"; + $conquerResult = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $conquerNationArray = MYDB_fetch_array($conquerResult); + + $history[count($history)] = "●{$game[year]}년 {$game[month]}월:【분쟁협상】$conquerNationArray[name](이)가 영토분쟁에서 우위를 점하여 $city[name](을)를 양도받았습니다."; + $nation = addNationHistory($connect, $nation, "●{$game[year]}년 {$game[month]}월:$city[name](을)를 $conquerNationArray[name]양도"); + $conquerNationArray = addNationHistory($connect, $conquerNationArray, "●{$game[year]}년 {$game[month]}월:$nation[name]에서 $city[name](을)를 양도 받음"); + // 이동X 및 사기 변경 + $query = "update general set atmos='$general[atmos]',killnum=killnum+1 where no='$general[no]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + if($city[level] > 3) { + // 도시 소속 변경, 태수,군사,시중 초기화 + $query = "update city set supply=1,conflict='',term=0,conflict2='',agri=agri*0.7,comm=comm*0.7,secu=secu*0.7,def=1000,wall=1000,nation='$conquerNation',gen1=0,gen2=0,gen3=0 where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } else { + // 도시 소속 변경, 태수,군사,시중 초기화 + $query = "update city set supply=1,conflict='',term=0,conflict2='',agri=agri*0.7,comm=comm*0.7,secu=secu*0.7,def=def2/2,wall=wall2/2,nation='$conquerNation',gen1=0,gen2=0,gen3=0 where city='$city[city]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + //전방설정 + SetNationFront($connect, $destnation[nation]); + SetNationFront($connect, $conquerNation); + } + + pushGenLog($general, $log); + pushAllLog($alllog); + pushHistory($connect, $history); +} + +?> diff --git a/che_close/processing.php b/che_close/processing.php new file mode 100644 index 00000000..e031e209 --- /dev/null +++ b/che_close/processing.php @@ -0,0 +1,3129 @@ += 0 || $turn[$i] <= 23) { + } else { + unset($turn); + $turn[0] = 100; + break; + } +} + +if($turn[0] == 100) { + unset($turn); + for($i=0; $i < 24; $i++) $turn[$i] = $i; +} elseif($turn[0] == 99) { + unset($turn); + for($i=0, $j=0; $i < 24; $i+=2, $j++) $turn[$j] = $i; +} elseif($turn[0] == 98) { + unset($turn); + for($i=1, $j=0; $i < 24; $i+=2, $j++) $turn[$j] = $i; +} + +switch($commandtype) { + case 0: command_Single($connect, $turn, 0); break; //휴식 + case 1: command_Single($connect, $turn, 1); break; //농업 + case 2: command_Single($connect, $turn, 2); break; //상업 + case 3: command_Single($connect, $turn, 3); break; //기술 + case 4: command_Single($connect, $turn, 4); break; //선정 + case 5: command_Single($connect, $turn, 5); break; //수비 + case 6: command_Single($connect, $turn, 6); break; //성벽 + case 7: command_Single($connect, $turn, 7); break; //정착 장려 + case 8: command_Single($connect, $turn, 8); break; //치안 강화 + case 9: command_Single($connect, $turn, 9); break; //자금 조달 + + case 11: command_11($connect, $turn, 11); break; //징병 + case 12: command_12($connect, $turn, 12); break; //모병 + case 13: command_Single($connect, $turn, 13); break; //훈련 + case 14: command_Single($connect, $turn, 14); break; //사기진작 + case 15: command_Single($connect, $turn, 0); break; //전투태세 + case 16: command_16($connect, $turn, 16); break; //전쟁 + case 17: command_Single($connect, $turn, 17); break; //소집해제 + + case 21: command_21($connect, $turn, 21); break; //이동 + case 22: command_22($connect, $turn, 22); break; //등용 + case 23: command_23($connect, $turn, 23); break; //포상 + case 24: command_24($connect, $turn, 24); break; //몰수 + case 25: command_25($connect, $turn, 25); break; //임관 + case 26: command_Single($connect, $turn, 26); break; //집합 + case 27: command_27($connect, $turn, 27); break; //발령 + case 28: command_Single($connect, $turn, 28); break; //귀환 + case 29: command_Single($connect, $turn, 29); break; //인재탐색 + case 30: command_30($connect, $turn, 30); break; //강행 + + case 31: command_31($connect, $turn, 31); break; //첩보 + case 32: command_32($connect, $turn, 32); break; //화계 + case 33: command_33($connect, $turn, 33); break; //탈취 + case 34: command_34($connect, $turn, 34); break; //파괴 + case 35: command_35($connect, $turn, 35); break; //선동 + case 36: command_36($connect, $turn, 36); break; //기습 + + case 41: command_Single($connect, $turn, 41); break; //단련 + case 42: command_Single($connect, $turn, 42); break; //견문 + case 43: command_43($connect, $turn, 43); break; //증여 + case 44: command_44($connect, $turn, 44); break; //헌납 + case 45: command_Single($connect, $turn, 45); break; //하야 + case 46: command_46($connect, $turn, 46); break; //건국 + case 47: command_Single($connect, $turn, 47); break; //방랑 + case 48: command_48($connect, $turn, 48); break; //장비구입 + case 49: command_49($connect, $turn, 49); break; //군량매매 + case 50: command_Single($connect, $turn, 50); break; //요양 + + case 51: command_51($connect, $turn, 51); break; //항복권고 + case 52: command_52($connect, $turn, 52); break; //원조 + case 53: command_53($connect, $turn, 53); break; //통합제의 + case 54: command_54($connect, $turn, 54); break; //선양 + case 55: command_Single($connect, $turn, 55); break; //거병 + case 56: command_Single($connect, $turn, 56); break; //해산 + case 57: command_Single($connect, $turn, 57); break; //모반 시도 + + case 61: command_61($connect, $turn, 61); break; //불가침 + case 62: command_62($connect, $turn, 62); break; //선포 + case 63: command_63($connect, $turn, 63); break; //종전 + case 64: command_64($connect, $turn, 64); break; //파기 + case 65: command_65($connect, $turn, 65); break; //초토화 + case 66: command_66($connect, $turn, 66); break; //천도 + case 67: command_67($connect, $turn, 67); break; //증축 + case 68: command_68($connect, $turn, 68); break; //감축 + case 71: command_Chief($connect, $turn, 71); break; //필사즉생 + case 72: command_72($connect, $turn, 72); break; //백성동원 + case 73: command_73($connect, $turn, 73); break; //수몰 + case 74: command_74($connect, $turn, 74); break; //허보 + case 75: command_75($connect, $turn, 75); break; //피장파장 + case 76: command_Chief($connect, $turn, 76); break; //의병모집 + case 77: command_77($connect, $turn, 77); break; //이호경식 + case 78: command_78($connect, $turn, 78); break; //급습 + case 81: command_81($connect, $turn, 81); break; //국기변경 + case 99: command_99($connect, $turn); break; //수뇌부 휴식 +} + +function starter($name, $type=0) { + global $_basecolor2, $_basecolor4; + global $images; + echo " + + +$name + + +"; +require('analytics.php'); +echo " + + + + + +
$name
+"; + if($type == 1) CoreBackButton(); + else backButton(); +} + +function ender($type=0) { + if($type == 1) CoreBackButton(); + else backButton(); + banner(); + echo " +
"; + + PrintElapsedTime(); + + echo " + + +"; +} + +function command_99($connect, $turn) { + $query = "select nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + if($me[level] >= 5) { + $command = EncodeCommand(0, 0, 0, 99); + + for($i=0; $i < sizeof($turn); $i++) { + $query = "update nation set l{$me[level]}turn{$turn[$i]}='{$command}' where nation='$me[nation]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } + } + echo ""; +} + +function GetExplain() { + $explain[0] = "표준적인 보병입니다.
보병은 방어특화입니다."; + $explain[1] = "저렴하고 튼튼합니다.
중원지역 소유시 가능."; + $explain[2] = "저렴하고 강력합니다.
오월지역 소유시 가능."; + $explain[3] = "은밀하고 날쌥니다.
저 소유시 가능."; + $explain[4] = "최강의 보병입니다.
낙양 소유시 가능."; + $explain[5] = "등갑을 두른 보병입니다.
남중지역 소유시 가능."; + + $explain[10] = "표준적인 궁병입니다.
궁병은 회피특화입니다."; + $explain[11] = "말을 타고 잘 피합니다.
동이지역 소유시 가능."; + $explain[12] = "화살을 연사합니다.
서촉지역 소유시 가능."; + $explain[13] = "강건한 궁병입니다.
양양 소유시 가능."; + $explain[14] = "강력한 화살을 쏩니다.
건업 소유시 가능."; + + $explain[20] = "표준적인 기병입니다.
기병은 공격특화입니다."; + $explain[21] = "백마의 위용을 보여줍니다.
하북지역 소유시 가능."; + $explain[22] = "갑주를 두른 기병입니다.
서북지역 소유시 가능."; + $explain[23] = "저돌적으로 공격합니다.
흉노 소유시 가능."; + $explain[24] = "철갑을 두른 기병입니다.
강 소유시 가능."; + $explain[25] = "날쎄고 빠른 기병입니다.
산월 소유시 가능."; + $explain[26] = "어느 누구보다 강력합니다.
남만 소유시 가능."; + $explain[27] = "정예 기병입니다.
허창 소유시 가능."; + + $explain[30] = "계략을 사용하는 병종입니다.
귀병은 계략특화입니다."; + $explain[31] = "신출귀몰한 귀병입니다.
초지역 소유시 가능."; + $explain[32] = "저렴하고 튼튼합니다.
오환 소유시 가능."; + $explain[33] = "저렴하고 강력합니다.
왜 소유시 가능."; + $explain[34] = "백병전에도 능숙합니다.
장안 소유시 가능."; + $explain[35] = "전투를 포기하고 계략에 몰두합니다.
귀병은 계략특화입니다."; + $explain[36] = "고도로 훈련된 귀병입니다.
낙양 소유시 가능."; + $explain[37] = "갑주를 두른 귀병입니다.
성도 소유시 가능."; + $explain[38] = "날카로운 무기를 가진 귀병입니다.
업 소유시 가능."; + + $explain[40] = "높은 구조물 위에서 공격합니다.
차병은 공성특화입니다."; + $explain[41] = "엄청난 위력으로 성벽을 부수어버립니다.
차병은 공성특화입니다."; + $explain[42] = "상대에게 돌덩이를 날립니다.
업 소유시 가능."; + $explain[43] = "상대를 저지하는 특수병기입니다.
성도 소유시 가능."; + + return $explain; +} + +function command_11($connect, $turn, $command) { + global $_basecolor, $_basecolor2, $images, $image; + starter("징병"); + $query = "select * from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,nation,level,personal,special2,level,city,crew,horse,injury,leader,crewtype,gold from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + //현재 도시 + $query = "select city,region from city where city='$me[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $curCity = MYDB_fetch_array($result); + + $query = "select level,tech from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("process53 ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($me[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($me[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + $explain = GetExplain(); + + if($admin[year] < $admin[startyear]+3) { + //그 국가에서 그 병종 가능한지 + $valid[0] = 1; $color[0] = $_basecolor2; + $valid[10] = 1; $color[10] = $_basecolor2; + $valid[20] = 1; $color[20] = $_basecolor2; + $valid[30] = 1; $color[30] = $_basecolor2; + $valid[40] = 1; $color[40] = "red"; // 정란 + $valid[41] = 1; $color[41] = "red"; // 충차 + } else { + // 아국 도시 구분 + $query = "select city,level,region from city where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($result); + // 기술 1000 이상부터 지역병 + if($nation[tech] >= 1000) { + $myregion[$city[region]] = 1; + } + // 기술 2000 이상부터 이민족병 + if($city[level] == 4 && $nation[tech] >= 2000) { + $mycity[$city[city]] = 1; + } + // 기술 3000 이상부터 특수병 + if($city[level] == 8 && $nation[tech] >= 3000) { + $mycity[$city[city]] = 1; + } + } + + //그 국가에서 그 병종 가능한지 + $valid[0] = 1; $color[0] = $_basecolor2; + $valid[1] = $myregion[2]; $color[1] = "limegreen"; // 청주병(중원) + $valid[2] = $myregion[7]; $color[2] = "limegreen"; // 수병(오월) + $valid[3] = $mycity[64]; $color[3] = "limegreen"; // 자객병(저) + $valid[4] = $mycity[3]; $color[4] = "limegreen"; // 근위병(낙양) + $valid[5] = $myregion[5]; $color[5] = "limegreen"; // 등갑병(남중) + $valid[10] = 1; $color[10] = $_basecolor2; + $valid[11] = $myregion[8]; $color[11] = "limegreen"; // 궁기병(동이) + $valid[12] = $myregion[4]; $color[12] = "limegreen"; // 연노병(서촉) + $valid[13] = $mycity[6]; $color[13] = "limegreen"; // 강궁병(양양) + $valid[14] = $mycity[7]; $color[14] = "limegreen"; // 석궁병(건업) + $valid[20] = 1; $color[20] = $_basecolor2; + $valid[21] = $myregion[1]; $color[21] = "limegreen"; // 백마병(하북) + $valid[22] = $myregion[3]; $color[22] = "limegreen"; // 중장기병(서북) + $valid[23] = $mycity[65]; $color[23] = "limegreen"; // 돌격기병(흉노) + $valid[24] = $mycity[63]; $color[24] = "limegreen"; // 철기병(강) + $valid[25] = $mycity[67]; $color[25] = "limegreen"; // 수렵기병(산월) + $valid[26] = $mycity[66]; $color[26] = "limegreen"; // 맹수병(남만) + $valid[27] = $mycity[2]; $color[27] = "limegreen"; // 호표기병(허창) + $valid[30] = 1; $color[30] = $_basecolor2; + $valid[31] = $myregion[6]; $color[31] = "limegreen"; // 신귀병(초) + $valid[32] = $mycity[68]; $color[32] = "limegreen"; // 백귀병(오환) + $valid[33] = $mycity[69]; $color[33] = "limegreen"; // 흑귀병(왜) + $valid[34] = $mycity[4]; $color[34] = "limegreen"; // 악귀병(장안) + $valid[35] = 1; $color[35] = $_basecolor2;// 남귀병 + $valid[36] = $mycity[3]; $color[36] = "limegreen"; // 황귀병(낙양) + $valid[37] = $mycity[5]; $color[37] = "limegreen"; // 천귀병(성도) + $valid[38] = $mycity[1]; $color[38] = "limegreen"; // 마귀병(업) + $valid[40] = 1; $color[40] = $_basecolor2;// 정란 + $valid[41] = 1; $color[41] = $_basecolor2;// 충차 + $valid[42] = $mycity[1]; $color[42] = "limegreen"; // 벽력거(업) + $valid[43] = $mycity[5]; $color[43] = "limegreen"; // 목우(성도) + + // 남귀병은 기술1등급부터 + if($nation[tech] < 1000) { + $valid[35] = 0; + } + // 충차는 기술1등급부터 + if($nation[tech] < 1000) { + $valid[41] = 0; + } + } + + $leader = floor($me[leader] * (100 - $me[injury])/100) + getHorseEff($me[horse]) + $lbonus; + $crew = $leader - round($me[crew]/100); + $abil = getTechAbil($nation[tech]); + $cost = getTechCost($nation[tech]); + echo " +병사를 모집합니다. 훈련과 사기치는 낮지만 가격이 저렴합니다.
+가능한 수보다 많게 입력하면 가능한 최대 병사를 모집합니다.
+이미 병사가 있는 경우 추가징병되며, 병종이 다를경우는 기존의 병사는 소집해제됩니다.
+현재 징병 가능한 병종은 녹색으로 표시되며,
+현재 징병 가능한 특수병종은 초록색으로 표시됩니다.
+ + + + + + + + + + + + + + + + + "; + + echo " + "; + + for($i=0; $i <= 5; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 보병, 징병 + if($me[special2] == 50) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=10; $i <= 14; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 궁병, 징병 + if($me[special2] == 51) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=20; $i <= 27; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 기병, 징병 + if($me[special2] == 52) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=30; $i <= 38; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 귀병, 징병 + if($me[special2] == 40) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=40; $i <= 43; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 공성, 징병 + if($me[special2] == 53) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " +
+ 현재 기술력 : + 현재 통솔 : + 현재 병종 : + 현재 병사 : + 현재 자금 : +
사진병종공격방어기동회피군량가격병사수특징
보병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
궁병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
기병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
귀병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
차 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
"; + + ender(); +} + +function command_12($connect, $turn, $command) { + global $_basecolor, $_basecolor2, $images, $image; + starter("모병"); + $query = "select * from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,nation,personal,special2,level,city,crew,horse,injury,leader,crewtype,gold from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("command_12 ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + //현재 도시 + $query = "select city,region from city where city='$me[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $curCity = MYDB_fetch_array($result); + + $query = "select level,tech from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("process53 ".MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + + if($me[level] == 12) { + $lbonus = $nation[level] * 2; + } elseif($me[level] >= 5) { + $lbonus = $nation[level]; + } else { + $lbonus = 0; + } + + $explain = GetExplain(); + + if($admin[year] < $admin[startyear]+3) { + //그 국가에서 그 병종 가능한지 + $valid[0] = 1; $color[0] = $_basecolor2; + $valid[10] = 1; $color[10] = $_basecolor2; + $valid[20] = 1; $color[20] = $_basecolor2; + $valid[30] = 1; $color[30] = $_basecolor2; + $valid[40] = 1; $color[40] = "red"; // 정란 + $valid[41] = 1; $color[41] = "red"; // 충차 + } else { + // 아국 도시 구분 + $query = "select city,level,region from city where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $citycount = MYDB_num_rows($result); + + for($i=0; $i < $citycount; $i++) { + $city = MYDB_fetch_array($result); + // 기술 1000 이상부터 지역병 + if($nation[tech] >= 1000) { + $myregion[$city[region]] = 1; + } + // 기술 2000 이상부터 이민족병 + if($city[level] == 4 && $nation[tech] >= 2000) { + $mycity[$city[city]] = 1; + } + // 기술 3000 이상부터 특수병 + if($city[level] == 8 && $nation[tech] >= 3000) { + $mycity[$city[city]] = 1; + } + } + + //그 국가에서 그 병종 가능한지 + $valid[0] = 1; $color[0] = $_basecolor2; + $valid[1] = $myregion[2]; $color[1] = "limegreen"; // 청주병(중원) + $valid[2] = $myregion[7]; $color[2] = "limegreen"; // 수병(오월) + $valid[3] = $mycity[64]; $color[3] = "limegreen"; // 자객병(저) + $valid[4] = $mycity[3]; $color[4] = "limegreen"; // 근위병(낙양) + $valid[5] = $myregion[5]; $color[5] = "limegreen"; // 등갑병(남중) + $valid[10] = 1; $color[10] = $_basecolor2; + $valid[11] = $myregion[8]; $color[11] = "limegreen"; // 궁기병(동이) + $valid[12] = $myregion[4]; $color[12] = "limegreen"; // 연노병(서촉) + $valid[13] = $mycity[6]; $color[13] = "limegreen"; // 강궁병(양양) + $valid[14] = $mycity[7]; $color[14] = "limegreen"; // 석궁병(건업) + $valid[20] = 1; $color[20] = $_basecolor2; + $valid[21] = $myregion[1]; $color[21] = "limegreen"; // 백마병(하북) + $valid[22] = $myregion[3]; $color[22] = "limegreen"; // 중장기병(서북) + $valid[23] = $mycity[65]; $color[23] = "limegreen"; // 돌격기병(흉노) + $valid[24] = $mycity[63]; $color[24] = "limegreen"; // 철기병(강) + $valid[25] = $mycity[67]; $color[25] = "limegreen"; // 수렵기병(산월) + $valid[26] = $mycity[66]; $color[26] = "limegreen"; // 맹수병(남만) + $valid[27] = $mycity[2]; $color[27] = "limegreen"; // 호표기병(허창) + $valid[30] = 1; $color[30] = $_basecolor2; + $valid[31] = $myregion[6]; $color[31] = "limegreen"; // 신귀병(초) + $valid[32] = $mycity[68]; $color[32] = "limegreen"; // 백귀병(오환) + $valid[33] = $mycity[69]; $color[33] = "limegreen"; // 흑귀병(왜) + $valid[34] = $mycity[4]; $color[34] = "limegreen"; // 악귀병(장안) + $valid[35] = 1; $color[35] = $_basecolor2;// 남귀병 + $valid[36] = $mycity[3]; $color[36] = "limegreen"; // 황귀병(낙양) + $valid[37] = $mycity[5]; $color[37] = "limegreen"; // 천귀병(성도) + $valid[38] = $mycity[1]; $color[38] = "limegreen"; // 마귀병(업) + $valid[40] = 1; $color[40] = $_basecolor2;// 정란 + $valid[41] = 1; $color[41] = $_basecolor2;// 충차 + $valid[42] = $mycity[1]; $color[42] = "limegreen"; // 벽력거(업) + $valid[43] = $mycity[5]; $color[43] = "limegreen"; // 목우(성도) + + // 남귀병은 기술1등급부터 + if($nation[tech] < 1000) { + $valid[35] = 0; + } + // 충차는 기술1등급부터 + if($nation[tech] < 1000) { + $valid[41] = 0; + } + } + + $leader = floor($me[leader] * (100 - $me[injury])/100) + getHorseEff($me[horse]) + $lbonus; + $crew = $leader - round($me[crew]/100); + $abil = getTechAbil($nation[tech]); + $cost = getTechCost($nation[tech]); + echo " +병사를 모집합니다. 훈련과 사기치는 높지만 자금이 많이 듭니다.
+가능한 수보다 많게 입력하면 가능한 최대 병사를 모집합니다.
+이미 병사가 있는 경우 추가징병되며, 병종이 다를경우는 기존의 병사는 소집해제됩니다.
+현재 모병 가능한 병종은 녹색으로 표시되며,
+현재 모병 가능한 특수병종은 초록색으로 표시됩니다.
+ + + + + + + + + + + + + + + + + + "; + + echo " + "; + + for($i=0; $i <= 5; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 보병, 징병 + if($me[special2] == 50) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=10; $i <= 14; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 궁병, 징병 + if($me[special2] == 51) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=20; $i <= 27; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 기병, 징병 + if($me[special2] == 52) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=30; $i <= 38; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 귀병, 징병 + if($me[special2] == 40) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " + "; + + for($i=40; $i <= 43; $i++) { + if($valid[$i] == 1) { + $ric = $admin["ric{$i}"] * $cost; + $cst = $admin["cst{$i}"] * $cost; + //성격 보정 + $cst = CharCost($cst, $me[personal]); + //특기 보정 : 공성, 징병 + if($me[special2] == 53) { $cst *= 0.9; } + if($me[special2] == 72) { $cst *= 0.5; } + $att = $admin["att{$i}"] + $abil; + $def = $admin["def{$i}"] + $abil; + $spd = $admin["spd{$i}"]; + $avd = $admin["avd{$i}"]; + $ric = round($ric); + $cst = round($cst); + $l = $color[$i]; + $weapImage = "{$images}/weap{$i}.jpg"; + if($admin[img] < 2) { $weapImage = "{$image}/default.jpg"; } + echo " + + + + + + + + + + + + + + "; + } + } + + echo " +
모병은 가격 2배의 자금이 소요됩니다.
+ 현재 기술력 : + 현재 통솔 : + 현재 병종 : + 현재 병사 : + 현재 자금 : +
사진병종공격방어기동회피군량가격병사수특징
보병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
궁병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
기병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
귀병 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
차 계열
".getTypename($i)."{$att}{$def}{$spd}{$avd}{$ric}{$cst}
+ 00명
+ + + "; + + for($j=0; $j < sizeof($turn); $j++) { + echo " + "; + } + echo " +
$explain[$i]
"; + + ender(); +} + +function command_15($connect, $turn, $command) { + starter("재편성"); + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + $me = $general[no]; + + $query = "select no,name from general where nation='$general[nation]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +자신의 병사를 다른 장수에게 보냅니다. +
+ +00명 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_16($connect, $turn, $command) { + starter("출병"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시로 침공을 합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + + ender(); +} + +function command_21($connect, $turn, $command) { + starter("이동"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시로 이동합니다.
+인접 도시로만 이동이 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + + ender(); +} + +function command_22($connect, $turn, $command) { + starter("등용"); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +재야나 타국의 장수를 등용합니다.
+서신은 개인 메세지로 전달됩니다.
+등용할 장수를 목록에서 선택하세요.
+
+ + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(); +} + +function command_23($connect, $turn, $command) { + starter("포상", 1); + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select no,name,level,npc from general where nation='$general[nation]' and no!='$general[no]' order by npc,binary(name)"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +국고로 장수에게 자금이나 군량을 지급합니다.
+
+ + + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(1); +} + +function command_24($connect, $turn, $command) { + starter("몰수", 1); + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select no,name,level,npc from general where nation='$general[nation]' and no!='$general[no]' order by npc,binary(name)"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +장수의 자금이나 군량을 몰수합니다.
+몰수한것은 국가재산으로 귀속됩니다.
+
+ + + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(1); +} + +function command_25($connect, $turn, $command) { + global $_basecolor2, $_basecolor4, $images; + + starter("임관"); + + $query = "select startyear,year from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("command_46 ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $query = "select no,nations from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("command_27 ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select nation,name,color,scout,scoutmsg,tricklimit,gennum from nation order by gennum"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $count = MYDB_num_rows($result); + + echo " +국가에 임관합니다.
+이미 임관/등용되었던 국가는 다시 임관할 수 없습니다.
+바로 군주의 위치로 이동합니다.
+임관할 국가를 목록에서 선택하세요.
+!!!는 방랑군을 포함한 랜덤임관입니다. 유니크를 기대하신다면!
+???는 방랑군을 제외한 랜덤임관입니다. 유니크 혜택은 없습니다.
+임관 금지이거나 초기 제한중인 국가는 붉은색 배경으로 표시됩니다.
+900px x 200px 넘는 높이를 점유할 시 통보없이 제한될 수 있습니다.
+
+ + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+ + +{$scoutStr} +
임관 권유 메세지
"; + + ender(); +} + +function command_27($connect, $turn, $command) { + starter("발령", 1); + + $query = "select no,nation,level from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("command_27 ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select no,name,level,npc from general where nation='$me[nation]' and no!='$me[no]' order by npc,binary(name)"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +
+선택된 도시로 아국 장수를 발령합니다.
+아국 도시로만 발령이 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(1); +} + +function command_30($connect, $turn, $command) { + starter("강행"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시로 강행합니다.
+최대 3칸내 도시로만 강행이 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " +"; +} + +echo " +
+"; + +printCitysName($connect, $currentcity[city], 1); +printCitysName($connect, $currentcity[city], 2); +printCitysName($connect, $currentcity[city], 3); + +ender(); +} + +function command_31($connect, $turn, $command) { + starter("첩보"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 첩보를 실행합니다.
+인접도시일 경우 많은 정보를 얻을 수 있습니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + echo " +모든 도시가 가능하지만 많은 정보를 얻을 수 있는
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_32($connect, $turn, $command) { + starter("화계"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 화계를 실행합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_33($connect, $turn, $command) { + starter("탈취"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 탈취를 실행합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_34($connect, $turn, $command) { + starter("파괴"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 파괴를 실행합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_35($connect, $turn, $command) { + starter("선동"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 선동을 실행합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_36($connect, $turn, $command) { + starter("기습"); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select city,name from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + + echo " +
+선택된 도시에 기습을 실행합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+$currentcity[name] => + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + printCitysName($connect, $currentcity[city], 1); + printCitysName($connect, $currentcity[city], 2); + + ender(); +} + +function command_43($connect, $turn, $command) { + starter("증여"); + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select no,name,level,npc from general where nation='$general[nation]' and no!='$general[no]' order by npc,binary(name)"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +자신의 자금이나 군량을 다른 장수에게 증여합니다.
+장수를 선택하세요.
+
+ + + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_44($connect, $turn, $command) { + starter("헌납"); + + echo " +자신의 자금이나 군량을 국가 재산으로 헌납합니다.
+
+ + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_46($connect, $turn, $command) { + starter("건국"); + + $query = "select maxnation from game where no='1'"; + $result = MYDB_query($query, $connect) or Error("command_46 ".MYDB_error($connect),""); + $admin = MYDB_fetch_array($result); + + $color = GetNationColors(); + + $query = "select color from nation where level>0"; + $result = MYDB_query($query, $connect) or Error("command_46 ".MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($result); + $nationcolor[$i] = $nation[color]; + } + $validCount = count($color); + //등록된 색깔 가려내기 + for($i=0; $i < count($color); $i++) { + $valid[$i] = 1; + for($j=0; $j < $nationcount; $j++) { + if($color[$i] == $nationcolor[$j]) { + $valid[$i] = 0; + $validCount--; + } + } + } + //색깔이 다 쓰였으면 그냥 모두 허용 + if($validCount <= 0) { + for($i=0; $i < count($color); $i++) { + $valid[$i] = 1; + } + } + + if($nationcount < $admin[maxnation]) { + echo " +현재 도시에서 나라를 세웁니다. 중, 소도시에서만 가능합니다.
+ +- 법 가 : 금수입↑ 치안↑ 인구↓ 민심↓
+- 유 가 : 내정↑ 민심↑ 쌀수입↓
+- 병 가 : 기술↑ 수성↑ 인구↓ 민심↓
+- 덕 가 : 치안↑인구↑ 민심↑ 쌀수입↓ 수성↓
+- 묵 가 : 수성↑ 기술↓
+- 도 가 : 인구↑ 기술↓ 치안↓
+- 태 평 도 : 인구↑ 민심↑ 기술↓ 수성↓
+- 오 두 미 도 : 쌀수입↑ 인구↑ 기술↓ 수성↓ 내정↓
+- 도 적 : 계략↑ 금수입↓ 치안↓ 민심↓
+- 불 가 : 민심↑ 수성↑ 금수입↓
+- 종 횡 가 : 전략↑ 수성↑ 금수입↓ 내정↓
+- 음 양 가 : 내정↑ 인구↑ 기술↓ 전략↓
+- 명 가 : 기술↑ 인구↑ 쌀수입↓ 수성↓
+ +
+국명 : +색깔 : +성향 : + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " +"; + } + + echo " +
"; + } else { + echo " +더 이상 건국은 불가능합니다.
"; + } + ender(); +} + +function command_48($connect, $turn, $command) { + starter("장비 매매"); + + $query = "select no,city,gold from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("command_48 ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + $city = getCity($connect, $me[city], "secu"); + + for($i=1; $i <= 6; $i++) { + if($city[secu] >= $i*1000) { + $color[$i] = "white"; + } else { + $color[$i] = "red"; + } + } + + echo " +장비를 구입하거나 매각합니다.
+현재 구입 불가능한 것은 붉은색으로 표시됩니다.
+현재 도시 치안 : $city[secu]    현재 자금 : $me[gold]
+
+장비 : + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_49($connect, $turn, $command) { + starter("군량매매"); + + echo " +자신의 군량을 사거나 팝니다.
+
+ + + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_51($connect, $turn, $command) { + starter("항복 권고", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select nation,power from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $myNation = MYDB_fetch_array($result); + + echo " +타국에게 항복을 권고합니다.
+서신은 개인 메세지로 전달됩니다.
+권고할 국가를 목록에서 선택하세요.
+합병이 불가능한 국가는 붉은 배경으로 표시됩니다.
+
+ + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+제한 조건
+- 인접 국가
+- 양국 모두 외교제한 기간 없음
+- 제의한 국가가 항복하는 국가보다 국력 3배 초과
+"; + ender(1); +} + +function command_52($connect, $turn, $command) { + starter("원조", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select nation,level from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $mynation = MYDB_fetch_array($result); + + echo " +타국에게 원조합니다.
+작위별로 금액 제한이 있습니다.
+ 호족: 1만
+ 군벌: 2만
+주자사: 3만
+ 주목: 4만
+  공: 5만
+  왕: 6만
+ 황제: 7만
+원조할 국가를 목록에서 선택하세요.
+
+ 대상 국가 +국고 +병량 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_53($connect, $turn, $command) { + starter("통합제의", 1); + + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("command_53 ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $query = "select round(avg(power)) as power,round(avg(gennum)) as gennum from nation where level>=1"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $avgNation = MYDB_fetch_array($result); + + $query = "select round(std(power)) as power,round(std(gennum)) as gennum from nation where level>=1"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $stdNation = MYDB_fetch_array($result); + + $query = "select nation,power,gennum from nation where nation='$me[nation]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $myNation = MYDB_fetch_array($result); + + echo " +세력이 비슷한 국가에 통합 제의를 합니다. 제의한 국가 위주로 통합됩니다.
+서신은 개인 메세지로 전달됩니다.
+제의할 국가를 목록에서 선택하세요.
+통합이 불가능한 국가는 붉은 배경으로 표시됩니다.
+
+대상국 : + 통합국명 : + + "; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+제한 조건
+- 인접 국가
+- 양국 모두 외교제한 없음
+- 양국 국력의 합이 평균+표준편차(현재 {$cond1}) 이하
+- 양국 장수수의 합이 평균+표준편차(현재 {$cond2}) 이하
+"; + ender(1); +} + +function command_54($connect, $turn, $command) { + starter("선양"); + $query = "select no,nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select no,name,level from general where nation='$general[nation]' and no!='$general[no]' order by npc,binary(name)"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $gencount = MYDB_num_rows($result); + + echo " +군주의 자리를 다른 장수에게 물려줍니다.
+장수를 선택하세요.
+
+ + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_61($connect, $turn, $command) { + starter("불가침", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +타국에게 불가침을 제의합니다.
+제의할 국가를 목록에서 선택하세요.
+배경색은 현재 제의가 불가능한 국가는 붉은색, 현재 불가침중인 국가는 푸른색으로 표시됩니다.
+비고는 불가침시 세부 조건등을 지정하는 곳입니다.(최대 45자) ※유저 편의를 위한 것일뿐 시스템적으로 보장하지는 않습니다.
+
+ 대상 국가 +기간 +년
+비고 : + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_62($connect, $turn, $command) { + starter("선전포고", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +타국에게 선전 포고합니다.
+선전 포고할 국가를 목록에서 선택하세요.
+고립되지 않은 아국 도시에서 인접한 국가에 선포 가능합니다.
+초반제한 해제 2년전부터 선포가 가능합니다. (체섭기준 181년 1월부터 가능)
+배경색은 현재 선포가 불가능한 국가는 붉은색, 현재 불가침중(역시 불가)인 국가는 푸른색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_63($connect, $turn, $command) { + starter("종전", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +전쟁중인 국가에 종전을 제의합니다.
+제의할 국가를 목록에서 선택하세요.
+배경색은 현재 제의가 불가능한 국가는 붉은색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_64($connect, $turn, $command) { + starter("파기", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +불가침중인 국가에 조약 파기를 제의합니다.
+제의할 국가를 목록에서 선택하세요.
+배경색은 현재 제의가 불가능한 국가는 붉은색, 현재 불가침중(제의 가능)인 국가는 푸른색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_65($connect, $turn, $command) { + starter("초토화", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시를 초토화 시킵니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_66($connect, $turn, $command) { + starter("천도", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시로 천도합니다.
+현재 수도에서 인접한 도시만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_67($connect, $turn, $command) { + starter("증축", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시를 증축합니다.
+현재 수도만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_68($connect, $turn, $command) { + starter("감축", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시를 감축합니다.
+현재 수도만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_72($connect, $turn, $command) { + starter("백성동원", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시에 백성동원을 발동합니다.
+아국 도시만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_73($connect, $turn, $command) { + starter("수몰", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시에 수몰을 발동합니다.
+전쟁중인 상대국 도시만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_74($connect, $turn, $command) { + starter("허보", 1); + $query = "select city from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $general = MYDB_fetch_array($result); + + $query = "select name,path from city where city='$general[city]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $currentcity = MYDB_fetch_array($result); + +echo " +
+선택된 도시에 허보를 발동합니다.
+선포, 전쟁중인 상대국 도시만 가능합니다.
+목록을 선택하거나 도시를 클릭하세요.
+
+ + +"; + + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + + ender(); +} + +function command_75($connect, $turn, $command) { + starter("피장파장", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +선택된 국가에 피장파장을 발동합니다.
+선포, 전쟁중인 상대국에만 가능합니다.
+상대 국가를 목록에서 선택하세요.
+배경색은 현재 피장파장 불가능 국가는 붉은색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_77($connect, $turn, $command) { + starter("이호경식", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +선택된 국가에 이호경식을 발동합니다.
+선포, 전쟁중인 상대국에만 가능합니다.
+상대 국가를 목록에서 선택하세요.
+배경색은 현재 이호경식 불가능 국가는 붉은색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_78($connect, $turn, $command) { + starter("급습", 1); + + $query = "select nation from general where user_id='$_SESSION[p_id]'"; + $result = MYDB_query($query, $connect) or Error("aaa_processing.php ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + echo " +선택된 국가에 급습을 발동합니다.
+선포, 전쟁중인 상대국에만 가능합니다.
+상대 국가를 목록에서 선택하세요.
+배경색은 현재 급습 불가능 국가는 붉은색으로 표시됩니다.
+
+ 대상 국가 + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} + +function command_81($connect, $turn, $command) { + starter("국기변경", 1); + + $color = GetNationColors(); + + $query = "select color from nation where level>0"; + $result = MYDB_query($query, $connect) or Error("command_46 ".MYDB_error($connect),""); + $nationcount = MYDB_num_rows($result); + + for($i=0; $i < $nationcount; $i++) { + $nation = MYDB_fetch_array($result); + $nationcolor[$i] = $nation[color]; + } + $validCount = count($color); + //등록된 색깔 가려내기 + for($i=0; $i < count($color); $i++) { + $valid[$i] = 1; + for($j=0; $j < $nationcount; $j++) { + if($color[$i] == $nationcolor[$j]) { + $valid[$i] = 0; + $validCount--; + } + } + } + //색깔이 다 쓰였으면 그냥 모두 허용 + if($validCount <= 0) { + for($i=0; $i < count($color); $i++) { + $valid[$i] = 1; + } + } + + echo " +국기를 변경합니다. 단 1회 가능합니다.
+
+색깔 : + +"; + for($i=0; $i < sizeof($turn); $i++) { + echo " + "; + } + + echo " +
+"; + ender(1); +} +?> + diff --git a/che_close/queue.php b/che_close/queue.php new file mode 100644 index 00000000..5f2ae7c3 --- /dev/null +++ b/che_close/queue.php @@ -0,0 +1,41 @@ +capacity = $capacity; + $this->size = 0; + $this->head = 0; + $this->tail = 0; + } + + function getSize() { + return $this->size; + } + + function clear() { + $this->size = 0; + $this->head = 0; + $this->tail = 0; + } + + function push($value) { + if($this->size >= $this->capacity) return; + $this->arr[$this->tail] = $value; + $this->tail = ($this->tail + 1) % $this->capacity; + $this->size++; + } + + function pop() { + if($this->size <= 0) return null; + $value = $this->arr[$this->head]; + $this->head = ($this->head + 1) % $this->capacity; + $this->size--; + return $value; + } +} +?> diff --git a/che_close/reset.php b/che_close/reset.php new file mode 100644 index 00000000..09e8e694 --- /dev/null +++ b/che_close/reset.php @@ -0,0 +1,81 @@ +Error!!!",""); +if(MYDB_error($connect)) Error(__LINE__.MYDB_error($connect),""); +MYDB_select_db($dbname, $connect ) or Error("MySQL-DB Select
Error!!!",""); + +delInDir("logs"); +delInDir("data/session"); +@unlink("data/connected.php"); + +// 관리자 테이블 삭제 +if(isTable($connect, "game",$dbname)) @MYDB_query("drop table game", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 장수 테이블 삭제 +if(isTable($connect, "gen",$dbname)) @MYDB_query("drop table general", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 국가 테이블 삭제 +if(isTable($connect, "nation",$dbname)) @MYDB_query("drop table nation", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 도시 테이블 삭제 +if(isTable($connect, "city",$dbname)) @MYDB_query("drop table city", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 부대 테이블 삭제 +if(isTable($connect, "troop",$dbname)) @MYDB_query("drop table troop", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 토큰 테이블 삭제 +if(isTable($connect, "token",$dbname)) @MYDB_query("drop table token", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 외교 테이블 삭제 +if(isTable($connect, "diplomacy",$dbname)) @MYDB_query("drop table diplomacy", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 토너먼트 테이블 삭제 +if(isTable($connect, "tournament",$dbname)) @MYDB_query("drop table tournament", $connect) or Error(__LINE__.MYDB_error($connect),""); +// 거래 테이블 삭제 +if(isTable($connect, "auction",$dbname)) @MYDB_query("drop table auction", $connect) or Error("drop ".MYDB_error($connect),""); +// 통계 테이블 삭제 +if(isTable($connect, "statistic",$dbname)) @MYDB_query("drop table statistic", $connect) or Error("drop ".MYDB_error($connect),""); +// 연감 테이블 삭제 +if(isTable($connect, "history",$dbname)) @MYDB_query("drop table history", $connect) or Error("drop ".MYDB_error($connect),""); + +// 관리자 테이블 생성 +if(!isTable($connect, "game",$dbname)) @MYDB_query($game_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 장수 테이블 생성 +if(!isTable($connect, "gen",$dbname)) @MYDB_query($general_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 국가 테이블 생성 +if(!isTable($connect, "nation",$dbname)) @MYDB_query($nation_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 도시 테이블 생성 +if(!isTable($connect, "city",$dbname)) @MYDB_query($city_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 부대 테이블 생성 +if(!isTable($connect, "troop",$dbname)) @MYDB_query($troop_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 토큰 테이블 생성 +if(!isTable($connect, "token",$dbname)) @MYDB_query($token_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 외교 테이블 생성 +if(!isTable($connect, "diplomacy",$dbname)) @MYDB_query($diplomacy_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 전당 테이블 생성 +if(!isTable($connect, "hall",$dbname)) @MYDB_query($hall_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 토너먼트 테이블 생성 +if(!isTable($connect, "tournament",$dbname)) @MYDB_query($tournament_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 거래 테이블 생성 +if(!isTable($connect, "auction",$dbname)) @MYDB_query($auction_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 통계 테이블 생성 +if(!isTable($connect, "statistic",$dbname)) @MYDB_query($statistic_schema, $connect) or Error(__LINE__.MYDB_error($connect),""); +// 연감 테이블 생성 +if(!isTable($connect, "history",$dbname)) @MYDB_query($history_schema, $connect) or Error("create history ".MYDB_error($connect),""); + +// 파일로 DB 정보 저장 +$file=@fopen("d_setting/set.php","w") or Error("set.php 파일 생성 실패

디렉토리의 퍼미션을 707로 주십시요",""); +@fwrite($file,"\n") or Error("set.php 파일 생성 실패

디렉토리의 퍼미션을 707로 주십시요",""); +@fclose($file); +@mkdir("data",0707); +@chmod("data",0707); +@chmod("d_setting/set.php",0707); + +$temp=MYDB_fetch_array(MYDB_query("select count(*) from general where level = '1'", $connect)); + +MYDB_close($connect); + +echo ""; +?> diff --git a/che_close/scenario_1.php b/che_close/scenario_1.php new file mode 100644 index 00000000..135bf597 --- /dev/null +++ b/che_close/scenario_1.php @@ -0,0 +1,795 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●184년 1월:【역사모드1】황건적의 난"; +$history[count($history)] = "●184년 1월:【황건적】전국 각지에서 황건적이 들고 일어서고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_10.php b/che_close/scenario_10.php new file mode 100644 index 00000000..45ee0d20 --- /dev/null +++ b/che_close/scenario_10.php @@ -0,0 +1,901 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●225년 1월:【역사모드10】칠종칠금"; +$history[count($history)] = "●225년 1월:【이벤트】조조는 조비에게 후사를 부탁합니다."; +$history[count($history)] = "●225년 1월:【이벤트】손권은 국력을 비축하며 웅크리고 있습니다."; +$history[count($history)] = "●225년 1월:【이벤트】남만맹획은 유선에게 반기를 듭니다!"; +$history[count($history)] = "●225년 1월:【이벤트】제갈량은 남만을 정벌하기 위해 출정합니다!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_11.php b/che_close/scenario_11.php new file mode 100644 index 00000000..59a26a6d --- /dev/null +++ b/che_close/scenario_11.php @@ -0,0 +1,900 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●228년 1월:【역사모드11】출사표"; +$history[count($history)] = "●228년 1월:【이벤트】손권은 국력을 비축하며 웅크리고 있습니다."; +$history[count($history)] = "●228년 1월:【이벤트】제갈량은 출사표를 내고 북벌에 나섭니다!"; +$history[count($history)] = "●228년 1월:【이벤트】조예는 이에 맞서 사마의를 보냅니다!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_12.php b/che_close/scenario_12.php new file mode 100644 index 00000000..bba0bdea --- /dev/null +++ b/che_close/scenario_12.php @@ -0,0 +1,1184 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●191년 1월:【IF모드1】백마장군의 위세"; +$history[count($history)] = "●191년 1월:【시나리오】동탁은 장안으로 후퇴합니다!"; +$history[count($history)] = "●191년 1월:【시나리오】낙양손견과 결탁한 원술이 차지합니다!"; +$history[count($history)] = "●191년 1월:【시나리오】기주에는 조조와 의기투합한 원소가 힘을 비축합니다!"; +$history[count($history)] = "●191년 1월:【시나리오】병주에는 유비가 합세한 공손찬이 위용을 뽐냅니다!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_2.php b/che_close/scenario_2.php new file mode 100644 index 00000000..cabb6e2a --- /dev/null +++ b/che_close/scenario_2.php @@ -0,0 +1,1714 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●190년 1월:【역사모드2】반동탁연합 결성"; +$history[count($history)] = "●190년 1월:【연합】조조의 주도하에 전국 각지의 세력들이 동탁 타도를 외치며 연합을 결성했습니다."; +$history[count($history)] = "●190년 1월:【연합】진류에서 조조가 반동탁연합 격문을 썼습니다."; +$history[count($history)] = "●190년 1월:【연합】남피원소가 맹주로 추대되었습니다."; +$history[count($history)] = "●190년 1월:【연합】원술이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】장사손견이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】하비도겸이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】북평공손찬이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】서량마등이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】한복이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】복양유대가 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】하내장양이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】평원유비가 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】북해공융이 연합에 참가했습니다."; +$history[count($history)] = "●190년 1월:【연합】공주가 연합에 참가했습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_20.php b/che_close/scenario_20.php new file mode 100644 index 00000000..9c420bc2 --- /dev/null +++ b/che_close/scenario_20.php @@ -0,0 +1,749 @@ +●180년 1월:【가상모드1】영웅 난무"; +$history[count($history)] = "●180년 1월:【이벤트】당대의 대표 세력들이 등장합니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_21.php b/che_close/scenario_21.php new file mode 100644 index 00000000..305bf777 --- /dev/null +++ b/che_close/scenario_21.php @@ -0,0 +1,777 @@ +●180년 1월:【가상모드1】영웅 집결"; +$history[count($history)] = "●180년 1월:【이벤트】당대의 대표 세력들이 등장합니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_22.php b/che_close/scenario_22.php new file mode 100644 index 00000000..0e81b0f8 --- /dev/null +++ b/che_close/scenario_22.php @@ -0,0 +1,197 @@ +ㅁ< ♡"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "사푸", 59, 33, 63,"안전","상재", "이게 다 사푸때문이다."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "살수묵랑", 69, 85, 13,"정복","무쌍", "남자라믄 고저 근성 열혈이라요!!!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "성야", 77, 62, 19,"출세","집중", "훼야 훼야"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소마", 73, 22, 69,"대의","신중", "오늘 항가해요 (.. *)"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소용녀", 64, 22, 84,"대의","신중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소지로", 70, 71, 20,"의협","무쌍", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "수", 41, 16, 68,"안전","견고", "흠... 그럼 어쩔수 없이 흉노로 가야겠군요..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "슈이쯔", 75, 76, 18,"패권","격노", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "스노곰", 70, 75, 10,"안전","궁병", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "시그리", 81, 63, 14,"왕좌","징병", "어이쿠야 월척이다. 보람 있구나~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "심심해", 60, 85, 11,"의협","무쌍", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "실바누스", 83, 61, 15,"대의","신산", "살려주셍쇼ㅠ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "아시루스", 56, 27, 75,"패권","집중", "왼손은 거들뿐..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "얀웬리", 66, 17, 82,"재간","반계", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "여휘", 67, 20, 70,"재간","공성", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "에드워드", 68, 70, 12,"안전","인덕", "훼드훼드에염"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "에레니아", 70, 19, 63,"정복","척사", "에레냐에염 ㅇㅅㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"온몸이근육", 58, 81, 10,"패권","징병", "불끈!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "유기체", 70, 21, 75,"출세","환술", "5분 후에 리셋합니다. ㄳ ㅇ_ㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "윤석민", 73, 20, 66,"패권","집중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "율", 68, 10, 78,"패권","반계", "율!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"이노베이션", 83, 65, 14,"패권","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "임사영", 75, 75, 18,"출세","필살", "평민왔셈 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "자소유", 77, 70, 19,"대의","기병", "ㅇ_ㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장군보", 67, 82, 21,"의협","견고", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장수명", 66, 62, 18,"유지","견고", "장수명에 장수명을 입력한 장수명입니다."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장수왕", 77, 34, 43,"왕좌","위압", "장수왕섭 다음주 오픈해요. 기대해주셍."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장임", 50, 70, 75,"출세","저격", "훼력짱임."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장자", 66, 27, 80,"할거","신산", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "제로스", 71, 79, 24,"패권","필살", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "제이토", 76, 72, 14,"정복","보병", "훼이토 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "조용", 58, 62, 45,"할거","궁병", "조용..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "중달", 70, 73, 15,"대의","귀모", "내가 바로 그 훼달임."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "지장", 58, 84, 21,"정복","무쌍", "췌퉤훼섭 모두 가리지 않는 훼력 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "지천영", 65, 84, 11,"왕좌","위압", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "카이사르", 74, 75, 16,"정복","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "카이토", 63, 15, 78,"유지","집중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "캐양민", 67, 18, 71,"패권","반계", "캐양민임...ㅠㅠ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "쿄타로", 75, 21, 66,"정복","신산", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"크리스티앙", 60, 83, 16,"유지","견고", "끌턍 꿀사턍 꾸린스탈 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "통키", 79, 68, 14,"대의","통찰", "불꽃슛~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "철혈대신", 72, 14, 85,"안전","견고", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"초절정미녀", 68, 19, 81,"출세","환술", "<- 초미녀임 ㅇㅇ;"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "페르난도", 68, 69, 21,"대의","징병", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "펠퍼틴", 58, 29, 61,"안전","의술", "짝퉁 화타가 바로 나!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하누리", 55, 22, 85,"패권","귀병", "하루 종일 누르리!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하리", 80, 63, 12,"왕좌","위압", "열전 쓰고 있는중..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하오마루", 65, 85, 12,"정복","위압", "사무라이 쇼다운 막판왕 깨고 왔음."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"하후연묘재", 65, 15, 67,"유지","반계", "묘섭 베타서버 운영중입니다. 많이 찾아주세욤~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "환선", 60, 76, 24,"패권","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "황월영", 72, 10, 68,"대의","인덕", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "허기", 64, 12, 77,"출세","거상", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "형왔다", 64, 72, 27,"의협","기병", "형왔다~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "헹이", 75, 16, 73,"의협","환술", "다 헹궈버리겠다~ ㅇ<-<"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "효주곰", 54, 32, 77,"유지","경작", "순수한 효주곰이에여 >_<"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "후랴", 56, 79, 20,"의협","기병", "후랴 후랴~"); $gencount++; + +//////////////////////////장수 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●179년 1월:【가상모드2】훼신 집결"; +$history[count($history)] = "●179년 1월:【이벤트】삼모전 역대 훼신들이 등장합니다."; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral2($connect,$turnterm,$gencount,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓝ".$name; + $genid = "gen{$gencount}"; + $turntime = getRandTurn($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%61 + 1; + $age = 15; + $specage = $age; + $specage2 = $age; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 2; + $npcmatch = rand()%150 + 1; + $picture = 'default.jpg'; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','0', + '$city','$leader','$power','$intel','$experience','$dedication', + '0','1000','1000','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); + //방랑군 + if(rand()%20 == 0) { + @MYDB_query(" + insert into nation ( + name,color,gold,rice,bill,rate,scout,war,tricklimit,surlimit, + scoutmsg,level + ) values ( + '$name','330000','1000','1000','100','15','0','0','24','72', + '훼신NPC국','0' + )", $connect + ) or Error(__LINE__.MYDB_error($connect),""); + + $query = "select nation from nation where name='$name'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $nation = MYDB_fetch_array($result); + // 군주로 // 현 국가 소속으로 + $query = "update general set belong=1,level=12,nation='$nation[nation]' where user_id='$genid'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + //외교 추가 + $query = "select nation from nation where nation!='$nation[nation]'"; + $result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + $count = MYDB_num_rows($result); + for($i=0; $i < $count; $i++) { + $you = MYDB_fetch_array($result); + @MYDB_query(" + insert into diplomacy ( + me, you, state, term + ) values ( + '$nation[nation]', '$you[nation]', '2', '0' + )", $connect + ) or Error(__LINE__.MYDB_error($connect),""); + @MYDB_query(" + insert into diplomacy ( + me, you, state, term + ) values ( + '$you[nation]', '$nation[nation]', '2', '0' + )", $connect + ) or Error(__LINE__.MYDB_error($connect),""); + } + } +} + +?> diff --git a/che_close/scenario_23.php b/che_close/scenario_23.php new file mode 100644 index 00000000..b7082ade --- /dev/null +++ b/che_close/scenario_23.php @@ -0,0 +1,753 @@ +●180년 1월:【가상모드3】영웅 시대"; +$history[count($history)] = "●180년 1월:【이벤트】출연 가능한 모든 장수들이 재야로 등장하는 가상 시나리오."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_24.php b/che_close/scenario_24.php new file mode 100644 index 00000000..357dcd71 --- /dev/null +++ b/che_close/scenario_24.php @@ -0,0 +1,328 @@ +ㅁ< ♡"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "사푸", 59, 33, 63,"안전","상재", "이게 다 사푸때문이다."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "살수묵랑", 69, 85, 13,"정복","무쌍", "남자라믄 고저 근성 열혈이라요!!!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "성야", 77, 62, 19,"출세","집중", "훼야 훼야"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소마", 73, 22, 69,"대의","신중", "오늘 항가해요 (.. *)"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소용녀", 64, 22, 84,"대의","신중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "소지로", 70, 71, 20,"의협","무쌍", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "수", 41, 16, 68,"안전","견고", "흠... 그럼 어쩔수 없이 흉노로 가야겠군요..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "슈이쯔", 75, 76, 18,"패권","격노", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "스노곰", 70, 75, 10,"안전","궁병", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "시그리", 81, 63, 14,"왕좌","징병", "어이쿠야 월척이다. 보람 있구나~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "심심해", 60, 85, 11,"의협","무쌍", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "실바누스", 83, 61, 15,"대의","신산", "살려주셍쇼ㅠ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "아시루스", 56, 27, 75,"패권","집중", "왼손은 거들뿐..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "얀웬리", 66, 17, 82,"재간","반계", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "여휘", 67, 20, 70,"재간","공성", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "에드워드", 68, 70, 12,"안전","인덕", "훼드훼드에염"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "에레니아", 70, 19, 63,"정복","척사", "에레냐에염 ㅇㅅㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"온몸이근육", 58, 81, 10,"패권","징병", "불끈!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "유기체", 70, 21, 75,"출세","환술", "5분 후에 리셋합니다. ㄳ ㅇ_ㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "윤석민", 73, 20, 66,"패권","집중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "율", 68, 10, 78,"패권","반계", "율!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"이노베이션", 83, 65, 14,"패권","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "임사영", 75, 75, 18,"출세","필살", "평민왔셈 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "자소유", 77, 70, 19,"대의","기병", "ㅇ_ㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장군보", 67, 82, 21,"의협","견고", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장수명", 66, 62, 18,"유지","견고", "장수명에 장수명을 입력한 장수명입니다."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장수왕", 77, 34, 43,"왕좌","위압", "장수왕섭 다음주 오픈해요. 기대해주셍."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장임", 50, 70, 75,"출세","저격", "훼력짱임."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "장자", 66, 27, 80,"할거","신산", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "제로스", 71, 79, 24,"패권","필살", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "제이토", 76, 72, 14,"정복","보병", "훼이토 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "조용", 58, 62, 45,"할거","궁병", "조용..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "중달", 70, 73, 15,"대의","귀모", "내가 바로 그 훼달임."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "지장", 58, 84, 21,"정복","무쌍", "췌퉤훼섭 모두 가리지 않는 훼력 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "지천영", 65, 84, 11,"왕좌","위압", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "카이사르", 74, 75, 16,"정복","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "카이토", 63, 15, 78,"유지","집중", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "캐양민", 67, 18, 71,"패권","반계", "캐양민임...ㅠㅠ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "쿄타로", 75, 21, 66,"정복","신산", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"크리스티앙", 60, 83, 16,"유지","견고", "끌턍 꿀사턍 꾸린스탈 ㅇㅇ"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "통키", 79, 68, 14,"대의","통찰", "불꽃슛~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "철혈대신", 72, 14, 85,"안전","견고", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"초절정미녀", 68, 19, 81,"출세","환술", "<- 초미녀임 ㅇㅇ;"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "페르난도", 68, 69, 21,"대의","징병", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "펠퍼틴", 58, 29, 61,"안전","의술", "짝퉁 화타가 바로 나!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하누리", 55, 22, 85,"패권","귀병", "하루 종일 누르리!"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하리", 80, 63, 12,"왕좌","위압", "열전 쓰고 있는중..."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "하오마루", 65, 85, 12,"정복","위압", "사무라이 쇼다운 막판왕 깨고 왔음."); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount,"하후연묘재", 65, 15, 67,"유지","반계", "묘섭 베타서버 운영중입니다. 많이 찾아주세욤~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "환선", 60, 76, 24,"패권","돌격", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "황월영", 72, 10, 68,"대의","인덕", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "허기", 64, 12, 77,"출세","거상", ""); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "형왔다", 64, 72, 27,"의협","기병", "형왔다~"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "헹이", 75, 16, 73,"의협","환술", "다 헹궈버리겠다~ ㅇ<-<"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "효주곰", 54, 32, 77,"유지","경작", "순수한 효주곰이에여 >_<"); $gencount++; +RegGeneral2($connect,$admin[turnterm],$gencount, "후랴", 56, 79, 20,"의협","기병", "후랴 후랴~"); $gencount++; + +//군주임명 +$no = rand() % 79 + 2; +$query = "update general set level=12 where no='$no'"; +MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); + +RegGeneral3($connect,$admin[turnterm],$gencount, 2,12,"오랑캐대왕", 95, 95, 95,"패권","돌격", "오랑캐들이여 일어서라!"); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2,11, "오환대왕", 85, 55, 85,"패권","환술", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2,10, "저대왕", 75, 75, 45,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 9, "흉노대왕", 65, 50, 50,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 8, "남만대왕", 45, 15, 45,"패권","환술", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 7, "산월대왕", 45, 15, 45,"패권","환술", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 6, "왜대왕", 45, 15, 45,"패권","환술", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 5, "강대왕", 45, 45, 15,"패권","돌격", ""); $gencount++; + +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1, "북적대왕", 45, 45, 15,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1, "서융대왕", 45, 15, 45,"패권","돌격", ""); $gencount++; +RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1, "동이대왕", 45, 45, 15,"패권","돌격", ""); $gencount++; + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"북적장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"서융장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"동이장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"강장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"저장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"흉노장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"오환장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"남만장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"산월장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +for($k=0; $k <= 99; $k++) { + if(rand()%2) { $l = rand()%10 + 10; $p = rand()%10 + 15; $i = rand()%10 + 10; } + else { $l = rand()%10 + 10; $p = rand()%10 + 10; $i = rand()%10 + 15; } + RegGeneral3($connect,$admin[turnterm],$gencount, 2, 1,"왜장수{$k}", $l, $p, $i,"패권","", ""); $gencount++; +} + +//////////////////////////장수 끝/////////////////////////////////////////////// + +//////////////////////////도시 소속///////////////////////////////////////////// +RegCity($connect, 1, "업", 1); +RegCity($connect, 2, "양양", 1); + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●180년 1월:【가상모드4】결사항전"; +$history[count($history)] = "●180년 1월:【이벤트】오랑캐에 맞서 버텨내야 합니다!"; +pushHistory($connect, $history); + +echo ""; + +function RegGeneral2($connect,$turnterm,$gencount,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓝ".$name; + $genid = "gen{$gencount}"; + $turntime = getRandTurn($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%61 + 1; + $age = 15; + $specage = $age; + $specage2 = $age; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 2; + $npcmatch = rand()%150 + 1; + $picture = 'default.jpg'; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,level,city, + leader,power,intel,experience,dedication, + gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','1','1','$city', + '$leader','$power','$intel','$experience','$dedication', + '2000','2000','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +function RegGeneral3($connect,$turnterm,$gencount,$nation,$level,$name,$leader,$power,$intel,$personal,$special,$msg="") { + $name = "ⓝ".$name; + $genid = "npc{$gencount}"; + $turntime = getRandTurn($turnterm); + $personal = CharCall($personal); + $special = SpecCall($special); + if($special >= 40) { $special2 = $special; $special = 0; } + else { $special2 = 0; } + $city = rand()%61 + 1; + $age = 15; + $specage = $age+1; + $specage2 = $age+1; + $killturn = 9999; + $experience = $age * 100; + $dedication = $age * 100; + $npc = 2; + $npcmatch = 999; + $picture = 'default.jpg'; + $pw = md5("18071807"); + //장수 + @MYDB_query(" + insert into general ( + npcid,npc,npc_org,npcmatch,user_id,password,name,picture,nation,city, + leader,power,intel,experience,dedication, + level,gold,rice,crew,crewtype,train,atmos, + weap,book,horse,turntime,killturn,age,belong,personal,special,specage,special2,specage2,npcmsg, + makelimit + ) values ( + '$gencount','$npc','$npc','$npcmatch','$genid','$pw','$name','$picture','$nation','$city', + '$leader','$power','$intel','$experience','$dedication', + '$level','2000','2000','0','0','0','0', + '0','0','0','$turntime','$killturn','$age','1', + '$personal','$special','$specage','$special2','$specage2','$msg', + '0' + )", + $connect + ) or Error(__LINE__.MYDB_error($connect),""); +} + +?> diff --git a/che_close/scenario_25.php b/che_close/scenario_25.php new file mode 100644 index 00000000..d0c3ebf6 --- /dev/null +++ b/che_close/scenario_25.php @@ -0,0 +1,319 @@ +●180년 1월:【가상모드5】영웅독존"; +$history[count($history)] = "●180년 1월:【이벤트】진정한 영웅들만이 재야로 등장하는 가상 시나리오."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_26.php b/che_close/scenario_26.php new file mode 100644 index 00000000..08dce408 --- /dev/null +++ b/che_close/scenario_26.php @@ -0,0 +1,316 @@ +●180년 1월:【가상모드6】무풍지대"; +$history[count($history)] = "●180년 1월:【이벤트】영웅은 없다! 오직 내가 영웅일 뿐이다!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_27.php b/che_close/scenario_27.php new file mode 100644 index 00000000..6951d8bb --- /dev/null +++ b/che_close/scenario_27.php @@ -0,0 +1,594 @@ +●180년 1월:【가상모드7】가요대잔치"; +$history[count($history)] = "●180년 1월:【이벤트】올해의 가요대상은!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_28.php b/che_close/scenario_28.php new file mode 100644 index 00000000..a127a5d6 --- /dev/null +++ b/che_close/scenario_28.php @@ -0,0 +1,423 @@ +●180년 1월:【가상모드8】확산성 밀리언 아서"; +$history[count($history)] = "●180년 1월:【이벤트】삼모전에 확밀아가 빙의됩니다!"; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_3.php b/che_close/scenario_3.php new file mode 100644 index 00000000..98926d92 --- /dev/null +++ b/che_close/scenario_3.php @@ -0,0 +1,1755 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●194년 1월:【역사모드3】군웅할거"; +$history[count($history)] = "●194년 1월:【이벤트】연주조조가 부친의 복수를 빌미로 서주 토벌에 나섭니다."; +$history[count($history)] = "●194년 1월:【이벤트】평원유비가 원군에 나섭니다."; +$history[count($history)] = "●194년 1월:【이벤트】여포가 진궁의 계책으로 진류를 확보했습니다."; +$history[count($history)] = "●194년 1월:【이벤트】조조가 근거지 재탈환을 위해 급히 물러납니다."; +$history[count($history)] = "●194년 1월:【이벤트】유비는 도겸의 권유로 소패에 머뭅니다."; +$history[count($history)] = "●194년 1월:【이벤트】한편 하북에서 원소와 공손찬이 자웅을 겨루려 합니다."; +$history[count($history)] = "●194년 1월:【이벤트】강동에서는 손책이 웅크리고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_4.php b/che_close/scenario_4.php new file mode 100644 index 00000000..37f43d17 --- /dev/null +++ b/che_close/scenario_4.php @@ -0,0 +1,1292 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●196년 1월:【역사모드4】황제는 허도로"; +$history[count($history)] = "●196년 1월:【이벤트】황제가 이각에게서 탈출하여 낙양으로 향합니다."; +$history[count($history)] = "●196년 1월:【이벤트】황제는 폐허가 된 낙양의 수비를 위해 몇 군벌들에게 서신을 띄웁니다.."; +$history[count($history)] = "●196년 1월:【이벤트】기주원소는 세력 다지기에 바쁩니다."; +$history[count($history)] = "●196년 1월:【이벤트】연주조조가 병력을 출동하여 낙양을 점거합니다."; +$history[count($history)] = "●196년 1월:【이벤트】조조는 황제를 강압적으로 허창으로 이주시킵니다."; + +$history[count($history)] = "●196년 1월:【이벤트】여포는 패주하여 유비에 몸을 맡깁니다."; +$history[count($history)] = "●196년 1월:【이벤트】유비는 여포에게 소패를 내어줍니다."; +$history[count($history)] = "●196년 1월:【이벤트】동오손책은 소패왕의 이름을 떨칩니다."; +$history[count($history)] = "●196년 1월:【이벤트】회남원술은 황제가 될 기회를 노리고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_5.php b/che_close/scenario_5.php new file mode 100644 index 00000000..70acb95d --- /dev/null +++ b/che_close/scenario_5.php @@ -0,0 +1,998 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●200년 1월:【역사모드5】관도대전"; +$history[count($history)] = "●200년 1월:【이벤트】조조에게 패한 유비는 원소에게 의지하기 위해 방랑하고 있습니다."; +$history[count($history)] = "●200년 1월:【이벤트】관우는 조조에게 투항합니다."; +$history[count($history)] = "●200년 1월:【이벤트】원소와 조조는 사활을 건 한판 승부를 준비하고 있습니다."; +$history[count($history)] = "●200년 1월:【이벤트】관도에는 전운이 감돌고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_6.php b/che_close/scenario_6.php new file mode 100644 index 00000000..0bf2244f --- /dev/null +++ b/che_close/scenario_6.php @@ -0,0 +1,1044 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●202년 1월:【역사모드6】원가의 분열"; +$history[count($history)] = "●202년 1월:【이벤트】원소는 후계자로 셋째 아들 원상을 선택합니다."; +$history[count($history)] = "●202년 1월:【이벤트】맏아들 원담은 이에 반발하여 조조와 결탁하여 할거를 노립니다."; +$history[count($history)] = "●202년 1월:【이벤트】조조는 원담을 이용하여 원소의 잔당을 물리치기 위한 진군을 시작합니다."; +$history[count($history)] = "●202년 1월:【이벤트】남쪽으로 피신한 유비는 유표에게 의지해 신야에 머무릅니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_7.php b/che_close/scenario_7.php new file mode 100644 index 00000000..bc199b44 --- /dev/null +++ b/che_close/scenario_7.php @@ -0,0 +1,1096 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●207년 1월:【역사모드7】적벽대전"; +$history[count($history)] = "●207년 1월:【이벤트】하후돈을 패주시킨 서서는 계책에 빠져 조조에게 귀순합니다."; +$history[count($history)] = "●207년 1월:【이벤트】서서의 천거로 유비는 제갈량을 삼고초려의 예로 영입합니다."; +$history[count($history)] = "●207년 1월:【이벤트】원씨 가문을 무너뜨린 조조는 강남 정벌을 위해 대군을 이끌고 남하합니다."; +$history[count($history)] = "●207년 1월:【이벤트】손권은 유비와 불가침을 맺고 조조의 대군에 맞서기로 결심합니다."; +$history[count($history)] = "●207년 1월:【이벤트】대군을 몰고 온 조조, 이에 맞서는 손권과 유비. 적벽은 피로 물들려 하고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_8.php b/che_close/scenario_8.php new file mode 100644 index 00000000..20ad101d --- /dev/null +++ b/che_close/scenario_8.php @@ -0,0 +1,948 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●213년 1월:【역사모드8】익주 공방전"; +$history[count($history)] = "●213년 1월:【이벤트】마등을 섬멸시킨 조조는 익주로 눈을 돌립니다."; +$history[count($history)] = "●213년 1월:【이벤트】도망친 마초는 한중장로에게 의지합니다."; +$history[count($history)] = "●213년 1월:【이벤트】유장은 장로에 맞서기 위해 유비에게 도움을 청합니다."; +$history[count($history)] = "●213년 1월:【이벤트】일이 여의치 않은 유비는 등을 돌려 익주를 차지하려합니다."; +$history[count($history)] = "●213년 1월:【이벤트】형주에 일었던 피바람은 익주에서 다시 불어오고 있습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/scenario_9.php b/che_close/scenario_9.php new file mode 100644 index 00000000..5fa77235 --- /dev/null +++ b/che_close/scenario_9.php @@ -0,0 +1,872 @@ +0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$query = "update city set pop=pop2*0.7,agri=agri2*0.7,comm=comm2*0.7,secu=secu2*0.7,rate=80 where nation=0"; +MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +//전방설정 +$query = "select nation from nation"; +$result = MYDB_query($query, $connect) or Error("scenario_194A ".MYDB_error($connect),""); +$count = MYDB_num_rows($result); +for($i=0; $i < $count; $i++) { + $nation = MYDB_fetch_array($result); + SetNationFront($connect, $nation[nation]); +} + +//////////////////////////도시 끝/////////////////////////////////////////////// + +//////////////////////////이벤트/////////////////////////////////////////////// +$history[count($history)] = "●219년 1월:【역사모드9】삼국정립"; +$history[count($history)] = "●219년 1월:【이벤트】한중을 빼앗긴 조조는 허창으로 퇴각합니다."; +$history[count($history)] = "●219년 1월:【이벤트】동오손권은 형주를 되찾기 위해 호시탐탐 노리고 있습니다."; +$history[count($history)] = "●219년 1월:【이벤트】한중왕에 오른 유비군의 기세는 하늘을 찌를 듯 합니다!"; +$history[count($history)] = "●219년 1월:【이벤트】위, 오, 촉의 본격적인 삼국시대가 되었습니다."; +pushHistory($connect, $history); + +echo ""; + +?> diff --git a/che_close/schema.sql b/che_close/schema.sql new file mode 100644 index 00000000..1654fc77 --- /dev/null +++ b/che_close/schema.sql @@ -0,0 +1,621 @@ + + diff --git a/che_close/schema.sql.orig b/che_close/schema.sql.orig new file mode 100644 index 00000000..1654fc77 --- /dev/null +++ b/che_close/schema.sql.orig @@ -0,0 +1,621 @@ + + diff --git a/che_close/select_npc.php b/che_close/select_npc.php new file mode 100644 index 00000000..062efdb1 --- /dev/null +++ b/che_close/select_npc.php @@ -0,0 +1,149 @@ +history.go(-1);"; + exit(1); +} + +$connect = dbConn(); +?> + + + +NPC선택 + + + + + + + + +
장 수 선 택
+ + +
+alert('잘못된 접근입니다!');"; + echo ""; + exit(); +} + +$query = "select no from general where npc<2"; +$result = MYDB_query($query, $connect) or Error("join ".MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +if($gencount >= $admin[maxgeneral]) { + echo ""; + echo ""; + exit(); +} +?> + + + +"; + } else { + echo " + "; + } +} +?> +
임관 권유 메세지
$nation[name]-
$nation[name]$nation[scoutmsg]
+ +
+ + + + + + += 3) { +?> + + + + + + + + + + + + + + +
장수 선택
장수/1001.jpg border=0 name=picture width=64 height=64>
+ +
+ 컴퓨터가 조작중이던 NPC장수를 조종하게 됩니다.
+ 80시간동안 휴식을 취하면 다시 컴퓨터가 조종하게 되고 장수의 소유권을 잃습니다. +
+
+ + + +
+ + + diff --git a/che_close/select_npc_post.php b/che_close/select_npc_post.php new file mode 100644 index 00000000..bde288da --- /dev/null +++ b/che_close/select_npc_post.php @@ -0,0 +1,127 @@ +history.go(-1);"; + exit(1); +} + +$date = date('Y-m-d H:i:s'); +//등록정보 +$query = "update MEMBER set reg_num=reg_num+1,reg_date='$date' where no='$member[no]'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + +$connect = dbConn(); + +$npcid = "gen{$face}"; +$query = "select no,npc,level from general where user_id='$npcid'"; +$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); +$npc = MYDB_fetch_array($result); + +########## 동일 정보 존재여부 확인. ########## + +$query = "select year,month,maxgeneral,turnterm,genius,npcmode from game where no='1'"; +$result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); +$admin = MYDB_fetch_array($result); + +$query = "select no from general where npc<2"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$gencount = MYDB_num_rows($result); + +$query = "select no from general where user_id='$member[id]'"; +$result = MYDB_query($query,$connect) or Error(__LINE__.MYDB_error($connect),""); +$id_num = MYDB_num_rows($result); + +if($admin[npcmode] != 1) { + echo ""; + echo ""; + exit(); +} elseif($id_num) { + echo(""); + exit; +} elseif($admin[maxgeneral] <= $gencount) { + echo(""); + exit; +} elseif($npc[npc] < 2) { + echo(""); + exit; +} elseif($npc[npc] != 2) { + echo(""); + exit; +/* +} elseif($npc[level] >= 5) { + echo(""); + exit; +*/ +} else { + //특회 + $userlevel = $member[grade]; + + $query = " + update general set + user_id='{$id}', + password='{$pwTemp}', + name2='{$member[name]}', + conmsg='', + npc=1, + killturn=6, + skin=1, + mode=2, + map=0, + userlevel='{$userlevel}' + where user_id='{$npcid}' + "; + MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + + $query = "select no,name,history from general where user_id='$id'"; + $result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),""); + $me = MYDB_fetch_array($result); + + $log[0] = "●{$admin[month]}월:$me[name]의 육체에 $member[name](이)가 빙의됩니다!"; + $me = addHistory($connect, $me, "●$admin[year]년 $admin[month]월:$me[name]의 육체에 $member[name](이)가 빙의되다."); + pushGenLog($me, $mylog); + pushAllLog($log); + + $adminLog[0] = "가입 : {$me[name]} // {$id} // ".getenv("REMOTE_ADDR"); + pushAdminLog($connect, $adminLog); + + MYDB_close($connect); + + echo(""); + echo(""); + echo(""); +} + +?> diff --git a/che_close/selection.php b/che_close/selection.php new file mode 100644 index 00000000..edf944e7 --- /dev/null +++ b/che_close/selection.php @@ -0,0 +1,35 @@ +history.go(-1);"; + exit(1); +} + +if($btn == "장수생성") { + $site = "join.php"; +} elseif($btn == "장수선택") { + $site = "select_npc.php"; +} +?> + +
method=post> + + +
+a + + diff --git a/che_close/start.php b/che_close/start.php new file mode 100644 index 00000000..54dd5924 --- /dev/null +++ b/che_close/start.php @@ -0,0 +1,3 @@ + + + diff --git a/che_close/stylesheet.php b/che_close/stylesheet.php new file mode 100644 index 00000000..7a7787d0 --- /dev/null +++ b/che_close/stylesheet.php @@ -0,0 +1,86 @@ + + +body { color:; background-color:; border-width:1; border-color:gray; } +table { font-family:'맑은 고딕'; line-height:110%; } +font { font-family:'맑은 고딕'; line-height:110%; } +input { font-family:'맑은 고딕'; line-height:110%; height:20px } +select { font-family:'굴림'; line-height:100%; } +#bg0 { } +#bg1 { } +#bg2 { } diff --git a/che_close/turn.php b/che_close/turn.php new file mode 100644 index 00000000..4673b245 --- /dev/null +++ b/che_close/turn.php @@ -0,0 +1,90 @@ += 2) { echo ""; exit(); } + +switch($type) { +case 0: +/* + for($i=0; $i < $sel; $i++) { + $k = $i + $sel; + $query = "update general set "; + while(1) { + $query .= "turn{$k}=turn{$i}"; + $k += $sel; + if($k >= 24) break; + $query .= ","; + } + $query .= " where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + } +*/ + $query = "update general set "; + for($i=0; $i < $sel; $i++) { + $k = $i + $sel; + while(1) { + $query .= "turn{$k}=turn{$i}"; + $k += $sel; + if($i < $sel-1 || $k < 24) { $query .= ","; } + if($k >= 24) break; + } + } + $query .= " where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case 1: + $i = 23 - $sel; + $k = 23; + $query = "update general set "; + while(1) { + $query .= "turn{$k}=turn{$i},"; + $i--; $k--; + if($i < 0) break; + } + while(1) { + $query .= "turn{$k}=0"; + $k--; + if($k < 0) break; + $query .= ","; + } + $query .= " where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +case 2: + $i = 0; + $k = $sel; + $query = "update general set "; + while(1) { + $query .= "turn{$i}=turn{$k},"; + $i++; $k++; + if($k >= 24) break; + } + while(1) { + $query .= "turn{$i}=0"; + $i++; + if($i >= 24) break; + $query .= ","; + } + $query .= " where user_id='$_SESSION[p_id]'"; + MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),""); + break; +} + +echo ""; + +?> + diff --git a/che_close/turn_pop_core.php b/che_close/turn_pop_core.php new file mode 100644 index 00000000..bef468c8 --- /dev/null +++ b/che_close/turn_pop_core.php @@ -0,0 +1,17 @@ +location.replace('b_chiefcenter.php');"; + +?> + diff --git a/che_close/turn_push_core.php b/che_close/turn_push_core.php new file mode 100644 index 00000000..09d97527 --- /dev/null +++ b/che_close/turn_push_core.php @@ -0,0 +1,17 @@ +location.replace('b_chiefcenter.php');"; + +?> + diff --git a/d_log/err.txt b/d_log/err.txt new file mode 100644 index 00000000..c0b36fde --- /dev/null +++ b/d_log/err.txt @@ -0,0 +1,17 @@ +DB Connect() error +DB Connect() error: sammo_che +DB Connect() error: _che +DB Connect() error: sammo\_che +DB Connect() error: sammo\_che +DB Connect() error: sammo\_che +DB Connect() error: sammo\_che +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test +DB Connect() error: test diff --git a/d_pic/pic_3.jpg b/d_pic/pic_3.jpg new file mode 100644 index 00000000..c6a40499 Binary files /dev/null and b/d_pic/pic_3.jpg differ diff --git a/d_session/sess_0eup4nfjbqt5f6df80rfqkud30 b/d_session/sess_0eup4nfjbqt5f6df80rfqkud30 new file mode 100644 index 00000000..e772a66d --- /dev/null +++ b/d_session/sess_0eup4nfjbqt5f6df80rfqkud30 @@ -0,0 +1 @@ +ip|s:14:"175.192.80.232";time|i:1457113394; \ No newline at end of file diff --git a/d_session/sess_1d9b97ef4dc0ddc65a44502439565ffc b/d_session/sess_1d9b97ef4dc0ddc65a44502439565ffc new file mode 100644 index 00000000..bea13fff --- /dev/null +++ b/d_session/sess_1d9b97ef4dc0ddc65a44502439565ffc @@ -0,0 +1 @@ +ip|s:9:"127.0.0.1";time|i:1320849060;noMember|s:1:"3"; \ No newline at end of file diff --git a/d_session/sess_4de7efdbbf400fc4008910aa2267de04 b/d_session/sess_4de7efdbbf400fc4008910aa2267de04 new file mode 100644 index 00000000..694e4196 --- /dev/null +++ b/d_session/sess_4de7efdbbf400fc4008910aa2267de04 @@ -0,0 +1 @@ +ip|s:9:"127.0.0.1";time|i:1321370936; \ No newline at end of file diff --git a/d_setting/_common.php b/d_setting/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/d_setting/_common.php @@ -0,0 +1,8 @@ + diff --git a/d_setting/set.php b/d_setting/set.php new file mode 100644 index 00000000..ab23ada1 --- /dev/null +++ b/d_setting/set.php @@ -0,0 +1,11 @@ + diff --git a/deploy_che.sh b/deploy_che.sh new file mode 100644 index 00000000..eab97319 --- /dev/null +++ b/deploy_che.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +SAM=che +SRC=~/svn/trunk/sam/che_close/ +TAR=~/www/sam/${SAM}_close/ +ALT=~/www/sam/${SAM}/ + +if [ -e $TAR ] +then + echo The server is closed. Location: $TAR + rsync -av --delete --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $TAR +else + echo The server is on service. Location: $ALT + rsync -av --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $ALT +fi diff --git a/deploy_devel_hwe.sh b/deploy_devel_hwe.sh new file mode 100644 index 00000000..c481d6b2 --- /dev/null +++ b/deploy_devel_hwe.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +SAM=hwe +SRC=~/svn/branches/che_devel/ +TAR=~/www/sam/${SAM}_close/ +ALT=~/www/sam/${SAM}/ + +if [ -e $TAR ] +then + echo The server is closed. Location: $TAR + rsync -avu --delete --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $TAR +else + echo The server is on service. Location: $ALT + rsync -avu --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $ALT +fi + diff --git a/deploy_devel_kwe.sh b/deploy_devel_kwe.sh new file mode 100644 index 00000000..e9c6999c --- /dev/null +++ b/deploy_devel_kwe.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +SAM=kwe +SRC=~/svn/branches/che_devel/ +TAR=~/www/sam/${SAM}_close/ +ALT=~/www/sam/${SAM}/ + +if [ -e $TAR ] +then + echo The server is closed. Location: $TAR + rsync -avu --delete --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $TAR +else + echo The server is on service. Location: $ALT + rsync -avu --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $ALT +fi + diff --git a/deploy_devel_pwe.sh b/deploy_devel_pwe.sh new file mode 100644 index 00000000..ccb4ac1b --- /dev/null +++ b/deploy_devel_pwe.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +SAM=pwe +SRC=~/svn/branches/che_devel/ +TAR=~/www/sam/${SAM}_close/ +ALT=~/www/sam/${SAM}/ + +if [ -e $TAR ] +then + echo The server is closed. Location: $TAR + rsync -avu --delete --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $TAR +else + echo The server is on service. Location: $ALT + rsync -avu --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $ALT +fi + diff --git a/deploy_devel_twe.sh b/deploy_devel_twe.sh new file mode 100644 index 00000000..5166aa08 --- /dev/null +++ b/deploy_devel_twe.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +SAM=twe +SRC=~/svn/branches/che_devel/ +TAR=~/www/sam/${SAM}_close/ +ALT=~/www/sam/${SAM}/ + +if [ -e $TAR ] +then + echo The server is closed. Location: $TAR + rsync -avu --delete --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $TAR +else + echo The server is on service. Location: $ALT + rsync -avu --exclude=.* --exclude=logs --exclude=data --exclude=d_setting $SRC $ALT +fi + diff --git a/deploy_entry.sh b/deploy_entry.sh new file mode 100644 index 00000000..4d67816c --- /dev/null +++ b/deploy_entry.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +SRC=~/svn/trunk/sam/ +TAR=~/www/sam/ + +echo Location: $SRC '<->' $TAR +rsync -avu --delete --exclude=.* --exclude=deploy* --exclude=d_* --exclude=e_* --exclude=che* --exclude=kwe* --exclude=pwe* --exclude=twe* --exclude=hwe* ~/svn/trunk/sam/ $TAR + diff --git a/e_lib/adodb5/adodb-active-record.inc.php b/e_lib/adodb5/adodb-active-record.inc.php new file mode 100644 index 00000000..771f9e8d --- /dev/null +++ b/e_lib/adodb5/adodb-active-record.inc.php @@ -0,0 +1,981 @@ +_dbat +$_ADODB_ACTIVE_DBS = array(); +$ACTIVE_RECORD_SAFETY = true; +$ADODB_ACTIVE_DEFVALS = false; + +class ADODB_Active_DB { + var $db; // ADOConnection + var $tables; // assoc array of ADODB_Active_Table objects, indexed by tablename +} + +class ADODB_Active_Table { + var $name; // table name + var $flds; // assoc array of adofieldobjs, indexed by fieldname + var $keys; // assoc array of primary keys, indexed by fieldname + var $_created; // only used when stored as a cached file + var $_belongsTo = array(); + var $_hasMany = array(); +} + +// $db = database connection +// $index = name of index - can be associative, for an example see +// http://phplens.com/lens/lensforum/msgs.php?id=17790 +// returns index into $_ADODB_ACTIVE_DBS +function ADODB_SetDatabaseAdapter(&$db, $index=false) +{ + global $_ADODB_ACTIVE_DBS; + + foreach($_ADODB_ACTIVE_DBS as $k => $d) { + if (PHP_VERSION >= 5) { + if ($d->db === $db) return $k; + } else { + if ($d->db->_connectionID === $db->_connectionID && $db->database == $d->db->database) + return $k; + } + } + + $obj = new ADODB_Active_DB(); + $obj->db = $db; + $obj->tables = array(); + + if ($index == false) $index = sizeof($_ADODB_ACTIVE_DBS); + + + $_ADODB_ACTIVE_DBS[$index] = $obj; + + return sizeof($_ADODB_ACTIVE_DBS)-1; +} + + +class ADODB_Active_Record { + static $_changeNames = true; // dynamically pluralize table names + static $_quoteNames = false; + + static $_foreignSuffix = '_id'; // + var $_dbat; // associative index pointing to ADODB_Active_DB eg. $ADODB_Active_DBS[_dbat] + var $_table; // tablename, if set in class definition then use it as table name + var $_tableat; // associative index pointing to ADODB_Active_Table, eg $ADODB_Active_DBS[_dbat]->tables[$this->_tableat] + var $_where; // where clause set in Load() + var $_saved = false; // indicates whether data is already inserted. + var $_lasterr = false; // last error message + var $_original = false; // the original values loaded or inserted, refreshed on update + + var $foreignName; // CFR: class name when in a relationship + + static function UseDefaultValues($bool=null) + { + global $ADODB_ACTIVE_DEFVALS; + if (isset($bool)) $ADODB_ACTIVE_DEFVALS = $bool; + return $ADODB_ACTIVE_DEFVALS; + } + + // should be static + static function SetDatabaseAdapter(&$db, $index=false) + { + return ADODB_SetDatabaseAdapter($db, $index); + } + + + public function __set($name, $value) + { + $name = str_replace(' ', '_', $name); + $this->$name = $value; + } + + // php5 constructor + function __construct($table = false, $pkeyarr=false, $db=false) + { + global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS; + + if ($db == false && is_object($pkeyarr)) { + $db = $pkeyarr; + $pkeyarr = false; + } + + if (!$table) { + if (!empty($this->_table)) $table = $this->_table; + else $table = $this->_pluralize(get_class($this)); + } + $this->foreignName = strtolower(get_class($this)); // CFR: default foreign name + if ($db) { + $this->_dbat = ADODB_Active_Record::SetDatabaseAdapter($db); + } else if (!isset($this->_dbat)) { + if (sizeof($_ADODB_ACTIVE_DBS) == 0) $this->Error("No database connection set; use ADOdb_Active_Record::SetDatabaseAdapter(\$db)",'ADODB_Active_Record::__constructor'); + end($_ADODB_ACTIVE_DBS); + $this->_dbat = key($_ADODB_ACTIVE_DBS); + } + + $this->_table = $table; + $this->_tableat = $table; # reserved for setting the assoc value to a non-table name, eg. the sql string in future + + $this->UpdateActiveTable($pkeyarr); + } + + function __wakeup() + { + $class = get_class($this); + new $class; + } + + function _pluralize($table) + { + if (!ADODB_Active_Record::$_changeNames) return $table; + + $ut = strtoupper($table); + $len = strlen($table); + $lastc = $ut[$len-1]; + $lastc2 = substr($ut,$len-2); + switch ($lastc) { + case 'S': + return $table.'es'; + case 'Y': + return substr($table,0,$len-1).'ies'; + case 'X': + return $table.'es'; + case 'H': + if ($lastc2 == 'CH' || $lastc2 == 'SH') + return $table.'es'; + default: + return $table.'s'; + } + } + + // CFR Lamest singular inflector ever - @todo Make it real! + // Note: There is an assumption here...and it is that the argument's length >= 4 + function _singularize($tables) + { + + if (!ADODB_Active_Record::$_changeNames) return $table; + + $ut = strtoupper($tables); + $len = strlen($tables); + if($ut[$len-1] != 'S') + return $tables; // I know...forget oxen + if($ut[$len-2] != 'E') + return substr($tables, 0, $len-1); + switch($ut[$len-3]) + { + case 'S': + case 'X': + return substr($tables, 0, $len-2); + case 'I': + return substr($tables, 0, $len-3) . 'y'; + case 'H'; + if($ut[$len-4] == 'C' || $ut[$len-4] == 'S') + return substr($tables, 0, $len-2); + default: + return substr($tables, 0, $len-1); // ? + } + } + + function hasMany($foreignRef, $foreignKey = false, $foreignClass = 'ADODB_Active_Record') + { + $ar = new $foreignClass($foreignRef); + $ar->foreignName = $foreignRef; + $ar->UpdateActiveTable(); + $ar->foreignKey = ($foreignKey) ? $foreignKey : $foreignRef.ADODB_Active_Record::$_foreignSuffix; + $table =& $this->TableInfo(); + $table->_hasMany[$foreignRef] = $ar; + # $this->$foreignRef = $this->_hasMany[$foreignRef]; // WATCHME Removed assignment by ref. to please __get() + } + + // use when you don't want ADOdb to auto-pluralize tablename + static function TableHasMany($table, $foreignRef, $foreignKey = false, $foreignClass = 'ADODB_Active_Record') + { + $ar = new ADODB_Active_Record($table); + $ar->hasMany($foreignRef, $foreignKey, $foreignClass); + } + + // use when you don't want ADOdb to auto-pluralize tablename + static function TableKeyHasMany($table, $tablePKey, $foreignRef, $foreignKey = false, $foreignClass = 'ADODB_Active_Record') + { + if (!is_array($tablePKey)) $tablePKey = array($tablePKey); + $ar = new ADODB_Active_Record($table,$tablePKey); + $ar->hasMany($foreignRef, $foreignKey, $foreignClass); + } + + + // use when you want ADOdb to auto-pluralize tablename for you. Note that the class must already be defined. + // e.g. class Person will generate relationship for table Persons + static function ClassHasMany($parentclass, $foreignRef, $foreignKey = false, $foreignClass = 'ADODB_Active_Record') + { + $ar = new $parentclass(); + $ar->hasMany($foreignRef, $foreignKey, $foreignClass); + } + + + function belongsTo($foreignRef,$foreignKey=false, $parentKey='', $parentClass = 'ADODB_Active_Record') + { + global $inflector; + + $ar = new $parentClass($this->_pluralize($foreignRef)); + $ar->foreignName = $foreignRef; + $ar->parentKey = $parentKey; + $ar->UpdateActiveTable(); + $ar->foreignKey = ($foreignKey) ? $foreignKey : $foreignRef.ADODB_Active_Record::$_foreignSuffix; + + $table =& $this->TableInfo(); + $table->_belongsTo[$foreignRef] = $ar; + # $this->$foreignRef = $this->_belongsTo[$foreignRef]; + } + + static function ClassBelongsTo($class, $foreignRef, $foreignKey=false, $parentKey='', $parentClass = 'ADODB_Active_Record') + { + $ar = new $class(); + $ar->belongsTo($foreignRef, $foreignKey, $parentKey, $parentClass); + } + + static function TableBelongsTo($table, $foreignRef, $foreignKey=false, $parentKey='', $parentClass = 'ADODB_Active_Record') + { + $ar = new ADOdb_Active_Record($table); + $ar->belongsTo($foreignRef, $foreignKey, $parentKey, $parentClass); + } + + static function TableKeyBelongsTo($table, $tablePKey, $foreignRef, $foreignKey=false, $parentKey='', $parentClass = 'ADODB_Active_Record') + { + if (!is_array($tablePKey)) $tablePKey = array($tablePKey); + $ar = new ADOdb_Active_Record($table, $tablePKey); + $ar->belongsTo($foreignRef, $foreignKey, $parentKey, $parentClass); + } + + + /** + * __get Access properties - used for lazy loading + * + * @param mixed $name + * @access protected + * @return mixed + */ + function __get($name) + { + return $this->LoadRelations($name, '', -1, -1); + } + + /** + * @param string $name + * @param string $whereOrderBy : eg. ' AND field1 = value ORDER BY field2' + * @param offset + * @param limit + * @return mixed + */ + function LoadRelations($name, $whereOrderBy='', $offset=-1,$limit=-1) + { + $extras = array(); + $table = $this->TableInfo(); + if ($limit >= 0) $extras['limit'] = $limit; + if ($offset >= 0) $extras['offset'] = $offset; + + if (strlen($whereOrderBy)) + if (!preg_match('/^[ \n\r]*AND/i',$whereOrderBy)) + if (!preg_match('/^[ \n\r]*ORDER[ \n\r]/i',$whereOrderBy)) + $whereOrderBy = 'AND '.$whereOrderBy; + + if(!empty($table->_belongsTo[$name])) + { + $obj = $table->_belongsTo[$name]; + $columnName = $obj->foreignKey; + if(empty($this->$columnName)) + $this->$name = null; + else + { + if ($obj->parentKey) $key = $obj->parentKey; + else $key = reset($table->keys); + + $arrayOfOne = $obj->Find($key.'='.$this->$columnName.' '.$whereOrderBy,false,false,$extras); + if ($arrayOfOne) { + $this->$name = $arrayOfOne[0]; + return $arrayOfOne[0]; + } + } + } + if(!empty($table->_hasMany[$name])) + { + $obj = $table->_hasMany[$name]; + $key = reset($table->keys); + $id = @$this->$key; + if (!is_numeric($id)) { + $db = $this->DB(); + $id = $db->qstr($id); + } + $objs = $obj->Find($obj->foreignKey.'='.$id. ' '.$whereOrderBy,false,false,$extras); + if (!$objs) $objs = array(); + $this->$name = $objs; + return $objs; + } + + return array(); + } + ////////////////////////////////// + + // update metadata + function UpdateActiveTable($pkeys=false,$forceUpdate=false) + { + global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS; + global $ADODB_ACTIVE_DEFVALS,$ADODB_FETCH_MODE; + + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + + $table = $this->_table; + $tables = $activedb->tables; + $tableat = $this->_tableat; + if (!$forceUpdate && !empty($tables[$tableat])) { + + $tobj = $tables[$tableat]; + foreach($tobj->flds as $name => $fld) { + if ($ADODB_ACTIVE_DEFVALS && isset($fld->default_value)) + $this->$name = $fld->default_value; + else + $this->$name = null; + } + return; + } + $db = $activedb->db; + $fname = $ADODB_CACHE_DIR . '/adodb_' . $db->databaseType . '_active_'. $table . '.cache'; + if (!$forceUpdate && $ADODB_ACTIVE_CACHESECS && $ADODB_CACHE_DIR && file_exists($fname)) { + $fp = fopen($fname,'r'); + @flock($fp, LOCK_SH); + $acttab = unserialize(fread($fp,100000)); + fclose($fp); + if ($acttab->_created + $ADODB_ACTIVE_CACHESECS - (abs(rand()) % 16) > time()) { + // abs(rand()) randomizes deletion, reducing contention to delete/refresh file + // ideally, you should cache at least 32 secs + $activedb->tables[$table] = $acttab; + + //if ($db->debug) ADOConnection::outp("Reading cached active record file: $fname"); + return; + } else if ($db->debug) { + ADOConnection::outp("Refreshing cached active record file: $fname"); + } + } + $activetab = new ADODB_Active_Table(); + $activetab->name = $table; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($db->fetchMode !== false) $savem = $db->SetFetchMode(false); + + $cols = $db->MetaColumns($table); + + if (isset($savem)) $db->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$cols) { + $this->Error("Invalid table name: $table",'UpdateActiveTable'); + return false; + } + $fld = reset($cols); + if (!$pkeys) { + if (isset($fld->primary_key)) { + $pkeys = array(); + foreach($cols as $name => $fld) { + if (!empty($fld->primary_key)) $pkeys[] = $name; + } + } else + $pkeys = $this->GetPrimaryKeys($db, $table); + } + if (empty($pkeys)) { + $this->Error("No primary key found for table $table",'UpdateActiveTable'); + return false; + } + + $attr = array(); + $keys = array(); + + switch($ADODB_ASSOC_CASE) { + case 0: + foreach($cols as $name => $fldobj) { + $name = strtolower($name); + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + foreach($pkeys as $k => $name) { + $keys[strtolower($name)] = strtolower($name); + } + break; + + case 1: + foreach($cols as $name => $fldobj) { + $name = strtoupper($name); + + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + + foreach($pkeys as $k => $name) { + $keys[strtoupper($name)] = strtoupper($name); + } + break; + default: + foreach($cols as $name => $fldobj) { + $name = ($fldobj->name); + + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + foreach($pkeys as $k => $name) { + $keys[$name] = $cols[$name]->name; + } + break; + } + + $activetab->keys = $keys; + $activetab->flds = $attr; + + if ($ADODB_ACTIVE_CACHESECS && $ADODB_CACHE_DIR) { + $activetab->_created = time(); + $s = serialize($activetab); + if (!function_exists('adodb_write_file')) include(ADODB_DIR.'/adodb-csvlib.inc.php'); + adodb_write_file($fname,$s); + } + if (isset($activedb->tables[$table])) { + $oldtab = $activedb->tables[$table]; + + if ($oldtab) $activetab->_belongsTo = $oldtab->_belongsTo; + if ($oldtab) $activetab->_hasMany = $oldtab->_hasMany; + } + $activedb->tables[$table] = $activetab; + } + + function GetPrimaryKeys(&$db, $table) + { + return $db->MetaPrimaryKeys($table); + } + + // error handler for both PHP4+5. + function Error($err,$fn) + { + global $_ADODB_ACTIVE_DBS; + + $fn = get_class($this).'::'.$fn; + $this->_lasterr = $fn.': '.$err; + + if ($this->_dbat < 0) $db = false; + else { + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $db = $activedb->db; + } + + if (function_exists('adodb_throw')) { + if (!$db) adodb_throw('ADOdb_Active_Record', $fn, -1, $err, 0, 0, false); + else adodb_throw($db->databaseType, $fn, -1, $err, 0, 0, $db); + } else + if (!$db || $db->debug) ADOConnection::outp($this->_lasterr); + + } + + // return last error message + function ErrorMsg() + { + if (!function_exists('adodb_throw')) { + if ($this->_dbat < 0) $db = false; + else $db = $this->DB(); + + // last error could be database error too + if ($db && $db->ErrorMsg()) return $db->ErrorMsg(); + } + return $this->_lasterr; + } + + function ErrorNo() + { + if ($this->_dbat < 0) return -9999; // no database connection... + $db = $this->DB(); + + return (int) $db->ErrorNo(); + } + + + // retrieve ADOConnection from _ADODB_Active_DBs + function DB() + { + global $_ADODB_ACTIVE_DBS; + + if ($this->_dbat < 0) { + $false = false; + $this->Error("No database connection set: use ADOdb_Active_Record::SetDatabaseAdaptor(\$db)", "DB"); + return $false; + } + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $db = $activedb->db; + return $db; + } + + // retrieve ADODB_Active_Table + function &TableInfo() + { + global $_ADODB_ACTIVE_DBS; + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $table = $activedb->tables[$this->_tableat]; + return $table; + } + + + // I have an ON INSERT trigger on a table that sets other columns in the table. + // So, I find that for myTable, I want to reload an active record after saving it. -- Malcolm Cook + function Reload() + { + $db =& $this->DB(); if (!$db) return false; + $table =& $this->TableInfo(); + $where = $this->GenWhere($db, $table); + return($this->Load($where)); + } + + + // set a numeric array (using natural table field ordering) as object properties + function Set(&$row) + { + global $ACTIVE_RECORD_SAFETY; + + $db = $this->DB(); + + if (!$row) { + $this->_saved = false; + return false; + } + + $this->_saved = true; + + $table = $this->TableInfo(); + if ($ACTIVE_RECORD_SAFETY && sizeof($table->flds) != sizeof($row)) { + # + $bad_size = TRUE; + if (sizeof($row) == 2 * sizeof($table->flds)) { + // Only keep string keys + $keys = array_filter(array_keys($row), 'is_string'); + if (sizeof($keys) == sizeof($table->flds)) + $bad_size = FALSE; + } + if ($bad_size) { + $this->Error("Table structure of $this->_table has changed","Load"); + return false; + } + # + } + else + $keys = array_keys($row); + + # + reset($keys); + $this->_original = array(); + foreach($table->flds as $name=>$fld) { + $value = $row[current($keys)]; + $this->$name = $value; + $this->_original[] = $value; + next($keys); + } + + # + return true; + } + + // get last inserted id for INSERT + function LastInsertID(&$db,$fieldname) + { + if ($db->hasInsertID) + $val = $db->Insert_ID($this->_table,$fieldname); + else + $val = false; + + if (is_null($val) || $val === false) { + // this might not work reliably in multi-user environment + return $db->GetOne("select max(".$fieldname.") from ".$this->_table); + } + return $val; + } + + // quote data in where clause + function doquote(&$db, $val,$t) + { + switch($t) { + case 'D': + case 'T': + if (empty($val)) return 'null'; + + case 'B': + case 'N': + case 'C': + case 'X': + if (is_null($val)) return 'null'; + + if (strlen($val)>1 && + (strncmp($val,"'",1) != 0 || substr($val,strlen($val)-1,1) != "'")) { + return $db->qstr($val); + break; + } + default: + return $val; + break; + } + } + + // generate where clause for an UPDATE/SELECT + function GenWhere(&$db, &$table) + { + $keys = $table->keys; + $parr = array(); + + foreach($keys as $k) { + $f = $table->flds[$k]; + if ($f) { + $parr[] = $k.' = '.$this->doquote($db,$this->$k,$db->MetaType($f->type)); + } + } + return implode(' and ', $parr); + } + + + function _QName($n,$db=false) + { + if (!ADODB_Active_Record::$_quoteNames) return $n; + if (!$db) $db = $this->DB(); if (!$db) return false; + return $db->nameQuote.$n.$db->nameQuote; + } + + //------------------------------------------------------------ Public functions below + + function Load($where=null,$bindarr=false) + { + global $ADODB_FETCH_MODE; + + $db = $this->DB(); if (!$db) return false; + $this->_where = $where; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($db->fetchMode !== false) $savem = $db->SetFetchMode(false); + + $qry = "select * from ".$this->_table; + + if($where) { + $qry .= ' WHERE '.$where; + } + $row = $db->GetRow($qry,$bindarr); + + if (isset($savem)) $db->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + return $this->Set($row); + } + + # useful for multiple record inserts + # see http://phplens.com/lens/lensforum/msgs.php?id=17795 + function Reset() + { + $this->_where=null; + $this->_saved = false; + $this->_lasterr = false; + $this->_original = false; + $vars=get_object_vars($this); + foreach($vars as $k=>$v){ + if(substr($k,0,1)!=='_'){ + $this->{$k}=null; + } + } + $this->foreignName=strtolower(get_class($this)); + return true; + } + + // false on error + function Save() + { + if ($this->_saved) $ok = $this->Update(); + else $ok = $this->Insert(); + + return $ok; + } + + + // false on error + function Insert() + { + $db = $this->DB(); if (!$db) return false; + $cnt = 0; + $table = $this->TableInfo(); + + $valarr = array(); + $names = array(); + $valstr = array(); + + foreach($table->flds as $name=>$fld) { + $val = $this->$name; + if(!is_array($val) || !is_null($val) || !array_key_exists($name, $table->keys)) { + $valarr[] = $val; + $names[] = $this->_QName($name,$db); + $valstr[] = $db->Param($cnt); + $cnt += 1; + } + } + + if (empty($names)){ + foreach($table->flds as $name=>$fld) { + $valarr[] = null; + $names[] = $name; + $valstr[] = $db->Param($cnt); + $cnt += 1; + } + } + $sql = 'INSERT INTO '.$this->_table."(".implode(',',$names).') VALUES ('.implode(',',$valstr).')'; + $ok = $db->Execute($sql,$valarr); + + if ($ok) { + $this->_saved = true; + $autoinc = false; + foreach($table->keys as $k) { + if (is_null($this->$k)) { + $autoinc = true; + break; + } + } + if ($autoinc && sizeof($table->keys) == 1) { + $k = reset($table->keys); + $this->$k = $this->LastInsertID($db,$k); + } + } + + $this->_original = $valarr; + return !empty($ok); + } + + function Delete() + { + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $where = $this->GenWhere($db,$table); + $sql = 'DELETE FROM '.$this->_table.' WHERE '.$where; + $ok = $db->Execute($sql); + + return $ok ? true : false; + } + + // returns an array of active record objects + function Find($whereOrderBy,$bindarr=false,$pkeysArr=false,$extra=array()) + { + $db = $this->DB(); if (!$db || empty($this->_table)) return false; + $arr = $db->GetActiveRecordsClass(get_class($this),$this->_table, $whereOrderBy,$bindarr,$pkeysArr,$extra); + return $arr; + } + + // returns 0 on error, 1 on update, 2 on insert + function Replace() + { + global $ADODB_ASSOC_CASE; + + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $pkey = $table->keys; + + foreach($table->flds as $name=>$fld) { + $val = $this->$name; + /* + if (is_null($val)) { + if (isset($fld->not_null) && $fld->not_null) { + if (isset($fld->default_value) && strlen($fld->default_value)) continue; + else { + $this->Error("Cannot update null into $name","Replace"); + return false; + } + } + }*/ + if (is_null($val) && !empty($fld->auto_increment)) { + continue; + } + + if (is_array($val)) continue; + + $t = $db->MetaType($fld->type); + $arr[$name] = $this->doquote($db,$val,$t); + $valarr[] = $val; + } + + if (!is_array($pkey)) $pkey = array($pkey); + + + if ($ADODB_ASSOC_CASE == 0) + foreach($pkey as $k => $v) + $pkey[$k] = strtolower($v); + elseif ($ADODB_ASSOC_CASE == 1) + foreach($pkey as $k => $v) + $pkey[$k] = strtoupper($v); + + $ok = $db->Replace($this->_table,$arr,$pkey); + if ($ok) { + $this->_saved = true; // 1= update 2=insert + if ($ok == 2) { + $autoinc = false; + foreach($table->keys as $k) { + if (is_null($this->$k)) { + $autoinc = true; + break; + } + } + if ($autoinc && sizeof($table->keys) == 1) { + $k = reset($table->keys); + $this->$k = $this->LastInsertID($db,$k); + } + } + + $this->_original = $valarr; + } + return $ok; + } + + // returns 0 on error, 1 on update, -1 if no change in data (no update) + function Update() + { + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $where = $this->GenWhere($db, $table); + + if (!$where) { + $this->error("Where missing for table $table", "Update"); + return false; + } + $valarr = array(); + $neworig = array(); + $pairs = array(); + $i = -1; + $cnt = 0; + foreach($table->flds as $name=>$fld) { + $i += 1; + $val = $this->$name; + $neworig[] = $val; + + if (isset($table->keys[$name]) || is_array($val)) + continue; + + if (is_null($val)) { + if (isset($fld->not_null) && $fld->not_null) { + if (isset($fld->default_value) && strlen($fld->default_value)) continue; + else { + $this->Error("Cannot set field $name to NULL","Update"); + return false; + } + } + } + + if (isset($this->_original[$i]) && $val == $this->_original[$i]) { + continue; + } + $valarr[] = $val; + $pairs[] = $this->_QName($name,$db).'='.$db->Param($cnt); + $cnt += 1; + } + + + if (!$cnt) return -1; + $sql = 'UPDATE '.$this->_table." SET ".implode(",",$pairs)." WHERE ".$where; + $ok = $db->Execute($sql,$valarr); + if ($ok) { + $this->_original = $neworig; + return 1; + } + return 0; + } + + function GetAttributeNames() + { + $table = $this->TableInfo(); + if (!$table) return false; + return array_keys($table->flds); + } + +}; + +function adodb_GetActiveRecordsClass(&$db, $class, $table,$whereOrderBy,$bindarr, $primkeyArr, + $extra) +{ +global $_ADODB_ACTIVE_DBS; + + + $save = $db->SetFetchMode(ADODB_FETCH_NUM); + $qry = "select * from ".$table; + + if (!empty($whereOrderBy)) + $qry .= ' WHERE '.$whereOrderBy; + if(isset($extra['limit'])) + { + $rows = false; + if(isset($extra['offset'])) { + $rs = $db->SelectLimit($qry, $extra['limit'], $extra['offset'],$bindarr); + } else { + $rs = $db->SelectLimit($qry, $extra['limit'],-1,$bindarr); + } + if ($rs) { + while (!$rs->EOF) { + $rows[] = $rs->fields; + $rs->MoveNext(); + } + } + } else + $rows = $db->GetAll($qry,$bindarr); + + $db->SetFetchMode($save); + + $false = false; + + if ($rows === false) { + return $false; + } + + + if (!class_exists($class)) { + $db->outp_throw("Unknown class $class in GetActiveRecordsClass()",'GetActiveRecordsClass'); + return $false; + } + $arr = array(); + // arrRef will be the structure that knows about our objects. + // It is an associative array. + // We will, however, return arr, preserving regular 0.. order so that + // obj[0] can be used by app developpers. + $arrRef = array(); + $bTos = array(); // Will store belongTo's indices if any + foreach($rows as $row) { + + $obj = new $class($table,$primkeyArr,$db); + if ($obj->ErrorNo()){ + $db->_errorMsg = $obj->ErrorMsg(); + return $false; + } + $obj->Set($row); + $arr[] = $obj; + } // foreach($rows as $row) + + return $arr; +} +?> diff --git a/e_lib/adodb5/adodb-active-recordx.inc.php b/e_lib/adodb5/adodb-active-recordx.inc.php new file mode 100644 index 00000000..6d270b65 --- /dev/null +++ b/e_lib/adodb5/adodb-active-recordx.inc.php @@ -0,0 +1,1421 @@ +_dbat +$_ADODB_ACTIVE_DBS = array(); +$ACTIVE_RECORD_SAFETY = true; // CFR: disabled while playing with relations +$ADODB_ACTIVE_DEFVALS = false; + +class ADODB_Active_DB { + var $db; // ADOConnection + var $tables; // assoc array of ADODB_Active_Table objects, indexed by tablename +} + +class ADODB_Active_Table { + var $name; // table name + var $flds; // assoc array of adofieldobjs, indexed by fieldname + var $keys; // assoc array of primary keys, indexed by fieldname + var $_created; // only used when stored as a cached file + var $_belongsTo = array(); + var $_hasMany = array(); + var $_colsCount; // total columns count, including relations + + function updateColsCount() + { + $this->_colsCount = sizeof($this->flds); + foreach($this->_belongsTo as $foreignTable) + $this->_colsCount += sizeof($foreignTable->TableInfo()->flds); + foreach($this->_hasMany as $foreignTable) + $this->_colsCount += sizeof($foreignTable->TableInfo()->flds); + } +} + +// returns index into $_ADODB_ACTIVE_DBS +function ADODB_SetDatabaseAdapter(&$db) +{ + global $_ADODB_ACTIVE_DBS; + + foreach($_ADODB_ACTIVE_DBS as $k => $d) { + if (PHP_VERSION >= 5) { + if ($d->db === $db) return $k; + } else { + if ($d->db->_connectionID === $db->_connectionID && $db->database == $d->db->database) + return $k; + } + } + + $obj = new ADODB_Active_DB(); + $obj->db = $db; + $obj->tables = array(); + + $_ADODB_ACTIVE_DBS[] = $obj; + + return sizeof($_ADODB_ACTIVE_DBS)-1; +} + + +class ADODB_Active_Record { + static $_changeNames = true; // dynamically pluralize table names + static $_foreignSuffix = '_id'; // + var $_dbat; // associative index pointing to ADODB_Active_DB eg. $ADODB_Active_DBS[_dbat] + var $_table; // tablename, if set in class definition then use it as table name + var $_sTable; // singularized table name + var $_pTable; // pluralized table name + var $_tableat; // associative index pointing to ADODB_Active_Table, eg $ADODB_Active_DBS[_dbat]->tables[$this->_tableat] + var $_where; // where clause set in Load() + var $_saved = false; // indicates whether data is already inserted. + var $_lasterr = false; // last error message + var $_original = false; // the original values loaded or inserted, refreshed on update + + var $foreignName; // CFR: class name when in a relationship + + static function UseDefaultValues($bool=null) + { + global $ADODB_ACTIVE_DEFVALS; + if (isset($bool)) $ADODB_ACTIVE_DEFVALS = $bool; + return $ADODB_ACTIVE_DEFVALS; + } + + // should be static + static function SetDatabaseAdapter(&$db) + { + return ADODB_SetDatabaseAdapter($db); + } + + + public function __set($name, $value) + { + $name = str_replace(' ', '_', $name); + $this->$name = $value; + } + + // php5 constructor + // Note: if $table is defined, then we will use it as our table name + // Otherwise we will use our classname... + // In our database, table names are pluralized (because there can be + // more than one row!) + // Similarly, if $table is defined here, it has to be plural form. + // + // $options is an array that allows us to tweak the constructor's behaviour + // if $options['refresh'] is true, we re-scan our metadata information + // if $options['new'] is true, we forget all relations + function __construct($table = false, $pkeyarr=false, $db=false, $options=array()) + { + global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS; + + if ($db == false && is_object($pkeyarr)) { + $db = $pkeyarr; + $pkeyarr = false; + } + + if($table) + { + // table argument exists. It is expected to be + // already plural form. + $this->_pTable = $table; + $this->_sTable = $this->_singularize($this->_pTable); + } + else + { + // We will use current classname as table name. + // We need to pluralize it for the real table name. + $this->_sTable = strtolower(get_class($this)); + $this->_pTable = $this->_pluralize($this->_sTable); + } + $this->_table = &$this->_pTable; + + $this->foreignName = $this->_sTable; // CFR: default foreign name (singular) + + if ($db) { + $this->_dbat = ADODB_Active_Record::SetDatabaseAdapter($db); + } else + $this->_dbat = sizeof($_ADODB_ACTIVE_DBS)-1; + + + if ($this->_dbat < 0) $this->Error("No database connection set; use ADOdb_Active_Record::SetDatabaseAdapter(\$db)",'ADODB_Active_Record::__constructor'); + + $this->_tableat = $this->_table; # reserved for setting the assoc value to a non-table name, eg. the sql string in future + + // CFR: Just added this option because UpdateActiveTable() can refresh its information + // but there was no way to ask it to do that. + $forceUpdate = (isset($options['refresh']) && true === $options['refresh']); + $this->UpdateActiveTable($pkeyarr, $forceUpdate); + if(isset($options['new']) && true === $options['new']) + { + $table =& $this->TableInfo(); + unset($table->_hasMany); + unset($table->_belongsTo); + $table->_hasMany = array(); + $table->_belongsTo = array(); + } + } + + function __wakeup() + { + $class = get_class($this); + new $class; + } + + // CFR: Constants found in Rails + static $IrregularP = array( + 'PERSON' => 'people', + 'MAN' => 'men', + 'WOMAN' => 'women', + 'CHILD' => 'children', + 'COW' => 'kine', + ); + + static $IrregularS = array( + 'PEOPLE' => 'PERSON', + 'MEN' => 'man', + 'WOMEN' => 'woman', + 'CHILDREN' => 'child', + 'KINE' => 'cow', + ); + + static $WeIsI = array( + 'EQUIPMENT' => true, + 'INFORMATION' => true, + 'RICE' => true, + 'MONEY' => true, + 'SPECIES' => true, + 'SERIES' => true, + 'FISH' => true, + 'SHEEP' => true, + ); + + function _pluralize($table) + { + if (!ADODB_Active_Record::$_changeNames) return $table; + + $ut = strtoupper($table); + if(isset(self::$WeIsI[$ut])) + { + return $table; + } + if(isset(self::$IrregularP[$ut])) + { + return self::$IrregularP[$ut]; + } + $len = strlen($table); + $lastc = $ut[$len-1]; + $lastc2 = substr($ut,$len-2); + switch ($lastc) { + case 'S': + return $table.'es'; + case 'Y': + return substr($table,0,$len-1).'ies'; + case 'X': + return $table.'es'; + case 'H': + if ($lastc2 == 'CH' || $lastc2 == 'SH') + return $table.'es'; + default: + return $table.'s'; + } + } + + // CFR Lamest singular inflector ever - @todo Make it real! + // Note: There is an assumption here...and it is that the argument's length >= 4 + function _singularize($table) + { + + if (!ADODB_Active_Record::$_changeNames) return $table; + + $ut = strtoupper($table); + if(isset(self::$WeIsI[$ut])) + { + return $table; + } + if(isset(self::$IrregularS[$ut])) + { + return self::$IrregularS[$ut]; + } + $len = strlen($table); + if($ut[$len-1] != 'S') + return $table; // I know...forget oxen + if($ut[$len-2] != 'E') + return substr($table, 0, $len-1); + switch($ut[$len-3]) + { + case 'S': + case 'X': + return substr($table, 0, $len-2); + case 'I': + return substr($table, 0, $len-3) . 'y'; + case 'H'; + if($ut[$len-4] == 'C' || $ut[$len-4] == 'S') + return substr($table, 0, $len-2); + default: + return substr($table, 0, $len-1); // ? + } + } + + /* + * ar->foreignName will contain the name of the tables associated with this table because + * these other tables' rows may also be referenced by this table using theirname_id or the provided + * foreign keys (this index name is stored in ar->foreignKey) + * + * this-table.id = other-table-#1.this-table_id + * = other-table-#2.this-table_id + */ + function hasMany($foreignRef,$foreignKey=false) + { + $ar = new ADODB_Active_Record($foreignRef); + $ar->foreignName = $foreignRef; + $ar->UpdateActiveTable(); + $ar->foreignKey = ($foreignKey) ? $foreignKey : strtolower(get_class($this)) . self::$_foreignSuffix; + + $table =& $this->TableInfo(); + if(!isset($table->_hasMany[$foreignRef])) + { + $table->_hasMany[$foreignRef] = $ar; + $table->updateColsCount(); + } +# @todo Can I make this guy be lazy? + $this->$foreignRef = $table->_hasMany[$foreignRef]; // WATCHME Removed assignment by ref. to please __get() + } + + /** + * ar->foreignName will contain the name of the tables associated with this table because + * this table's rows may also be referenced by those tables using thistable_id or the provided + * foreign keys (this index name is stored in ar->foreignKey) + * + * this-table.other-table_id = other-table.id + */ + function belongsTo($foreignRef,$foreignKey=false) + { + global $inflector; + + $ar = new ADODB_Active_Record($this->_pluralize($foreignRef)); + $ar->foreignName = $foreignRef; + $ar->UpdateActiveTable(); + $ar->foreignKey = ($foreignKey) ? $foreignKey : $ar->foreignName . self::$_foreignSuffix; + + $table =& $this->TableInfo(); + if(!isset($table->_belongsTo[$foreignRef])) + { + $table->_belongsTo[$foreignRef] = $ar; + $table->updateColsCount(); + } + $this->$foreignRef = $table->_belongsTo[$foreignRef]; + } + + /** + * __get Access properties - used for lazy loading + * + * @param mixed $name + * @access protected + * @return void + */ + function __get($name) + { + return $this->LoadRelations($name, '', -1. -1); + } + + function LoadRelations($name, $whereOrderBy, $offset=-1, $limit=-1) + { + $extras = array(); + if($offset >= 0) $extras['offset'] = $offset; + if($limit >= 0) $extras['limit'] = $limit; + $table =& $this->TableInfo(); + + if (strlen($whereOrderBy)) + if (!preg_match('/^[ \n\r]*AND/i',$whereOrderBy)) + if (!preg_match('/^[ \n\r]*ORDER[ \n\r]/i',$whereOrderBy)) + $whereOrderBy = 'AND '.$whereOrderBy; + + if(!empty($table->_belongsTo[$name])) + { + $obj = $table->_belongsTo[$name]; + $columnName = $obj->foreignKey; + if(empty($this->$columnName)) + $this->$name = null; + else + { + if(($k = reset($obj->TableInfo()->keys))) + $belongsToId = $k; + else + $belongsToId = 'id'; + + $arrayOfOne = + $obj->Find( + $belongsToId.'='.$this->$columnName.' '.$whereOrderBy, false, false, $extras); + $this->$name = $arrayOfOne[0]; + } + return $this->$name; + } + if(!empty($table->_hasMany[$name])) + { + $obj = $table->_hasMany[$name]; + if(($k = reset($table->keys))) + $hasManyId = $k; + else + $hasManyId = 'id'; + + $this->$name = + $obj->Find( + $obj->foreignKey.'='.$this->$hasManyId.' '.$whereOrderBy, false, false, $extras); + return $this->$name; + } + } + ////////////////////////////////// + + // update metadata + function UpdateActiveTable($pkeys=false,$forceUpdate=false) + { + global $ADODB_ASSOC_CASE,$_ADODB_ACTIVE_DBS , $ADODB_CACHE_DIR, $ADODB_ACTIVE_CACHESECS; + global $ADODB_ACTIVE_DEFVALS, $ADODB_FETCH_MODE; + + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + + $table = $this->_table; + $tables = $activedb->tables; + $tableat = $this->_tableat; + if (!$forceUpdate && !empty($tables[$tableat])) { + + $tobj = $tables[$tableat]; + foreach($tobj->flds as $name => $fld) { + if ($ADODB_ACTIVE_DEFVALS && isset($fld->default_value)) + $this->$name = $fld->default_value; + else + $this->$name = null; + } + return; + } + + $db = $activedb->db; + $fname = $ADODB_CACHE_DIR . '/adodb_' . $db->databaseType . '_active_'. $table . '.cache'; + if (!$forceUpdate && $ADODB_ACTIVE_CACHESECS && $ADODB_CACHE_DIR && file_exists($fname)) { + $fp = fopen($fname,'r'); + @flock($fp, LOCK_SH); + $acttab = unserialize(fread($fp,100000)); + fclose($fp); + if ($acttab->_created + $ADODB_ACTIVE_CACHESECS - (abs(rand()) % 16) > time()) { + // abs(rand()) randomizes deletion, reducing contention to delete/refresh file + // ideally, you should cache at least 32 secs + $activedb->tables[$table] = $acttab; + + //if ($db->debug) ADOConnection::outp("Reading cached active record file: $fname"); + return; + } else if ($db->debug) { + ADOConnection::outp("Refreshing cached active record file: $fname"); + } + } + $activetab = new ADODB_Active_Table(); + $activetab->name = $table; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($db->fetchMode !== false) $savem = $db->SetFetchMode(false); + + $cols = $db->MetaColumns($table); + + if (isset($savem)) $db->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$cols) { + $this->Error("Invalid table name: $table",'UpdateActiveTable'); + return false; + } + $fld = reset($cols); + if (!$pkeys) { + if (isset($fld->primary_key)) { + $pkeys = array(); + foreach($cols as $name => $fld) { + if (!empty($fld->primary_key)) $pkeys[] = $name; + } + } else + $pkeys = $this->GetPrimaryKeys($db, $table); + } + if (empty($pkeys)) { + $this->Error("No primary key found for table $table",'UpdateActiveTable'); + return false; + } + + $attr = array(); + $keys = array(); + + switch($ADODB_ASSOC_CASE) { + case 0: + foreach($cols as $name => $fldobj) { + $name = strtolower($name); + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + foreach($pkeys as $k => $name) { + $keys[strtolower($name)] = strtolower($name); + } + break; + + case 1: + foreach($cols as $name => $fldobj) { + $name = strtoupper($name); + + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + + foreach($pkeys as $k => $name) { + $keys[strtoupper($name)] = strtoupper($name); + } + break; + default: + foreach($cols as $name => $fldobj) { + $name = ($fldobj->name); + + if ($ADODB_ACTIVE_DEFVALS && isset($fldobj->default_value)) + $this->$name = $fldobj->default_value; + else + $this->$name = null; + $attr[$name] = $fldobj; + } + foreach($pkeys as $k => $name) { + $keys[$name] = $cols[$name]->name; + } + break; + } + + $activetab->keys = $keys; + $activetab->flds = $attr; + $activetab->updateColsCount(); + + if ($ADODB_ACTIVE_CACHESECS && $ADODB_CACHE_DIR) { + $activetab->_created = time(); + $s = serialize($activetab); + if (!function_exists('adodb_write_file')) include(ADODB_DIR.'/adodb-csvlib.inc.php'); + adodb_write_file($fname,$s); + } + if (isset($activedb->tables[$table])) { + $oldtab = $activedb->tables[$table]; + + if ($oldtab) $activetab->_belongsTo = $oldtab->_belongsTo; + if ($oldtab) $activetab->_hasMany = $oldtab->_hasMany; + } + $activedb->tables[$table] = $activetab; + } + + function GetPrimaryKeys(&$db, $table) + { + return $db->MetaPrimaryKeys($table); + } + + // error handler for both PHP4+5. + function Error($err,$fn) + { + global $_ADODB_ACTIVE_DBS; + + $fn = get_class($this).'::'.$fn; + $this->_lasterr = $fn.': '.$err; + + if ($this->_dbat < 0) $db = false; + else { + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $db = $activedb->db; + } + + if (function_exists('adodb_throw')) { + if (!$db) adodb_throw('ADOdb_Active_Record', $fn, -1, $err, 0, 0, false); + else adodb_throw($db->databaseType, $fn, -1, $err, 0, 0, $db); + } else + if (!$db || $db->debug) ADOConnection::outp($this->_lasterr); + + } + + // return last error message + function ErrorMsg() + { + if (!function_exists('adodb_throw')) { + if ($this->_dbat < 0) $db = false; + else $db = $this->DB(); + + // last error could be database error too + if ($db && $db->ErrorMsg()) return $db->ErrorMsg(); + } + return $this->_lasterr; + } + + function ErrorNo() + { + if ($this->_dbat < 0) return -9999; // no database connection... + $db = $this->DB(); + + return (int) $db->ErrorNo(); + } + + + // retrieve ADOConnection from _ADODB_Active_DBs + function DB() + { + global $_ADODB_ACTIVE_DBS; + + if ($this->_dbat < 0) { + $false = false; + $this->Error("No database connection set: use ADOdb_Active_Record::SetDatabaseAdaptor(\$db)", "DB"); + return $false; + } + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $db = $activedb->db; + return $db; + } + + // retrieve ADODB_Active_Table + function &TableInfo() + { + global $_ADODB_ACTIVE_DBS; + + $activedb = $_ADODB_ACTIVE_DBS[$this->_dbat]; + $table = $activedb->tables[$this->_tableat]; + return $table; + } + + + // I have an ON INSERT trigger on a table that sets other columns in the table. + // So, I find that for myTable, I want to reload an active record after saving it. -- Malcolm Cook + function Reload() + { + $db =& $this->DB(); if (!$db) return false; + $table =& $this->TableInfo(); + $where = $this->GenWhere($db, $table); + return($this->Load($where)); + } + + + // set a numeric array (using natural table field ordering) as object properties + function Set(&$row) + { + global $ACTIVE_RECORD_SAFETY; + + $db = $this->DB(); + + if (!$row) { + $this->_saved = false; + return false; + } + + $this->_saved = true; + + $table = $this->TableInfo(); + $sizeofFlds = sizeof($table->flds); + $sizeofRow = sizeof($row); + if ($ACTIVE_RECORD_SAFETY && $table->_colsCount != $sizeofRow && $sizeofFlds != $sizeofRow) { + # + $bad_size = TRUE; + if($sizeofRow == 2 * $table->_colsCount || $sizeofRow == 2 * $sizeofFlds) { + // Only keep string keys + $keys = array_filter(array_keys($row), 'is_string'); + if (sizeof($keys) == sizeof($table->flds)) + $bad_size = FALSE; + } + if ($bad_size) { + $this->Error("Table structure of $this->_table has changed","Load"); + return false; + } + # + } + else + $keys = array_keys($row); + # + reset($keys); + $this->_original = array(); + foreach($table->flds as $name=>$fld) + { + $value = $row[current($keys)]; + $this->$name = $value; + $this->_original[] = $value; + if(!next($keys)) break; + } + $table =& $this->TableInfo(); + foreach($table->_belongsTo as $foreignTable) + { + $ft = $foreignTable->TableInfo(); + $propertyName = $ft->name; + foreach($ft->flds as $name=>$fld) + { + $value = $row[current($keys)]; + $foreignTable->$name = $value; + $foreignTable->_original[] = $value; + if(!next($keys)) break; + } + } + foreach($table->_hasMany as $foreignTable) + { + $ft = $foreignTable->TableInfo(); + foreach($ft->flds as $name=>$fld) + { + $value = $row[current($keys)]; + $foreignTable->$name = $value; + $foreignTable->_original[] = $value; + if(!next($keys)) break; + } + } + # + return true; + } + + // get last inserted id for INSERT + function LastInsertID(&$db,$fieldname) + { + if ($db->hasInsertID) + $val = $db->Insert_ID($this->_table,$fieldname); + else + $val = false; + + if (is_null($val) || $val === false) { + // this might not work reliably in multi-user environment + return $db->GetOne("select max(".$fieldname.") from ".$this->_table); + } + return $val; + } + + // quote data in where clause + function doquote(&$db, $val,$t) + { + switch($t) { + case 'D': + case 'T': + if (empty($val)) return 'null'; + + case 'C': + case 'X': + if (is_null($val)) return 'null'; + + if (strlen($val)>1 && + (strncmp($val,"'",1) != 0 || substr($val,strlen($val)-1,1) != "'")) { + return $db->qstr($val); + break; + } + default: + return $val; + break; + } + } + + // generate where clause for an UPDATE/SELECT + function GenWhere(&$db, &$table) + { + $keys = $table->keys; + $parr = array(); + + foreach($keys as $k) { + $f = $table->flds[$k]; + if ($f) { + $parr[] = $k.' = '.$this->doquote($db,$this->$k,$db->MetaType($f->type)); + } + } + return implode(' and ', $parr); + } + + + //------------------------------------------------------------ Public functions below + + function Load($where=null,$bindarr=false) + { + $db = $this->DB(); if (!$db) return false; + $this->_where = $where; + + $save = $db->SetFetchMode(ADODB_FETCH_NUM); + $qry = "select * from ".$this->_table; + $table =& $this->TableInfo(); + + if(($k = reset($table->keys))) + $hasManyId = $k; + else + $hasManyId = 'id'; + + foreach($table->_belongsTo as $foreignTable) + { + if(($k = reset($foreignTable->TableInfo()->keys))) + { + $belongsToId = $k; + } + else + { + $belongsToId = 'id'; + } + $qry .= ' LEFT JOIN '.$foreignTable->_table.' ON '. + $this->_table.'.'.$foreignTable->foreignKey.'='. + $foreignTable->_table.'.'.$belongsToId; + } + foreach($table->_hasMany as $foreignTable) + { + $qry .= ' LEFT JOIN '.$foreignTable->_table.' ON '. + $this->_table.'.'.$hasManyId.'='. + $foreignTable->_table.'.'.$foreignTable->foreignKey; + } + if($where) + $qry .= ' WHERE '.$where; + + // Simple case: no relations. Load row and return. + if((count($table->_hasMany) + count($table->_belongsTo)) < 1) + { + $row = $db->GetRow($qry,$bindarr); + if(!$row) + return false; + $db->SetFetchMode($save); + return $this->Set($row); + } + + // More complex case when relations have to be collated + $rows = $db->GetAll($qry,$bindarr); + if(!$rows) + return false; + $db->SetFetchMode($save); + if(count($rows) < 1) + return false; + $class = get_class($this); + $isFirstRow = true; + + if(($k = reset($this->TableInfo()->keys))) + $myId = $k; + else + $myId = 'id'; + $index = 0; $found = false; + /** @todo Improve by storing once and for all in table metadata */ + /** @todo Also re-use info for hasManyId */ + foreach($this->TableInfo()->flds as $fld) + { + if($fld->name == $myId) + { + $found = true; + break; + } + $index++; + } + if(!$found) + $this->outp_throw("Unable to locate key $myId for $class in Load()",'Load'); + + foreach($rows as $row) + { + $rowId = intval($row[$index]); + if($rowId > 0) + { + if($isFirstRow) + { + $isFirstRow = false; + if(!$this->Set($row)) + return false; + } + $obj = new $class($table,false,$db); + $obj->Set($row); + // TODO Copy/paste code below: bad! + if(count($table->_hasMany) > 0) + { + foreach($table->_hasMany as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + if(!is_array($this->$foreignName)) + { + $foreignObj = $this->$foreignName; + $this->$foreignName = array(clone($foreignObj)); + } + else + { + $foreignObj = $obj->$foreignName; + array_push($this->$foreignName, clone($foreignObj)); + } + } + } + } + if(count($table->_belongsTo) > 0) + { + foreach($table->_belongsTo as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + if(!is_array($this->$foreignName)) + { + $foreignObj = $this->$foreignName; + $this->$foreignName = array(clone($foreignObj)); + } + else + { + $foreignObj = $obj->$foreignName; + array_push($this->$foreignName, clone($foreignObj)); + } + } + } + } + } + } + return true; + } + + // false on error + function Save() + { + if ($this->_saved) $ok = $this->Update(); + else $ok = $this->Insert(); + + return $ok; + } + + // CFR: Sometimes we may wish to consider that an object is not to be replaced but inserted. + // Sample use case: an 'undo' command object (after a delete()) + function Dirty() + { + $this->_saved = false; + } + + // false on error + function Insert() + { + $db = $this->DB(); if (!$db) return false; + $cnt = 0; + $table = $this->TableInfo(); + + $valarr = array(); + $names = array(); + $valstr = array(); + + foreach($table->flds as $name=>$fld) { + $val = $this->$name; + if(!is_null($val) || !array_key_exists($name, $table->keys)) { + $valarr[] = $val; + $names[] = $name; + $valstr[] = $db->Param($cnt); + $cnt += 1; + } + } + + if (empty($names)){ + foreach($table->flds as $name=>$fld) { + $valarr[] = null; + $names[] = $name; + $valstr[] = $db->Param($cnt); + $cnt += 1; + } + } + $sql = 'INSERT INTO '.$this->_table."(".implode(',',$names).') VALUES ('.implode(',',$valstr).')'; + $ok = $db->Execute($sql,$valarr); + + if ($ok) { + $this->_saved = true; + $autoinc = false; + foreach($table->keys as $k) { + if (is_null($this->$k)) { + $autoinc = true; + break; + } + } + if ($autoinc && sizeof($table->keys) == 1) { + $k = reset($table->keys); + $this->$k = $this->LastInsertID($db,$k); + } + } + + $this->_original = $valarr; + return !empty($ok); + } + + function Delete() + { + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $where = $this->GenWhere($db,$table); + $sql = 'DELETE FROM '.$this->_table.' WHERE '.$where; + $ok = $db->Execute($sql); + + return $ok ? true : false; + } + + // returns an array of active record objects + function Find($whereOrderBy,$bindarr=false,$pkeysArr=false,$extra=array()) + { + $db = $this->DB(); if (!$db || empty($this->_table)) return false; + $table =& $this->TableInfo(); + $arr = $db->GetActiveRecordsClass(get_class($this),$this, $whereOrderBy,$bindarr,$pkeysArr,$extra, + array('foreignName'=>$this->foreignName, 'belongsTo'=>$table->_belongsTo, 'hasMany'=>$table->_hasMany)); + return $arr; + } + + // CFR: In introduced this method to ensure that inner workings are not disturbed by + // subclasses...for instance when GetActiveRecordsClass invokes Find() + // Why am I not invoking parent::Find? + // Shockingly because I want to preserve PHP4 compatibility. + function packageFind($whereOrderBy,$bindarr=false,$pkeysArr=false,$extra=array()) + { + $db = $this->DB(); if (!$db || empty($this->_table)) return false; + $table =& $this->TableInfo(); + $arr = $db->GetActiveRecordsClass(get_class($this),$this, $whereOrderBy,$bindarr,$pkeysArr,$extra, + array('foreignName'=>$this->foreignName, 'belongsTo'=>$table->_belongsTo, 'hasMany'=>$table->_hasMany)); + return $arr; + } + + // returns 0 on error, 1 on update, 2 on insert + function Replace() + { + global $ADODB_ASSOC_CASE; + + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $pkey = $table->keys; + + foreach($table->flds as $name=>$fld) { + $val = $this->$name; + /* + if (is_null($val)) { + if (isset($fld->not_null) && $fld->not_null) { + if (isset($fld->default_value) && strlen($fld->default_value)) continue; + else { + $this->Error("Cannot update null into $name","Replace"); + return false; + } + } + }*/ + if (is_null($val) && !empty($fld->auto_increment)) { + continue; + } + $t = $db->MetaType($fld->type); + $arr[$name] = $this->doquote($db,$val,$t); + $valarr[] = $val; + } + + if (!is_array($pkey)) $pkey = array($pkey); + + + if ($ADODB_ASSOC_CASE == 0) + foreach($pkey as $k => $v) + $pkey[$k] = strtolower($v); + elseif ($ADODB_ASSOC_CASE == 1) + foreach($pkey as $k => $v) + $pkey[$k] = strtoupper($v); + + $ok = $db->Replace($this->_table,$arr,$pkey); + if ($ok) { + $this->_saved = true; // 1= update 2=insert + if ($ok == 2) { + $autoinc = false; + foreach($table->keys as $k) { + if (is_null($this->$k)) { + $autoinc = true; + break; + } + } + if ($autoinc && sizeof($table->keys) == 1) { + $k = reset($table->keys); + $this->$k = $this->LastInsertID($db,$k); + } + } + + $this->_original = $valarr; + } + return $ok; + } + + // returns 0 on error, 1 on update, -1 if no change in data (no update) + function Update() + { + $db = $this->DB(); if (!$db) return false; + $table = $this->TableInfo(); + + $where = $this->GenWhere($db, $table); + + if (!$where) { + $this->error("Where missing for table $table", "Update"); + return false; + } + $valarr = array(); + $neworig = array(); + $pairs = array(); + $i = -1; + $cnt = 0; + foreach($table->flds as $name=>$fld) { + $i += 1; + $val = $this->$name; + $neworig[] = $val; + + if (isset($table->keys[$name])) { + continue; + } + + if (is_null($val)) { + if (isset($fld->not_null) && $fld->not_null) { + if (isset($fld->default_value) && strlen($fld->default_value)) continue; + else { + $this->Error("Cannot set field $name to NULL","Update"); + return false; + } + } + } + + if (isset($this->_original[$i]) && $val == $this->_original[$i]) { + continue; + } + $valarr[] = $val; + $pairs[] = $name.'='.$db->Param($cnt); + $cnt += 1; + } + + + if (!$cnt) return -1; + $sql = 'UPDATE '.$this->_table." SET ".implode(",",$pairs)." WHERE ".$where; + $ok = $db->Execute($sql,$valarr); + if ($ok) { + $this->_original = $neworig; + return 1; + } + return 0; + } + + function GetAttributeNames() + { + $table = $this->TableInfo(); + if (!$table) return false; + return array_keys($table->flds); + } + +}; + +function adodb_GetActiveRecordsClass(&$db, $class, $tableObj,$whereOrderBy,$bindarr, $primkeyArr, + $extra, $relations) +{ + global $_ADODB_ACTIVE_DBS; + + if (empty($extra['loading'])) $extra['loading'] = ADODB_LAZY_AR; + + $save = $db->SetFetchMode(ADODB_FETCH_NUM); + $table = &$tableObj->_table; + $tableInfo =& $tableObj->TableInfo(); + if(($k = reset($tableInfo->keys))) + $myId = $k; + else + $myId = 'id'; + $index = 0; $found = false; + /** @todo Improve by storing once and for all in table metadata */ + /** @todo Also re-use info for hasManyId */ + foreach($tableInfo->flds as $fld) + { + if($fld->name == $myId) + { + $found = true; + break; + } + $index++; + } + if(!$found) + $db->outp_throw("Unable to locate key $myId for $class in GetActiveRecordsClass()",'GetActiveRecordsClass'); + + $qry = "select * from ".$table; + if(ADODB_JOIN_AR == $extra['loading']) + { + if(!empty($relations['belongsTo'])) + { + foreach($relations['belongsTo'] as $foreignTable) + { + if(($k = reset($foreignTable->TableInfo()->keys))) + { + $belongsToId = $k; + } + else + { + $belongsToId = 'id'; + } + + $qry .= ' LEFT JOIN '.$foreignTable->_table.' ON '. + $table.'.'.$foreignTable->foreignKey.'='. + $foreignTable->_table.'.'.$belongsToId; + } + } + if(!empty($relations['hasMany'])) + { + if(empty($relations['foreignName'])) + $db->outp_throw("Missing foreignName is relation specification in GetActiveRecordsClass()",'GetActiveRecordsClass'); + if(($k = reset($tableInfo->keys))) + $hasManyId = $k; + else + $hasManyId = 'id'; + + foreach($relations['hasMany'] as $foreignTable) + { + $qry .= ' LEFT JOIN '.$foreignTable->_table.' ON '. + $table.'.'.$hasManyId.'='. + $foreignTable->_table.'.'.$foreignTable->foreignKey; + } + } + } + if (!empty($whereOrderBy)) + $qry .= ' WHERE '.$whereOrderBy; + if(isset($extra['limit'])) + { + $rows = false; + if(isset($extra['offset'])) { + $rs = $db->SelectLimit($qry, $extra['limit'], $extra['offset']); + } else { + $rs = $db->SelectLimit($qry, $extra['limit']); + } + if ($rs) { + while (!$rs->EOF) { + $rows[] = $rs->fields; + $rs->MoveNext(); + } + } + } else + $rows = $db->GetAll($qry,$bindarr); + + $db->SetFetchMode($save); + + $false = false; + + if ($rows === false) { + return $false; + } + + + if (!isset($_ADODB_ACTIVE_DBS)) { + include(ADODB_DIR.'/adodb-active-record.inc.php'); + } + if (!class_exists($class)) { + $db->outp_throw("Unknown class $class in GetActiveRecordsClass()",'GetActiveRecordsClass'); + return $false; + } + $uniqArr = array(); // CFR Keep track of records for relations + $arr = array(); + // arrRef will be the structure that knows about our objects. + // It is an associative array. + // We will, however, return arr, preserving regular 0.. order so that + // obj[0] can be used by app developpers. + $arrRef = array(); + $bTos = array(); // Will store belongTo's indices if any + foreach($rows as $row) { + + $obj = new $class($table,$primkeyArr,$db); + if ($obj->ErrorNo()){ + $db->_errorMsg = $obj->ErrorMsg(); + return $false; + } + $obj->Set($row); + // CFR: FIXME: Insane assumption here: + // If the first column returned is an integer, then it's a 'id' field + // And to make things a bit worse, I use intval() rather than is_int() because, in fact, + // $row[0] is not an integer. + // + // So, what does this whole block do? + // When relationships are found, we perform JOINs. This is fast. But not accurate: + // instead of returning n objects with their n' associated cousins, + // we get n*n' objects. This code fixes this. + // Note: to-many relationships mess around with the 'limit' parameter + $rowId = intval($row[$index]); + + if(ADODB_WORK_AR == $extra['loading']) + { + $arrRef[$rowId] = $obj; + $arr[] = &$arrRef[$rowId]; + if(!isset($indices)) + $indices = $rowId; + else + $indices .= ','.$rowId; + if(!empty($relations['belongsTo'])) + { + foreach($relations['belongsTo'] as $foreignTable) + { + $foreignTableRef = $foreignTable->foreignKey; + // First array: list of foreign ids we are looking for + if(empty($bTos[$foreignTableRef])) + $bTos[$foreignTableRef] = array(); + // Second array: list of ids found + if(empty($obj->$foreignTableRef)) + continue; + if(empty($bTos[$foreignTableRef][$obj->$foreignTableRef])) + $bTos[$foreignTableRef][$obj->$foreignTableRef] = array(); + $bTos[$foreignTableRef][$obj->$foreignTableRef][] = $obj; + } + } + continue; + } + + if($rowId>0) + { + if(ADODB_JOIN_AR == $extra['loading']) + { + $isNewObj = !isset($uniqArr['_'.$row[0]]); + if($isNewObj) + $uniqArr['_'.$row[0]] = $obj; + + // TODO Copy/paste code below: bad! + if(!empty($relations['hasMany'])) + { + foreach($relations['hasMany'] as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + $masterObj = &$uniqArr['_'.$row[0]]; + // Assumption: this property exists in every object since they are instances of the same class + if(!is_array($masterObj->$foreignName)) + { + // Pluck! + $foreignObj = $masterObj->$foreignName; + $masterObj->$foreignName = array(clone($foreignObj)); + } + else + { + // Pluck pluck! + $foreignObj = $obj->$foreignName; + array_push($masterObj->$foreignName, clone($foreignObj)); + } + } + } + } + if(!empty($relations['belongsTo'])) + { + foreach($relations['belongsTo'] as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + $masterObj = &$uniqArr['_'.$row[0]]; + // Assumption: this property exists in every object since they are instances of the same class + if(!is_array($masterObj->$foreignName)) + { + // Pluck! + $foreignObj = $masterObj->$foreignName; + $masterObj->$foreignName = array(clone($foreignObj)); + } + else + { + // Pluck pluck! + $foreignObj = $obj->$foreignName; + array_push($masterObj->$foreignName, clone($foreignObj)); + } + } + } + } + if(!$isNewObj) + unset($obj); // We do not need this object itself anymore and do not want it re-added to the main array + } + else if(ADODB_LAZY_AR == $extra['loading']) + { + // Lazy loading: we need to give AdoDb a hint that we have not really loaded + // anything, all the while keeping enough information on what we wish to load. + // Let's do this by keeping the relevant info in our relationship arrays + // but get rid of the actual properties. + // We will then use PHP's __get to load these properties on-demand. + if(!empty($relations['hasMany'])) + { + foreach($relations['hasMany'] as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + unset($obj->$foreignName); + } + } + } + if(!empty($relations['belongsTo'])) + { + foreach($relations['belongsTo'] as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + if(!empty($obj->$foreignName)) + { + unset($obj->$foreignName); + } + } + } + } + } + + if(isset($obj)) + $arr[] = $obj; + } + + if(ADODB_WORK_AR == $extra['loading']) + { + // The best of both worlds? + // Here, the number of queries is constant: 1 + n*relationship. + // The second query will allow us to perform a good join + // while preserving LIMIT etc. + if(!empty($relations['hasMany'])) + { + foreach($relations['hasMany'] as $foreignTable) + { + $foreignName = $foreignTable->foreignName; + $className = ucfirst($foreignTable->_singularize($foreignName)); + $obj = new $className(); + $dbClassRef = $foreignTable->foreignKey; + $objs = $obj->packageFind($dbClassRef.' IN ('.$indices.')'); + foreach($objs as $obj) + { + if(!is_array($arrRef[$obj->$dbClassRef]->$foreignName)) + $arrRef[$obj->$dbClassRef]->$foreignName = array(); + array_push($arrRef[$obj->$dbClassRef]->$foreignName, $obj); + } + } + + } + if(!empty($relations['belongsTo'])) + { + foreach($relations['belongsTo'] as $foreignTable) + { + $foreignTableRef = $foreignTable->foreignKey; + if(empty($bTos[$foreignTableRef])) + continue; + if(($k = reset($foreignTable->TableInfo()->keys))) + { + $belongsToId = $k; + } + else + { + $belongsToId = 'id'; + } + $origObjsArr = $bTos[$foreignTableRef]; + $bTosString = implode(',', array_keys($bTos[$foreignTableRef])); + $foreignName = $foreignTable->foreignName; + $className = ucfirst($foreignTable->_singularize($foreignName)); + $obj = new $className(); + $objs = $obj->packageFind($belongsToId.' IN ('.$bTosString.')'); + foreach($objs as $obj) + { + foreach($origObjsArr[$obj->$belongsToId] as $idx=>$origObj) + { + $origObj->$foreignName = $obj; + } + } + } + } + } + + return $arr; +} +?> diff --git a/e_lib/adodb5/adodb-csvlib.inc.php b/e_lib/adodb5/adodb-csvlib.inc.php new file mode 100644 index 00000000..e4f665a6 --- /dev/null +++ b/e_lib/adodb5/adodb-csvlib.inc.php @@ -0,0 +1,317 @@ +FieldCount() : 0; + + if ($sql) $sql = urlencode($sql); + // metadata setup + + if ($max <= 0 || $rs->dataProvider == 'empty') { // is insert/update/delete + if (is_object($conn)) { + $sql .= ','.$conn->Affected_Rows(); + $sql .= ','.$conn->Insert_ID(); + } else + $sql .= ',,'; + + $text = "====-1,0,$sql\n"; + return $text; + } + $tt = ($rs->timeCreated) ? $rs->timeCreated : time(); + + ## changed format from ====0 to ====1 + $line = "====1,$tt,$sql\n"; + + if ($rs->databaseType == 'array') { + $rows = $rs->_array; + } else { + $rows = array(); + while (!$rs->EOF) { + $rows[] = $rs->fields; + $rs->MoveNext(); + } + } + + for($i=0; $i < $max; $i++) { + $o = $rs->FetchField($i); + $flds[] = $o; + } + + $savefetch = isset($rs->adodbFetchMode) ? $rs->adodbFetchMode : $rs->fetchMode; + $class = $rs->connection->arrayClass; + $rs2 = new $class(); + $rs2->sql = $rs->sql; + $rs2->oldProvider = $rs->dataProvider; + $rs2->InitArrayFields($rows,$flds); + $rs2->fetchMode = $savefetch; + return $line.serialize($rs2); + } + + +/** +* Open CSV file and convert it into Data. +* +* @param url file/ftp/http url +* @param err returns the error message +* @param timeout dispose if recordset has been alive for $timeout secs +* +* @return recordset, or false if error occured. If no +* error occurred in sql INSERT/UPDATE/DELETE, +* empty recordset is returned +*/ + function csv2rs($url,&$err,$timeout=0, $rsclass='ADORecordSet_array') + { + $false = false; + $err = false; + $fp = @fopen($url,'rb'); + if (!$fp) { + $err = $url.' file/URL not found'; + return $false; + } + @flock($fp, LOCK_SH); + $arr = array(); + $ttl = 0; + + if ($meta = fgetcsv($fp, 32000, ",")) { + // check if error message + if (strncmp($meta[0],'****',4) === 0) { + $err = trim(substr($meta[0],4,1024)); + fclose($fp); + return $false; + } + // check for meta data + // $meta[0] is -1 means return an empty recordset + // $meta[1] contains a time + + if (strncmp($meta[0], '====',4) === 0) { + + if ($meta[0] == "====-1") { + if (sizeof($meta) < 5) { + $err = "Corrupt first line for format -1"; + fclose($fp); + return $false; + } + fclose($fp); + + if ($timeout > 0) { + $err = " Illegal Timeout $timeout "; + return $false; + } + + $rs = new $rsclass($val=true); + $rs->fields = array(); + $rs->timeCreated = $meta[1]; + $rs->EOF = true; + $rs->_numOfFields = 0; + $rs->sql = urldecode($meta[2]); + $rs->affectedrows = (integer)$meta[3]; + $rs->insertid = $meta[4]; + return $rs; + } + # Under high volume loads, we want only 1 thread/process to _write_file + # so that we don't have 50 processes queueing to write the same data. + # We use probabilistic timeout, ahead of time. + # + # -4 sec before timeout, give processes 1/32 chance of timing out + # -2 sec before timeout, give processes 1/16 chance of timing out + # -1 sec after timeout give processes 1/4 chance of timing out + # +0 sec after timeout, give processes 100% chance of timing out + if (sizeof($meta) > 1) { + if($timeout >0){ + $tdiff = (integer)( $meta[1]+$timeout - time()); + if ($tdiff <= 2) { + switch($tdiff) { + case 4: + case 3: + if ((rand() & 31) == 0) { + fclose($fp); + $err = "Timeout 3"; + return $false; + } + break; + case 2: + if ((rand() & 15) == 0) { + fclose($fp); + $err = "Timeout 2"; + return $false; + } + break; + case 1: + if ((rand() & 3) == 0) { + fclose($fp); + $err = "Timeout 1"; + return $false; + } + break; + default: + fclose($fp); + $err = "Timeout 0"; + return $false; + } // switch + + } // if check flush cache + }// (timeout>0) + $ttl = $meta[1]; + } + //================================================ + // new cache format - use serialize extensively... + if ($meta[0] === '====1') { + // slurp in the data + $MAXSIZE = 128000; + + $text = fread($fp,$MAXSIZE); + if (strlen($text)) { + while ($txt = fread($fp,$MAXSIZE)) { + $text .= $txt; + } + } + fclose($fp); + $rs = unserialize($text); + if (is_object($rs)) $rs->timeCreated = $ttl; + else { + $err = "Unable to unserialize recordset"; + //echo htmlspecialchars($text),' !--END--!

'; + } + return $rs; + } + + $meta = false; + $meta = fgetcsv($fp, 32000, ","); + if (!$meta) { + fclose($fp); + $err = "Unexpected EOF 1"; + return $false; + } + } + + // Get Column definitions + $flds = array(); + foreach($meta as $o) { + $o2 = explode(':',$o); + if (sizeof($o2)!=3) { + $arr[] = $meta; + $flds = false; + break; + } + $fld = new ADOFieldObject(); + $fld->name = urldecode($o2[0]); + $fld->type = $o2[1]; + $fld->max_length = $o2[2]; + $flds[] = $fld; + } + } else { + fclose($fp); + $err = "Recordset had unexpected EOF 2"; + return $false; + } + + // slurp in the data + $MAXSIZE = 128000; + + $text = ''; + while ($txt = fread($fp,$MAXSIZE)) { + $text .= $txt; + } + + fclose($fp); + @$arr = unserialize($text); + //var_dump($arr); + if (!is_array($arr)) { + $err = "Recordset had unexpected EOF (in serialized recordset)"; + if (get_magic_quotes_runtime()) $err .= ". Magic Quotes Runtime should be disabled!"; + return $false; + } + $rs = new $rsclass(); + $rs->timeCreated = $ttl; + $rs->InitArrayFields($arr,$flds); + return $rs; + } + + + /** + * Save a file $filename and its $contents (normally for caching) with file locking + * Returns true if ok, false if fopen/fwrite error, 0 if rename error (eg. file is locked) + */ + function adodb_write_file($filename, $contents,$debug=false) + { + # http://www.php.net/bugs.php?id=9203 Bug that flock fails on Windows + # So to simulate locking, we assume that rename is an atomic operation. + # First we delete $filename, then we create a $tempfile write to it and + # rename to the desired $filename. If the rename works, then we successfully + # modified the file exclusively. + # What a stupid need - having to simulate locking. + # Risks: + # 1. $tempfile name is not unique -- very very low + # 2. unlink($filename) fails -- ok, rename will fail + # 3. adodb reads stale file because unlink fails -- ok, $rs timeout occurs + # 4. another process creates $filename between unlink() and rename() -- ok, rename() fails and cache updated + if (strncmp(PHP_OS,'WIN',3) === 0) { + // skip the decimal place + $mtime = substr(str_replace(' ','_',microtime()),2); + // getmypid() actually returns 0 on Win98 - never mind! + $tmpname = $filename.uniqid($mtime).getmypid(); + if (!($fd = @fopen($tmpname,'w'))) return false; + if (fwrite($fd,$contents)) $ok = true; + else $ok = false; + fclose($fd); + + if ($ok) { + @chmod($tmpname,0644); + // the tricky moment + @unlink($filename); + if (!@rename($tmpname,$filename)) { + unlink($tmpname); + $ok = 0; + } + if (!$ok) { + if ($debug) ADOConnection::outp( " Rename $tmpname ".($ok? 'ok' : 'failed')); + } + } + return $ok; + } + if (!($fd = @fopen($filename, 'a'))) return false; + if (flock($fd, LOCK_EX) && ftruncate($fd, 0)) { + if (fwrite( $fd, $contents )) $ok = true; + else $ok = false; + fclose($fd); + @chmod($filename,0644); + }else { + fclose($fd); + if ($debug)ADOConnection::outp( " Failed acquiring lock for $filename
\n"); + $ok = false; + } + + return $ok; + } +?> diff --git a/e_lib/adodb5/adodb-datadict.inc.php b/e_lib/adodb5/adodb-datadict.inc.php new file mode 100644 index 00000000..4f375488 --- /dev/null +++ b/e_lib/adodb5/adodb-datadict.inc.php @@ -0,0 +1,1008 @@ +$str

"; +$a= Lens_ParseArgs($str); +print "
";
+print_r($a);
+print "
"; +} + + +if (!function_exists('ctype_alnum')) { + function ctype_alnum($text) { + return preg_match('/^[a-z0-9]*$/i', $text); + } +} + +//Lens_ParseTest(); + +/** + Parse arguments, treat "text" (text) and 'text' as quotation marks. + To escape, use "" or '' or )) + + Will read in "abc def" sans quotes, as: abc def + Same with 'abc def'. + However if `abc def`, then will read in as `abc def` + + @param endstmtchar Character that indicates end of statement + @param tokenchars Include the following characters in tokens apart from A-Z and 0-9 + @returns 2 dimensional array containing parsed tokens. +*/ +function Lens_ParseArgs($args,$endstmtchar=',',$tokenchars='_.-') +{ + $pos = 0; + $intoken = false; + $stmtno = 0; + $endquote = false; + $tokens = array(); + $tokens[$stmtno] = array(); + $max = strlen($args); + $quoted = false; + $tokarr = array(); + + while ($pos < $max) { + $ch = substr($args,$pos,1); + switch($ch) { + case ' ': + case "\t": + case "\n": + case "\r": + if (!$quoted) { + if ($intoken) { + $intoken = false; + $tokens[$stmtno][] = implode('',$tokarr); + } + break; + } + + $tokarr[] = $ch; + break; + + case '`': + if ($intoken) $tokarr[] = $ch; + case '(': + case ')': + case '"': + case "'": + + if ($intoken) { + if (empty($endquote)) { + $tokens[$stmtno][] = implode('',$tokarr); + if ($ch == '(') $endquote = ')'; + else $endquote = $ch; + $quoted = true; + $intoken = true; + $tokarr = array(); + } else if ($endquote == $ch) { + $ch2 = substr($args,$pos+1,1); + if ($ch2 == $endquote) { + $pos += 1; + $tokarr[] = $ch2; + } else { + $quoted = false; + $intoken = false; + $tokens[$stmtno][] = implode('',$tokarr); + $endquote = ''; + } + } else + $tokarr[] = $ch; + + }else { + + if ($ch == '(') $endquote = ')'; + else $endquote = $ch; + $quoted = true; + $intoken = true; + $tokarr = array(); + if ($ch == '`') $tokarr[] = '`'; + } + break; + + default: + + if (!$intoken) { + if ($ch == $endstmtchar) { + $stmtno += 1; + $tokens[$stmtno] = array(); + break; + } + + $intoken = true; + $quoted = false; + $endquote = false; + $tokarr = array(); + + } + + if ($quoted) $tokarr[] = $ch; + else if (ctype_alnum($ch) || strpos($tokenchars,$ch) !== false) $tokarr[] = $ch; + else { + if ($ch == $endstmtchar) { + $tokens[$stmtno][] = implode('',$tokarr); + $stmtno += 1; + $tokens[$stmtno] = array(); + $intoken = false; + $tokarr = array(); + break; + } + $tokens[$stmtno][] = implode('',$tokarr); + $tokens[$stmtno][] = $ch; + $intoken = false; + } + } + $pos += 1; + } + if ($intoken) $tokens[$stmtno][] = implode('',$tokarr); + + return $tokens; +} + + +class ADODB_DataDict { + var $connection; + var $debug = false; + var $dropTable = 'DROP TABLE %s'; + var $renameTable = 'RENAME TABLE %s TO %s'; + var $dropIndex = 'DROP INDEX %s'; + var $addCol = ' ADD'; + var $alterCol = ' ALTER COLUMN'; + var $dropCol = ' DROP COLUMN'; + var $renameColumn = 'ALTER TABLE %s RENAME COLUMN %s TO %s'; // table, old-column, new-column, column-definitions (not used by default) + var $nameRegex = '\w'; + var $nameRegexBrackets = 'a-zA-Z0-9_\(\)'; + var $schema = false; + var $serverInfo = array(); + var $autoIncrement = false; + var $dataProvider; + var $invalidResizeTypes4 = array('CLOB','BLOB','TEXT','DATE','TIME'); // for changetablesql + var $blobSize = 100; /// any varchar/char field this size or greater is treated as a blob + /// in other words, we use a text area for editting. + + function GetCommentSQL($table,$col) + { + return false; + } + + function SetCommentSQL($table,$col,$cmt) + { + return false; + } + + function MetaTables() + { + if (!$this->connection->IsConnected()) return array(); + return $this->connection->MetaTables(); + } + + function MetaColumns($tab, $upper=true, $schema=false) + { + if (!$this->connection->IsConnected()) return array(); + return $this->connection->MetaColumns($this->TableName($tab), $upper, $schema); + } + + function MetaPrimaryKeys($tab,$owner=false,$intkey=false) + { + if (!$this->connection->IsConnected()) return array(); + return $this->connection->MetaPrimaryKeys($this->TableName($tab), $owner, $intkey); + } + + function MetaIndexes($table, $primary = false, $owner = false) + { + if (!$this->connection->IsConnected()) return array(); + return $this->connection->MetaIndexes($this->TableName($table), $primary, $owner); + } + + function MetaType($t,$len=-1,$fieldobj=false) + { + static $typeMap = array( + 'VARCHAR' => 'C', + 'VARCHAR2' => 'C', + 'CHAR' => 'C', + 'C' => 'C', + 'STRING' => 'C', + 'NCHAR' => 'C', + 'NVARCHAR' => 'C', + 'VARYING' => 'C', + 'BPCHAR' => 'C', + 'CHARACTER' => 'C', + 'INTERVAL' => 'C', # Postgres + 'MACADDR' => 'C', # postgres + 'VAR_STRING' => 'C', # mysql + ## + 'LONGCHAR' => 'X', + 'TEXT' => 'X', + 'NTEXT' => 'X', + 'M' => 'X', + 'X' => 'X', + 'CLOB' => 'X', + 'NCLOB' => 'X', + 'LVARCHAR' => 'X', + ## + 'BLOB' => 'B', + 'IMAGE' => 'B', + 'BINARY' => 'B', + 'VARBINARY' => 'B', + 'LONGBINARY' => 'B', + 'B' => 'B', + ## + 'YEAR' => 'D', // mysql + 'DATE' => 'D', + 'D' => 'D', + ## + 'UNIQUEIDENTIFIER' => 'C', # MS SQL Server + ## + 'TIME' => 'T', + 'TIMESTAMP' => 'T', + 'DATETIME' => 'T', + 'TIMESTAMPTZ' => 'T', + 'SMALLDATETIME' => 'T', + 'T' => 'T', + 'TIMESTAMP WITHOUT TIME ZONE' => 'T', // postgresql + ## + 'BOOL' => 'L', + 'BOOLEAN' => 'L', + 'BIT' => 'L', + 'L' => 'L', + ## + 'COUNTER' => 'R', + 'R' => 'R', + 'SERIAL' => 'R', // ifx + 'INT IDENTITY' => 'R', + ## + 'INT' => 'I', + 'INT2' => 'I', + 'INT4' => 'I', + 'INT8' => 'I', + 'INTEGER' => 'I', + 'INTEGER UNSIGNED' => 'I', + 'SHORT' => 'I', + 'TINYINT' => 'I', + 'SMALLINT' => 'I', + 'I' => 'I', + ## + 'LONG' => 'N', // interbase is numeric, oci8 is blob + 'BIGINT' => 'N', // this is bigger than PHP 32-bit integers + 'DECIMAL' => 'N', + 'DEC' => 'N', + 'REAL' => 'N', + 'DOUBLE' => 'N', + 'DOUBLE PRECISION' => 'N', + 'SMALLFLOAT' => 'N', + 'FLOAT' => 'N', + 'NUMBER' => 'N', + 'NUM' => 'N', + 'NUMERIC' => 'N', + 'MONEY' => 'N', + + ## informix 9.2 + 'SQLINT' => 'I', + 'SQLSERIAL' => 'I', + 'SQLSMINT' => 'I', + 'SQLSMFLOAT' => 'N', + 'SQLFLOAT' => 'N', + 'SQLMONEY' => 'N', + 'SQLDECIMAL' => 'N', + 'SQLDATE' => 'D', + 'SQLVCHAR' => 'C', + 'SQLCHAR' => 'C', + 'SQLDTIME' => 'T', + 'SQLINTERVAL' => 'N', + 'SQLBYTES' => 'B', + 'SQLTEXT' => 'X', + ## informix 10 + "SQLINT8" => 'I8', + "SQLSERIAL8" => 'I8', + "SQLNCHAR" => 'C', + "SQLNVCHAR" => 'C', + "SQLLVARCHAR" => 'X', + "SQLBOOL" => 'L' + ); + + if (!$this->connection->IsConnected()) { + $t = strtoupper($t); + if (isset($typeMap[$t])) return $typeMap[$t]; + return 'N'; + } + return $this->connection->MetaType($t,$len,$fieldobj); + } + + function NameQuote($name = NULL,$allowBrackets=false) + { + if (!is_string($name)) { + return FALSE; + } + + $name = trim($name); + + if ( !is_object($this->connection) ) { + return $name; + } + + $quote = $this->connection->nameQuote; + + // if name is of the form `name`, quote it + if ( preg_match('/^`(.+)`$/', $name, $matches) ) { + return $quote . $matches[1] . $quote; + } + + // if name contains special characters, quote it + $regex = ($allowBrackets) ? $this->nameRegexBrackets : $this->nameRegex; + + if ( !preg_match('/^[' . $regex . ']+$/', $name) ) { + return $quote . $name . $quote; + } + + return $name; + } + + function TableName($name) + { + if ( $this->schema ) { + return $this->NameQuote($this->schema) .'.'. $this->NameQuote($name); + } + return $this->NameQuote($name); + } + + // Executes the sql array returned by GetTableSQL and GetIndexSQL + function ExecuteSQLArray($sql, $continueOnError = true) + { + $rez = 2; + $conn = $this->connection; + $saved = $conn->debug; + foreach($sql as $line) { + + if ($this->debug) $conn->debug = true; + $ok = $conn->Execute($line); + $conn->debug = $saved; + if (!$ok) { + if ($this->debug) ADOConnection::outp($conn->ErrorMsg()); + if (!$continueOnError) return 0; + $rez = 1; + } + } + return $rez; + } + + /** + Returns the actual type given a character code. + + C: varchar + X: CLOB (character large object) or largest varchar size if CLOB is not supported + C2: Multibyte varchar + X2: Multibyte CLOB + + B: BLOB (binary large object) + + D: Date + T: Date-time + L: Integer field suitable for storing booleans (0 or 1) + I: Integer + F: Floating point number + N: Numeric or decimal number + */ + + function ActualType($meta) + { + return $meta; + } + + function CreateDatabase($dbname,$options=false) + { + $options = $this->_Options($options); + $sql = array(); + + $s = 'CREATE DATABASE ' . $this->NameQuote($dbname); + if (isset($options[$this->upperName])) + $s .= ' '.$options[$this->upperName]; + + $sql[] = $s; + return $sql; + } + + /* + Generates the SQL to create index. Returns an array of sql strings. + */ + function CreateIndexSQL($idxname, $tabname, $flds, $idxoptions = false) + { + if (!is_array($flds)) { + $flds = explode(',',$flds); + } + + foreach($flds as $key => $fld) { + # some indexes can use partial fields, eg. index first 32 chars of "name" with NAME(32) + $flds[$key] = $this->NameQuote($fld,$allowBrackets=true); + } + + return $this->_IndexSQL($this->NameQuote($idxname), $this->TableName($tabname), $flds, $this->_Options($idxoptions)); + } + + function DropIndexSQL ($idxname, $tabname = NULL) + { + return array(sprintf($this->dropIndex, $this->NameQuote($idxname), $this->TableName($tabname))); + } + + function SetSchema($schema) + { + $this->schema = $schema; + } + + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey,$idxs) = $this->_GenFields($flds); + // genfields can return FALSE at times + if ($lines == null) $lines = array(); + $alter = 'ALTER TABLE ' . $tabname . $this->addCol . ' '; + foreach($lines as $v) { + $sql[] = $alter . $v; + } + if (is_array($idxs)) { + foreach($idxs as $idx => $idxdef) { + $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']); + $sql = array_merge($sql, $sql_idxs); + } + } + return $sql; + } + + /** + * Change the definition of one column + * + * As some DBM's can't do that on there own, you need to supply the complete defintion of the new table, + * to allow, recreating the table and copying the content over to the new table + * @param string $tabname table-name + * @param string $flds column-name and type for the changed column + * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default '' + * @param array/string $tableoptions='' options for the new table see CreateTableSQL, default '' + * @return array with SQL strings + */ + function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey,$idxs) = $this->_GenFields($flds); + // genfields can return FALSE at times + if ($lines == null) $lines = array(); + $alter = 'ALTER TABLE ' . $tabname . $this->alterCol . ' '; + foreach($lines as $v) { + $sql[] = $alter . $v; + } + if (is_array($idxs)) { + foreach($idxs as $idx => $idxdef) { + $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']); + $sql = array_merge($sql, $sql_idxs); + } + + } + return $sql; + } + + /** + * Rename one column + * + * Some DBM's can only do this together with changeing the type of the column (even if that stays the same, eg. mysql) + * @param string $tabname table-name + * @param string $oldcolumn column-name to be renamed + * @param string $newcolumn new column-name + * @param string $flds='' complete column-defintion-string like for AddColumnSQL, only used by mysql atm., default='' + * @return array with SQL strings + */ + function RenameColumnSQL($tabname,$oldcolumn,$newcolumn,$flds='') + { + $tabname = $this->TableName ($tabname); + if ($flds) { + list($lines,$pkey,$idxs) = $this->_GenFields($flds); + // genfields can return FALSE at times + if ($lines == null) $lines = array(); + list(,$first) = each($lines); + list(,$column_def) = split("[\t ]+",$first,2); + } + return array(sprintf($this->renameColumn,$tabname,$this->NameQuote($oldcolumn),$this->NameQuote($newcolumn),$column_def)); + } + + /** + * Drop one column + * + * Some DBM's can't do that on there own, you need to supply the complete defintion of the new table, + * to allow, recreating the table and copying the content over to the new table + * @param string $tabname table-name + * @param string $flds column-name and type for the changed column + * @param string $tableflds='' complete defintion of the new table, eg. for postgres, default '' + * @param array/string $tableoptions='' options for the new table see CreateTableSQL, default '' + * @return array with SQL strings + */ + function DropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') + { + $tabname = $this->TableName ($tabname); + if (!is_array($flds)) $flds = explode(',',$flds); + $sql = array(); + $alter = 'ALTER TABLE ' . $tabname . $this->dropCol . ' '; + foreach($flds as $v) { + $sql[] = $alter . $this->NameQuote($v); + } + return $sql; + } + + function DropTableSQL($tabname) + { + return array (sprintf($this->dropTable, $this->TableName($tabname))); + } + + function RenameTableSQL($tabname,$newname) + { + return array (sprintf($this->renameTable, $this->TableName($tabname),$this->TableName($newname))); + } + + /** + Generate the SQL to create table. Returns an array of sql strings. + */ + function CreateTableSQL($tabname, $flds, $tableoptions=array()) + { + list($lines,$pkey,$idxs) = $this->_GenFields($flds, true); + // genfields can return FALSE at times + if ($lines == null) $lines = array(); + + $taboptions = $this->_Options($tableoptions); + $tabname = $this->TableName ($tabname); + $sql = $this->_TableSQL($tabname,$lines,$pkey,$taboptions); + + // ggiunta - 2006/10/12 - KLUDGE: + // if we are on autoincrement, and table options includes REPLACE, the + // autoincrement sequence has already been dropped on table creation sql, so + // we avoid passing REPLACE to trigger creation code. This prevents + // creating sql that double-drops the sequence + if ($this->autoIncrement && isset($taboptions['REPLACE'])) + unset($taboptions['REPLACE']); + $tsql = $this->_Triggers($tabname,$taboptions); + foreach($tsql as $s) $sql[] = $s; + + if (is_array($idxs)) { + foreach($idxs as $idx => $idxdef) { + $sql_idxs = $this->CreateIndexSql($idx, $tabname, $idxdef['cols'], $idxdef['opts']); + $sql = array_merge($sql, $sql_idxs); + } + } + + return $sql; + } + + function _GenFields($flds,$widespacing=false) + { + if (is_string($flds)) { + $padding = ' '; + $txt = $flds.$padding; + $flds = array(); + $flds0 = Lens_ParseArgs($txt,','); + $hasparam = false; + foreach($flds0 as $f0) { + $f1 = array(); + foreach($f0 as $token) { + switch (strtoupper($token)) { + case 'INDEX': + $f1['INDEX'] = ''; + // fall through intentionally + case 'CONSTRAINT': + case 'DEFAULT': + $hasparam = $token; + break; + default: + if ($hasparam) $f1[$hasparam] = $token; + else $f1[] = $token; + $hasparam = false; + break; + } + } + // 'index' token without a name means single column index: name it after column + if (array_key_exists('INDEX', $f1) && $f1['INDEX'] == '') { + $f1['INDEX'] = isset($f0['NAME']) ? $f0['NAME'] : $f0[0]; + // check if column name used to create an index name was quoted + if (($f1['INDEX'][0] == '"' || $f1['INDEX'][0] == "'" || $f1['INDEX'][0] == "`") && + ($f1['INDEX'][0] == substr($f1['INDEX'], -1))) { + $f1['INDEX'] = $f1['INDEX'][0].'idx_'.substr($f1['INDEX'], 1, -1).$f1['INDEX'][0]; + } + else + $f1['INDEX'] = 'idx_'.$f1['INDEX']; + } + // reset it, so we don't get next field 1st token as INDEX... + $hasparam = false; + + $flds[] = $f1; + + } + } + $this->autoIncrement = false; + $lines = array(); + $pkey = array(); + $idxs = array(); + foreach($flds as $fld) { + $fld = _array_change_key_case($fld); + + $fname = false; + $fdefault = false; + $fautoinc = false; + $ftype = false; + $fsize = false; + $fprec = false; + $fprimary = false; + $fnoquote = false; + $fdefts = false; + $fdefdate = false; + $fconstraint = false; + $fnotnull = false; + $funsigned = false; + $findex = ''; + $funiqueindex = false; + + //----------------- + // Parse attributes + foreach($fld as $attr => $v) { + if ($attr == 2 && is_numeric($v)) $attr = 'SIZE'; + else if (is_numeric($attr) && $attr > 1 && !is_numeric($v)) $attr = strtoupper($v); + + switch($attr) { + case '0': + case 'NAME': $fname = $v; break; + case '1': + case 'TYPE': $ty = $v; $ftype = $this->ActualType(strtoupper($v)); break; + + case 'SIZE': + $dotat = strpos($v,'.'); if ($dotat === false) $dotat = strpos($v,','); + if ($dotat === false) $fsize = $v; + else { + $fsize = substr($v,0,$dotat); + $fprec = substr($v,$dotat+1); + } + break; + case 'UNSIGNED': $funsigned = true; break; + case 'AUTOINCREMENT': + case 'AUTO': $fautoinc = true; $fnotnull = true; break; + case 'KEY': + // a primary key col can be non unique in itself (if key spans many cols...) + case 'PRIMARY': $fprimary = $v; $fnotnull = true; /*$funiqueindex = true;*/ break; + case 'DEF': + case 'DEFAULT': $fdefault = $v; break; + case 'NOTNULL': $fnotnull = $v; break; + case 'NOQUOTE': $fnoquote = $v; break; + case 'DEFDATE': $fdefdate = $v; break; + case 'DEFTIMESTAMP': $fdefts = $v; break; + case 'CONSTRAINT': $fconstraint = $v; break; + // let INDEX keyword create a 'very standard' index on column + case 'INDEX': $findex = $v; break; + case 'UNIQUE': $funiqueindex = true; break; + } //switch + } // foreach $fld + + //-------------------- + // VALIDATE FIELD INFO + if (!strlen($fname)) { + if ($this->debug) ADOConnection::outp("Undefined NAME"); + return false; + } + + $fid = strtoupper(preg_replace('/^`(.+)`$/', '$1', $fname)); + $fname = $this->NameQuote($fname); + + if (!strlen($ftype)) { + if ($this->debug) ADOConnection::outp("Undefined TYPE for field '$fname'"); + return false; + } else { + $ftype = strtoupper($ftype); + } + + $ftype = $this->_GetSize($ftype, $ty, $fsize, $fprec); + + if ($ty == 'X' || $ty == 'X2' || $ty == 'B') $fnotnull = false; // some blob types do not accept nulls + + if ($fprimary) $pkey[] = $fname; + + // some databases do not allow blobs to have defaults + if ($ty == 'X') $fdefault = false; + + // build list of indexes + if ($findex != '') { + if (array_key_exists($findex, $idxs)) { + $idxs[$findex]['cols'][] = ($fname); + if (in_array('UNIQUE', $idxs[$findex]['opts']) != $funiqueindex) { + if ($this->debug) ADOConnection::outp("Index $findex defined once UNIQUE and once not"); + } + if ($funiqueindex && !in_array('UNIQUE', $idxs[$findex]['opts'])) + $idxs[$findex]['opts'][] = 'UNIQUE'; + } + else + { + $idxs[$findex] = array(); + $idxs[$findex]['cols'] = array($fname); + if ($funiqueindex) + $idxs[$findex]['opts'] = array('UNIQUE'); + else + $idxs[$findex]['opts'] = array(); + } + } + + //-------------------- + // CONSTRUCT FIELD SQL + if ($fdefts) { + if (substr($this->connection->databaseType,0,5) == 'mysql') { + $ftype = 'TIMESTAMP'; + } else { + $fdefault = $this->connection->sysTimeStamp; + } + } else if ($fdefdate) { + if (substr($this->connection->databaseType,0,5) == 'mysql') { + $ftype = 'TIMESTAMP'; + } else { + $fdefault = $this->connection->sysDate; + } + } else if ($fdefault !== false && !$fnoquote) { + if ($ty == 'C' or $ty == 'X' or + ( substr($fdefault,0,1) != "'" && !is_numeric($fdefault))) { + + if (($ty == 'D' || $ty == 'T') && strtolower($fdefault) != 'null') { + // convert default date into database-aware code + if ($ty == 'T') + { + $fdefault = $this->connection->DBTimeStamp($fdefault); + } + else + { + $fdefault = $this->connection->DBDate($fdefault); + } + } + else + if (strlen($fdefault) != 1 && substr($fdefault,0,1) == ' ' && substr($fdefault,strlen($fdefault)-1) == ' ') + $fdefault = trim($fdefault); + else if (strtolower($fdefault) != 'null') + $fdefault = $this->connection->qstr($fdefault); + } + } + $suffix = $this->_CreateSuffix($fname,$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned); + + // add index creation + if ($widespacing) $fname = str_pad($fname,24); + + // check for field names appearing twice + if (array_key_exists($fid, $lines)) { + ADOConnection::outp("Field '$fname' defined twice"); + } + + $lines[$fid] = $fname.' '.$ftype.$suffix; + + if ($fautoinc) $this->autoIncrement = true; + } // foreach $flds + + return array($lines,$pkey,$idxs); + } + + /** + GENERATE THE SIZE PART OF THE DATATYPE + $ftype is the actual type + $ty is the type defined originally in the DDL + */ + function _GetSize($ftype, $ty, $fsize, $fprec) + { + if (strlen($fsize) && $ty != 'X' && $ty != 'B' && strpos($ftype,'(') === false) { + $ftype .= "(".$fsize; + if (strlen($fprec)) $ftype .= ",".$fprec; + $ftype .= ')'; + } + return $ftype; + } + + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + $unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : ''; + + $s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname . ' '; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s .= '(' . $flds . ')'; + $sql[] = $s; + + return $sql; + } + + function _DropAutoIncrement($tabname) + { + return false; + } + + function _TableSQL($tabname,$lines,$pkey,$tableoptions) + { + $sql = array(); + + if (isset($tableoptions['REPLACE']) || isset ($tableoptions['DROP'])) { + $sql[] = sprintf($this->dropTable,$tabname); + if ($this->autoIncrement) { + $sInc = $this->_DropAutoIncrement($tabname); + if ($sInc) $sql[] = $sInc; + } + if ( isset ($tableoptions['DROP']) ) { + return $sql; + } + } + $s = "CREATE TABLE $tabname (\n"; + $s .= implode(",\n", $lines); + if (sizeof($pkey)>0) { + $s .= ",\n PRIMARY KEY ("; + $s .= implode(", ",$pkey).")"; + } + if (isset($tableoptions['CONSTRAINTS'])) + $s .= "\n".$tableoptions['CONSTRAINTS']; + + if (isset($tableoptions[$this->upperName.'_CONSTRAINTS'])) + $s .= "\n".$tableoptions[$this->upperName.'_CONSTRAINTS']; + + $s .= "\n)"; + if (isset($tableoptions[$this->upperName])) $s .= $tableoptions[$this->upperName]; + $sql[] = $s; + + return $sql; + } + + /** + GENERATE TRIGGERS IF NEEDED + used when table has auto-incrementing field that is emulated using triggers + */ + function _Triggers($tabname,$taboptions) + { + return array(); + } + + /** + Sanitize options, so that array elements with no keys are promoted to keys + */ + function _Options($opts) + { + if (!is_array($opts)) return array(); + $newopts = array(); + foreach($opts as $k => $v) { + if (is_numeric($k)) $newopts[strtoupper($v)] = $v; + else $newopts[strtoupper($k)] = $v; + } + return $newopts; + } + + /** + "Florian Buzin [ easywe ]" + + This function changes/adds new fields to your table. You don't + have to know if the col is new or not. It will check on its own. + */ + function ChangeTableSQL($tablename, $flds, $tableoptions = false, $dropOldFlds=false) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($this->connection->fetchMode !== false) $savem = $this->connection->SetFetchMode(false); + + // check table exists + $save_handler = $this->connection->raiseErrorFn; + $this->connection->raiseErrorFn = ''; + $cols = $this->MetaColumns($tablename); + $this->connection->raiseErrorFn = $save_handler; + + if (isset($savem)) $this->connection->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ( empty($cols)) { + return $this->CreateTableSQL($tablename, $flds, $tableoptions); + } + + if (is_array($flds)) { + // Cycle through the update fields, comparing + // existing fields to fields to update. + // if the Metatype and size is exactly the + // same, ignore - by Mark Newham + $holdflds = array(); + foreach($flds as $k=>$v) { + if ( isset($cols[$k]) && is_object($cols[$k]) ) { + // If already not allowing nulls, then don't change + $obj = $cols[$k]; + if (isset($obj->not_null) && $obj->not_null) + $v = str_replace('NOT NULL','',$v); + if (isset($obj->auto_increment) && $obj->auto_increment && empty($v['AUTOINCREMENT'])) + $v = str_replace('AUTOINCREMENT','',$v); + + $c = $cols[$k]; + $ml = $c->max_length; + $mt = $this->MetaType($c->type,$ml); + if ($ml == -1) $ml = ''; + if ($mt == 'X') $ml = $v['SIZE']; + if (($mt != $v['TYPE']) || $ml != $v['SIZE'] || (isset($v['AUTOINCREMENT']) && $v['AUTOINCREMENT'] != $obj->auto_increment)) { + $holdflds[$k] = $v; + } + } else { + $holdflds[$k] = $v; + } + } + $flds = $holdflds; + } + + + // already exists, alter table instead + list($lines,$pkey,$idxs) = $this->_GenFields($flds); + // genfields can return FALSE at times + if ($lines == null) $lines = array(); + $alter = 'ALTER TABLE ' . $this->TableName($tablename); + $sql = array(); + + foreach ( $lines as $id => $v ) { + if ( isset($cols[$id]) && is_object($cols[$id]) ) { + + $flds = Lens_ParseArgs($v,','); + + // We are trying to change the size of the field, if not allowed, simply ignore the request. + // $flds[1] holds the type, $flds[2] holds the size -postnuke addition + if ($flds && in_array(strtoupper(substr($flds[0][1],0,4)),$this->invalidResizeTypes4) + && (isset($flds[0][2]) && is_numeric($flds[0][2]))) { + if ($this->debug) ADOConnection::outp(sprintf("

%s cannot be changed to %s currently

", $flds[0][0], $flds[0][1])); + #echo "

$this->alterCol cannot be changed to $flds currently

"; + continue; + } + $sql[] = $alter . $this->alterCol . ' ' . $v; + } else { + $sql[] = $alter . $this->addCol . ' ' . $v; + } + } + + if ($dropOldFlds) { + foreach ( $cols as $id => $v ) + if ( !isset($lines[$id]) ) + $sql[] = $alter . $this->dropCol . ' ' . $v->name; + } + return $sql; + } +} // class +?> diff --git a/e_lib/adodb5/adodb-error.inc.php b/e_lib/adodb5/adodb-error.inc.php new file mode 100644 index 00000000..5a5b7efd --- /dev/null +++ b/e_lib/adodb5/adodb-error.inc.php @@ -0,0 +1,258 @@ + DB_ERROR_NOSUCHTABLE, + '/Relation [\"\'].*[\"\'] already exists|Cannot insert a duplicate key into (a )?unique index.*/i' => DB_ERROR_ALREADY_EXISTS, + '/divide by zero$/i' => DB_ERROR_DIVZERO, + '/pg_atoi: error in .*: can\'t parse /i' => DB_ERROR_INVALID_NUMBER, + '/ttribute [\"\'].*[\"\'] not found|Relation [\"\'].*[\"\'] does not have attribute [\"\'].*[\"\']/i' => DB_ERROR_NOSUCHFIELD, + '/parser: parse error at or near \"/i' => DB_ERROR_SYNTAX, + '/referential integrity violation/i' => DB_ERROR_CONSTRAINT, + '/Relation [\"\'].*[\"\'] already exists|Cannot insert a duplicate key into (a )?unique index.*|duplicate key violates unique constraint/i' + => DB_ERROR_ALREADY_EXISTS + ); + reset($error_regexps); + while (list($regexp,$code) = each($error_regexps)) { + if (preg_match($regexp, $errormsg)) { + return $code; + } + } + // Fall back to DB_ERROR if there was no mapping. + return DB_ERROR; +} + +function adodb_error_odbc() +{ +static $MAP = array( + '01004' => DB_ERROR_TRUNCATED, + '07001' => DB_ERROR_MISMATCH, + '21S01' => DB_ERROR_MISMATCH, + '21S02' => DB_ERROR_MISMATCH, + '22003' => DB_ERROR_INVALID_NUMBER, + '22008' => DB_ERROR_INVALID_DATE, + '22012' => DB_ERROR_DIVZERO, + '23000' => DB_ERROR_CONSTRAINT, + '24000' => DB_ERROR_INVALID, + '34000' => DB_ERROR_INVALID, + '37000' => DB_ERROR_SYNTAX, + '42000' => DB_ERROR_SYNTAX, + 'IM001' => DB_ERROR_UNSUPPORTED, + 'S0000' => DB_ERROR_NOSUCHTABLE, + 'S0001' => DB_ERROR_NOT_FOUND, + 'S0002' => DB_ERROR_NOSUCHTABLE, + 'S0011' => DB_ERROR_ALREADY_EXISTS, + 'S0012' => DB_ERROR_NOT_FOUND, + 'S0021' => DB_ERROR_ALREADY_EXISTS, + 'S0022' => DB_ERROR_NOT_FOUND, + 'S1000' => DB_ERROR_NOSUCHTABLE, + 'S1009' => DB_ERROR_INVALID, + 'S1090' => DB_ERROR_INVALID, + 'S1C00' => DB_ERROR_NOT_CAPABLE + ); + return $MAP; +} + +function adodb_error_ibase() +{ +static $MAP = array( + -104 => DB_ERROR_SYNTAX, + -150 => DB_ERROR_ACCESS_VIOLATION, + -151 => DB_ERROR_ACCESS_VIOLATION, + -155 => DB_ERROR_NOSUCHTABLE, + -157 => DB_ERROR_NOSUCHFIELD, + -158 => DB_ERROR_VALUE_COUNT_ON_ROW, + -170 => DB_ERROR_MISMATCH, + -171 => DB_ERROR_MISMATCH, + -172 => DB_ERROR_INVALID, + -204 => DB_ERROR_INVALID, + -205 => DB_ERROR_NOSUCHFIELD, + -206 => DB_ERROR_NOSUCHFIELD, + -208 => DB_ERROR_INVALID, + -219 => DB_ERROR_NOSUCHTABLE, + -297 => DB_ERROR_CONSTRAINT, + -530 => DB_ERROR_CONSTRAINT, + -803 => DB_ERROR_CONSTRAINT, + -551 => DB_ERROR_ACCESS_VIOLATION, + -552 => DB_ERROR_ACCESS_VIOLATION, + -922 => DB_ERROR_NOSUCHDB, + -923 => DB_ERROR_CONNECT_FAILED, + -924 => DB_ERROR_CONNECT_FAILED + ); + + return $MAP; +} + +function adodb_error_ifx() +{ +static $MAP = array( + '-201' => DB_ERROR_SYNTAX, + '-206' => DB_ERROR_NOSUCHTABLE, + '-217' => DB_ERROR_NOSUCHFIELD, + '-329' => DB_ERROR_NODBSELECTED, + '-1204' => DB_ERROR_INVALID_DATE, + '-1205' => DB_ERROR_INVALID_DATE, + '-1206' => DB_ERROR_INVALID_DATE, + '-1209' => DB_ERROR_INVALID_DATE, + '-1210' => DB_ERROR_INVALID_DATE, + '-1212' => DB_ERROR_INVALID_DATE + ); + + return $MAP; +} + +function adodb_error_oci8() +{ +static $MAP = array( + 1 => DB_ERROR_ALREADY_EXISTS, + 900 => DB_ERROR_SYNTAX, + 904 => DB_ERROR_NOSUCHFIELD, + 923 => DB_ERROR_SYNTAX, + 942 => DB_ERROR_NOSUCHTABLE, + 955 => DB_ERROR_ALREADY_EXISTS, + 1476 => DB_ERROR_DIVZERO, + 1722 => DB_ERROR_INVALID_NUMBER, + 2289 => DB_ERROR_NOSUCHTABLE, + 2291 => DB_ERROR_CONSTRAINT, + 2449 => DB_ERROR_CONSTRAINT + ); + + return $MAP; +} + +function adodb_error_mssql() +{ +static $MAP = array( + 208 => DB_ERROR_NOSUCHTABLE, + 2601 => DB_ERROR_ALREADY_EXISTS + ); + + return $MAP; +} + +function adodb_error_sqlite() +{ +static $MAP = array( + 1 => DB_ERROR_SYNTAX + ); + + return $MAP; +} + +function adodb_error_mysql() +{ +static $MAP = array( + 1004 => DB_ERROR_CANNOT_CREATE, + 1005 => DB_ERROR_CANNOT_CREATE, + 1006 => DB_ERROR_CANNOT_CREATE, + 1007 => DB_ERROR_ALREADY_EXISTS, + 1008 => DB_ERROR_CANNOT_DROP, + 1045 => DB_ERROR_ACCESS_VIOLATION, + 1046 => DB_ERROR_NODBSELECTED, + 1049 => DB_ERROR_NOSUCHDB, + 1050 => DB_ERROR_ALREADY_EXISTS, + 1051 => DB_ERROR_NOSUCHTABLE, + 1054 => DB_ERROR_NOSUCHFIELD, + 1062 => DB_ERROR_ALREADY_EXISTS, + 1064 => DB_ERROR_SYNTAX, + 1100 => DB_ERROR_NOT_LOCKED, + 1136 => DB_ERROR_VALUE_COUNT_ON_ROW, + 1146 => DB_ERROR_NOSUCHTABLE, + 1048 => DB_ERROR_CONSTRAINT, + 2002 => DB_ERROR_CONNECT_FAILED, + 2005 => DB_ERROR_CONNECT_FAILED + ); + + return $MAP; +} +?> diff --git a/e_lib/adodb5/adodb-errorhandler.inc.php b/e_lib/adodb5/adodb-errorhandler.inc.php new file mode 100644 index 00000000..dab7bd04 --- /dev/null +++ b/e_lib/adodb5/adodb-errorhandler.inc.php @@ -0,0 +1,79 @@ +$s

"; + trigger_error($s,ADODB_ERROR_HANDLER_TYPE); +} +?> diff --git a/e_lib/adodb5/adodb-errorpear.inc.php b/e_lib/adodb5/adodb-errorpear.inc.php new file mode 100644 index 00000000..9237ad1c --- /dev/null +++ b/e_lib/adodb5/adodb-errorpear.inc.php @@ -0,0 +1,88 @@ +!$s

"; +} + +/** +* Returns last PEAR_Error object. This error might be for an error that +* occured several sql statements ago. +*/ +function ADODB_PEAR_Error() +{ +global $ADODB_Last_PEAR_Error; + + return $ADODB_Last_PEAR_Error; +} + +?> diff --git a/e_lib/adodb5/adodb-exceptions.inc.php b/e_lib/adodb5/adodb-exceptions.inc.php new file mode 100644 index 00000000..60483bdf --- /dev/null +++ b/e_lib/adodb5/adodb-exceptions.inc.php @@ -0,0 +1,82 @@ +sql = $p1; + $this->params = $p2; + $s = "$dbms error: [$errno: $errmsg] in $fn(\"$p1\")\n"; + break; + + case 'PCONNECT': + case 'CONNECT': + $user = $thisConnection->user; + $s = "$dbms error: [$errno: $errmsg] in $fn($p1, '$user', '****', $p2)\n"; + break; + default: + $s = "$dbms error: [$errno: $errmsg] in $fn($p1, $p2)\n"; + break; + } + + $this->dbms = $dbms; + if ($thisConnection) { + $this->host = $thisConnection->host; + $this->database = $thisConnection->database; + } + $this->fn = $fn; + $this->msg = $errmsg; + + if (!is_numeric($errno)) $errno = -1; + parent::__construct($s,$errno); + } +} + +/** +* Default Error Handler. This will be called with the following params +* +* @param $dbms the RDBMS you are connecting to +* @param $fn the name of the calling function (in uppercase) +* @param $errno the native error number from the database +* @param $errmsg the native error msg from the database +* @param $p1 $fn specific parameter - see below +* @param $P2 $fn specific parameter - see below +*/ + +function adodb_throw($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection) +{ +global $ADODB_EXCEPTION; + + if (error_reporting() == 0) return; // obey @ protocol + if (is_string($ADODB_EXCEPTION)) $errfn = $ADODB_EXCEPTION; + else $errfn = 'ADODB_EXCEPTION'; + throw new $errfn($dbms, $fn, $errno, $errmsg, $p1, $p2, $thisConnection); +} + + +?> diff --git a/e_lib/adodb5/adodb-iterator.inc.php b/e_lib/adodb5/adodb-iterator.inc.php new file mode 100644 index 00000000..8209ba71 --- /dev/null +++ b/e_lib/adodb5/adodb-iterator.inc.php @@ -0,0 +1,30 @@ +Execute("select * from adoxyz"); + foreach($rs as $k => $v) { + echo $k; print_r($v); echo "
"; + } + + + Iterator code based on http://cvs.php.net/cvs.php/php-src/ext/spl/examples/cachingiterator.inc?login=2 + + + Moved to adodb.inc.php to improve performance. + */ + + + + + +?> diff --git a/e_lib/adodb5/adodb-lib.inc.php b/e_lib/adodb5/adodb-lib.inc.php new file mode 100644 index 00000000..33b420c1 --- /dev/null +++ b/e_lib/adodb5/adodb-lib.inc.php @@ -0,0 +1,1193 @@ + sizeof($array)) $max = sizeof($array); + else $max = $probe; + + + for ($j=0;$j < $max; $j++) { + $row = $array[$j]; + if (!$row) break; + $i = -1; + foreach($row as $v) { + $i += 1; + + if (isset($types[$i]) && $types[$i]=='C') continue; + + //print " ($i ".$types[$i]. "$v) "; + $v = trim($v); + + if (!preg_match('/^[+-]{0,1}[0-9\.]+$/',$v)) { + $types[$i] = 'C'; // once C, always C + + continue; + } + if ($j == 0) { + // If empty string, we presume is character + // test for integer for 1st row only + // after that it is up to testing other rows to prove + // that it is not an integer + if (strlen($v) == 0) $types[$i] = 'C'; + if (strpos($v,'.') !== false) $types[$i] = 'N'; + else $types[$i] = 'I'; + continue; + } + + if (strpos($v,'.') !== false) $types[$i] = 'N'; + + } + } + +} + +function adodb_transpose(&$arr, &$newarr, &$hdr, &$fobjs) +{ + $oldX = sizeof(reset($arr)); + $oldY = sizeof($arr); + + if ($hdr) { + $startx = 1; + $hdr = array('Fields'); + for ($y = 0; $y < $oldY; $y++) { + $hdr[] = $arr[$y][0]; + } + } else + $startx = 0; + + for ($x = $startx; $x < $oldX; $x++) { + if ($fobjs) { + $o = $fobjs[$x]; + $newarr[] = array($o->name); + } else + $newarr[] = array(); + + for ($y = 0; $y < $oldY; $y++) { + $newarr[$x-$startx][] = $arr[$y][$x]; + } + } +} + +// Force key to upper. +// See also http://www.php.net/manual/en/function.array-change-key-case.php +function _array_change_key_case($an_array) +{ + if (is_array($an_array)) { + $new_array = array(); + foreach($an_array as $key=>$value) + $new_array[strtoupper($key)] = $value; + + return $new_array; + } + + return $an_array; +} + +function _adodb_replace(&$zthis, $table, $fieldArray, $keyCol, $autoQuote, $has_autoinc) +{ + if (count($fieldArray) == 0) return 0; + $first = true; + $uSet = ''; + + if (!is_array($keyCol)) { + $keyCol = array($keyCol); + } + foreach($fieldArray as $k => $v) { + if ($v === null) { + $v = 'NULL'; + $fieldArray[$k] = $v; + } else if ($autoQuote && /*!is_numeric($v) /*and strncmp($v,"'",1) !== 0 -- sql injection risk*/ strcasecmp($v,$zthis->null2null)!=0) { + $v = $zthis->qstr($v); + $fieldArray[$k] = $v; + } + if (in_array($k,$keyCol)) continue; // skip UPDATE if is key + + if ($first) { + $first = false; + $uSet = "$k=$v"; + } else + $uSet .= ",$k=$v"; + } + + $where = false; + foreach ($keyCol as $v) { + if (isset($fieldArray[$v])) { + if ($where) $where .= ' and '.$v.'='.$fieldArray[$v]; + else $where = $v.'='.$fieldArray[$v]; + } + } + + if ($uSet && $where) { + $update = "UPDATE $table SET $uSet WHERE $where"; + + $rs = $zthis->Execute($update); + + + if ($rs) { + if ($zthis->poorAffectedRows) { + /* + The Select count(*) wipes out any errors that the update would have returned. + http://phplens.com/lens/lensforum/msgs.php?id=5696 + */ + if ($zthis->ErrorNo()<>0) return 0; + + # affected_rows == 0 if update field values identical to old values + # for mysql - which is silly. + + $cnt = $zthis->GetOne("select count(*) from $table where $where"); + if ($cnt > 0) return 1; // record already exists + } else { + if (($zthis->Affected_Rows()>0)) return 1; + } + } else + return 0; + } + + // print "

Error=".$this->ErrorNo().'

'; + $first = true; + foreach($fieldArray as $k => $v) { + if ($has_autoinc && in_array($k,$keyCol)) continue; // skip autoinc col + + if ($first) { + $first = false; + $iCols = "$k"; + $iVals = "$v"; + } else { + $iCols .= ",$k"; + $iVals .= ",$v"; + } + } + $insert = "INSERT INTO $table ($iCols) VALUES ($iVals)"; + $rs = $zthis->Execute($insert); + return ($rs) ? 2 : 0; +} + +// Requires $ADODB_FETCH_MODE = ADODB_FETCH_NUM +function _adodb_getmenu(&$zthis, $name,$defstr='',$blank1stItem=true,$multiple=false, + $size=0, $selectAttr='',$compareFields0=true) +{ + $hasvalue = false; + + if ($multiple or is_array($defstr)) { + if ($size==0) $size=5; + $attr = ' multiple size="'.$size.'"'; + if (!strpos($name,'[]')) $name .= '[]'; + } else if ($size) $attr = ' size="'.$size.'"'; + else $attr =''; + + $s = '\n"; +} + +// Requires $ADODB_FETCH_MODE = ADODB_FETCH_NUM +function _adodb_getmenu_gp(&$zthis, $name,$defstr='',$blank1stItem=true,$multiple=false, + $size=0, $selectAttr='',$compareFields0=true) +{ + $hasvalue = false; + + if ($multiple or is_array($defstr)) { + if ($size==0) $size=5; + $attr = ' multiple size="'.$size.'"'; + if (!strpos($name,'[]')) $name .= '[]'; + } else if ($size) $attr = ' size="'.$size.'"'; + else $attr =''; + + $s = '\n"; +} + + +/* + Count the number of records this sql statement will return by using + query rewriting heuristics... + + Does not work with UNIONs, except with postgresql and oracle. + + Usage: + + $conn->Connect(...); + $cnt = _adodb_getcount($conn, $sql); + +*/ +function _adodb_getcount(&$zthis, $sql,$inputarr=false,$secs2cache=0) +{ + $qryRecs = 0; + + if (!empty($zthis->_nestedSQL) || preg_match("/^\s*SELECT\s+DISTINCT/is", $sql) || + preg_match('/\s+GROUP\s+BY\s+/is',$sql) || + preg_match('/\s+UNION\s+/is',$sql)) { + + $rewritesql = adodb_strip_order_by($sql); + + // ok, has SELECT DISTINCT or GROUP BY so see if we can use a table alias + // but this is only supported by oracle and postgresql... + if ($zthis->dataProvider == 'oci8') { + // Allow Oracle hints to be used for query optimization, Chris Wrye + if (preg_match('#/\\*+.*?\\*\\/#', $sql, $hint)) { + $rewritesql = "SELECT ".$hint[0]." COUNT(*) FROM (".$rewritesql.")"; + } else + $rewritesql = "SELECT COUNT(*) FROM (".$rewritesql.")"; + + } else if (strncmp($zthis->databaseType,'postgres',8) == 0 || strncmp($zthis->databaseType,'mysql',5) == 0) { + $rewritesql = "SELECT COUNT(*) FROM ($rewritesql) _ADODB_ALIAS_"; + } else { + $rewritesql = "SELECT COUNT(*) FROM ($rewritesql)"; + } + } else { + // now replace SELECT ... FROM with SELECT COUNT(*) FROM + $rewritesql = preg_replace( + '/^\s*SELECT\s.*\s+FROM\s/Uis','SELECT COUNT(*) FROM ',$sql); + // fix by alexander zhukov, alex#unipack.ru, because count(*) and 'order by' fails + // with mssql, access and postgresql. Also a good speedup optimization - skips sorting! + // also see http://phplens.com/lens/lensforum/msgs.php?id=12752 + $rewritesql = adodb_strip_order_by($rewritesql); + } + + if (isset($rewritesql) && $rewritesql != $sql) { + if (preg_match('/\sLIMIT\s+[0-9]+/i',$sql,$limitarr)) $rewritesql .= $limitarr[0]; + + if ($secs2cache) { + // we only use half the time of secs2cache because the count can quickly + // become inaccurate if new records are added + $qryRecs = $zthis->CacheGetOne($secs2cache/2,$rewritesql,$inputarr); + + } else { + $qryRecs = $zthis->GetOne($rewritesql,$inputarr); + } + if ($qryRecs !== false) return $qryRecs; + } + //-------------------------------------------- + // query rewrite failed - so try slower way... + + + // strip off unneeded ORDER BY if no UNION + if (preg_match('/\s*UNION\s*/is', $sql)) $rewritesql = $sql; + else $rewritesql = $rewritesql = adodb_strip_order_by($sql); + + if (preg_match('/\sLIMIT\s+[0-9]+/i',$sql,$limitarr)) $rewritesql .= $limitarr[0]; + + $rstest = $zthis->Execute($rewritesql,$inputarr); + if (!$rstest) $rstest = $zthis->Execute($sql,$inputarr); + + if ($rstest) { + $qryRecs = $rstest->RecordCount(); + if ($qryRecs == -1) { + global $ADODB_EXTENSION; + // some databases will return -1 on MoveLast() - change to MoveNext() + if ($ADODB_EXTENSION) { + while(!$rstest->EOF) { + adodb_movenext($rstest); + } + } else { + while(!$rstest->EOF) { + $rstest->MoveNext(); + } + } + $qryRecs = $rstest->_currentRow; + } + $rstest->Close(); + if ($qryRecs == -1) return 0; + } + return $qryRecs; +} + +/* + Code originally from "Cornel G" + + This code might not work with SQL that has UNION in it + + Also if you are using CachePageExecute(), there is a strong possibility that + data will get out of synch. use CachePageExecute() only with tables that + rarely change. +*/ +function _adodb_pageexecute_all_rows(&$zthis, $sql, $nrows, $page, + $inputarr=false, $secs2cache=0) +{ + $atfirstpage = false; + $atlastpage = false; + $lastpageno=1; + + // If an invalid nrows is supplied, + // we assume a default value of 10 rows per page + if (!isset($nrows) || $nrows <= 0) $nrows = 10; + + $qryRecs = false; //count records for no offset + + $qryRecs = _adodb_getcount($zthis,$sql,$inputarr,$secs2cache); + $lastpageno = (int) ceil($qryRecs / $nrows); + $zthis->_maxRecordCount = $qryRecs; + + + + // ***** Here we check whether $page is the last page or + // whether we are trying to retrieve + // a page number greater than the last page number. + if ($page >= $lastpageno) { + $page = $lastpageno; + $atlastpage = true; + } + + // If page number <= 1, then we are at the first page + if (empty($page) || $page <= 1) { + $page = 1; + $atfirstpage = true; + } + + // We get the data we want + $offset = $nrows * ($page-1); + if ($secs2cache > 0) + $rsreturn = $zthis->CacheSelectLimit($secs2cache, $sql, $nrows, $offset, $inputarr); + else + $rsreturn = $zthis->SelectLimit($sql, $nrows, $offset, $inputarr, $secs2cache); + + + // Before returning the RecordSet, we set the pagination properties we need + if ($rsreturn) { + $rsreturn->_maxRecordCount = $qryRecs; + $rsreturn->rowsPerPage = $nrows; + $rsreturn->AbsolutePage($page); + $rsreturn->AtFirstPage($atfirstpage); + $rsreturn->AtLastPage($atlastpage); + $rsreturn->LastPageNo($lastpageno); + } + return $rsreturn; +} + +// Iv? Oliva version +function _adodb_pageexecute_no_last_page(&$zthis, $sql, $nrows, $page, $inputarr=false, $secs2cache=0) +{ + + $atfirstpage = false; + $atlastpage = false; + + if (!isset($page) || $page <= 1) { // If page number <= 1, then we are at the first page + $page = 1; + $atfirstpage = true; + } + if ($nrows <= 0) $nrows = 10; // If an invalid nrows is supplied, we assume a default value of 10 rows per page + + // ***** Here we check whether $page is the last page or whether we are trying to retrieve a page number greater than + // the last page number. + $pagecounter = $page + 1; + $pagecounteroffset = ($pagecounter * $nrows) - $nrows; + if ($secs2cache>0) $rstest = $zthis->CacheSelectLimit($secs2cache, $sql, $nrows, $pagecounteroffset, $inputarr); + else $rstest = $zthis->SelectLimit($sql, $nrows, $pagecounteroffset, $inputarr, $secs2cache); + if ($rstest) { + while ($rstest && $rstest->EOF && $pagecounter>0) { + $atlastpage = true; + $pagecounter--; + $pagecounteroffset = $nrows * ($pagecounter - 1); + $rstest->Close(); + if ($secs2cache>0) $rstest = $zthis->CacheSelectLimit($secs2cache, $sql, $nrows, $pagecounteroffset, $inputarr); + else $rstest = $zthis->SelectLimit($sql, $nrows, $pagecounteroffset, $inputarr, $secs2cache); + } + if ($rstest) $rstest->Close(); + } + if ($atlastpage) { // If we are at the last page or beyond it, we are going to retrieve it + $page = $pagecounter; + if ($page == 1) $atfirstpage = true; // We have to do this again in case the last page is the same as the first + //... page, that is, the recordset has only 1 page. + } + + // We get the data we want + $offset = $nrows * ($page-1); + if ($secs2cache > 0) $rsreturn = $zthis->CacheSelectLimit($secs2cache, $sql, $nrows, $offset, $inputarr); + else $rsreturn = $zthis->SelectLimit($sql, $nrows, $offset, $inputarr, $secs2cache); + + // Before returning the RecordSet, we set the pagination properties we need + if ($rsreturn) { + $rsreturn->rowsPerPage = $nrows; + $rsreturn->AbsolutePage($page); + $rsreturn->AtFirstPage($atfirstpage); + $rsreturn->AtLastPage($atlastpage); + } + return $rsreturn; +} + +function _adodb_getupdatesql(&$zthis,&$rs, $arrFields,$forceUpdate=false,$magicq=false,$force=2) +{ + global $ADODB_QUOTE_FIELDNAMES; + + if (!$rs) { + printf(ADODB_BAD_RS,'GetUpdateSQL'); + return false; + } + + $fieldUpdatedCount = 0; + $arrFields = _array_change_key_case($arrFields); + + $hasnumeric = isset($rs->fields[0]); + $setFields = ''; + + // Loop through all of the fields in the recordset + for ($i=0, $max=$rs->FieldCount(); $i < $max; $i++) { + // Get the field from the recordset + $field = $rs->FetchField($i); + + // If the recordset field is one + // of the fields passed in then process. + $upperfname = strtoupper($field->name); + if (adodb_key_exists($upperfname,$arrFields,$force)) { + + // If the existing field value in the recordset + // is different from the value passed in then + // go ahead and append the field name and new value to + // the update query. + + if ($hasnumeric) $val = $rs->fields[$i]; + else if (isset($rs->fields[$upperfname])) $val = $rs->fields[$upperfname]; + else if (isset($rs->fields[$field->name])) $val = $rs->fields[$field->name]; + else if (isset($rs->fields[strtolower($upperfname)])) $val = $rs->fields[strtolower($upperfname)]; + else $val = ''; + + + if ($forceUpdate || strcmp($val, $arrFields[$upperfname])) { + // Set the counter for the number of fields that will be updated. + $fieldUpdatedCount++; + + // Based on the datatype of the field + // Format the value properly for the database + $type = $rs->MetaType($field->type); + + + if ($type == 'null') { + $type = 'C'; + } + + if ((strpos($upperfname,' ') !== false) || ($ADODB_QUOTE_FIELDNAMES)) + $fnameq = $zthis->nameQuote.$upperfname.$zthis->nameQuote; + else + $fnameq = $upperfname; + + + // is_null requires php 4.0.4 + //********************************************************// + if (is_null($arrFields[$upperfname]) + || (empty($arrFields[$upperfname]) && strlen($arrFields[$upperfname]) == 0) + || $arrFields[$upperfname] === $zthis->null2null + ) + { + switch ($force) { + + //case 0: + // //Ignore empty values. This is allready handled in "adodb_key_exists" function. + //break; + + case 1: + //Set null + $setFields .= $field->name . " = null, "; + break; + + case 2: + //Set empty + $arrFields[$upperfname] = ""; + $setFields .= _adodb_column_sql($zthis, 'U', $type, $upperfname, $fnameq,$arrFields, $magicq); + break; + default: + case 3: + //Set the value that was given in array, so you can give both null and empty values + if (is_null($arrFields[$upperfname]) || $arrFields[$upperfname] === $zthis->null2null) { + $setFields .= $field->name . " = null, "; + } else { + $setFields .= _adodb_column_sql($zthis, 'U', $type, $upperfname, $fnameq,$arrFields, $magicq); + } + break; + } + //********************************************************// + } else { + //we do this so each driver can customize the sql for + //DB specific column types. + //Oracle needs BLOB types to be handled with a returning clause + //postgres has special needs as well + $setFields .= _adodb_column_sql($zthis, 'U', $type, $upperfname, $fnameq, + $arrFields, $magicq); + } + } + } + } + + // If there were any modified fields then build the rest of the update query. + if ($fieldUpdatedCount > 0 || $forceUpdate) { + // Get the table name from the existing query. + if (!empty($rs->tableName)) $tableName = $rs->tableName; + else { + preg_match("/FROM\s+".ADODB_TABLE_REGEX."/is", $rs->sql, $tableName); + $tableName = $tableName[1]; + } + // Get the full where clause excluding the word "WHERE" from + // the existing query. + preg_match('/\sWHERE\s(.*)/is', $rs->sql, $whereClause); + + $discard = false; + // not a good hack, improvements? + if ($whereClause) { + #var_dump($whereClause); + if (preg_match('/\s(ORDER\s.*)/is', $whereClause[1], $discard)); + else if (preg_match('/\s(LIMIT\s.*)/is', $whereClause[1], $discard)); + else if (preg_match('/\s(FOR UPDATE.*)/is', $whereClause[1], $discard)); + else preg_match('/\s.*(\) WHERE .*)/is', $whereClause[1], $discard); # see http://sourceforge.net/tracker/index.php?func=detail&aid=1379638&group_id=42718&atid=433976 + } else + $whereClause = array(false,false); + + if ($discard) + $whereClause[1] = substr($whereClause[1], 0, strlen($whereClause[1]) - strlen($discard[1])); + + $sql = 'UPDATE '.$tableName.' SET '.substr($setFields, 0, -2); + if (strlen($whereClause[1]) > 0) + $sql .= ' WHERE '.$whereClause[1]; + + return $sql; + + } else { + return false; + } +} + +function adodb_key_exists($key, &$arr,$force=2) +{ + if ($force<=0) { + // the following is the old behaviour where null or empty fields are ignored + return (!empty($arr[$key])) || (isset($arr[$key]) && strlen($arr[$key])>0); + } + + if (isset($arr[$key])) return true; + ## null check below + if (ADODB_PHPVER >= 0x4010) return array_key_exists($key,$arr); + return false; +} + +/** + * There is a special case of this function for the oci8 driver. + * The proper way to handle an insert w/ a blob in oracle requires + * a returning clause with bind variables and a descriptor blob. + * + * + */ +function _adodb_getinsertsql(&$zthis,&$rs,$arrFields,$magicq=false,$force=2) +{ +static $cacheRS = false; +static $cacheSig = 0; +static $cacheCols; + global $ADODB_QUOTE_FIELDNAMES; + + $tableName = ''; + $values = ''; + $fields = ''; + $recordSet = null; + $arrFields = _array_change_key_case($arrFields); + $fieldInsertedCount = 0; + + if (is_string($rs)) { + //ok we have a table name + //try and get the column info ourself. + $tableName = $rs; + + //we need an object for the recordSet + //because we have to call MetaType. + //php can't do a $rsclass::MetaType() + $rsclass = $zthis->rsPrefix.$zthis->databaseType; + $recordSet = new $rsclass(-1,$zthis->fetchMode); + $recordSet->connection = $zthis; + + if (is_string($cacheRS) && $cacheRS == $rs) { + $columns = $cacheCols; + } else { + $columns = $zthis->MetaColumns( $tableName ); + $cacheRS = $tableName; + $cacheCols = $columns; + } + } else if (is_subclass_of($rs, 'adorecordset')) { + if (isset($rs->insertSig) && is_integer($cacheRS) && $cacheRS == $rs->insertSig) { + $columns = $cacheCols; + } else { + for ($i=0, $max=$rs->FieldCount(); $i < $max; $i++) + $columns[] = $rs->FetchField($i); + $cacheRS = $cacheSig; + $cacheCols = $columns; + $rs->insertSig = $cacheSig++; + } + $recordSet = $rs; + + } else { + printf(ADODB_BAD_RS,'GetInsertSQL'); + return false; + } + + // Loop through all of the fields in the recordset + foreach( $columns as $field ) { + $upperfname = strtoupper($field->name); + if (adodb_key_exists($upperfname,$arrFields,$force)) { + $bad = false; + if ((strpos($upperfname,' ') !== false) || ($ADODB_QUOTE_FIELDNAMES)) + $fnameq = $zthis->nameQuote.$upperfname.$zthis->nameQuote; + else + $fnameq = $upperfname; + + $type = $recordSet->MetaType($field->type); + + /********************************************************/ + if (is_null($arrFields[$upperfname]) + || (empty($arrFields[$upperfname]) && strlen($arrFields[$upperfname]) == 0) + || $arrFields[$upperfname] === $zthis->null2null + ) + { + switch ($force) { + + case 0: // we must always set null if missing + $bad = true; + break; + + case 1: + $values .= "null, "; + break; + + case 2: + //Set empty + $arrFields[$upperfname] = ""; + $values .= _adodb_column_sql($zthis, 'I', $type, $upperfname, $fnameq,$arrFields, $magicq); + break; + + default: + case 3: + //Set the value that was given in array, so you can give both null and empty values + if (is_null($arrFields[$upperfname]) || $arrFields[$upperfname] === $zthis->null2null) { + $values .= "null, "; + } else { + $values .= _adodb_column_sql($zthis, 'I', $type, $upperfname, $fnameq, $arrFields, $magicq); + } + break; + } // switch + + /*********************************************************/ + } else { + //we do this so each driver can customize the sql for + //DB specific column types. + //Oracle needs BLOB types to be handled with a returning clause + //postgres has special needs as well + $values .= _adodb_column_sql($zthis, 'I', $type, $upperfname, $fnameq, + $arrFields, $magicq); + } + + if ($bad) continue; + // Set the counter for the number of fields that will be inserted. + $fieldInsertedCount++; + + + // Get the name of the fields to insert + $fields .= $fnameq . ", "; + } + } + + + // If there were any inserted fields then build the rest of the insert query. + if ($fieldInsertedCount <= 0) return false; + + // Get the table name from the existing query. + if (!$tableName) { + if (!empty($rs->tableName)) $tableName = $rs->tableName; + else if (preg_match("/FROM\s+".ADODB_TABLE_REGEX."/is", $rs->sql, $tableName)) + $tableName = $tableName[1]; + else + return false; + } + + // Strip off the comma and space on the end of both the fields + // and their values. + $fields = substr($fields, 0, -2); + $values = substr($values, 0, -2); + + // Append the fields and their values to the insert query. + return 'INSERT INTO '.$tableName.' ( '.$fields.' ) VALUES ( '.$values.' )'; +} + + +/** + * This private method is used to help construct + * the update/sql which is generated by GetInsertSQL and GetUpdateSQL. + * It handles the string construction of 1 column -> sql string based on + * the column type. We want to do 'safe' handling of BLOBs + * + * @param string the type of sql we are trying to create + * 'I' or 'U'. + * @param string column data type from the db::MetaType() method + * @param string the column name + * @param array the column value + * + * @return string + * + */ +function _adodb_column_sql_oci8(&$zthis,$action, $type, $fname, $fnameq, $arrFields, $magicq) +{ + $sql = ''; + + // Based on the datatype of the field + // Format the value properly for the database + switch($type) { + case 'B': + //in order to handle Blobs correctly, we need + //to do some magic for Oracle + + //we need to create a new descriptor to handle + //this properly + if (!empty($zthis->hasReturningInto)) { + if ($action == 'I') { + $sql = 'empty_blob(), '; + } else { + $sql = $fnameq. '=empty_blob(), '; + } + //add the variable to the returning clause array + //so the user can build this later in + //case they want to add more to it + $zthis->_returningArray[$fname] = ':xx'.$fname.'xx'; + } else if (empty($arrFields[$fname])){ + if ($action == 'I') { + $sql = 'empty_blob(), '; + } else { + $sql = $fnameq. '=empty_blob(), '; + } + } else { + //this is to maintain compatibility + //with older adodb versions. + $sql = _adodb_column_sql($zthis, $action, $type, $fname, $fnameq, $arrFields, $magicq,false); + } + break; + + case "X": + //we need to do some more magic here for long variables + //to handle these correctly in oracle. + + //create a safe bind var name + //to avoid conflicts w/ dupes. + if (!empty($zthis->hasReturningInto)) { + if ($action == 'I') { + $sql = ':xx'.$fname.'xx, '; + } else { + $sql = $fnameq.'=:xx'.$fname.'xx, '; + } + //add the variable to the returning clause array + //so the user can build this later in + //case they want to add more to it + $zthis->_returningArray[$fname] = ':xx'.$fname.'xx'; + } else { + //this is to maintain compatibility + //with older adodb versions. + $sql = _adodb_column_sql($zthis, $action, $type, $fname, $fnameq, $arrFields, $magicq,false); + } + break; + + default: + $sql = _adodb_column_sql($zthis, $action, $type, $fname, $fnameq, $arrFields, $magicq,false); + break; + } + + return $sql; +} + +function _adodb_column_sql(&$zthis, $action, $type, $fname, $fnameq, $arrFields, $magicq, $recurse=true) +{ + + if ($recurse) { + switch($zthis->dataProvider) { + case 'postgres': + if ($type == 'L') $type = 'C'; + break; + case 'oci8': + return _adodb_column_sql_oci8($zthis, $action, $type, $fname, $fnameq, $arrFields, $magicq); + + } + } + + switch($type) { + case "C": + case "X": + case 'B': + $val = $zthis->qstr($arrFields[$fname],$magicq); + break; + + case "D": + $val = $zthis->DBDate($arrFields[$fname]); + break; + + case "T": + $val = $zthis->DBTimeStamp($arrFields[$fname]); + break; + + case "N": + $val = $arrFields[$fname]; + if (!is_numeric($val)) $val = str_replace(',', '.', (float)$val); + break; + + case "I": + case "R": + $val = $arrFields[$fname]; + if (!is_numeric($val)) $val = (integer) $val; + break; + + default: + $val = str_replace(array("'"," ","("),"",$arrFields[$fname]); // basic sql injection defence + if (empty($val)) $val = '0'; + break; + } + + if ($action == 'I') return $val . ", "; + + + return $fnameq . "=" . $val . ", "; + +} + + + +function _adodb_debug_execute(&$zthis, $sql, $inputarr) +{ + $ss = ''; + if ($inputarr) { + foreach($inputarr as $kk=>$vv) { + if (is_string($vv) && strlen($vv)>64) $vv = substr($vv,0,64).'...'; + if (is_null($vv)) $ss .= "($kk=>null) "; + else $ss .= "($kk=>'$vv') "; + } + $ss = "[ $ss ]"; + } + $sqlTxt = is_array($sql) ? $sql[0] : $sql; + /*str_replace(', ','##1#__^LF',is_array($sql) ? $sql[0] : $sql); + $sqlTxt = str_replace(',',', ',$sqlTxt); + $sqlTxt = str_replace('##1#__^LF', ', ' ,$sqlTxt); + */ + // check if running from browser or command-line + $inBrowser = isset($_SERVER['HTTP_USER_AGENT']); + + $dbt = $zthis->databaseType; + if (isset($zthis->dsnType)) $dbt .= '-'.$zthis->dsnType; + if ($inBrowser) { + if ($ss) { + $ss = ''.htmlspecialchars($ss).''; + } + if ($zthis->debug === -1) + ADOConnection::outp( "
\n($dbt): ".htmlspecialchars($sqlTxt)."   $ss\n
\n",false); + else if ($zthis->debug !== -99) + ADOConnection::outp( "


\n($dbt): ".htmlspecialchars($sqlTxt)."   $ss\n
\n",false); + } else { + $ss = "\n ".$ss; + if ($zthis->debug !== -99) + ADOConnection::outp("-----
\n($dbt): ".$sqlTxt." $ss\n-----
\n",false); + } + + $qID = $zthis->_query($sql,$inputarr); + + /* + Alexios Fakios notes that ErrorMsg() must be called before ErrorNo() for mssql + because ErrorNo() calls Execute('SELECT @ERROR'), causing recursion + */ + if ($zthis->databaseType == 'mssql') { + // ErrorNo is a slow function call in mssql, and not reliable in PHP 4.0.6 + + if($emsg = $zthis->ErrorMsg()) { + if ($err = $zthis->ErrorNo()) { + if ($zthis->debug === -99) + ADOConnection::outp( "
\n($dbt): ".htmlspecialchars($sqlTxt)."   $ss\n
\n",false); + + ADOConnection::outp($err.': '.$emsg); + } + } + } else if (!$qID) { + + if ($zthis->debug === -99) + if ($inBrowser) ADOConnection::outp( "
\n($dbt): ".htmlspecialchars($sqlTxt)."   $ss\n
\n",false); + else ADOConnection::outp("-----
\n($dbt): ".$sqlTxt."$ss\n-----
\n",false); + + ADOConnection::outp($zthis->ErrorNo() .': '. $zthis->ErrorMsg()); + } + + if ($zthis->debug === 99) _adodb_backtrace(true,9999,2); + return $qID; +} + +# pretty print the debug_backtrace function +function _adodb_backtrace($printOrArr=true,$levels=9999,$skippy=0,$ishtml=null) +{ + if (!function_exists('debug_backtrace')) return ''; + + if ($ishtml === null) $html = (isset($_SERVER['HTTP_USER_AGENT'])); + else $html = $ishtml; + + $fmt = ($html) ? "
%% line %4d, file: %s" : "%% line %4d, file: %s"; + + $MAXSTRLEN = 128; + + $s = ($html) ? '
' : '';
+	
+	if (is_array($printOrArr)) $traceArr = $printOrArr;
+	else $traceArr = debug_backtrace();
+	array_shift($traceArr);
+	array_shift($traceArr);
+	$tabs = sizeof($traceArr)-2;
+	
+	foreach ($traceArr as $arr) {
+		if ($skippy) {$skippy -= 1; continue;}
+		$levels -= 1;
+		if ($levels < 0) break;
+		
+		$args = array();
+		for ($i=0; $i < $tabs; $i++) $s .=  ($html) ? '   ' : "\t";
+		$tabs -= 1;
+		if ($html) $s .= '';
+		if (isset($arr['class'])) $s .= $arr['class'].'.';
+		if (isset($arr['args']))
+		 foreach($arr['args'] as $v) {
+			if (is_null($v)) $args[] = 'null';
+			else if (is_array($v)) $args[] = 'Array['.sizeof($v).']';
+			else if (is_object($v)) $args[] = 'Object:'.get_class($v);
+			else if (is_bool($v)) $args[] = $v ? 'true' : 'false';
+			else {
+				$v = (string) @$v;
+				$str = htmlspecialchars(str_replace(array("\r","\n"),' ',substr($v,0,$MAXSTRLEN)));
+				if (strlen($v) > $MAXSTRLEN) $str .= '...';
+				$args[] = $str;
+			}
+		}
+		$s .= $arr['function'].'('.implode(', ',$args).')';
+		
+		
+		$s .= @sprintf($fmt, $arr['line'],$arr['file'],basename($arr['file']));
+			
+		$s .= "\n";
+	}	
+	if ($html) $s .= '
'; + if ($printOrArr) print $s; + + return $s; +} +/* +function _adodb_find_from($sql) +{ + + $sql = str_replace(array("\n","\r"), ' ', $sql); + $charCount = strlen($sql); + + $inString = false; + $quote = ''; + $parentheseCount = 0; + $prevChars = ''; + $nextChars = ''; + + + for($i = 0; $i < $charCount; $i++) { + + $char = substr($sql,$i,1); + $prevChars = substr($sql,0,$i); + $nextChars = substr($sql,$i+1); + + if((($char == "'" || $char == '"' || $char == '`') && substr($prevChars,-1,1) != '\\') && $inString === false) { + $quote = $char; + $inString = true; + } + + elseif((($char == "'" || $char == '"' || $char == '`') && substr($prevChars,-1,1) != '\\') && $inString === true && $quote == $char) { + $quote = ""; + $inString = false; + } + + elseif($char == "(" && $inString === false) + $parentheseCount++; + + elseif($char == ")" && $inString === false && $parentheseCount > 0) + $parentheseCount--; + + elseif($parentheseCount <= 0 && $inString === false && $char == " " && strtoupper(substr($prevChars,-5,5)) == " FROM") + return $i; + + } +} +*/ + +?> diff --git a/e_lib/adodb5/adodb-memcache.lib.inc.php b/e_lib/adodb5/adodb-memcache.lib.inc.php new file mode 100644 index 00000000..2f9b4e96 --- /dev/null +++ b/e_lib/adodb5/adodb-memcache.lib.inc.php @@ -0,0 +1,190 @@ +memCache = true; /// should we use memCache instead of caching in files +$db->memCacheHost = array($ip1, $ip2, $ip3); +$db->memCachePort = 11211; /// this is default memCache port +$db->memCacheCompress = false; /// Use 'true' to store the item compressed (uses zlib) + +$db->Connect(...); +$db->CacheExecute($sql); + + Note the memcache class is shared by all connections, is created during the first call to Connect/PConnect. + + Class instance is stored in $ADODB_CACHE +*/ + + class ADODB_Cache_MemCache { + var $createdir = false; // create caching directory structure? + + //----------------------------- + // memcache specific variables + + var $hosts; // array of hosts + var $port = 11211; + var $compress = false; // memcache compression with zlib + + var $_connected = false; + var $_memcache = false; + + function ADODB_Cache_MemCache(&$obj) + { + $this->hosts = $obj->memCacheHost; + $this->port = $obj->memCachePort; + $this->compress = $obj->memCacheCompress; + } + + // implement as lazy connection. The connection only occurs on CacheExecute call + function connect(&$err) + { + if (!function_exists('memcache_pconnect')) { + $err = 'Memcache module PECL extension not found!'; + return false; + } + + $memcache = new MemCache; + + if (!is_array($this->hosts)) $this->hosts = array($hosts); + + $failcnt = 0; + foreach($this->hosts as $host) { + if (!@$memcache->addServer($host,$this->port,true)) { + $failcnt += 1; + } + } + if ($failcnt == sizeof($this->hosts)) { + $err = 'Can\'t connect to any memcache server'; + return false; + } + $this->_connected = true; + $this->_memcache = $memcache; + return true; + } + + // returns true or false. true if successful save + function writecache($filename, $contents, $debug, $secs2cache) + { + if (!$this->_connected) { + $err = ''; + if (!$this->connect($err) && $debug) ADOConnection::outp($err); + } + if (!$this->_memcache) return false; + + if (!$this->_memcache->set($filename, $contents, $this->compress, $secs2cache)) { + if ($debug) ADOConnection::outp(" Failed to save data at the memcached server!
\n"); + return false; + } + + return true; + } + + // returns a recordset + function readcache($filename, &$err, $secs2cache, $rsClass) + { + $false = false; + if (!$this->_connected) $this->connect($err); + if (!$this->_memcache) return $false; + + $rs = $this->_memcache->get($filename); + if (!$rs) { + $err = 'Item with such key doesn\'t exists on the memcached server.'; + return $false; + } + + // hack, should actually use _csv2rs + $rs = explode("\n", $rs); + unset($rs[0]); + $rs = join("\n", $rs); + $rs = unserialize($rs); + if (! is_object($rs)) { + $err = 'Unable to unserialize $rs'; + return $false; + } + if ($rs->timeCreated == 0) return $rs; // apparently have been reports that timeCreated was set to 0 somewhere + + $tdiff = intval($rs->timeCreated+$secs2cache - time()); + if ($tdiff <= 2) { + switch($tdiff) { + case 2: + if ((rand() & 15) == 0) { + $err = "Timeout 2"; + return $false; + } + break; + case 1: + if ((rand() & 3) == 0) { + $err = "Timeout 1"; + return $false; + } + break; + default: + $err = "Timeout 0"; + return $false; + } + } + return $rs; + } + + function flushall($debug=false) + { + if (!$this->_connected) { + $err = ''; + if (!$this->connect($err) && $debug) ADOConnection::outp($err); + } + if (!$this->_memcache) return false; + + $del = $this->_memcache->flush(); + + if ($debug) + if (!$del) ADOConnection::outp("flushall: failed!
\n"); + else ADOConnection::outp("flushall: succeeded!
\n"); + + return $del; + } + + function flushcache($filename, $debug=false) + { + if (!$this->_connected) { + $err = ''; + if (!$this->connect($err) && $debug) ADOConnection::outp($err); + } + if (!$this->_memcache) return false; + + $del = $this->_memcache->delete($filename); + + if ($debug) + if (!$del) ADOConnection::outp("flushcache: $key entry doesn't exist on memcached server!
\n"); + else ADOConnection::outp("flushcache: $key entry flushed from memcached server!
\n"); + + return $del; + } + + // not used for memcache + function createdir($dir, $hash) + { + return true; + } + } + +?> diff --git a/e_lib/adodb5/adodb-pager.inc.php b/e_lib/adodb5/adodb-pager.inc.php new file mode 100644 index 00000000..288acf0a --- /dev/null +++ b/e_lib/adodb5/adodb-pager.inc.php @@ -0,0 +1,290 @@ + implemented Render_PageLinks(). + + Please note, this class is entirely unsupported, + and no free support requests except for bug reports + will be entertained by the author. + +*/ +class ADODB_Pager { + var $id; // unique id for pager (defaults to 'adodb') + var $db; // ADODB connection object + var $sql; // sql used + var $rs; // recordset generated + var $curr_page; // current page number before Render() called, calculated in constructor + var $rows; // number of rows per page + var $linksPerPage=10; // number of links per page in navigation bar + var $showPageLinks; + + var $gridAttributes = 'width=100% border=1 bgcolor=white'; + + // Localize text strings here + var $first = '|<'; + var $prev = '<<'; + var $next = '>>'; + var $last = '>|'; + var $moreLinks = '...'; + var $startLinks = '...'; + var $gridHeader = false; + var $htmlSpecialChars = true; + var $page = 'Page'; + var $linkSelectedColor = 'red'; + var $cache = 0; #secs to cache with CachePageExecute() + + //---------------------------------------------- + // constructor + // + // $db adodb connection object + // $sql sql statement + // $id optional id to identify which pager, + // if you have multiple on 1 page. + // $id should be only be [a-z0-9]* + // + function ADODB_Pager(&$db,$sql,$id = 'adodb', $showPageLinks = false) + { + global $PHP_SELF; + + $curr_page = $id.'_curr_page'; + if (!empty($PHP_SELF)) $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF']); // htmlspecialchars() to prevent XSS attacks + + $this->sql = $sql; + $this->id = $id; + $this->db = $db; + $this->showPageLinks = $showPageLinks; + + $next_page = $id.'_next_page'; + + if (isset($_GET[$next_page])) { + $_SESSION[$curr_page] = (integer) $_GET[$next_page]; + } + if (empty($_SESSION[$curr_page])) $_SESSION[$curr_page] = 1; ## at first page + + $this->curr_page = $_SESSION[$curr_page]; + + } + + //--------------------------- + // Display link to first page + function Render_First($anchor=true) + { + global $PHP_SELF; + if ($anchor) { + ?> + first;?>   + first   "; + } + } + + //-------------------------- + // Display link to next page + function render_next($anchor=true) + { + global $PHP_SELF; + + if ($anchor) { + ?> + next;?>   + next   "; + } + } + + //------------------ + // Link to last page + // + // for better performance with large recordsets, you can set + // $this->db->pageExecuteCountRows = false, which disables + // last page counting. + function render_last($anchor=true) + { + global $PHP_SELF; + + if (!$this->db->pageExecuteCountRows) return; + + if ($anchor) { + ?> + last;?>   + last   "; + } + } + + //--------------------------------------------------- + // original code by "Pablo Costa" + function render_pagelinks() + { + global $PHP_SELF; + $pages = $this->rs->LastPageNo(); + $linksperpage = $this->linksPerPage ? $this->linksPerPage : $pages; + for($i=1; $i <= $pages; $i+=$linksperpage) + { + if($this->rs->AbsolutePage() >= $i) + { + $start = $i; + } + } + $numbers = ''; + $end = $start+$linksperpage-1; + $link = $this->id . "_next_page"; + if($end > $pages) $end = $pages; + + + if ($this->startLinks && $start > 1) { + $pos = $start - 1; + $numbers .= "$this->startLinks "; + } + + for($i=$start; $i <= $end; $i++) { + if ($this->rs->AbsolutePage() == $i) + $numbers .= "linkSelectedColor>$i "; + else + $numbers .= "$i "; + + } + if ($this->moreLinks && $end < $pages) + $numbers .= "$this->moreLinks "; + print $numbers . '   '; + } + // Link to previous page + function render_prev($anchor=true) + { + global $PHP_SELF; + if ($anchor) { + ?> + prev;?>   + prev   "; + } + } + + //-------------------------------------------------------- + // Simply rendering of grid. You should override this for + // better control over the format of the grid + // + // We use output buffering to keep code clean and readable. + function RenderGrid() + { + global $gSQLBlockRows; // used by rs2html to indicate how many rows to display + include_once(ADODB_DIR.'/tohtml.inc.php'); + ob_start(); + $gSQLBlockRows = $this->rows; + rs2html($this->rs,$this->gridAttributes,$this->gridHeader,$this->htmlSpecialChars); + $s = ob_get_contents(); + ob_end_clean(); + return $s; + } + + //------------------------------------------------------- + // Navigation bar + // + // we use output buffering to keep the code easy to read. + function RenderNav() + { + ob_start(); + if (!$this->rs->AtFirstPage()) { + $this->Render_First(); + $this->Render_Prev(); + } else { + $this->Render_First(false); + $this->Render_Prev(false); + } + if ($this->showPageLinks){ + $this->Render_PageLinks(); + } + if (!$this->rs->AtLastPage()) { + $this->Render_Next(); + $this->Render_Last(); + } else { + $this->Render_Next(false); + $this->Render_Last(false); + } + $s = ob_get_contents(); + ob_end_clean(); + return $s; + } + + //------------------- + // This is the footer + function RenderPageCount() + { + if (!$this->db->pageExecuteCountRows) return ''; + $lastPage = $this->rs->LastPageNo(); + if ($lastPage == -1) $lastPage = 1; // check for empty rs. + if ($this->curr_page > $lastPage) $this->curr_page = 1; + return "$this->page ".$this->curr_page."/".$lastPage.""; + } + + //----------------------------------- + // Call this class to draw everything. + function Render($rows=10) + { + global $ADODB_COUNTRECS; + + $this->rows = $rows; + + if ($this->db->dataProvider == 'informix') $this->db->cursorType = IFX_SCROLL; + + $savec = $ADODB_COUNTRECS; + if ($this->db->pageExecuteCountRows) $ADODB_COUNTRECS = true; + if ($this->cache) + $rs = $this->db->CachePageExecute($this->cache,$this->sql,$rows,$this->curr_page); + else + $rs = $this->db->PageExecute($this->sql,$rows,$this->curr_page); + $ADODB_COUNTRECS = $savec; + + $this->rs = $rs; + if (!$rs) { + print "

Query failed: $this->sql

"; + return; + } + + if (!$rs->EOF && (!$rs->AtFirstPage() || !$rs->AtLastPage())) + $header = $this->RenderNav(); + else + $header = " "; + + $grid = $this->RenderGrid(); + $footer = $this->RenderPageCount(); + + $this->RenderLayout($header,$grid,$footer); + + $rs->Close(); + $this->rs = false; + } + + //------------------------------------------------------ + // override this to control overall layout and formating + function RenderLayout($header,$grid,$footer,$attributes='border=1 bgcolor=beige') + { + echo "
", + $header, + "
", + $grid, + "
", + $footer, + "
"; + } +} + + +?> diff --git a/e_lib/adodb5/adodb-pear.inc.php b/e_lib/adodb5/adodb-pear.inc.php new file mode 100644 index 00000000..2637d512 --- /dev/null +++ b/e_lib/adodb5/adodb-pear.inc.php @@ -0,0 +1,374 @@ + | + * and Tomas V.V.Cox . Portions (c)1997-2002 The PHP Group. + */ + + /* + We support: + + DB_Common + --------- + query - returns PEAR_Error on error + limitQuery - return PEAR_Error on error + prepare - does not return PEAR_Error on error + execute - does not return PEAR_Error on error + setFetchMode - supports ASSOC and ORDERED + errorNative + quote + nextID + disconnect + + getOne + getAssoc + getRow + getCol + getAll + + DB_Result + --------- + numRows - returns -1 if not supported + numCols + fetchInto - does not support passing of fetchmode + fetchRows - does not support passing of fetchmode + free + */ + +define('ADODB_PEAR',dirname(__FILE__)); +include_once "PEAR.php"; +include_once ADODB_PEAR."/adodb-errorpear.inc.php"; +include_once ADODB_PEAR."/adodb.inc.php"; + +if (!defined('DB_OK')) { +define("DB_OK", 1); +define("DB_ERROR",-1); + +// autoExecute constants +define('DB_AUTOQUERY_INSERT', 1); +define('DB_AUTOQUERY_UPDATE', 2); + +/** + * This is a special constant that tells DB the user hasn't specified + * any particular get mode, so the default should be used. + */ + +define('DB_FETCHMODE_DEFAULT', 0); + +/** + * Column data indexed by numbers, ordered from 0 and up + */ + +define('DB_FETCHMODE_ORDERED', 1); + +/** + * Column data indexed by column names + */ + +define('DB_FETCHMODE_ASSOC', 2); + +/* for compatibility */ + +define('DB_GETMODE_ORDERED', DB_FETCHMODE_ORDERED); +define('DB_GETMODE_ASSOC', DB_FETCHMODE_ASSOC); + +/** + * these are constants for the tableInfo-function + * they are bitwised or'ed. so if there are more constants to be defined + * in the future, adjust DB_TABLEINFO_FULL accordingly + */ + +define('DB_TABLEINFO_ORDER', 1); +define('DB_TABLEINFO_ORDERTABLE', 2); +define('DB_TABLEINFO_FULL', 3); +} + +/** + * The main "DB" class is simply a container class with some static + * methods for creating DB objects as well as some utility functions + * common to all parts of DB. + * + */ + +class DB +{ + /** + * Create a new DB object for the specified database type + * + * @param $type string database type, for example "mysql" + * + * @return object a newly created DB object, or a DB error code on + * error + */ + + function factory($type) + { + include_once(ADODB_DIR."/drivers/adodb-$type.inc.php"); + $obj = NewADOConnection($type); + if (!is_object($obj)) $obj = new PEAR_Error('Unknown Database Driver: '.$dsninfo['phptype'],-1); + return $obj; + } + + /** + * Create a new DB object and connect to the specified database + * + * @param $dsn mixed "data source name", see the DB::parseDSN + * method for a description of the dsn format. Can also be + * specified as an array of the format returned by DB::parseDSN. + * + * @param $options mixed if boolean (or scalar), tells whether + * this connection should be persistent (for backends that support + * this). This parameter can also be an array of options, see + * DB_common::setOption for more information on connection + * options. + * + * @return object a newly created DB connection object, or a DB + * error object on error + * + * @see DB::parseDSN + * @see DB::isError + */ + function connect($dsn, $options = false) + { + if (is_array($dsn)) { + $dsninfo = $dsn; + } else { + $dsninfo = DB::parseDSN($dsn); + } + switch ($dsninfo["phptype"]) { + case 'pgsql': $type = 'postgres7'; break; + case 'ifx': $type = 'informix9'; break; + default: $type = $dsninfo["phptype"]; break; + } + + if (is_array($options) && isset($options["debug"]) && + $options["debug"] >= 2) { + // expose php errors with sufficient debug level + @include_once("adodb-$type.inc.php"); + } else { + @include_once("adodb-$type.inc.php"); + } + + @$obj = NewADOConnection($type); + if (!is_object($obj)) { + $obj = new PEAR_Error('Unknown Database Driver: '.$dsninfo['phptype'],-1); + return $obj; + } + if (is_array($options)) { + foreach($options as $k => $v) { + switch(strtolower($k)) { + case 'persist': + case 'persistent': $persist = $v; break; + #ibase + case 'dialect': $obj->dialect = $v; break; + case 'charset': $obj->charset = $v; break; + case 'buffers': $obj->buffers = $v; break; + #ado + case 'charpage': $obj->charPage = $v; break; + #mysql + case 'clientflags': $obj->clientFlags = $v; break; + } + } + } else { + $persist = false; + } + + if (isset($dsninfo['socket'])) $dsninfo['hostspec'] .= ':'.$dsninfo['socket']; + else if (isset($dsninfo['port'])) $dsninfo['hostspec'] .= ':'.$dsninfo['port']; + + if($persist) $ok = $obj->PConnect($dsninfo['hostspec'], $dsninfo['username'],$dsninfo['password'],$dsninfo['database']); + else $ok = $obj->Connect($dsninfo['hostspec'], $dsninfo['username'],$dsninfo['password'],$dsninfo['database']); + + if (!$ok) $obj = ADODB_PEAR_Error(); + return $obj; + } + + /** + * Return the DB API version + * + * @return int the DB API version number + */ + function apiVersion() + { + return 2; + } + + /** + * Tell whether a result code from a DB method is an error + * + * @param $value int result code + * + * @return bool whether $value is an error + */ + function isError($value) + { + if (!is_object($value)) return false; + $class = strtolower(get_class($value)); + return $class == 'pear_error' || is_subclass_of($value, 'pear_error') || + $class == 'db_error' || is_subclass_of($value, 'db_error'); + } + + + /** + * Tell whether a result code from a DB method is a warning. + * Warnings differ from errors in that they are generated by DB, + * and are not fatal. + * + * @param $value mixed result value + * + * @return bool whether $value is a warning + */ + function isWarning($value) + { + return false; + /* + return is_object($value) && + (get_class( $value ) == "db_warning" || + is_subclass_of($value, "db_warning"));*/ + } + + /** + * Parse a data source name + * + * @param $dsn string Data Source Name to be parsed + * + * @return array an associative array with the following keys: + * + * phptype: Database backend used in PHP (mysql, odbc etc.) + * dbsyntax: Database used with regards to SQL syntax etc. + * protocol: Communication protocol to use (tcp, unix etc.) + * hostspec: Host specification (hostname[:port]) + * database: Database to use on the DBMS server + * username: User name for login + * password: Password for login + * + * The format of the supplied DSN is in its fullest form: + * + * phptype(dbsyntax)://username:password@protocol+hostspec/database + * + * Most variations are allowed: + * + * phptype://username:password@protocol+hostspec:110//usr/db_file.db + * phptype://username:password@hostspec/database_name + * phptype://username:password@hostspec + * phptype://username@hostspec + * phptype://hostspec/database + * phptype://hostspec + * phptype(dbsyntax) + * phptype + * + * @author Tomas V.V.Cox + */ + function parseDSN($dsn) + { + if (is_array($dsn)) { + return $dsn; + } + + $parsed = array( + 'phptype' => false, + 'dbsyntax' => false, + 'protocol' => false, + 'hostspec' => false, + 'database' => false, + 'username' => false, + 'password' => false + ); + + // Find phptype and dbsyntax + if (($pos = strpos($dsn, '://')) !== false) { + $str = substr($dsn, 0, $pos); + $dsn = substr($dsn, $pos + 3); + } else { + $str = $dsn; + $dsn = NULL; + } + + // Get phptype and dbsyntax + // $str => phptype(dbsyntax) + if (preg_match('|^(.+?)\((.*?)\)$|', $str, $arr)) { + $parsed['phptype'] = $arr[1]; + $parsed['dbsyntax'] = (empty($arr[2])) ? $arr[1] : $arr[2]; + } else { + $parsed['phptype'] = $str; + $parsed['dbsyntax'] = $str; + } + + if (empty($dsn)) { + return $parsed; + } + + // Get (if found): username and password + // $dsn => username:password@protocol+hostspec/database + if (($at = strpos($dsn,'@')) !== false) { + $str = substr($dsn, 0, $at); + $dsn = substr($dsn, $at + 1); + if (($pos = strpos($str, ':')) !== false) { + $parsed['username'] = urldecode(substr($str, 0, $pos)); + $parsed['password'] = urldecode(substr($str, $pos + 1)); + } else { + $parsed['username'] = urldecode($str); + } + } + + // Find protocol and hostspec + // $dsn => protocol+hostspec/database + if (($pos=strpos($dsn, '/')) !== false) { + $str = substr($dsn, 0, $pos); + $dsn = substr($dsn, $pos + 1); + } else { + $str = $dsn; + $dsn = NULL; + } + + // Get protocol + hostspec + // $str => protocol+hostspec + if (($pos=strpos($str, '+')) !== false) { + $parsed['protocol'] = substr($str, 0, $pos); + $parsed['hostspec'] = urldecode(substr($str, $pos + 1)); + } else { + $parsed['hostspec'] = urldecode($str); + } + + // Get dabase if any + // $dsn => database + if (!empty($dsn)) { + $parsed['database'] = $dsn; + } + + return $parsed; + } + + /** + * Load a PHP database extension if it is not loaded already. + * + * @access public + * + * @param $name the base name of the extension (without the .so or + * .dll suffix) + * + * @return bool true if the extension was already or successfully + * loaded, false if it could not be loaded + */ + function assertExtension($name) + { + if (!extension_loaded($name)) { + $dlext = (strncmp(PHP_OS,'WIN',3) === 0) ? '.dll' : '.so'; + @dl($name . $dlext); + } + if (!extension_loaded($name)) { + return false; + } + return true; + } +} + +?> diff --git a/e_lib/adodb5/adodb-perf.inc.php b/e_lib/adodb5/adodb-perf.inc.php new file mode 100644 index 00000000..058a8bed --- /dev/null +++ b/e_lib/adodb5/adodb-perf.inc.php @@ -0,0 +1,1099 @@ += minimum number of secs to run + + +// returns in K the memory of current process, or 0 if not known +function adodb_getmem() +{ + if (function_exists('memory_get_usage')) + return (integer) ((memory_get_usage()+512)/1024); + + $pid = getmypid(); + + if ( strncmp(strtoupper(PHP_OS),'WIN',3)==0) { + $output = array(); + + exec('tasklist /FI "PID eq ' . $pid. '" /FO LIST', $output); + return substr($output[5], strpos($output[5], ':') + 1); + } + + /* Hopefully UNIX */ + exec("ps --pid $pid --no-headers -o%mem,size", $output); + if (sizeof($output) == 0) return 0; + + $memarr = explode(' ',$output[0]); + if (sizeof($memarr)>=2) return (integer) $memarr[1]; + + return 0; +} + +// avoids localization problems where , is used instead of . +function adodb_round($n,$prec) +{ + return number_format($n, $prec, '.', ''); +} + +/* obsolete: return microtime value as a float. Retained for backward compat */ +function adodb_microtime() +{ + return microtime(true); +} + +/* sql code timing */ +function adodb_log_sql(&$connx,$sql,$inputarr) +{ + $perf_table = adodb_perf::table(); + $connx->fnExecute = false; + $a0 = microtime(true); + $rs = $connx->Execute($sql,$inputarr); + $a1 = microtime(true); + + if (!empty($connx->_logsql) && (empty($connx->_logsqlErrors) || !$rs)) { + global $ADODB_LOG_CONN; + + if (!empty($ADODB_LOG_CONN)) { + $conn = $ADODB_LOG_CONN; + if ($conn->databaseType != $connx->databaseType) + $prefix = '/*dbx='.$connx->databaseType .'*/ '; + else + $prefix = ''; + } else { + $conn = $connx; + $prefix = ''; + } + + $conn->_logsql = false; // disable logsql error simulation + $dbT = $conn->databaseType; + + $time = $a1 - $a0; + + if (!$rs) { + $errM = $connx->ErrorMsg(); + $errN = $connx->ErrorNo(); + $conn->lastInsID = 0; + $tracer = substr('ERROR: '.htmlspecialchars($errM),0,250); + } else { + $tracer = ''; + $errM = ''; + $errN = 0; + $dbg = $conn->debug; + $conn->debug = false; + if (!is_object($rs) || $rs->dataProvider == 'empty') + $conn->_affected = $conn->affected_rows(true); + $conn->lastInsID = @$conn->Insert_ID(); + $conn->debug = $dbg; + } + if (isset($_SERVER['HTTP_HOST'])) { + $tracer .= '
'.$_SERVER['HTTP_HOST']; + if (isset($_SERVER['PHP_SELF'])) $tracer .= htmlspecialchars($_SERVER['PHP_SELF']); + } else + if (isset($_SERVER['PHP_SELF'])) $tracer .= '
'.htmlspecialchars($_SERVER['PHP_SELF']); + //$tracer .= (string) adodb_backtrace(false); + + $tracer = (string) substr($tracer,0,500); + + if (is_array($inputarr)) { + if (is_array(reset($inputarr))) $params = 'Array sizeof='.sizeof($inputarr); + else { + // Quote string parameters so we can see them in the + // performance stats. This helps spot disabled indexes. + $xar_params = $inputarr; + foreach ($xar_params as $xar_param_key => $xar_param) { + if (gettype($xar_param) == 'string') + $xar_params[$xar_param_key] = '"' . $xar_param . '"'; + } + $params = implode(', ', $xar_params); + if (strlen($params) >= 3000) $params = substr($params, 0, 3000); + } + } else { + $params = ''; + } + + if (is_array($sql)) $sql = $sql[0]; + if ($prefix) $sql = $prefix.$sql; + $arr = array('b'=>strlen($sql).'.'.crc32($sql), + 'c'=>substr($sql,0,3900), 'd'=>$params,'e'=>$tracer,'f'=>adodb_round($time,6)); + //var_dump($arr); + $saved = $conn->debug; + $conn->debug = 0; + + $d = $conn->sysTimeStamp; + if (empty($d)) $d = date("'Y-m-d H:i:s'"); + if ($conn->dataProvider == 'oci8' && $dbT != 'oci8po') { + $isql = "insert into $perf_table values($d,:b,:c,:d,:e,:f)"; + } else if ($dbT == 'odbc_mssql' || $dbT == 'informix' || strncmp($dbT,'odbtp',4)==0) { + $timer = $arr['f']; + if ($dbT == 'informix') $sql2 = substr($sql2,0,230); + + $sql1 = $conn->qstr($arr['b']); + $sql2 = $conn->qstr($arr['c']); + $params = $conn->qstr($arr['d']); + $tracer = $conn->qstr($arr['e']); + + $isql = "insert into $perf_table (created,sql0,sql1,params,tracer,timer) values($d,$sql1,$sql2,$params,$tracer,$timer)"; + if ($dbT == 'informix') $isql = str_replace(chr(10),' ',$isql); + $arr = false; + } else { + if ($dbT == 'db2') $arr['f'] = (float) $arr['f']; + $isql = "insert into $perf_table (created,sql0,sql1,params,tracer,timer) values( $d,?,?,?,?,?)"; + } + + global $ADODB_PERF_MIN; + if ($errN != 0 || $time >= $ADODB_PERF_MIN) { + $ok = $conn->Execute($isql,$arr); + } else + $ok = true; + + $conn->debug = $saved; + + if ($ok) { + $conn->_logsql = true; + } else { + $err2 = $conn->ErrorMsg(); + $conn->_logsql = true; // enable logsql error simulation + $perf = NewPerfMonitor($conn); + if ($perf) { + if ($perf->CreateLogTable()) $ok = $conn->Execute($isql,$arr); + } else { + $ok = $conn->Execute("create table $perf_table ( + created varchar(50), + sql0 varchar(250), + sql1 varchar(4000), + params varchar(3000), + tracer varchar(500), + timer decimal(16,6))"); + } + if (!$ok) { + ADOConnection::outp( "

LOGSQL Insert Failed: $isql
$err2

"); + $conn->_logsql = false; + } + } + $connx->_errorMsg = $errM; + $connx->_errorCode = $errN; + } + $connx->fnExecute = 'adodb_log_sql'; + return $rs; +} + + +/* +The settings data structure is an associative array that database parameter per element. + +Each database parameter element in the array is itself an array consisting of: + +0: category code, used to group related db parameters +1: either + a. sql string to retrieve value, eg. "select value from v\$parameter where name='db_block_size'", + b. array holding sql string and field to look for, e.g. array('show variables','table_cache'), + c. a string prefixed by =, then a PHP method of the class is invoked, + e.g. to invoke $this->GetIndexValue(), set this array element to '=GetIndexValue', +2: description of the database parameter +*/ + +class adodb_perf { + var $conn; + var $color = '#F0F0F0'; + var $table = ''; + var $titles = ''; + var $warnRatio = 90; + var $tablesSQL = false; + var $cliFormat = "%32s => %s \r\n"; + var $sql1 = 'sql1'; // used for casting sql1 to text for mssql + var $explain = true; + var $helpurl = "LogSQL help"; + var $createTableSQL = false; + var $maxLength = 2000; + + // Sets the tablename to be used + static function table($newtable = false) + { + static $_table; + + if (!empty($newtable)) $_table = $newtable; + if (empty($_table)) $_table = 'adodb_logsql'; + return $_table; + } + + // returns array with info to calculate CPU Load + function _CPULoad() + { +/* + +cpu 524152 2662 2515228 336057010 +cpu0 264339 1408 1257951 168025827 +cpu1 259813 1254 1257277 168031181 +page 622307 25475680 +swap 24 1891 +intr 890153570 868093576 6 0 4 4 0 6 1 2 0 0 0 124 0 8098760 2 13961053 0 0 0 0 0 0 0 0 0 0 0 0 0 16 16 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +disk_io: (3,0):(3144904,54369,610378,3090535,50936192) (3,1):(3630212,54097,633016,3576115,50951320) +ctxt 66155838 +btime 1062315585 +processes 69293 + +*/ + // Algorithm is taken from + // http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/414b0e1b-499c-411e-8a02-6a12e339c0f1/ + if (strncmp(PHP_OS,'WIN',3)==0) { + if (PHP_VERSION == '5.0.0') return false; + if (PHP_VERSION == '5.0.1') return false; + if (PHP_VERSION == '5.0.2') return false; + if (PHP_VERSION == '5.0.3') return false; + if (PHP_VERSION == '4.3.10') return false; # see http://bugs.php.net/bug.php?id=31737 + + static $FAIL = false; + if ($FAIL) return false; + + $objName = "winmgmts:{impersonationLevel=impersonate}!\\\\.\\root\\CIMV2"; + $myQuery = "SELECT * FROM Win32_PerfFormattedData_PerfOS_Processor WHERE Name = '_Total'"; + + try { + @$objWMIService = new COM($objName); + if (!$objWMIService) { + $FAIL = true; + return false; + } + + $info[0] = -1; + $info[1] = 0; + $info[2] = 0; + $info[3] = 0; + foreach($objWMIService->ExecQuery($myQuery) as $objItem) { + $info[0] = $objItem->PercentProcessorTime(); + } + + } catch(Exception $e) { + $FAIL = true; + echo $e->getMessage(); + return false; + } + + return $info; + } + + // Algorithm - Steve Blinch (BlitzAffe Online, http://www.blitzaffe.com) + $statfile = '/proc/stat'; + if (!file_exists($statfile)) return false; + + $fd = fopen($statfile,"r"); + if (!$fd) return false; + + $statinfo = explode("\n",fgets($fd, 1024)); + fclose($fd); + foreach($statinfo as $line) { + $info = explode(" ",$line); + if($info[0]=="cpu") { + array_shift($info); // pop off "cpu" + if(!$info[0]) array_shift($info); // pop off blank space (if any) + return $info; + } + } + + return false; + + } + + /* NOT IMPLEMENTED */ + function MemInfo() + { + /* + + total: used: free: shared: buffers: cached: +Mem: 1055289344 917299200 137990144 0 165437440 599773184 +Swap: 2146775040 11055104 2135719936 +MemTotal: 1030556 kB +MemFree: 134756 kB +MemShared: 0 kB +Buffers: 161560 kB +Cached: 581384 kB +SwapCached: 4332 kB +Active: 494468 kB +Inact_dirty: 322856 kB +Inact_clean: 24256 kB +Inact_target: 168316 kB +HighTotal: 131064 kB +HighFree: 1024 kB +LowTotal: 899492 kB +LowFree: 133732 kB +SwapTotal: 2096460 kB +SwapFree: 2085664 kB +Committed_AS: 348732 kB + */ + } + + + /* + Remember that this is client load, not db server load! + */ + var $_lastLoad; + function CPULoad() + { + $info = $this->_CPULoad(); + if (!$info) return false; + + if (strncmp(PHP_OS,'WIN',3)==0) { + return (integer) $info[0]; + }else { + if (empty($this->_lastLoad)) { + sleep(1); + $this->_lastLoad = $info; + $info = $this->_CPULoad(); + } + + $last = $this->_lastLoad; + $this->_lastLoad = $info; + + $d_user = $info[0] - $last[0]; + $d_nice = $info[1] - $last[1]; + $d_system = $info[2] - $last[2]; + $d_idle = $info[3] - $last[3]; + + //printf("Delta - User: %f Nice: %f System: %f Idle: %f
",$d_user,$d_nice,$d_system,$d_idle); + + $total=$d_user+$d_nice+$d_system+$d_idle; + if ($total<1) $total=1; + return 100*($d_user+$d_nice+$d_system)/$total; + } + } + + function Tracer($sql) + { + $perf_table = adodb_perf::table(); + $saveE = $this->conn->fnExecute; + $this->conn->fnExecute = false; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $sqlq = $this->conn->qstr($sql); + $arr = $this->conn->GetArray( +"select count(*),tracer + from $perf_table where sql1=$sqlq + group by tracer + order by 1 desc"); + $s = ''; + if ($arr) { + $s .= '

Scripts Affected

'; + foreach($arr as $k) { + $s .= sprintf("%4d",$k[0]).'   '.strip_tags($k[1]).'
'; + } + } + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_CACHE_MODE = $save; + $this->conn->fnExecute = $saveE; + return $s; + } + + /* + Explain Plan for $sql. + If only a snippet of the $sql is passed in, then $partial will hold the crc32 of the + actual sql. + */ + function Explain($sql,$partial=false) + { + return false; + } + + function InvalidSQL($numsql = 10) + { + + if (isset($_GET['sql'])) return; + $s = '

Invalid SQL

'; + $saveE = $this->conn->fnExecute; + $this->conn->fnExecute = false; + $perf_table = adodb_perf::table(); + $rs = $this->conn->SelectLimit("select distinct count(*),sql1,tracer as error_msg from $perf_table where tracer like 'ERROR:%' group by sql1,tracer order by 1 desc",$numsql);//,$numsql); + $this->conn->fnExecute = $saveE; + if ($rs) { + $s .= rs2html($rs,false,false,false,false); + } else + return "

$this->helpurl. ".$this->conn->ErrorMsg()."

"; + + return $s; + } + + + /* + This script identifies the longest running SQL + */ + function _SuspiciousSQL($numsql = 10) + { + global $ADODB_FETCH_MODE; + + $perf_table = adodb_perf::table(); + $saveE = $this->conn->fnExecute; + $this->conn->fnExecute = false; + + if (isset($_GET['exps']) && isset($_GET['sql'])) { + $partial = !empty($_GET['part']); + echo "".$this->Explain($_GET['sql'],$partial)."\n"; + } + + if (isset($_GET['sql'])) return; + $sql1 = $this->sql1; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + //$this->conn->debug=1; + $rs = $this->conn->SelectLimit( + "select avg(timer) as avg_timer,$sql1,count(*),max(timer) as max_timer,min(timer) as min_timer + from $perf_table + where {$this->conn->upperCase}({$this->conn->substr}(sql0,1,5)) not in ('DROP ','INSER','COMMI','CREAT') + and (tracer is null or tracer not like 'ERROR:%') + group by sql1 + order by 1 desc",$numsql); + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + $this->conn->fnExecute = $saveE; + + if (!$rs) return "

$this->helpurl. ".$this->conn->ErrorMsg()."

"; + $s = "

Suspicious SQL

+The following SQL have high average execution times
+
ParameterValueDescription
\n"; + $max = $this->maxLength; + while (!$rs->EOF) { + $sql = $rs->fields[1]; + $raw = urlencode($sql); + if (strlen($raw)>$max-100) { + $sql2 = substr($sql,0,$max-500); + $raw = urlencode($sql2).'&part='.crc32($sql); + } + $prefix = ""; + $suffix = ""; + if ($this->explain == false || strlen($prefix)>$max) { + $suffix = ' ... String too long for GET parameter: '.strlen($prefix).''; + $prefix = ''; + } + $s .= ""; + $rs->MoveNext(); + } + return $s."
Avg TimeCountSQLMaxMin
".adodb_round($rs->fields[0],6)."".$rs->fields[2]."".$prefix.htmlspecialchars($sql).$suffix."". + "".$rs->fields[3]."".$rs->fields[4]."
"; + + } + + function CheckMemory() + { + return ''; + } + + + function SuspiciousSQL($numsql=10) + { + return adodb_perf::_SuspiciousSQL($numsql); + } + + function ExpensiveSQL($numsql=10) + { + return adodb_perf::_ExpensiveSQL($numsql); + } + + + /* + This reports the percentage of load on the instance due to the most + expensive few SQL statements. Tuning these statements can often + make huge improvements in overall system performance. + */ + function _ExpensiveSQL($numsql = 10) + { + global $ADODB_FETCH_MODE; + + $perf_table = adodb_perf::table(); + $saveE = $this->conn->fnExecute; + $this->conn->fnExecute = false; + + if (isset($_GET['expe']) && isset($_GET['sql'])) { + $partial = !empty($_GET['part']); + echo "".$this->Explain($_GET['sql'],$partial)."\n"; + } + + if (isset($_GET['sql'])) return; + + $sql1 = $this->sql1; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->SelectLimit( + "select sum(timer) as total,$sql1,count(*),max(timer) as max_timer,min(timer) as min_timer + from $perf_table + where {$this->conn->upperCase}({$this->conn->substr}(sql0,1,5)) not in ('DROP ','INSER','COMMI','CREAT') + and (tracer is null or tracer not like 'ERROR:%') + group by sql1 + having count(*)>1 + order by 1 desc",$numsql); + if (isset($savem)) $this->conn->SetFetchMode($savem); + $this->conn->fnExecute = $saveE; + $ADODB_FETCH_MODE = $save; + if (!$rs) return "

$this->helpurl. ".$this->conn->ErrorMsg()."

"; + $s = "

Expensive SQL

+Tuning the following SQL could reduce the server load substantially
+\n"; + $max = $this->maxLength; + while (!$rs->EOF) { + $sql = $rs->fields[1]; + $raw = urlencode($sql); + if (strlen($raw)>$max-100) { + $sql2 = substr($sql,0,$max-500); + $raw = urlencode($sql2).'&part='.crc32($sql); + } + $prefix = ""; + $suffix = ""; + if($this->explain == false || strlen($prefix>$max)) { + $prefix = ''; + $suffix = ''; + } + $s .= ""; + $rs->MoveNext(); + } + return $s."
LoadCountSQLMaxMin
".adodb_round($rs->fields[0],6)."".$rs->fields[2]."".$prefix.htmlspecialchars($sql).$suffix."". + "".$rs->fields[3]."".$rs->fields[4]."
"; + } + + /* + Raw function to return parameter value from $settings. + */ + function DBParameter($param) + { + if (empty($this->settings[$param])) return false; + $sql = $this->settings[$param][1]; + return $this->_DBParameter($sql); + } + + /* + Raw function returning array of poll paramters + */ + function PollParameters() + { + $arr[0] = (float)$this->DBParameter('data cache hit ratio'); + $arr[1] = (float)$this->DBParameter('data reads'); + $arr[2] = (float)$this->DBParameter('data writes'); + $arr[3] = (integer) $this->DBParameter('current connections'); + return $arr; + } + + /* + Low-level Get Database Parameter + */ + function _DBParameter($sql) + { + $savelog = $this->conn->LogSQL(false); + if (is_array($sql)) { + global $ADODB_FETCH_MODE; + + $sql1 = $sql[0]; + $key = $sql[1]; + if (sizeof($sql)>2) $pos = $sql[2]; + else $pos = 1; + if (sizeof($sql)>3) $coef = $sql[3]; + else $coef = false; + $ret = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->Execute($sql1); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if ($rs) { + while (!$rs->EOF) { + $keyf = reset($rs->fields); + if (trim($keyf) == $key) { + $ret = $rs->fields[$pos]; + if ($coef) $ret *= $coef; + break; + } + $rs->MoveNext(); + } + $rs->Close(); + } + $this->conn->LogSQL($savelog); + return $ret; + } else { + if (strncmp($sql,'=',1) == 0) { + $fn = substr($sql,1); + return $this->$fn(); + } + $sql = str_replace('$DATABASE',$this->conn->database,$sql); + $ret = $this->conn->GetOne($sql); + $this->conn->LogSQL($savelog); + + return $ret; + } + } + + /* + Warn if cache ratio falls below threshold. Displayed in "Description" column. + */ + function WarnCacheRatio($val) + { + if ($val < $this->warnRatio) + return 'Cache ratio should be at least '.$this->warnRatio.'%'; + else return ''; + } + + function clearsql() + { + $perf_table = adodb_perf::table(); + $this->conn->Execute("delete from $perf_table where created<".$this->conn->sysTimeStamp); + } + /***********************************************************************************************/ + // HIGH LEVEL UI FUNCTIONS + /***********************************************************************************************/ + + + function UI($pollsecs=5) + { + global $ADODB_LOG_CONN; + + $perf_table = adodb_perf::table(); + $conn = $this->conn; + + $app = $conn->host; + if ($conn->host && $conn->database) $app .= ', db='; + $app .= $conn->database; + + if ($app) $app .= ', '; + $savelog = $this->conn->LogSQL(false); + $info = $conn->ServerInfo(); + if (isset($_GET['clearsql'])) { + $this->clearsql(); + } + $this->conn->LogSQL($savelog); + + // magic quotes + + if (isset($_GET['sql']) && get_magic_quotes_gpc()) { + $_GET['sql'] = $_GET['sql'] = str_replace(array("\\'",'\"'),array("'",'"'),$_GET['sql']); + } + + if (!isset($_SESSION['ADODB_PERF_SQL'])) $nsql = $_SESSION['ADODB_PERF_SQL'] = 10; + else $nsql = $_SESSION['ADODB_PERF_SQL']; + + $app .= $info['description']; + + + if (isset($_GET['do'])) $do = $_GET['do']; + else if (isset($_POST['do'])) $do = $_POST['do']; + else if (isset($_GET['sql'])) $do = 'viewsql'; + else $do = 'stats'; + + if (isset($_GET['nsql'])) { + if ($_GET['nsql'] > 0) $nsql = $_SESSION['ADODB_PERF_SQL'] = (integer) $_GET['nsql']; + } + echo "ADOdb Performance Monitor on $app"; + if ($do == 'viewsql') $form = "
# SQL:
"; + else $form = " "; + + $allowsql = !defined('ADODB_PERF_NO_RUN_SQL'); + global $ADODB_PERF_MIN; + $app .= " (Min sql timing \$ADODB_PERF_MIN=$ADODB_PERF_MIN secs)"; + + if (empty($_GET['hidem'])) + echo "
+ ADOdb Performance Monitor for $app
+ Performance Stats   View SQL +   View Tables   Poll Stats", + $allowsql ? '   Run SQL' : '', + "$form", + "
"; + + + switch ($do) { + default: + case 'stats': + if (empty($ADODB_LOG_CONN)) + echo "

  Clear SQL Log
"; + echo $this->HealthCheck(); + //$this->conn->debug=1; + echo $this->CheckMemory(); + break; + case 'poll': + $self = htmlspecialchars($_SERVER['PHP_SELF']); + echo ""; + break; + case 'poll2': + echo "

";
+			$this->Poll($pollsecs);
+			break;
+		
+		case 'dosql':
+			if (!$allowsql) break;
+			
+			$this->DoSQLForm();
+			break;
+		case 'viewsql':
+			if (empty($_GET['hidem']))
+				echo "  Clear SQL Log
"; + echo($this->SuspiciousSQL($nsql)); + echo($this->ExpensiveSQL($nsql)); + echo($this->InvalidSQL($nsql)); + break; + case 'tables': + echo $this->Tables(); break; + } + global $ADODB_vers; + echo "

$ADODB_vers Sponsored by phpLens
"; + } + + /* + Runs in infinite loop, returning real-time statistics + */ + function Poll($secs=5) + { + $this->conn->fnExecute = false; + //$this->conn->debug=1; + if ($secs <= 1) $secs = 1; + echo "Accumulating statistics, every $secs seconds...\n";flush(); + $arro = $this->PollParameters(); + $cnt = 0; + set_time_limit(0); + sleep($secs); + while (1) { + + $arr = $this->PollParameters(); + + $hits = sprintf('%2.2f',$arr[0]); + $reads = sprintf('%12.4f',($arr[1]-$arro[1])/$secs); + $writes = sprintf('%12.4f',($arr[2]-$arro[2])/$secs); + $sess = sprintf('%5d',$arr[3]); + + $load = $this->CPULoad(); + if ($load !== false) { + $oslabel = 'WS-CPU%'; + $osval = sprintf(" %2.1f ",(float) $load); + }else { + $oslabel = ''; + $osval = ''; + } + if ($cnt % 10 == 0) echo " Time ".$oslabel." Hit% Sess Reads/s Writes/s\n"; + $cnt += 1; + echo date('H:i:s').' '.$osval."$hits $sess $reads $writes\n"; + flush(); + + if (connection_aborted()) return; + + sleep($secs); + $arro = $arr; + } + } + + /* + Returns basic health check in a command line interface + */ + function HealthCheckCLI() + { + return $this->HealthCheck(true); + } + + + /* + Returns basic health check as HTML + */ + function HealthCheck($cli=false) + { + $saveE = $this->conn->fnExecute; + $this->conn->fnExecute = false; + if ($cli) $html = ''; + else $html = $this->table.'

'.$this->conn->databaseType.'

'.$this->titles; + + $oldc = false; + $bgc = ''; + foreach($this->settings as $name => $arr) { + if ($arr === false) break; + + if (!is_string($name)) { + if ($cli) $html .= " -- $arr -- \n"; + else $html .= "color>$arr  "; + continue; + } + + if (!is_array($arr)) break; + $category = $arr[0]; + $how = $arr[1]; + if (sizeof($arr)>2) $desc = $arr[2]; + else $desc = '   '; + + + if ($category == 'HIDE') continue; + + $val = $this->_DBParameter($how); + + if ($desc && strncmp($desc,"=",1) === 0) { + $fn = substr($desc,1); + $desc = $this->$fn($val); + } + + if ($val === false) { + $m = $this->conn->ErrorMsg(); + $val = "Error: $m"; + } else { + if (is_numeric($val) && $val >= 256*1024) { + if ($val % (1024*1024) == 0) { + $val /= (1024*1024); + $val .= 'M'; + } else if ($val % 1024 == 0) { + $val /= 1024; + $val .= 'K'; + } + //$val = htmlspecialchars($val); + } + } + if ($category != $oldc) { + $oldc = $category; + //$bgc = ($bgc == ' bgcolor='.$this->color) ? ' bgcolor=white' : ' bgcolor='.$this->color; + } + if (strlen($desc)==0) $desc = ' '; + if (strlen($val)==0) $val = ' '; + if ($cli) { + $html .= str_replace(' ','',sprintf($this->cliFormat,strip_tags($name),strip_tags($val),strip_tags($desc))); + + }else { + $html .= "".$name.''.$val.''.$desc."\n"; + } + } + + if (!$cli) $html .= "\n"; + $this->conn->fnExecute = $saveE; + + return $html; + } + + function Tables($orderby='1') + { + if (!$this->tablesSQL) return false; + + $savelog = $this->conn->LogSQL(false); + $rs = $this->conn->Execute($this->tablesSQL.' order by '.$orderby); + $this->conn->LogSQL($savelog); + $html = rs2html($rs,false,false,false,false); + return $html; + } + + + function CreateLogTable() + { + if (!$this->createTableSQL) return false; + + $table = $this->table(); + $sql = str_replace('adodb_logsql',$table,$this->createTableSQL); + $savelog = $this->conn->LogSQL(false); + $ok = $this->conn->Execute($sql); + $this->conn->LogSQL($savelog); + return ($ok) ? true : false; + } + + function DoSQLForm() + { + + + $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF']); + $sql = isset($_REQUEST['sql']) ? $_REQUEST['sql'] : ''; + + if (isset($_SESSION['phplens_sqlrows'])) $rows = $_SESSION['phplens_sqlrows']; + else $rows = 3; + + if (isset($_REQUEST['SMALLER'])) { + $rows /= 2; + if ($rows < 3) $rows = 3; + $_SESSION['phplens_sqlrows'] = $rows; + } + if (isset($_REQUEST['BIGGER'])) { + $rows *= 2; + $_SESSION['phplens_sqlrows'] = $rows; + } + +?> + +
+ + + + + + +
Form size: + + +
+
+
+ +undomq(trim($sql)); + if (substr($sql,strlen($sql)-1) === ';') { + $print = true; + $sqla = $this->SplitSQL($sql); + } else { + $print = false; + $sqla = array($sql); + } + foreach($sqla as $sqls) { + + if (!$sqls) continue; + + if ($print) { + print "

".htmlspecialchars($sqls)."

"; + flush(); + } + $savelog = $this->conn->LogSQL(false); + $rs = $this->conn->Execute($sqls); + $this->conn->LogSQL($savelog); + if ($rs && is_object($rs) && !$rs->EOF) { + rs2html($rs); + while ($rs->NextRecordSet()) { + print "
 
"; + rs2html($rs); + } + } else { + $e1 = (integer) $this->conn->ErrorNo(); + $e2 = $this->conn->ErrorMsg(); + if (($e1) || ($e2)) { + if (empty($e1)) $e1 = '-1'; // postgresql fix + print '   '.$e1.': '.$e2; + } else { + print "

No Recordset returned

"; + } + } + } // foreach + } + + function SplitSQL($sql) + { + $arr = explode(';',$sql); + return $arr; + } + + function undomq($m) + { + if (get_magic_quotes_gpc()) { + // undo the damage + $m = str_replace('\\\\','\\',$m); + $m = str_replace('\"','"',$m); + $m = str_replace('\\\'','\'',$m); + } + return $m; +} + + + /************************************************************************/ + + /** + * Reorganise multiple table-indices/statistics/.. + * OptimizeMode could be given by last Parameter + * + * @example + *
+     *          optimizeTables( 'tableA');
+     *      
+ *
+     *          optimizeTables( 'tableA', 'tableB', 'tableC');
+     *      
+ *
+     *          optimizeTables( 'tableA', 'tableB', ADODB_OPT_LOW);
+     *      
+ * + * @param string table name of the table to optimize + * @param int mode optimization-mode + * ADODB_OPT_HIGH for full optimization + * ADODB_OPT_LOW for CPU-less optimization + * Default is LOW ADODB_OPT_LOW + * @author Markus Staab + * @return Returns true on success and false on error + */ + function OptimizeTables() + { + $args = func_get_args(); + $numArgs = func_num_args(); + + if ( $numArgs == 0) return false; + + $mode = ADODB_OPT_LOW; + $lastArg = $args[ $numArgs - 1]; + if ( !is_string($lastArg)) { + $mode = $lastArg; + unset( $args[ $numArgs - 1]); + } + + foreach( $args as $table) { + $this->optimizeTable( $table, $mode); + } + } + + /** + * Reorganise the table-indices/statistics/.. depending on the given mode. + * Default Implementation throws an error. + * + * @param string table name of the table to optimize + * @param int mode optimization-mode + * ADODB_OPT_HIGH for full optimization + * ADODB_OPT_LOW for CPU-less optimization + * Default is LOW ADODB_OPT_LOW + * @author Markus Staab + * @return Returns true on success and false on error + */ + function OptimizeTable( $table, $mode = ADODB_OPT_LOW) + { + ADOConnection::outp( sprintf( "

%s: '%s' not implemented for driver '%s'

", __CLASS__, __FUNCTION__, $this->conn->databaseType)); + return false; + } + + /** + * Reorganise current database. + * Default implementation loops over all MetaTables() and + * optimize each using optmizeTable() + * + * @author Markus Staab + * @return Returns true on success and false on error + */ + function optimizeDatabase() + { + $conn = $this->conn; + if ( !$conn) return false; + + $tables = $conn->MetaTables( 'TABLES'); + if ( !$tables ) return false; + + foreach( $tables as $table) { + if ( !$this->optimizeTable( $table)) { + return false; + } + } + + return true; + } + // end hack +} + +?> diff --git a/e_lib/adodb5/adodb-php4.inc.php b/e_lib/adodb5/adodb-php4.inc.php new file mode 100644 index 00000000..b1aa614a --- /dev/null +++ b/e_lib/adodb5/adodb-php4.inc.php @@ -0,0 +1,16 @@ + diff --git a/e_lib/adodb5/adodb-time.inc.php b/e_lib/adodb5/adodb-time.inc.php new file mode 100644 index 00000000..50a2bfa1 --- /dev/null +++ b/e_lib/adodb5/adodb-time.inc.php @@ -0,0 +1,1426 @@ + 4 digit year conversion. The maximum is billions of years in the +future, but this is a theoretical limit as the computation of that year +would take too long with the current implementation of adodb_mktime(). + +This library replaces native functions as follows: + +
	
+	getdate()  with  adodb_getdate()
+	date()     with  adodb_date() 
+	gmdate()   with  adodb_gmdate()
+	mktime()   with  adodb_mktime()
+	gmmktime() with  adodb_gmmktime()
+	strftime() with  adodb_strftime()
+	strftime() with  adodb_gmstrftime()
+
+ +The parameters are identical, except that adodb_date() accepts a subset +of date()'s field formats. Mktime() will convert from local time to GMT, +and date() will convert from GMT to local time, but daylight savings is +not handled currently. + +This library is independant of the rest of ADOdb, and can be used +as standalone code. + +PERFORMANCE + +For high speed, this library uses the native date functions where +possible, and only switches to PHP code when the dates fall outside +the 32-bit signed integer range. + +GREGORIAN CORRECTION + +Pope Gregory shortened October of A.D. 1582 by ten days. Thursday, +October 4, 1582 (Julian) was followed immediately by Friday, October 15, +1582 (Gregorian). + +Since 0.06, we handle this correctly, so: + +adodb_mktime(0,0,0,10,15,1582) - adodb_mktime(0,0,0,10,4,1582) + == 24 * 3600 (1 day) + +============================================================================= + +COPYRIGHT + +(c) 2003-2005 John Lim and released under BSD-style license except for code by +jackbbs, which includes adodb_mktime, adodb_get_gmt_diff, adodb_is_leap_year +and originally found at http://www.php.net/manual/en/function.mktime.php + +============================================================================= + +BUG REPORTS + +These should be posted to the ADOdb forums at + + http://phplens.com/lens/lensforum/topics.php?id=4 + +============================================================================= + +FUNCTION DESCRIPTIONS + + +** FUNCTION adodb_getdate($date=false) + +Returns an array containing date information, as getdate(), but supports +dates greater than 1901 to 2038. The local date/time format is derived from a +heuristic the first time adodb_getdate is called. + + +** FUNCTION adodb_date($fmt, $timestamp = false) + +Convert a timestamp to a formatted local date. If $timestamp is not defined, the +current timestamp is used. Unlike the function date(), it supports dates +outside the 1901 to 2038 range. + +The format fields that adodb_date supports: + +
+	a - "am" or "pm" 
+	A - "AM" or "PM" 
+	d - day of the month, 2 digits with leading zeros; i.e. "01" to "31" 
+	D - day of the week, textual, 3 letters; e.g. "Fri" 
+	F - month, textual, long; e.g. "January" 
+	g - hour, 12-hour format without leading zeros; i.e. "1" to "12" 
+	G - hour, 24-hour format without leading zeros; i.e. "0" to "23" 
+	h - hour, 12-hour format; i.e. "01" to "12" 
+	H - hour, 24-hour format; i.e. "00" to "23" 
+	i - minutes; i.e. "00" to "59" 
+	j - day of the month without leading zeros; i.e. "1" to "31" 
+	l (lowercase 'L') - day of the week, textual, long; e.g. "Friday"  
+	L - boolean for whether it is a leap year; i.e. "0" or "1" 
+	m - month; i.e. "01" to "12" 
+	M - month, textual, 3 letters; e.g. "Jan" 
+	n - month without leading zeros; i.e. "1" to "12" 
+	O - Difference to Greenwich time in hours; e.g. "+0200" 
+	Q - Quarter, as in 1, 2, 3, 4 
+	r - RFC 2822 formatted date; e.g. "Thu, 21 Dec 2000 16:01:07 +0200" 
+	s - seconds; i.e. "00" to "59" 
+	S - English ordinal suffix for the day of the month, 2 characters; 
+	   			i.e. "st", "nd", "rd" or "th" 
+	t - number of days in the given month; i.e. "28" to "31"
+	T - Timezone setting of this machine; e.g. "EST" or "MDT" 
+	U - seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)  
+	w - day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday) 
+	Y - year, 4 digits; e.g. "1999" 
+	y - year, 2 digits; e.g. "99" 
+	z - day of the year; i.e. "0" to "365" 
+	Z - timezone offset in seconds (i.e. "-43200" to "43200"). 
+	   			The offset for timezones west of UTC is always negative, 
+				and for those east of UTC is always positive. 
+
+ +Unsupported: +
+	B - Swatch Internet time 
+	I (capital i) - "1" if Daylight Savings Time, "0" otherwise.
+	W - ISO-8601 week number of year, weeks starting on Monday 
+
+
+ + +** FUNCTION adodb_date2($fmt, $isoDateString = false) +Same as adodb_date, but 2nd parameter accepts iso date, eg. + + adodb_date2('d-M-Y H:i','2003-12-25 13:01:34'); + + +** FUNCTION adodb_gmdate($fmt, $timestamp = false) + +Convert a timestamp to a formatted GMT date. If $timestamp is not defined, the +current timestamp is used. Unlike the function date(), it supports dates +outside the 1901 to 2038 range. + + +** FUNCTION adodb_mktime($hr, $min, $sec[, $month, $day, $year]) + +Converts a local date to a unix timestamp. Unlike the function mktime(), it supports +dates outside the 1901 to 2038 range. All parameters are optional. + + +** FUNCTION adodb_gmmktime($hr, $min, $sec [, $month, $day, $year]) + +Converts a gmt date to a unix timestamp. Unlike the function gmmktime(), it supports +dates outside the 1901 to 2038 range. Differs from gmmktime() in that all parameters +are currently compulsory. + +** FUNCTION adodb_gmstrftime($fmt, $timestamp = false) +Convert a timestamp to a formatted GMT date. + +** FUNCTION adodb_strftime($fmt, $timestamp = false) + +Convert a timestamp to a formatted local date. Internally converts $fmt into +adodb_date format, then echo result. + +For best results, you can define the local date format yourself. Define a global +variable $ADODB_DATE_LOCALE which is an array, 1st element is date format using +adodb_date syntax, and 2nd element is the time format, also in adodb_date syntax. + + eg. $ADODB_DATE_LOCALE = array('d/m/Y','H:i:s'); + + Supported format codes: + +
+	%a - abbreviated weekday name according to the current locale 
+	%A - full weekday name according to the current locale 
+	%b - abbreviated month name according to the current locale 
+	%B - full month name according to the current locale 
+	%c - preferred date and time representation for the current locale 
+	%d - day of the month as a decimal number (range 01 to 31) 
+	%D - same as %m/%d/%y 
+	%e - day of the month as a decimal number, a single digit is preceded by a space (range ' 1' to '31') 
+	%h - same as %b
+	%H - hour as a decimal number using a 24-hour clock (range 00 to 23) 
+	%I - hour as a decimal number using a 12-hour clock (range 01 to 12) 
+	%m - month as a decimal number (range 01 to 12) 
+	%M - minute as a decimal number 
+	%n - newline character 
+	%p - either `am' or `pm' according to the given time value, or the corresponding strings for the current locale 
+	%r - time in a.m. and p.m. notation 
+	%R - time in 24 hour notation 
+	%S - second as a decimal number 
+	%t - tab character 
+	%T - current time, equal to %H:%M:%S 
+	%x - preferred date representation for the current locale without the time 
+	%X - preferred time representation for the current locale without the date 
+	%y - year as a decimal number without a century (range 00 to 99) 
+	%Y - year as a decimal number including the century 
+	%Z - time zone or name or abbreviation 
+	%% - a literal `%' character 
+
+ + Unsupported codes: +
+	%C - century number (the year divided by 100 and truncated to an integer, range 00 to 99) 
+	%g - like %G, but without the century. 
+	%G - The 4-digit year corresponding to the ISO week number (see %V). 
+	     This has the same format and value as %Y, except that if the ISO week number belongs 
+		 to the previous or next year, that year is used instead. 
+	%j - day of the year as a decimal number (range 001 to 366) 
+	%u - weekday as a decimal number [1,7], with 1 representing Monday 
+	%U - week number of the current year as a decimal number, starting 
+	    with the first Sunday as the first day of the first week 
+	%V - The ISO 8601:1988 week number of the current year as a decimal number, 
+	     range 01 to 53, where week 1 is the first week that has at least 4 days in the 
+		 current year, and with Monday as the first day of the week. (Use %G or %g for 
+		 the year component that corresponds to the week number for the specified timestamp.) 
+	%w - day of the week as a decimal, Sunday being 0 
+	%W - week number of the current year as a decimal number, starting with the 
+	     first Monday as the first day of the first week 
+
+ +============================================================================= + +NOTES + +Useful url for generating test timestamps: + http://www.4webhelp.net/us/timestamp.php + +Possible future optimizations include + +a. Using an algorithm similar to Plauger's in "The Standard C Library" +(page 428, xttotm.c _Ttotm() function). Plauger's algorithm will not +work outside 32-bit signed range, so i decided not to implement it. + +b. Implement daylight savings, which looks awfully complicated, see + http://webexhibits.org/daylightsaving/ + + +CHANGELOG + +- 11 Feb 2008 0.33 +* Bug in 0.32 fix for hour handling. Fixed. + +- 1 Feb 2008 0.32 +* Now adodb_mktime(0,0,0,12+$m,20,2040) works properly. + +- 10 Jan 2008 0.31 +* Now adodb_mktime(0,0,0,24,1,2037) works correctly. + +- 15 July 2007 0.30 +Added PHP 5.2.0 compatability fixes. + * gmtime behaviour for 1970 has changed. We use the actual date if it is between 1970 to 2038 to get the + * timezone, otherwise we use the current year as the baseline to retrieve the timezone. + * Also the timezone's in php 5.2.* support historical data better, eg. if timezone today was +8, but + in 1970 it was +7:30, then php 5.2 return +7:30, while this library will use +8. + * + +- 19 March 2006 0.24 +Changed strftime() locale detection, because some locales prepend the day of week to the date when %c is used. + +- 10 Feb 2006 0.23 +PHP5 compat: when we detect PHP5, the RFC2822 format for gmt 0000hrs is changed from -0000 to +0000. + In PHP4, we will still use -0000 for 100% compat with PHP4. + +- 08 Sept 2005 0.22 +In adodb_date2(), $is_gmt not supported properly. Fixed. + +- 18 July 2005 0.21 +In PHP 4.3.11, the 'r' format has changed. Leading 0 in day is added. Changed for compat. +Added support for negative months in adodb_mktime(). + +- 24 Feb 2005 0.20 +Added limited strftime/gmstrftime support. x10 improvement in performance of adodb_date(). + +- 21 Dec 2004 0.17 +In adodb_getdate(), the timestamp was accidentally converted to gmt when $is_gmt is false. +Also adodb_mktime(0,0,0) did not work properly. Both fixed thx Mauro. + +- 17 Nov 2004 0.16 +Removed intval typecast in adodb_mktime() for secs, allowing: + adodb_mktime(0,0,0 + 2236672153,1,1,1934); +Suggested by Ryan. + +- 18 July 2004 0.15 +All params in adodb_mktime were formerly compulsory. Now only the hour, min, secs is compulsory. +This brings it more in line with mktime (still not identical). + +- 23 June 2004 0.14 + +Allow you to define your own daylights savings function, adodb_daylight_sv. +If the function is defined (somewhere in an include), then you can correct for daylights savings. + +In this example, we apply daylights savings in June or July, adding one hour. This is extremely +unrealistic as it does not take into account time-zone, geographic location, current year. + +function adodb_daylight_sv(&$arr, $is_gmt) +{ + if ($is_gmt) return; + $m = $arr['mon']; + if ($m == 6 || $m == 7) $arr['hours'] += 1; +} + +This is only called by adodb_date() and not by adodb_mktime(). + +The format of $arr is +Array ( + [seconds] => 0 + [minutes] => 0 + [hours] => 0 + [mday] => 1 # day of month, eg 1st day of the month + [mon] => 2 # month (eg. Feb) + [year] => 2102 + [yday] => 31 # days in current year + [leap] => # true if leap year + [ndays] => 28 # no of days in current month + ) + + +- 28 Apr 2004 0.13 +Fixed adodb_date to properly support $is_gmt. Thx to Dimitar Angelov. + +- 20 Mar 2004 0.12 +Fixed month calculation error in adodb_date. 2102-June-01 appeared as 2102-May-32. + +- 26 Oct 2003 0.11 +Because of daylight savings problems (some systems apply daylight savings to +January!!!), changed adodb_get_gmt_diff() to ignore daylight savings. + +- 9 Aug 2003 0.10 +Fixed bug with dates after 2038. +See http://phplens.com/lens/lensforum/msgs.php?id=6980 + +- 1 July 2003 0.09 +Added support for Q (Quarter). +Added adodb_date2(), which accepts ISO date in 2nd param + +- 3 March 2003 0.08 +Added support for 'S' adodb_date() format char. Added constant ADODB_ALLOW_NEGATIVE_TS +if you want PHP to handle negative timestamps between 1901 to 1969. + +- 27 Feb 2003 0.07 +All negative numbers handled by adodb now because of RH 7.3+ problems. +See http://bugs.php.net/bug.php?id=20048&edit=2 + +- 4 Feb 2003 0.06 +Fixed a typo, 1852 changed to 1582! This means that pre-1852 dates +are now correctly handled. + +- 29 Jan 2003 0.05 + +Leap year checking differs under Julian calendar (pre 1582). Also +leap year code optimized by checking for most common case first. + +We also handle month overflow correctly in mktime (eg month set to 13). + +Day overflow for less than one month's days is supported. + +- 28 Jan 2003 0.04 + +Gregorian correction handled. In PHP5, we might throw an error if +mktime uses invalid dates around 5-14 Oct 1582. Released with ADOdb 3.10. +Added limbo 5-14 Oct 1582 check, when we set to 15 Oct 1582. + +- 27 Jan 2003 0.03 + +Fixed some more month problems due to gmt issues. Added constant ADODB_DATE_VERSION. +Fixed calculation of days since start of year for <1970. + +- 27 Jan 2003 0.02 + +Changed _adodb_getdate() to inline leap year checking for better performance. +Fixed problem with time-zones west of GMT +0000. + +- 24 Jan 2003 0.01 + +First implementation. +*/ + + +/* Initialization */ + +/* + Version Number +*/ +define('ADODB_DATE_VERSION',0.33); + +$ADODB_DATETIME_CLASS = (PHP_VERSION >= 5.2); + +/* + This code was originally for windows. But apparently this problem happens + also with Linux, RH 7.3 and later! + + glibc-2.2.5-34 and greater has been changed to return -1 for dates < + 1970. This used to work. The problem exists with RedHat 7.3 and 8.0 + echo (mktime(0, 0, 0, 1, 1, 1960)); // prints -1 + + References: + http://bugs.php.net/bug.php?id=20048&edit=2 + http://lists.debian.org/debian-glibc/2002/debian-glibc-200205/msg00010.html +*/ + +if (!defined('ADODB_ALLOW_NEGATIVE_TS')) define('ADODB_NO_NEGATIVE_TS',1); + +function adodb_date_test_date($y1,$m,$d=13) +{ + $h = round(rand()% 24); + $t = adodb_mktime($h,0,0,$m,$d,$y1); + $rez = adodb_date('Y-n-j H:i:s',$t); + if ($h == 0) $h = '00'; + else if ($h < 10) $h = '0'.$h; + if ("$y1-$m-$d $h:00:00" != $rez) { + print "$y1 error, expected=$y1-$m-$d $h:00:00, adodb=$rez
"; + return false; + } + return true; +} + +function adodb_date_test_strftime($fmt) +{ + $s1 = strftime($fmt); + $s2 = adodb_strftime($fmt); + + if ($s1 == $s2) return true; + + echo "error for $fmt, strftime=$s1, adodb=$s2
"; + return false; +} + +/** + Test Suite +*/ +function adodb_date_test() +{ + + for ($m=-24; $m<=24; $m++) + echo "$m :",adodb_date('d-m-Y',adodb_mktime(0,0,0,1+$m,20,2040)),"
"; + + error_reporting(E_ALL); + print "

Testing adodb_date and adodb_mktime. version=".ADODB_DATE_VERSION.' PHP='.PHP_VERSION."

"; + @set_time_limit(0); + $fail = false; + + // This flag disables calling of PHP native functions, so we can properly test the code + if (!defined('ADODB_TEST_DATES')) define('ADODB_TEST_DATES',1); + + $t = time(); + + + $fmt = 'Y-m-d H:i:s'; + echo '
';
+	echo 'adodb: ',adodb_date($fmt,$t),'
'; + echo 'php : ',date($fmt,$t),'
'; + echo '
'; + + adodb_date_test_strftime('%Y %m %x %X'); + adodb_date_test_strftime("%A %d %B %Y"); + adodb_date_test_strftime("%H %M S"); + + $t = adodb_mktime(0,0,0); + if (!(adodb_date('Y-m-d') == date('Y-m-d'))) print 'Error in '.adodb_mktime(0,0,0).'
'; + + $t = adodb_mktime(0,0,0,6,1,2102); + if (!(adodb_date('Y-m-d',$t) == '2102-06-01')) print 'Error in '.adodb_date('Y-m-d',$t).'
'; + + $t = adodb_mktime(0,0,0,2,1,2102); + if (!(adodb_date('Y-m-d',$t) == '2102-02-01')) print 'Error in '.adodb_date('Y-m-d',$t).'
'; + + + print "

Testing gregorian <=> julian conversion

"; + $t = adodb_mktime(0,0,0,10,11,1492); + //http://www.holidayorigins.com/html/columbus_day.html - Friday check + if (!(adodb_date('D Y-m-d',$t) == 'Fri 1492-10-11')) print 'Error in Columbus landing
'; + + $t = adodb_mktime(0,0,0,2,29,1500); + if (!(adodb_date('Y-m-d',$t) == '1500-02-29')) print 'Error in julian leap years
'; + + $t = adodb_mktime(0,0,0,2,29,1700); + if (!(adodb_date('Y-m-d',$t) == '1700-03-01')) print 'Error in gregorian leap years
'; + + print adodb_mktime(0,0,0,10,4,1582).' '; + print adodb_mktime(0,0,0,10,15,1582); + $diff = (adodb_mktime(0,0,0,10,15,1582) - adodb_mktime(0,0,0,10,4,1582)); + if ($diff != 3600*24) print " Error in gregorian correction = ".($diff/3600/24)." days
"; + + print " 15 Oct 1582, Fri=".(adodb_dow(1582,10,15) == 5 ? 'Fri' : 'Error')."
"; + print " 4 Oct 1582, Thu=".(adodb_dow(1582,10,4) == 4 ? 'Thu' : 'Error')."
"; + + print "

Testing overflow

"; + + $t = adodb_mktime(0,0,0,3,33,1965); + if (!(adodb_date('Y-m-d',$t) == '1965-04-02')) print 'Error in day overflow 1
'; + $t = adodb_mktime(0,0,0,4,33,1971); + if (!(adodb_date('Y-m-d',$t) == '1971-05-03')) print 'Error in day overflow 2
'; + $t = adodb_mktime(0,0,0,1,60,1965); + if (!(adodb_date('Y-m-d',$t) == '1965-03-01')) print 'Error in day overflow 3 '.adodb_date('Y-m-d',$t).'
'; + $t = adodb_mktime(0,0,0,12,32,1965); + if (!(adodb_date('Y-m-d',$t) == '1966-01-01')) print 'Error in day overflow 4 '.adodb_date('Y-m-d',$t).'
'; + $t = adodb_mktime(0,0,0,12,63,1965); + if (!(adodb_date('Y-m-d',$t) == '1966-02-01')) print 'Error in day overflow 5 '.adodb_date('Y-m-d',$t).'
'; + $t = adodb_mktime(0,0,0,13,3,1965); + if (!(adodb_date('Y-m-d',$t) == '1966-01-03')) print 'Error in mth overflow 1
'; + + print "Testing 2-digit => 4-digit year conversion

"; + if (adodb_year_digit_check(00) != 2000) print "Err 2-digit 2000
"; + if (adodb_year_digit_check(10) != 2010) print "Err 2-digit 2010
"; + if (adodb_year_digit_check(20) != 2020) print "Err 2-digit 2020
"; + if (adodb_year_digit_check(30) != 2030) print "Err 2-digit 2030
"; + if (adodb_year_digit_check(40) != 1940) print "Err 2-digit 1940
"; + if (adodb_year_digit_check(50) != 1950) print "Err 2-digit 1950
"; + if (adodb_year_digit_check(90) != 1990) print "Err 2-digit 1990
"; + + // Test string formating + print "

Testing date formating

"; + + $fmt = '\d\a\t\e T Y-m-d H:i:s a A d D F g G h H i j l L m M n O \R\F\C2822 r s t U w y Y z Z 2003'; + $s1 = date($fmt,0); + $s2 = adodb_date($fmt,0); + if ($s1 != $s2) { + print " date() 0 failed
$s1
$s2
"; + } + flush(); + for ($i=100; --$i > 0; ) { + + $ts = 3600.0*((rand()%60000)+(rand()%60000))+(rand()%60000); + $s1 = date($fmt,$ts); + $s2 = adodb_date($fmt,$ts); + //print "$s1
$s2

"; + $pos = strcmp($s1,$s2); + + if (($s1) != ($s2)) { + for ($j=0,$k=strlen($s1); $j < $k; $j++) { + if ($s1[$j] != $s2[$j]) { + print substr($s1,$j).' '; + break; + } + } + print "Error date(): $ts

 
+  \"$s1\" (date len=".strlen($s1).")
+  \"$s2\" (adodb_date len=".strlen($s2).")

"; + $fail = true; + } + + $a1 = getdate($ts); + $a2 = adodb_getdate($ts); + $rez = array_diff($a1,$a2); + if (sizeof($rez)>0) { + print "Error getdate() $ts
"; + print_r($a1); + print "
"; + print_r($a2); + print "

"; + $fail = true; + } + } + + // Test generation of dates outside 1901-2038 + print "

Testing random dates between 100 and 4000

"; + adodb_date_test_date(100,1); + for ($i=100; --$i >= 0;) { + $y1 = 100+rand(0,1970-100); + $m = rand(1,12); + adodb_date_test_date($y1,$m); + + $y1 = 3000-rand(0,3000-1970); + adodb_date_test_date($y1,$m); + } + print '

'; + $start = 1960+rand(0,10); + $yrs = 12; + $i = 365.25*86400*($start-1970); + $offset = 36000+rand(10000,60000); + $max = 365*$yrs*86400; + $lastyear = 0; + + // we generate a timestamp, convert it to a date, and convert it back to a timestamp + // and check if the roundtrip broke the original timestamp value. + print "Testing $start to ".($start+$yrs).", or $max seconds, offset=$offset: "; + $cnt = 0; + for ($max += $i; $i < $max; $i += $offset) { + $ret = adodb_date('m,d,Y,H,i,s',$i); + $arr = explode(',',$ret); + if ($lastyear != $arr[2]) { + $lastyear = $arr[2]; + print " $lastyear "; + flush(); + } + $newi = adodb_mktime($arr[3],$arr[4],$arr[5],$arr[0],$arr[1],$arr[2]); + if ($i != $newi) { + print "Error at $i, adodb_mktime returned $newi ($ret)"; + $fail = true; + break; + } + $cnt += 1; + } + echo "Tested $cnt dates
"; + if (!$fail) print "

Passed !

"; + else print "

Failed :-(

"; +} + +/** + Returns day of week, 0 = Sunday,... 6=Saturday. + Algorithm from PEAR::Date_Calc +*/ +function adodb_dow($year, $month, $day) +{ +/* +Pope Gregory removed 10 days - October 5 to October 14 - from the year 1582 and +proclaimed that from that time onwards 3 days would be dropped from the calendar +every 400 years. + +Thursday, October 4, 1582 (Julian) was followed immediately by Friday, October 15, 1582 (Gregorian). +*/ + if ($year <= 1582) { + if ($year < 1582 || + ($year == 1582 && ($month < 10 || ($month == 10 && $day < 15)))) $greg_correction = 3; + else + $greg_correction = 0; + } else + $greg_correction = 0; + + if($month > 2) + $month -= 2; + else { + $month += 10; + $year--; + } + + $day = floor((13 * $month - 1) / 5) + + $day + ($year % 100) + + floor(($year % 100) / 4) + + floor(($year / 100) / 4) - 2 * + floor($year / 100) + 77 + $greg_correction; + + return $day - 7 * floor($day / 7); +} + + +/** + Checks for leap year, returns true if it is. No 2-digit year check. Also + handles julian calendar correctly. +*/ +function _adodb_is_leap_year($year) +{ + if ($year % 4 != 0) return false; + + if ($year % 400 == 0) { + return true; + // if gregorian calendar (>1582), century not-divisible by 400 is not leap + } else if ($year > 1582 && $year % 100 == 0 ) { + return false; + } + + return true; +} + + +/** + checks for leap year, returns true if it is. Has 2-digit year check +*/ +function adodb_is_leap_year($year) +{ + return _adodb_is_leap_year(adodb_year_digit_check($year)); +} + +/** + Fix 2-digit years. Works for any century. + Assumes that if 2-digit is more than 30 years in future, then previous century. +*/ +function adodb_year_digit_check($y) +{ + if ($y < 100) { + + $yr = (integer) date("Y"); + $century = (integer) ($yr /100); + + if ($yr%100 > 50) { + $c1 = $century + 1; + $c0 = $century; + } else { + $c1 = $century; + $c0 = $century - 1; + } + $c1 *= 100; + // if 2-digit year is less than 30 years in future, set it to this century + // otherwise if more than 30 years in future, then we set 2-digit year to the prev century. + if (($y + $c1) < $yr+30) $y = $y + $c1; + else $y = $y + $c0*100; + } + return $y; +} + +function adodb_get_gmt_diff_ts($ts) +{ + if (0 <= $ts && $ts <= 0x7FFFFFFF) { // check if number in 32-bit signed range) { + $arr = getdate($ts); + $y = $arr['year']; + $m = $arr['mon']; + $d = $arr['mday']; + return adodb_get_gmt_diff($y,$m,$d); + } else { + return adodb_get_gmt_diff(false,false,false); + } + +} + +/** + get local time zone offset from GMT. Does not handle historical timezones before 1970. +*/ +function adodb_get_gmt_diff($y,$m,$d) +{ +static $TZ,$tzo; +global $ADODB_DATETIME_CLASS; + + if (!defined('ADODB_TEST_DATES')) $y = false; + else if ($y < 1970 || $y >= 2038) $y = false; + + if ($ADODB_DATETIME_CLASS && $y !== false) { + $dt = new DateTime(); + $dt->setISODate($y,$m,$d); + if (empty($tzo)) { + $tzo = new DateTimeZone(date_default_timezone_get()); + # $tzt = timezone_transitions_get( $tzo ); + } + return -$tzo->getOffset($dt); + } else { + if (isset($TZ)) return $TZ; + $y = date('Y'); + $TZ = mktime(0,0,0,12,2,$y,0) - gmmktime(0,0,0,12,2,$y,0); + } + + return $TZ; +} + +/** + Returns an array with date info. +*/ +function adodb_getdate($d=false,$fast=false) +{ + if ($d === false) return getdate(); + if (!defined('ADODB_TEST_DATES')) { + if ((abs($d) <= 0x7FFFFFFF)) { // check if number in 32-bit signed range + if (!defined('ADODB_NO_NEGATIVE_TS') || $d >= 0) // if windows, must be +ve integer + return @getdate($d); + } + } + return _adodb_getdate($d); +} + +/* +// generate $YRS table for _adodb_getdate() +function adodb_date_gentable($out=true) +{ + + for ($i=1970; $i >= 1600; $i-=10) { + $s = adodb_gmmktime(0,0,0,1,1,$i); + echo "$i => $s,
"; + } +} +adodb_date_gentable(); + +for ($i=1970; $i > 1500; $i--) { + +echo "
$i "; + adodb_date_test_date($i,1,1); +} + +*/ + + +$_month_table_normal = array("",31,28,31,30,31,30,31,31,30,31,30,31); +$_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31); + +function adodb_validdate($y,$m,$d) +{ +global $_month_table_normal,$_month_table_leaf; + + if (_adodb_is_leap_year($y)) $marr = $_month_table_leaf; + else $marr = $_month_table_normal; + + if ($m > 12 || $m < 1) return false; + + if ($d > 31 || $d < 1) return false; + + if ($marr[$m] < $d) return false; + + if ($y < 1000 && $y > 3000) return false; + + return true; +} + +/** + Low-level function that returns the getdate() array. We have a special + $fast flag, which if set to true, will return fewer array values, + and is much faster as it does not calculate dow, etc. +*/ +function _adodb_getdate($origd=false,$fast=false,$is_gmt=false) +{ +static $YRS; +global $_month_table_normal,$_month_table_leaf; + + $d = $origd - ($is_gmt ? 0 : adodb_get_gmt_diff_ts($origd)); + $_day_power = 86400; + $_hour_power = 3600; + $_min_power = 60; + + if ($d < -12219321600) $d -= 86400*10; // if 15 Oct 1582 or earlier, gregorian correction + + $_month_table_normal = array("",31,28,31,30,31,30,31,31,30,31,30,31); + $_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31); + + $d366 = $_day_power * 366; + $d365 = $_day_power * 365; + + if ($d < 0) { + + if (empty($YRS)) $YRS = array( + 1970 => 0, + 1960 => -315619200, + 1950 => -631152000, + 1940 => -946771200, + 1930 => -1262304000, + 1920 => -1577923200, + 1910 => -1893456000, + 1900 => -2208988800, + 1890 => -2524521600, + 1880 => -2840140800, + 1870 => -3155673600, + 1860 => -3471292800, + 1850 => -3786825600, + 1840 => -4102444800, + 1830 => -4417977600, + 1820 => -4733596800, + 1810 => -5049129600, + 1800 => -5364662400, + 1790 => -5680195200, + 1780 => -5995814400, + 1770 => -6311347200, + 1760 => -6626966400, + 1750 => -6942499200, + 1740 => -7258118400, + 1730 => -7573651200, + 1720 => -7889270400, + 1710 => -8204803200, + 1700 => -8520336000, + 1690 => -8835868800, + 1680 => -9151488000, + 1670 => -9467020800, + 1660 => -9782640000, + 1650 => -10098172800, + 1640 => -10413792000, + 1630 => -10729324800, + 1620 => -11044944000, + 1610 => -11360476800, + 1600 => -11676096000); + + if ($is_gmt) $origd = $d; + // The valid range of a 32bit signed timestamp is typically from + // Fri, 13 Dec 1901 20:45:54 GMT to Tue, 19 Jan 2038 03:14:07 GMT + // + + # old algorithm iterates through all years. new algorithm does it in + # 10 year blocks + + /* + # old algo + for ($a = 1970 ; --$a >= 0;) { + $lastd = $d; + + if ($leaf = _adodb_is_leap_year($a)) $d += $d366; + else $d += $d365; + + if ($d >= 0) { + $year = $a; + break; + } + } + */ + + $lastsecs = 0; + $lastyear = 1970; + foreach($YRS as $year => $secs) { + if ($d >= $secs) { + $a = $lastyear; + break; + } + $lastsecs = $secs; + $lastyear = $year; + } + + $d -= $lastsecs; + if (!isset($a)) $a = $lastyear; + + //echo ' yr=',$a,' ', $d,'.'; + + for (; --$a >= 0;) { + $lastd = $d; + + if ($leaf = _adodb_is_leap_year($a)) $d += $d366; + else $d += $d365; + + if ($d >= 0) { + $year = $a; + break; + } + } + /**/ + + $secsInYear = 86400 * ($leaf ? 366 : 365) + $lastd; + + $d = $lastd; + $mtab = ($leaf) ? $_month_table_leaf : $_month_table_normal; + for ($a = 13 ; --$a > 0;) { + $lastd = $d; + $d += $mtab[$a] * $_day_power; + if ($d >= 0) { + $month = $a; + $ndays = $mtab[$a]; + break; + } + } + + $d = $lastd; + $day = $ndays + ceil(($d+1) / ($_day_power)); + + $d += ($ndays - $day+1)* $_day_power; + $hour = floor($d/$_hour_power); + + } else { + for ($a = 1970 ;; $a++) { + $lastd = $d; + + if ($leaf = _adodb_is_leap_year($a)) $d -= $d366; + else $d -= $d365; + if ($d < 0) { + $year = $a; + break; + } + } + $secsInYear = $lastd; + $d = $lastd; + $mtab = ($leaf) ? $_month_table_leaf : $_month_table_normal; + for ($a = 1 ; $a <= 12; $a++) { + $lastd = $d; + $d -= $mtab[$a] * $_day_power; + if ($d < 0) { + $month = $a; + $ndays = $mtab[$a]; + break; + } + } + $d = $lastd; + $day = ceil(($d+1) / $_day_power); + $d = $d - ($day-1) * $_day_power; + $hour = floor($d /$_hour_power); + } + + $d -= $hour * $_hour_power; + $min = floor($d/$_min_power); + $secs = $d - $min * $_min_power; + if ($fast) { + return array( + 'seconds' => $secs, + 'minutes' => $min, + 'hours' => $hour, + 'mday' => $day, + 'mon' => $month, + 'year' => $year, + 'yday' => floor($secsInYear/$_day_power), + 'leap' => $leaf, + 'ndays' => $ndays + ); + } + + + $dow = adodb_dow($year,$month,$day); + + return array( + 'seconds' => $secs, + 'minutes' => $min, + 'hours' => $hour, + 'mday' => $day, + 'wday' => $dow, + 'mon' => $month, + 'year' => $year, + 'yday' => floor($secsInYear/$_day_power), + 'weekday' => gmdate('l',$_day_power*(3+$dow)), + 'month' => gmdate('F',mktime(0,0,0,$month,2,1971)), + 0 => $origd + ); +} +/* + if ($isphp5) + $dates .= sprintf('%s%04d',($gmt<=0)?'+':'-',abs($gmt)/36); + else + $dates .= sprintf('%s%04d',($gmt<0)?'+':'-',abs($gmt)/36); + break;*/ +function adodb_tz_offset($gmt,$isphp5) +{ + $zhrs = abs($gmt)/3600; + $hrs = floor($zhrs); + if ($isphp5) + return sprintf('%s%02d%02d',($gmt<=0)?'+':'-',floor($zhrs),($zhrs-$hrs)*60); + else + return sprintf('%s%02d%02d',($gmt<0)?'+':'-',floor($zhrs),($zhrs-$hrs)*60); +} + + +function adodb_gmdate($fmt,$d=false) +{ + return adodb_date($fmt,$d,true); +} + +// accepts unix timestamp and iso date format in $d +function adodb_date2($fmt, $d=false, $is_gmt=false) +{ + if ($d !== false) { + if (!preg_match( + "|^([0-9]{4})[-/\.]?([0-9]{1,2})[-/\.]?([0-9]{1,2})[ -]?(([0-9]{1,2}):?([0-9]{1,2}):?([0-9\.]{1,4}))?|", + ($d), $rr)) return adodb_date($fmt,false,$is_gmt); + + if ($rr[1] <= 100 && $rr[2]<= 1) return adodb_date($fmt,false,$is_gmt); + + // h-m-s-MM-DD-YY + if (!isset($rr[5])) $d = adodb_mktime(0,0,0,$rr[2],$rr[3],$rr[1],false,$is_gmt); + else $d = @adodb_mktime($rr[5],$rr[6],$rr[7],$rr[2],$rr[3],$rr[1],false,$is_gmt); + } + + return adodb_date($fmt,$d,$is_gmt); +} + + +/** + Return formatted date based on timestamp $d +*/ +function adodb_date($fmt,$d=false,$is_gmt=false) +{ +static $daylight; +global $ADODB_DATETIME_CLASS; + + if ($d === false) return ($is_gmt)? @gmdate($fmt): @date($fmt); + if (!defined('ADODB_TEST_DATES')) { + if ((abs($d) <= 0x7FFFFFFF)) { // check if number in 32-bit signed range + if (!defined('ADODB_NO_NEGATIVE_TS') || $d >= 0) // if windows, must be +ve integer + return ($is_gmt)? @gmdate($fmt,$d): @date($fmt,$d); + + } + } + $_day_power = 86400; + + $arr = _adodb_getdate($d,true,$is_gmt); + + if (!isset($daylight)) $daylight = function_exists('adodb_daylight_sv'); + if ($daylight) adodb_daylight_sv($arr, $is_gmt); + + $year = $arr['year']; + $month = $arr['mon']; + $day = $arr['mday']; + $hour = $arr['hours']; + $min = $arr['minutes']; + $secs = $arr['seconds']; + + $max = strlen($fmt); + $dates = ''; + + $isphp5 = PHP_VERSION >= 5; + + /* + at this point, we have the following integer vars to manipulate: + $year, $month, $day, $hour, $min, $secs + */ + for ($i=0; $i < $max; $i++) { + switch($fmt[$i]) { + case 'T': + if ($ADODB_DATETIME_CLASS) { + $dt = new DateTime(); + $dt->SetDate($year,$month,$day); + $dates .= $dt->Format('T'); + } else + $dates .= date('T'); + break; + // YEAR + case 'L': $dates .= $arr['leap'] ? '1' : '0'; break; + case 'r': // Thu, 21 Dec 2000 16:01:07 +0200 + + // 4.3.11 uses '04 Jun 2004' + // 4.3.8 uses ' 4 Jun 2004' + $dates .= gmdate('D',$_day_power*(3+adodb_dow($year,$month,$day))).', ' + . ($day<10?'0'.$day:$day) . ' '.date('M',mktime(0,0,0,$month,2,1971)).' '.$year.' '; + + if ($hour < 10) $dates .= '0'.$hour; else $dates .= $hour; + + if ($min < 10) $dates .= ':0'.$min; else $dates .= ':'.$min; + + if ($secs < 10) $dates .= ':0'.$secs; else $dates .= ':'.$secs; + + $gmt = adodb_get_gmt_diff($year,$month,$day); + + $dates .= ' '.adodb_tz_offset($gmt,$isphp5); + break; + + case 'Y': $dates .= $year; break; + case 'y': $dates .= substr($year,strlen($year)-2,2); break; + // MONTH + case 'm': if ($month<10) $dates .= '0'.$month; else $dates .= $month; break; + case 'Q': $dates .= ($month+3)>>2; break; + case 'n': $dates .= $month; break; + case 'M': $dates .= date('M',mktime(0,0,0,$month,2,1971)); break; + case 'F': $dates .= date('F',mktime(0,0,0,$month,2,1971)); break; + // DAY + case 't': $dates .= $arr['ndays']; break; + case 'z': $dates .= $arr['yday']; break; + case 'w': $dates .= adodb_dow($year,$month,$day); break; + case 'l': $dates .= gmdate('l',$_day_power*(3+adodb_dow($year,$month,$day))); break; + case 'D': $dates .= gmdate('D',$_day_power*(3+adodb_dow($year,$month,$day))); break; + case 'j': $dates .= $day; break; + case 'd': if ($day<10) $dates .= '0'.$day; else $dates .= $day; break; + case 'S': + $d10 = $day % 10; + if ($d10 == 1) $dates .= 'st'; + else if ($d10 == 2 && $day != 12) $dates .= 'nd'; + else if ($d10 == 3) $dates .= 'rd'; + else $dates .= 'th'; + break; + + // HOUR + case 'Z': + $dates .= ($is_gmt) ? 0 : -adodb_get_gmt_diff($year,$month,$day); break; + case 'O': + $gmt = ($is_gmt) ? 0 : adodb_get_gmt_diff($year,$month,$day); + + $dates .= adodb_tz_offset($gmt,$isphp5); + break; + + case 'H': + if ($hour < 10) $dates .= '0'.$hour; + else $dates .= $hour; + break; + case 'h': + if ($hour > 12) $hh = $hour - 12; + else { + if ($hour == 0) $hh = '12'; + else $hh = $hour; + } + + if ($hh < 10) $dates .= '0'.$hh; + else $dates .= $hh; + break; + + case 'G': + $dates .= $hour; + break; + + case 'g': + if ($hour > 12) $hh = $hour - 12; + else { + if ($hour == 0) $hh = '12'; + else $hh = $hour; + } + $dates .= $hh; + break; + // MINUTES + case 'i': if ($min < 10) $dates .= '0'.$min; else $dates .= $min; break; + // SECONDS + case 'U': $dates .= $d; break; + case 's': if ($secs < 10) $dates .= '0'.$secs; else $dates .= $secs; break; + // AM/PM + // Note 00:00 to 11:59 is AM, while 12:00 to 23:59 is PM + case 'a': + if ($hour>=12) $dates .= 'pm'; + else $dates .= 'am'; + break; + case 'A': + if ($hour>=12) $dates .= 'PM'; + else $dates .= 'AM'; + break; + default: + $dates .= $fmt[$i]; break; + // ESCAPE + case "\\": + $i++; + if ($i < $max) $dates .= $fmt[$i]; + break; + } + } + return $dates; +} + +/** + Returns a timestamp given a GMT/UTC time. + Note that $is_dst is not implemented and is ignored. +*/ +function adodb_gmmktime($hr,$min,$sec,$mon=false,$day=false,$year=false,$is_dst=false) +{ + return adodb_mktime($hr,$min,$sec,$mon,$day,$year,$is_dst,true); +} + +/** + Return a timestamp given a local time. Originally by jackbbs. + Note that $is_dst is not implemented and is ignored. + + Not a very fast algorithm - O(n) operation. Could be optimized to O(1). +*/ +function adodb_mktime($hr,$min,$sec,$mon=false,$day=false,$year=false,$is_dst=false,$is_gmt=false) +{ + if (!defined('ADODB_TEST_DATES')) { + + if ($mon === false) { + return $is_gmt? @gmmktime($hr,$min,$sec): @mktime($hr,$min,$sec); + } + + // for windows, we don't check 1970 because with timezone differences, + // 1 Jan 1970 could generate negative timestamp, which is illegal + $usephpfns = (1970 < $year && $year < 2038 + || !defined('ADODB_NO_NEGATIVE_TS') && (1901 < $year && $year < 2038) + ); + + + if ($usephpfns && ($year + $mon/12+$day/365.25+$hr/(24*365.25) >= 2038)) $usephpfns = false; + + if ($usephpfns) { + return $is_gmt ? + @gmmktime($hr,$min,$sec,$mon,$day,$year): + @mktime($hr,$min,$sec,$mon,$day,$year); + } + } + + $gmt_different = ($is_gmt) ? 0 : adodb_get_gmt_diff($year,$mon,$day); + + /* + # disabled because some people place large values in $sec. + # however we need it for $mon because we use an array... + $hr = intval($hr); + $min = intval($min); + $sec = intval($sec); + */ + $mon = intval($mon); + $day = intval($day); + $year = intval($year); + + + $year = adodb_year_digit_check($year); + + if ($mon > 12) { + $y = floor(($mon-1)/ 12); + $year += $y; + $mon -= $y*12; + } else if ($mon < 1) { + $y = ceil((1-$mon) / 12); + $year -= $y; + $mon += $y*12; + } + + $_day_power = 86400; + $_hour_power = 3600; + $_min_power = 60; + + $_month_table_normal = array("",31,28,31,30,31,30,31,31,30,31,30,31); + $_month_table_leaf = array("",31,29,31,30,31,30,31,31,30,31,30,31); + + $_total_date = 0; + if ($year >= 1970) { + for ($a = 1970 ; $a <= $year; $a++) { + $leaf = _adodb_is_leap_year($a); + if ($leaf == true) { + $loop_table = $_month_table_leaf; + $_add_date = 366; + } else { + $loop_table = $_month_table_normal; + $_add_date = 365; + } + if ($a < $year) { + $_total_date += $_add_date; + } else { + for($b=1;$b<$mon;$b++) { + $_total_date += $loop_table[$b]; + } + } + } + $_total_date +=$day-1; + $ret = $_total_date * $_day_power + $hr * $_hour_power + $min * $_min_power + $sec + $gmt_different; + + } else { + for ($a = 1969 ; $a >= $year; $a--) { + $leaf = _adodb_is_leap_year($a); + if ($leaf == true) { + $loop_table = $_month_table_leaf; + $_add_date = 366; + } else { + $loop_table = $_month_table_normal; + $_add_date = 365; + } + if ($a > $year) { $_total_date += $_add_date; + } else { + for($b=12;$b>$mon;$b--) { + $_total_date += $loop_table[$b]; + } + } + } + $_total_date += $loop_table[$mon] - $day; + + $_day_time = $hr * $_hour_power + $min * $_min_power + $sec; + $_day_time = $_day_power - $_day_time; + $ret = -( $_total_date * $_day_power + $_day_time - $gmt_different); + if ($ret < -12220185600) $ret += 10*86400; // if earlier than 5 Oct 1582 - gregorian correction + else if ($ret < -12219321600) $ret = -12219321600; // if in limbo, reset to 15 Oct 1582. + } + //print " dmy=$day/$mon/$year $hr:$min:$sec => " .$ret; + return $ret; +} + +function adodb_gmstrftime($fmt, $ts=false) +{ + return adodb_strftime($fmt,$ts,true); +} + +// hack - convert to adodb_date +function adodb_strftime($fmt, $ts=false,$is_gmt=false) +{ +global $ADODB_DATE_LOCALE; + + if (!defined('ADODB_TEST_DATES')) { + if ((abs($ts) <= 0x7FFFFFFF)) { // check if number in 32-bit signed range + if (!defined('ADODB_NO_NEGATIVE_TS') || $ts >= 0) // if windows, must be +ve integer + return ($is_gmt)? @gmstrftime($fmt,$ts): @strftime($fmt,$ts); + + } + } + + if (empty($ADODB_DATE_LOCALE)) { + /* + $tstr = strtoupper(gmstrftime('%c',31366800)); // 30 Dec 1970, 1 am + $sep = substr($tstr,2,1); + $hasAM = strrpos($tstr,'M') !== false; + */ + # see http://phplens.com/lens/lensforum/msgs.php?id=14865 for reasoning, and changelog for version 0.24 + $dstr = gmstrftime('%x',31366800); // 30 Dec 1970, 1 am + $sep = substr($dstr,2,1); + $tstr = strtoupper(gmstrftime('%X',31366800)); // 30 Dec 1970, 1 am + $hasAM = strrpos($tstr,'M') !== false; + + $ADODB_DATE_LOCALE = array(); + $ADODB_DATE_LOCALE[] = strncmp($tstr,'30',2) == 0 ? 'd'.$sep.'m'.$sep.'y' : 'm'.$sep.'d'.$sep.'y'; + $ADODB_DATE_LOCALE[] = ($hasAM) ? 'h:i:s a' : 'H:i:s'; + + } + $inpct = false; + $fmtdate = ''; + for ($i=0,$max = strlen($fmt); $i < $max; $i++) { + $ch = $fmt[$i]; + if ($ch == '%') { + if ($inpct) { + $fmtdate .= '%'; + $inpct = false; + } else + $inpct = true; + } else if ($inpct) { + + $inpct = false; + switch($ch) { + case '0': + case '1': + case '2': + case '3': + case '4': + case '5': + case '6': + case '7': + case '8': + case '9': + case 'E': + case 'O': + /* ignore format modifiers */ + $inpct = true; + break; + + case 'a': $fmtdate .= 'D'; break; + case 'A': $fmtdate .= 'l'; break; + case 'h': + case 'b': $fmtdate .= 'M'; break; + case 'B': $fmtdate .= 'F'; break; + case 'c': $fmtdate .= $ADODB_DATE_LOCALE[0].$ADODB_DATE_LOCALE[1]; break; + case 'C': $fmtdate .= '\C?'; break; // century + case 'd': $fmtdate .= 'd'; break; + case 'D': $fmtdate .= 'm/d/y'; break; + case 'e': $fmtdate .= 'j'; break; + case 'g': $fmtdate .= '\g?'; break; //? + case 'G': $fmtdate .= '\G?'; break; //? + case 'H': $fmtdate .= 'H'; break; + case 'I': $fmtdate .= 'h'; break; + case 'j': $fmtdate .= '?z'; $parsej = true; break; // wrong as j=1-based, z=0-basd + case 'm': $fmtdate .= 'm'; break; + case 'M': $fmtdate .= 'i'; break; + case 'n': $fmtdate .= "\n"; break; + case 'p': $fmtdate .= 'a'; break; + case 'r': $fmtdate .= 'h:i:s a'; break; + case 'R': $fmtdate .= 'H:i:s'; break; + case 'S': $fmtdate .= 's'; break; + case 't': $fmtdate .= "\t"; break; + case 'T': $fmtdate .= 'H:i:s'; break; + case 'u': $fmtdate .= '?u'; $parseu = true; break; // wrong strftime=1-based, date=0-based + case 'U': $fmtdate .= '?U'; $parseU = true; break;// wrong strftime=1-based, date=0-based + case 'x': $fmtdate .= $ADODB_DATE_LOCALE[0]; break; + case 'X': $fmtdate .= $ADODB_DATE_LOCALE[1]; break; + case 'w': $fmtdate .= '?w'; $parseu = true; break; // wrong strftime=1-based, date=0-based + case 'W': $fmtdate .= '?W'; $parseU = true; break;// wrong strftime=1-based, date=0-based + case 'y': $fmtdate .= 'y'; break; + case 'Y': $fmtdate .= 'Y'; break; + case 'Z': $fmtdate .= 'T'; break; + } + } else if (('A' <= ($ch) && ($ch) <= 'Z' ) || ('a' <= ($ch) && ($ch) <= 'z' )) + $fmtdate .= "\\".$ch; + else + $fmtdate .= $ch; + } + //echo "fmt=",$fmtdate,"
"; + if ($ts === false) $ts = time(); + $ret = adodb_date($fmtdate, $ts, $is_gmt); + return $ret; +} + + +?> diff --git a/e_lib/adodb5/adodb-xmlschema.inc.php b/e_lib/adodb5/adodb-xmlschema.inc.php new file mode 100644 index 00000000..81a41bbe --- /dev/null +++ b/e_lib/adodb5/adodb-xmlschema.inc.php @@ -0,0 +1,2223 @@ +parent = $parent; + } + + /** + * XML Callback to process start elements + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + + } + + function create() { + return array(); + } + + /** + * Destroys the object + */ + function destroy() { + unset( $this ); + } + + /** + * Checks whether the specified RDBMS is supported by the current + * database object or its ranking ancestor. + * + * @param string $platform RDBMS platform name (from ADODB platform list). + * @return boolean TRUE if RDBMS is supported; otherwise returns FALSE. + */ + function supportedPlatform( $platform = NULL ) { + return is_object( $this->parent ) ? $this->parent->supportedPlatform( $platform ) : TRUE; + } + + /** + * Returns the prefix set by the ranking ancestor of the database object. + * + * @param string $name Prefix string. + * @return string Prefix. + */ + function prefix( $name = '' ) { + return is_object( $this->parent ) ? $this->parent->prefix( $name ) : $name; + } + + /** + * Extracts a field ID from the specified field. + * + * @param string $field Field. + * @return string Field ID. + */ + function FieldID( $field ) { + return strtoupper( preg_replace( '/^`(.+)`$/', '$1', $field ) ); + } +} + +/** +* Creates a table object in ADOdb's datadict format +* +* This class stores information about a database table. As charactaristics +* of the table are loaded from the external source, methods and properties +* of this class are used to build up the table description in ADOdb's +* datadict format. +* +* @package axmls +* @access private +*/ +class dbTable extends dbObject { + + /** + * @var string Table name + */ + var $name; + + /** + * @var array Field specifier: Meta-information about each field + */ + var $fields = array(); + + /** + * @var array List of table indexes. + */ + var $indexes = array(); + + /** + * @var array Table options: Table-level options + */ + var $opts = array(); + + /** + * @var string Field index: Keeps track of which field is currently being processed + */ + var $current_field; + + /** + * @var boolean Mark table for destruction + * @access private + */ + var $drop_table; + + /** + * @var boolean Mark field for destruction (not yet implemented) + * @access private + */ + var $drop_field = array(); + + /** + * Iniitializes a new table object. + * + * @param string $prefix DB Object prefix + * @param array $attributes Array of table attributes. + */ + function dbTable( &$parent, $attributes = NULL ) { + $this->parent = $parent; + $this->name = $this->prefix($attributes['NAME']); + } + + /** + * XML Callback to process start elements. Elements currently + * processed are: INDEX, DROP, FIELD, KEY, NOTNULL, AUTOINCREMENT & DEFAULT. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'INDEX': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + xml_set_object( $parser, $this->addIndex( $attributes ) ); + } + break; + case 'DATA': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + xml_set_object( $parser, $this->addData( $attributes ) ); + } + break; + case 'DROP': + $this->drop(); + break; + case 'FIELD': + // Add a field + $fieldName = $attributes['NAME']; + $fieldType = $attributes['TYPE']; + $fieldSize = isset( $attributes['SIZE'] ) ? $attributes['SIZE'] : NULL; + $fieldOpts = isset( $attributes['OPTS'] ) ? $attributes['OPTS'] : NULL; + + $this->addField( $fieldName, $fieldType, $fieldSize, $fieldOpts ); + break; + case 'KEY': + case 'NOTNULL': + case 'AUTOINCREMENT': + // Add a field option + $this->addFieldOpt( $this->current_field, $this->currentElement ); + break; + case 'DEFAULT': + // Add a field option to the table object + + // Work around ADOdb datadict issue that misinterprets empty strings. + if( $attributes['VALUE'] == '' ) { + $attributes['VALUE'] = " '' "; + } + + $this->addFieldOpt( $this->current_field, $this->currentElement, $attributes['VALUE'] ); + break; + case 'DEFDATE': + case 'DEFTIMESTAMP': + // Add a field option to the table object + $this->addFieldOpt( $this->current_field, $this->currentElement ); + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Table constraint + case 'CONSTRAINT': + if( isset( $this->current_field ) ) { + $this->addFieldOpt( $this->current_field, $this->currentElement, $cdata ); + } else { + $this->addTableOpt( $cdata ); + } + break; + // Table option + case 'OPT': + $this->addTableOpt( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'TABLE': + $this->parent->addSQL( $this->create( $this->parent ) ); + xml_set_object( $parser, $this->parent ); + $this->destroy(); + break; + case 'FIELD': + unset($this->current_field); + break; + + } + } + + /** + * Adds an index to a table object + * + * @param array $attributes Index attributes + * @return object dbIndex object + */ + function addIndex( $attributes ) { + $name = strtoupper( $attributes['NAME'] ); + $this->indexes[$name] = new dbIndex( $this, $attributes ); + return $this->indexes[$name]; + } + + /** + * Adds data to a table object + * + * @param array $attributes Data attributes + * @return object dbData object + */ + function addData( $attributes ) { + if( !isset( $this->data ) ) { + $this->data = new dbData( $this, $attributes ); + } + return $this->data; + } + + /** + * Adds a field to a table object + * + * $name is the name of the table to which the field should be added. + * $type is an ADODB datadict field type. The following field types + * are supported as of ADODB 3.40: + * - C: varchar + * - X: CLOB (character large object) or largest varchar size + * if CLOB is not supported + * - C2: Multibyte varchar + * - X2: Multibyte CLOB + * - B: BLOB (binary large object) + * - D: Date (some databases do not support this, and we return a datetime type) + * - T: Datetime or Timestamp + * - L: Integer field suitable for storing booleans (0 or 1) + * - I: Integer (mapped to I4) + * - I1: 1-byte integer + * - I2: 2-byte integer + * - I4: 4-byte integer + * - I8: 8-byte integer + * - F: Floating point number + * - N: Numeric or decimal number + * + * @param string $name Name of the table to which the field will be added. + * @param string $type ADODB datadict field type. + * @param string $size Field size + * @param array $opts Field options array + * @return array Field specifier array + */ + function addField( $name, $type, $size = NULL, $opts = NULL ) { + $field_id = $this->FieldID( $name ); + + // Set the field index so we know where we are + $this->current_field = $field_id; + + // Set the field name (required) + $this->fields[$field_id]['NAME'] = $name; + + // Set the field type (required) + $this->fields[$field_id]['TYPE'] = $type; + + // Set the field size (optional) + if( isset( $size ) ) { + $this->fields[$field_id]['SIZE'] = $size; + } + + // Set the field options + if( isset( $opts ) ) { + $this->fields[$field_id]['OPTS'][] = $opts; + } + } + + /** + * Adds a field option to the current field specifier + * + * This method adds a field option allowed by the ADOdb datadict + * and appends it to the given field. + * + * @param string $field Field name + * @param string $opt ADOdb field option + * @param mixed $value Field option value + * @return array Field specifier array + */ + function addFieldOpt( $field, $opt, $value = NULL ) { + if( !isset( $value ) ) { + $this->fields[$this->FieldID( $field )]['OPTS'][] = $opt; + // Add the option and value + } else { + $this->fields[$this->FieldID( $field )]['OPTS'][] = array( $opt => $value ); + } + } + + /** + * Adds an option to the table + * + * This method takes a comma-separated list of table-level options + * and appends them to the table object. + * + * @param string $opt Table option + * @return array Options + */ + function addTableOpt( $opt ) { + if(isset($this->currentPlatform)) { + $this->opts[$this->parent->db->databaseType] = $opt; + } + return $this->opts; + } + + + /** + * Generates the SQL that will create the table in the database + * + * @param object $xmls adoSchema object + * @return array Array containing table creation SQL + */ + function create( &$xmls ) { + $sql = array(); + + // drop any existing indexes + if( is_array( $legacy_indexes = $xmls->dict->MetaIndexes( $this->name ) ) ) { + foreach( $legacy_indexes as $index => $index_details ) { + $sql[] = $xmls->dict->DropIndexSQL( $index, $this->name ); + } + } + + // remove fields to be dropped from table object + foreach( $this->drop_field as $field ) { + unset( $this->fields[$field] ); + } + + // if table exists + if( is_array( $legacy_fields = $xmls->dict->MetaColumns( $this->name ) ) ) { + // drop table + if( $this->drop_table ) { + $sql[] = $xmls->dict->DropTableSQL( $this->name ); + + return $sql; + } + + // drop any existing fields not in schema + foreach( $legacy_fields as $field_id => $field ) { + if( !isset( $this->fields[$field_id] ) ) { + $sql[] = $xmls->dict->DropColumnSQL( $this->name, '`'.$field->name.'`' ); + } + } + // if table doesn't exist + } else { + if( $this->drop_table ) { + return $sql; + } + + $legacy_fields = array(); + } + + // Loop through the field specifier array, building the associative array for the field options + $fldarray = array(); + + foreach( $this->fields as $field_id => $finfo ) { + // Set an empty size if it isn't supplied + if( !isset( $finfo['SIZE'] ) ) { + $finfo['SIZE'] = ''; + } + + // Initialize the field array with the type and size + $fldarray[$field_id] = array( + 'NAME' => $finfo['NAME'], + 'TYPE' => $finfo['TYPE'], + 'SIZE' => $finfo['SIZE'] + ); + + // Loop through the options array and add the field options. + if( isset( $finfo['OPTS'] ) ) { + foreach( $finfo['OPTS'] as $opt ) { + // Option has an argument. + if( is_array( $opt ) ) { + $key = key( $opt ); + $value = $opt[key( $opt )]; + @$fldarray[$field_id][$key] .= $value; + // Option doesn't have arguments + } else { + $fldarray[$field_id][$opt] = $opt; + } + } + } + } + + if( empty( $legacy_fields ) ) { + // Create the new table + $sql[] = $xmls->dict->CreateTableSQL( $this->name, $fldarray, $this->opts ); + logMsg( end( $sql ), 'Generated CreateTableSQL' ); + } else { + // Upgrade an existing table + logMsg( "Upgrading {$this->name} using '{$xmls->upgrade}'" ); + switch( $xmls->upgrade ) { + // Use ChangeTableSQL + case 'ALTER': + logMsg( 'Generated ChangeTableSQL (ALTERing table)' ); + $sql[] = $xmls->dict->ChangeTableSQL( $this->name, $fldarray, $this->opts ); + break; + case 'REPLACE': + logMsg( 'Doing upgrade REPLACE (testing)' ); + $sql[] = $xmls->dict->DropTableSQL( $this->name ); + $sql[] = $xmls->dict->CreateTableSQL( $this->name, $fldarray, $this->opts ); + break; + // ignore table + default: + return array(); + } + } + + foreach( $this->indexes as $index ) { + $sql[] = $index->create( $xmls ); + } + + if( isset( $this->data ) ) { + $sql[] = $this->data->create( $xmls ); + } + + return $sql; + } + + /** + * Marks a field or table for destruction + */ + function drop() { + if( isset( $this->current_field ) ) { + // Drop the current field + logMsg( "Dropping field '{$this->current_field}' from table '{$this->name}'" ); + // $this->drop_field[$this->current_field] = $xmls->dict->DropColumnSQL( $this->name, $this->current_field ); + $this->drop_field[$this->current_field] = $this->current_field; + } else { + // Drop the current table + logMsg( "Dropping table '{$this->name}'" ); + // $this->drop_table = $xmls->dict->DropTableSQL( $this->name ); + $this->drop_table = TRUE; + } + } +} + +/** +* Creates an index object in ADOdb's datadict format +* +* This class stores information about a database index. As charactaristics +* of the index are loaded from the external source, methods and properties +* of this class are used to build up the index description in ADOdb's +* datadict format. +* +* @package axmls +* @access private +*/ +class dbIndex extends dbObject { + + /** + * @var string Index name + */ + var $name; + + /** + * @var array Index options: Index-level options + */ + var $opts = array(); + + /** + * @var array Indexed fields: Table columns included in this index + */ + var $columns = array(); + + /** + * @var boolean Mark index for destruction + * @access private + */ + var $drop = FALSE; + + /** + * Initializes the new dbIndex object. + * + * @param object $parent Parent object + * @param array $attributes Attributes + * + * @internal + */ + function dbIndex( &$parent, $attributes = NULL ) { + $this->parent = $parent; + + $this->name = $this->prefix ($attributes['NAME']); + } + + /** + * XML Callback to process start elements + * + * Processes XML opening tags. + * Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'DROP': + $this->drop(); + break; + case 'CLUSTERED': + case 'BITMAP': + case 'UNIQUE': + case 'FULLTEXT': + case 'HASH': + // Add index Option + $this->addIndexOpt( $this->currentElement ); + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * Processes XML cdata. + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Index field name + case 'COL': + $this->addField( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'INDEX': + xml_set_object( $parser, $this->parent ); + break; + } + } + + /** + * Adds a field to the index + * + * @param string $name Field name + * @return string Field list + */ + function addField( $name ) { + $this->columns[$this->FieldID( $name )] = $name; + + // Return the field list + return $this->columns; + } + + /** + * Adds options to the index + * + * @param string $opt Comma-separated list of index options. + * @return string Option list + */ + function addIndexOpt( $opt ) { + $this->opts[] = $opt; + + // Return the options list + return $this->opts; + } + + /** + * Generates the SQL that will create the index in the database + * + * @param object $xmls adoSchema object + * @return array Array containing index creation SQL + */ + function create( &$xmls ) { + if( $this->drop ) { + return NULL; + } + + // eliminate any columns that aren't in the table + foreach( $this->columns as $id => $col ) { + if( !isset( $this->parent->fields[$id] ) ) { + unset( $this->columns[$id] ); + } + } + + return $xmls->dict->CreateIndexSQL( $this->name, $this->parent->name, $this->columns, $this->opts ); + } + + /** + * Marks an index for destruction + */ + function drop() { + $this->drop = TRUE; + } +} + +/** +* Creates a data object in ADOdb's datadict format +* +* This class stores information about table data. +* +* @package axmls +* @access private +*/ +class dbData extends dbObject { + + var $data = array(); + + var $row; + + /** + * Initializes the new dbIndex object. + * + * @param object $parent Parent object + * @param array $attributes Attributes + * + * @internal + */ + function dbData( &$parent, $attributes = NULL ) { + $this->parent = $parent; + } + + /** + * XML Callback to process start elements + * + * Processes XML opening tags. + * Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'ROW': + $this->row = count( $this->data ); + $this->data[$this->row] = array(); + break; + case 'F': + $this->addField($attributes); + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * Processes XML cdata. + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Index field name + case 'F': + $this->addData( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'DATA': + xml_set_object( $parser, $this->parent ); + break; + } + } + + /** + * Adds a field to the index + * + * @param string $name Field name + * @return string Field list + */ + function addField( $attributes ) { + if( isset( $attributes['NAME'] ) ) { + $name = $attributes['NAME']; + } else { + $name = count($this->data[$this->row]); + } + + // Set the field index so we know where we are + $this->current_field = $this->FieldID( $name ); + } + + /** + * Adds options to the index + * + * @param string $opt Comma-separated list of index options. + * @return string Option list + */ + function addData( $cdata ) { + if( !isset( $this->data[$this->row] ) ) { + $this->data[$this->row] = array(); + } + + if( !isset( $this->data[$this->row][$this->current_field] ) ) { + $this->data[$this->row][$this->current_field] = ''; + } + + $this->data[$this->row][$this->current_field] .= $cdata; + } + + /** + * Generates the SQL that will create the index in the database + * + * @param object $xmls adoSchema object + * @return array Array containing index creation SQL + */ + function create( &$xmls ) { + $table = $xmls->dict->TableName($this->parent->name); + $table_field_count = count($this->parent->fields); + $sql = array(); + + // eliminate any columns that aren't in the table + foreach( $this->data as $row ) { + $table_fields = $this->parent->fields; + $fields = array(); + + foreach( $row as $field_id => $field_data ) { + if( !array_key_exists( $field_id, $table_fields ) ) { + if( is_numeric( $field_id ) ) { + $field_id = reset( array_keys( $table_fields ) ); + } else { + continue; + } + } + + $name = $table_fields[$field_id]['NAME']; + + switch( $table_fields[$field_id]['TYPE'] ) { + case 'C': + case 'C2': + case 'X': + case 'X2': + $fields[$name] = $xmls->db->qstr( $field_data ); + break; + case 'I': + case 'I1': + case 'I2': + case 'I4': + case 'I8': + $fields[$name] = intval($field_data); + break; + default: + $fields[$name] = $field_data; + } + + unset($table_fields[$field_id]); + } + + // check that at least 1 column is specified + if( empty( $fields ) ) { + continue; + } + + // check that no required columns are missing + if( count( $fields ) < $table_field_count ) { + foreach( $table_fields as $field ) { + if (isset( $field['OPTS'] )) + if( ( in_array( 'NOTNULL', $field['OPTS'] ) || in_array( 'KEY', $field['OPTS'] ) ) && !in_array( 'AUTOINCREMENT', $field['OPTS'] ) ) { + continue(2); + } + } + } + + $sql[] = 'INSERT INTO '. $table .' ('. implode( ',', array_keys( $fields ) ) .') VALUES ('. implode( ',', $fields ) .')'; + } + + return $sql; + } +} + +/** +* Creates the SQL to execute a list of provided SQL queries +* +* @package axmls +* @access private +*/ +class dbQuerySet extends dbObject { + + /** + * @var array List of SQL queries + */ + var $queries = array(); + + /** + * @var string String used to build of a query line by line + */ + var $query; + + /** + * @var string Query prefix key + */ + var $prefixKey = ''; + + /** + * @var boolean Auto prefix enable (TRUE) + */ + var $prefixMethod = 'AUTO'; + + /** + * Initializes the query set. + * + * @param object $parent Parent object + * @param array $attributes Attributes + */ + function dbQuerySet( &$parent, $attributes = NULL ) { + $this->parent = $parent; + + // Overrides the manual prefix key + if( isset( $attributes['KEY'] ) ) { + $this->prefixKey = $attributes['KEY']; + } + + $prefixMethod = isset( $attributes['PREFIXMETHOD'] ) ? strtoupper( trim( $attributes['PREFIXMETHOD'] ) ) : ''; + + // Enables or disables automatic prefix prepending + switch( $prefixMethod ) { + case 'AUTO': + $this->prefixMethod = 'AUTO'; + break; + case 'MANUAL': + $this->prefixMethod = 'MANUAL'; + break; + case 'NONE': + $this->prefixMethod = 'NONE'; + break; + } + } + + /** + * XML Callback to process start elements. Elements currently + * processed are: QUERY. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'QUERY': + // Create a new query in a SQL queryset. + // Ignore this query set if a platform is specified and it's different than the + // current connection platform. + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + $this->newQuery(); + } else { + $this->discardQuery(); + } + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Line of queryset SQL data + case 'QUERY': + $this->buildQuery( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'QUERY': + // Add the finished query to the open query set. + $this->addQuery(); + break; + case 'SQL': + $this->parent->addSQL( $this->create( $this->parent ) ); + xml_set_object( $parser, $this->parent ); + $this->destroy(); + break; + default: + + } + } + + /** + * Re-initializes the query. + * + * @return boolean TRUE + */ + function newQuery() { + $this->query = ''; + + return TRUE; + } + + /** + * Discards the existing query. + * + * @return boolean TRUE + */ + function discardQuery() { + unset( $this->query ); + + return TRUE; + } + + /** + * Appends a line to a query that is being built line by line + * + * @param string $data Line of SQL data or NULL to initialize a new query + * @return string SQL query string. + */ + function buildQuery( $sql = NULL ) { + if( !isset( $this->query ) OR empty( $sql ) ) { + return FALSE; + } + + $this->query .= $sql; + + return $this->query; + } + + /** + * Adds a completed query to the query list + * + * @return string SQL of added query + */ + function addQuery() { + if( !isset( $this->query ) ) { + return FALSE; + } + + $this->queries[] = $return = trim($this->query); + + unset( $this->query ); + + return $return; + } + + /** + * Creates and returns the current query set + * + * @param object $xmls adoSchema object + * @return array Query set + */ + function create( &$xmls ) { + foreach( $this->queries as $id => $query ) { + switch( $this->prefixMethod ) { + case 'AUTO': + // Enable auto prefix replacement + + // Process object prefix. + // Evaluate SQL statements to prepend prefix to objects + $query = $this->prefixQuery( '/^\s*((?is)INSERT\s+(INTO\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + $query = $this->prefixQuery( '/^\s*((?is)UPDATE\s+(FROM\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + $query = $this->prefixQuery( '/^\s*((?is)DELETE\s+(FROM\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + + // SELECT statements aren't working yet + #$data = preg_replace( '/(?ias)(^\s*SELECT\s+.*\s+FROM)\s+(\W\s*,?\s*)+((?i)\s+WHERE.*$)/', "\1 $prefix\2 \3", $data ); + + case 'MANUAL': + // If prefixKey is set and has a value then we use it to override the default constant XMLS_PREFIX. + // If prefixKey is not set, we use the default constant XMLS_PREFIX + if( isset( $this->prefixKey ) AND( $this->prefixKey !== '' ) ) { + // Enable prefix override + $query = str_replace( $this->prefixKey, $xmls->objectPrefix, $query ); + } else { + // Use default replacement + $query = str_replace( XMLS_PREFIX , $xmls->objectPrefix, $query ); + } + } + + $this->queries[$id] = trim( $query ); + } + + // Return the query set array + return $this->queries; + } + + /** + * Rebuilds the query with the prefix attached to any objects + * + * @param string $regex Regex used to add prefix + * @param string $query SQL query string + * @param string $prefix Prefix to be appended to tables, indices, etc. + * @return string Prefixed SQL query string. + */ + function prefixQuery( $regex, $query, $prefix = NULL ) { + if( !isset( $prefix ) ) { + return $query; + } + + if( preg_match( $regex, $query, $match ) ) { + $preamble = $match[1]; + $postamble = $match[5]; + $objectList = explode( ',', $match[3] ); + // $prefix = $prefix . '_'; + + $prefixedList = ''; + + foreach( $objectList as $object ) { + if( $prefixedList !== '' ) { + $prefixedList .= ', '; + } + + $prefixedList .= $prefix . trim( $object ); + } + + $query = $preamble . ' ' . $prefixedList . ' ' . $postamble; + } + + return $query; + } +} + +/** +* Loads and parses an XML file, creating an array of "ready-to-run" SQL statements +* +* This class is used to load and parse the XML file, to create an array of SQL statements +* that can be used to build a database, and to build the database using the SQL array. +* +* @tutorial getting_started.pkg +* +* @author Richard Tango-Lowy & Dan Cech +* @version $Revision: 1.12 $ +* +* @package axmls +*/ +class adoSchema { + + /** + * @var array Array containing SQL queries to generate all objects + * @access private + */ + var $sqlArray; + + /** + * @var object ADOdb connection object + * @access private + */ + var $db; + + /** + * @var object ADOdb Data Dictionary + * @access private + */ + var $dict; + + /** + * @var string Current XML element + * @access private + */ + var $currentElement = ''; + + /** + * @var string If set (to 'ALTER' or 'REPLACE'), upgrade an existing database + * @access private + */ + var $upgrade = ''; + + /** + * @var string Optional object prefix + * @access private + */ + var $objectPrefix = ''; + + /** + * @var long Original Magic Quotes Runtime value + * @access private + */ + var $mgq; + + /** + * @var long System debug + * @access private + */ + var $debug; + + /** + * @var string Regular expression to find schema version + * @access private + */ + var $versionRegex = '//'; + + /** + * @var string Current schema version + * @access private + */ + var $schemaVersion; + + /** + * @var int Success of last Schema execution + */ + var $success; + + /** + * @var bool Execute SQL inline as it is generated + */ + var $executeInline; + + /** + * @var bool Continue SQL execution if errors occur + */ + var $continueOnError; + + /** + * Creates an adoSchema object + * + * Creating an adoSchema object is the first step in processing an XML schema. + * The only parameter is an ADOdb database connection object, which must already + * have been created. + * + * @param object $db ADOdb database connection object. + */ + function adoSchema( &$db ) { + // Initialize the environment + $this->mgq = get_magic_quotes_runtime(); + set_magic_quotes_runtime(0); + + $this->db = $db; + $this->debug = $this->db->debug; + $this->dict = NewDataDictionary( $this->db ); + $this->sqlArray = array(); + $this->schemaVersion = XMLS_SCHEMA_VERSION; + $this->executeInline( XMLS_EXECUTE_INLINE ); + $this->continueOnError( XMLS_CONTINUE_ON_ERROR ); + $this->setUpgradeMethod(); + } + + /** + * Sets the method to be used for upgrading an existing database + * + * Use this method to specify how existing database objects should be upgraded. + * The method option can be set to ALTER, REPLACE, BEST, or NONE. ALTER attempts to + * alter each database object directly, REPLACE attempts to rebuild each object + * from scratch, BEST attempts to determine the best upgrade method for each + * object, and NONE disables upgrading. + * + * This method is not yet used by AXMLS, but exists for backward compatibility. + * The ALTER method is automatically assumed when the adoSchema object is + * instantiated; other upgrade methods are not currently supported. + * + * @param string $method Upgrade method (ALTER|REPLACE|BEST|NONE) + * @returns string Upgrade method used + */ + function SetUpgradeMethod( $method = '' ) { + if( !is_string( $method ) ) { + return FALSE; + } + + $method = strtoupper( $method ); + + // Handle the upgrade methods + switch( $method ) { + case 'ALTER': + $this->upgrade = $method; + break; + case 'REPLACE': + $this->upgrade = $method; + break; + case 'BEST': + $this->upgrade = 'ALTER'; + break; + case 'NONE': + $this->upgrade = 'NONE'; + break; + default: + // Use default if no legitimate method is passed. + $this->upgrade = XMLS_DEFAULT_UPGRADE_METHOD; + } + + return $this->upgrade; + } + + /** + * Enables/disables inline SQL execution. + * + * Call this method to enable or disable inline execution of the schema. If the mode is set to TRUE (inline execution), + * AXMLS applies the SQL to the database immediately as each schema entity is parsed. If the mode + * is set to FALSE (post execution), AXMLS parses the entire schema and you will need to call adoSchema::ExecuteSchema() + * to apply the schema to the database. + * + * @param bool $mode execute + * @return bool current execution mode + * + * @see ParseSchema(), ExecuteSchema() + */ + function ExecuteInline( $mode = NULL ) { + if( is_bool( $mode ) ) { + $this->executeInline = $mode; + } + + return $this->executeInline; + } + + /** + * Enables/disables SQL continue on error. + * + * Call this method to enable or disable continuation of SQL execution if an error occurs. + * If the mode is set to TRUE (continue), AXMLS will continue to apply SQL to the database, even if an error occurs. + * If the mode is set to FALSE (halt), AXMLS will halt execution of generated sql if an error occurs, though parsing + * of the schema will continue. + * + * @param bool $mode execute + * @return bool current continueOnError mode + * + * @see addSQL(), ExecuteSchema() + */ + function ContinueOnError( $mode = NULL ) { + if( is_bool( $mode ) ) { + $this->continueOnError = $mode; + } + + return $this->continueOnError; + } + + /** + * Loads an XML schema from a file and converts it to SQL. + * + * Call this method to load the specified schema (see the DTD for the proper format) from + * the filesystem and generate the SQL necessary to create the database described. + * @see ParseSchemaString() + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute + */ + function ParseSchema( $filename, $returnSchema = FALSE ) { + return $this->ParseSchemaString( $this->ConvertSchemaFile( $filename ), $returnSchema ); + } + + /** + * Loads an XML schema from a file and converts it to SQL. + * + * Call this method to load the specified schema from a file (see the DTD for the proper format) + * and generate the SQL necessary to create the database described by the schema. + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + * + * @deprecated Replaced by adoSchema::ParseSchema() and adoSchema::ParseSchemaString() + * @see ParseSchema(), ParseSchemaString() + */ + function ParseSchemaFile( $filename, $returnSchema = FALSE ) { + // Open the file + if( !($fp = fopen( $filename, 'r' )) ) { + // die( 'Unable to open file' ); + return FALSE; + } + + // do version detection here + if( $this->SchemaFileVersion( $filename ) != $this->schemaVersion ) { + return FALSE; + } + + if ( $returnSchema ) + { + $xmlstring = ''; + while( $data = fread( $fp, 100000 ) ) { + $xmlstring .= $data; + } + return $xmlstring; + } + + $this->success = 2; + + $xmlParser = $this->create_parser(); + + // Process the file + while( $data = fread( $fp, 4096 ) ) { + if( !xml_parse( $xmlParser, $data, feof( $fp ) ) ) { + die( sprintf( + "XML error: %s at line %d", + xml_error_string( xml_get_error_code( $xmlParser) ), + xml_get_current_line_number( $xmlParser) + ) ); + } + } + + xml_parser_free( $xmlParser ); + + return $this->sqlArray; + } + + /** + * Converts an XML schema string to SQL. + * + * Call this method to parse a string containing an XML schema (see the DTD for the proper format) + * and generate the SQL necessary to create the database described by the schema. + * @see ParseSchema() + * + * @param string $xmlstring XML schema string. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + */ + function ParseSchemaString( $xmlstring, $returnSchema = FALSE ) { + if( !is_string( $xmlstring ) OR empty( $xmlstring ) ) { + return FALSE; + } + + // do version detection here + if( $this->SchemaStringVersion( $xmlstring ) != $this->schemaVersion ) { + return FALSE; + } + + if ( $returnSchema ) + { + return $xmlstring; + } + + $this->success = 2; + + $xmlParser = $this->create_parser(); + + if( !xml_parse( $xmlParser, $xmlstring, TRUE ) ) { + die( sprintf( + "XML error: %s at line %d", + xml_error_string( xml_get_error_code( $xmlParser) ), + xml_get_current_line_number( $xmlParser) + ) ); + } + + xml_parser_free( $xmlParser ); + + return $this->sqlArray; + } + + /** + * Loads an XML schema from a file and converts it to uninstallation SQL. + * + * Call this method to load the specified schema (see the DTD for the proper format) from + * the filesystem and generate the SQL necessary to remove the database described. + * @see RemoveSchemaString() + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute + */ + function RemoveSchema( $filename, $returnSchema = FALSE ) { + return $this->RemoveSchemaString( $this->ConvertSchemaFile( $filename ), $returnSchema ); + } + + /** + * Converts an XML schema string to uninstallation SQL. + * + * Call this method to parse a string containing an XML schema (see the DTD for the proper format) + * and generate the SQL necessary to uninstall the database described by the schema. + * @see RemoveSchema() + * + * @param string $schema XML schema string. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + */ + function RemoveSchemaString( $schema, $returnSchema = FALSE ) { + + // grab current version + if( !( $version = $this->SchemaStringVersion( $schema ) ) ) { + return FALSE; + } + + return $this->ParseSchemaString( $this->TransformSchema( $schema, 'remove-' . $version), $returnSchema ); + } + + /** + * Applies the current XML schema to the database (post execution). + * + * Call this method to apply the current schema (generally created by calling + * ParseSchema() or ParseSchemaString() ) to the database (creating the tables, indexes, + * and executing other SQL specified in the schema) after parsing. + * @see ParseSchema(), ParseSchemaString(), ExecuteInline() + * + * @param array $sqlArray Array of SQL statements that will be applied rather than + * the current schema. + * @param boolean $continueOnErr Continue to apply the schema even if an error occurs. + * @returns integer 0 if failure, 1 if errors, 2 if successful. + */ + function ExecuteSchema( $sqlArray = NULL, $continueOnErr = NULL ) { + if( !is_bool( $continueOnErr ) ) { + $continueOnErr = $this->ContinueOnError(); + } + + if( !isset( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + + if( !is_array( $sqlArray ) ) { + $this->success = 0; + } else { + $this->success = $this->dict->ExecuteSQLArray( $sqlArray, $continueOnErr ); + } + + return $this->success; + } + + /** + * Returns the current SQL array. + * + * Call this method to fetch the array of SQL queries resulting from + * ParseSchema() or ParseSchemaString(). + * + * @param string $format Format: HTML, TEXT, or NONE (PHP array) + * @return array Array of SQL statements or FALSE if an error occurs + */ + function PrintSQL( $format = 'NONE' ) { + $sqlArray = null; + return $this->getSQL( $format, $sqlArray ); + } + + /** + * Saves the current SQL array to the local filesystem as a list of SQL queries. + * + * Call this method to save the array of SQL queries (generally resulting from a + * parsed XML schema) to the filesystem. + * + * @param string $filename Path and name where the file should be saved. + * @return boolean TRUE if save is successful, else FALSE. + */ + function SaveSQL( $filename = './schema.sql' ) { + + if( !isset( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + if( !isset( $sqlArray ) ) { + return FALSE; + } + + $fp = fopen( $filename, "w" ); + + foreach( $sqlArray as $key => $query ) { + fwrite( $fp, $query . ";\n" ); + } + fclose( $fp ); + } + + /** + * Create an xml parser + * + * @return object PHP XML parser object + * + * @access private + */ + function create_parser() { + // Create the parser + $xmlParser = xml_parser_create(); + xml_set_object( $xmlParser, $this ); + + // Initialize the XML callback functions + xml_set_element_handler( $xmlParser, '_tag_open', '_tag_close' ); + xml_set_character_data_handler( $xmlParser, '_tag_cdata' ); + + return $xmlParser; + } + + /** + * XML Callback to process start elements + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + switch( strtoupper( $tag ) ) { + case 'TABLE': + $this->obj = new dbTable( $this, $attributes ); + xml_set_object( $parser, $this->obj ); + break; + case 'SQL': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + $this->obj = new dbQuerySet( $this, $attributes ); + xml_set_object( $parser, $this->obj ); + } + break; + default: + // print_r( array( $tag, $attributes ) ); + } + + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + } + + /** + * XML Callback to process end elements + * + * @access private + * @internal + */ + function _tag_close( &$parser, $tag ) { + + } + + /** + * Converts an XML schema string to the specified DTD version. + * + * Call this method to convert a string containing an XML schema to a different AXMLS + * DTD version. For instance, to convert a schema created for an pre-1.0 version for + * AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.2). If no DTD version + * parameter is specified, the schema will be converted to the current DTD version. + * If the newFile parameter is provided, the converted schema will be written to the specified + * file. + * @see ConvertSchemaFile() + * + * @param string $schema String containing XML schema that will be converted. + * @param string $newVersion DTD version to convert to. + * @param string $newFile File name of (converted) output file. + * @return string Converted XML schema or FALSE if an error occurs. + */ + function ConvertSchemaString( $schema, $newVersion = NULL, $newFile = NULL ) { + + // grab current version + if( !( $version = $this->SchemaStringVersion( $schema ) ) ) { + return FALSE; + } + + if( !isset ($newVersion) ) { + $newVersion = $this->schemaVersion; + } + + if( $version == $newVersion ) { + $result = $schema; + } else { + $result = $this->TransformSchema( $schema, 'convert-' . $version . '-' . $newVersion); + } + + if( is_string( $result ) AND is_string( $newFile ) AND ( $fp = fopen( $newFile, 'w' ) ) ) { + fwrite( $fp, $result ); + fclose( $fp ); + } + + return $result; + } + + // compat for pre-4.3 - jlim + function _file_get_contents($path) + { + if (function_exists('file_get_contents')) return file_get_contents($path); + return join('',file($path)); + } + + /** + * Converts an XML schema file to the specified DTD version. + * + * Call this method to convert the specified XML schema file to a different AXMLS + * DTD version. For instance, to convert a schema created for an pre-1.0 version for + * AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.2). If no DTD version + * parameter is specified, the schema will be converted to the current DTD version. + * If the newFile parameter is provided, the converted schema will be written to the specified + * file. + * @see ConvertSchemaString() + * + * @param string $filename Name of XML schema file that will be converted. + * @param string $newVersion DTD version to convert to. + * @param string $newFile File name of (converted) output file. + * @return string Converted XML schema or FALSE if an error occurs. + */ + function ConvertSchemaFile( $filename, $newVersion = NULL, $newFile = NULL ) { + + // grab current version + if( !( $version = $this->SchemaFileVersion( $filename ) ) ) { + return FALSE; + } + + if( !isset ($newVersion) ) { + $newVersion = $this->schemaVersion; + } + + if( $version == $newVersion ) { + $result = _file_get_contents( $filename ); + + // remove unicode BOM if present + if( substr( $result, 0, 3 ) == sprintf( '%c%c%c', 239, 187, 191 ) ) { + $result = substr( $result, 3 ); + } + } else { + $result = $this->TransformSchema( $filename, 'convert-' . $version . '-' . $newVersion, 'file' ); + } + + if( is_string( $result ) AND is_string( $newFile ) AND ( $fp = fopen( $newFile, 'w' ) ) ) { + fwrite( $fp, $result ); + fclose( $fp ); + } + + return $result; + } + + function TransformSchema( $schema, $xsl, $schematype='string' ) + { + // Fail if XSLT extension is not available + if( ! function_exists( 'xslt_create' ) ) { + return FALSE; + } + + $xsl_file = dirname( __FILE__ ) . '/xsl/' . $xsl . '.xsl'; + + // look for xsl + if( !is_readable( $xsl_file ) ) { + return FALSE; + } + + switch( $schematype ) + { + case 'file': + if( !is_readable( $schema ) ) { + return FALSE; + } + + $schema = _file_get_contents( $schema ); + break; + case 'string': + default: + if( !is_string( $schema ) ) { + return FALSE; + } + } + + $arguments = array ( + '/_xml' => $schema, + '/_xsl' => _file_get_contents( $xsl_file ) + ); + + // create an XSLT processor + $xh = xslt_create (); + + // set error handler + xslt_set_error_handler ($xh, array (&$this, 'xslt_error_handler')); + + // process the schema + $result = xslt_process ($xh, 'arg:/_xml', 'arg:/_xsl', NULL, $arguments); + + xslt_free ($xh); + + return $result; + } + + /** + * Processes XSLT transformation errors + * + * @param object $parser XML parser object + * @param integer $errno Error number + * @param integer $level Error level + * @param array $fields Error information fields + * + * @access private + */ + function xslt_error_handler( $parser, $errno, $level, $fields ) { + if( is_array( $fields ) ) { + $msg = array( + 'Message Type' => ucfirst( $fields['msgtype'] ), + 'Message Code' => $fields['code'], + 'Message' => $fields['msg'], + 'Error Number' => $errno, + 'Level' => $level + ); + + switch( $fields['URI'] ) { + case 'arg:/_xml': + $msg['Input'] = 'XML'; + break; + case 'arg:/_xsl': + $msg['Input'] = 'XSL'; + break; + default: + $msg['Input'] = $fields['URI']; + } + + $msg['Line'] = $fields['line']; + } else { + $msg = array( + 'Message Type' => 'Error', + 'Error Number' => $errno, + 'Level' => $level, + 'Fields' => var_export( $fields, TRUE ) + ); + } + + $error_details = $msg['Message Type'] . ' in XSLT Transformation' . "\n" + . '' . "\n"; + + foreach( $msg as $label => $details ) { + $error_details .= '' . "\n"; + } + + $error_details .= '
' . $label . ': ' . htmlentities( $details ) . '
'; + + trigger_error( $error_details, E_USER_ERROR ); + } + + /** + * Returns the AXMLS Schema Version of the requested XML schema file. + * + * Call this method to obtain the AXMLS DTD version of the requested XML schema file. + * @see SchemaStringVersion() + * + * @param string $filename AXMLS schema file + * @return string Schema version number or FALSE on error + */ + function SchemaFileVersion( $filename ) { + // Open the file + if( !($fp = fopen( $filename, 'r' )) ) { + // die( 'Unable to open file' ); + return FALSE; + } + + // Process the file + while( $data = fread( $fp, 4096 ) ) { + if( preg_match( $this->versionRegex, $data, $matches ) ) { + return !empty( $matches[2] ) ? $matches[2] : XMLS_DEFAULT_SCHEMA_VERSION; + } + } + + return FALSE; + } + + /** + * Returns the AXMLS Schema Version of the provided XML schema string. + * + * Call this method to obtain the AXMLS DTD version of the provided XML schema string. + * @see SchemaFileVersion() + * + * @param string $xmlstring XML schema string + * @return string Schema version number or FALSE on error + */ + function SchemaStringVersion( $xmlstring ) { + if( !is_string( $xmlstring ) OR empty( $xmlstring ) ) { + return FALSE; + } + + if( preg_match( $this->versionRegex, $xmlstring, $matches ) ) { + return !empty( $matches[2] ) ? $matches[2] : XMLS_DEFAULT_SCHEMA_VERSION; + } + + return FALSE; + } + + /** + * Extracts an XML schema from an existing database. + * + * Call this method to create an XML schema string from an existing database. + * If the data parameter is set to TRUE, AXMLS will include the data from the database + * in the schema. + * + * @param boolean $data Include data in schema dump + * @return string Generated XML schema + */ + function ExtractSchema( $data = FALSE ) { + $old_mode = $this->db->SetFetchMode( ADODB_FETCH_NUM ); + + $schema = '' . "\n" + . '' . "\n"; + + if( is_array( $tables = $this->db->MetaTables( 'TABLES' ) ) ) { + foreach( $tables as $table ) { + $schema .= ' ' . "\n"; + + // grab details from database + $rs = $this->db->Execute( 'SELECT * FROM ' . $table . ' WHERE 1=1' ); + $fields = $this->db->MetaColumns( $table ); + $indexes = $this->db->MetaIndexes( $table ); + + if( is_array( $fields ) ) { + foreach( $fields as $details ) { + $extra = ''; + $content = array(); + + if( $details->max_length > 0 ) { + $extra .= ' size="' . $details->max_length . '"'; + } + + if( $details->primary_key ) { + $content[] = ''; + } elseif( $details->not_null ) { + $content[] = ''; + } + + if( $details->has_default ) { + $content[] = ''; + } + + if( $details->auto_increment ) { + $content[] = ''; + } + + // this stops the creation of 'R' columns, + // AUTOINCREMENT is used to create auto columns + $details->primary_key = 0; + $type = $rs->MetaType( $details ); + + $schema .= ' '; + + if( !empty( $content ) ) { + $schema .= "\n " . implode( "\n ", $content ) . "\n "; + } + + $schema .= '' . "\n"; + } + } + + if( is_array( $indexes ) ) { + foreach( $indexes as $index => $details ) { + $schema .= ' ' . "\n"; + + if( $details['unique'] ) { + $schema .= ' ' . "\n"; + } + + foreach( $details['columns'] as $column ) { + $schema .= ' ' . $column . '' . "\n"; + } + + $schema .= ' ' . "\n"; + } + } + + if( $data ) { + $rs = $this->db->Execute( 'SELECT * FROM ' . $table ); + + if( is_object( $rs ) ) { + $schema .= ' ' . "\n"; + + while( $row = $rs->FetchRow() ) { + foreach( $row as $key => $val ) { + $row[$key] = htmlentities($val); + } + + $schema .= ' ' . implode( '', $row ) . '' . "\n"; + } + + $schema .= ' ' . "\n"; + } + } + + $schema .= '
' . "\n"; + } + } + + $this->db->SetFetchMode( $old_mode ); + + $schema .= '
'; + return $schema; + } + + /** + * Sets a prefix for database objects + * + * Call this method to set a standard prefix that will be prepended to all database tables + * and indices when the schema is parsed. Calling setPrefix with no arguments clears the prefix. + * + * @param string $prefix Prefix that will be prepended. + * @param boolean $underscore If TRUE, automatically append an underscore character to the prefix. + * @return boolean TRUE if successful, else FALSE + */ + function SetPrefix( $prefix = '', $underscore = TRUE ) { + switch( TRUE ) { + // clear prefix + case empty( $prefix ): + logMsg( 'Cleared prefix' ); + $this->objectPrefix = ''; + return TRUE; + // prefix too long + case strlen( $prefix ) > XMLS_PREFIX_MAXLEN: + // prefix contains invalid characters + case !preg_match( '/^[a-z][a-z0-9_]+$/i', $prefix ): + logMsg( 'Invalid prefix: ' . $prefix ); + return FALSE; + } + + if( $underscore AND substr( $prefix, -1 ) != '_' ) { + $prefix .= '_'; + } + + // prefix valid + logMsg( 'Set prefix: ' . $prefix ); + $this->objectPrefix = $prefix; + return TRUE; + } + + /** + * Returns an object name with the current prefix prepended. + * + * @param string $name Name + * @return string Prefixed name + * + * @access private + */ + function prefix( $name = '' ) { + // if prefix is set + if( !empty( $this->objectPrefix ) ) { + // Prepend the object prefix to the table name + // prepend after quote if used + return preg_replace( '/^(`?)(.+)$/', '$1' . $this->objectPrefix . '$2', $name ); + } + + // No prefix set. Use name provided. + return $name; + } + + /** + * Checks if element references a specific platform + * + * @param string $platform Requested platform + * @returns boolean TRUE if platform check succeeds + * + * @access private + */ + function supportedPlatform( $platform = NULL ) { + $regex = '/^(\w*\|)*' . $this->db->databaseType . '(\|\w*)*$/'; + + if( !isset( $platform ) OR preg_match( $regex, $platform ) ) { + logMsg( "Platform $platform is supported" ); + return TRUE; + } else { + logMsg( "Platform $platform is NOT supported" ); + return FALSE; + } + } + + /** + * Clears the array of generated SQL. + * + * @access private + */ + function clearSQL() { + $this->sqlArray = array(); + } + + /** + * Adds SQL into the SQL array. + * + * @param mixed $sql SQL to Add + * @return boolean TRUE if successful, else FALSE. + * + * @access private + */ + function addSQL( $sql = NULL ) { + if( is_array( $sql ) ) { + foreach( $sql as $line ) { + $this->addSQL( $line ); + } + + return TRUE; + } + + if( is_string( $sql ) ) { + $this->sqlArray[] = $sql; + + // if executeInline is enabled, and either no errors have occurred or continueOnError is enabled, execute SQL. + if( $this->ExecuteInline() && ( $this->success == 2 || $this->ContinueOnError() ) ) { + $saved = $this->db->debug; + $this->db->debug = $this->debug; + $ok = $this->db->Execute( $sql ); + $this->db->debug = $saved; + + if( !$ok ) { + if( $this->debug ) { + ADOConnection::outp( $this->db->ErrorMsg() ); + } + + $this->success = 1; + } + } + + return TRUE; + } + + return FALSE; + } + + /** + * Gets the SQL array in the specified format. + * + * @param string $format Format + * @return mixed SQL + * + * @access private + */ + function getSQL( $format = NULL, $sqlArray = NULL ) { + if( !is_array( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + + if( !is_array( $sqlArray ) ) { + return FALSE; + } + + switch( strtolower( $format ) ) { + case 'string': + case 'text': + return !empty( $sqlArray ) ? implode( ";\n\n", $sqlArray ) . ';' : ''; + case'html': + return !empty( $sqlArray ) ? nl2br( htmlentities( implode( ";\n\n", $sqlArray ) . ';' ) ) : ''; + } + + return $this->sqlArray; + } + + /** + * Destroys an adoSchema object. + * + * Call this method to clean up after an adoSchema object that is no longer in use. + * @deprecated adoSchema now cleans up automatically. + */ + function Destroy() { + set_magic_quotes_runtime( $this->mgq ); + unset( $this ); + } +} + +/** +* Message logging function +* +* @access private +*/ +function logMsg( $msg, $title = NULL, $force = FALSE ) { + if( XMLS_DEBUG or $force ) { + echo '
';
+		
+		if( isset( $title ) ) {
+			echo '

' . htmlentities( $title ) . '

'; + } + + if( is_object( $this ) ) { + echo '[' . get_class( $this ) . '] '; + } + + print_r( $msg ); + + echo '
'; + } +} +?> diff --git a/e_lib/adodb5/adodb-xmlschema03.inc.php b/e_lib/adodb5/adodb-xmlschema03.inc.php new file mode 100644 index 00000000..b4165328 --- /dev/null +++ b/e_lib/adodb5/adodb-xmlschema03.inc.php @@ -0,0 +1,2404 @@ +parent = $parent; + } + + /** + * XML Callback to process start elements + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + + } + + function create() { + return array(); + } + + /** + * Destroys the object + */ + function destroy() { + unset( $this ); + } + + /** + * Checks whether the specified RDBMS is supported by the current + * database object or its ranking ancestor. + * + * @param string $platform RDBMS platform name (from ADODB platform list). + * @return boolean TRUE if RDBMS is supported; otherwise returns FALSE. + */ + function supportedPlatform( $platform = NULL ) { + return is_object( $this->parent ) ? $this->parent->supportedPlatform( $platform ) : TRUE; + } + + /** + * Returns the prefix set by the ranking ancestor of the database object. + * + * @param string $name Prefix string. + * @return string Prefix. + */ + function prefix( $name = '' ) { + return is_object( $this->parent ) ? $this->parent->prefix( $name ) : $name; + } + + /** + * Extracts a field ID from the specified field. + * + * @param string $field Field. + * @return string Field ID. + */ + function FieldID( $field ) { + return strtoupper( preg_replace( '/^`(.+)`$/', '$1', $field ) ); + } +} + +/** +* Creates a table object in ADOdb's datadict format +* +* This class stores information about a database table. As charactaristics +* of the table are loaded from the external source, methods and properties +* of this class are used to build up the table description in ADOdb's +* datadict format. +* +* @package axmls +* @access private +*/ +class dbTable extends dbObject { + + /** + * @var string Table name + */ + var $name; + + /** + * @var array Field specifier: Meta-information about each field + */ + var $fields = array(); + + /** + * @var array List of table indexes. + */ + var $indexes = array(); + + /** + * @var array Table options: Table-level options + */ + var $opts = array(); + + /** + * @var string Field index: Keeps track of which field is currently being processed + */ + var $current_field; + + /** + * @var boolean Mark table for destruction + * @access private + */ + var $drop_table; + + /** + * @var boolean Mark field for destruction (not yet implemented) + * @access private + */ + var $drop_field = array(); + + /** + * @var array Platform-specific options + * @access private + */ + var $currentPlatform = true; + + + /** + * Iniitializes a new table object. + * + * @param string $prefix DB Object prefix + * @param array $attributes Array of table attributes. + */ + function dbTable( &$parent, $attributes = NULL ) { + $this->parent = $parent; + $this->name = $this->prefix($attributes['NAME']); + } + + /** + * XML Callback to process start elements. Elements currently + * processed are: INDEX, DROP, FIELD, KEY, NOTNULL, AUTOINCREMENT & DEFAULT. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'INDEX': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + xml_set_object( $parser, $this->addIndex( $attributes ) ); + } + break; + case 'DATA': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + xml_set_object( $parser, $this->addData( $attributes ) ); + } + break; + case 'DROP': + $this->drop(); + break; + case 'FIELD': + // Add a field + $fieldName = $attributes['NAME']; + $fieldType = $attributes['TYPE']; + $fieldSize = isset( $attributes['SIZE'] ) ? $attributes['SIZE'] : NULL; + $fieldOpts = !empty( $attributes['OPTS'] ) ? $attributes['OPTS'] : NULL; + + $this->addField( $fieldName, $fieldType, $fieldSize, $fieldOpts ); + break; + case 'KEY': + case 'NOTNULL': + case 'AUTOINCREMENT': + case 'DEFDATE': + case 'DEFTIMESTAMP': + case 'UNSIGNED': + // Add a field option + $this->addFieldOpt( $this->current_field, $this->currentElement ); + break; + case 'DEFAULT': + // Add a field option to the table object + + // Work around ADOdb datadict issue that misinterprets empty strings. + if( $attributes['VALUE'] == '' ) { + $attributes['VALUE'] = " '' "; + } + + $this->addFieldOpt( $this->current_field, $this->currentElement, $attributes['VALUE'] ); + break; + case 'OPT': + case 'CONSTRAINT': + // Accept platform-specific options + $this->currentPlatform = ( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ); + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Table/field constraint + case 'CONSTRAINT': + if( isset( $this->current_field ) ) { + $this->addFieldOpt( $this->current_field, $this->currentElement, $cdata ); + } else { + $this->addTableOpt( $cdata ); + } + break; + // Table/field option + case 'OPT': + if( isset( $this->current_field ) ) { + $this->addFieldOpt( $this->current_field, $cdata ); + } else { + $this->addTableOpt( $cdata ); + } + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'TABLE': + $this->parent->addSQL( $this->create( $this->parent ) ); + xml_set_object( $parser, $this->parent ); + $this->destroy(); + break; + case 'FIELD': + unset($this->current_field); + break; + case 'OPT': + case 'CONSTRAINT': + $this->currentPlatform = true; + break; + default: + + } + } + + /** + * Adds an index to a table object + * + * @param array $attributes Index attributes + * @return object dbIndex object + */ + function addIndex( $attributes ) { + $name = strtoupper( $attributes['NAME'] ); + $this->indexes[$name] = new dbIndex( $this, $attributes ); + return $this->indexes[$name]; + } + + /** + * Adds data to a table object + * + * @param array $attributes Data attributes + * @return object dbData object + */ + function addData( $attributes ) { + if( !isset( $this->data ) ) { + $this->data = new dbData( $this, $attributes ); + } + return $this->data; + } + + /** + * Adds a field to a table object + * + * $name is the name of the table to which the field should be added. + * $type is an ADODB datadict field type. The following field types + * are supported as of ADODB 3.40: + * - C: varchar + * - X: CLOB (character large object) or largest varchar size + * if CLOB is not supported + * - C2: Multibyte varchar + * - X2: Multibyte CLOB + * - B: BLOB (binary large object) + * - D: Date (some databases do not support this, and we return a datetime type) + * - T: Datetime or Timestamp + * - L: Integer field suitable for storing booleans (0 or 1) + * - I: Integer (mapped to I4) + * - I1: 1-byte integer + * - I2: 2-byte integer + * - I4: 4-byte integer + * - I8: 8-byte integer + * - F: Floating point number + * - N: Numeric or decimal number + * + * @param string $name Name of the table to which the field will be added. + * @param string $type ADODB datadict field type. + * @param string $size Field size + * @param array $opts Field options array + * @return array Field specifier array + */ + function addField( $name, $type, $size = NULL, $opts = NULL ) { + $field_id = $this->FieldID( $name ); + + // Set the field index so we know where we are + $this->current_field = $field_id; + + // Set the field name (required) + $this->fields[$field_id]['NAME'] = $name; + + // Set the field type (required) + $this->fields[$field_id]['TYPE'] = $type; + + // Set the field size (optional) + if( isset( $size ) ) { + $this->fields[$field_id]['SIZE'] = $size; + } + + // Set the field options + if( isset( $opts ) ) { + $this->fields[$field_id]['OPTS'] = array($opts); + } else { + $this->fields[$field_id]['OPTS'] = array(); + } + } + + /** + * Adds a field option to the current field specifier + * + * This method adds a field option allowed by the ADOdb datadict + * and appends it to the given field. + * + * @param string $field Field name + * @param string $opt ADOdb field option + * @param mixed $value Field option value + * @return array Field specifier array + */ + function addFieldOpt( $field, $opt, $value = NULL ) { + if( $this->currentPlatform ) { + if( !isset( $value ) ) { + $this->fields[$this->FieldID( $field )]['OPTS'][] = $opt; + // Add the option and value + } else { + $this->fields[$this->FieldID( $field )]['OPTS'][] = array( $opt => $value ); + } + } + } + + /** + * Adds an option to the table + * + * This method takes a comma-separated list of table-level options + * and appends them to the table object. + * + * @param string $opt Table option + * @return array Options + */ + function addTableOpt( $opt ) { + if(isset($this->currentPlatform)) { + $this->opts[$this->parent->db->databaseType] = $opt; + } + return $this->opts; + } + + + /** + * Generates the SQL that will create the table in the database + * + * @param object $xmls adoSchema object + * @return array Array containing table creation SQL + */ + function create( &$xmls ) { + $sql = array(); + + // drop any existing indexes + if( is_array( $legacy_indexes = $xmls->dict->MetaIndexes( $this->name ) ) ) { + foreach( $legacy_indexes as $index => $index_details ) { + $sql[] = $xmls->dict->DropIndexSQL( $index, $this->name ); + } + } + + // remove fields to be dropped from table object + foreach( $this->drop_field as $field ) { + unset( $this->fields[$field] ); + } + + // if table exists + if( is_array( $legacy_fields = $xmls->dict->MetaColumns( $this->name ) ) ) { + // drop table + if( $this->drop_table ) { + $sql[] = $xmls->dict->DropTableSQL( $this->name ); + + return $sql; + } + + // drop any existing fields not in schema + foreach( $legacy_fields as $field_id => $field ) { + if( !isset( $this->fields[$field_id] ) ) { + $sql[] = $xmls->dict->DropColumnSQL( $this->name, $field->name ); + } + } + // if table doesn't exist + } else { + if( $this->drop_table ) { + return $sql; + } + + $legacy_fields = array(); + } + + // Loop through the field specifier array, building the associative array for the field options + $fldarray = array(); + + foreach( $this->fields as $field_id => $finfo ) { + // Set an empty size if it isn't supplied + if( !isset( $finfo['SIZE'] ) ) { + $finfo['SIZE'] = ''; + } + + // Initialize the field array with the type and size + $fldarray[$field_id] = array( + 'NAME' => $finfo['NAME'], + 'TYPE' => $finfo['TYPE'], + 'SIZE' => $finfo['SIZE'] + ); + + // Loop through the options array and add the field options. + if( isset( $finfo['OPTS'] ) ) { + foreach( $finfo['OPTS'] as $opt ) { + // Option has an argument. + if( is_array( $opt ) ) { + $key = key( $opt ); + $value = $opt[key( $opt )]; + @$fldarray[$field_id][$key] .= $value; + // Option doesn't have arguments + } else { + $fldarray[$field_id][$opt] = $opt; + } + } + } + } + + if( empty( $legacy_fields ) ) { + // Create the new table + $sql[] = $xmls->dict->CreateTableSQL( $this->name, $fldarray, $this->opts ); + logMsg( end( $sql ), 'Generated CreateTableSQL' ); + } else { + // Upgrade an existing table + logMsg( "Upgrading {$this->name} using '{$xmls->upgrade}'" ); + switch( $xmls->upgrade ) { + // Use ChangeTableSQL + case 'ALTER': + logMsg( 'Generated ChangeTableSQL (ALTERing table)' ); + $sql[] = $xmls->dict->ChangeTableSQL( $this->name, $fldarray, $this->opts ); + break; + case 'REPLACE': + logMsg( 'Doing upgrade REPLACE (testing)' ); + $sql[] = $xmls->dict->DropTableSQL( $this->name ); + $sql[] = $xmls->dict->CreateTableSQL( $this->name, $fldarray, $this->opts ); + break; + // ignore table + default: + return array(); + } + } + + foreach( $this->indexes as $index ) { + $sql[] = $index->create( $xmls ); + } + + if( isset( $this->data ) ) { + $sql[] = $this->data->create( $xmls ); + } + + return $sql; + } + + /** + * Marks a field or table for destruction + */ + function drop() { + if( isset( $this->current_field ) ) { + // Drop the current field + logMsg( "Dropping field '{$this->current_field}' from table '{$this->name}'" ); + // $this->drop_field[$this->current_field] = $xmls->dict->DropColumnSQL( $this->name, $this->current_field ); + $this->drop_field[$this->current_field] = $this->current_field; + } else { + // Drop the current table + logMsg( "Dropping table '{$this->name}'" ); + // $this->drop_table = $xmls->dict->DropTableSQL( $this->name ); + $this->drop_table = TRUE; + } + } +} + +/** +* Creates an index object in ADOdb's datadict format +* +* This class stores information about a database index. As charactaristics +* of the index are loaded from the external source, methods and properties +* of this class are used to build up the index description in ADOdb's +* datadict format. +* +* @package axmls +* @access private +*/ +class dbIndex extends dbObject { + + /** + * @var string Index name + */ + var $name; + + /** + * @var array Index options: Index-level options + */ + var $opts = array(); + + /** + * @var array Indexed fields: Table columns included in this index + */ + var $columns = array(); + + /** + * @var boolean Mark index for destruction + * @access private + */ + var $drop = FALSE; + + /** + * Initializes the new dbIndex object. + * + * @param object $parent Parent object + * @param array $attributes Attributes + * + * @internal + */ + function dbIndex( &$parent, $attributes = NULL ) { + $this->parent = $parent; + + $this->name = $this->prefix ($attributes['NAME']); + } + + /** + * XML Callback to process start elements + * + * Processes XML opening tags. + * Elements currently processed are: DROP, CLUSTERED, BITMAP, UNIQUE, FULLTEXT & HASH. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'DROP': + $this->drop(); + break; + case 'CLUSTERED': + case 'BITMAP': + case 'UNIQUE': + case 'FULLTEXT': + case 'HASH': + // Add index Option + $this->addIndexOpt( $this->currentElement ); + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * Processes XML cdata. + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Index field name + case 'COL': + $this->addField( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'INDEX': + xml_set_object( $parser, $this->parent ); + break; + } + } + + /** + * Adds a field to the index + * + * @param string $name Field name + * @return string Field list + */ + function addField( $name ) { + $this->columns[$this->FieldID( $name )] = $name; + + // Return the field list + return $this->columns; + } + + /** + * Adds options to the index + * + * @param string $opt Comma-separated list of index options. + * @return string Option list + */ + function addIndexOpt( $opt ) { + $this->opts[] = $opt; + + // Return the options list + return $this->opts; + } + + /** + * Generates the SQL that will create the index in the database + * + * @param object $xmls adoSchema object + * @return array Array containing index creation SQL + */ + function create( &$xmls ) { + if( $this->drop ) { + return NULL; + } + + // eliminate any columns that aren't in the table + foreach( $this->columns as $id => $col ) { + if( !isset( $this->parent->fields[$id] ) ) { + unset( $this->columns[$id] ); + } + } + + return $xmls->dict->CreateIndexSQL( $this->name, $this->parent->name, $this->columns, $this->opts ); + } + + /** + * Marks an index for destruction + */ + function drop() { + $this->drop = TRUE; + } +} + +/** +* Creates a data object in ADOdb's datadict format +* +* This class stores information about table data, and is called +* when we need to load field data into a table. +* +* @package axmls +* @access private +*/ +class dbData extends dbObject { + + var $data = array(); + + var $row; + + /** + * Initializes the new dbData object. + * + * @param object $parent Parent object + * @param array $attributes Attributes + * + * @internal + */ + function dbData( &$parent, $attributes = NULL ) { + $this->parent = $parent; + } + + /** + * XML Callback to process start elements + * + * Processes XML opening tags. + * Elements currently processed are: ROW and F (field). + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'ROW': + $this->row = count( $this->data ); + $this->data[$this->row] = array(); + break; + case 'F': + $this->addField($attributes); + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + * + * Processes XML cdata. + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Index field name + case 'F': + $this->addData( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'DATA': + xml_set_object( $parser, $this->parent ); + break; + } + } + + /** + * Adds a field to the insert + * + * @param string $name Field name + * @return string Field list + */ + function addField( $attributes ) { + // check we're in a valid row + if( !isset( $this->row ) || !isset( $this->data[$this->row] ) ) { + return; + } + + // Set the field index so we know where we are + if( isset( $attributes['NAME'] ) ) { + $this->current_field = $this->FieldID( $attributes['NAME'] ); + } else { + $this->current_field = count( $this->data[$this->row] ); + } + + // initialise data + if( !isset( $this->data[$this->row][$this->current_field] ) ) { + $this->data[$this->row][$this->current_field] = ''; + } + } + + /** + * Adds options to the index + * + * @param string $opt Comma-separated list of index options. + * @return string Option list + */ + function addData( $cdata ) { + // check we're in a valid field + if ( isset( $this->data[$this->row][$this->current_field] ) ) { + // add data to field + $this->data[$this->row][$this->current_field] .= $cdata; + } + } + + /** + * Generates the SQL that will add/update the data in the database + * + * @param object $xmls adoSchema object + * @return array Array containing index creation SQL + */ + function create( &$xmls ) { + $table = $xmls->dict->TableName($this->parent->name); + $table_field_count = count($this->parent->fields); + $tables = $xmls->db->MetaTables(); + $sql = array(); + + $ukeys = $xmls->db->MetaPrimaryKeys( $table ); + if( !empty( $this->parent->indexes ) and !empty( $ukeys ) ) { + foreach( $this->parent->indexes as $indexObj ) { + if( !in_array( $indexObj->name, $ukeys ) ) $ukeys[] = $indexObj->name; + } + } + + // eliminate any columns that aren't in the table + foreach( $this->data as $row ) { + $table_fields = $this->parent->fields; + $fields = array(); + $rawfields = array(); // Need to keep some of the unprocessed data on hand. + + foreach( $row as $field_id => $field_data ) { + if( !array_key_exists( $field_id, $table_fields ) ) { + if( is_numeric( $field_id ) ) { + $field_id = reset( array_keys( $table_fields ) ); + } else { + continue; + } + } + + $name = $table_fields[$field_id]['NAME']; + + switch( $table_fields[$field_id]['TYPE'] ) { + case 'I': + case 'I1': + case 'I2': + case 'I4': + case 'I8': + $fields[$name] = intval($field_data); + break; + case 'C': + case 'C2': + case 'X': + case 'X2': + default: + $fields[$name] = $xmls->db->qstr( $field_data ); + $rawfields[$name] = $field_data; + } + + unset($table_fields[$field_id]); + + } + + // check that at least 1 column is specified + if( empty( $fields ) ) { + continue; + } + + // check that no required columns are missing + if( count( $fields ) < $table_field_count ) { + foreach( $table_fields as $field ) { + if( isset( $field['OPTS'] ) and ( in_array( 'NOTNULL', $field['OPTS'] ) || in_array( 'KEY', $field['OPTS'] ) ) && !in_array( 'AUTOINCREMENT', $field['OPTS'] ) ) { + continue(2); + } + } + } + + // The rest of this method deals with updating existing data records. + + if( !in_array( $table, $tables ) or ( $mode = $xmls->existingData() ) == XMLS_MODE_INSERT ) { + // Table doesn't yet exist, so it's safe to insert. + logMsg( "$table doesn't exist, inserting or mode is INSERT" ); + $sql[] = 'INSERT INTO '. $table .' ('. implode( ',', array_keys( $fields ) ) .') VALUES ('. implode( ',', $fields ) .')'; + continue; + } + + // Prepare to test for potential violations. Get primary keys and unique indexes + $mfields = array_merge( $fields, $rawfields ); + $keyFields = array_intersect( $ukeys, array_keys( $mfields ) ); + + if( empty( $ukeys ) or count( $keyFields ) == 0 ) { + // No unique keys in schema, so safe to insert + logMsg( "Either schema or data has no unique keys, so safe to insert" ); + $sql[] = 'INSERT INTO '. $table .' ('. implode( ',', array_keys( $fields ) ) .') VALUES ('. implode( ',', $fields ) .')'; + continue; + } + + // Select record containing matching unique keys. + $where = ''; + foreach( $ukeys as $key ) { + if( isset( $mfields[$key] ) and $mfields[$key] ) { + if( $where ) $where .= ' AND '; + $where .= $key . ' = ' . $xmls->db->qstr( $mfields[$key] ); + } + } + $records = $xmls->db->Execute( 'SELECT * FROM ' . $table . ' WHERE ' . $where ); + switch( $records->RecordCount() ) { + case 0: + // No matching record, so safe to insert. + logMsg( "No matching records. Inserting new row with unique data" ); + $sql[] = $xmls->db->GetInsertSQL( $records, $mfields ); + break; + case 1: + // Exactly one matching record, so we can update if the mode permits. + logMsg( "One matching record..." ); + if( $mode == XMLS_MODE_UPDATE ) { + logMsg( "...Updating existing row from unique data" ); + $sql[] = $xmls->db->GetUpdateSQL( $records, $mfields ); + } + break; + default: + // More than one matching record; the result is ambiguous, so we must ignore the row. + logMsg( "More than one matching record. Ignoring row." ); + } + } + return $sql; + } +} + +/** +* Creates the SQL to execute a list of provided SQL queries +* +* @package axmls +* @access private +*/ +class dbQuerySet extends dbObject { + + /** + * @var array List of SQL queries + */ + var $queries = array(); + + /** + * @var string String used to build of a query line by line + */ + var $query; + + /** + * @var string Query prefix key + */ + var $prefixKey = ''; + + /** + * @var boolean Auto prefix enable (TRUE) + */ + var $prefixMethod = 'AUTO'; + + /** + * Initializes the query set. + * + * @param object $parent Parent object + * @param array $attributes Attributes + */ + function dbQuerySet( &$parent, $attributes = NULL ) { + $this->parent = $parent; + + // Overrides the manual prefix key + if( isset( $attributes['KEY'] ) ) { + $this->prefixKey = $attributes['KEY']; + } + + $prefixMethod = isset( $attributes['PREFIXMETHOD'] ) ? strtoupper( trim( $attributes['PREFIXMETHOD'] ) ) : ''; + + // Enables or disables automatic prefix prepending + switch( $prefixMethod ) { + case 'AUTO': + $this->prefixMethod = 'AUTO'; + break; + case 'MANUAL': + $this->prefixMethod = 'MANUAL'; + break; + case 'NONE': + $this->prefixMethod = 'NONE'; + break; + } + } + + /** + * XML Callback to process start elements. Elements currently + * processed are: QUERY. + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + $this->currentElement = strtoupper( $tag ); + + switch( $this->currentElement ) { + case 'QUERY': + // Create a new query in a SQL queryset. + // Ignore this query set if a platform is specified and it's different than the + // current connection platform. + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + $this->newQuery(); + } else { + $this->discardQuery(); + } + break; + default: + // print_r( array( $tag, $attributes ) ); + } + } + + /** + * XML Callback to process CDATA elements + */ + function _tag_cdata( &$parser, $cdata ) { + switch( $this->currentElement ) { + // Line of queryset SQL data + case 'QUERY': + $this->buildQuery( $cdata ); + break; + default: + + } + } + + /** + * XML Callback to process end elements + * + * @access private + */ + function _tag_close( &$parser, $tag ) { + $this->currentElement = ''; + + switch( strtoupper( $tag ) ) { + case 'QUERY': + // Add the finished query to the open query set. + $this->addQuery(); + break; + case 'SQL': + $this->parent->addSQL( $this->create( $this->parent ) ); + xml_set_object( $parser, $this->parent ); + $this->destroy(); + break; + default: + + } + } + + /** + * Re-initializes the query. + * + * @return boolean TRUE + */ + function newQuery() { + $this->query = ''; + + return TRUE; + } + + /** + * Discards the existing query. + * + * @return boolean TRUE + */ + function discardQuery() { + unset( $this->query ); + + return TRUE; + } + + /** + * Appends a line to a query that is being built line by line + * + * @param string $data Line of SQL data or NULL to initialize a new query + * @return string SQL query string. + */ + function buildQuery( $sql = NULL ) { + if( !isset( $this->query ) OR empty( $sql ) ) { + return FALSE; + } + + $this->query .= $sql; + + return $this->query; + } + + /** + * Adds a completed query to the query list + * + * @return string SQL of added query + */ + function addQuery() { + if( !isset( $this->query ) ) { + return FALSE; + } + + $this->queries[] = $return = trim($this->query); + + unset( $this->query ); + + return $return; + } + + /** + * Creates and returns the current query set + * + * @param object $xmls adoSchema object + * @return array Query set + */ + function create( &$xmls ) { + foreach( $this->queries as $id => $query ) { + switch( $this->prefixMethod ) { + case 'AUTO': + // Enable auto prefix replacement + + // Process object prefix. + // Evaluate SQL statements to prepend prefix to objects + $query = $this->prefixQuery( '/^\s*((?is)INSERT\s+(INTO\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + $query = $this->prefixQuery( '/^\s*((?is)UPDATE\s+(FROM\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + $query = $this->prefixQuery( '/^\s*((?is)DELETE\s+(FROM\s+)?)((\w+\s*,?\s*)+)(\s.*$)/', $query, $xmls->objectPrefix ); + + // SELECT statements aren't working yet + #$data = preg_replace( '/(?ias)(^\s*SELECT\s+.*\s+FROM)\s+(\W\s*,?\s*)+((?i)\s+WHERE.*$)/', "\1 $prefix\2 \3", $data ); + + case 'MANUAL': + // If prefixKey is set and has a value then we use it to override the default constant XMLS_PREFIX. + // If prefixKey is not set, we use the default constant XMLS_PREFIX + if( isset( $this->prefixKey ) AND( $this->prefixKey !== '' ) ) { + // Enable prefix override + $query = str_replace( $this->prefixKey, $xmls->objectPrefix, $query ); + } else { + // Use default replacement + $query = str_replace( XMLS_PREFIX , $xmls->objectPrefix, $query ); + } + } + + $this->queries[$id] = trim( $query ); + } + + // Return the query set array + return $this->queries; + } + + /** + * Rebuilds the query with the prefix attached to any objects + * + * @param string $regex Regex used to add prefix + * @param string $query SQL query string + * @param string $prefix Prefix to be appended to tables, indices, etc. + * @return string Prefixed SQL query string. + */ + function prefixQuery( $regex, $query, $prefix = NULL ) { + if( !isset( $prefix ) ) { + return $query; + } + + if( preg_match( $regex, $query, $match ) ) { + $preamble = $match[1]; + $postamble = $match[5]; + $objectList = explode( ',', $match[3] ); + // $prefix = $prefix . '_'; + + $prefixedList = ''; + + foreach( $objectList as $object ) { + if( $prefixedList !== '' ) { + $prefixedList .= ', '; + } + + $prefixedList .= $prefix . trim( $object ); + } + + $query = $preamble . ' ' . $prefixedList . ' ' . $postamble; + } + + return $query; + } +} + +/** +* Loads and parses an XML file, creating an array of "ready-to-run" SQL statements +* +* This class is used to load and parse the XML file, to create an array of SQL statements +* that can be used to build a database, and to build the database using the SQL array. +* +* @tutorial getting_started.pkg +* +* @author Richard Tango-Lowy & Dan Cech +* @version $Revision: 1.62 $ +* +* @package axmls +*/ +class adoSchema { + + /** + * @var array Array containing SQL queries to generate all objects + * @access private + */ + var $sqlArray; + + /** + * @var object ADOdb connection object + * @access private + */ + var $db; + + /** + * @var object ADOdb Data Dictionary + * @access private + */ + var $dict; + + /** + * @var string Current XML element + * @access private + */ + var $currentElement = ''; + + /** + * @var string If set (to 'ALTER' or 'REPLACE'), upgrade an existing database + * @access private + */ + var $upgrade = ''; + + /** + * @var string Optional object prefix + * @access private + */ + var $objectPrefix = ''; + + /** + * @var long Original Magic Quotes Runtime value + * @access private + */ + var $mgq; + + /** + * @var long System debug + * @access private + */ + var $debug; + + /** + * @var string Regular expression to find schema version + * @access private + */ + var $versionRegex = '//'; + + /** + * @var string Current schema version + * @access private + */ + var $schemaVersion; + + /** + * @var int Success of last Schema execution + */ + var $success; + + /** + * @var bool Execute SQL inline as it is generated + */ + var $executeInline; + + /** + * @var bool Continue SQL execution if errors occur + */ + var $continueOnError; + + /** + * @var int How to handle existing data rows (insert, update, or ignore) + */ + var $existingData; + + /** + * Creates an adoSchema object + * + * Creating an adoSchema object is the first step in processing an XML schema. + * The only parameter is an ADOdb database connection object, which must already + * have been created. + * + * @param object $db ADOdb database connection object. + */ + function adoSchema( &$db ) { + // Initialize the environment + $this->mgq = get_magic_quotes_runtime(); + set_magic_quotes_runtime(0); + + $this->db = $db; + $this->debug = $this->db->debug; + $this->dict = NewDataDictionary( $this->db ); + $this->sqlArray = array(); + $this->schemaVersion = XMLS_SCHEMA_VERSION; + $this->executeInline( XMLS_EXECUTE_INLINE ); + $this->continueOnError( XMLS_CONTINUE_ON_ERROR ); + $this->existingData( XMLS_EXISTING_DATA ); + $this->setUpgradeMethod(); + } + + /** + * Sets the method to be used for upgrading an existing database + * + * Use this method to specify how existing database objects should be upgraded. + * The method option can be set to ALTER, REPLACE, BEST, or NONE. ALTER attempts to + * alter each database object directly, REPLACE attempts to rebuild each object + * from scratch, BEST attempts to determine the best upgrade method for each + * object, and NONE disables upgrading. + * + * This method is not yet used by AXMLS, but exists for backward compatibility. + * The ALTER method is automatically assumed when the adoSchema object is + * instantiated; other upgrade methods are not currently supported. + * + * @param string $method Upgrade method (ALTER|REPLACE|BEST|NONE) + * @returns string Upgrade method used + */ + function SetUpgradeMethod( $method = '' ) { + if( !is_string( $method ) ) { + return FALSE; + } + + $method = strtoupper( $method ); + + // Handle the upgrade methods + switch( $method ) { + case 'ALTER': + $this->upgrade = $method; + break; + case 'REPLACE': + $this->upgrade = $method; + break; + case 'BEST': + $this->upgrade = 'ALTER'; + break; + case 'NONE': + $this->upgrade = 'NONE'; + break; + default: + // Use default if no legitimate method is passed. + $this->upgrade = XMLS_DEFAULT_UPGRADE_METHOD; + } + + return $this->upgrade; + } + + /** + * Specifies how to handle existing data row when there is a unique key conflict. + * + * The existingData setting specifies how the parser should handle existing rows + * when a unique key violation occurs during the insert. This can happen when inserting + * data into an existing table with one or more primary keys or unique indexes. + * The existingData method takes one of three options: XMLS_MODE_INSERT attempts + * to always insert the data as a new row. In the event of a unique key violation, + * the database will generate an error. XMLS_MODE_UPDATE attempts to update the + * any existing rows with the new data based upon primary or unique key fields in + * the schema. If the data row in the schema specifies no unique fields, the row + * data will be inserted as a new row. XMLS_MODE_IGNORE specifies that any data rows + * that would result in a unique key violation be ignored; no inserts or updates will + * take place. For backward compatibility, the default setting is XMLS_MODE_INSERT, + * but XMLS_MODE_UPDATE will generally be the most appropriate setting. + * + * @param int $mode XMLS_MODE_INSERT, XMLS_MODE_UPDATE, or XMLS_MODE_IGNORE + * @return int current mode + */ + function ExistingData( $mode = NULL ) { + if( is_int( $mode ) ) { + switch( $mode ) { + case XMLS_MODE_UPDATE: + $mode = XMLS_MODE_UPDATE; + break; + case XMLS_MODE_IGNORE: + $mode = XMLS_MODE_IGNORE; + break; + case XMLS_MODE_INSERT: + $mode = XMLS_MODE_INSERT; + break; + default: + $mode = XMLS_EXISTING_DATA; + break; + } + $this->existingData = $mode; + } + + return $this->existingData; + } + + /** + * Enables/disables inline SQL execution. + * + * Call this method to enable or disable inline execution of the schema. If the mode is set to TRUE (inline execution), + * AXMLS applies the SQL to the database immediately as each schema entity is parsed. If the mode + * is set to FALSE (post execution), AXMLS parses the entire schema and you will need to call adoSchema::ExecuteSchema() + * to apply the schema to the database. + * + * @param bool $mode execute + * @return bool current execution mode + * + * @see ParseSchema(), ExecuteSchema() + */ + function ExecuteInline( $mode = NULL ) { + if( is_bool( $mode ) ) { + $this->executeInline = $mode; + } + + return $this->executeInline; + } + + /** + * Enables/disables SQL continue on error. + * + * Call this method to enable or disable continuation of SQL execution if an error occurs. + * If the mode is set to TRUE (continue), AXMLS will continue to apply SQL to the database, even if an error occurs. + * If the mode is set to FALSE (halt), AXMLS will halt execution of generated sql if an error occurs, though parsing + * of the schema will continue. + * + * @param bool $mode execute + * @return bool current continueOnError mode + * + * @see addSQL(), ExecuteSchema() + */ + function ContinueOnError( $mode = NULL ) { + if( is_bool( $mode ) ) { + $this->continueOnError = $mode; + } + + return $this->continueOnError; + } + + /** + * Loads an XML schema from a file and converts it to SQL. + * + * Call this method to load the specified schema (see the DTD for the proper format) from + * the filesystem and generate the SQL necessary to create the database + * described. This method automatically converts the schema to the latest + * axmls schema version. + * @see ParseSchemaString() + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute + */ + function ParseSchema( $filename, $returnSchema = FALSE ) { + return $this->ParseSchemaString( $this->ConvertSchemaFile( $filename ), $returnSchema ); + } + + /** + * Loads an XML schema from a file and converts it to SQL. + * + * Call this method to load the specified schema directly from a file (see + * the DTD for the proper format) and generate the SQL necessary to create + * the database described by the schema. Use this method when you are dealing + * with large schema files. Otherwise, ParseSchema() is faster. + * This method does not automatically convert the schema to the latest axmls + * schema version. You must convert the schema manually using either the + * ConvertSchemaFile() or ConvertSchemaString() method. + * @see ParseSchema() + * @see ConvertSchemaFile() + * @see ConvertSchemaString() + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + * + * @deprecated Replaced by adoSchema::ParseSchema() and adoSchema::ParseSchemaString() + * @see ParseSchema(), ParseSchemaString() + */ + function ParseSchemaFile( $filename, $returnSchema = FALSE ) { + // Open the file + if( !($fp = fopen( $filename, 'r' )) ) { + logMsg( 'Unable to open file' ); + return FALSE; + } + + // do version detection here + if( $this->SchemaFileVersion( $filename ) != $this->schemaVersion ) { + logMsg( 'Invalid Schema Version' ); + return FALSE; + } + + if( $returnSchema ) { + $xmlstring = ''; + while( $data = fread( $fp, 4096 ) ) { + $xmlstring .= $data . "\n"; + } + return $xmlstring; + } + + $this->success = 2; + + $xmlParser = $this->create_parser(); + + // Process the file + while( $data = fread( $fp, 4096 ) ) { + if( !xml_parse( $xmlParser, $data, feof( $fp ) ) ) { + die( sprintf( + "XML error: %s at line %d", + xml_error_string( xml_get_error_code( $xmlParser) ), + xml_get_current_line_number( $xmlParser) + ) ); + } + } + + xml_parser_free( $xmlParser ); + + return $this->sqlArray; + } + + /** + * Converts an XML schema string to SQL. + * + * Call this method to parse a string containing an XML schema (see the DTD for the proper format) + * and generate the SQL necessary to create the database described by the schema. + * @see ParseSchema() + * + * @param string $xmlstring XML schema string. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + */ + function ParseSchemaString( $xmlstring, $returnSchema = FALSE ) { + if( !is_string( $xmlstring ) OR empty( $xmlstring ) ) { + logMsg( 'Empty or Invalid Schema' ); + return FALSE; + } + + // do version detection here + if( $this->SchemaStringVersion( $xmlstring ) != $this->schemaVersion ) { + logMsg( 'Invalid Schema Version' ); + return FALSE; + } + + if( $returnSchema ) { + return $xmlstring; + } + + $this->success = 2; + + $xmlParser = $this->create_parser(); + + if( !xml_parse( $xmlParser, $xmlstring, TRUE ) ) { + die( sprintf( + "XML error: %s at line %d", + xml_error_string( xml_get_error_code( $xmlParser) ), + xml_get_current_line_number( $xmlParser) + ) ); + } + + xml_parser_free( $xmlParser ); + + return $this->sqlArray; + } + + /** + * Loads an XML schema from a file and converts it to uninstallation SQL. + * + * Call this method to load the specified schema (see the DTD for the proper format) from + * the filesystem and generate the SQL necessary to remove the database described. + * @see RemoveSchemaString() + * + * @param string $file Name of XML schema file. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute + */ + function RemoveSchema( $filename, $returnSchema = FALSE ) { + return $this->RemoveSchemaString( $this->ConvertSchemaFile( $filename ), $returnSchema ); + } + + /** + * Converts an XML schema string to uninstallation SQL. + * + * Call this method to parse a string containing an XML schema (see the DTD for the proper format) + * and generate the SQL necessary to uninstall the database described by the schema. + * @see RemoveSchema() + * + * @param string $schema XML schema string. + * @param bool $returnSchema Return schema rather than parsing. + * @return array Array of SQL queries, ready to execute. + */ + function RemoveSchemaString( $schema, $returnSchema = FALSE ) { + + // grab current version + if( !( $version = $this->SchemaStringVersion( $schema ) ) ) { + return FALSE; + } + + return $this->ParseSchemaString( $this->TransformSchema( $schema, 'remove-' . $version), $returnSchema ); + } + + /** + * Applies the current XML schema to the database (post execution). + * + * Call this method to apply the current schema (generally created by calling + * ParseSchema() or ParseSchemaString() ) to the database (creating the tables, indexes, + * and executing other SQL specified in the schema) after parsing. + * @see ParseSchema(), ParseSchemaString(), ExecuteInline() + * + * @param array $sqlArray Array of SQL statements that will be applied rather than + * the current schema. + * @param boolean $continueOnErr Continue to apply the schema even if an error occurs. + * @returns integer 0 if failure, 1 if errors, 2 if successful. + */ + function ExecuteSchema( $sqlArray = NULL, $continueOnErr = NULL ) { + if( !is_bool( $continueOnErr ) ) { + $continueOnErr = $this->ContinueOnError(); + } + + if( !isset( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + + if( !is_array( $sqlArray ) ) { + $this->success = 0; + } else { + $this->success = $this->dict->ExecuteSQLArray( $sqlArray, $continueOnErr ); + } + + return $this->success; + } + + /** + * Returns the current SQL array. + * + * Call this method to fetch the array of SQL queries resulting from + * ParseSchema() or ParseSchemaString(). + * + * @param string $format Format: HTML, TEXT, or NONE (PHP array) + * @return array Array of SQL statements or FALSE if an error occurs + */ + function PrintSQL( $format = 'NONE' ) { + $sqlArray = null; + return $this->getSQL( $format, $sqlArray ); + } + + /** + * Saves the current SQL array to the local filesystem as a list of SQL queries. + * + * Call this method to save the array of SQL queries (generally resulting from a + * parsed XML schema) to the filesystem. + * + * @param string $filename Path and name where the file should be saved. + * @return boolean TRUE if save is successful, else FALSE. + */ + function SaveSQL( $filename = './schema.sql' ) { + + if( !isset( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + if( !isset( $sqlArray ) ) { + return FALSE; + } + + $fp = fopen( $filename, "w" ); + + foreach( $sqlArray as $key => $query ) { + fwrite( $fp, $query . ";\n" ); + } + fclose( $fp ); + } + + /** + * Create an xml parser + * + * @return object PHP XML parser object + * + * @access private + */ + function create_parser() { + // Create the parser + $xmlParser = xml_parser_create(); + xml_set_object( $xmlParser, $this ); + + // Initialize the XML callback functions + xml_set_element_handler( $xmlParser, '_tag_open', '_tag_close' ); + xml_set_character_data_handler( $xmlParser, '_tag_cdata' ); + + return $xmlParser; + } + + /** + * XML Callback to process start elements + * + * @access private + */ + function _tag_open( &$parser, $tag, $attributes ) { + switch( strtoupper( $tag ) ) { + case 'TABLE': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + $this->obj = new dbTable( $this, $attributes ); + xml_set_object( $parser, $this->obj ); + } + break; + case 'SQL': + if( !isset( $attributes['PLATFORM'] ) OR $this->supportedPlatform( $attributes['PLATFORM'] ) ) { + $this->obj = new dbQuerySet( $this, $attributes ); + xml_set_object( $parser, $this->obj ); + } + break; + default: + // print_r( array( $tag, $attributes ) ); + } + + } + + /** + * XML Callback to process CDATA elements + * + * @access private + */ + function _tag_cdata( &$parser, $cdata ) { + } + + /** + * XML Callback to process end elements + * + * @access private + * @internal + */ + function _tag_close( &$parser, $tag ) { + + } + + /** + * Converts an XML schema string to the specified DTD version. + * + * Call this method to convert a string containing an XML schema to a different AXMLS + * DTD version. For instance, to convert a schema created for an pre-1.0 version for + * AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.2). If no DTD version + * parameter is specified, the schema will be converted to the current DTD version. + * If the newFile parameter is provided, the converted schema will be written to the specified + * file. + * @see ConvertSchemaFile() + * + * @param string $schema String containing XML schema that will be converted. + * @param string $newVersion DTD version to convert to. + * @param string $newFile File name of (converted) output file. + * @return string Converted XML schema or FALSE if an error occurs. + */ + function ConvertSchemaString( $schema, $newVersion = NULL, $newFile = NULL ) { + + // grab current version + if( !( $version = $this->SchemaStringVersion( $schema ) ) ) { + return FALSE; + } + + if( !isset ($newVersion) ) { + $newVersion = $this->schemaVersion; + } + + if( $version == $newVersion ) { + $result = $schema; + } else { + $result = $this->TransformSchema( $schema, 'convert-' . $version . '-' . $newVersion); + } + + if( is_string( $result ) AND is_string( $newFile ) AND ( $fp = fopen( $newFile, 'w' ) ) ) { + fwrite( $fp, $result ); + fclose( $fp ); + } + + return $result; + } + + /* + // compat for pre-4.3 - jlim + function _file_get_contents($path) + { + if (function_exists('file_get_contents')) return file_get_contents($path); + return join('',file($path)); + }*/ + + /** + * Converts an XML schema file to the specified DTD version. + * + * Call this method to convert the specified XML schema file to a different AXMLS + * DTD version. For instance, to convert a schema created for an pre-1.0 version for + * AXMLS (DTD version 0.1) to a newer version of the DTD (e.g. 0.2). If no DTD version + * parameter is specified, the schema will be converted to the current DTD version. + * If the newFile parameter is provided, the converted schema will be written to the specified + * file. + * @see ConvertSchemaString() + * + * @param string $filename Name of XML schema file that will be converted. + * @param string $newVersion DTD version to convert to. + * @param string $newFile File name of (converted) output file. + * @return string Converted XML schema or FALSE if an error occurs. + */ + function ConvertSchemaFile( $filename, $newVersion = NULL, $newFile = NULL ) { + + // grab current version + if( !( $version = $this->SchemaFileVersion( $filename ) ) ) { + return FALSE; + } + + if( !isset ($newVersion) ) { + $newVersion = $this->schemaVersion; + } + + if( $version == $newVersion ) { + $result = _file_get_contents( $filename ); + + // remove unicode BOM if present + if( substr( $result, 0, 3 ) == sprintf( '%c%c%c', 239, 187, 191 ) ) { + $result = substr( $result, 3 ); + } + } else { + $result = $this->TransformSchema( $filename, 'convert-' . $version . '-' . $newVersion, 'file' ); + } + + if( is_string( $result ) AND is_string( $newFile ) AND ( $fp = fopen( $newFile, 'w' ) ) ) { + fwrite( $fp, $result ); + fclose( $fp ); + } + + return $result; + } + + function TransformSchema( $schema, $xsl, $schematype='string' ) + { + // Fail if XSLT extension is not available + if( ! function_exists( 'xslt_create' ) ) { + return FALSE; + } + + $xsl_file = dirname( __FILE__ ) . '/xsl/' . $xsl . '.xsl'; + + // look for xsl + if( !is_readable( $xsl_file ) ) { + return FALSE; + } + + switch( $schematype ) + { + case 'file': + if( !is_readable( $schema ) ) { + return FALSE; + } + + $schema = _file_get_contents( $schema ); + break; + case 'string': + default: + if( !is_string( $schema ) ) { + return FALSE; + } + } + + $arguments = array ( + '/_xml' => $schema, + '/_xsl' => _file_get_contents( $xsl_file ) + ); + + // create an XSLT processor + $xh = xslt_create (); + + // set error handler + xslt_set_error_handler ($xh, array (&$this, 'xslt_error_handler')); + + // process the schema + $result = xslt_process ($xh, 'arg:/_xml', 'arg:/_xsl', NULL, $arguments); + + xslt_free ($xh); + + return $result; + } + + /** + * Processes XSLT transformation errors + * + * @param object $parser XML parser object + * @param integer $errno Error number + * @param integer $level Error level + * @param array $fields Error information fields + * + * @access private + */ + function xslt_error_handler( $parser, $errno, $level, $fields ) { + if( is_array( $fields ) ) { + $msg = array( + 'Message Type' => ucfirst( $fields['msgtype'] ), + 'Message Code' => $fields['code'], + 'Message' => $fields['msg'], + 'Error Number' => $errno, + 'Level' => $level + ); + + switch( $fields['URI'] ) { + case 'arg:/_xml': + $msg['Input'] = 'XML'; + break; + case 'arg:/_xsl': + $msg['Input'] = 'XSL'; + break; + default: + $msg['Input'] = $fields['URI']; + } + + $msg['Line'] = $fields['line']; + } else { + $msg = array( + 'Message Type' => 'Error', + 'Error Number' => $errno, + 'Level' => $level, + 'Fields' => var_export( $fields, TRUE ) + ); + } + + $error_details = $msg['Message Type'] . ' in XSLT Transformation' . "\n" + . '' . "\n"; + + foreach( $msg as $label => $details ) { + $error_details .= '' . "\n"; + } + + $error_details .= '
' . $label . ': ' . htmlentities( $details ) . '
'; + + trigger_error( $error_details, E_USER_ERROR ); + } + + /** + * Returns the AXMLS Schema Version of the requested XML schema file. + * + * Call this method to obtain the AXMLS DTD version of the requested XML schema file. + * @see SchemaStringVersion() + * + * @param string $filename AXMLS schema file + * @return string Schema version number or FALSE on error + */ + function SchemaFileVersion( $filename ) { + // Open the file + if( !($fp = fopen( $filename, 'r' )) ) { + // die( 'Unable to open file' ); + return FALSE; + } + + // Process the file + while( $data = fread( $fp, 4096 ) ) { + if( preg_match( $this->versionRegex, $data, $matches ) ) { + return !empty( $matches[2] ) ? $matches[2] : XMLS_DEFAULT_SCHEMA_VERSION; + } + } + + return FALSE; + } + + /** + * Returns the AXMLS Schema Version of the provided XML schema string. + * + * Call this method to obtain the AXMLS DTD version of the provided XML schema string. + * @see SchemaFileVersion() + * + * @param string $xmlstring XML schema string + * @return string Schema version number or FALSE on error + */ + function SchemaStringVersion( $xmlstring ) { + if( !is_string( $xmlstring ) OR empty( $xmlstring ) ) { + return FALSE; + } + + if( preg_match( $this->versionRegex, $xmlstring, $matches ) ) { + return !empty( $matches[2] ) ? $matches[2] : XMLS_DEFAULT_SCHEMA_VERSION; + } + + return FALSE; + } + + /** + * Extracts an XML schema from an existing database. + * + * Call this method to create an XML schema string from an existing database. + * If the data parameter is set to TRUE, AXMLS will include the data from the database + * in the schema. + * + * @param boolean $data Include data in schema dump + * @indent string indentation to use + * @prefix string extract only tables with given prefix + * @stripprefix strip prefix string when storing in XML schema + * @return string Generated XML schema + */ + function ExtractSchema( $data = FALSE, $indent = ' ', $prefix = '' , $stripprefix=false) { + $old_mode = $this->db->SetFetchMode( ADODB_FETCH_NUM ); + + $schema = '' . "\n" + . '' . "\n"; + + if( is_array( $tables = $this->db->MetaTables( 'TABLES' , ($prefix) ? $prefix.'%' : '') ) ) { + foreach( $tables as $table ) { + if ($stripprefix) $table = str_replace(str_replace('\\_', '_', $pfx ), '', $table); + $schema .= $indent . '' . "\n"; + + // grab details from database + $rs = $this->db->Execute( 'SELECT * FROM ' . $table . ' WHERE -1' ); + $fields = $this->db->MetaColumns( $table ); + $indexes = $this->db->MetaIndexes( $table ); + + if( is_array( $fields ) ) { + foreach( $fields as $details ) { + $extra = ''; + $content = array(); + + if( isset($details->max_length) && $details->max_length > 0 ) { + $extra .= ' size="' . $details->max_length . '"'; + } + + if( isset($details->primary_key) && $details->primary_key ) { + $content[] = ''; + } elseif( isset($details->not_null) && $details->not_null ) { + $content[] = ''; + } + + if( isset($details->has_default) && $details->has_default ) { + $content[] = ''; + } + + if( isset($details->auto_increment) && $details->auto_increment ) { + $content[] = ''; + } + + if( isset($details->unsigned) && $details->unsigned ) { + $content[] = ''; + } + + // this stops the creation of 'R' columns, + // AUTOINCREMENT is used to create auto columns + $details->primary_key = 0; + $type = $rs->MetaType( $details ); + + $schema .= str_repeat( $indent, 2 ) . '' . "\n"; + } else { + $schema .= "/>\n"; + } + } + } + + if( is_array( $indexes ) ) { + foreach( $indexes as $index => $details ) { + $schema .= str_repeat( $indent, 2 ) . '' . "\n"; + + if( $details['unique'] ) { + $schema .= str_repeat( $indent, 3 ) . '' . "\n"; + } + + foreach( $details['columns'] as $column ) { + $schema .= str_repeat( $indent, 3 ) . '' . htmlentities( $column ) . '' . "\n"; + } + + $schema .= str_repeat( $indent, 2 ) . '' . "\n"; + } + } + + if( $data ) { + $rs = $this->db->Execute( 'SELECT * FROM ' . $table ); + + if( is_object( $rs ) && !$rs->EOF ) { + $schema .= str_repeat( $indent, 2 ) . "\n"; + + while( $row = $rs->FetchRow() ) { + foreach( $row as $key => $val ) { + if ( $val != htmlentities( $val ) ) { + $row[$key] = ''; + } + } + + $schema .= str_repeat( $indent, 3 ) . '' . implode( '', $row ) . "\n"; + } + + $schema .= str_repeat( $indent, 2 ) . "\n"; + } + } + + $schema .= $indent . "
\n"; + } + } + + $this->db->SetFetchMode( $old_mode ); + + $schema .= '
'; + return $schema; + } + + /** + * Sets a prefix for database objects + * + * Call this method to set a standard prefix that will be prepended to all database tables + * and indices when the schema is parsed. Calling setPrefix with no arguments clears the prefix. + * + * @param string $prefix Prefix that will be prepended. + * @param boolean $underscore If TRUE, automatically append an underscore character to the prefix. + * @return boolean TRUE if successful, else FALSE + */ + function SetPrefix( $prefix = '', $underscore = TRUE ) { + switch( TRUE ) { + // clear prefix + case empty( $prefix ): + logMsg( 'Cleared prefix' ); + $this->objectPrefix = ''; + return TRUE; + // prefix too long + case strlen( $prefix ) > XMLS_PREFIX_MAXLEN: + // prefix contains invalid characters + case !preg_match( '/^[a-z][a-z0-9_]+$/i', $prefix ): + logMsg( 'Invalid prefix: ' . $prefix ); + return FALSE; + } + + if( $underscore AND substr( $prefix, -1 ) != '_' ) { + $prefix .= '_'; + } + + // prefix valid + logMsg( 'Set prefix: ' . $prefix ); + $this->objectPrefix = $prefix; + return TRUE; + } + + /** + * Returns an object name with the current prefix prepended. + * + * @param string $name Name + * @return string Prefixed name + * + * @access private + */ + function prefix( $name = '' ) { + // if prefix is set + if( !empty( $this->objectPrefix ) ) { + // Prepend the object prefix to the table name + // prepend after quote if used + return preg_replace( '/^(`?)(.+)$/', '$1' . $this->objectPrefix . '$2', $name ); + } + + // No prefix set. Use name provided. + return $name; + } + + /** + * Checks if element references a specific platform + * + * @param string $platform Requested platform + * @returns boolean TRUE if platform check succeeds + * + * @access private + */ + function supportedPlatform( $platform = NULL ) { + if( !empty( $platform ) ) { + $regex = '/(^|\|)' . $this->db->databaseType . '(\||$)/i'; + + if( preg_match( '/^- /', $platform ) ) { + if (preg_match ( $regex, substr( $platform, 2 ) ) ) { + logMsg( 'Platform ' . $platform . ' is NOT supported' ); + return FALSE; + } + } else { + if( !preg_match ( $regex, $platform ) ) { + logMsg( 'Platform ' . $platform . ' is NOT supported' ); + return FALSE; + } + } + } + + logMsg( 'Platform ' . $platform . ' is supported' ); + return TRUE; + } + + /** + * Clears the array of generated SQL. + * + * @access private + */ + function clearSQL() { + $this->sqlArray = array(); + } + + /** + * Adds SQL into the SQL array. + * + * @param mixed $sql SQL to Add + * @return boolean TRUE if successful, else FALSE. + * + * @access private + */ + function addSQL( $sql = NULL ) { + if( is_array( $sql ) ) { + foreach( $sql as $line ) { + $this->addSQL( $line ); + } + + return TRUE; + } + + if( is_string( $sql ) ) { + $this->sqlArray[] = $sql; + + // if executeInline is enabled, and either no errors have occurred or continueOnError is enabled, execute SQL. + if( $this->ExecuteInline() && ( $this->success == 2 || $this->ContinueOnError() ) ) { + $saved = $this->db->debug; + $this->db->debug = $this->debug; + $ok = $this->db->Execute( $sql ); + $this->db->debug = $saved; + + if( !$ok ) { + if( $this->debug ) { + ADOConnection::outp( $this->db->ErrorMsg() ); + } + + $this->success = 1; + } + } + + return TRUE; + } + + return FALSE; + } + + /** + * Gets the SQL array in the specified format. + * + * @param string $format Format + * @return mixed SQL + * + * @access private + */ + function getSQL( $format = NULL, $sqlArray = NULL ) { + if( !is_array( $sqlArray ) ) { + $sqlArray = $this->sqlArray; + } + + if( !is_array( $sqlArray ) ) { + return FALSE; + } + + switch( strtolower( $format ) ) { + case 'string': + case 'text': + return !empty( $sqlArray ) ? implode( ";\n\n", $sqlArray ) . ';' : ''; + case'html': + return !empty( $sqlArray ) ? nl2br( htmlentities( implode( ";\n\n", $sqlArray ) . ';' ) ) : ''; + } + + return $this->sqlArray; + } + + /** + * Destroys an adoSchema object. + * + * Call this method to clean up after an adoSchema object that is no longer in use. + * @deprecated adoSchema now cleans up automatically. + */ + function Destroy() { + set_magic_quotes_runtime( $this->mgq ); + unset( $this ); + } +} + +/** +* Message logging function +* +* @access private +*/ +function logMsg( $msg, $title = NULL, $force = FALSE ) { + if( XMLS_DEBUG or $force ) { + echo '
';
+		
+		if( isset( $title ) ) {
+			echo '

' . htmlentities( $title ) . '

'; + } + + if( @is_object( $this ) ) { + echo '[' . get_class( $this ) . '] '; + } + + print_r( $msg ); + + echo '
'; + } +} +?> diff --git a/e_lib/adodb5/adodb.inc.php b/e_lib/adodb5/adodb.inc.php new file mode 100644 index 00000000..6089fd19 --- /dev/null +++ b/e_lib/adodb5/adodb.inc.php @@ -0,0 +1,4400 @@ +fields is available on EOF + $ADODB_FETCH_MODE, // DEFAULT, NUM, ASSOC or BOTH. Default follows native driver default... + $ADODB_GETONE_EOF, + $ADODB_QUOTE_FIELDNAMES; // Allows you to force quotes (backticks) around field names in queries generated by getinsertsql and getupdatesql. + + //============================================================================================== + // GLOBAL SETUP + //============================================================================================== + + $ADODB_EXTENSION = defined('ADODB_EXTENSION'); + + //********************************************************// + /* + Controls $ADODB_FORCE_TYPE mode. Default is ADODB_FORCE_VALUE (3). + Used in GetUpdateSql and GetInsertSql functions. Thx to Niko, nuko#mbnet.fi + + 0 = ignore empty fields. All empty fields in array are ignored. + 1 = force null. All empty, php null and string 'null' fields are changed to sql NULL values. + 2 = force empty. All empty, php null and string 'null' fields are changed to sql empty '' or 0 values. + 3 = force value. Value is left as it is. Php null and string 'null' are set to sql NULL values and empty fields '' are set to empty '' sql values. + */ + define('ADODB_FORCE_IGNORE',0); + define('ADODB_FORCE_NULL',1); + define('ADODB_FORCE_EMPTY',2); + define('ADODB_FORCE_VALUE',3); + //********************************************************// + + + if (!$ADODB_EXTENSION || ADODB_EXTENSION < 4.0) { + + define('ADODB_BAD_RS','

Bad $rs in %s. Connection or SQL invalid. Try using $connection->debug=true;

'); + + // allow [ ] @ ` " and . in table names + define('ADODB_TABLE_REGEX','([]0-9a-z_\:\"\`\.\@\[-]*)'); + + // prefetching used by oracle + if (!defined('ADODB_PREFETCH_ROWS')) define('ADODB_PREFETCH_ROWS',10); + + + /* + Controls ADODB_FETCH_ASSOC field-name case. Default is 2, use native case-names. + This currently works only with mssql, odbc, oci8po and ibase derived drivers. + + 0 = assoc lowercase field names. $rs->fields['orderid'] + 1 = assoc uppercase field names. $rs->fields['ORDERID'] + 2 = use native-case field names. $rs->fields['OrderID'] + */ + + define('ADODB_FETCH_DEFAULT',0); + define('ADODB_FETCH_NUM',1); + define('ADODB_FETCH_ASSOC',2); + define('ADODB_FETCH_BOTH',3); + + if (!defined('TIMESTAMP_FIRST_YEAR')) define('TIMESTAMP_FIRST_YEAR',100); + + // PHP's version scheme makes converting to numbers difficult - workaround + $_adodb_ver = (float) PHP_VERSION; + if ($_adodb_ver >= 5.2) { + define('ADODB_PHPVER',0x5200); + } else if ($_adodb_ver >= 5.0) { + define('ADODB_PHPVER',0x5000); + } else + die("PHP5 or later required. You are running ".PHP_VERSION); + } + + + //if (!defined('ADODB_ASSOC_CASE')) define('ADODB_ASSOC_CASE',2); + + + /** + Accepts $src and $dest arrays, replacing string $data + */ + function ADODB_str_replace($src, $dest, $data) + { + if (ADODB_PHPVER >= 0x4050) return str_replace($src,$dest,$data); + + $s = reset($src); + $d = reset($dest); + while ($s !== false) { + $data = str_replace($s,$d,$data); + $s = next($src); + $d = next($dest); + } + return $data; + } + + function ADODB_Setup() + { + GLOBAL + $ADODB_vers, // database version + $ADODB_COUNTRECS, // count number of records returned - slows down query + $ADODB_CACHE_DIR, // directory to cache recordsets + $ADODB_FETCH_MODE, + $ADODB_CACHE, + $ADODB_CACHE_CLASS, + $ADODB_FORCE_TYPE, + $ADODB_GETONE_EOF, + $ADODB_QUOTE_FIELDNAMES; + + if (empty($ADODB_CACHE_CLASS)) $ADODB_CACHE_CLASS = 'ADODB_Cache_File' ; + $ADODB_FETCH_MODE = ADODB_FETCH_DEFAULT; + $ADODB_FORCE_TYPE = ADODB_FORCE_VALUE; + $ADODB_GETONE_EOF = null; + + if (!isset($ADODB_CACHE_DIR)) { + $ADODB_CACHE_DIR = '/tmp'; //(isset($_ENV['TMP'])) ? $_ENV['TMP'] : '/tmp'; + } else { + // do not accept url based paths, eg. http:/ or ftp:/ + if (strpos($ADODB_CACHE_DIR,'://') !== false) + die("Illegal path http:// or ftp://"); + } + + + // Initialize random number generator for randomizing cache flushes + // -- note Since PHP 4.2.0, the seed becomes optional and defaults to a random value if omitted. + srand(((double)microtime())*1000000); + + /** + * ADODB version as a string. + */ + $ADODB_vers = 'V5.09 25 June 2009 (c) 2000-2009 John Lim (jlim#natsoft.com). All rights reserved. Released BSD & LGPL.'; + + /** + * Determines whether recordset->RecordCount() is used. + * Set to false for highest performance -- RecordCount() will always return -1 then + * for databases that provide "virtual" recordcounts... + */ + if (!isset($ADODB_COUNTRECS)) $ADODB_COUNTRECS = true; + } + + + //============================================================================================== + // CHANGE NOTHING BELOW UNLESS YOU ARE DESIGNING ADODB + //============================================================================================== + + ADODB_Setup(); + + //============================================================================================== + // CLASS ADOFieldObject + //============================================================================================== + /** + * Helper class for FetchFields -- holds info on a column + */ + class ADOFieldObject { + var $name = ''; + var $max_length=0; + var $type=""; +/* + // additional fields by dannym... (danny_milo@yahoo.com) + var $not_null = false; + // actually, this has already been built-in in the postgres, fbsql AND mysql module? ^-^ + // so we can as well make not_null standard (leaving it at "false" does not harm anyways) + + var $has_default = false; // this one I have done only in mysql and postgres for now ... + // others to come (dannym) + var $default_value; // default, if any, and supported. Check has_default first. +*/ + } + + // for transaction handling + + function ADODB_TransMonitor($dbms, $fn, $errno, $errmsg, $p1, $p2, &$thisConnection) + { + //print "Errorno ($fn errno=$errno m=$errmsg) "; + $thisConnection->_transOK = false; + if ($thisConnection->_oldRaiseFn) { + $fn = $thisConnection->_oldRaiseFn; + $fn($dbms, $fn, $errno, $errmsg, $p1, $p2,$thisConnection); + } + } + + //------------------ + // class for caching + class ADODB_Cache_File { + + var $createdir = true; // requires creation of temp dirs + + function ADODB_Cache_File() + { + global $ADODB_INCLUDED_CSV; + if (empty($ADODB_INCLUDED_CSV)) include_once(ADODB_DIR.'/adodb-csvlib.inc.php'); + } + + // write serialised recordset to cache item/file + function writecache($filename, $contents, $debug, $secs2cache) + { + return adodb_write_file($filename, $contents,$debug); + } + + // load serialised recordset and unserialise it + function &readcache($filename, &$err, $secs2cache, $rsClass) + { + $rs = csv2rs($filename,$err,$secs2cache,$rsClass); + return $rs; + } + + // flush all items in cache + function flushall($debug=false) + { + global $ADODB_CACHE_DIR; + + $rez = false; + + if (strlen($ADODB_CACHE_DIR) > 1) { + $rez = $this->_dirFlush($ADODB_CACHE_DIR); + if ($debug) ADOConnection::outp( "flushall: $dir
\n". $rez."
"); + } + return $rez; + } + + // flush one file in cache + function flushcache($f, $debug=false) + { + if (!@unlink($f)) { + if ($debug) ADOConnection::outp( "flushcache: failed for $f"); + } + } + + function getdirname($hash) + { + global $ADODB_CACHE_DIR; + if (!isset($this->notSafeMode)) $this->notSafeMode = !ini_get('safe_mode'); + return ($this->notSafeMode) ? $ADODB_CACHE_DIR.'/'.substr($hash,0,2) : $ADODB_CACHE_DIR; + } + + // create temp directories + function createdir($hash, $debug) + { + $dir = $this->getdirname($hash); + if ($this->notSafeMode && !file_exists($dir)) { + $oldu = umask(0); + if (!@mkdir($dir,0771)) if(!is_dir($dir) && $debug) ADOConnection::outp("Cannot create $dir"); + umask($oldu); + } + + return $dir; + } + + /** + * Private function to erase all of the files and subdirectories in a directory. + * + * Just specify the directory, and tell it if you want to delete the directory or just clear it out. + * Note: $kill_top_level is used internally in the function to flush subdirectories. + */ + function _dirFlush($dir, $kill_top_level = false) + { + if(!$dh = @opendir($dir)) return; + + while (($obj = readdir($dh))) { + if($obj=='.' || $obj=='..') continue; + $f = $dir.'/'.$obj; + + if (strpos($obj,'.cache')) @unlink($f); + if (is_dir($f)) $this->_dirFlush($f, true); + } + if ($kill_top_level === true) @rmdir($dir); + return true; + } + } + + //============================================================================================== + // CLASS ADOConnection + //============================================================================================== + + /** + * Connection object. For connecting to databases, and executing queries. + */ + class ADOConnection { + // + // PUBLIC VARS + // + var $dataProvider = 'native'; + var $databaseType = ''; /// RDBMS currently in use, eg. odbc, mysql, mssql + var $database = ''; /// Name of database to be used. + var $host = ''; /// The hostname of the database server + var $user = ''; /// The username which is used to connect to the database server. + var $password = ''; /// Password for the username. For security, we no longer store it. + var $debug = false; /// if set to true will output sql statements + var $maxblobsize = 262144; /// maximum size of blobs or large text fields (262144 = 256K)-- some db's die otherwise like foxpro + var $concat_operator = '+'; /// default concat operator -- change to || for Oracle/Interbase + var $substr = 'substr'; /// substring operator + var $length = 'length'; /// string length ofperator + var $random = 'rand()'; /// random function + var $upperCase = 'upper'; /// uppercase function + var $fmtDate = "'Y-m-d'"; /// used by DBDate() as the default date format used by the database + var $fmtTimeStamp = "'Y-m-d, h:i:s A'"; /// used by DBTimeStamp as the default timestamp fmt. + var $true = '1'; /// string that represents TRUE for a database + var $false = '0'; /// string that represents FALSE for a database + var $replaceQuote = "\\'"; /// string to use to replace quotes + var $nameQuote = '"'; /// string to use to quote identifiers and names + var $charSet=false; /// character set to use - only for interbase, postgres and oci8 + var $metaDatabasesSQL = ''; + var $metaTablesSQL = ''; + var $uniqueOrderBy = false; /// All order by columns have to be unique + var $emptyDate = ' '; + var $emptyTimeStamp = ' '; + var $lastInsID = false; + //-- + var $hasInsertID = false; /// supports autoincrement ID? + var $hasAffectedRows = false; /// supports affected rows for update/delete? + var $hasTop = false; /// support mssql/access SELECT TOP 10 * FROM TABLE + var $hasLimit = false; /// support pgsql/mysql SELECT * FROM TABLE LIMIT 10 + var $readOnly = false; /// this is a readonly database - used by phpLens + var $hasMoveFirst = false; /// has ability to run MoveFirst(), scrolling backwards + var $hasGenID = false; /// can generate sequences using GenID(); + var $hasTransactions = true; /// has transactions + //-- + var $genID = 0; /// sequence id used by GenID(); + var $raiseErrorFn = false; /// error function to call + var $isoDates = false; /// accepts dates in ISO format + var $cacheSecs = 3600; /// cache for 1 hour + + // memcache + var $memCache = false; /// should we use memCache instead of caching in files + var $memCacheHost; /// memCache host + var $memCachePort = 11211; /// memCache port + var $memCacheCompress = false; /// Use 'true' to store the item compressed (uses zlib) + + var $sysDate = false; /// name of function that returns the current date + var $sysTimeStamp = false; /// name of function that returns the current timestamp + var $sysUTimeStamp = false; // name of function that returns the current timestamp accurate to the microsecond or nearest fraction + var $arrayClass = 'ADORecordSet_array'; /// name of class used to generate array recordsets, which are pre-downloaded recordsets + + var $noNullStrings = false; /// oracle specific stuff - if true ensures that '' is converted to ' ' + var $numCacheHits = 0; + var $numCacheMisses = 0; + var $pageExecuteCountRows = true; + var $uniqueSort = false; /// indicates that all fields in order by must be unique + var $leftOuter = false; /// operator to use for left outer join in WHERE clause + var $rightOuter = false; /// operator to use for right outer join in WHERE clause + var $ansiOuter = false; /// whether ansi outer join syntax supported + var $autoRollback = false; // autoRollback on PConnect(). + var $poorAffectedRows = false; // affectedRows not working or unreliable + + var $fnExecute = false; + var $fnCacheExecute = false; + var $blobEncodeType = false; // false=not required, 'I'=encode to integer, 'C'=encode to char + var $rsPrefix = "ADORecordSet_"; + + var $autoCommit = true; /// do not modify this yourself - actually private + var $transOff = 0; /// temporarily disable transactions + var $transCnt = 0; /// count of nested transactions + + var $fetchMode=false; + + var $null2null = 'null'; // in autoexecute/getinsertsql/getupdatesql, this value will be converted to a null + // + // PRIVATE VARS + // + var $_oldRaiseFn = false; + var $_transOK = null; + var $_connectionID = false; /// The returned link identifier whenever a successful database connection is made. + var $_errorMsg = false; /// A variable which was used to keep the returned last error message. The value will + /// then returned by the errorMsg() function + var $_errorCode = false; /// Last error code, not guaranteed to be used - only by oci8 + var $_queryID = false; /// This variable keeps the last created result link identifier + + var $_isPersistentConnection = false; /// A boolean variable to state whether its a persistent connection or normal connection. */ + var $_bindInputArray = false; /// set to true if ADOConnection.Execute() permits binding of array parameters. + var $_evalAll = false; + var $_affected = false; + var $_logsql = false; + var $_transmode = ''; // transaction mode + + + + /** + * Constructor + */ + function ADOConnection() + { + die('Virtual Class -- cannot instantiate'); + } + + static function Version() + { + global $ADODB_vers; + + return (float) substr($ADODB_vers,1); + } + + /** + Get server version info... + + @returns An array with 2 elements: $arr['string'] is the description string, + and $arr[version] is the version (also a string). + */ + function ServerInfo() + { + return array('description' => '', 'version' => ''); + } + + function IsConnected() + { + return !empty($this->_connectionID); + } + + function _findvers($str) + { + if (preg_match('/([0-9]+\.([0-9\.])+)/',$str, $arr)) return $arr[1]; + else return ''; + } + + /** + * All error messages go through this bottleneck function. + * You can define your own handler by defining the function name in ADODB_OUTP. + */ + static function outp($msg,$newline=true) + { + global $ADODB_FLUSH,$ADODB_OUTP; + + if (defined('ADODB_OUTP')) { + $fn = ADODB_OUTP; + $fn($msg,$newline); + return; + } else if (isset($ADODB_OUTP)) { + $fn = $ADODB_OUTP; + $fn($msg,$newline); + return; + } + + if ($newline) $msg .= "
\n"; + + if (isset($_SERVER['HTTP_USER_AGENT']) || !$newline) echo $msg; + else echo strip_tags($msg); + + + if (!empty($ADODB_FLUSH) && ob_get_length() !== false) flush(); // do not flush if output buffering enabled - useless - thx to Jesse Mullan + + } + + function Time() + { + $rs = $this->_Execute("select $this->sysTimeStamp"); + if ($rs && !$rs->EOF) return $this->UnixTimeStamp(reset($rs->fields)); + + return false; + } + + /** + * Connect to database + * + * @param [argHostname] Host to connect to + * @param [argUsername] Userid to login + * @param [argPassword] Associated password + * @param [argDatabaseName] database + * @param [forceNew] force new connection + * + * @return true or false + */ + function Connect($argHostname = "", $argUsername = "", $argPassword = "", $argDatabaseName = "", $forceNew = false) + { + if ($argHostname != "") $this->host = $argHostname; + if ($argUsername != "") $this->user = $argUsername; + if ($argPassword != "") $this->password = $argPassword; // not stored for security reasons + if ($argDatabaseName != "") $this->database = $argDatabaseName; + + $this->_isPersistentConnection = false; + + global $ADODB_CACHE; + if (empty($ADODB_CACHE)) $this->_CreateCache(); + + if ($forceNew) { + if ($rez=$this->_nconnect($this->host, $this->user, $this->password, $this->database)) return true; + } else { + if ($rez=$this->_connect($this->host, $this->user, $this->password, $this->database)) return true; + } + if (isset($rez)) { + $err = $this->ErrorMsg(); + if (empty($err)) $err = "Connection error to server '$argHostname' with user '$argUsername'"; + $ret = false; + } else { + $err = "Missing extension for ".$this->dataProvider; + $ret = 0; + } + if ($fn = $this->raiseErrorFn) + $fn($this->databaseType,'CONNECT',$this->ErrorNo(),$err,$this->host,$this->database,$this); + + + $this->_connectionID = false; + if ($this->debug) ADOConnection::outp( $this->host.': '.$err); + return $ret; + } + + function _nconnect($argHostname, $argUsername, $argPassword, $argDatabaseName) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabaseName); + } + + + /** + * Always force a new connection to database - currently only works with oracle + * + * @param [argHostname] Host to connect to + * @param [argUsername] Userid to login + * @param [argPassword] Associated password + * @param [argDatabaseName] database + * + * @return true or false + */ + function NConnect($argHostname = "", $argUsername = "", $argPassword = "", $argDatabaseName = "") + { + return $this->Connect($argHostname, $argUsername, $argPassword, $argDatabaseName, true); + } + + /** + * Establish persistent connect to database + * + * @param [argHostname] Host to connect to + * @param [argUsername] Userid to login + * @param [argPassword] Associated password + * @param [argDatabaseName] database + * + * @return return true or false + */ + function PConnect($argHostname = "", $argUsername = "", $argPassword = "", $argDatabaseName = "") + { + + if (defined('ADODB_NEVER_PERSIST')) + return $this->Connect($argHostname,$argUsername,$argPassword,$argDatabaseName); + + if ($argHostname != "") $this->host = $argHostname; + if ($argUsername != "") $this->user = $argUsername; + if ($argPassword != "") $this->password = $argPassword; + if ($argDatabaseName != "") $this->database = $argDatabaseName; + + $this->_isPersistentConnection = true; + + global $ADODB_CACHE; + if (empty($ADODB_CACHE)) $this->_CreateCache(); + + if ($rez = $this->_pconnect($this->host, $this->user, $this->password, $this->database)) return true; + if (isset($rez)) { + $err = $this->ErrorMsg(); + if (empty($err)) $err = "Connection error to server '$argHostname' with user '$argUsername'"; + $ret = false; + } else { + $err = "Missing extension for ".$this->dataProvider; + $ret = 0; + } + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'PCONNECT',$this->ErrorNo(),$err,$this->host,$this->database,$this); + } + + $this->_connectionID = false; + if ($this->debug) ADOConnection::outp( $this->host.': '.$err); + return $ret; + } + + function outp_throw($msg,$src='WARN',$sql='') + { + if (defined('ADODB_ERROR_HANDLER') && ADODB_ERROR_HANDLER == 'adodb_throw') { + adodb_throw($this->databaseType,$src,-9999,$msg,$sql,false,$this); + return; + } + ADOConnection::outp($msg); + } + + // create cache class. Code is backward compat with old memcache implementation + function _CreateCache() + { + global $ADODB_CACHE, $ADODB_CACHE_CLASS; + + if ($this->memCache) { + global $ADODB_INCLUDED_MEMCACHE; + + if (empty($ADODB_INCLUDED_MEMCACHE)) include(ADODB_DIR.'/adodb-memcache.lib.inc.php'); + $ADODB_CACHE = new ADODB_Cache_MemCache($this); + } else + $ADODB_CACHE = new $ADODB_CACHE_CLASS($this); + + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysDate; + return $col; // child class implement + } + + /** + * Should prepare the sql statement and return the stmt resource. + * For databases that do not support this, we return the $sql. To ensure + * compatibility with databases that do not support prepare: + * + * $stmt = $db->Prepare("insert into table (id, name) values (?,?)"); + * $db->Execute($stmt,array(1,'Jill')) or die('insert failed'); + * $db->Execute($stmt,array(2,'Joe')) or die('insert failed'); + * + * @param sql SQL to send to database + * + * @return return FALSE, or the prepared statement, or the original sql if + * if the database does not support prepare. + * + */ + function Prepare($sql) + { + return $sql; + } + + /** + * Some databases, eg. mssql require a different function for preparing + * stored procedures. So we cannot use Prepare(). + * + * Should prepare the stored procedure and return the stmt resource. + * For databases that do not support this, we return the $sql. To ensure + * compatibility with databases that do not support prepare: + * + * @param sql SQL to send to database + * + * @return return FALSE, or the prepared statement, or the original sql if + * if the database does not support prepare. + * + */ + function PrepareSP($sql,$param=true) + { + return $this->Prepare($sql,$param); + } + + /** + * PEAR DB Compat + */ + function Quote($s) + { + return $this->qstr($s,false); + } + + /** + Requested by "Karsten Dambekalns" + */ + function QMagic($s) + { + return $this->qstr($s,get_magic_quotes_gpc()); + } + + function q(&$s) + { + #if (!empty($this->qNull)) if ($s == 'null') return $s; + $s = $this->qstr($s,false); + } + + /** + * PEAR DB Compat - do not use internally. + */ + function ErrorNative() + { + return $this->ErrorNo(); + } + + + /** + * PEAR DB Compat - do not use internally. + */ + function nextId($seq_name) + { + return $this->GenID($seq_name); + } + + /** + * Lock a row, will escalate and lock the table if row locking not supported + * will normally free the lock at the end of the transaction + * + * @param $table name of table to lock + * @param $where where clause to use, eg: "WHERE row=12". If left empty, will escalate to table lock + */ + function RowLock($table,$where) + { + return false; + } + + function CommitLock($table) + { + return $this->CommitTrans(); + } + + function RollbackLock($table) + { + return $this->RollbackTrans(); + } + + /** + * PEAR DB Compat - do not use internally. + * + * The fetch modes for NUMERIC and ASSOC for PEAR DB and ADODB are identical + * for easy porting :-) + * + * @param mode The fetchmode ADODB_FETCH_ASSOC or ADODB_FETCH_NUM + * @returns The previous fetch mode + */ + function SetFetchMode($mode) + { + $old = $this->fetchMode; + $this->fetchMode = $mode; + + if ($old === false) { + global $ADODB_FETCH_MODE; + return $ADODB_FETCH_MODE; + } + return $old; + } + + + /** + * PEAR DB Compat - do not use internally. + */ + function Query($sql, $inputarr=false) + { + $rs = $this->Execute($sql, $inputarr); + if (!$rs && defined('ADODB_PEAR')) return ADODB_PEAR_Error(); + return $rs; + } + + + /** + * PEAR DB Compat - do not use internally + */ + function LimitQuery($sql, $offset, $count, $params=false) + { + $rs = $this->SelectLimit($sql, $count, $offset, $params); + if (!$rs && defined('ADODB_PEAR')) return ADODB_PEAR_Error(); + return $rs; + } + + + /** + * PEAR DB Compat - do not use internally + */ + function Disconnect() + { + return $this->Close(); + } + + /* + Returns placeholder for parameter, eg. + $DB->Param('a') + + will return ':a' for Oracle, and '?' for most other databases... + + For databases that require positioned params, eg $1, $2, $3 for postgresql, + pass in Param(false) before setting the first parameter. + */ + function Param($name,$type='C') + { + return '?'; + } + + /* + InParameter and OutParameter are self-documenting versions of Parameter(). + */ + function InParameter(&$stmt,&$var,$name,$maxLen=4000,$type=false) + { + return $this->Parameter($stmt,$var,$name,false,$maxLen,$type); + } + + /* + */ + function OutParameter(&$stmt,&$var,$name,$maxLen=4000,$type=false) + { + return $this->Parameter($stmt,$var,$name,true,$maxLen,$type); + + } + + + /* + Usage in oracle + $stmt = $db->Prepare('select * from table where id =:myid and group=:group'); + $db->Parameter($stmt,$id,'myid'); + $db->Parameter($stmt,$group,'group',64); + $db->Execute(); + + @param $stmt Statement returned by Prepare() or PrepareSP(). + @param $var PHP variable to bind to + @param $name Name of stored procedure variable name to bind to. + @param [$isOutput] Indicates direction of parameter 0/false=IN 1=OUT 2= IN/OUT. This is ignored in oci8. + @param [$maxLen] Holds an maximum length of the variable. + @param [$type] The data type of $var. Legal values depend on driver. + + */ + function Parameter(&$stmt,&$var,$name,$isOutput=false,$maxLen=4000,$type=false) + { + return false; + } + + + function IgnoreErrors($saveErrs=false) + { + if (!$saveErrs) { + $saveErrs = array($this->raiseErrorFn,$this->_transOK); + $this->raiseErrorFn = false; + return $saveErrs; + } else { + $this->raiseErrorFn = $saveErrs[0]; + $this->_transOK = $saveErrs[1]; + } + } + + /** + Improved method of initiating a transaction. Used together with CompleteTrans(). + Advantages include: + + a. StartTrans/CompleteTrans is nestable, unlike BeginTrans/CommitTrans/RollbackTrans. + Only the outermost block is treated as a transaction.
+ b. CompleteTrans auto-detects SQL errors, and will rollback on errors, commit otherwise.
+ c. All BeginTrans/CommitTrans/RollbackTrans inside a StartTrans/CompleteTrans block + are disabled, making it backward compatible. + */ + function StartTrans($errfn = 'ADODB_TransMonitor') + { + if ($this->transOff > 0) { + $this->transOff += 1; + return true; + } + + $this->_oldRaiseFn = $this->raiseErrorFn; + $this->raiseErrorFn = $errfn; + $this->_transOK = true; + + if ($this->debug && $this->transCnt > 0) ADOConnection::outp("Bad Transaction: StartTrans called within BeginTrans"); + $ok = $this->BeginTrans(); + $this->transOff = 1; + return $ok; + } + + + /** + Used together with StartTrans() to end a transaction. Monitors connection + for sql errors, and will commit or rollback as appropriate. + + @autoComplete if true, monitor sql errors and commit and rollback as appropriate, + and if set to false force rollback even if no SQL error detected. + @returns true on commit, false on rollback. + */ + function CompleteTrans($autoComplete = true) + { + if ($this->transOff > 1) { + $this->transOff -= 1; + return true; + } + $this->raiseErrorFn = $this->_oldRaiseFn; + + $this->transOff = 0; + if ($this->_transOK && $autoComplete) { + if (!$this->CommitTrans()) { + $this->_transOK = false; + if ($this->debug) ADOConnection::outp("Smart Commit failed"); + } else + if ($this->debug) ADOConnection::outp("Smart Commit occurred"); + } else { + $this->_transOK = false; + $this->RollbackTrans(); + if ($this->debug) ADOCOnnection::outp("Smart Rollback occurred"); + } + + return $this->_transOK; + } + + /* + At the end of a StartTrans/CompleteTrans block, perform a rollback. + */ + function FailTrans() + { + if ($this->debug) + if ($this->transOff == 0) { + ADOConnection::outp("FailTrans outside StartTrans/CompleteTrans"); + } else { + ADOConnection::outp("FailTrans was called"); + adodb_backtrace(); + } + $this->_transOK = false; + } + + /** + Check if transaction has failed, only for Smart Transactions. + */ + function HasFailedTrans() + { + if ($this->transOff > 0) return $this->_transOK == false; + return false; + } + + /** + * Execute SQL + * + * @param sql SQL statement to execute, or possibly an array holding prepared statement ($sql[0] will hold sql text) + * @param [inputarr] holds the input data to bind to. Null elements will be set to null. + * @return RecordSet or false + */ + function Execute($sql,$inputarr=false) + { + if ($this->fnExecute) { + $fn = $this->fnExecute; + $ret = $fn($this,$sql,$inputarr); + if (isset($ret)) return $ret; + } + if ($inputarr) { + if (!is_array($inputarr)) $inputarr = array($inputarr); + + $element0 = reset($inputarr); + # is_object check because oci8 descriptors can be passed in + $array_2d = is_array($element0) && !is_object(reset($element0)); + //remove extra memory copy of input -mikefedyk + unset($element0); + + if (!is_array($sql) && !$this->_bindInputArray) { + $sqlarr = explode('?',$sql); + $nparams = sizeof($sqlarr)-1; + if (!$array_2d) $inputarr = array($inputarr); + foreach($inputarr as $arr) { + $sql = ''; $i = 0; + //Use each() instead of foreach to reduce memory usage -mikefedyk + while(list(, $v) = each($arr)) { + $sql .= $sqlarr[$i]; + // from Ron Baldwin + // Only quote string types + $typ = gettype($v); + if ($typ == 'string') + //New memory copy of input created here -mikefedyk + $sql .= $this->qstr($v); + else if ($typ == 'double') + $sql .= str_replace(',','.',$v); // locales fix so 1.1 does not get converted to 1,1 + else if ($typ == 'boolean') + $sql .= $v ? $this->true : $this->false; + else if ($typ == 'object') { + if (method_exists($v, '__toString')) $sql .= $this->qstr($v->__toString()); + else $sql .= $this->qstr((string) $v); + } else if ($v === null) + $sql .= 'NULL'; + else + $sql .= $v; + $i += 1; + + if ($i == $nparams) break; + } // while + if (isset($sqlarr[$i])) { + $sql .= $sqlarr[$i]; + if ($i+1 != sizeof($sqlarr)) $this->outp_throw( "Input Array does not match ?: ".htmlspecialchars($sql),'Execute'); + } else if ($i != sizeof($sqlarr)) + $this->outp_throw( "Input array does not match ?: ".htmlspecialchars($sql),'Execute'); + + $ret = $this->_Execute($sql); + if (!$ret) return $ret; + } + } else { + if ($array_2d) { + if (is_string($sql)) + $stmt = $this->Prepare($sql); + else + $stmt = $sql; + + foreach($inputarr as $arr) { + $ret = $this->_Execute($stmt,$arr); + if (!$ret) return $ret; + } + } else { + $ret = $this->_Execute($sql,$inputarr); + } + } + } else { + $ret = $this->_Execute($sql,false); + } + + return $ret; + } + + + function _Execute($sql,$inputarr=false) + { + if ($this->debug) { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + $this->_queryID = _adodb_debug_execute($this, $sql,$inputarr); + } else { + $this->_queryID = @$this->_query($sql,$inputarr); + } + + /************************ + // OK, query executed + *************************/ + + if ($this->_queryID === false) { // error handling if query fails + if ($this->debug == 99) adodb_backtrace(true,5); + $fn = $this->raiseErrorFn; + if ($fn) { + $fn($this->databaseType,'EXECUTE',$this->ErrorNo(),$this->ErrorMsg(),$sql,$inputarr,$this); + } + $false = false; + return $false; + } + + if ($this->_queryID === true) { // return simplified recordset for inserts/updates/deletes with lower overhead + $rsclass = $this->rsPrefix.'empty'; + $rs = (class_exists($rsclass)) ? new $rsclass(): new ADORecordSet_empty(); + + return $rs; + } + + // return real recordset from select statement + $rsclass = $this->rsPrefix.$this->databaseType; + $rs = new $rsclass($this->_queryID,$this->fetchMode); + $rs->connection = $this; // Pablo suggestion + $rs->Init(); + if (is_array($sql)) $rs->sql = $sql[0]; + else $rs->sql = $sql; + if ($rs->_numOfRows <= 0) { + global $ADODB_COUNTRECS; + if ($ADODB_COUNTRECS) { + if (!$rs->EOF) { + $rs = $this->_rs2rs($rs,-1,-1,!is_array($sql)); + $rs->_queryID = $this->_queryID; + } else + $rs->_numOfRows = 0; + } + } + return $rs; + } + + function CreateSequence($seqname='adodbseq',$startID=1) + { + if (empty($this->_genSeqSQL)) return false; + return $this->Execute(sprintf($this->_genSeqSQL,$seqname,$startID)); + } + + function DropSequence($seqname='adodbseq') + { + if (empty($this->_dropSeqSQL)) return false; + return $this->Execute(sprintf($this->_dropSeqSQL,$seqname)); + } + + /** + * Generates a sequence id and stores it in $this->genID; + * GenID is only available if $this->hasGenID = true; + * + * @param seqname name of sequence to use + * @param startID if sequence does not exist, start at this ID + * @return 0 if not supported, otherwise a sequence id + */ + function GenID($seqname='adodbseq',$startID=1) + { + if (!$this->hasGenID) { + return 0; // formerly returns false pre 1.60 + } + + $getnext = sprintf($this->_genIDSQL,$seqname); + + $holdtransOK = $this->_transOK; + + $save_handler = $this->raiseErrorFn; + $this->raiseErrorFn = ''; + @($rs = $this->Execute($getnext)); + $this->raiseErrorFn = $save_handler; + + if (!$rs) { + $this->_transOK = $holdtransOK; //if the status was ok before reset + $createseq = $this->Execute(sprintf($this->_genSeqSQL,$seqname,$startID)); + $rs = $this->Execute($getnext); + } + if ($rs && !$rs->EOF) $this->genID = reset($rs->fields); + else $this->genID = 0; // false + + if ($rs) $rs->Close(); + + return $this->genID; + } + + /** + * @param $table string name of the table, not needed by all databases (eg. mysql), default '' + * @param $column string name of the column, not needed by all databases (eg. mysql), default '' + * @return the last inserted ID. Not all databases support this. + */ + function Insert_ID($table='',$column='') + { + if ($this->_logsql && $this->lastInsID) return $this->lastInsID; + if ($this->hasInsertID) return $this->_insertid($table,$column); + if ($this->debug) { + ADOConnection::outp( '

Insert_ID error

'); + adodb_backtrace(); + } + return false; + } + + + /** + * Portable Insert ID. Pablo Roca + * + * @return the last inserted ID. All databases support this. But aware possible + * problems in multiuser environments. Heavy test this before deploying. + */ + function PO_Insert_ID($table="", $id="") + { + if ($this->hasInsertID){ + return $this->Insert_ID($table,$id); + } else { + return $this->GetOne("SELECT MAX($id) FROM $table"); + } + } + + /** + * @return # rows affected by UPDATE/DELETE + */ + function Affected_Rows() + { + if ($this->hasAffectedRows) { + if ($this->fnExecute === 'adodb_log_sql') { + if ($this->_logsql && $this->_affected !== false) return $this->_affected; + } + $val = $this->_affectedrows(); + return ($val < 0) ? false : $val; + } + + if ($this->debug) ADOConnection::outp( '

Affected_Rows error

',false); + return false; + } + + + /** + * @return the last error message + */ + function ErrorMsg() + { + if ($this->_errorMsg) return '!! '.strtoupper($this->dataProvider.' '.$this->databaseType).': '.$this->_errorMsg; + else return ''; + } + + + /** + * @return the last error number. Normally 0 means no error. + */ + function ErrorNo() + { + return ($this->_errorMsg) ? -1 : 0; + } + + function MetaError($err=false) + { + include_once(ADODB_DIR."/adodb-error.inc.php"); + if ($err === false) $err = $this->ErrorNo(); + return adodb_error($this->dataProvider,$this->databaseType,$err); + } + + function MetaErrorMsg($errno) + { + include_once(ADODB_DIR."/adodb-error.inc.php"); + return adodb_errormsg($errno); + } + + /** + * @returns an array with the primary key columns in it. + */ + function MetaPrimaryKeys($table, $owner=false) + { + // owner not used in base class - see oci8 + $p = array(); + $objs = $this->MetaColumns($table); + if ($objs) { + foreach($objs as $v) { + if (!empty($v->primary_key)) + $p[] = $v->name; + } + } + if (sizeof($p)) return $p; + if (function_exists('ADODB_VIEW_PRIMARYKEYS')) + return ADODB_VIEW_PRIMARYKEYS($this->databaseType, $this->database, $table, $owner); + return false; + } + + /** + * @returns assoc array where keys are tables, and values are foreign keys + */ + function MetaForeignKeys($table, $owner=false, $upper=false) + { + return false; + } + /** + * Choose a database to connect to. Many databases do not support this. + * + * @param dbName is the name of the database to select + * @return true or false + */ + function SelectDB($dbName) + {return false;} + + + /** + * Will select, getting rows from $offset (1-based), for $nrows. + * This simulates the MySQL "select * from table limit $offset,$nrows" , and + * the PostgreSQL "select * from table limit $nrows offset $offset". Note that + * MySQL and PostgreSQL parameter ordering is the opposite of the other. + * eg. + * SelectLimit('select * from table',3); will return rows 1 to 3 (1-based) + * SelectLimit('select * from table',3,2); will return rows 3 to 5 (1-based) + * + * Uses SELECT TOP for Microsoft databases (when $this->hasTop is set) + * BUG: Currently SelectLimit fails with $sql with LIMIT or TOP clause already set + * + * @param sql + * @param [offset] is the row to start calculations from (1-based) + * @param [nrows] is the number of rows to get + * @param [inputarr] array of bind variables + * @param [secs2cache] is a private parameter only used by jlim + * @return the recordset ($rs->databaseType == 'array') + */ + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + if ($this->hasTop && $nrows > 0) { + // suggested by Reinhard Balling. Access requires top after distinct + // Informix requires first before distinct - F Riosa + $ismssql = (strpos($this->databaseType,'mssql') !== false); + if ($ismssql) $isaccess = false; + else $isaccess = (strpos($this->databaseType,'access') !== false); + + if ($offset <= 0) { + + // access includes ties in result + if ($isaccess) { + $sql = preg_replace( + '/(^\s*select\s+(distinctrow|distinct)?)/i','\\1 '.$this->hasTop.' '.((integer)$nrows).' ',$sql); + + if ($secs2cache != 0) { + $ret = $this->CacheExecute($secs2cache, $sql,$inputarr); + } else { + $ret = $this->Execute($sql,$inputarr); + } + return $ret; // PHP5 fix + } else if ($ismssql){ + $sql = preg_replace( + '/(^\s*select\s+(distinctrow|distinct)?)/i','\\1 '.$this->hasTop.' '.((integer)$nrows).' ',$sql); + } else { + $sql = preg_replace( + '/(^\s*select\s)/i','\\1 '.$this->hasTop.' '.((integer)$nrows).' ',$sql); + } + } else { + $nn = $nrows + $offset; + if ($isaccess || $ismssql) { + $sql = preg_replace( + '/(^\s*select\s+(distinctrow|distinct)?)/i','\\1 '.$this->hasTop.' '.$nn.' ',$sql); + } else { + $sql = preg_replace( + '/(^\s*select\s)/i','\\1 '.$this->hasTop.' '.$nn.' ',$sql); + } + } + } + + // if $offset>0, we want to skip rows, and $ADODB_COUNTRECS is set, we buffer rows + // 0 to offset-1 which will be discarded anyway. So we disable $ADODB_COUNTRECS. + global $ADODB_COUNTRECS; + + $savec = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + + + if ($secs2cache != 0) $rs = $this->CacheExecute($secs2cache,$sql,$inputarr); + else $rs = $this->Execute($sql,$inputarr); + + $ADODB_COUNTRECS = $savec; + if ($rs && !$rs->EOF) { + $rs = $this->_rs2rs($rs,$nrows,$offset); + } + //print_r($rs); + return $rs; + } + + /** + * Create serializable recordset. Breaks rs link to connection. + * + * @param rs the recordset to serialize + */ + function SerializableRS(&$rs) + { + $rs2 = $this->_rs2rs($rs); + $ignore = false; + $rs2->connection = $ignore; + + return $rs2; + } + + /** + * Convert database recordset to an array recordset + * input recordset's cursor should be at beginning, and + * old $rs will be closed. + * + * @param rs the recordset to copy + * @param [nrows] number of rows to retrieve (optional) + * @param [offset] offset by number of rows (optional) + * @return the new recordset + */ + function &_rs2rs(&$rs,$nrows=-1,$offset=-1,$close=true) + { + if (! $rs) { + $false = false; + return $false; + } + $dbtype = $rs->databaseType; + if (!$dbtype) { + $rs = $rs; // required to prevent crashing in 4.2.1, but does not happen in 4.3.1 -- why ? + return $rs; + } + if (($dbtype == 'array' || $dbtype == 'csv') && $nrows == -1 && $offset == -1) { + $rs->MoveFirst(); + $rs = $rs; // required to prevent crashing in 4.2.1, but does not happen in 4.3.1-- why ? + return $rs; + } + $flds = array(); + for ($i=0, $max=$rs->FieldCount(); $i < $max; $i++) { + $flds[] = $rs->FetchField($i); + } + + $arr = $rs->GetArrayLimit($nrows,$offset); + //print_r($arr); + if ($close) $rs->Close(); + + $arrayClass = $this->arrayClass; + + $rs2 = new $arrayClass(); + $rs2->connection = $this; + $rs2->sql = $rs->sql; + $rs2->dataProvider = $this->dataProvider; + $rs2->InitArrayFields($arr,$flds); + $rs2->fetchMode = isset($rs->adodbFetchMode) ? $rs->adodbFetchMode : $rs->fetchMode; + return $rs2; + } + + /* + * Return all rows. Compat with PEAR DB + */ + function GetAll($sql, $inputarr=false) + { + $arr = $this->GetArray($sql,$inputarr); + return $arr; + } + + function GetAssoc($sql, $inputarr=false,$force_array = false, $first2cols = false) + { + $rs = $this->Execute($sql, $inputarr); + if (!$rs) { + $false = false; + return $false; + } + $arr = $rs->GetAssoc($force_array,$first2cols); + return $arr; + } + + function CacheGetAssoc($secs2cache, $sql=false, $inputarr=false,$force_array = false, $first2cols = false) + { + if (!is_numeric($secs2cache)) { + $first2cols = $force_array; + $force_array = $inputarr; + } + $rs = $this->CacheExecute($secs2cache, $sql, $inputarr); + if (!$rs) { + $false = false; + return $false; + } + $arr = $rs->GetAssoc($force_array,$first2cols); + return $arr; + } + + /** + * Return first element of first row of sql statement. Recordset is disposed + * for you. + * + * @param sql SQL statement + * @param [inputarr] input bind array + */ + function GetOne($sql,$inputarr=false) + { + global $ADODB_COUNTRECS,$ADODB_GETONE_EOF; + $crecs = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + + $ret = false; + $rs = $this->Execute($sql,$inputarr); + if ($rs) { + if ($rs->EOF) $ret = $ADODB_GETONE_EOF; + else $ret = reset($rs->fields); + + $rs->Close(); + } + $ADODB_COUNTRECS = $crecs; + return $ret; + } + + // $where should include 'WHERE fld=value' + function GetMedian($table, $field,$where = '') + { + $total = $this->GetOne("select count(*) from $table $where"); + if (!$total) return false; + + $midrow = (integer) ($total/2); + $rs = $this->SelectLimit("select $field from $table $where order by 1",1,$midrow); + if ($rs && !$rs->EOF) return reset($rs->fields); + return false; + } + + + function CacheGetOne($secs2cache,$sql=false,$inputarr=false) + { + global $ADODB_GETONE_EOF; + $ret = false; + $rs = $this->CacheExecute($secs2cache,$sql,$inputarr); + if ($rs) { + if ($rs->EOF) $ret = $ADODB_GETONE_EOF; + else $ret = reset($rs->fields); + $rs->Close(); + } + + return $ret; + } + + function GetCol($sql, $inputarr = false, $trim = false) + { + + $rs = $this->Execute($sql, $inputarr); + if ($rs) { + $rv = array(); + if ($trim) { + while (!$rs->EOF) { + $rv[] = trim(reset($rs->fields)); + $rs->MoveNext(); + } + } else { + while (!$rs->EOF) { + $rv[] = reset($rs->fields); + $rs->MoveNext(); + } + } + $rs->Close(); + } else + $rv = false; + return $rv; + } + + function CacheGetCol($secs, $sql = false, $inputarr = false,$trim=false) + { + $rs = $this->CacheExecute($secs, $sql, $inputarr); + if ($rs) { + $rv = array(); + if ($trim) { + while (!$rs->EOF) { + $rv[] = trim(reset($rs->fields)); + $rs->MoveNext(); + } + } else { + while (!$rs->EOF) { + $rv[] = reset($rs->fields); + $rs->MoveNext(); + } + } + $rs->Close(); + } else + $rv = false; + + return $rv; + } + + function Transpose(&$rs,$addfieldnames=true) + { + $rs2 = $this->_rs2rs($rs); + $false = false; + if (!$rs2) return $false; + + $rs2->_transpose($addfieldnames); + return $rs2; + } + + /* + Calculate the offset of a date for a particular database and generate + appropriate SQL. Useful for calculating future/past dates and storing + in a database. + + If dayFraction=1.5 means 1.5 days from now, 1.0/24 for 1 hour. + */ + function OffsetDate($dayFraction,$date=false) + { + if (!$date) $date = $this->sysDate; + return '('.$date.'+'.$dayFraction.')'; + } + + + /** + * + * @param sql SQL statement + * @param [inputarr] input bind array + */ + function GetArray($sql,$inputarr=false) + { + global $ADODB_COUNTRECS; + + $savec = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + $rs = $this->Execute($sql,$inputarr); + $ADODB_COUNTRECS = $savec; + if (!$rs) + if (defined('ADODB_PEAR')) { + $cls = ADODB_PEAR_Error(); + return $cls; + } else { + $false = false; + return $false; + } + $arr = $rs->GetArray(); + $rs->Close(); + return $arr; + } + + function CacheGetAll($secs2cache,$sql=false,$inputarr=false) + { + $arr = $this->CacheGetArray($secs2cache,$sql,$inputarr); + return $arr; + } + + function CacheGetArray($secs2cache,$sql=false,$inputarr=false) + { + global $ADODB_COUNTRECS; + + $savec = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + $rs = $this->CacheExecute($secs2cache,$sql,$inputarr); + $ADODB_COUNTRECS = $savec; + + if (!$rs) + if (defined('ADODB_PEAR')) { + $cls = ADODB_PEAR_Error(); + return $cls; + } else { + $false = false; + return $false; + } + $arr = $rs->GetArray(); + $rs->Close(); + return $arr; + } + + function GetRandRow($sql, $arr= false) + { + $rezarr = $this->GetAll($sql, $arr); + $sz = sizeof($rezarr); + return $rezarr[abs(rand()) % $sz]; + } + + /** + * Return one row of sql statement. Recordset is disposed for you. + * + * @param sql SQL statement + * @param [inputarr] input bind array + */ + function GetRow($sql,$inputarr=false) + { + global $ADODB_COUNTRECS; + $crecs = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + + $rs = $this->Execute($sql,$inputarr); + + $ADODB_COUNTRECS = $crecs; + if ($rs) { + if (!$rs->EOF) $arr = $rs->fields; + else $arr = array(); + $rs->Close(); + return $arr; + } + + $false = false; + return $false; + } + + function CacheGetRow($secs2cache,$sql=false,$inputarr=false) + { + $rs = $this->CacheExecute($secs2cache,$sql,$inputarr); + if ($rs) { + if (!$rs->EOF) $arr = $rs->fields; + else $arr = array(); + + $rs->Close(); + return $arr; + } + $false = false; + return $false; + } + + /** + * Insert or replace a single record. Note: this is not the same as MySQL's replace. + * ADOdb's Replace() uses update-insert semantics, not insert-delete-duplicates of MySQL. + * Also note that no table locking is done currently, so it is possible that the + * record be inserted twice by two programs... + * + * $this->Replace('products', array('prodname' =>"'Nails'","price" => 3.99), 'prodname'); + * + * $table table name + * $fieldArray associative array of data (you must quote strings yourself). + * $keyCol the primary key field name or if compound key, array of field names + * autoQuote set to true to use a hueristic to quote strings. Works with nulls and numbers + * but does not work with dates nor SQL functions. + * has_autoinc the primary key is an auto-inc field, so skip in insert. + * + * Currently blob replace not supported + * + * returns 0 = fail, 1 = update, 2 = insert + */ + + function Replace($table, $fieldArray, $keyCol, $autoQuote=false, $has_autoinc=false) + { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + + return _adodb_replace($this, $table, $fieldArray, $keyCol, $autoQuote, $has_autoinc); + } + + + /** + * Will select, getting rows from $offset (1-based), for $nrows. + * This simulates the MySQL "select * from table limit $offset,$nrows" , and + * the PostgreSQL "select * from table limit $nrows offset $offset". Note that + * MySQL and PostgreSQL parameter ordering is the opposite of the other. + * eg. + * CacheSelectLimit(15,'select * from table',3); will return rows 1 to 3 (1-based) + * CacheSelectLimit(15,'select * from table',3,2); will return rows 3 to 5 (1-based) + * + * BUG: Currently CacheSelectLimit fails with $sql with LIMIT or TOP clause already set + * + * @param [secs2cache] seconds to cache data, set to 0 to force query. This is optional + * @param sql + * @param [offset] is the row to start calculations from (1-based) + * @param [nrows] is the number of rows to get + * @param [inputarr] array of bind variables + * @return the recordset ($rs->databaseType == 'array') + */ + function CacheSelectLimit($secs2cache,$sql,$nrows=-1,$offset=-1,$inputarr=false) + { + if (!is_numeric($secs2cache)) { + if ($sql === false) $sql = -1; + if ($offset == -1) $offset = false; + // sql, nrows, offset,inputarr + $rs = $this->SelectLimit($secs2cache,$sql,$nrows,$offset,$this->cacheSecs); + } else { + if ($sql === false) $this->outp_throw("Warning: \$sql missing from CacheSelectLimit()",'CacheSelectLimit'); + $rs = $this->SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + } + return $rs; + } + + + /** + * Flush cached recordsets that match a particular $sql statement. + * If $sql == false, then we purge all files in the cache. + */ + + /** + * Flush cached recordsets that match a particular $sql statement. + * If $sql == false, then we purge all files in the cache. + */ + function CacheFlush($sql=false,$inputarr=false) + { + global $ADODB_CACHE_DIR, $ADODB_CACHE; + + if (!$sql) { + $ADODB_CACHE->flushall($this->debug); + return; + } + + $f = $this->_gencachename($sql.serialize($inputarr),false); + return $ADODB_CACHE->flushcache($f, $this->debug); + } + + + /** + * Private function to generate filename for caching. + * Filename is generated based on: + * + * - sql statement + * - database type (oci8, ibase, ifx, etc) + * - database name + * - userid + * - setFetchMode (adodb 4.23) + * + * When not in safe mode, we create 256 sub-directories in the cache directory ($ADODB_CACHE_DIR). + * Assuming that we can have 50,000 files per directory with good performance, + * then we can scale to 12.8 million unique cached recordsets. Wow! + */ + function _gencachename($sql,$createdir) + { + global $ADODB_CACHE, $ADODB_CACHE_DIR; + + if ($this->fetchMode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } else { + $mode = $this->fetchMode; + } + $m = md5($sql.$this->databaseType.$this->database.$this->user.$mode); + if (!$ADODB_CACHE->createdir) return $m; + if (!$createdir) $dir = $ADODB_CACHE->getdirname($m); + else $dir = $ADODB_CACHE->createdir($m, $this->debug); + + return $dir.'/adodb_'.$m.'.cache'; + } + + + /** + * Execute SQL, caching recordsets. + * + * @param [secs2cache] seconds to cache data, set to 0 to force query. + * This is an optional parameter. + * @param sql SQL statement to execute + * @param [inputarr] holds the input data to bind to + * @return RecordSet or false + */ + function CacheExecute($secs2cache,$sql=false,$inputarr=false) + { + global $ADODB_CACHE; + + if (!is_numeric($secs2cache)) { + $inputarr = $sql; + $sql = $secs2cache; + $secs2cache = $this->cacheSecs; + } + + if (is_array($sql)) { + $sqlparam = $sql; + $sql = $sql[0]; + } else + $sqlparam = $sql; + + + $md5file = $this->_gencachename($sql.serialize($inputarr),true); + $err = ''; + + if ($secs2cache > 0){ + $rs = $ADODB_CACHE->readcache($md5file,$err,$secs2cache,$this->arrayClass); + $this->numCacheHits += 1; + } else { + $err='Timeout 1'; + $rs = false; + $this->numCacheMisses += 1; + } + + if (!$rs) { + // no cached rs found + if ($this->debug) { + if (get_magic_quotes_runtime() && !$this->memCache) { + ADOConnection::outp("Please disable magic_quotes_runtime - it corrupts cache files :("); + } + if ($this->debug !== -1) ADOConnection::outp( " $md5file cache failure: $err (see sql below)"); + } + + $rs = $this->Execute($sqlparam,$inputarr); + + if ($rs) { + + $eof = $rs->EOF; + $rs = $this->_rs2rs($rs); // read entire recordset into memory immediately + $rs->timeCreated = time(); // used by caching + $txt = _rs2serialize($rs,false,$sql); // serialize + + $ok = $ADODB_CACHE->writecache($md5file,$txt,$this->debug, $secs2cache); + if (!$ok) { + if ($ok === false) { + $em = 'Cache write error'; + $en = -32000; + + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'CacheExecute', $en, $em, $md5file,$sql,$this); + } + } else { + $em = 'Cache file locked warning'; + $en = -32001; + // do not call error handling for just a warning + } + + if ($this->debug) ADOConnection::outp( " ".$em); + } + if ($rs->EOF && !$eof) { + $rs->MoveFirst(); + //$rs = csv2rs($md5file,$err); + $rs->connection = $this; // Pablo suggestion + } + + } else if (!$this->memCache) + $ADODB_CACHE->flushcache($md5file); + } else { + $this->_errorMsg = ''; + $this->_errorCode = 0; + + if ($this->fnCacheExecute) { + $fn = $this->fnCacheExecute; + $fn($this, $secs2cache, $sql, $inputarr); + } + // ok, set cached object found + $rs->connection = $this; // Pablo suggestion + if ($this->debug){ + if ($this->debug == 99) adodb_backtrace(); + $inBrowser = isset($_SERVER['HTTP_USER_AGENT']); + $ttl = $rs->timeCreated + $secs2cache - time(); + $s = is_array($sql) ? $sql[0] : $sql; + if ($inBrowser) $s = ''.htmlspecialchars($s).''; + + ADOConnection::outp( " $md5file reloaded, ttl=$ttl [ $s ]"); + } + } + return $rs; + } + + + /* + Similar to PEAR DB's autoExecute(), except that + $mode can be 'INSERT' or 'UPDATE' or DB_AUTOQUERY_INSERT or DB_AUTOQUERY_UPDATE + If $mode == 'UPDATE', then $where is compulsory as a safety measure. + + $forceUpdate means that even if the data has not changed, perform update. + */ + function AutoExecute($table, $fields_values, $mode = 'INSERT', $where = FALSE, $forceUpdate=true, $magicq=false) + { + $false = false; + $sql = 'SELECT * FROM '.$table; + if ($where!==FALSE) $sql .= ' WHERE '.$where; + else if ($mode == 'UPDATE' || $mode == 2 /* DB_AUTOQUERY_UPDATE */) { + $this->outp_throw('AutoExecute: Illegal mode=UPDATE with empty WHERE clause','AutoExecute'); + return $false; + } + + $rs = $this->SelectLimit($sql,1); + if (!$rs) return $false; // table does not exist + $rs->tableName = $table; + + switch((string) $mode) { + case 'UPDATE': + case '2': + $sql = $this->GetUpdateSQL($rs, $fields_values, $forceUpdate, $magicq); + break; + case 'INSERT': + case '1': + $sql = $this->GetInsertSQL($rs, $fields_values, $magicq); + break; + default: + $this->outp_throw("AutoExecute: Unknown mode=$mode",'AutoExecute'); + return $false; + } + $ret = false; + if ($sql) $ret = $this->Execute($sql); + if ($ret) $ret = true; + return $ret; + } + + + /** + * Generates an Update Query based on an existing recordset. + * $arrFields is an associative array of fields with the value + * that should be assigned. + * + * Note: This function should only be used on a recordset + * that is run against a single table and sql should only + * be a simple select stmt with no groupby/orderby/limit + * + * "Jonathan Younger" + */ + function GetUpdateSQL(&$rs, $arrFields,$forceUpdate=false,$magicq=false,$force=null) + { + global $ADODB_INCLUDED_LIB; + + //********************************************************// + //This is here to maintain compatibility + //with older adodb versions. Sets force type to force nulls if $forcenulls is set. + if (!isset($force)) { + global $ADODB_FORCE_TYPE; + $force = $ADODB_FORCE_TYPE; + } + //********************************************************// + + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + return _adodb_getupdatesql($this,$rs,$arrFields,$forceUpdate,$magicq,$force); + } + + /** + * Generates an Insert Query based on an existing recordset. + * $arrFields is an associative array of fields with the value + * that should be assigned. + * + * Note: This function should only be used on a recordset + * that is run against a single table. + */ + function GetInsertSQL(&$rs, $arrFields,$magicq=false,$force=null) + { + global $ADODB_INCLUDED_LIB; + if (!isset($force)) { + global $ADODB_FORCE_TYPE; + $force = $ADODB_FORCE_TYPE; + + } + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + return _adodb_getinsertsql($this,$rs,$arrFields,$magicq,$force); + } + + + /** + * Update a blob column, given a where clause. There are more sophisticated + * blob handling functions that we could have implemented, but all require + * a very complex API. Instead we have chosen something that is extremely + * simple to understand and use. + * + * Note: $blobtype supports 'BLOB' and 'CLOB', default is BLOB of course. + * + * Usage to update a $blobvalue which has a primary key blob_id=1 into a + * field blobtable.blobcolumn: + * + * UpdateBlob('blobtable', 'blobcolumn', $blobvalue, 'blob_id=1'); + * + * Insert example: + * + * $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + * $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + return $this->Execute("UPDATE $table SET $column=? WHERE $where",array($val)) != false; + } + + /** + * Usage: + * UpdateBlob('TABLE', 'COLUMN', '/path/to/file', 'ID=1'); + * + * $blobtype supports 'BLOB' and 'CLOB' + * + * $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + * $conn->UpdateBlob('blobtable','blobcol',$blobpath,'id=1'); + */ + function UpdateBlobFile($table,$column,$path,$where,$blobtype='BLOB') + { + $fd = fopen($path,'rb'); + if ($fd === false) return false; + $val = fread($fd,filesize($path)); + fclose($fd); + return $this->UpdateBlob($table,$column,$val,$where,$blobtype); + } + + function BlobDecode($blob) + { + return $blob; + } + + function BlobEncode($blob) + { + return $blob; + } + + function SetCharSet($charset) + { + return false; + } + + function IfNull( $field, $ifNull ) + { + return " CASE WHEN $field is null THEN $ifNull ELSE $field END "; + } + + function LogSQL($enable=true) + { + include_once(ADODB_DIR.'/adodb-perf.inc.php'); + + if ($enable) $this->fnExecute = 'adodb_log_sql'; + else $this->fnExecute = false; + + $old = $this->_logsql; + $this->_logsql = $enable; + if ($enable && !$old) $this->_affected = false; + return $old; + } + + function GetCharSet() + { + return false; + } + + /** + * Usage: + * UpdateClob('TABLE', 'COLUMN', $var, 'ID=1', 'CLOB'); + * + * $conn->Execute('INSERT INTO clobtable (id, clobcol) VALUES (1, null)'); + * $conn->UpdateClob('clobtable','clobcol',$clob,'id=1'); + */ + function UpdateClob($table,$column,$val,$where) + { + return $this->UpdateBlob($table,$column,$val,$where,'CLOB'); + } + + // not the fastest implementation - quick and dirty - jlim + // for best performance, use the actual $rs->MetaType(). + function MetaType($t,$len=-1,$fieldobj=false) + { + + if (empty($this->_metars)) { + $rsclass = $this->rsPrefix.$this->databaseType; + $this->_metars = new $rsclass(false,$this->fetchMode); + $this->_metars->connection = $this; + } + return $this->_metars->MetaType($t,$len,$fieldobj); + } + + + /** + * Change the SQL connection locale to a specified locale. + * This is used to get the date formats written depending on the client locale. + */ + function SetDateLocale($locale = 'En') + { + $this->locale = $locale; + switch (strtoupper($locale)) + { + case 'EN': + $this->fmtDate="'Y-m-d'"; + $this->fmtTimeStamp = "'Y-m-d H:i:s'"; + break; + + case 'US': + $this->fmtDate = "'m-d-Y'"; + $this->fmtTimeStamp = "'m-d-Y H:i:s'"; + break; + + case 'PT_BR': + case 'NL': + case 'FR': + case 'RO': + case 'IT': + $this->fmtDate="'d-m-Y'"; + $this->fmtTimeStamp = "'d-m-Y H:i:s'"; + break; + + case 'GE': + $this->fmtDate="'d.m.Y'"; + $this->fmtTimeStamp = "'d.m.Y H:i:s'"; + break; + + default: + $this->fmtDate="'Y-m-d'"; + $this->fmtTimeStamp = "'Y-m-d H:i:s'"; + break; + } + } + + /** + * GetActiveRecordsClass Performs an 'ALL' query + * + * @param mixed $class This string represents the class of the current active record + * @param mixed $table Table used by the active record object + * @param mixed $whereOrderBy Where, order, by clauses + * @param mixed $bindarr + * @param mixed $primkeyArr + * @param array $extra Query extras: limit, offset... + * @param mixed $relations Associative array: table's foreign name, "hasMany", "belongsTo" + * @access public + * @return void + */ + function GetActiveRecordsClass( + $class, $table,$whereOrderBy=false,$bindarr=false, $primkeyArr=false, + $extra=array(), + $relations=array()) + { + global $_ADODB_ACTIVE_DBS; + ## reduce overhead of adodb.inc.php -- moved to adodb-active-record.inc.php + ## if adodb-active-recordx is loaded -- should be no issue as they will probably use Find() + if (!isset($_ADODB_ACTIVE_DBS))include_once(ADODB_DIR.'/adodb-active-record.inc.php'); + return adodb_GetActiveRecordsClass($this, $class, $table, $whereOrderBy, $bindarr, $primkeyArr, $extra, $relations); + } + + function GetActiveRecords($table,$where=false,$bindarr=false,$primkeyArr=false) + { + $arr = $this->GetActiveRecordsClass('ADODB_Active_Record', $table, $where, $bindarr, $primkeyArr); + return $arr; + } + + /** + * Close Connection + */ + function Close() + { + $rez = $this->_close(); + $this->_connectionID = false; + return $rez; + } + + /** + * Begin a Transaction. Must be followed by CommitTrans() or RollbackTrans(). + * + * @return true if succeeded or false if database does not support transactions + */ + function BeginTrans() + { + if ($this->debug) ADOConnection::outp("BeginTrans: Transactions not supported for this driver"); + return false; + } + + /* set transaction mode */ + function SetTransactionMode( $transaction_mode ) + { + $transaction_mode = $this->MetaTransaction($transaction_mode, $this->dataProvider); + $this->_transmode = $transaction_mode; + } +/* +http://msdn2.microsoft.com/en-US/ms173763.aspx +http://dev.mysql.com/doc/refman/5.0/en/innodb-transaction-isolation.html +http://www.postgresql.org/docs/8.1/interactive/sql-set-transaction.html +http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_10005.htm +*/ + function MetaTransaction($mode,$db) + { + $mode = strtoupper($mode); + $mode = str_replace('ISOLATION LEVEL ','',$mode); + + switch($mode) { + + case 'READ UNCOMMITTED': + switch($db) { + case 'oci8': + case 'oracle': + return 'ISOLATION LEVEL READ COMMITTED'; + default: + return 'ISOLATION LEVEL READ UNCOMMITTED'; + } + break; + + case 'READ COMMITTED': + return 'ISOLATION LEVEL READ COMMITTED'; + break; + + case 'REPEATABLE READ': + switch($db) { + case 'oci8': + case 'oracle': + return 'ISOLATION LEVEL SERIALIZABLE'; + default: + return 'ISOLATION LEVEL REPEATABLE READ'; + } + break; + + case 'SERIALIZABLE': + return 'ISOLATION LEVEL SERIALIZABLE'; + break; + + default: + return $mode; + } + } + + /** + * If database does not support transactions, always return true as data always commited + * + * @param $ok set to false to rollback transaction, true to commit + * + * @return true/false. + */ + function CommitTrans($ok=true) + { return true;} + + + /** + * If database does not support transactions, rollbacks always fail, so return false + * + * @return true/false. + */ + function RollbackTrans() + { return false;} + + + /** + * return the databases that the driver can connect to. + * Some databases will return an empty array. + * + * @return an array of database names. + */ + function MetaDatabases() + { + global $ADODB_FETCH_MODE; + + if ($this->metaDatabasesSQL) { + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + $arr = $this->GetCol($this->metaDatabasesSQL); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + return $arr; + } + + return false; + } + + + /** + * @param ttype can either be 'VIEW' or 'TABLE' or false. + * If false, both views and tables are returned. + * "VIEW" returns only views + * "TABLE" returns only tables + * @param showSchema returns the schema/user with the table name, eg. USER.TABLE + * @param mask is the input mask - only supported by oci8 and postgresql + * + * @return array of tables for current database. + */ + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + global $ADODB_FETCH_MODE; + + + $false = false; + if ($mask) { + return $false; + } + if ($this->metaTablesSQL) { + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + $rs = $this->Execute($this->metaTablesSQL); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rs === false) return $false; + $arr = $rs->GetArray(); + $arr2 = array(); + + if ($hast = ($ttype && isset($arr[0][1]))) { + $showt = strncmp($ttype,'T',1); + } + + for ($i=0; $i < sizeof($arr); $i++) { + if ($hast) { + if ($showt == 0) { + if (strncmp($arr[$i][1],'T',1) == 0) $arr2[] = trim($arr[$i][0]); + } else { + if (strncmp($arr[$i][1],'V',1) == 0) $arr2[] = trim($arr[$i][0]); + } + } else + $arr2[] = trim($arr[$i][0]); + } + $rs->Close(); + return $arr2; + } + return $false; + } + + + function _findschema(&$table,&$schema) + { + if (!$schema && ($at = strpos($table,'.')) !== false) { + $schema = substr($table,0,$at); + $table = substr($table,$at+1); + } + } + + /** + * List columns in a database as an array of ADOFieldObjects. + * See top of file for definition of object. + * + * @param $table table name to query + * @param $normalize makes table name case-insensitive (required by some databases) + * @schema is optional database schema to use - not supported by all databases. + * + * @return array of ADOFieldObjects for current table. + */ + function MetaColumns($table,$normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + + if (!empty($this->metaColumnsSQL)) { + + $schema = false; + $this->_findschema($table,$schema); + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + $rs = $this->Execute(sprintf($this->metaColumnsSQL,($normalize)?strtoupper($table):$table)); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if ($rs === false || $rs->EOF) return $false; + + $retarr = array(); + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + if (isset($rs->fields[3]) && $rs->fields[3]) { + if ($rs->fields[3]>0) $fld->max_length = $rs->fields[3]; + $fld->scale = $rs->fields[4]; + if ($fld->scale>0) $fld->max_length += 1; + } else + $fld->max_length = $rs->fields[2]; + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[strtoupper($fld->name)] = $fld; + $rs->MoveNext(); + } + $rs->Close(); + return $retarr; + } + return $false; + } + + /** + * List indexes on a table as an array. + * @param table table name to query + * @param primary true to only show primary keys. Not actually used for most databases + * + * @return array of indexes on current table. Each element represents an index, and is itself an associative array. + + Array ( + [name_of_index] => Array + ( + [unique] => true or false + [columns] => Array + ( + [0] => firstname + [1] => lastname + ) + ) + */ + function MetaIndexes($table, $primary = false, $owner = false) + { + $false = false; + return $false; + } + + /** + * List columns names in a table as an array. + * @param table table name to query + * + * @return array of column names for current table. + */ + function MetaColumnNames($table, $numIndexes=false,$useattnum=false /* only for postgres */) + { + $objarr = $this->MetaColumns($table); + if (!is_array($objarr)) { + $false = false; + return $false; + } + $arr = array(); + if ($numIndexes) { + $i = 0; + if ($useattnum) { + foreach($objarr as $v) + $arr[$v->attnum] = $v->name; + + } else + foreach($objarr as $v) $arr[$i++] = $v->name; + } else + foreach($objarr as $v) $arr[strtoupper($v->name)] = $v->name; + + return $arr; + } + + /** + * Different SQL databases used different methods to combine strings together. + * This function provides a wrapper. + * + * param s variable number of string parameters + * + * Usage: $db->Concat($str1,$str2); + * + * @return concatenated string + */ + function Concat() + { + $arr = func_get_args(); + return implode($this->concat_operator, $arr); + } + + + /** + * Converts a date "d" to a string that the database can understand. + * + * @param d a date in Unix date time format. + * + * @return date string in database date format + */ + function DBDate($d, $isfld=false) + { + if (empty($d) && $d !== 0) return 'null'; + if ($isfld) return $d; + + if (is_object($d)) return $d->format($this->fmtDate); + + + if (is_string($d) && !is_numeric($d)) { + if ($d === 'null' || strncmp($d,"'",1) === 0) return $d; + if ($this->isoDates) return "'$d'"; + $d = ADOConnection::UnixDate($d); + } + + return adodb_date($this->fmtDate,$d); + } + + function BindDate($d) + { + $d = $this->DBDate($d); + if (strncmp($d,"'",1)) return $d; + + return substr($d,1,strlen($d)-2); + } + + function BindTimeStamp($d) + { + $d = $this->DBTimeStamp($d); + if (strncmp($d,"'",1)) return $d; + + return substr($d,1,strlen($d)-2); + } + + + /** + * Converts a timestamp "ts" to a string that the database can understand. + * + * @param ts a timestamp in Unix date time format. + * + * @return timestamp string in database timestamp format + */ + function DBTimeStamp($ts,$isfld=false) + { + if (empty($ts) && $ts !== 0) return 'null'; + if ($isfld) return $ts; + if (is_object($ts)) return $ts->format($this->fmtTimeStamp); + + # strlen(14) allows YYYYMMDDHHMMSS format + if (!is_string($ts) || (is_numeric($ts) && strlen($ts)<14)) + return adodb_date($this->fmtTimeStamp,$ts); + + if ($ts === 'null') return $ts; + if ($this->isoDates && strlen($ts) !== 14) return "'$ts'"; + + $ts = ADOConnection::UnixTimeStamp($ts); + return adodb_date($this->fmtTimeStamp,$ts); + } + + /** + * Also in ADORecordSet. + * @param $v is a date string in YYYY-MM-DD format + * + * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format + */ + static function UnixDate($v) + { + if (is_object($v)) { + // odbtp support + //( [year] => 2004 [month] => 9 [day] => 4 [hour] => 12 [minute] => 44 [second] => 8 [fraction] => 0 ) + return adodb_mktime($v->hour,$v->minute,$v->second,$v->month,$v->day, $v->year); + } + + if (is_numeric($v) && strlen($v) !== 8) return $v; + if (!preg_match( "|^([0-9]{4})[-/\.]?([0-9]{1,2})[-/\.]?([0-9]{1,2})|", + ($v), $rr)) return false; + + if ($rr[1] <= TIMESTAMP_FIRST_YEAR) return 0; + // h-m-s-MM-DD-YY + return @adodb_mktime(0,0,0,$rr[2],$rr[3],$rr[1]); + } + + + /** + * Also in ADORecordSet. + * @param $v is a timestamp string in YYYY-MM-DD HH-NN-SS format + * + * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format + */ + static function UnixTimeStamp($v) + { + if (is_object($v)) { + // odbtp support + //( [year] => 2004 [month] => 9 [day] => 4 [hour] => 12 [minute] => 44 [second] => 8 [fraction] => 0 ) + return adodb_mktime($v->hour,$v->minute,$v->second,$v->month,$v->day, $v->year); + } + + if (!preg_match( + "|^([0-9]{4})[-/\.]?([0-9]{1,2})[-/\.]?([0-9]{1,2})[ ,-]*(([0-9]{1,2}):?([0-9]{1,2}):?([0-9\.]{1,4}))?|", + ($v), $rr)) return false; + + if ($rr[1] <= TIMESTAMP_FIRST_YEAR && $rr[2]<= 1) return 0; + + // h-m-s-MM-DD-YY + if (!isset($rr[5])) return adodb_mktime(0,0,0,$rr[2],$rr[3],$rr[1]); + return @adodb_mktime($rr[5],$rr[6],$rr[7],$rr[2],$rr[3],$rr[1]); + } + + /** + * Also in ADORecordSet. + * + * Format database date based on user defined format. + * + * @param v is the character date in YYYY-MM-DD format, returned by database + * @param fmt is the format to apply to it, using date() + * + * @return a date formated as user desires + */ + + function UserDate($v,$fmt='Y-m-d',$gmt=false) + { + $tt = $this->UnixDate($v); + + // $tt == -1 if pre TIMESTAMP_FIRST_YEAR + if (($tt === false || $tt == -1) && $v != false) return $v; + else if ($tt == 0) return $this->emptyDate; + else if ($tt == -1) { // pre-TIMESTAMP_FIRST_YEAR + } + + return ($gmt) ? adodb_gmdate($fmt,$tt) : adodb_date($fmt,$tt); + + } + + /** + * + * @param v is the character timestamp in YYYY-MM-DD hh:mm:ss format + * @param fmt is the format to apply to it, using date() + * + * @return a timestamp formated as user desires + */ + function UserTimeStamp($v,$fmt='Y-m-d H:i:s',$gmt=false) + { + if (!isset($v)) return $this->emptyTimeStamp; + # strlen(14) allows YYYYMMDDHHMMSS format + if (is_numeric($v) && strlen($v)<14) return ($gmt) ? adodb_gmdate($fmt,$v) : adodb_date($fmt,$v); + $tt = $this->UnixTimeStamp($v); + // $tt == -1 if pre TIMESTAMP_FIRST_YEAR + if (($tt === false || $tt == -1) && $v != false) return $v; + if ($tt == 0) return $this->emptyTimeStamp; + return ($gmt) ? adodb_gmdate($fmt,$tt) : adodb_date($fmt,$tt); + } + + function escape($s,$magic_quotes=false) + { + return $this->addq($s,$magic_quotes); + } + + /** + * Quotes a string, without prefixing nor appending quotes. + */ + function addq($s,$magic_quotes=false) + { + if (!$magic_quotes) { + + if ($this->replaceQuote[0] == '\\'){ + // only since php 4.0.5 + $s = adodb_str_replace(array('\\',"\0"),array('\\\\',"\\\0"),$s); + //$s = str_replace("\0","\\\0", str_replace('\\','\\\\',$s)); + } + return str_replace("'",$this->replaceQuote,$s); + } + + // undo magic quotes for " + $s = str_replace('\\"','"',$s); + + if ($this->replaceQuote == "\\'" || ini_get('magic_quotes_sybase')) // ' already quoted, no need to change anything + return $s; + else {// change \' to '' for sybase/mssql + $s = str_replace('\\\\','\\',$s); + return str_replace("\\'",$this->replaceQuote,$s); + } + } + + /** + * Correctly quotes a string so that all strings are escaped. We prefix and append + * to the string single-quotes. + * An example is $db->qstr("Don't bother",magic_quotes_runtime()); + * + * @param s the string to quote + * @param [magic_quotes] if $s is GET/POST var, set to get_magic_quotes_gpc(). + * This undoes the stupidity of magic quotes for GPC. + * + * @return quoted string to be sent back to database + */ + function qstr($s,$magic_quotes=false) + { + if (!$magic_quotes) { + + if ($this->replaceQuote[0] == '\\'){ + // only since php 4.0.5 + $s = adodb_str_replace(array('\\',"\0"),array('\\\\',"\\\0"),$s); + //$s = str_replace("\0","\\\0", str_replace('\\','\\\\',$s)); + } + return "'".str_replace("'",$this->replaceQuote,$s)."'"; + } + + // undo magic quotes for " + $s = str_replace('\\"','"',$s); + + if ($this->replaceQuote == "\\'" || ini_get('magic_quotes_sybase')) // ' already quoted, no need to change anything + return "'$s'"; + else {// change \' to '' for sybase/mssql + $s = str_replace('\\\\','\\',$s); + return "'".str_replace("\\'",$this->replaceQuote,$s)."'"; + } + } + + + /** + * Will select the supplied $page number from a recordset, given that it is paginated in pages of + * $nrows rows per page. It also saves two boolean values saying if the given page is the first + * and/or last one of the recordset. Added by Iv? Oliva to provide recordset pagination. + * + * See readme.htm#ex8 for an example of usage. + * + * @param sql + * @param nrows is the number of rows per page to get + * @param page is the page number to get (1-based) + * @param [inputarr] array of bind variables + * @param [secs2cache] is a private parameter only used by jlim + * @return the recordset ($rs->databaseType == 'array') + * + * NOTE: phpLens uses a different algorithm and does not use PageExecute(). + * + */ + function PageExecute($sql, $nrows, $page, $inputarr=false, $secs2cache=0) + { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + if ($this->pageExecuteCountRows) $rs = _adodb_pageexecute_all_rows($this, $sql, $nrows, $page, $inputarr, $secs2cache); + else $rs = _adodb_pageexecute_no_last_page($this, $sql, $nrows, $page, $inputarr, $secs2cache); + return $rs; + } + + + /** + * Will select the supplied $page number from a recordset, given that it is paginated in pages of + * $nrows rows per page. It also saves two boolean values saying if the given page is the first + * and/or last one of the recordset. Added by Iv? Oliva to provide recordset pagination. + * + * @param secs2cache seconds to cache data, set to 0 to force query + * @param sql + * @param nrows is the number of rows per page to get + * @param page is the page number to get (1-based) + * @param [inputarr] array of bind variables + * @return the recordset ($rs->databaseType == 'array') + */ + function CachePageExecute($secs2cache, $sql, $nrows, $page,$inputarr=false) + { + /*switch($this->dataProvider) { + case 'postgres': + case 'mysql': + break; + default: $secs2cache = 0; break; + }*/ + $rs = $this->PageExecute($sql,$nrows,$page,$inputarr,$secs2cache); + return $rs; + } + +} // end class ADOConnection + + + + //============================================================================================== + // CLASS ADOFetchObj + //============================================================================================== + + /** + * Internal placeholder for record objects. Used by ADORecordSet->FetchObj(). + */ + class ADOFetchObj { + }; + + //============================================================================================== + // CLASS ADORecordSet_empty + //============================================================================================== + + class ADODB_Iterator_empty implements Iterator { + + private $rs; + + function __construct($rs) + { + $this->rs = $rs; + } + function rewind() + { + } + + function valid() + { + return !$this->rs->EOF; + } + + function key() + { + return false; + } + + function current() + { + return false; + } + + function next() + { + } + + function __call($func, $params) + { + return call_user_func_array(array($this->rs, $func), $params); + } + + function hasMore() + { + return false; + } + + } + + + /** + * Lightweight recordset when there are no records to be returned + */ + class ADORecordSet_empty implements IteratorAggregate + { + var $dataProvider = 'empty'; + var $databaseType = false; + var $EOF = true; + var $_numOfRows = 0; + var $fields = false; + var $connection = false; + function RowCount() {return 0;} + function RecordCount() {return 0;} + function PO_RecordCount(){return 0;} + function Close(){return true;} + function FetchRow() {return false;} + function FieldCount(){ return 0;} + function Init() {} + function getIterator() {return new ADODB_Iterator_empty($this);} + } + + //============================================================================================== + // DATE AND TIME FUNCTIONS + //============================================================================================== + if (!defined('ADODB_DATE_VERSION')) include(ADODB_DIR.'/adodb-time.inc.php'); + + //============================================================================================== + // CLASS ADORecordSet + //============================================================================================== + + class ADODB_Iterator implements Iterator { + + private $rs; + + function __construct($rs) + { + $this->rs = $rs; + } + function rewind() + { + $this->rs->MoveFirst(); + } + + function valid() + { + return !$this->rs->EOF; + } + + function key() + { + return $this->rs->_currentRow; + } + + function current() + { + return $this->rs->fields; + } + + function next() + { + $this->rs->MoveNext(); + } + + function __call($func, $params) + { + return call_user_func_array(array($this->rs, $func), $params); + } + + + function hasMore() + { + return !$this->rs->EOF; + } + + } + + + + /** + * RecordSet class that represents the dataset returned by the database. + * To keep memory overhead low, this class holds only the current row in memory. + * No prefetching of data is done, so the RecordCount() can return -1 ( which + * means recordcount not known). + */ + class ADORecordSet implements IteratorAggregate { + /* + * public variables + */ + var $dataProvider = "native"; + var $fields = false; /// holds the current row data + var $blobSize = 100; /// any varchar/char field this size or greater is treated as a blob + /// in other words, we use a text area for editing. + var $canSeek = false; /// indicates that seek is supported + var $sql; /// sql text + var $EOF = false; /// Indicates that the current record position is after the last record in a Recordset object. + + var $emptyTimeStamp = ' '; /// what to display when $time==0 + var $emptyDate = ' '; /// what to display when $time==0 + var $debug = false; + var $timeCreated=0; /// datetime in Unix format rs created -- for cached recordsets + + var $bind = false; /// used by Fields() to hold array - should be private? + var $fetchMode; /// default fetch mode + var $connection = false; /// the parent connection + /* + * private variables + */ + var $_numOfRows = -1; /** number of rows, or -1 */ + var $_numOfFields = -1; /** number of fields in recordset */ + var $_queryID = -1; /** This variable keeps the result link identifier. */ + var $_currentRow = -1; /** This variable keeps the current row in the Recordset. */ + var $_closed = false; /** has recordset been closed */ + var $_inited = false; /** Init() should only be called once */ + var $_obj; /** Used by FetchObj */ + var $_names; /** Used by FetchObj */ + + var $_currentPage = -1; /** Added by Iv? Oliva to implement recordset pagination */ + var $_atFirstPage = false; /** Added by Iv? Oliva to implement recordset pagination */ + var $_atLastPage = false; /** Added by Iv? Oliva to implement recordset pagination */ + var $_lastPageNo = -1; + var $_maxRecordCount = 0; + var $datetime = false; + + /** + * Constructor + * + * @param queryID this is the queryID returned by ADOConnection->_query() + * + */ + function ADORecordSet($queryID) + { + $this->_queryID = $queryID; + } + + function getIterator() + { + return new ADODB_Iterator($this); + } + + /* this is experimental - i don't really know what to return... */ + function __toString() + { + include_once(ADODB_DIR.'/toexport.inc.php'); + return _adodb_export($this,',',',',false,true); + } + + + function Init() + { + if ($this->_inited) return; + $this->_inited = true; + if ($this->_queryID) @$this->_initrs(); + else { + $this->_numOfRows = 0; + $this->_numOfFields = 0; + } + if ($this->_numOfRows != 0 && $this->_numOfFields && $this->_currentRow == -1) { + + $this->_currentRow = 0; + if ($this->EOF = ($this->_fetch() === false)) { + $this->_numOfRows = 0; // _numOfRows could be -1 + } + } else { + $this->EOF = true; + } + } + + + /** + * Generate a SELECT tag string from a recordset, and return the string. + * If the recordset has 2 cols, we treat the 1st col as the containing + * the text to display to the user, and 2nd col as the return value. Default + * strings are compared with the FIRST column. + * + * @param name name of SELECT tag + * @param [defstr] the value to hilite. Use an array for multiple hilites for listbox. + * @param [blank1stItem] true to leave the 1st item in list empty + * @param [multiple] true for listbox, false for popup + * @param [size] #rows to show for listbox. not used by popup + * @param [selectAttr] additional attributes to defined for SELECT tag. + * useful for holding javascript onChange='...' handlers. + & @param [compareFields0] when we have 2 cols in recordset, we compare the defstr with + * column 0 (1st col) if this is true. This is not documented. + * + * @return HTML + * + * changes by glen.davies@cce.ac.nz to support multiple hilited items + */ + function GetMenu($name,$defstr='',$blank1stItem=true,$multiple=false, + $size=0, $selectAttr='',$compareFields0=true) + { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + return _adodb_getmenu($this, $name,$defstr,$blank1stItem,$multiple, + $size, $selectAttr,$compareFields0); + } + + + + /** + * Generate a SELECT tag string from a recordset, and return the string. + * If the recordset has 2 cols, we treat the 1st col as the containing + * the text to display to the user, and 2nd col as the return value. Default + * strings are compared with the SECOND column. + * + */ + function GetMenu2($name,$defstr='',$blank1stItem=true,$multiple=false,$size=0, $selectAttr='') + { + return $this->GetMenu($name,$defstr,$blank1stItem,$multiple, + $size, $selectAttr,false); + } + + /* + Grouped Menu + */ + function GetMenu3($name,$defstr='',$blank1stItem=true,$multiple=false, + $size=0, $selectAttr='') + { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + return _adodb_getmenu_gp($this, $name,$defstr,$blank1stItem,$multiple, + $size, $selectAttr,false); + } + + /** + * return recordset as a 2-dimensional array. + * + * @param [nRows] is the number of rows to return. -1 means every row. + * + * @return an array indexed by the rows (0-based) from the recordset + */ + function GetArray($nRows = -1) + { + global $ADODB_EXTENSION; if ($ADODB_EXTENSION) { + $results = adodb_getall($this,$nRows); + return $results; + } + $results = array(); + $cnt = 0; + while (!$this->EOF && $nRows != $cnt) { + $results[] = $this->fields; + $this->MoveNext(); + $cnt++; + } + return $results; + } + + function GetAll($nRows = -1) + { + $arr = $this->GetArray($nRows); + return $arr; + } + + /* + * Some databases allow multiple recordsets to be returned. This function + * will return true if there is a next recordset, or false if no more. + */ + function NextRecordSet() + { + return false; + } + + /** + * return recordset as a 2-dimensional array. + * Helper function for ADOConnection->SelectLimit() + * + * @param offset is the row to start calculations from (1-based) + * @param [nrows] is the number of rows to return + * + * @return an array indexed by the rows (0-based) from the recordset + */ + function GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $arr = $this->GetArray($nrows); + return $arr; + } + + $this->Move($offset); + + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + + /** + * Synonym for GetArray() for compatibility with ADO. + * + * @param [nRows] is the number of rows to return. -1 means every row. + * + * @return an array indexed by the rows (0-based) from the recordset + */ + function GetRows($nRows = -1) + { + $arr = $this->GetArray($nRows); + return $arr; + } + + /** + * return whole recordset as a 2-dimensional associative array if there are more than 2 columns. + * The first column is treated as the key and is not included in the array. + * If there is only 2 columns, it will return a 1 dimensional array of key-value pairs unless + * $force_array == true. + * + * @param [force_array] has only meaning if we have 2 data columns. If false, a 1 dimensional + * array is returned, otherwise a 2 dimensional array is returned. If this sounds confusing, + * read the source. + * + * @param [first2cols] means if there are more than 2 cols, ignore the remaining cols and + * instead of returning array[col0] => array(remaining cols), return array[col0] => col1 + * + * @return an associative array indexed by the first column of the array, + * or false if the data has less than 2 cols. + */ + function GetAssoc($force_array = false, $first2cols = false) + { + global $ADODB_EXTENSION; + + $cols = $this->_numOfFields; + if ($cols < 2) { + $false = false; + return $false; + } + $numIndex = isset($this->fields[0]); + $results = array(); + + if (!$first2cols && ($cols > 2 || $force_array)) { + if ($ADODB_EXTENSION) { + if ($numIndex) { + while (!$this->EOF) { + $results[trim($this->fields[0])] = array_slice($this->fields, 1); + adodb_movenext($this); + } + } else { + while (!$this->EOF) { + // Fix for array_slice re-numbering numeric associative keys + $keys = array_slice(array_keys($this->fields), 1); + $sliced_array = array(); + + foreach($keys as $key) { + $sliced_array[$key] = $this->fields[$key]; + } + + $results[trim(reset($this->fields))] = $sliced_array; + adodb_movenext($this); + } + } + } else { + if ($numIndex) { + while (!$this->EOF) { + $results[trim($this->fields[0])] = array_slice($this->fields, 1); + $this->MoveNext(); + } + } else { + while (!$this->EOF) { + // Fix for array_slice re-numbering numeric associative keys + $keys = array_slice(array_keys($this->fields), 1); + $sliced_array = array(); + + foreach($keys as $key) { + $sliced_array[$key] = $this->fields[$key]; + } + + $results[trim(reset($this->fields))] = $sliced_array; + $this->MoveNext(); + } + } + } + } else { + if ($ADODB_EXTENSION) { + // return scalar values + if ($numIndex) { + while (!$this->EOF) { + // some bug in mssql PHP 4.02 -- doesn't handle references properly so we FORCE creating a new string + $results[trim(($this->fields[0]))] = $this->fields[1]; + adodb_movenext($this); + } + } else { + while (!$this->EOF) { + // some bug in mssql PHP 4.02 -- doesn't handle references properly so we FORCE creating a new string + $v1 = trim(reset($this->fields)); + $v2 = ''.next($this->fields); + $results[$v1] = $v2; + adodb_movenext($this); + } + } + } else { + if ($numIndex) { + while (!$this->EOF) { + // some bug in mssql PHP 4.02 -- doesn't handle references properly so we FORCE creating a new string + $results[trim(($this->fields[0]))] = $this->fields[1]; + $this->MoveNext(); + } + } else { + while (!$this->EOF) { + // some bug in mssql PHP 4.02 -- doesn't handle references properly so we FORCE creating a new string + $v1 = trim(reset($this->fields)); + $v2 = ''.next($this->fields); + $results[$v1] = $v2; + $this->MoveNext(); + } + } + } + } + + $ref = $results; # workaround accelerator incompat with PHP 4.4 :( + return $ref; + } + + + /** + * + * @param v is the character timestamp in YYYY-MM-DD hh:mm:ss format + * @param fmt is the format to apply to it, using date() + * + * @return a timestamp formated as user desires + */ + function UserTimeStamp($v,$fmt='Y-m-d H:i:s') + { + if (is_numeric($v) && strlen($v)<14) return adodb_date($fmt,$v); + $tt = $this->UnixTimeStamp($v); + // $tt == -1 if pre TIMESTAMP_FIRST_YEAR + if (($tt === false || $tt == -1) && $v != false) return $v; + if ($tt === 0) return $this->emptyTimeStamp; + return adodb_date($fmt,$tt); + } + + + /** + * @param v is the character date in YYYY-MM-DD format, returned by database + * @param fmt is the format to apply to it, using date() + * + * @return a date formated as user desires + */ + function UserDate($v,$fmt='Y-m-d') + { + $tt = $this->UnixDate($v); + // $tt == -1 if pre TIMESTAMP_FIRST_YEAR + if (($tt === false || $tt == -1) && $v != false) return $v; + else if ($tt == 0) return $this->emptyDate; + else if ($tt == -1) { // pre-TIMESTAMP_FIRST_YEAR + } + return adodb_date($fmt,$tt); + } + + + /** + * @param $v is a date string in YYYY-MM-DD format + * + * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format + */ + static function UnixDate($v) + { + return ADOConnection::UnixDate($v); + } + + + /** + * @param $v is a timestamp string in YYYY-MM-DD HH-NN-SS format + * + * @return date in unix timestamp format, or 0 if before TIMESTAMP_FIRST_YEAR, or false if invalid date format + */ + static function UnixTimeStamp($v) + { + return ADOConnection::UnixTimeStamp($v); + } + + + /** + * PEAR DB Compat - do not use internally + */ + function Free() + { + return $this->Close(); + } + + + /** + * PEAR DB compat, number of rows + */ + function NumRows() + { + return $this->_numOfRows; + } + + + /** + * PEAR DB compat, number of cols + */ + function NumCols() + { + return $this->_numOfFields; + } + + /** + * Fetch a row, returning false if no more rows. + * This is PEAR DB compat mode. + * + * @return false or array containing the current record + */ + function FetchRow() + { + if ($this->EOF) { + $false = false; + return $false; + } + $arr = $this->fields; + $this->_currentRow++; + if (!$this->_fetch()) $this->EOF = true; + return $arr; + } + + + /** + * Fetch a row, returning PEAR_Error if no more rows. + * This is PEAR DB compat mode. + * + * @return DB_OK or error object + */ + function FetchInto(&$arr) + { + if ($this->EOF) return (defined('PEAR_ERROR_RETURN')) ? new PEAR_Error('EOF',-1): false; + $arr = $this->fields; + $this->MoveNext(); + return 1; // DB_OK + } + + + /** + * Move to the first row in the recordset. Many databases do NOT support this. + * + * @return true or false + */ + function MoveFirst() + { + if ($this->_currentRow == 0) return true; + return $this->Move(0); + } + + + /** + * Move to the last row in the recordset. + * + * @return true or false + */ + function MoveLast() + { + if ($this->_numOfRows >= 0) return $this->Move($this->_numOfRows-1); + if ($this->EOF) return false; + while (!$this->EOF) { + $f = $this->fields; + $this->MoveNext(); + } + $this->fields = $f; + $this->EOF = false; + return true; + } + + + /** + * Move to next record in the recordset. + * + * @return true if there still rows available, or false if there are no more rows (EOF). + */ + function MoveNext() + { + if (!$this->EOF) { + $this->_currentRow++; + if ($this->_fetch()) return true; + } + $this->EOF = true; + /* -- tested error handling when scrolling cursor -- seems useless. + $conn = $this->connection; + if ($conn && $conn->raiseErrorFn && ($errno = $conn->ErrorNo())) { + $fn = $conn->raiseErrorFn; + $fn($conn->databaseType,'MOVENEXT',$errno,$conn->ErrorMsg().' ('.$this->sql.')',$conn->host,$conn->database); + } + */ + return false; + } + + + /** + * Random access to a specific row in the recordset. Some databases do not support + * access to previous rows in the databases (no scrolling backwards). + * + * @param rowNumber is the row to move to (0-based) + * + * @return true if there still rows available, or false if there are no more rows (EOF). + */ + function Move($rowNumber = 0) + { + $this->EOF = false; + if ($rowNumber == $this->_currentRow) return true; + if ($rowNumber >= $this->_numOfRows) + if ($this->_numOfRows != -1) $rowNumber = $this->_numOfRows-2; + + if ($this->canSeek) { + + if ($this->_seek($rowNumber)) { + $this->_currentRow = $rowNumber; + if ($this->_fetch()) { + return true; + } + } else { + $this->EOF = true; + return false; + } + } else { + if ($rowNumber < $this->_currentRow) return false; + global $ADODB_EXTENSION; + if ($ADODB_EXTENSION) { + while (!$this->EOF && $this->_currentRow < $rowNumber) { + adodb_movenext($this); + } + } else { + + while (! $this->EOF && $this->_currentRow < $rowNumber) { + $this->_currentRow++; + + if (!$this->_fetch()) $this->EOF = true; + } + } + return !($this->EOF); + } + + $this->fields = false; + $this->EOF = true; + return false; + } + + + /** + * Get the value of a field in the current row by column name. + * Will not work if ADODB_FETCH_MODE is set to ADODB_FETCH_NUM. + * + * @param colname is the field to access + * + * @return the value of $colname column + */ + function Fields($colname) + { + return $this->fields[$colname]; + } + + function GetAssocKeys($upper=true) + { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + if ($upper === 2) $this->bind[$o->name] = $i; + else $this->bind[($upper) ? strtoupper($o->name) : strtolower($o->name)] = $i; + } + } + + /** + * Use associative array to get fields array for databases that do not support + * associative arrays. Submitted by Paolo S. Asioli paolo.asioli#libero.it + * + * If you don't want uppercase cols, set $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC + * before you execute your SQL statement, and access $rs->fields['col'] directly. + * + * $upper 0 = lowercase, 1 = uppercase, 2 = whatever is returned by FetchField + */ + function GetRowAssoc($upper=1) + { + $record = array(); + // if (!$this->fields) return $record; + + if (!$this->bind) { + $this->GetAssocKeys($upper); + } + + foreach($this->bind as $k => $v) { + $record[$k] = $this->fields[$v]; + } + + return $record; + } + + + /** + * Clean up recordset + * + * @return true or false + */ + function Close() + { + // free connection object - this seems to globally free the object + // and not merely the reference, so don't do this... + // $this->connection = false; + if (!$this->_closed) { + $this->_closed = true; + return $this->_close(); + } else + return true; + } + + /** + * synonyms RecordCount and RowCount + * + * @return the number of rows or -1 if this is not supported + */ + function RecordCount() {return $this->_numOfRows;} + + + /* + * If we are using PageExecute(), this will return the maximum possible rows + * that can be returned when paging a recordset. + */ + function MaxRecordCount() + { + return ($this->_maxRecordCount) ? $this->_maxRecordCount : $this->RecordCount(); + } + + /** + * synonyms RecordCount and RowCount + * + * @return the number of rows or -1 if this is not supported + */ + function RowCount() {return $this->_numOfRows;} + + + /** + * Portable RecordCount. Pablo Roca + * + * @return the number of records from a previous SELECT. All databases support this. + * + * But aware possible problems in multiuser environments. For better speed the table + * must be indexed by the condition. Heavy test this before deploying. + */ + function PO_RecordCount($table="", $condition="") { + + $lnumrows = $this->_numOfRows; + // the database doesn't support native recordcount, so we do a workaround + if ($lnumrows == -1 && $this->connection) { + IF ($table) { + if ($condition) $condition = " WHERE " . $condition; + $resultrows = $this->connection->Execute("SELECT COUNT(*) FROM $table $condition"); + if ($resultrows) $lnumrows = reset($resultrows->fields); + } + } + return $lnumrows; + } + + + /** + * @return the current row in the recordset. If at EOF, will return the last row. 0-based. + */ + function CurrentRow() {return $this->_currentRow;} + + /** + * synonym for CurrentRow -- for ADO compat + * + * @return the current row in the recordset. If at EOF, will return the last row. 0-based. + */ + function AbsolutePosition() {return $this->_currentRow;} + + /** + * @return the number of columns in the recordset. Some databases will set this to 0 + * if no records are returned, others will return the number of columns in the query. + */ + function FieldCount() {return $this->_numOfFields;} + + + /** + * Get the ADOFieldObject of a specific column. + * + * @param fieldoffset is the column position to access(0-based). + * + * @return the ADOFieldObject for that column, or false. + */ + function FetchField($fieldoffset = -1) + { + // must be defined by child class + + $false = false; + return $false; + } + + /** + * Get the ADOFieldObjects of all columns in an array. + * + */ + function FieldTypesArray() + { + $arr = array(); + for ($i=0, $max=$this->_numOfFields; $i < $max; $i++) + $arr[] = $this->FetchField($i); + return $arr; + } + + /** + * Return the fields array of the current row as an object for convenience. + * The default case is lowercase field names. + * + * @return the object with the properties set to the fields of the current row + */ + function FetchObj() + { + $o = $this->FetchObject(false); + return $o; + } + + /** + * Return the fields array of the current row as an object for convenience. + * The default case is uppercase. + * + * @param $isupper to set the object property names to uppercase + * + * @return the object with the properties set to the fields of the current row + */ + function FetchObject($isupper=true) + { + if (empty($this->_obj)) { + $this->_obj = new ADOFetchObj(); + $this->_names = array(); + for ($i=0; $i <$this->_numOfFields; $i++) { + $f = $this->FetchField($i); + $this->_names[] = $f->name; + } + } + $i = 0; + if (PHP_VERSION >= 5) $o = clone($this->_obj); + else $o = $this->_obj; + + for ($i=0; $i <$this->_numOfFields; $i++) { + $name = $this->_names[$i]; + if ($isupper) $n = strtoupper($name); + else $n = $name; + + $o->$n = $this->Fields($name); + } + return $o; + } + + /** + * Return the fields array of the current row as an object for convenience. + * The default is lower-case field names. + * + * @return the object with the properties set to the fields of the current row, + * or false if EOF + * + * Fixed bug reported by tim@orotech.net + */ + function FetchNextObj() + { + $o = $this->FetchNextObject(false); + return $o; + } + + + /** + * Return the fields array of the current row as an object for convenience. + * The default is upper case field names. + * + * @param $isupper to set the object property names to uppercase + * + * @return the object with the properties set to the fields of the current row, + * or false if EOF + * + * Fixed bug reported by tim@orotech.net + */ + function FetchNextObject($isupper=true) + { + $o = false; + if ($this->_numOfRows != 0 && !$this->EOF) { + $o = $this->FetchObject($isupper); + $this->_currentRow++; + if ($this->_fetch()) return $o; + } + $this->EOF = true; + return $o; + } + + /** + * Get the metatype of the column. This is used for formatting. This is because + * many databases use different names for the same type, so we transform the original + * type to our standardised version which uses 1 character codes: + * + * @param t is the type passed in. Normally is ADOFieldObject->type. + * @param len is the maximum length of that field. This is because we treat character + * fields bigger than a certain size as a 'B' (blob). + * @param fieldobj is the field object returned by the database driver. Can hold + * additional info (eg. primary_key for mysql). + * + * @return the general type of the data: + * C for character < 250 chars + * X for teXt (>= 250 chars) + * B for Binary + * N for numeric or floating point + * D for date + * T for timestamp + * L for logical/Boolean + * I for integer + * R for autoincrement counter/integer + * + * + */ + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + // changed in 2.32 to hashing instead of switch stmt for speed... + static $typeMap = array( + 'VARCHAR' => 'C', + 'VARCHAR2' => 'C', + 'CHAR' => 'C', + 'C' => 'C', + 'STRING' => 'C', + 'NCHAR' => 'C', + 'NVARCHAR' => 'C', + 'VARYING' => 'C', + 'BPCHAR' => 'C', + 'CHARACTER' => 'C', + 'INTERVAL' => 'C', # Postgres + 'MACADDR' => 'C', # postgres + 'VAR_STRING' => 'C', # mysql + ## + 'LONGCHAR' => 'X', + 'TEXT' => 'X', + 'NTEXT' => 'X', + 'M' => 'X', + 'X' => 'X', + 'CLOB' => 'X', + 'NCLOB' => 'X', + 'LVARCHAR' => 'X', + ## + 'BLOB' => 'B', + 'IMAGE' => 'B', + 'BINARY' => 'B', + 'VARBINARY' => 'B', + 'LONGBINARY' => 'B', + 'B' => 'B', + ## + 'YEAR' => 'D', // mysql + 'DATE' => 'D', + 'D' => 'D', + ## + 'UNIQUEIDENTIFIER' => 'C', # MS SQL Server + ## + 'SMALLDATETIME' => 'T', + 'TIME' => 'T', + 'TIMESTAMP' => 'T', + 'DATETIME' => 'T', + 'TIMESTAMPTZ' => 'T', + 'T' => 'T', + 'TIMESTAMP WITHOUT TIME ZONE' => 'T', // postgresql + ## + 'BOOL' => 'L', + 'BOOLEAN' => 'L', + 'BIT' => 'L', + 'L' => 'L', + ## + 'COUNTER' => 'R', + 'R' => 'R', + 'SERIAL' => 'R', // ifx + 'INT IDENTITY' => 'R', + ## + 'INT' => 'I', + 'INT2' => 'I', + 'INT4' => 'I', + 'INT8' => 'I', + 'INTEGER' => 'I', + 'INTEGER UNSIGNED' => 'I', + 'SHORT' => 'I', + 'TINYINT' => 'I', + 'SMALLINT' => 'I', + 'I' => 'I', + ## + 'LONG' => 'N', // interbase is numeric, oci8 is blob + 'BIGINT' => 'N', // this is bigger than PHP 32-bit integers + 'DECIMAL' => 'N', + 'DEC' => 'N', + 'REAL' => 'N', + 'DOUBLE' => 'N', + 'DOUBLE PRECISION' => 'N', + 'SMALLFLOAT' => 'N', + 'FLOAT' => 'N', + 'NUMBER' => 'N', + 'NUM' => 'N', + 'NUMERIC' => 'N', + 'MONEY' => 'N', + + ## informix 9.2 + 'SQLINT' => 'I', + 'SQLSERIAL' => 'I', + 'SQLSMINT' => 'I', + 'SQLSMFLOAT' => 'N', + 'SQLFLOAT' => 'N', + 'SQLMONEY' => 'N', + 'SQLDECIMAL' => 'N', + 'SQLDATE' => 'D', + 'SQLVCHAR' => 'C', + 'SQLCHAR' => 'C', + 'SQLDTIME' => 'T', + 'SQLINTERVAL' => 'N', + 'SQLBYTES' => 'B', + 'SQLTEXT' => 'X', + ## informix 10 + "SQLINT8" => 'I8', + "SQLSERIAL8" => 'I8', + "SQLNCHAR" => 'C', + "SQLNVCHAR" => 'C', + "SQLLVARCHAR" => 'X', + "SQLBOOL" => 'L' + ); + + $tmap = false; + $t = strtoupper($t); + $tmap = (isset($typeMap[$t])) ? $typeMap[$t] : 'N'; + switch ($tmap) { + case 'C': + + // is the char field is too long, return as text field... + if ($this->blobSize >= 0) { + if ($len > $this->blobSize) return 'X'; + } else if ($len > 250) { + return 'X'; + } + return 'C'; + + case 'I': + if (!empty($fieldobj->primary_key)) return 'R'; + return 'I'; + + case false: + return 'N'; + + case 'B': + if (isset($fieldobj->binary)) + return ($fieldobj->binary) ? 'B' : 'X'; + return 'B'; + + case 'D': + if (!empty($this->connection) && !empty($this->connection->datetime)) return 'T'; + return 'D'; + + default: + if ($t == 'LONG' && $this->dataProvider == 'oci8') return 'B'; + return $tmap; + } + } + + + function _close() {} + + /** + * set/returns the current recordset page when paginating + */ + function AbsolutePage($page=-1) + { + if ($page != -1) $this->_currentPage = $page; + return $this->_currentPage; + } + + /** + * set/returns the status of the atFirstPage flag when paginating + */ + function AtFirstPage($status=false) + { + if ($status != false) $this->_atFirstPage = $status; + return $this->_atFirstPage; + } + + function LastPageNo($page = false) + { + if ($page != false) $this->_lastPageNo = $page; + return $this->_lastPageNo; + } + + /** + * set/returns the status of the atLastPage flag when paginating + */ + function AtLastPage($status=false) + { + if ($status != false) $this->_atLastPage = $status; + return $this->_atLastPage; + } + +} // end class ADORecordSet + + //============================================================================================== + // CLASS ADORecordSet_array + //============================================================================================== + + /** + * This class encapsulates the concept of a recordset created in memory + * as an array. This is useful for the creation of cached recordsets. + * + * Note that the constructor is different from the standard ADORecordSet + */ + + class ADORecordSet_array extends ADORecordSet + { + var $databaseType = 'array'; + + var $_array; // holds the 2-dimensional data array + var $_types; // the array of types of each column (C B I L M) + var $_colnames; // names of each column in array + var $_skiprow1; // skip 1st row because it holds column names + var $_fieldobjects; // holds array of field objects + var $canSeek = true; + var $affectedrows = false; + var $insertid = false; + var $sql = ''; + var $compat = false; + /** + * Constructor + * + */ + function ADORecordSet_array($fakeid=1) + { + global $ADODB_FETCH_MODE,$ADODB_COMPAT_FETCH; + + // fetch() on EOF does not delete $this->fields + $this->compat = !empty($ADODB_COMPAT_FETCH); + $this->ADORecordSet($fakeid); // fake queryID + $this->fetchMode = $ADODB_FETCH_MODE; + } + + function _transpose($addfieldnames=true) + { + global $ADODB_INCLUDED_LIB; + + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + $hdr = true; + + $fobjs = $addfieldnames ? $this->_fieldobjects : false; + adodb_transpose($this->_array, $newarr, $hdr, $fobjs); + //adodb_pr($newarr); + + $this->_skiprow1 = false; + $this->_array = $newarr; + $this->_colnames = $hdr; + + adodb_probetypes($newarr,$this->_types); + + $this->_fieldobjects = array(); + + foreach($hdr as $k => $name) { + $f = new ADOFieldObject(); + $f->name = $name; + $f->type = $this->_types[$k]; + $f->max_length = -1; + $this->_fieldobjects[] = $f; + } + $this->fields = reset($this->_array); + + $this->_initrs(); + + } + + /** + * Setup the array. + * + * @param array is a 2-dimensional array holding the data. + * The first row should hold the column names + * unless paramter $colnames is used. + * @param typearr holds an array of types. These are the same types + * used in MetaTypes (C,B,L,I,N). + * @param [colnames] array of column names. If set, then the first row of + * $array should not hold the column names. + */ + function InitArray($array,$typearr,$colnames=false) + { + $this->_array = $array; + $this->_types = $typearr; + if ($colnames) { + $this->_skiprow1 = false; + $this->_colnames = $colnames; + } else { + $this->_skiprow1 = true; + $this->_colnames = $array[0]; + } + $this->Init(); + } + /** + * Setup the Array and datatype file objects + * + * @param array is a 2-dimensional array holding the data. + * The first row should hold the column names + * unless paramter $colnames is used. + * @param fieldarr holds an array of ADOFieldObject's. + */ + function InitArrayFields(&$array,&$fieldarr) + { + $this->_array = $array; + $this->_skiprow1= false; + if ($fieldarr) { + $this->_fieldobjects = $fieldarr; + } + $this->Init(); + } + + function GetArray($nRows=-1) + { + if ($nRows == -1 && $this->_currentRow <= 0 && !$this->_skiprow1) { + return $this->_array; + } else { + $arr = ADORecordSet::GetArray($nRows); + return $arr; + } + } + + function _initrs() + { + $this->_numOfRows = sizeof($this->_array); + if ($this->_skiprow1) $this->_numOfRows -= 1; + + $this->_numOfFields =(isset($this->_fieldobjects)) ? + sizeof($this->_fieldobjects):sizeof($this->_types); + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + $mode = isset($this->adodbFetchMode) ? $this->adodbFetchMode : $this->fetchMode; + + if ($mode & ADODB_FETCH_ASSOC) { + if (!isset($this->fields[$colname]) && !is_null($this->fields[$colname])) $colname = strtolower($colname); + return $this->fields[$colname]; + } + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + function FetchField($fieldOffset = -1) + { + if (isset($this->_fieldobjects)) { + return $this->_fieldobjects[$fieldOffset]; + } + $o = new ADOFieldObject(); + $o->name = $this->_colnames[$fieldOffset]; + $o->type = $this->_types[$fieldOffset]; + $o->max_length = -1; // length not known + + return $o; + } + + function _seek($row) + { + if (sizeof($this->_array) && 0 <= $row && $row < $this->_numOfRows) { + $this->_currentRow = $row; + if ($this->_skiprow1) $row += 1; + $this->fields = $this->_array[$row]; + return true; + } + return false; + } + + function MoveNext() + { + if (!$this->EOF) { + $this->_currentRow++; + + $pos = $this->_currentRow; + + if ($this->_numOfRows <= $pos) { + if (!$this->compat) $this->fields = false; + } else { + if ($this->_skiprow1) $pos += 1; + $this->fields = $this->_array[$pos]; + return true; + } + $this->EOF = true; + } + + return false; + } + + function _fetch() + { + $pos = $this->_currentRow; + + if ($this->_numOfRows <= $pos) { + if (!$this->compat) $this->fields = false; + return false; + } + if ($this->_skiprow1) $pos += 1; + $this->fields = $this->_array[$pos]; + return true; + } + + function _close() + { + return true; + } + + } // ADORecordSet_array + + //============================================================================================== + // HELPER FUNCTIONS + //============================================================================================== + + /** + * Synonym for ADOLoadCode. Private function. Do not use. + * + * @deprecated + */ + function ADOLoadDB($dbType) + { + return ADOLoadCode($dbType); + } + + /** + * Load the code for a specific database driver. Private function. Do not use. + */ + function ADOLoadCode($dbType) + { + global $ADODB_LASTDB; + + if (!$dbType) return false; + $db = strtolower($dbType); + switch ($db) { + case 'ado': + if (PHP_VERSION >= 5) $db = 'ado5'; + $class = 'ado'; + break; + case 'ifx': + case 'maxsql': $class = $db = 'mysqlt'; break; + case 'postgres': + case 'postgres8': + case 'pgsql': $class = $db = 'postgres7'; break; + default: + $class = $db; break; + } + + $file = ADODB_DIR."/drivers/adodb-".$db.".inc.php"; + @include_once($file); + $ADODB_LASTDB = $class; + if (class_exists("ADODB_" . $class)) return $class; + + //ADOConnection::outp(adodb_pr(get_declared_classes(),true)); + if (!file_exists($file)) ADOConnection::outp("Missing file: $file"); + else ADOConnection::outp("Syntax error in file: $file"); + return false; + } + + /** + * synonym for ADONewConnection for people like me who cannot remember the correct name + */ + function NewADOConnection($db='') + { + $tmp = ADONewConnection($db); + return $tmp; + } + + /** + * Instantiate a new Connection class for a specific database driver. + * + * @param [db] is the database Connection object to create. If undefined, + * use the last database driver that was loaded by ADOLoadCode(). + * + * @return the freshly created instance of the Connection class. + */ + function ADONewConnection($db='') + { + GLOBAL $ADODB_NEWCONNECTION, $ADODB_LASTDB; + + if (!defined('ADODB_ASSOC_CASE')) define('ADODB_ASSOC_CASE',2); + $errorfn = (defined('ADODB_ERROR_HANDLER')) ? ADODB_ERROR_HANDLER : false; + $false = false; + if (($at = strpos($db,'://')) !== FALSE) { + $origdsn = $db; + $fakedsn = 'fake'.substr($origdsn,$at); + if (($at2 = strpos($origdsn,'@/')) !== FALSE) { + // special handling of oracle, which might not have host + $fakedsn = str_replace('@/','@adodb-fakehost/',$fakedsn); + } + $dsna = @parse_url($fakedsn); + if (!$dsna) { + return $false; + } + $dsna['scheme'] = substr($origdsn,0,$at); + if ($at2 !== FALSE) { + $dsna['host'] = ''; + } + + if (strncmp($origdsn,'pdo',3) == 0) { + $sch = explode('_',$dsna['scheme']); + if (sizeof($sch)>1) { + + $dsna['host'] = isset($dsna['host']) ? rawurldecode($dsna['host']) : ''; + if ($sch[1] == 'sqlite') + $dsna['host'] = rawurlencode($sch[1].':'.rawurldecode($dsna['host'])); + else + $dsna['host'] = rawurlencode($sch[1].':host='.rawurldecode($dsna['host'])); + $dsna['scheme'] = 'pdo'; + } + } + + $db = @$dsna['scheme']; + if (!$db) return $false; + $dsna['host'] = isset($dsna['host']) ? rawurldecode($dsna['host']) : ''; + $dsna['user'] = isset($dsna['user']) ? rawurldecode($dsna['user']) : ''; + $dsna['pass'] = isset($dsna['pass']) ? rawurldecode($dsna['pass']) : ''; + $dsna['path'] = isset($dsna['path']) ? rawurldecode(substr($dsna['path'],1)) : ''; # strip off initial / + + if (isset($dsna['query'])) { + $opt1 = explode('&',$dsna['query']); + foreach($opt1 as $k => $v) { + $arr = explode('=',$v); + $opt[$arr[0]] = isset($arr[1]) ? rawurldecode($arr[1]) : 1; + } + } else $opt = array(); + } + /* + * phptype: Database backend used in PHP (mysql, odbc etc.) + * dbsyntax: Database used with regards to SQL syntax etc. + * protocol: Communication protocol to use (tcp, unix etc.) + * hostspec: Host specification (hostname[:port]) + * database: Database to use on the DBMS server + * username: User name for login + * password: Password for login + */ + if (!empty($ADODB_NEWCONNECTION)) { + $obj = $ADODB_NEWCONNECTION($db); + + } + + if(empty($obj)) { + + if (!isset($ADODB_LASTDB)) $ADODB_LASTDB = ''; + if (empty($db)) $db = $ADODB_LASTDB; + + if ($db != $ADODB_LASTDB) $db = ADOLoadCode($db); + + if (!$db) { + if (isset($origdsn)) $db = $origdsn; + if ($errorfn) { + // raise an error + $ignore = false; + $errorfn('ADONewConnection', 'ADONewConnection', -998, + "could not load the database driver for '$db'", + $db,false,$ignore); + } else + ADOConnection::outp( "

ADONewConnection: Unable to load database driver '$db'

",false); + + return $false; + } + + $cls = 'ADODB_'.$db; + if (!class_exists($cls)) { + adodb_backtrace(); + return $false; + } + + $obj = new $cls(); + } + + # constructor should not fail + if ($obj) { + if ($errorfn) $obj->raiseErrorFn = $errorfn; + if (isset($dsna)) { + if (isset($dsna['port'])) $obj->port = $dsna['port']; + foreach($opt as $k => $v) { + switch(strtolower($k)) { + case 'new': + $nconnect = true; $persist = true; break; + case 'persist': + case 'persistent': $persist = $v; break; + case 'debug': $obj->debug = (integer) $v; break; + #ibase + case 'role': $obj->role = $v; break; + case 'dialect': $obj->dialect = (integer) $v; break; + case 'charset': $obj->charset = $v; $obj->charSet=$v; break; + case 'buffers': $obj->buffers = $v; break; + case 'fetchmode': $obj->SetFetchMode($v); break; + #ado + case 'charpage': $obj->charPage = $v; break; + #mysql, mysqli + case 'clientflags': $obj->clientFlags = $v; break; + #mysql, mysqli, postgres + case 'port': $obj->port = $v; break; + #mysqli + case 'socket': $obj->socket = $v; break; + #oci8 + case 'nls_date_format': $obj->NLS_DATE_FORMAT = $v; break; + case 'cachesecs': $obj->cacheSecs = $v; break; + case 'memcache': + $varr = explode(':',$v); + $vlen = sizeof($varr); + if ($vlen == 0) break; + $obj->memCache = true; + $obj->memCacheHost = explode(',',$varr[0]); + if ($vlen == 1) break; + $obj->memCachePort = $varr[1]; + if ($vlen == 2) break; + $obj->memCacheCompress = $varr[2] ? true : false; + break; + } + } + if (empty($persist)) + $ok = $obj->Connect($dsna['host'], $dsna['user'], $dsna['pass'], $dsna['path']); + else if (empty($nconnect)) + $ok = $obj->PConnect($dsna['host'], $dsna['user'], $dsna['pass'], $dsna['path']); + else + $ok = $obj->NConnect($dsna['host'], $dsna['user'], $dsna['pass'], $dsna['path']); + + if (!$ok) return $false; + } + } + return $obj; + } + + + + // $perf == true means called by NewPerfMonitor(), otherwise for data dictionary + function _adodb_getdriver($provider,$drivername,$perf=false) + { + switch ($provider) { + case 'odbtp': if (strncmp('odbtp_',$drivername,6)==0) return substr($drivername,6); + case 'odbc' : if (strncmp('odbc_',$drivername,5)==0) return substr($drivername,5); + case 'ado' : if (strncmp('ado_',$drivername,4)==0) return substr($drivername,4); + case 'native': break; + default: + return $provider; + } + + switch($drivername) { + case 'mysqlt': + case 'mysqli': + $drivername='mysql'; + break; + case 'postgres7': + case 'postgres8': + $drivername = 'postgres'; + break; + case 'firebird15': $drivername = 'firebird'; break; + case 'oracle': $drivername = 'oci8'; break; + case 'access': if ($perf) $drivername = ''; break; + case 'db2' : break; + case 'sapdb' : break; + default: + $drivername = 'generic'; + break; + } + return $drivername; + } + + function NewPerfMonitor(&$conn) + { + $false = false; + $drivername = _adodb_getdriver($conn->dataProvider,$conn->databaseType,true); + if (!$drivername || $drivername == 'generic') return $false; + include_once(ADODB_DIR.'/adodb-perf.inc.php'); + @include_once(ADODB_DIR."/perf/perf-$drivername.inc.php"); + $class = "Perf_$drivername"; + if (!class_exists($class)) return $false; + $perf = new $class($conn); + + return $perf; + } + + function NewDataDictionary(&$conn,$drivername=false) + { + $false = false; + if (!$drivername) $drivername = _adodb_getdriver($conn->dataProvider,$conn->databaseType); + + include_once(ADODB_DIR.'/adodb-lib.inc.php'); + include_once(ADODB_DIR.'/adodb-datadict.inc.php'); + $path = ADODB_DIR."/datadict/datadict-$drivername.inc.php"; + + if (!file_exists($path)) { + ADOConnection::outp("Dictionary driver '$path' not available"); + return $false; + } + include_once($path); + $class = "ADODB2_$drivername"; + $dict = new $class(); + $dict->dataProvider = $conn->dataProvider; + $dict->connection = $conn; + $dict->upperName = strtoupper($drivername); + $dict->quote = $conn->nameQuote; + if (!empty($conn->_connectionID)) + $dict->serverInfo = $conn->ServerInfo(); + + return $dict; + } + + + + /* + Perform a print_r, with pre tags for better formatting. + */ + function adodb_pr($var,$as_string=false) + { + if ($as_string) ob_start(); + + if (isset($_SERVER['HTTP_USER_AGENT'])) { + echo "
\n";print_r($var);echo "
\n"; + } else + print_r($var); + + if ($as_string) { + $s = ob_get_contents(); + ob_end_clean(); + return $s; + } + } + + /* + Perform a stack-crawl and pretty print it. + + @param printOrArr Pass in a boolean to indicate print, or an $exception->trace array (assumes that print is true then). + @param levels Number of levels to display + */ + function adodb_backtrace($printOrArr=true,$levels=9999,$ishtml=null) + { + global $ADODB_INCLUDED_LIB; + if (empty($ADODB_INCLUDED_LIB)) include(ADODB_DIR.'/adodb-lib.inc.php'); + return _adodb_backtrace($printOrArr,$levels,0,$ishtml); + } + + +} +?> diff --git a/e_lib/adodb5/contrib/toxmlrpc.inc.php b/e_lib/adodb5/contrib/toxmlrpc.inc.php new file mode 100644 index 00000000..cc40697e --- /dev/null +++ b/e_lib/adodb5/contrib/toxmlrpc.inc.php @@ -0,0 +1,183 @@ +GetArray()) would work with: + * - ADODB_FETCH_BOTH + * - null values + */ + + /** + * Include the main libraries + */ + require_once('xmlrpc.inc'); + if (!defined('ADODB_DIR')) require_once('adodb.inc.php'); + + /** + * Builds an xmlrpc struct value out of an AdoDB recordset + */ + function rs2xmlrpcval(&$adodbrs) { + + $header = rs2xmlrpcval_header($adodbrs); + $body = rs2xmlrpcval_body($adodbrs); + + // put it all together and build final xmlrpc struct + $xmlrpcrs = new xmlrpcval ( array( + "header" => $header, + "body" => $body, + ), "struct"); + + return $xmlrpcrs; + + } + + /** + * Builds an xmlrpc struct value describing an AdoDB recordset + */ + function rs2xmlrpcval_header($adodbrs) + { + $numfields = $adodbrs->FieldCount(); + $numrecords = $adodbrs->RecordCount(); + + // build structure holding recordset information + $fieldstruct = array(); + for ($i = 0; $i < $numfields; $i++) { + $fld = $adodbrs->FetchField($i); + $fieldarray = array(); + if (isset($fld->name)) + $fieldarray["name"] = new xmlrpcval ($fld->name); + if (isset($fld->type)) + $fieldarray["type"] = new xmlrpcval ($fld->type); + if (isset($fld->max_length)) + $fieldarray["max_length"] = new xmlrpcval ($fld->max_length, "int"); + if (isset($fld->not_null)) + $fieldarray["not_null"] = new xmlrpcval ($fld->not_null, "boolean"); + if (isset($fld->has_default)) + $fieldarray["has_default"] = new xmlrpcval ($fld->has_default, "boolean"); + if (isset($fld->default_value)) + $fieldarray["default_value"] = new xmlrpcval ($fld->default_value); + $fieldstruct[$i] = new xmlrpcval ($fieldarray, "struct"); + } + $fieldcount = new xmlrpcval ($numfields, "int"); + $recordcount = new xmlrpcval ($numrecords, "int"); + $sql = new xmlrpcval ($adodbrs->sql); + $fieldinfo = new xmlrpcval ($fieldstruct, "array"); + + $header = new xmlrpcval ( array( + "fieldcount" => $fieldcount, + "recordcount" => $recordcount, + "sql" => $sql, + "fieldinfo" => $fieldinfo + ), "struct"); + + return $header; + } + + /** + * Builds an xmlrpc struct value out of an AdoDB recordset + * (data values only, no data definition) + */ + function rs2xmlrpcval_body($adodbrs) + { + $numfields = $adodbrs->FieldCount(); + + // build structure containing recordset data + $adodbrs->MoveFirst(); + $rows = array(); + while (!$adodbrs->EOF) { + $columns = array(); + // This should work on all cases of fetch mode: assoc, num, both or default + if ($adodbrs->fetchMode == 'ADODB_FETCH_BOTH' || count($adodbrs->fields) == 2 * $adodbrs->FieldCount()) + for ($i = 0; $i < $numfields; $i++) + if ($adodbrs->fields[$i] === null) + $columns[$i] = new xmlrpcval (''); + else + $columns[$i] = xmlrpc_encode ($adodbrs->fields[$i]); + else + foreach ($adodbrs->fields as $val) + if ($val === null) + $columns[] = new xmlrpcval (''); + else + $columns[] = xmlrpc_encode ($val); + + $rows[] = new xmlrpcval ($columns, "array"); + + $adodbrs->MoveNext(); + } + $body = new xmlrpcval ($rows, "array"); + + return $body; + } + + /** + * Returns an xmlrpc struct value as string out of an AdoDB recordset + */ + function rs2xmlrpcstring (&$adodbrs) { + $xmlrpc = rs2xmlrpcval ($adodbrs); + if ($xmlrpc) + return $xmlrpc->serialize(); + else + return null; + } + + /** + * Given a well-formed xmlrpc struct object returns an AdoDB object + * + * @todo add some error checking on the input value + */ + function xmlrpcval2rs (&$xmlrpcval) { + + $fields_array = array(); + $data_array = array(); + + // rebuild column information + $header = $xmlrpcval->structmem('header'); + + $numfields = $header->structmem('fieldcount'); + $numfields = $numfields->scalarval(); + $numrecords = $header->structmem('recordcount'); + $numrecords = $numrecords->scalarval(); + $sqlstring = $header->structmem('sql'); + $sqlstring = $sqlstring->scalarval(); + + $fieldinfo = $header->structmem('fieldinfo'); + for ($i = 0; $i < $numfields; $i++) { + $temp = $fieldinfo->arraymem($i); + $fld = new ADOFieldObject(); + while (list($key,$value) = $temp->structeach()) { + if ($key == "name") $fld->name = $value->scalarval(); + if ($key == "type") $fld->type = $value->scalarval(); + if ($key == "max_length") $fld->max_length = $value->scalarval(); + if ($key == "not_null") $fld->not_null = $value->scalarval(); + if ($key == "has_default") $fld->has_default = $value->scalarval(); + if ($key == "default_value") $fld->default_value = $value->scalarval(); + } // while + $fields_array[] = $fld; + } // for + + // fetch recordset information into php array + $body = $xmlrpcval->structmem('body'); + for ($i = 0; $i < $numrecords; $i++) { + $data_array[$i]= array(); + $xmlrpcrs_row = $body->arraymem($i); + for ($j = 0; $j < $numfields; $j++) { + $temp = $xmlrpcrs_row->arraymem($j); + $data_array[$i][$j] = $temp->scalarval(); + } // for j + } // for i + + // finally build in-memory recordset object and return it + $rs = new ADORecordSet_array(); + $rs->InitArrayFields($data_array,$fields_array); + return $rs; + + } + +?> diff --git a/e_lib/adodb5/cute_icons_for_site/adodb.gif b/e_lib/adodb5/cute_icons_for_site/adodb.gif new file mode 100644 index 00000000..c5e8dfc6 Binary files /dev/null and b/e_lib/adodb5/cute_icons_for_site/adodb.gif differ diff --git a/e_lib/adodb5/cute_icons_for_site/adodb2.gif b/e_lib/adodb5/cute_icons_for_site/adodb2.gif new file mode 100644 index 00000000..f12ae203 Binary files /dev/null and b/e_lib/adodb5/cute_icons_for_site/adodb2.gif differ diff --git a/e_lib/adodb5/datadict/datadict-access.inc.php b/e_lib/adodb5/datadict/datadict-access.inc.php new file mode 100644 index 00000000..7487f55b --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-access.inc.php @@ -0,0 +1,96 @@ +debug) ADOConnection::outp("Warning: Access does not supported DEFAULT values (field $fname)"); + } + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + function CreateDatabase($dbname,$options=false) + { + return array(); + } + + + function SetSchema($schema) + { + } + + function AlterColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("AlterColumnSQL not supported"); + return array(); + } + + + function DropColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("DropColumnSQL not supported"); + return array(); + } + +} + + +?> diff --git a/e_lib/adodb5/datadict/datadict-db2.inc.php b/e_lib/adodb5/datadict/datadict-db2.inc.php new file mode 100644 index 00000000..3d85d82c --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-db2.inc.php @@ -0,0 +1,144 @@ +debug) ADOConnection::outp("AlterColumnSQL not supported"); + return array(); + } + + + function DropColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("DropColumnSQL not supported"); + return array(); + } + + + function ChangeTableSQL($tablename, $flds, $tableoptions = false) + { + + /** + Allow basic table changes to DB2 databases + DB2 will fatally reject changes to non character columns + + */ + + $validTypes = array("CHAR","VARC"); + $invalidTypes = array("BIGI","BLOB","CLOB","DATE", "DECI","DOUB", "INTE", "REAL","SMAL", "TIME"); + // check table exists + $cols = $this->MetaColumns($tablename); + if ( empty($cols)) { + return $this->CreateTableSQL($tablename, $flds, $tableoptions); + } + + // already exists, alter table instead + list($lines,$pkey) = $this->_GenFields($flds); + $alter = 'ALTER TABLE ' . $this->TableName($tablename); + $sql = array(); + + foreach ( $lines as $id => $v ) { + if ( isset($cols[$id]) && is_object($cols[$id]) ) { + /** + If the first field of $v is the fieldname, and + the second is the field type/size, we assume its an + attempt to modify the column size, so check that it is allowed + $v can have an indeterminate number of blanks between the + fields, so account for that too + */ + $vargs = explode(' ' , $v); + // assume that $vargs[0] is the field name. + $i=0; + // Find the next non-blank value; + for ($i=1;$ialterCol . ' ' . $v; + } else { + $sql[] = $alter . $this->addCol . ' ' . $v; + } + } + + return $sql; + } + +} + + +?> diff --git a/e_lib/adodb5/datadict/datadict-firebird.inc.php b/e_lib/adodb5/datadict/datadict-firebird.inc.php new file mode 100644 index 00000000..b4ac0ee2 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-firebird.inc.php @@ -0,0 +1,152 @@ +connection) ) { + return $name; + } + + $quote = $this->connection->nameQuote; + + // if name is of the form `name`, quote it + if ( preg_match('/^`(.+)`$/', $name, $matches) ) { + return $quote . $matches[1] . $quote; + } + + // if name contains special characters, quote it + if ( !preg_match('/^[' . $this->nameRegex . ']+$/', $name) ) { + return $quote . $name . $quote; + } + + return $quote . $name . $quote; + } + + function CreateDatabase($dbname, $options=false) + { + $options = $this->_Options($options); + $sql = array(); + + $sql[] = "DECLARE EXTERNAL FUNCTION LOWER CSTRING(80) RETURNS CSTRING(80) FREE_IT ENTRY_POINT 'IB_UDF_lower' MODULE_NAME 'ib_udf'"; + + return $sql; + } + + function _DropAutoIncrement($t) + { + if (strpos($t,'.') !== false) { + $tarr = explode('.',$t); + return 'DROP GENERATOR '.$tarr[0].'."gen_'.$tarr[1].'"'; + } + return 'DROP GENERATOR "GEN_'.$t; + } + + + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fautoinc) $this->seqField = $fname; + if ($fconstraint) $suffix .= ' '.$fconstraint; + + return $suffix; + } + +/* +CREATE or replace TRIGGER jaddress_insert +before insert on jaddress +for each row +begin +IF ( NEW."seqField" IS NULL OR NEW."seqField" = 0 ) THEN + NEW."seqField" = GEN_ID("GEN_tabname", 1); +end; +*/ + function _Triggers($tabname,$tableoptions) + { + if (!$this->seqField) return array(); + + $tab1 = preg_replace( '/"/', '', $tabname ); + if ($this->schema) { + $t = strpos($tab1,'.'); + if ($t !== false) $tab = substr($tab1,$t+1); + else $tab = $tab1; + $seqField = $this->seqField; + $seqname = $this->schema.'.'.$this->seqPrefix.$tab; + $trigname = $this->schema.'.trig_'.$this->seqPrefix.$tab; + } else { + $seqField = $this->seqField; + $seqname = $this->seqPrefix.$tab1; + $trigname = 'trig_'.$seqname; + } + if (isset($tableoptions['REPLACE'])) + { $sql[] = "DROP GENERATOR \"$seqname\""; + $sql[] = "CREATE GENERATOR \"$seqname\""; + $sql[] = "ALTER TRIGGER \"$trigname\" BEFORE INSERT OR UPDATE AS BEGIN IF ( NEW.$seqField IS NULL OR NEW.$seqField = 0 ) THEN NEW.$seqField = GEN_ID(\"$seqname\", 1); END"; + } + else + { $sql[] = "CREATE GENERATOR \"$seqname\""; + $sql[] = "CREATE TRIGGER \"$trigname\" FOR $tabname BEFORE INSERT OR UPDATE AS BEGIN IF ( NEW.$seqField IS NULL OR NEW.$seqField = 0 ) THEN NEW.$seqField = GEN_ID(\"$seqname\", 1); END"; + } + + $this->seqField = false; + return $sql; + } + +} + + +?> diff --git a/e_lib/adodb5/datadict/datadict-generic.inc.php b/e_lib/adodb5/datadict/datadict-generic.inc.php new file mode 100644 index 00000000..80b42aa6 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-generic.inc.php @@ -0,0 +1,126 @@ +debug) ADOConnection::outp("AlterColumnSQL not supported"); + return array(); + } + + + function DropColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("DropColumnSQL not supported"); + return array(); + } + +} + +/* +//db2 + function ActualType($meta) + { + switch($meta) { + case 'C': return 'VARCHAR'; + case 'X': return 'VARCHAR'; + + case 'C2': return 'VARCHAR'; // up to 32K + case 'X2': return 'VARCHAR'; + + case 'B': return 'BLOB'; + + case 'D': return 'DATE'; + case 'T': return 'TIMESTAMP'; + + case 'L': return 'SMALLINT'; + case 'I': return 'INTEGER'; + case 'I1': return 'SMALLINT'; + case 'I2': return 'SMALLINT'; + case 'I4': return 'INTEGER'; + case 'I8': return 'BIGINT'; + + case 'F': return 'DOUBLE'; + case 'N': return 'DECIMAL'; + default: + return $meta; + } + } + +// ifx +function ActualType($meta) + { + switch($meta) { + case 'C': return 'VARCHAR';// 255 + case 'X': return 'TEXT'; + + case 'C2': return 'NVARCHAR'; + case 'X2': return 'TEXT'; + + case 'B': return 'BLOB'; + + case 'D': return 'DATE'; + case 'T': return 'DATETIME'; + + case 'L': return 'SMALLINT'; + case 'I': return 'INTEGER'; + case 'I1': return 'SMALLINT'; + case 'I2': return 'SMALLINT'; + case 'I4': return 'INTEGER'; + case 'I8': return 'DECIMAL(20)'; + + case 'F': return 'FLOAT'; + case 'N': return 'DECIMAL'; + default: + return $meta; + } + } +*/ +?> diff --git a/e_lib/adodb5/datadict/datadict-ibase.inc.php b/e_lib/adodb5/datadict/datadict-ibase.inc.php new file mode 100644 index 00000000..d2156068 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-ibase.inc.php @@ -0,0 +1,68 @@ +debug) ADOConnection::outp("AlterColumnSQL not supported"); + return array(); + } + + + function DropColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("DropColumnSQL not supported"); + return array(); + } + +} + + +?> diff --git a/e_lib/adodb5/datadict/datadict-informix.inc.php b/e_lib/adodb5/datadict/datadict-informix.inc.php new file mode 100644 index 00000000..4997c05f --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-informix.inc.php @@ -0,0 +1,81 @@ +debug) ADOConnection::outp("AlterColumnSQL not supported"); + return array(); + } + + + function DropColumnSQL($tabname, $flds) + { + if ($this->debug) ADOConnection::outp("DropColumnSQL not supported"); + return array(); + } + + // return string must begin with space + function _CreateSuffix($fname, &$ftype, $fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + if ($fautoinc) { + $ftype = 'SERIAL'; + return ''; + } + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + +} + +?> diff --git a/e_lib/adodb5/datadict/datadict-mssql.inc.php b/e_lib/adodb5/datadict/datadict-mssql.inc.php new file mode 100644 index 00000000..96bb2d1b --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-mssql.inc.php @@ -0,0 +1,284 @@ +type; + $len = $fieldobj->max_length; + } + + $len = -1; // mysql max_length is not accurate + switch (strtoupper($t)) { + case 'R': + case 'INT': + case 'INTEGER': return 'I'; + case 'BIT': + case 'TINYINT': return 'I1'; + case 'SMALLINT': return 'I2'; + case 'BIGINT': return 'I8'; + case 'SMALLDATETIME': return 'T'; + case 'REAL': + case 'FLOAT': return 'F'; + default: return parent::MetaType($t,$len,$fieldobj); + } + } + + function ActualType($meta) + { + switch(strtoupper($meta)) { + + case 'C': return 'VARCHAR'; + case 'XL': return (isset($this)) ? $this->typeXL : 'TEXT'; + case 'X': return (isset($this)) ? $this->typeX : 'TEXT'; ## could be varchar(8000), but we want compat with oracle + case 'C2': return 'NVARCHAR'; + case 'X2': return 'NTEXT'; + + case 'B': return 'IMAGE'; + + case 'D': return 'DATETIME'; + + case 'TS': + case 'T': return 'DATETIME'; + case 'L': return 'BIT'; + + case 'R': + case 'I': return 'INT'; + case 'I1': return 'TINYINT'; + case 'I2': return 'SMALLINT'; + case 'I4': return 'INT'; + case 'I8': return 'BIGINT'; + + case 'F': return 'REAL'; + case 'N': return 'NUMERIC'; + default: + return $meta; + } + } + + + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $f = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $s = "ALTER TABLE $tabname $this->addCol"; + foreach($lines as $v) { + $f[] = "\n $v"; + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + /* + function AlterColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + foreach($lines as $v) { + $sql[] = "ALTER TABLE $tabname $this->alterCol $v"; + } + + return $sql; + } + */ + + function DropColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + if (!is_array($flds)) + $flds = explode(',',$flds); + $f = array(); + $s = 'ALTER TABLE ' . $tabname; + foreach($flds as $v) { + $f[] = "\n$this->dropCol ".$this->NameQuote($v); + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fautoinc) $suffix .= ' IDENTITY(1,1)'; + if ($fnotnull) $suffix .= ' NOT NULL'; + else if ($suffix == '') $suffix .= ' NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + /* +CREATE TABLE + [ database_name.[ owner ] . | owner. ] table_name + ( { < column_definition > + | column_name AS computed_column_expression + | < table_constraint > ::= [ CONSTRAINT constraint_name ] } + + | [ { PRIMARY KEY | UNIQUE } [ ,...n ] + ) + +[ ON { filegroup | DEFAULT } ] +[ TEXTIMAGE_ON { filegroup | DEFAULT } ] + +< column_definition > ::= { column_name data_type } + [ COLLATE < collation_name > ] + [ [ DEFAULT constant_expression ] + | [ IDENTITY [ ( seed , increment ) [ NOT FOR REPLICATION ] ] ] + ] + [ ROWGUIDCOL] + [ < column_constraint > ] [ ...n ] + +< column_constraint > ::= [ CONSTRAINT constraint_name ] + { [ NULL | NOT NULL ] + | [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + [ WITH FILLFACTOR = fillfactor ] + [ON {filegroup | DEFAULT} ] ] + ] + | [ [ FOREIGN KEY ] + REFERENCES ref_table [ ( ref_column ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + ] + | CHECK [ NOT FOR REPLICATION ] + ( logical_expression ) + } + +< table_constraint > ::= [ CONSTRAINT constraint_name ] + { [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + { ( column [ ASC | DESC ] [ ,...n ] ) } + [ WITH FILLFACTOR = fillfactor ] + [ ON { filegroup | DEFAULT } ] + ] + | FOREIGN KEY + [ ( column [ ,...n ] ) ] + REFERENCES ref_table [ ( ref_column [ ,...n ] ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + | CHECK [ NOT FOR REPLICATION ] + ( search_conditions ) + } + + + */ + + /* + CREATE [ UNIQUE ] [ CLUSTERED | NONCLUSTERED ] INDEX index_name + ON { table | view } ( column [ ASC | DESC ] [ ,...n ] ) + [ WITH < index_option > [ ,...n] ] + [ ON filegroup ] + < index_option > :: = + { PAD_INDEX | + FILLFACTOR = fillfactor | + IGNORE_DUP_KEY | + DROP_EXISTING | + STATISTICS_NORECOMPUTE | + SORT_IN_TEMPDB + } +*/ + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname, $tabname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + $unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : ''; + $clustered = isset($idxoptions['CLUSTERED']) ? ' CLUSTERED' : ''; + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s = 'CREATE' . $unique . $clustered . ' INDEX ' . $idxname . ' ON ' . $tabname . ' (' . $flds . ')'; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + + $sql[] = $s; + + return $sql; + } + + + function _GetSize($ftype, $ty, $fsize, $fprec) + { + switch ($ftype) { + case 'INT': + case 'SMALLINT': + case 'TINYINT': + case 'BIGINT': + return $ftype; + } + if ($ty == 'T') return $ftype; + return parent::_GetSize($ftype, $ty, $fsize, $fprec); + + } +} +?> diff --git a/e_lib/adodb5/datadict/datadict-mssqlnative.inc.php b/e_lib/adodb5/datadict/datadict-mssqlnative.inc.php new file mode 100644 index 00000000..6aab7353 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-mssqlnative.inc.php @@ -0,0 +1,282 @@ +type; + $len = $fieldobj->max_length; + } + + $len = -1; // mysql max_length is not accurate + switch (strtoupper($t)) { + case 'R': + case 'INT': + case 'INTEGER': return 'I'; + case 'BIT': + case 'TINYINT': return 'I1'; + case 'SMALLINT': return 'I2'; + case 'BIGINT': return 'I8'; + + case 'REAL': + case 'FLOAT': return 'F'; + default: return parent::MetaType($t,$len,$fieldobj); + } + } + + function ActualType($meta) + { + switch(strtoupper($meta)) { + + case 'C': return 'VARCHAR'; + case 'XL': return (isset($this)) ? $this->typeXL : 'TEXT'; + case 'X': return (isset($this)) ? $this->typeX : 'TEXT'; ## could be varchar(8000), but we want compat with oracle + case 'C2': return 'NVARCHAR'; + case 'X2': return 'NTEXT'; + + case 'B': return 'IMAGE'; + + case 'D': return 'DATETIME'; + case 'T': return 'DATETIME'; + case 'L': return 'BIT'; + + case 'R': + case 'I': return 'INT'; + case 'I1': return 'TINYINT'; + case 'I2': return 'SMALLINT'; + case 'I4': return 'INT'; + case 'I8': return 'BIGINT'; + + case 'F': return 'REAL'; + case 'N': return 'NUMERIC'; + default: + return $meta; + } + } + + + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $f = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $s = "ALTER TABLE $tabname $this->addCol"; + foreach($lines as $v) { + $f[] = "\n $v"; + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + /* + function AlterColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + foreach($lines as $v) { + $sql[] = "ALTER TABLE $tabname $this->alterCol $v"; + } + + return $sql; + } + */ + + function DropColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + if (!is_array($flds)) + $flds = explode(',',$flds); + $f = array(); + $s = 'ALTER TABLE ' . $tabname; + foreach($flds as $v) { + $f[] = "\n$this->dropCol ".$this->NameQuote($v); + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fautoinc) $suffix .= ' IDENTITY(1,1)'; + if ($fnotnull) $suffix .= ' NOT NULL'; + else if ($suffix == '') $suffix .= ' NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + /* +CREATE TABLE + [ database_name.[ owner ] . | owner. ] table_name + ( { < column_definition > + | column_name AS computed_column_expression + | < table_constraint > ::= [ CONSTRAINT constraint_name ] } + + | [ { PRIMARY KEY | UNIQUE } [ ,...n ] + ) + +[ ON { filegroup | DEFAULT } ] +[ TEXTIMAGE_ON { filegroup | DEFAULT } ] + +< column_definition > ::= { column_name data_type } + [ COLLATE < collation_name > ] + [ [ DEFAULT constant_expression ] + | [ IDENTITY [ ( seed , increment ) [ NOT FOR REPLICATION ] ] ] + ] + [ ROWGUIDCOL] + [ < column_constraint > ] [ ...n ] + +< column_constraint > ::= [ CONSTRAINT constraint_name ] + { [ NULL | NOT NULL ] + | [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + [ WITH FILLFACTOR = fillfactor ] + [ON {filegroup | DEFAULT} ] ] + ] + | [ [ FOREIGN KEY ] + REFERENCES ref_table [ ( ref_column ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + ] + | CHECK [ NOT FOR REPLICATION ] + ( logical_expression ) + } + +< table_constraint > ::= [ CONSTRAINT constraint_name ] + { [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + { ( column [ ASC | DESC ] [ ,...n ] ) } + [ WITH FILLFACTOR = fillfactor ] + [ ON { filegroup | DEFAULT } ] + ] + | FOREIGN KEY + [ ( column [ ,...n ] ) ] + REFERENCES ref_table [ ( ref_column [ ,...n ] ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + | CHECK [ NOT FOR REPLICATION ] + ( search_conditions ) + } + + + */ + + /* + CREATE [ UNIQUE ] [ CLUSTERED | NONCLUSTERED ] INDEX index_name + ON { table | view } ( column [ ASC | DESC ] [ ,...n ] ) + [ WITH < index_option > [ ,...n] ] + [ ON filegroup ] + < index_option > :: = + { PAD_INDEX | + FILLFACTOR = fillfactor | + IGNORE_DUP_KEY | + DROP_EXISTING | + STATISTICS_NORECOMPUTE | + SORT_IN_TEMPDB + } +*/ + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname, $tabname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + $unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : ''; + $clustered = isset($idxoptions['CLUSTERED']) ? ' CLUSTERED' : ''; + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s = 'CREATE' . $unique . $clustered . ' INDEX ' . $idxname . ' ON ' . $tabname . ' (' . $flds . ')'; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + + $sql[] = $s; + + return $sql; + } + + + function _GetSize($ftype, $ty, $fsize, $fprec) + { + switch ($ftype) { + case 'INT': + case 'SMALLINT': + case 'TINYINT': + case 'BIGINT': + return $ftype; + } + if ($ty == 'T') return $ftype; + return parent::_GetSize($ftype, $ty, $fsize, $fprec); + + } +} +?> diff --git a/e_lib/adodb5/datadict/datadict-mysql.inc.php b/e_lib/adodb5/datadict/datadict-mysql.inc.php new file mode 100644 index 00000000..48eb3008 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-mysql.inc.php @@ -0,0 +1,182 @@ +type; + $len = $fieldobj->max_length; + } + $is_serial = is_object($fieldobj) && $fieldobj->primary_key && $fieldobj->auto_increment; + + $len = -1; // mysql max_length is not accurate + switch (strtoupper($t)) { + case 'STRING': + case 'CHAR': + case 'VARCHAR': + case 'TINYBLOB': + case 'TINYTEXT': + case 'ENUM': + case 'SET': + if ($len <= $this->blobSize) return 'C'; + + case 'TEXT': + case 'LONGTEXT': + case 'MEDIUMTEXT': + return 'X'; + + // php_mysql extension always returns 'blob' even if 'text' + // so we have to check whether binary... + case 'IMAGE': + case 'LONGBLOB': + case 'BLOB': + case 'MEDIUMBLOB': + return !empty($fieldobj->binary) ? 'B' : 'X'; + + case 'YEAR': + case 'DATE': return 'D'; + + case 'TIME': + case 'DATETIME': + case 'TIMESTAMP': return 'T'; + + case 'FLOAT': + case 'DOUBLE': + return 'F'; + + case 'INT': + case 'INTEGER': return $is_serial ? 'R' : 'I'; + case 'TINYINT': return $is_serial ? 'R' : 'I1'; + case 'SMALLINT': return $is_serial ? 'R' : 'I2'; + case 'MEDIUMINT': return $is_serial ? 'R' : 'I4'; + case 'BIGINT': return $is_serial ? 'R' : 'I8'; + default: return 'N'; + } + } + + function ActualType($meta) + { + switch(strtoupper($meta)) { + case 'C': return 'VARCHAR'; + case 'XL':return 'LONGTEXT'; + case 'X': return 'TEXT'; + + case 'C2': return 'VARCHAR'; + case 'X2': return 'LONGTEXT'; + + case 'B': return 'LONGBLOB'; + + case 'D': return 'DATE'; + case 'TS': + case 'T': return 'DATETIME'; + case 'L': return 'TINYINT'; + + case 'R': + case 'I4': + case 'I': return 'INTEGER'; + case 'I1': return 'TINYINT'; + case 'I2': return 'SMALLINT'; + case 'I8': return 'BIGINT'; + + case 'F': return 'DOUBLE'; + case 'N': return 'NUMERIC'; + default: + return $meta; + } + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if ($funsigned) $suffix .= ' UNSIGNED'; + if ($fnotnull) $suffix .= ' NOT NULL'; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fautoinc) $suffix .= ' AUTO_INCREMENT'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + /* + CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)] + [table_options] [select_statement] + create_definition: + col_name type [NOT NULL | NULL] [DEFAULT default_value] [AUTO_INCREMENT] + [PRIMARY KEY] [reference_definition] + or PRIMARY KEY (index_col_name,...) + or KEY [index_name] (index_col_name,...) + or INDEX [index_name] (index_col_name,...) + or UNIQUE [INDEX] [index_name] (index_col_name,...) + or FULLTEXT [INDEX] [index_name] (index_col_name,...) + or [CONSTRAINT symbol] FOREIGN KEY [index_name] (index_col_name,...) + [reference_definition] + or CHECK (expr) + */ + + /* + CREATE [UNIQUE|FULLTEXT] INDEX index_name + ON tbl_name (col_name[(length)],... ) + */ + + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + if ($this->alterTableAddIndex) $sql[] = "ALTER TABLE $tabname DROP INDEX $idxname"; + else $sql[] = sprintf($this->dropIndex, $idxname, $tabname); + + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + if (isset($idxoptions['FULLTEXT'])) { + $unique = ' FULLTEXT'; + } elseif (isset($idxoptions['UNIQUE'])) { + $unique = ' UNIQUE'; + } else { + $unique = ''; + } + + if ( is_array($flds) ) $flds = implode(', ',$flds); + + if ($this->alterTableAddIndex) $s = "ALTER TABLE $tabname ADD $unique INDEX $idxname "; + else $s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname; + + $s .= ' (' . $flds . ')'; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + $sql[] = $s; + + return $sql; + } +} +?> diff --git a/e_lib/adodb5/datadict/datadict-oci8.inc.php b/e_lib/adodb5/datadict/datadict-oci8.inc.php new file mode 100644 index 00000000..ece956be --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-oci8.inc.php @@ -0,0 +1,297 @@ +type; + $len = $fieldobj->max_length; + } + switch (strtoupper($t)) { + case 'VARCHAR': + case 'VARCHAR2': + case 'CHAR': + case 'VARBINARY': + case 'BINARY': + if (isset($this) && $len <= $this->blobSize) return 'C'; + return 'X'; + + case 'NCHAR': + case 'NVARCHAR2': + case 'NVARCHAR': + if (isset($this) && $len <= $this->blobSize) return 'C2'; + return 'X2'; + + case 'NCLOB': + case 'CLOB': + return 'XL'; + + case 'LONG RAW': + case 'LONG VARBINARY': + case 'BLOB': + return 'B'; + + case 'TIMESTAMP': + return 'TS'; + + case 'DATE': + return 'T'; + + case 'INT': + case 'SMALLINT': + case 'INTEGER': + return 'I'; + + default: + return 'N'; + } + } + + function ActualType($meta) + { + switch($meta) { + case 'C': return 'VARCHAR'; + case 'X': return $this->typeX; + case 'XL': return $this->typeXL; + + case 'C2': return 'NVARCHAR2'; + case 'X2': return 'NVARCHAR2(4000)'; + + case 'B': return 'BLOB'; + + case 'TS': + return 'TIMESTAMP'; + + case 'D': + case 'T': return 'DATE'; + case 'L': return 'NUMBER(1)'; + case 'I1': return 'NUMBER(3)'; + case 'I2': return 'NUMBER(5)'; + case 'I': + case 'I4': return 'NUMBER(10)'; + + case 'I8': return 'NUMBER(20)'; + case 'F': return 'NUMBER'; + case 'N': return 'NUMBER'; + case 'R': return 'NUMBER(20)'; + default: + return $meta; + } + } + + function CreateDatabase($dbname, $options=false) + { + $options = $this->_Options($options); + $password = isset($options['PASSWORD']) ? $options['PASSWORD'] : 'tiger'; + $tablespace = isset($options["TABLESPACE"]) ? " DEFAULT TABLESPACE ".$options["TABLESPACE"] : ''; + $sql[] = "CREATE USER ".$dbname." IDENTIFIED BY ".$password.$tablespace; + $sql[] = "GRANT CREATE SESSION, CREATE TABLE,UNLIMITED TABLESPACE,CREATE SEQUENCE TO $dbname"; + + return $sql; + } + + function AddColumnSQL($tabname, $flds) + { + $f = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $s = "ALTER TABLE $tabname ADD ("; + foreach($lines as $v) { + $f[] = "\n $v"; + } + + $s .= implode(', ',$f).')'; + $sql[] = $s; + return $sql; + } + + function AlterColumnSQL($tabname, $flds) + { + $f = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $s = "ALTER TABLE $tabname MODIFY("; + foreach($lines as $v) { + $f[] = "\n $v"; + } + $s .= implode(', ',$f).')'; + $sql[] = $s; + return $sql; + } + + function DropColumnSQL($tabname, $flds) + { + if (!is_array($flds)) $flds = explode(',',$flds); + foreach ($flds as $k => $v) $flds[$k] = $this->NameQuote($v); + + $sql = array(); + $s = "ALTER TABLE $tabname DROP("; + $s .= implode(', ',$flds).') CASCADE CONSTRAINTS'; + $sql[] = $s; + return $sql; + } + + function _DropAutoIncrement($t) + { + if (strpos($t,'.') !== false) { + $tarr = explode('.',$t); + return "drop sequence ".$tarr[0].".seq_".$tarr[1]; + } + return "drop sequence seq_".$t; + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + + if ($fdefault == "''" && $fnotnull) {// this is null in oracle + $fnotnull = false; + if ($this->debug) ADOConnection::outp("NOT NULL and DEFAULT='' illegal in Oracle"); + } + + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fnotnull) $suffix .= ' NOT NULL'; + + if ($fautoinc) $this->seqField = $fname; + if ($fconstraint) $suffix .= ' '.$fconstraint; + + return $suffix; + } + +/* +CREATE or replace TRIGGER jaddress_insert +before insert on jaddress +for each row +begin +select seqaddress.nextval into :new.A_ID from dual; +end; +*/ + function _Triggers($tabname,$tableoptions) + { + if (!$this->seqField) return array(); + + if ($this->schema) { + $t = strpos($tabname,'.'); + if ($t !== false) $tab = substr($tabname,$t+1); + else $tab = $tabname; + $seqname = $this->schema.'.'.$this->seqPrefix.$tab; + $trigname = $this->schema.'.'.$this->trigPrefix.$this->seqPrefix.$tab; + } else { + $seqname = $this->seqPrefix.$tabname; + $trigname = $this->trigPrefix.$seqname; + } + + if (strlen($seqname) > 30) { + $seqname = $this->seqPrefix.uniqid(''); + } // end if + if (strlen($trigname) > 30) { + $trigname = $this->trigPrefix.uniqid(''); + } // end if + + if (isset($tableoptions['REPLACE'])) $sql[] = "DROP SEQUENCE $seqname"; + $seqCache = ''; + if (isset($tableoptions['SEQUENCE_CACHE'])){$seqCache = $tableoptions['SEQUENCE_CACHE'];} + $seqIncr = ''; + if (isset($tableoptions['SEQUENCE_INCREMENT'])){$seqIncr = ' INCREMENT BY '.$tableoptions['SEQUENCE_INCREMENT'];} + $seqStart = ''; + if (isset($tableoptions['SEQUENCE_START'])){$seqIncr = ' START WITH '.$tableoptions['SEQUENCE_START'];} + $sql[] = "CREATE SEQUENCE $seqname $seqStart $seqIncr $seqCache"; + $sql[] = "CREATE OR REPLACE TRIGGER $trigname BEFORE insert ON $tabname FOR EACH ROW WHEN (NEW.$this->seqField IS NULL OR NEW.$this->seqField = 0) BEGIN select $seqname.nextval into :new.$this->seqField from dual; END;"; + + $this->seqField = false; + return $sql; + } + + /* + CREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name [(create_definition,...)] + [table_options] [select_statement] + create_definition: + col_name type [NOT NULL | NULL] [DEFAULT default_value] [AUTO_INCREMENT] + [PRIMARY KEY] [reference_definition] + or PRIMARY KEY (index_col_name,...) + or KEY [index_name] (index_col_name,...) + or INDEX [index_name] (index_col_name,...) + or UNIQUE [INDEX] [index_name] (index_col_name,...) + or FULLTEXT [INDEX] [index_name] (index_col_name,...) + or [CONSTRAINT symbol] FOREIGN KEY [index_name] (index_col_name,...) + [reference_definition] + or CHECK (expr) + */ + + + + function _IndexSQL($idxname, $tabname, $flds,$idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname, $tabname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + if (isset($idxoptions['BITMAP'])) { + $unique = ' BITMAP'; + } elseif (isset($idxoptions['UNIQUE'])) { + $unique = ' UNIQUE'; + } else { + $unique = ''; + } + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname . ' (' . $flds . ')'; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + if (isset($idxoptions['oci8'])) + $s .= $idxoptions['oci8']; + + + $sql[] = $s; + + return $sql; + } + + function GetCommentSQL($table,$col) + { + $table = $this->connection->qstr($table); + $col = $this->connection->qstr($col); + return "select comments from USER_COL_COMMENTS where TABLE_NAME=$table and COLUMN_NAME=$col"; + } + + function SetCommentSQL($table,$col,$cmt) + { + $cmt = $this->connection->qstr($cmt); + return "COMMENT ON COLUMN $table.$col IS $cmt"; + } +} +?> diff --git a/e_lib/adodb5/datadict/datadict-postgres.inc.php b/e_lib/adodb5/datadict/datadict-postgres.inc.php new file mode 100644 index 00000000..2dbd5cd0 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-postgres.inc.php @@ -0,0 +1,448 @@ +type; + $len = $fieldobj->max_length; + } + $is_serial = is_object($fieldobj) && $fieldobj->primary_key && $fieldobj->unique && + $fieldobj->has_default && substr($fieldobj->default_value,0,8) == 'nextval('; + + switch (strtoupper($t)) { + case 'INTERVAL': + case 'CHAR': + case 'CHARACTER': + case 'VARCHAR': + case 'NAME': + case 'BPCHAR': + if ($len <= $this->blobSize) return 'C'; + + case 'TEXT': + return 'X'; + + case 'IMAGE': // user defined type + case 'BLOB': // user defined type + case 'BIT': // This is a bit string, not a single bit, so don't return 'L' + case 'VARBIT': + case 'BYTEA': + return 'B'; + + case 'BOOL': + case 'BOOLEAN': + return 'L'; + + case 'DATE': + return 'D'; + + case 'TIME': + case 'DATETIME': + case 'TIMESTAMP': + case 'TIMESTAMPTZ': + return 'T'; + + case 'INTEGER': return !$is_serial ? 'I' : 'R'; + case 'SMALLINT': + case 'INT2': return !$is_serial ? 'I2' : 'R'; + case 'INT4': return !$is_serial ? 'I4' : 'R'; + case 'BIGINT': + case 'INT8': return !$is_serial ? 'I8' : 'R'; + + case 'OID': + case 'SERIAL': + return 'R'; + + case 'FLOAT4': + case 'FLOAT8': + case 'DOUBLE PRECISION': + case 'REAL': + return 'F'; + + default: + return 'N'; + } + } + + function ActualType($meta) + { + switch($meta) { + case 'C': return 'VARCHAR'; + case 'XL': + case 'X': return 'TEXT'; + + case 'C2': return 'VARCHAR'; + case 'X2': return 'TEXT'; + + case 'B': return 'BYTEA'; + + case 'D': return 'DATE'; + case 'TS': + case 'T': return 'TIMESTAMP'; + + case 'L': return 'BOOLEAN'; + case 'I': return 'INTEGER'; + case 'I1': return 'SMALLINT'; + case 'I2': return 'INT2'; + case 'I4': return 'INT4'; + case 'I8': return 'INT8'; + + case 'F': return 'FLOAT8'; + case 'N': return 'NUMERIC'; + default: + return $meta; + } + } + + /** + * Adding a new Column + * + * reimplementation of the default function as postgres does NOT allow to set the default in the same statement + * + * @param string $tabname table-name + * @param string $flds column-names and types for the changed columns + * @return array with SQL strings + */ + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $alter = 'ALTER TABLE ' . $tabname . $this->addCol . ' '; + foreach($lines as $v) { + if (($not_null = preg_match('/NOT NULL/i',$v))) { + $v = preg_replace('/NOT NULL/i','',$v); + } + if (preg_match('/^([^ ]+) .*DEFAULT ([^ ]+)/',$v,$matches)) { + list(,$colname,$default) = $matches; + $sql[] = $alter . str_replace('DEFAULT '.$default,'',$v); + $sql[] = 'UPDATE '.$tabname.' SET '.$colname.'='.$default; + $sql[] = 'ALTER TABLE '.$tabname.' ALTER COLUMN '.$colname.' SET DEFAULT ' . $default; + } else { + $sql[] = $alter . $v; + } + if ($not_null) { + list($colname) = explode(' ',$v); + $sql[] = 'ALTER TABLE '.$tabname.' ALTER COLUMN '.$colname.' SET NOT NULL'; + } + } + return $sql; + } + + + function DropIndexSQL ($idxname, $tabname = NULL) + { + return array(sprintf($this->dropIndex, $this->TableName($idxname), $this->TableName($tabname))); + } + + /** + * Change the definition of one column + * + * Postgres can't do that on it's own, you need to supply the complete defintion of the new table, + * to allow, recreating the table and copying the content over to the new table + * @param string $tabname table-name + * @param string $flds column-name and type for the changed column + * @param string $tableflds complete defintion of the new table, eg. for postgres, default '' + * @param array/ $tableoptions options for the new table see CreateTableSQL, default '' + * @return array with SQL strings + */ + /* + function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') + { + if (!$tableflds) { + if ($this->debug) ADOConnection::outp("AlterColumnSQL needs a complete table-definiton for PostgreSQL"); + return array(); + } + return $this->_recreate_copy_table($tabname,False,$tableflds,$tableoptions); + }*/ + + function AlterColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') + { + // Check if alter single column datatype available - works with 8.0+ + $has_alter_column = 8.0 <= (float) @$this->serverInfo['version']; + + if ($has_alter_column) { + $tabname = $this->TableName($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $alter = 'ALTER TABLE ' . $tabname . $this->alterCol . ' '; + foreach($lines as $v) { + if ($not_null = preg_match('/NOT NULL/i',$v)) { + $v = preg_replace('/NOT NULL/i','',$v); + } + // this next block doesn't work - there is no way that I can see to + // explicitly ask a column to be null using $flds + else if ($set_null = preg_match('/NULL/i',$v)) { + // if they didn't specify not null, see if they explicitely asked for null + $v = preg_replace('/\sNULL/i','',$v); + } + + if (preg_match('/^([^ ]+) .*DEFAULT ([^ ]+)/',$v,$matches)) { + list(,$colname,$default) = $matches; + $v = preg_replace('/^' . preg_quote($colname) . '\s/', '', $v); + $sql[] = $alter . $colname . ' TYPE ' . str_replace('DEFAULT '.$default,'',$v); + $sql[] = 'ALTER TABLE '.$tabname.' ALTER COLUMN '.$colname.' SET DEFAULT ' . $default; + } + else { + // drop default? + preg_match ('/^\s*(\S+)\s+(.*)$/',$v,$matches); + list (,$colname,$rest) = $matches; + $sql[] = $alter . $colname . ' TYPE ' . $rest; + } + + list($colname) = explode(' ',$v); + if ($not_null) { + // this does not error out if the column is already not null + $sql[] = 'ALTER TABLE '.$tabname.' ALTER COLUMN '.$colname.' SET NOT NULL'; + } + if ($set_null) { + // this does not error out if the column is already null + $sql[] = 'ALTER TABLE '.$tabname.' ALTER COLUMN '.$colname.' DROP NOT NULL'; + } + } + return $sql; + } + + // does not have alter column + if (!$tableflds) { + if ($this->debug) ADOConnection::outp("AlterColumnSQL needs a complete table-definiton for PostgreSQL"); + return array(); + } + return $this->_recreate_copy_table($tabname,False,$tableflds,$tableoptions); + } + + /** + * Drop one column + * + * Postgres < 7.3 can't do that on it's own, you need to supply the complete defintion of the new table, + * to allow, recreating the table and copying the content over to the new table + * @param string $tabname table-name + * @param string $flds column-name and type for the changed column + * @param string $tableflds complete defintion of the new table, eg. for postgres, default '' + * @param array/ $tableoptions options for the new table see CreateTableSQL, default '' + * @return array with SQL strings + */ + function DropColumnSQL($tabname, $flds, $tableflds='',$tableoptions='') + { + $has_drop_column = 7.3 <= (float) @$this->serverInfo['version']; + if (!$has_drop_column && !$tableflds) { + if ($this->debug) ADOConnection::outp("DropColumnSQL needs complete table-definiton for PostgreSQL < 7.3"); + return array(); + } + if ($has_drop_column) { + return ADODB_DataDict::DropColumnSQL($tabname, $flds); + } + return $this->_recreate_copy_table($tabname,$flds,$tableflds,$tableoptions); + } + + /** + * Save the content into a temp. table, drop and recreate the original table and copy the content back in + * + * We also take care to set the values of the sequenz and recreate the indexes. + * All this is done in a transaction, to not loose the content of the table, if something went wrong! + * @internal + * @param string $tabname table-name + * @param string $dropflds column-names to drop + * @param string $tableflds complete defintion of the new table, eg. for postgres + * @param array/string $tableoptions options for the new table see CreateTableSQL, default '' + * @return array with SQL strings + */ + function _recreate_copy_table($tabname,$dropflds,$tableflds,$tableoptions='') + { + if ($dropflds && !is_array($dropflds)) $dropflds = explode(',',$dropflds); + $copyflds = array(); + foreach($this->MetaColumns($tabname) as $fld) { + if (!$dropflds || !in_array($fld->name,$dropflds)) { + // we need to explicit convert varchar to a number to be able to do an AlterColumn of a char column to a nummeric one + if (preg_match('/'.$fld->name.' (I|I2|I4|I8|N|F)/i',$tableflds,$matches) && + in_array($fld->type,array('varchar','char','text','bytea'))) { + $copyflds[] = "to_number($fld->name,'S9999999999999D99')"; + } else { + $copyflds[] = $fld->name; + } + // identify the sequence name and the fld its on + if ($fld->primary_key && $fld->has_default && + preg_match("/nextval\('([^']+)'::text\)/",$fld->default_value,$matches)) { + $seq_name = $matches[1]; + $seq_fld = $fld->name; + } + } + } + $copyflds = implode(', ',$copyflds); + + $tempname = $tabname.'_tmp'; + $aSql[] = 'BEGIN'; // we use a transaction, to make sure not to loose the content of the table + $aSql[] = "SELECT * INTO TEMPORARY TABLE $tempname FROM $tabname"; + $aSql = array_merge($aSql,$this->DropTableSQL($tabname)); + $aSql = array_merge($aSql,$this->CreateTableSQL($tabname,$tableflds,$tableoptions)); + $aSql[] = "INSERT INTO $tabname SELECT $copyflds FROM $tempname"; + if ($seq_name && $seq_fld) { // if we have a sequence we need to set it again + $seq_name = $tabname.'_'.$seq_fld.'_seq'; // has to be the name of the new implicit sequence + $aSql[] = "SELECT setval('$seq_name',MAX($seq_fld)) FROM $tabname"; + } + $aSql[] = "DROP TABLE $tempname"; + // recreate the indexes, if they not contain one of the droped columns + foreach($this->MetaIndexes($tabname) as $idx_name => $idx_data) + { + if (substr($idx_name,-5) != '_pkey' && (!$dropflds || !count(array_intersect($dropflds,$idx_data['columns'])))) { + $aSql = array_merge($aSql,$this->CreateIndexSQL($idx_name,$tabname,$idx_data['columns'], + $idx_data['unique'] ? array('UNIQUE') : False)); + } + } + $aSql[] = 'COMMIT'; + return $aSql; + } + + function DropTableSQL($tabname) + { + $sql = ADODB_DataDict::DropTableSQL($tabname); + + $drop_seq = $this->_DropAutoIncrement($tabname); + if ($drop_seq) $sql[] = $drop_seq; + + return $sql; + } + + // return string must begin with space + function _CreateSuffix($fname, &$ftype, $fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + if ($fautoinc) { + $ftype = 'SERIAL'; + return ''; + } + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + // search for a sequece for the given table (asumes the seqence-name contains the table-name!) + // if yes return sql to drop it + // this is still necessary if postgres < 7.3 or the SERIAL was created on an earlier version!!! + function _DropAutoIncrement($tabname) + { + $tabname = $this->connection->quote('%'.$tabname.'%'); + + $seq = $this->connection->GetOne("SELECT relname FROM pg_class WHERE NOT relname ~ 'pg_.*' AND relname LIKE $tabname AND relkind='S'"); + + // check if a tables depends on the sequenz and it therefor cant and dont need to be droped separatly + if (!$seq || $this->connection->GetOne("SELECT relname FROM pg_class JOIN pg_depend ON pg_class.relfilenode=pg_depend.objid WHERE relname='$seq' AND relkind='S' AND deptype='i'")) { + return False; + } + return "DROP SEQUENCE ".$seq; + } + + function RenameTableSQL($tabname,$newname) + { + if (!empty($this->schema)) { + $rename_from = $this->TableName($tabname); + $schema_save = $this->schema; + $this->schema = false; + $rename_to = $this->TableName($newname); + $this->schema = $schema_save; + return array (sprintf($this->renameTable, $rename_from, $rename_to)); + } + + return array (sprintf($this->renameTable, $this->TableName($tabname),$this->TableName($newname))); + } + + /* + CREATE [ [ LOCAL ] { TEMPORARY | TEMP } ] TABLE table_name ( + { column_name data_type [ DEFAULT default_expr ] [ column_constraint [, ... ] ] + | table_constraint } [, ... ] + ) + [ INHERITS ( parent_table [, ... ] ) ] + [ WITH OIDS | WITHOUT OIDS ] + where column_constraint is: + [ CONSTRAINT constraint_name ] + { NOT NULL | NULL | UNIQUE | PRIMARY KEY | + CHECK (expression) | + REFERENCES reftable [ ( refcolumn ) ] [ MATCH FULL | MATCH PARTIAL ] + [ ON DELETE action ] [ ON UPDATE action ] } + [ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ] + and table_constraint is: + [ CONSTRAINT constraint_name ] + { UNIQUE ( column_name [, ... ] ) | + PRIMARY KEY ( column_name [, ... ] ) | + CHECK ( expression ) | + FOREIGN KEY ( column_name [, ... ] ) REFERENCES reftable [ ( refcolumn [, ... ] ) ] + [ MATCH FULL | MATCH PARTIAL ] [ ON DELETE action ] [ ON UPDATE action ] } + [ DEFERRABLE | NOT DEFERRABLE ] [ INITIALLY DEFERRED | INITIALLY IMMEDIATE ] + */ + + + /* + CREATE [ UNIQUE ] INDEX index_name ON table +[ USING acc_method ] ( column [ ops_name ] [, ...] ) +[ WHERE predicate ] +CREATE [ UNIQUE ] INDEX index_name ON table +[ USING acc_method ] ( func_name( column [, ... ]) [ ops_name ] ) +[ WHERE predicate ] + */ + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname, $tabname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + $unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : ''; + + $s = 'CREATE' . $unique . ' INDEX ' . $idxname . ' ON ' . $tabname . ' '; + + if (isset($idxoptions['HASH'])) + $s .= 'USING HASH '; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s .= '(' . $flds . ')'; + $sql[] = $s; + + return $sql; + } + + function _GetSize($ftype, $ty, $fsize, $fprec) + { + if (strlen($fsize) && $ty != 'X' && $ty != 'B' && $ty != 'I' && strpos($ftype,'(') === false) { + $ftype .= "(".$fsize; + if (strlen($fprec)) $ftype .= ",".$fprec; + $ftype .= ')'; + } + return $ftype; + } +} +?> diff --git a/e_lib/adodb5/datadict/datadict-sapdb.inc.php b/e_lib/adodb5/datadict/datadict-sapdb.inc.php new file mode 100644 index 00000000..0a3aab15 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-sapdb.inc.php @@ -0,0 +1,122 @@ +type; + $len = $fieldobj->max_length; + } + static $maxdb_type2adodb = array( + 'VARCHAR' => 'C', + 'CHARACTER' => 'C', + 'LONG' => 'X', // no way to differ between 'X' and 'B' :-( + 'DATE' => 'D', + 'TIMESTAMP' => 'T', + 'BOOLEAN' => 'L', + 'INTEGER' => 'I4', + 'SMALLINT' => 'I2', + 'FLOAT' => 'F', + 'FIXED' => 'N', + ); + $type = isset($maxdb_type2adodb[$t]) ? $maxdb_type2adodb[$t] : 'C'; + + // convert integer-types simulated with fixed back to integer + if ($t == 'FIXED' && !$fieldobj->scale && ($len == 20 || $len == 3)) { + $type = $len == 20 ? 'I8' : 'I1'; + } + if ($fieldobj->auto_increment) $type = 'R'; + + return $type; + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if ($funsigned) $suffix .= ' UNSIGNED'; + if ($fnotnull) $suffix .= ' NOT NULL'; + if ($fautoinc) $suffix .= ' DEFAULT SERIAL'; + elseif (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + return array( 'ALTER TABLE ' . $tabname . ' ADD (' . implode(', ',$lines) . ')' ); + } + + function AlterColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + return array( 'ALTER TABLE ' . $tabname . ' MODIFY (' . implode(', ',$lines) . ')' ); + } + + function DropColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + if (!is_array($flds)) $flds = explode(',',$flds); + foreach($flds as $k => $v) { + $flds[$k] = $this->NameQuote($v); + } + return array( 'ALTER TABLE ' . $tabname . ' DROP (' . implode(', ',$flds) . ')' ); + } +} + +?> diff --git a/e_lib/adodb5/datadict/datadict-sybase.inc.php b/e_lib/adodb5/datadict/datadict-sybase.inc.php new file mode 100644 index 00000000..bcf211f3 --- /dev/null +++ b/e_lib/adodb5/datadict/datadict-sybase.inc.php @@ -0,0 +1,229 @@ +type; + $len = $fieldobj->max_length; + } + + $len = -1; // mysql max_length is not accurate + switch (strtoupper($t)) { + + case 'INT': + case 'INTEGER': return 'I'; + case 'BIT': + case 'TINYINT': return 'I1'; + case 'SMALLINT': return 'I2'; + case 'BIGINT': return 'I8'; + + case 'REAL': + case 'FLOAT': return 'F'; + default: return parent::MetaType($t,$len,$fieldobj); + } + } + + function ActualType($meta) + { + switch(strtoupper($meta)) { + case 'C': return 'VARCHAR'; + case 'XL': + case 'X': return 'TEXT'; + + case 'C2': return 'NVARCHAR'; + case 'X2': return 'NTEXT'; + + case 'B': return 'IMAGE'; + + case 'D': return 'DATETIME'; + case 'TS': + case 'T': return 'DATETIME'; + case 'L': return 'BIT'; + + case 'I': return 'INT'; + case 'I1': return 'TINYINT'; + case 'I2': return 'SMALLINT'; + case 'I4': return 'INT'; + case 'I8': return 'BIGINT'; + + case 'F': return 'REAL'; + case 'N': return 'NUMERIC'; + default: + return $meta; + } + } + + + function AddColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $f = array(); + list($lines,$pkey) = $this->_GenFields($flds); + $s = "ALTER TABLE $tabname $this->addCol"; + foreach($lines as $v) { + $f[] = "\n $v"; + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + function AlterColumnSQL($tabname, $flds) + { + $tabname = $this->TableName ($tabname); + $sql = array(); + list($lines,$pkey) = $this->_GenFields($flds); + foreach($lines as $v) { + $sql[] = "ALTER TABLE $tabname $this->alterCol $v"; + } + + return $sql; + } + + function DropColumnSQL($tabname, $flds) + { + $tabname = $this->TableName($tabname); + if (!is_array($flds)) $flds = explode(',',$flds); + $f = array(); + $s = "ALTER TABLE $tabname"; + foreach($flds as $v) { + $f[] = "\n$this->dropCol ".$this->NameQuote($v); + } + $s .= implode(', ',$f); + $sql[] = $s; + return $sql; + } + + // return string must begin with space + function _CreateSuffix($fname,&$ftype,$fnotnull,$fdefault,$fautoinc,$fconstraint,$funsigned) + { + $suffix = ''; + if (strlen($fdefault)) $suffix .= " DEFAULT $fdefault"; + if ($fautoinc) $suffix .= ' DEFAULT AUTOINCREMENT'; + if ($fnotnull) $suffix .= ' NOT NULL'; + else if ($suffix == '') $suffix .= ' NULL'; + if ($fconstraint) $suffix .= ' '.$fconstraint; + return $suffix; + } + + /* +CREATE TABLE + [ database_name.[ owner ] . | owner. ] table_name + ( { < column_definition > + | column_name AS computed_column_expression + | < table_constraint > ::= [ CONSTRAINT constraint_name ] } + + | [ { PRIMARY KEY | UNIQUE } [ ,...n ] + ) + +[ ON { filegroup | DEFAULT } ] +[ TEXTIMAGE_ON { filegroup | DEFAULT } ] + +< column_definition > ::= { column_name data_type } + [ COLLATE < collation_name > ] + [ [ DEFAULT constant_expression ] + | [ IDENTITY [ ( seed , increment ) [ NOT FOR REPLICATION ] ] ] + ] + [ ROWGUIDCOL] + [ < column_constraint > ] [ ...n ] + +< column_constraint > ::= [ CONSTRAINT constraint_name ] + { [ NULL | NOT NULL ] + | [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + [ WITH FILLFACTOR = fillfactor ] + [ON {filegroup | DEFAULT} ] ] + ] + | [ [ FOREIGN KEY ] + REFERENCES ref_table [ ( ref_column ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + ] + | CHECK [ NOT FOR REPLICATION ] + ( logical_expression ) + } + +< table_constraint > ::= [ CONSTRAINT constraint_name ] + { [ { PRIMARY KEY | UNIQUE } + [ CLUSTERED | NONCLUSTERED ] + { ( column [ ASC | DESC ] [ ,...n ] ) } + [ WITH FILLFACTOR = fillfactor ] + [ ON { filegroup | DEFAULT } ] + ] + | FOREIGN KEY + [ ( column [ ,...n ] ) ] + REFERENCES ref_table [ ( ref_column [ ,...n ] ) ] + [ ON DELETE { CASCADE | NO ACTION } ] + [ ON UPDATE { CASCADE | NO ACTION } ] + [ NOT FOR REPLICATION ] + | CHECK [ NOT FOR REPLICATION ] + ( search_conditions ) + } + + + */ + + /* + CREATE [ UNIQUE ] [ CLUSTERED | NONCLUSTERED ] INDEX index_name + ON { table | view } ( column [ ASC | DESC ] [ ,...n ] ) + [ WITH < index_option > [ ,...n] ] + [ ON filegroup ] + < index_option > :: = + { PAD_INDEX | + FILLFACTOR = fillfactor | + IGNORE_DUP_KEY | + DROP_EXISTING | + STATISTICS_NORECOMPUTE | + SORT_IN_TEMPDB + } +*/ + function _IndexSQL($idxname, $tabname, $flds, $idxoptions) + { + $sql = array(); + + if ( isset($idxoptions['REPLACE']) || isset($idxoptions['DROP']) ) { + $sql[] = sprintf ($this->dropIndex, $idxname, $tabname); + if ( isset($idxoptions['DROP']) ) + return $sql; + } + + if ( empty ($flds) ) { + return $sql; + } + + $unique = isset($idxoptions['UNIQUE']) ? ' UNIQUE' : ''; + $clustered = isset($idxoptions['CLUSTERED']) ? ' CLUSTERED' : ''; + + if ( is_array($flds) ) + $flds = implode(', ',$flds); + $s = 'CREATE' . $unique . $clustered . ' INDEX ' . $idxname . ' ON ' . $tabname . ' (' . $flds . ')'; + + if ( isset($idxoptions[$this->upperName]) ) + $s .= $idxoptions[$this->upperName]; + + $sql[] = $s; + + return $sql; + } +} +?> diff --git a/e_lib/adodb5/docs/docs-active-record.htm b/e_lib/adodb5/docs/docs-active-record.htm new file mode 100644 index 00000000..1d01f3a8 --- /dev/null +++ b/e_lib/adodb5/docs/docs-active-record.htm @@ -0,0 +1,1079 @@ + + +ADOdb Active Record + +

ADOdb Active Record

+

(c) 2000-2009 John Lim (jlim#natsoft.com)

+

This software is dual licensed using BSD-Style and LGPL. This + means you can use it in compiled proprietary and commercial products.

+


+
    + +

  1. Introduction
  2. +

    +ADOdb_Active_Record is an Object Relation Mapping (ORM) implementation using PHP. In an ORM system, the tables and rows of the database are abstracted into native PHP objects. This allows the programmer to focus more on manipulating the data and less on writing SQL queries. +

    +This implementation differs from Zend Framework's implementation in the following ways: +

      +
    • Works with PHP4 and PHP5 and provides equivalent functionality in both versions of PHP.

      +

    • ADOdb_Active_Record works when you are connected to multiple databases. Zend's only works when connected to a default database.

      +

    • Support for $ADODB_ASSOC_CASE. The field names are upper-cased, lower-cased or left in natural case depending on this setting.

      +

    • No field name conversion to camel-caps style, unlike Zend's implementation which will convert field names such as 'first_name' to 'firstName'.

      +

    • NewADOConnection::GetActiveRecords() and ADOConnection::GetActiveRecordsClass() functions in adodb.inc.php.

      +

    • Caching of table metadata so it is only queried once per table, no matter how many Active Records are created.

      +

    • PHP5 version of ADOdb_Active_Record now supports one-to-many relationships.

      +

    • New adodb-active-recordx.inc.php, which is an Active Record eXtended implementation that support JOINs for higher performance when loading children, and other nice features.

      +

    • Lots of additional functionality.

      +

    +

    +ADOdb_Active_Record is designed upon the principles of the "ActiveRecord" design pattern, which was first described by Martin Fowler. The ActiveRecord pattern has been implemented in many forms across the spectrum of programming languages. ADOdb_Active_Record attempts to represent the database as closely to native PHP objects as possible. +

    +ADOdb_Active_Record maps a database table to a PHP class, and each instance of that class represents a table row. Relations between tables can also be defined, allowing the ADOdb_Active_Record objects to be nested. +

    + +

  3. Setting the Database Connection
  4. +

    +The first step to using ADOdb_Active_Record is to set the default connection that an ADOdb_Active_Record objects will use to connect to a database. + +

    +require_once('adodb/adodb-active-record.inc.php');
    +
    +$db = NewADOConnection('mysql://root:pwd@localhost/dbname');
    +ADOdb_Active_Record::SetDatabaseAdapter($db);
    +
    + +

  5. Table Rows as Objects
  6. +

    +First, let's create a temporary table in our MySQL database that we can use for demonstrative purposes throughout the rest of this tutorial. We can do this by sending a CREATE query: + +

    +$db->Execute("CREATE TEMPORARY TABLE `persons` (
    +                `id` int(10) unsigned NOT NULL auto_increment,
    +                `name_first` varchar(100) NOT NULL default '',
    +                `name_last` varchar(100) NOT NULL default '',
    +                `favorite_color` varchar(100) NOT NULL default '',
    +                PRIMARY KEY  (`id`)
    +            ) ENGINE=MyISAM;
    +           ");
    + 
    +

    +ADOdb_Active_Records are object representations of table rows. Each table in the database is represented by a class in PHP. To begin working with a table as a ADOdb_Active_Record, a class that extends ADOdb_Active_Record needs to be created for it. + +

    +class person extends ADOdb_Active_Record{}
    +$person = new person();
    +
    + +

    +In the above example, a new ADOdb_Active_Record object $person was created to access the "persons" table. Zend_Db_DataObject takes the name of the class, pluralizes it (according to American English rules), and assumes that this is the name of the table in the database. Also note that with MySQL, table names are case-sensitive, so your class name must match the table name's case. With other databases with case-insensitive tables, your class can be capitalized differently. +

    +This kind of behavior is typical of ADOdb_Active_Record. It will assume as much as possible by convention rather than explicit configuration. In situations where it isn't possible to use the conventions that ADOdb_Active_Record expects, options can be overridden as we'll see later. + +

  7. Table Columns as Object Properties
  8. +

    +When the $person object was instantiated, ADOdb_Active_Record read the table metadata from the database itself, and then exposed the table's columns (fields) as object properties. +

    +Our "persons" table has three fields: "name_first", "name_last", and "favorite_color". Each of these fields is now a property of the $person object. To see all these properties, use the ADOdb_Active_Record::getAttributeNames() method: +

    +var_dump($person->getAttributeNames());
    +
    +/**
    + * Outputs the following:
    + * array(4) {
    + *    [0]=>
    + *    string(2) "id"
    + *    [1]=>
    + *    string(9) "name_first"
    + *    [2]=>
    + *    string(8) "name_last"
    + *    [3]=>
    + *    string(13) "favorite_color"
    + *  }
    + */
    +    
    +

    +One big difference between ADOdb and Zend's implementation is we do not automatically convert to camelCaps style. +

    +

  9. Inserting and Updating a Record
  10. + +An ADOdb_Active_Record object is a representation of a single table row. However, when our $person object is instantiated, it does not reference any particular row. It is a blank record that does not yet exist in the database. An ADOdb_Active_Record object is considered blank when its primary key is NULL. The primary key in our persons table is "id". +

    +To insert a new record into the database, change the object's properties and then call the ADOdb_Active_Record::save() method: +

    +$person = new person();
    +$person->name_first = 'Andi';
    +$person->name_last  = 'Gutmans';
    +$person->save();
    + 
    +

    +Oh, no! The above code snippet does not insert a new record into the database. Instead, outputs an error: +

    +1048: Column 'favorite_color' cannot be null
    + 
    +

    +This error occurred because MySQL rejected the INSERT query that was generated by ADOdb_Active_Record. If exceptions are enabled in ADOdb and you are using PHP5, an error will be thrown. In the definition of our table, we specified all of the fields as NOT NULL; i.e., they must contain a value. +

    +ADOdb_Active_Records are bound by the same contraints as the database tables they represent. If the field in the database cannot be NULL, the corresponding property in the ADOdb_Active_Record also cannot be NULL. In the example above, we failed to set the property $person->favoriteColor, which caused the INSERT to be rejected by MySQL. +

    +To insert a new ADOdb_Active_Record in the database, populate all of ADOdb_Active_Record's properties so that they satisfy the constraints of the database table, and then call the save() method: +

    +/**
    + * Calling the save() method will successfully INSERT
    + * this $person into the database table.
    + */
    +$person = new person();
    +$person->name_first     = 'Andi';
    +$person->name_last      = 'Gutmans';
    +$person->favorite_color = 'blue';
    +$person->save();
    +
    +

    +Once this $person has been INSERTed into the database by calling save(), the primary key can now be read as a property. Since this is the first row inserted into our temporary table, its "id" will be 1: +

    +var_dump($person->id);
    +
    +/**
    + * Outputs the following:
    + * string(1)
    + */
    + 
    +

    +From this point on, updating it is simply a matter of changing the object's properties and calling the save() method again: + +

    +$person->favorite_color = 'red';
    +$person->save();
    +   
    +

    +The code snippet above will change the favorite color to red, and then UPDATE the record in the database. + + +

    ADOdb Specific Functionality

    +

  11. Setting the Table Name
  12. +

    The default behaviour on creating an ADOdb_Active_Record is to "pluralize" the class name and + use that as the table name. Often, this is not the case. For example, the person class could be reading + from the "People" table. +

    We provide two ways to define your own table: +

    1. Use a constructor parameter to override the default table naming behaviour. +

    +	class person extends ADOdb_Active_Record{}
    +	$person = new person('People');
    +
    +

    2. Define it in a class declaration: +

    +	class person extends ADOdb_Active_Record
    +	{
    +	var $_table = 'People';
    +	}
    +	$person = new person();
    +
    + +

  13. $ADODB_ASSOC_CASE
  14. +

    This allows you to control the case of field names and properties. For example, all field names in Oracle are upper-case by default. So you +can force field names to be lowercase using $ADODB_ASSOC_CASE. Legal values are as follows: +

    + 0: lower-case
    + 1: upper-case
    + 2: native-case
    +
    +

    So to force all Oracle field names to lower-case, use +

    +$ADODB_ASSOC_CASE = 0;
    +$person = new person('People');
    +$person->name = 'Lily';
    +$ADODB_ASSOC_CASE = 2;
    +$person2 = new person('People');
    +$person2->NAME = 'Lily'; 
    +
    + +

    Also see $ADODB_ASSOC_CASE. + +

  15. ADOdb_Active_Record::Save()
  16. +

    +Saves a record by executing an INSERT or UPDATE SQL statement as appropriate. +

    Returns false on unsuccessful INSERT, true if successsful INSERT. +

    Returns 0 on failed UPDATE, and 1 on UPDATE if data has changed, and -1 if no data was changed, so no UPDATE statement was executed. + +

  17. ADOdb_Active_Record::Replace()
  18. +

    +ADOdb supports replace functionality, whereby the record is inserted if it does not exists, or updated otherwise. +

    +$rec = new ADOdb_Active_Record("product");
    +$rec->name = 'John';
    +$rec->tel_no = '34111145';
    +$ok = $rec->replace(); // 0=failure, 1=update, 2=insert
    +
    + + +

  19. ADOdb_Active_Record::Load($where)
  20. +

    Sometimes, we want to load a single record into an Active Record. We can do so using: +

    +$person->load("id=3");
    +
    +// or using bind parameters
    +
    +$person->load("id=?", array(3));
    +
    +

    Returns false if an error occurs. + +

  21. ADOdb_Active_Record::Find($whereOrderBy, $bindarr=false, $pkeyArr=false)
  22. +

    We want to retrieve an array of active records based on some search criteria. For example: +

    +class person extends ADOdb_Active_Record {
    +var $_table = 'people';
    +}
    +
    +$person = new person();
    +$peopleArray = $person->Find("name like ? order by age", array('Sm%'));
    +
    + +

  23. Quoting Identifiers
  24. +

    You can force column names to be quoted in INSERT and UPDATE statements, typically because you are using reserved words as column names by setting +

    +ADODB_Active_Record::$_quoteNames = true;
    +
    +

    Default is false. + +

  25. Error Handling and Debugging
  26. +

    +In PHP5, if adodb-exceptions.inc.php is included, then errors are thrown. Otherwise errors are handled by returning a value. False by default means an error has occurred. You can get the last error message using the ErrorMsg() function. +

    +To check for errors in ADOdb_Active_Record, do not poll ErrorMsg() as the last error message will always be returned, even if it occurred several operations ago. Do this instead: +

    +# right!
    +$ok = $rec->Save();
    +if (!$ok) $err = $rec->ErrorMsg();
    +
    +# wrong :(
    +$rec->Save();
    +if ($rec->ErrorMsg()) echo "Wrong way to detect error";
    +
    +

    The ADOConnection::Debug property is obeyed. So +if $db->debug is enabled, then ADOdb_Active_Record errors are also outputted to standard output and written to the browser. + +

  27. ADOdb_Active_Record::Set()
  28. +

    You can convert an array to an ADOdb_Active_Record using Set(). The array must be numerically indexed, and have all fields of the table defined in the array. The elements of the array must be in the table's natural order too. +

    +$row = $db->GetRow("select * from tablex where id=$id");
    +
    +# PHP4 or PHP5 without enabling exceptions
    +$obj = new ADOdb_Active_Record('Products');
    +if ($obj->ErrorMsg()){
    +	echo $obj->ErrorMsg();
    +} else {
    +	$obj->Set($row);
    +}
    +
    +# in PHP5, with exceptions enabled:
    +
    +include('adodb-exceptions.inc.php');
    +try {
    +	$obj = new ADOdb_Active_Record('Products');
    +	$obj->Set($row);
    +} catch(exceptions $e) {
    +	echo $e->getMessage();
    +}
    +
    +

    +

  29. Primary Keys
  30. +

    +ADOdb_Active_Record does not require the table to have a primary key. You can insert records for such a table, but you will not be able to update nor delete. +

    Sometimes you are retrieving data from a view or table that has no primary key, but has a unique index. You can dynamically set the primary key of a table through the constructor, or using ADOdb_Active_Record::SetPrimaryKeys(): +

    +	$pkeys = array('category','prodcode');
    +	
    +	// set primary key using constructor
    +	$rec = new ADOdb_Active_Record('Products', $pkeys);
    +	
    +	 // or use method
    +	$rec->SetPrimaryKeys($pkeys);
    +
    + + +

  31. Retrieval of Auto-incrementing ID
  32. +When creating a new record, the retrieval of the last auto-incrementing ID is not reliable for databases that do not support the Insert_ID() function call (check $connection->hasInsertID). In this case we perform a SELECT MAX($primarykey) FROM $table, which will not work reliably in a multi-user environment. You can override the ADOdb_Active_Record::LastInsertID() function in this case. + +

  33. Dealing with Multiple Databases
  34. +

    +Sometimes we want to load data from one database and insert it into another using ActiveRecords. This can be done using the optional parameter of the ADOdb_Active_Record constructor. In the following example, we read data from db.table1 and store it in db2.table2: +

    +$db = NewADOConnection(...);
    +$db2 = NewADOConnection(...);
    +
    +ADOdb_Active_Record::SetDatabaseAdapter($db2);
    +
    +$activeRecs = $db->GetActiveRecords('table1');
    +
    +foreach($activeRecs as $rec) {
    +	$rec2 = new ADOdb_Active_Record('table2',$db2);
    +	$rec2->id = $rec->id;
    +	$rec2->name = $rec->name;
    +	
    +	$rec2->Save();
    +}
    +
    +

    +If you have to pass in a primary key called "id" and the 2nd db connection in the constructor, you can do so too: +

    +$rec = new ADOdb_Active_Record("table1",array("id"),$db2);
    +
    +

    You can now give a named label in SetDatabaseAdapter, allowing to determine in your class definition which database to load, using var $_dbat. +

    +$db1 = NewADOConnection(...); // some ADOdb DB
    +ADOdb_Active_Record::SetDatabaseAdapter($db1, 'mysql');
    +$db2 = NewADOConnection(...); // some ADOdb DB
    +ADOdb_Active_Record::SetDatabaseAdapter($db2, 'oracle');
    +
    +class FooRecord extends ADOdb_Active_Record
    +{
    +var $_dbat = 'mysql';  // uses 'mysql' connection
    +...
    +}
    +
    +

  35. $ADODB_ACTIVE_CACHESECS
  36. +

    You can cache the table metadata (field names, types, and other info such primary keys) in $ADODB_CACHE_DIR (which defaults to /tmp) by setting +the global variable $ADODB_ACTIVE_CACHESECS to a value greater than 0. This will be the number of seconds to cache. + You should set this to a value of 30 seconds or greater for optimal performance. + +

  37. Active Record Considered Bad?
  38. +

    Although the Active Record concept is useful, you have to be aware of some pitfalls when using Active Record. The level of granularity of Active Record is individual records. It encourages code like the following, used to increase the price of all furniture products by 10%: +

    + $recs = $db->GetActiveRecords("Products","category='Furniture'");
    + foreach($recs as $rec) {
    +    $rec->price *= 1.1; // increase price by 10% for all Furniture products
    +    $rec->save();
    + }
    +
    +Of course an UPDATE statement is superior because it's simpler and much more efficient (probably by a factor of x10 or more): +
    +   $db->Execute("update Products set price = price * 1.1 where category='Furniture'");
    +
    +

    For performance sensitive code, using direct SQL will always be faster than using Active Records due to overhead and the fact that all fields in a row are retrieved (rather than only the subset you need) whenever an Active Record is loaded. + +

  39. Transactions
  40. +

    +The default transaction mode in ADOdb is autocommit. So that is the default with active record too. +The general rules for managing transactions still apply. Active Record to the database is a set of insert/update/delete statements, and the db has no knowledge of active records. +

    +Smart transactions, that does an auto-rollback if an error occurs, is still the best method to multiple activities (inserts/updates/deletes) that need to be treated as a single transaction: +

    +$conn->StartTrans();
    +$parent->save();
    +$child->save();
    +$conn->CompleteTrans();
    +
    + + +

    One to Many Relations

    +

    Since ADOdb 5.06, we support parent child relationships. This is done using the ClassBelongsTo() and ClassHasMany() functions. + +

  41. ClassHasMany
  42. +

    To globally define a one-to-many relationship we use the static function ADODB_Active_Record::ClassHasMany($class, $relation, $foreignKey = '', $foreignClass = 'ADODB_Active_Record'). For example, we have 2 tables, persons (parent table) and children (child table) +linked by persons.id = children.person_id. The variable $person->children is an array that holds the children. To define this relationship: +

    +	class person extends ADOdb_Active_Record{}
    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id');
    +	
    +	$person = new person();
    +	$person->Load("id=1");
    +	foreach($person->children as $c) {
    +		echo " $c->name_first ";
    +		$c->name_first .= ' K.';
    +		$c->Save();  ## each child record must be saved individually
    +	}
    +
    +

    If no data is loaded, then children is set to an empty array: +

    +	$person2 = new person();
    +	$p = $person2->children;  ## $p is an empty array()
    +
    +

    By default, data returned by HasMany() is unsorted. To define an order by clause (or define a SELECT LIMIT window), see LoadRelations() below. Another point is that all children are loaded only when the child member is accessed (in __get), and not when the Load() function of the parent object is called. This helps to conserve memory. + +

    To create and save new parent and child records: +

    +
    +	class person extends ADOdb_Active_Record{}
    +	class children extends ADOdb_Active_Record{}
    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id');
    +	
    +	$person = new person();
    +	
    +	for ($i=0; $i<10; $i++) 
    +		$person->children[0] = new children('children');
    +	 
    +	 // modify fields of $person, then...
    +	$person->save();
    +	
    +	foreach($person->children as $c) {
    +		// modify fields of $c then...
    +		$c->save();
    +	}
    +
    +

    You can have multiple relationships (warning: relations are case-sensitive, 'Children' !== 'children'): +

    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id');
    +	ADODB_Active_Record::ClassHasMany('person', 'siblings','person_id');
    +	$person = new person();
    +	$person->Load('id=1');
    +	var_dump($person->children);
    +	var_dump($person->siblings);
    +
    +

    By default, the child class is ADOdb_Active_Record. Sometimes you might want the child class to be based on your own class which has additional functions. You can do so using the last parameter: +

    +	class person extends ADOdb_Active_Record{}
    +	class child extends ADOdb_Active_Record { .... some modifications here ... }
    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id', 'child');
    +
    +

    Lastly some troubleshooting issues. We use the __get() method to set +$p->children below. So once $p->children is defined by accessing it, we don't change the child reference, as shown below: +

    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id');
    +	$p = new person();
    +	$p->Load('id=1');
    +	# $p->children points to person_id = 1
    +	var_dump($p->children);
    +	
    +	$p->Load('id=2');
    +	# $p->children still points to person_id = 1
    +	var_dump($p->children); 
    +
    +

    The solution to the above is to unset($p->children) before $p->Load('id=2'). +

  43. TableHasMany
  44. +For some classes, the mapping between class name and table name (which is the pluralised version) might not match. For example, +the class name might be person, but the table name might be people. So we have 2 tables, people (parent table) and children (child table) +linked by people.id = children.person_id. +

    Then you use the following static function + ADODB_Active_Record::TableHasMany($table, $relation, $foreignKey = '', $foreignClass = 'ADODB_Active_Record') like this: +

    +ADODB_Active_Record::TableHasMany('people', 'children', 'person_id')
    +
    +

  45. TableKeyHasMany
  46. +For some classes, the mapping between class name and table name (which is the pluralised version) might not match or the primary key is not the default id. For example, +the class name might be person, but the table name might be people. So we have 2 tables, people (parent table) and children (child table) +linked by people.pid = children.person_id. +

    Then you use the following static function + ADODB_Active_Record::TableKeyHasMany($table, $tablePKey, $relation, $foreignKey = '', $foreignClass = 'ADODB_Active_Record') like this: +

    +ADODB_Active_Record::TableKeyHasMany('people', 'pid', 'children', 'person_id')
    +
    + + +

  47. A Complete ClassHasMany example
  48. +

    Here is sample usage using mysql: +

    +	include_once('../adodb.inc.php');
    +	include_once('../adodb-active-record.inc.php');
    +
    +	$db = NewADOConnection('mysql://root@localhost/northwind');
    +	ADOdb_Active_Record::SetDatabaseAdapter($db);
    +
    +	$db->Execute("CREATE TEMPORARY TABLE `persons` (
    +	                `id` int(10) unsigned NOT NULL auto_increment,
    +	                `name_first` varchar(100) NOT NULL default '',
    +	                `name_last` varchar(100) NOT NULL default '',
    +	                `favorite_color` varchar(100) NOT NULL default '',
    +	                PRIMARY KEY  (`id`)
    +	            ) ENGINE=MyISAM;
    +	           ");
    +			   
    +	$db->Execute("CREATE TEMPORARY TABLE `children` (
    +	                `id` int(10) unsigned NOT NULL auto_increment,
    +					`person_id` int(10) unsigned NOT NULL,
    +					`gender` varchar(10) default 'F',
    +	                `name_first` varchar(100) NOT NULL default '',
    +	                `name_last` varchar(100) NOT NULL default '',
    +	                `favorite_pet` varchar(100) NOT NULL default '',
    +	                PRIMARY KEY  (`id`)
    +	            ) ENGINE=MyISAM;
    +	           ");
    +			   
    +	$db->Execute("insert into children (person_id,name_first,name_last) values (1,'Jill','Lim')");
    +	$db->Execute("insert into children (person_id,name_first,name_last) values (1,'Joan','Lim')");
    +	$db->Execute("insert into children (person_id,name_first,name_last) values (1,'JAMIE','Lim')");
    +			   
    +	class person extends ADOdb_Active_Record{}
    +	ADODB_Active_Record::ClassHasMany('person', 'children','person_id');	
    +	
    +	$person = new person();
    +	
    +	$person->name_first     = 'John';
    +	$person->name_last      = 'Lim';
    +	$person->favorite_color = 'lavender';
    +	$person->save(); // this save will perform an INSERT successfully
    +	
    +	$person2 = new person(); # no need to define HasMany() again, adodb remembers definition
    +	$person2->Load('id=1');
    +	
    +	$c = $person2->children;
    +	if (is_array($c) && sizeof($c) == 3 && $c[0]->name_first=='Jill' && $c[1]->name_first=='Joan'
    +		&& $c[2]->name_first == 'JAMIE') echo "OK Loaded HasMany<br>";
    +	else {
    +		echo "Error loading hasMany should have 3 array elements Jill Joan Jamie<br>";
    +	}
    +
    + +

  49. HasMany
  50. +

    This older method is deprecated and ClassHasMany/TableHasMany/TableKeyHasMany should be used. +

    The older way to define a one-to-many relationship is to use $parentobj->HasMany($relation, $foreignKey = ''). For example, we have 2 tables, persons (parent table) and children (child table) +linked by persons.id = children.person_id. The variable $person->children is an array that holds the children. To define this relationship: +

    +	class person extends ADOdb_Active_Record{}
    +	
    +	$person = new person();
    +	$person->HasMany('children','person_id');
    +	$person->Load("id=1");
    +	foreach($person->children as $c) {
    +		echo " $c->name_first ";
    +		$c->name_first .= ' K.';
    +		$c->Save();  ## each child record must be saved individually
    +	}
    +
    +

    This HasMany() definition is global for the current script. This means that you only need to define it once. In the following example, $person2 knows about children. +

    +	$person = new person();
    +	$person->HasMany('children','person_id');
    +	
    +	$person2 = new person();
    +	$person->Load("id=1");
    +	$p = $person2->children;
    +
    + + +

  51. ClassBelongsTo
  52. +

    You can define the parent of the current object using ADODB_Active_Record::ClassBelongsTo($class, $relationName, $foreignKey, $parentPrimaryKey = 'id', $parentClass = 'ADODB_Active_Record'). In the example below, +we have a child table kids, and a parent table person. We have a link kids.person_id = persons.id. We create a child first, then link it to the parent: +

    +	class kid extends ADOdb_Active_Record{};
    +	ADODB_Active_Record::ClassBelongsTo('kid','person','person_id','id'); 
    +
    +	$ch = new kid(); // default tablename will be 'kids', with primary key 'id' 
    +	$ch->Load('id=1');
    +	$p = $ch->person;
    +	if (!$p || $p->name_first != 'John') echo "Error loading belongsTo<br>";
    +	else echo "OK loading BelongTo<br>";
    +
    +

    +

    Note that relationships are case-sensitive, so ClassBelongsTo('kid','PARENT', 'parent_id') and ClassBelongsTo('kid', 'parent', 'parent_id') are not the same. +

    Also if no data is loaded into the child instance, then $p will return null; +

    +	ADODB_Active_Record::ClassBelongsTo('kid','person','person_id','id'); 
    +	
    +	$ch = new kid();
    +	$p = $ch->person; # $p is null
    +
    +

    Another way to define the class of the parent (which otherwise defaults to ADODB_Active_Record) as follows: +

    +
    +	class kid extends ADOdb_Active_Record{};
    +	class person extends ADOdb_Active_Record{... your modifications ... };
    +	ADODB_Active_Record::ClassBelongsTo('kid','person','person_id','id', 'person'); 
    +
    +

  53. TableBelongsTo
  54. +

    If the child table differs from the convention that the child table name is the plural of the child class name, use this function: +ADODB_Active_Record::TableBelongsTo($childTable, $relationName, $foreignKey, $parentPrimaryKey = 'id', $parentClass = 'ADODB_Active_Record'). +

    E.g. the class is child, but the table name is children, and the link between the two tables is children.person_id = person.id: +

    +	ADODB_Active_Record::TableBelongsTo('children','person','person_id','id');
    +
    +

  55. TableKeyBelongsTo
  56. +

    If the child table differs from the convention that the child table name is the plural of the child class name or the primary key is not 'id', use this function: +ADODB_Active_Record::TableKeyBelongsTo($childTable, $childKey, $relationName, $foreignKey, $parentPrimaryKey = 'id', $parentClass = 'ADODB_Active_Record'). +

    E.g. the class is child, but the table name is children and primary key is ch_id, and the link between the two tables is children.person_id = person.id: +

    +	ADODB_Active_Record::TableKeyBelongsTo('children','ch_id', 'person','person_id','id');
    +
    +

  57. BelongsTo
  58. +

    The following is deprecated. Use ClassBelongsTo/TableBelongsTo/TableKeyBelongsTo instead. +

    The older way to define the parent of the current object is using BelongsTo($relationName, $foreignKey, $parentPrimaryKey = 'id'). In the example below, +we have a child table children, and a parent table person. We have a link children.person_id = persons.id. We create a child first, then link it to the parent: +

    +	class Child extends ADOdb_Active_Record{};
    +	$ch = new Child('children',array('id'));
    +	$ch->BelongsTo('person','person_id','id');  ## this can be simplified to $ch->BelongsTo('person')
    +	                                            ## as foreign key defaults to $table.'_id' and 
    +	                                            ## parent pkey defaults to 'id' 
    +	$ch->Load('id=1');
    +	$p = $ch->person;
    +	if (!$p || $p->name_first != 'John') echo "Error loading belongsTo<br>";
    +	else echo "OK loading BelongTo<br>";
    +
    +

    You only need to define BelongsTo() once in a script as it is global for all instances. + +

  59. LoadRelations
  60. +

    Sometimes you want to load only a subset of data in a relationship. For example, you could load all female children sorted by children.name +using LoadRelations($relation, $whereOrderBy = '', $offset = -1, $limit = -1): +

    +	# assume this has been called: 
    +	#   ADODB_Active_Record::ClassHasMany('person', 'children','person_id');
    +	$person = new person(); 
    +	$person->Load('id=23');  
    +	# Load doesn't load children until $person->children is accessed or LoadRelations is called:
    +	$person->LoadRelations('children',"gender='F' order by name");
    +
    +

    Lastly, if you have lots of child data, you can define a window of data of records to load. In the following +example, we load a window of 100 records at a time: +

    +
    +	# assume this has been called: 
    +	#  ADODB_Active_Record::ClassHasMany('Account', 'transactions','account_id'); 
    +	$acc = new Account();
    +	$acc->Load('id=23');
    +	while(true) {
    +		$start = 0;
    +		$acc->LoadRelations('transactions',"tx_done=0 order by trxdate", $start, $start+100);
    +		if (!$acc->transactions) break;
    +		foreach ($acc->transactions as $k => $trx) {
    +			## process
    +			$trx->tx_done = 1;
    +			$trx->save();
    +		}
    +		$start += 100;
    +	}
    +
    +

    The $offset is 0-based, and $limit is the number of records to retrieve. The default is to ignore $offset (-1) and $limit (-1). +

  61. Acknowledgements
  62. +

    Thanks to Chris Ravenscroft for original one-to-many code (chris#voilaweb.com). +

    ADOConnection Supplement

    + +

  63. ADOConnection::GetActiveRecords()
  64. +

    +This allows you to retrieve an array of ADOdb_Active_Records. Returns false if an error occurs. +

    +$table = 'products';
    +$whereOrderBy = "name LIKE 'A%' ORDER BY Name";
    +$activeRecArr = $db->GetActiveRecords($table, $whereOrderBy);
    +foreach($activeRecArr as $rec) {
    +	$rec->id = rand();
    +	$rec->save();
    +}
    +
    +

    +And to retrieve all records ordered by specific fields: +

    +$whereOrderBy = "1=1 ORDER BY Name";
    +$activeRecArr = $db->GetActiveRecords($table);
    +
    +

    +To use bind variables (assuming ? is the place-holder for your database): +

    +$activeRecArr = $db->GetActiveRecords($tableName, 'name LIKE ?',
    +						array('A%'));
    +
    +

    You can also define the primary keys of the table by passing an array of field names: +

    +$activeRecArr = $db->GetActiveRecords($tableName, 'name LIKE ?',
    +						array('A%'), array('id'));
    +
    + +

  65. ADOConnection::GetActiveRecordsClass()
  66. +

    +This allows you to retrieve an array of objects derived from ADOdb_Active_Records. Returns false if an error occurs. +

    +class Product extends ADOdb_Active_Record{};
    +$table = 'products';
    +$whereOrderBy = "name LIKE 'A%' ORDER BY Name";
    +$activeRecArr = $db->GetActiveRecordsClass('Product',$table, $whereOrderBy);
    +
    +# the objects in $activeRecArr are of class 'Product'
    +foreach($activeRecArr as $rec) {
    +	$rec->id = rand();
    +	$rec->save();
    +}
    +
    +

    +To use bind variables (assuming ? is the place-holder for your database): +

    +$activeRecArr = $db->GetActiveRecordsClass($className,$tableName, 'name LIKE ?',
    +						array('A%'));
    +
    +

    You can also define the primary keys of the table by passing an array of field names: +

    +$activeRecArr = $db->GetActiveRecordsClass($className,$tableName, 'name LIKE ?',
    +						array('A%'), array('id'));
    +
    + +
+ +

  • ADOConnection::ErrorMsg()
  • +

    Returns last error message. +

  • ADOConnection::ErrorNo()
  • +

    Returns last error number. + +

    ActiveRecord Code Sample

    +

    The following works with PHP4 and PHP5 +

    +include('../adodb.inc.php');
    +include('../adodb-active-record.inc.php');
    +
    +// uncomment the following if you want to test exceptions
    +#if (PHP_VERSION >= 5) include('../adodb-exceptions.inc.php');
    +
    +$db = NewADOConnection('mysql://root@localhost/northwind');
    +$db->debug=1;
    +ADOdb_Active_Record::SetDatabaseAdapter($db);
    +
    +$db->Execute("CREATE TEMPORARY TABLE `persons` (
    +                `id` int(10) unsigned NOT NULL auto_increment,
    +                `name_first` varchar(100) NOT NULL default '',
    +                `name_last` varchar(100) NOT NULL default '',
    +                `favorite_color` varchar(100) NOT NULL default '',
    +                PRIMARY KEY  (`id`)
    +            ) ENGINE=MyISAM;
    +           ");
    +		   
    +class person extends ADOdb_Active_Record{}
    +$person = new person();
    +
    +echo "<p>Output of getAttributeNames: ";
    +var_dump($person->getAttributeNames());
    +
    +/**
    + * Outputs the following:
    + * array(4) {
    + *    [0]=>
    + *    string(2) "id"
    + *    [1]=>
    + *    string(9) "name_first"
    + *    [2]=>
    + *    string(8) "name_last"
    + *    [3]=>
    + *    string(13) "favorite_color"
    + *  }
    + */
    +
    +$person = new person();
    +$person->name_first = 'Andi';
    +$person->name_last  = 'Gutmans';
    +$person->save(); // this save() will fail on INSERT as favorite_color is a must fill...
    +
    +
    +$person = new person();
    +$person->name_first     = 'Andi';
    +$person->name_last      = 'Gutmans';
    +$person->favorite_color = 'blue';
    +$person->save(); // this save will perform an INSERT successfully
    +
    +echo "<p>The Insert ID generated:"; print_r($person->id);
    +
    +$person->favorite_color = 'red';
    +$person->save(); // this save() will perform an UPDATE
    +
    +$person = new person();
    +$person->name_first     = 'John';
    +$person->name_last      = 'Lim';
    +$person->favorite_color = 'lavender';
    +$person->save(); // this save will perform an INSERT successfully
    +
    +// load record where id=2 into a new ADOdb_Active_Record
    +$person2 = new person();
    +$person2->Load('id=2');
    +var_dump($person2);
    +
    +// retrieve an array of records
    +$activeArr = $db->GetActiveRecordsClass($class = "person",$table = "persons","id=".$db->Param(0),array(2));
    +$person2 = $activeArr[0];
    +echo "<p>Name first (should be John): ",$person->name_first, "<br>Class = ",get_class($person2);	
    +
    + + + +
    +

    Active Record eXtended

    +

    This is the original one-to-many Active Record implementation submitted by +Chris Ravenscroft (chris#voilaweb.com). The reason why we are offering both versions is that the Extended version +is more powerful but more complex. My personal preference is to keep it simpler, but your view may vary. +

    To use, just include adodb-active-recordx.inc.php instead of adodb-active-record.inc.php. +

    It provides a new function called Find() that is quite intuitive to use as shown in the example below. It also supports loading all relationships using a single query (using joins). +

    +<?php
    +	function ar_assert($obj, $cond)
    +	{
    +		global $err_count;
    +		$res = var_export($obj, true);
    +		return (strpos($res, $cond));
    +	}
    +
    +	include_once('../adodb.inc.php');
    +	include_once('../adodb-active-recordx.inc.php');
    +	
    +
    +	$db = NewADOConnection('mysql://root@localhost/northwind');
    +	$db->debug=0;
    +	ADOdb_Active_Record::SetDatabaseAdapter($db);
    +	echo "<pre>\n";
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "Preparing database using SQL queries (creating 'people', 'children')\n";
    +
    +	$db->Execute("DROP TABLE `people`");
    +	$db->Execute("DROP TABLE `children`");
    +
    +	$db->Execute("CREATE TABLE `people` (
    +	                `id` int(10) unsigned NOT NULL auto_increment,
    +	                `name_first` varchar(100) NOT NULL default '',
    +	                `name_last` varchar(100) NOT NULL default '',
    +	                `favorite_color` varchar(100) NOT NULL default '',
    +	                PRIMARY KEY  (`id`)
    +	            ) ENGINE=MyISAM;
    +	           ");
    +	$db->Execute("CREATE TABLE `children` (
    +	                `id` int(10) unsigned NOT NULL auto_increment,
    +					`person_id` int(10) unsigned NOT NULL,
    +	                `name_first` varchar(100) NOT NULL default '',
    +	                `name_last` varchar(100) NOT NULL default '',
    +	                `favorite_pet` varchar(100) NOT NULL default '',
    +	                PRIMARY KEY  (`id`)
    +	            ) ENGINE=MyISAM;
    +	           ");
    +			   
    +	
    +	$db->Execute("insert into children (person_id,name_first,name_last,favorite_pet) values (1,'Jill','Lim','tortoise')");
    +	$db->Execute("insert into children (person_id,name_first,name_last) values (1,'Joan','Lim')");
    +	$db->Execute("insert into children (person_id,name_first,name_last) values (1,'JAMIE','Lim')");
    +			   
    +	// This class _implicitely_ relies on the 'people' table (pluralized form of 'person')
    +	class Person extends ADOdb_Active_Record
    +	{
    +		function __construct()
    +		{
    +			parent::__construct();
    +			$this->hasMany('children');
    +		}
    +	}
    +	// This class _implicitely_ relies on the 'children' table
    +	class Child extends ADOdb_Active_Record
    +	{
    +		function __construct()
    +		{
    +			parent::__construct();
    +			$this->belongsTo('person');
    +		}
    +	}
    +	// This class _explicitely_ relies on the 'children' table and shares its metadata with Child
    +	class Kid extends ADOdb_Active_Record
    +	{
    +		function __construct()
    +		{
    +			parent::__construct('children');
    +			$this->belongsTo('person');
    +		}
    +	}
    +	// This class _explicitely_ relies on the 'children' table but does not share its metadata
    +	class Rugrat extends ADOdb_Active_Record
    +	{
    +		function __construct()
    +		{
    +			parent::__construct('children', false, false, array('new' => true));
    +		}
    +	}
    +	
    +	echo "Inserting person in 'people' table ('John Lim, he likes lavender')\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$person = new Person();
    +	$person->name_first     = 'John';
    +	$person->name_last      = 'Lim';
    +	$person->favorite_color = 'lavender';
    +	$person->save(); // this save will perform an INSERT successfully
    +
    +	$err_count = 0;
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "person->Find('id=1') [Lazy Method]\n";
    +	echo "person is loaded but its children will be loaded on-demand later on\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$person5 = new Person();
    +	$people5 = $person5->Find('id=1');
    +	echo (ar_assert($people5, "'name_first' => 'John'")) ? "[OK] Found John\n" : "[!!] Find failed\n";
    +	echo (ar_assert($people5, "'favorite_pet' => 'tortoise'")) ? "[!!] Found relation when I shouldn't\n" : "[OK] No relation yet\n";
    +	foreach($people5 as $person)
    +	{
    +		foreach($person->children as $child)
    +		{
    +			if($child->name_first);
    +		}
    +	}
    +	echo (ar_assert($people5, "'favorite_pet' => 'tortoise'")) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "person->Find('id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "person is loaded, and so are its children\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$person6 = new Person();
    +	$people6 = $person6->Find('id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	echo (ar_assert($people6, "'name_first' => 'John'")) ? "[OK] Found John\n" : "[!!] Find failed\n";
    +	echo (ar_assert($people6, "'favorite_pet' => 'tortoise'")) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "person->Find('id=1' ... ADODB_JOIN_AR) [Join Method]\n";
    +	echo "person and its children are loaded using a single query\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$person7 = new Person();
    +	// When I specifically ask for a join, I have to specify which table id I am looking up
    +	// otherwise the SQL parser will wonder which table's id that would be.
    +	$people7 = $person7->Find('people.id=1', false, false, array('loading' => ADODB_JOIN_AR));
    +	echo (ar_assert($people7, "'name_first' => 'John'")) ? "[OK] Found John\n" : "[!!] Find failed\n";
    +	echo (ar_assert($people7, "'favorite_pet' => 'tortoise'")) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n";
    +	
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "person->Load('people.id=1') [Join Method]\n";
    +	echo "Load() always uses the join method since it returns only one row\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$person2 = new Person();
    +	// Under the hood, Load(), since it returns only one row, always perform a join
    +	// Therefore we need to clarify which id we are talking about.
    +	$person2->Load('people.id=1');
    +	echo (ar_assert($person2, "'name_first' => 'John'")) ? "[OK] Found John\n" : "[!!] Find failed\n";
    +	echo (ar_assert($person2, "'favorite_pet' => 'tortoise'")) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "child->Load('children.id=1') [Join Method]\n";
    +	echo "We are now loading from the 'children' table, not from 'people'\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch = new Child();
    +	$ch->Load('children.id=1');
    +	echo (ar_assert($ch, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ch, "'favorite_color' => 'lavender'")) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "child->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch2 = new Child();
    +	$ach2 = $ch2->Find('id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	echo (ar_assert($ach2, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach2, "'favorite_color' => 'lavender'")) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "kid->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "Where we see that kid shares relationships with child because they are stored\n";
    +	echo "in the common table's metadata structure.\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch3 = new Kid('children');
    +	$ach3 = $ch3->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	echo (ar_assert($ach3, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach3, "'favorite_color' => 'lavender'")) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "kid->Find('children.id=1' ... ADODB_LAZY_AR) [Lazy Method]\n";
    +	echo "Of course, lazy loading also retrieve medata information...\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch32 = new Kid('children');
    +	$ach32 = $ch32->Find('children.id=1', false, false, array('loading' => ADODB_LAZY_AR));
    +	echo (ar_assert($ach32, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach32, "'favorite_color' => 'lavender'")) ? "[!!] Found relation when I shouldn't\n" : "[OK] No relation yet\n";
    +	foreach($ach32 as $akid)
    +	{
    +		if($akid->person);
    +	}
    +	echo (ar_assert($ach32, "'favorite_color' => 'lavender'")) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n";
    +	
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "rugrat->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "In rugrat's constructor it is specified that\nit must forget any existing relation\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch4 = new Rugrat('children');
    +	$ach4 = $ch4->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	echo (ar_assert($ach4, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach4, "'favorite_color' => 'lavender'")) ? "[!!] Found relation when I shouldn't\n" : "[OK] No relation found\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "kid->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "Note how only rugrat forgot its relations - kid is fine.\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch5 = new Kid('children');
    +	$ach5 = $ch5->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	echo (ar_assert($ach5, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach5, "'favorite_color' => 'lavender'")) ? "[OK] I did not forget relation: person\n" : "[!!] I should not have forgotten relation: person\n";
    +	
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "rugrat->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n";
    +	echo "---------------------------------------------------------------------------\n";
    +	$ch6 = new Rugrat('children');
    +	$ch6s = $ch6->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR));
    +	$ach6 = $ch6s[0];
    +	echo (ar_assert($ach6, "'name_first' => 'Jill'")) ? "[OK] Found Jill\n" : "[!!] Find failed\n";
    +	echo (ar_assert($ach6, "'favorite_color' => 'lavender'")) ? "[!!] Found relation when I shouldn't\n" : "[OK] No relation yet\n";
    +	echo "\nLoading relations:\n";
    +	$ach6->belongsTo('person');
    +	$ach6->LoadRelations('person', 'order by id', 0, 2);
    +	echo (ar_assert($ach6, "'favorite_color' => 'lavender'")) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n";
    +
    +	echo "\n\n---------------------------------------------------------------------------\n";
    +	echo "Test suite complete.\n";
    +	echo "---------------------------------------------------------------------------\n";
    +?>
    +
    +

    Todo (Code Contributions welcome)

    +

    Check _original and current field values before update, only update changes. Also if the primary key value is changed, then on update, we should save and use the original primary key values in the WHERE clause! + +

    PHP5 specific: Make GetActiveRecords*() return an Iterator. +

    PHP5 specific: Change PHP5 implementation of Active Record to use __get() and __set() for better performance. + +

    Change Log

    +

    0.93 +

    You can force column names to be quoted in INSERT and UPDATE statements, typically because you are using reserved words as column names by setting +ADODB_Active_Record::$_quoteNames = true; + +

    0.92 +

    Fixed some issues with incompatible fetch modes (ADODB_FETCH_ASSOC) causing problems in UpdateActiveTable. +

    Added support for functions that support predefining one-to-many relationships:
    ClassHasMany ClassBelongsTo TableHasMany TableBelongsTo TableKeyHasMany TableKeyBelongsTo.
    +

    You can also define your child/parent class in these functions, instead of the default ADODB_Active_Record. + +

    0.91 +

    HasMany hardcoded primary key field name to "id". Fixed. + +

    0.90 +

    Support for belongsTo and hasMany. Thanks to Chris Ravenscroft (chris#voilaweb.com). +

    Added LoadRelations(). + +

    0.08 +Added support for assoc arrays in Set(). + +

    0.07 +

    $ADODB_ASSOC_CASE=2 did not work properly. Fixed. +

    Added === check in ADODB_SetDatabaseAdapter for $db, adodb-active-record.inc.php. Thx Christian Affolter. + +

    0.06 +

    Added ErrorNo(). +

    Fixed php 5.2.0 compat issues. + +

    0.05 +

    If inserting a record and the value of a primary key field is null, then we do not insert that field in as +we assume it is an auto-increment field. Needed by mssql. + +

    0.04 5 June 2006
    +

    Added support for declaring table name in $_table in class declaration. Thx Bill Dueber for idea. +

    Added find($where,$bindarr=false) method to retrieve an array of active record objects. + +

    0.03
    +- Now we only update fields that have changed, using $this->_original.
    +- We do not include auto_increment fields in replace(). Thx Travis Cline
    +- Added ADODB_ACTIVE_CACHESECS.
    + +

    0.02
    +- Much better error handling. ErrorMsg() implemented. Throw implemented if adodb-exceptions.inc.php detected.
    +- You can now define the primary keys of the view or table you are accessing manually.
    +- The Active Record allows you to create an object which does not have a primary key. You can INSERT but not UPDATE in this case. +- Set() documented.
    +- Fixed _pluralize bug with y suffix. + +

    + 0.01 6 Mar 2006
    +- Fixed handling of nulls when saving (it didn't save nulls, saved them as '').
    +- Better error handling messages.
    +- Factored out a new method GetPrimaryKeys().
    +

    + 0.00 5 Mar 2006
    + 1st release + + diff --git a/e_lib/adodb5/docs/docs-adodb.htm b/e_lib/adodb5/docs/docs-adodb.htm new file mode 100644 index 00000000..c6133026 --- /dev/null +++ b/e_lib/adodb5/docs/docs-adodb.htm @@ -0,0 +1,7731 @@ + + + + + + + + + + +ADODB Manual + + + + + + + + + + + + + +

    + +

    ADOdb Library for PHP

    + +

    V5.06 16 Oct 2008 (c) 2000-2009 John Lim (jlim#natsoft.com)

    + +

    This software is dual licensed using BSD-Style +and LGPL. This means you can use it in compiled proprietary and commercial +products.

    + +

    Useful ADOdb links: DownloadOther Docs

    + +

    Introduction
    +Unique Features
    +How People are using ADOdb
    +Feature Requests and Bug Reports
    +Installation
    +Minimum Install
    +Initializing Code and Connectioning to Databases
    +
      Data Source +Name (DSN) Support   Connection Examples +
    +High Speed ADOdb - tuning tips
    +Hacking and Modifying ADOdb Safely
    +PHP5 Features

    +foreach iterators exceptions
    +Supported Databases
    +Tutorials
    +Example 1: Select
    +Example 2: Advanced Select
    +Example 3: Insert
    +Example 4: Debugging  rs2html +example
    +Example 5: MySQL and Menus
    +Example 6: Connecting to Multiple Databases at once
    +Example 7: Generating Update and Insert SQL
    +Example 8: Implementing Scrolling with Next and Previous
    +Example 9: Exporting in CSV or Tab-Delimited Format
    +Example 10: Custom filters
    +Example 11: Smart Transactions
    +
    +Using Custom Error Handlers and PEAR_Error
    +Data Source Names
    +Caching

    +    MemCache
    +    Caching API
    +Pivot Tables

    + +

    REFERENCE

    + +

    Variables: $ADODB_COUNTRECS +$ADODB_ANSI_PADDING_OFF $ADODB_CACHE_DIR
    +        $ADODB_FORCE_TYPE $ADODB_FETCH_MODE $ADODB_LANG +ADODB_QUOTE_FIELDNAMES
    +Constants: ADODB_ASSOC_CASE

    +ADOConnection
    +Connections: Connect PConnect NConnect IsConnected
    +Executing SQL: Execute CacheExecute +SelectLimit CacheSelectLimit +Param Prepare PrepareSP +InParameter OutParameter +AutoExecute
    +              GetOne CacheGetOne GetRow CacheGetRow GetAll CacheGetAll GetCol CacheGetCol GetAssoc CacheGetAssoc +Replace GetMedian
    +               ExecuteCursor (oci8 only)
    +Generates SQL strings: GetUpdateSQL GetInsertSQL Concat IfNull length random +substr qstr Param +OffsetDate SQLDate DBDate DBTimeStamp BindDate BindTimeStamp
    +Blobs: UpdateBlob UpdateClob +UpdateBlobFile BlobEncode +BlobDecode
    +Paging/Scrolling: PageExecute CachePageExecute
    +Cleanup: CacheFlush Close
    +Transactions: StartTrans CompleteTrans +FailTrans HasFailedTrans +BeginTrans CommitTrans RollbackTrans SetTransactionMode
    +Fetching Data: SetFetchMode
    +Strings: concat length qstr quote substr
    +Dates: DBDate DBTimeStamp UnixDate BindDate BindTimeStamp UnixTimeStamp +OffsetDate SQLDate
    +Row Management: Affected_Rows Insert_ID RowLock GenID CreateSequence DropSequence
    +Error Handling: ErrorMsg ErrorNo +MetaError MetaErrorMsg IgnoreErrors
    +Data Dictionary (metadata): MetaDatabases MetaTables MetaColumns MetaColumnNames MetaPrimaryKeys +MetaForeignKeys ServerInfo +
    +Statistics and Query-Rewriting: LogSQL fnExecute and fnCacheExecute
    +Deprecated: Bind BlankRecordSet +Parameter

    +ADORecordSet

    +Returns one field: Fields
    +Returns one row:FetchRow FetchInto +FetchObject FetchNextObject +FetchObj FetchNextObj GetRowAssoc
    +Returns all rows:GetArray GetRows +GetAssoc
    +Scrolling:Move MoveNext MoveFirst MoveLast AbsolutePosition CurrentRow AtFirstPage AtLastPage AbsolutePage
    +Menu generation:GetMenu GetMenu2
    +Dates:UserDate UserTimeStamp +UnixDate UnixTimeStamp
    +
    Recordset Info:RecordCount PO_RecordCount NextRecordSet
    +Field Info:FieldCount FetchField +MetaType
    +Cleanup: Close

    + +

    rs2html  example
    +Differences between ADOdb and ADO
    +Database Driver Guide
    +
    Change Log

    + +

    Introduction

    + +

    PHP's database access functions are not standardised. This creates a need +for a database class library to hide the differences between the different +database API's (encapsulate the differences) so we can easily switch databases. +PHP 4.0.5 or later is now required (because we use array-based str_replace).

    + +

    We currently support MySQL, Oracle, Microsoft SQL Server, Sybase, Sybase SQL +Anywhere, Informix, PostgreSQL, FrontBase, SQLite, Interbase (Firebird and +Borland variants), Foxpro, Access, ADO, +DB2, SAP DB and ODBC. We have had successful reports of connecting to Progress +and CacheLite via ODBC. We hope more people will contribute drivers to support +other databases.

    + +

    PHP4 supports session variables. You can store your session information +using ADOdb for true portability and scalability. See adodb-session.php for +more information.

    + +

    Also read tips_portable_sql.htm +for tips on writing portable SQL.

    + +

    Unique Features of ADOdb

    + +
      +
    • Easy for Windows + programmers to adapt to because many of the conventions are similar to + Microsoft's ADO.
    • +
    • Unlike other PHP database + classes which focus only on select statements, we provide support code + to handle inserts and updates which can be adapted to multiple databases + quickly. Methods are provided for date handling, string concatenation + and string quoting characters for differing databases.
    • +
    • A metatype system is + built in so that we can figure out that types such as CHAR, TEXT and + STRING are equivalent in different databases.
    • +
    • Easy to port because + all the database dependant code are stored in stub functions. You do not + need to port the core logic of the classes.
    • +
    • Portable table and index + creation with the datadict classes.
    • +
    • Database performance + monitoring and SQL tuning with the performance + monitoring classes.
    • +
    • Database-backed sessions + with the session management classes. + Supports session expiry notification.
    • +
    • Object-Relational + Mapping using ADOdb_Active_Record + classes.
    • +
    + +

    How People are using ADOdb

    + +

    Here are some examples of how people are using ADOdb (for a +much longer list, visit adodb-cool-apps):

    + +
      +
    • PhpLens is a commercial data grid component + that allows both cool Web designers and serious unshaved programmers to + develop and maintain databases on the Web easily. Developed by the author + of ADOdb.
    • +
    • PHAkt: PHP Extension for DreamWeaver + Ultradev allows you to script PHP in the popular Web page editor. + Database handling provided by ADOdb.
    • +
    • Analysis + Console for Intrusion Databases (ACID): PHP-based analysis engine to + search and process a database of security incidents generated by + security-related software such as IDSes and firewalls (e.g. Snort, + ipchains). By Roman Danyliw.
    • +
    • PostNuke is a very popular free + content management system and weblog system. It offers full CSS support, + HTML 4.01 transitional compliance throughout, an advanced blocks system, + and is fully multi-lingual enabled.
    • +
    • EasyPublish + CMS is another free content management system for managing information + and integrated modules on your internet, intranet- and extranet-sites. + From Norway.
    • +
    • NOLA is a full featured accounting, + inventory, and job tracking application. It is licensed under the GPL, and + developed by Noguska.
    • +
    + +

    Feature Requests and Bug Reports

    + +

    Feature requests and bug reports can be emailed to jlim#natsoft.com or posted to the ADOdb Help +forums at http://phplens.com/lens/lensforum/topics.php?id=4.

    + +

    Installation Guide

    + +

    Make sure you are running PHP 4.0.5 or later. Unpack all the files into a +directory accessible by your webserver.

    + +

    To test, try modifying some of the tutorial examples. Make sure you +customize the connection settings correctly. You can debug using $db->debug += true as shown below:

    + +
    <?php
    +젨젨젨젨 include('adodb/adodb.inc.php');
    +젨젨젨젨 $db = ADONewConnection($dbdriver); # eg 'mysql' or 'postgres'
    +젨젨젨젨 $db->debug = true;
    +젨젨젨젨 $db->Connect($server, $user, $password, $database);
    +젨젨젨젨 $rs = $db->Execute('select * from some_small_table');
    +젨젨젨젨 print "<pre>";
    +젨젨젨젨 print_r($rs->GetRows());
    +젨젨젨젨 print "</pre>";
    +?>
    + +

    Minimum Install

    + +

    For developers who want to release a minimal install of ADOdb, you will +need:

    + +
      +
    • adodb.inc.php
    • +
    • adodb-lib.inc.php
    • +
    • adodb-time.inc.php
    • +
    • drivers/adodb-$database.inc.php +
    • +
    • license.txt (for legal + reasons)
    • +
    • adodb-php4.inc.php
    • +
    • adodb-iterator.inc.php + (php5 functionality)
    • +
    + +

    Optional:

    + +
      +
    • adodb-error.inc.php and + lang/adodb-$lang.inc.php (if you use MetaError())
    • +
    • adodb-csvlib.inc.php (if + you use cached recordsets - CacheExecute(), etc)
    • +
    • adodb-exceptions.inc.php + and adodb-errorhandler.inc.php (if you use adodb error handler or php5 + exceptions).
    • +
    • adodb-active-record.inc.php + if you use Active Records.
    • +
    + +

    Code Initialization Examples

    + +

    When running ADOdb, at least two files are loaded. First is +adodb/adodb.inc.php, which contains all functions used by all database classes. +The code specific to a particular database is in the +adodb/driver/adodb-????.inc.php file.

    + +

    For example, to connect to a mysql database:

    + +
    include('/path/to/set/here/adodb.inc.php');
    +$conn = &ADONewConnection('mysql');
    + +

    Whenever you need to connect to a database, you create a Connection object +using the ADONewConnection($driver) function. NewADOConnection($driver) +is an alternative name for the same function.

    + +

    At this point, you are not connected to the database (no longer true if you +pass in a dsn). You will first need to decide whether +to use persistent or non-persistent connections. The advantage of +persistent connections is that they are faster, as the database +connection is never closed (even when you call Close()). Non-persistent connections +take up much fewer resources though, reducing the risk of your database and +your web-server becoming overloaded.

    + +

    For persistent connections, use $conn->PConnect(), +or $conn->Connect() for non-persistent connections. +Some database drivers also support NConnect(), which +forces the creation of a new connection.

    + +

    Connection Gotcha: If you create two connections, but both use the +same userid and password, PHP will share the same connection. This can cause +problems if the connections are meant to different databases. The solution is +to always use different userid's for different databases, or use NConnect().

    + +

    Data Source Name (DSN) Support

    + +

    Since ADOdb 4.51, you can connect to a database by passing a dsn to +NewADOConnection() (or ADONewConnection, which is the same function). The dsn +format is:

    + +
    젨젨젨젨 $driver://$username:$password@hostname/$database?options[=value]
    + +

    NewADOConnection() calls Connect() or PConnect() internally for you. If the +connection fails, false is returned.

    + +
    젨젨젨젨 # non-persistent connection
    젨젨젨젨 $dsn = 'mysql://root:pwd@localhost/mydb'; 
    젨젨젨젨 $db = NewADOConnection($dsn);
    젨젨젨젨 if (!$db) die("Connection failed");
    젨젨젨젨 
    젨젨젨젨 # no need to call connect/pconnect!
    젨젨젨젨 $arr = $db->GetArray("select * from table");
    젨젨젨젨 
    젨젨젨젨 # persistent connection
    +
    젨젨젨젨 $dsn2 = 'mysql://root:pwd@localhost/mydb?persist'; 
    +
    +
             # non-persistent connection on port 3000
    +
             $dsn2 = 'mysqli://root:pwd@localhost/mydb?persist=0&port=3000';
    +
    + +

    If you have special characters such as /:?_ in your dsn, then you need to +rawurlencode them first:

    + +
    젨젨젨젨 $pwd = rawurlencode($pwd);
    +젨젨젨젨 $dsn = "mysql://root:$pwd@localhost/mydb";
    젨젨젨젨 $dsn2=rawurlencode("sybase_ase")."://user:pass@host/path?query";
    + +

    Legal options are:

    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    For all drivers

    +
    +

    'persist', 'persistent', 'debug', 'fetchmode', 'new' , 'cachesecs', 'memcache'

    +
    +

    Interbase/Firebird

    +
    +

    'dialect','charset','buffers','role'

    +
    +

    M'soft ADO

    +
    +

    'charpage'

    +
    +

    MySQL

    +
    +

    'clientflags'

    +
    +

    MySQLi

    +
    +

    'port', 'socket', 'clientflags'

    +
    +

    Oci8

    +
    +

    'nls_date_format','charset'

    +
    + +
    + +

    For all drivers, when the options persist or persistent are +set, a persistent connection is forced; similarly, when new is set, then +a new connection will be created using NConnect if the underlying driver +supports it. The debug option enables debugging. The fetchmode +calls SetFetchMode(). If no value is defined for an +option, then the value is set to 1.

    + +

    Since ADOdb 5.09, we added 2 new parameters:

    +
      +
    • cachesecs which globally determines how many seconds to cache recordsets (default is 3600 secs if not defined) when +CacheExecute() and CacheSelectLimit() are called and no cache-time parameter is passed into these functions. +
    • memcache which defines the memcache host, port and whether to use compression. For example: +
      +	# we have a memcache server at 10.1.1.22 using default port 11211, no compression
      +	$dsn = 'mysql://user:pwd@localhost/mydb?memcache=10.1.1.22'; 
      +	
      +	# we have a memcache server 10.1.1.22 port 8888, compression=on
      +	$dsn = 'mysql://user:pwd@localhost/mydb?memcache=10.1.1.22:8888:1';
      +	 	
      +	# we have a memcache servers mem1,mem2 on port 8888, compression=off
      +	$dsn = 'mysql://user:pwd@localhost/mydb?memcache=mem1,mem2:8888:0'; 
      +	
      +	# we have a memcache servers mem1,mem2 on port 8888, compression=off and cachesecs=120
      +	$dsn = 'mysql://user:pwd@localhost/mydb?memcache=mem1,mem2:8888:0&cachesecs=120';
      +
      +
    + +

    ADOdb DSN's are compatible with version 1.0 of PEAR DB's DSN format.

    + +

    Examples of Connecting to Databases

    + +

    MySQL and Most Other Database Drivers

    + +

    MySQL connections are very +straightforward, and the parameters are identical to mysql_connect:

    + +
    젨젨젨젨 $conn = &ADONewConnection('mysql'); 
    +젨젨젨젨 $conn->PConnect('localhost','userid','password','database');
    +젨젨젨젨
    +젨젨젨젨
    # or dsn
    젨젨젨젨 $dsn = 'mysql://user:pwd@localhost/mydb'; 
    젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for Connect()
    젨젨젨젨 
    젨젨젨젨 # or persistent dsn
    젨젨젨젨 $dsn = 'mysql://user:pwd@localhost/mydb?persist'; 
    젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for PConnect()
    젨젨젨젨 
    젨젨젨젨 # a more complex example:
    젨젨젨젨 $pwd = urlencode($pwd);
    젨젨젨젨 $flags =?MYSQL_CLIENT_COMPRESS;
    젨젨젨젨 $dsn = "mysql://user:$pwd@localhost/mydb?persist&clientflags=$flags";
    젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for PConnect()
     
    + +

    For most drivers, you can use the +standard function: Connect($server, $user, $password, $database), or a DSN since ADOdb 4.51. Exceptions to this are listed +below.

    + +

    PDO

    + +

    PDO, which only works with PHP5, accepts a +driver specific connection string:

    + +
     
    젨젨젨젨 $conn =& NewADConnection('pdo');
    젨젨젨젨 $conn->Connect('mysql:host=localhost',$user,$pwd,$mydb);
    젨젨젨젨 $conn->Connect('mysql:host=localhost;dbname=mydb',$user,$pwd);
    젨젨젨젨 $conn->Connect("mysql:host=localhost;dbname=mydb;username=$user;password=$pwd");
    + +

    The DSN mechanism is also supported:

    + +
     
    젨젨젨젨 $conn =& NewADConnection("pdo_mysql://user:pwd@localhost/mydb?persist"); # persist is optional
    + +

    PostgreSQL

    + +

    PostgreSQL 7 and 8 accepts connections using: +

    + +

    a. the standard connection string:

    + +
    젨젨젨젨 $conn = &ADONewConnection('postgres');?
    +젨젨젨젨 $conn->PConnect('host=localhost port=5432 dbname=mary');
    + +

    b. the classical 4 parameters:

    + +
    젨젨젨젨 $conn->PConnect('localhost','userid','password','database');
    +?/span>
    + +

    c. dsn:

    + +
    젨젨젨젨 $dsn = 'postgres://user:pwd@localhost/mydb?persist';?# persist is optional
    젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for Connect/PConnect
    + + + +

    LDAP

    + +

    Here is an example of querying a LDAP server. Thanks to Josh Eldridge for +the driver and this example:

    + +
     
    require('/path/to/adodb.inc.php');
     
    /* Make sure to set this BEFORE calling Connect() */
    $LDAP_CONNECT_OPTIONS = Array(
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_DEREF, "OPTION_VALUE"=>2),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_SIZELIMIT,"OPTION_VALUE"=>100),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_TIMELIMIT,"OPTION_VALUE"=>30),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_PROTOCOL_VERSION,"OPTION_VALUE"=>3),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_ERROR_NUMBER,"OPTION_VALUE"=>13),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_REFERRALS,"OPTION_VALUE"=>FALSE),
    젨젨젨젨 Array ("OPTION_NAME"=>LDAP_OPT_RESTART,"OPTION_VALUE"=>FALSE)
    );
    $host = 'ldap.baylor.edu';
    $ldapbase = 'ou=People,o=Baylor University,c=US';
     
    $ldap = NewADOConnection( 'ldap' );
    $ldap->Connect( $host, $user_name='', $password='', $ldapbase );
     
    echo "<pre>";
     
    print_r( $ldap->ServerInfo() );
    $ldap->SetFetchMode(ADODB_FETCH_ASSOC);
    $userName = 'eldridge';
    $filter="(|(CN=$userName*)(sn=$userName*)(givenname=$userName*)(uid=$userName*))";
     
    $rs = $ldap->Execute( $filter );
    if ($rs)
    젨젨젨젨 while ($arr = $rs->FetchRow()) {
    젨젨젨젨 젨젨 print_r($arr);젨젨젨 
    젨젨젨젨 }
     
    $rs = $ldap->Execute( $filter );
    if ($rs) 
    젨젨젨젨 while (!$rs->EOF) {
     젨젨젨젨젨젨젨?print_r($rs->fields);젨젨 
    젨젨젨젨젨젨젨젨 $rs->MoveNext();
    젨젨젨젨 } 
    젨젨젨젨 
    print_r( $ldap->GetArray( $filter ) );
    print_r( $ldap->GetRow( $filter ) );
     
    $ldap->Close();
    echo "</pre>";
    + +

    Using DSN:

    + +
     
    $dsn = "ldap://ldap.baylor.edu/ou=People,o=Baylor University,c=US";
    $db = NewADOConnection($dsn);
    + +

    Interbase/Firebird

    + +

    You define the database in the $host parameter:

    + +
    젨젨젨젨 $conn = &ADONewConnection('ibase'); 
    +젨젨젨젨 $conn->PConnect('localhost:c:\ibase\employee.gdb','sysdba','masterkey');
    + +

    Or dsn:

    + +
    젨젨젨젨 $dsn = 'firebird://user:pwd@localhost/mydb?persist&dialect=3';?# persist is optional
    +젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for Connect/PConnect
    + +

    SQLite

    + +

    Sqlite will create the database file if it does not exist.

    + +
    젨젨젨젨 $conn = &ADONewConnection('sqlite');
    젨젨젨젨 $conn->PConnect('c:\path\to\sqlite.db'); # sqlite will create if does not exist
    + +

    Or dsn:

    + +
    젨젨젨젨 $path = urlencode('c:\path\to\sqlite.db');
    젨젨젨젨 $dsn = "sqlite://$path/?persist";?# persist is optional
    젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for Connect/PConnect
    + +

    Oracle (oci8)

    + +

    With oci8, you can connect in multiple ways. Note that oci8 works fine with +newer versions of the Oracle, eg. 9i and 10g.

    + +

    a. PHP and Oracle reside on the same machine, use default SID.

    + +
    젨젨젨젨 $conn->Connect(false, 'scott', 'tiger');
    + +

    b. TNS Name defined in tnsnames.ora (or ONAMES or HOSTNAMES), eg. 'myTNS'

    + +
    젨젨젨젨 $conn->PConnect(false, 'scott', 'tiger', 'myTNS');
    + +

    or

    + +
    ?/span>젨젨젨?$conn->PConnect('myTNS', 'scott', 'tiger');
    + +

    c. Host Address and SID

    + +
     
    젨젨젨젨 # with adodb 5.06 or 4.991 and later
    젨젨젨젨 $conn->Connect('192.168.0.1', 'scott', 'tiger', "SID=$SID");
    젨젨젨젨 
    젨젨젨젨 # OR with all versions of ADOdb
    젨젨젨젨 $conn->connectSID = true;
    젨젨젨젨 $conn->Connect('192.168.0.1', 'scott', 'tiger', $SID);
    젨젨젨젨 
    + +

    d. Host Address and Service Name

    + +
    젨젨젨젨 $conn->Connect('192.168.0.1', 'scott', 'tiger', 'servicename');
    + +

    e. Oracle connection string:

    + +
    젨젨젨젨 $cstr = "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=$host)(PORT=$port))
    +젨젨젨젨젨젨젨젨젨젨젨젨?(CONNECT_DATA=(SID=$sid)))";
    +젨젨젨젨 $conn->Connect($cstr, 'scott', 'tiger');
    + +

    f. ADOdb dsn:

    + +
    젨젨젨젨 $dsn = 'oci8://user:pwd@tnsname/?persist';?# persist is optional
    +젨젨젨젨 $conn = ADONewConnection($dsn);?# no need for Connect/PConnect
    +젨젨젨젨
    +젨젨젨젨 $dsn = 'oci8://user:pwd@host/sid';
    +젨젨젨젨 $conn = ADONewConnection($dsn);
    +젨젨젨젨
    +젨젨젨젨 $dsn = 'oci8://user:pwd@/';# oracle on local machine
    +젨젨젨젨 $conn = ADONewConnection($dsn);
    + +

    You can also set the charSet for Oracle 9.2 and later, supported since PHP +4.3.2, ADOdb 4.54:

    + +
    젨젨젨젨 $conn->charSet = 'we8iso8859p1';
    +젨젨젨젨 $conn->Connect(...);
    +젨젨젨젨
    +젨젨젨젨 # or
    +젨젨젨젨 $dsn = 'oci8://user:pwd@tnsname/?charset=WE8MSWIN1252';
    +젨젨젨젨 $db = ADONewConnection($dsn);
    + +

    DSN-less ODBC ( Access, MSSQL and DB2 examples)

    + +

    ODBC DSN's can be created in the ODBC control panel, or you can use a +DSN-less connection.To use DSN-less connections with ODBC you need PHP 4.3 or +later.

    + +

    For Microsoft Access:

    + +
    젨젨젨젨 $db =& ADONewConnection('access');
    +젨젨젨젨 $dsn = "Driver={Microsoft Access Driver (*.mdb)};Dbq=d:\\northwind.mdb;Uid=Admin;Pwd=;";
    젨젨젨젨 $db->Connect($dsn);
    + +

    For Microsoft SQL Server:

    + +
    젨젨젨젨 $db =& ADONewConnection('odbc_mssql');
    +젨젨젨젨 $dsn = "Driver={SQL Server};Server=localhost;Database=northwind;";
    +젨젨젨젨 $db->Connect($dsn,'userid','password');
    + +

    or if you prefer to use the mssql extension (which is +limited to mssql 6.5 functionality):

    + +
    젨젨젨젨 $db =& ADONewConnection('mssql');
    +젨젨젨젨 $db->Execute('localhost', 'userid', 'password', 'northwind');
    + +

    For DB2:

    + +
     
    젨젨젨젨 $dbms = 'db2'; # or 'odbc_db2' if db2 extension not available
    젨젨젨젨 $db =& ADONewConnection($dbms);
    젨젨젨젨 $dsn = "driver={IBM db2 odbc DRIVER};Database=sample;hostname=localhost;port=50000;protocol=TCPIP;".
    젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨 "uid=root; pwd=secret";
    +젨젨젨젨 $db->Connect($dsn);
    + +

    DSN-less Connections with ADO
    +If you are using versions of PHP earlier than PHP 4.3.0, DSN-less connections +only work with Microsoft's ADO, +which is Microsoft's COM based API. An example using the ADOdb library and +Microsoft's ADO: +

    + +
    <?php
    +젨젨젨젨 include('adodb.inc.php');
    +젨젨젨젨 $db = &ADONewConnection("ado_mssql");
    +젨젨젨젨 print "<h1>Connecting DSN-less $db->databaseType...</h1>";
    +젨젨젨젨젨젨젨젨
    +젨젨젨젨 $myDSN="PROVIDER=MSDASQL;DRIVER={SQL Server};"
    +젨젨젨젨젨젨젨젨 . "SERVER=flipper;DATABASE=ai;UID=sa;PWD=;"?;
    젨젨젨젨 $db->Connect($myDSN);
    젨젨젨젨 
    젨젨젨젨 $rs = $db->Execute("select * from table");
    젨젨젨젨 $arr = $rs->GetArray();
    젨젨젨젨 print_r($arr);
    ?>
    + +

    High Speed ADOdb - tuning tips

    + +

    ADOdb is a big class library, yet it consistently +beats all other PHP class libraries in performance. This is because it is +designed in a layered fashion, like an onion, with the fastest functions in the +innermost layer. Stick to the following functions for best performance:

    + +
    + + + + + + + + +
    +

    Innermost Layer

    +
    +

    Connect, PConnect, NConnect
    + Execute, CacheExecute
    + SelectLimit, CacheSelectLimit
    + MoveNext, Close
    + qstr, Affected_Rows, Insert_ID

    +
    + +
    + +

    The fastest way to access the field data is by accessing the array +$recordset->fields directly. Also set the global variables $ADODB_FETCH_MODE = ADODB_FETCH_NUM, and (for +oci8, ibase/firebird and odbc) $ADODB_COUNTRECS += false before you connect to your database.

    + +

    Consider using bind parameters if your database supports it, as it improves +query plan reuse. Use ADOdb's performance tuning system to identify bottlenecks +quickly. At the time of writing (Dec 2003), this means oci8 and odbc drivers.

    + +

    Lastly make sure you have a PHP accelerator cache installed such as APC, +Turck MMCache, Zend Accelerator or ionCube.

    + +

    Some examples:

    + +
    + + + + + + + + + + +
    +

    Fastest data retrieval using PHP

    +
    +

    Fastest data retrieval using ADOdb extension

    +
    +
    $rs =& $rs->Execute($sql);
    +while (!$rs->EOF) {
    + 젨젨젨젨 var_dump($rs->fields);
    + 젨젨젨젨 $rs->MoveNext();
    +}
    +
    +
    $rs =& $rs->Execute($sql);
    +$array = adodb_getall($rs);
    +var_dump($array);
    +
    +
    +
    + +
    + +

    Advanced Tips

    + +

    If you have the ADOdb C +extension installed, you can replace your calls to $rs->MoveNext() with +adodb_movenext($rs). This doubles the speed of this operation. For retrieving +entire recordsets at once, use GetArray(), which uses the high speed extension +function adodb_getall($rs) internally.

    + +

    Execute() is the default way to run queries. You can use the low-level +functions _Execute() and _query() to reduce query overhead. Both these +functions share the same parameters as Execute().

    + +

    If you do not have any bind parameters or your database supports binding +(without emulation), then you can call _Execute() directly. Calling this +function bypasses bind emulation. Debugging is still supported in _Execute().

    + +

    If you do not require debugging facilities nor emulated binding, and do not +require a recordset to be returned, then you can call _query. This is great for +inserts, updates and deletes. Calling this function bypasses emulated binding, +debugging, and recordset handling. Either the resultid, true or false are +returned by _query().

    + +

    For Informix, you can disable scrollable cursors with $db->cursorType = +0.

    + +

    Hacking ADOdb Safely

    + +

    You might want to modify ADOdb for your own purposes. Luckily you can still +maintain backward compatibility by sub-classing ADOdb and using the +$ADODB_NEWCONNECTION variable. $ADODB_NEWCONNECTION allows you to override the +behaviour of ADONewConnection(). ADOConnection() checks for this variable and +will call the function-name stored in this variable if it is defined.

    + +

    In the following example, new functionality for the connection object is +placed in the hack_mysql and hack_postgres7 classes. The +recordset class naming convention can be controlled using $rsPrefix. Here we +set it to 'hack_rs_', which will make ADOdb use hack_rs_mysql and hack_rs_postgres7 +as the recordset classes.

    + +
    class hack_mysql extends adodb_mysql {
    +var $rsPrefix = 'hack_rs_';
    +?/* Your mods here */
    +}
    +
    +class hack_rs_mysql extends ADORecordSet_mysql {
    +젨젨젨젨 ?/span>/* Your mods here */
    +}
    +
    +class hack_postgres7 extends adodb_postgres7 {
    +var $rsPrefix = 'hack_rs_';
    +?/* Your mods here */
    +}
    +
    +class hack_rs_postgres7 extends ADORecordSet_postgres7 {
    +?/span>/* Your mods here */
    +}
    +
    +$ADODB_NEWCONNECTION = 'hack_factory';
    +
    +function& hack_factory($driver)
    +{
    +젨젨젨젨 if ($driver !== 'mysql' && $driver !== 'postgres7') return false;
    +젨젨젨젨
    +젨젨젨젨 $driver = 'hack_'.$driver;
    +젨젨젨젨 $obj = new $driver();
    +젨젨젨젨 return $obj;
    +}
    +
    +include_once('adodb.inc.php');
    + +

    Don't forget to call the constructor of the parent class in your +constructor. If you want to use the default ADOdb drivers return false in the +above hack_factory() function. Also you can define your own +ADORecordSet_empty() class, by defining a class $$this->rsPrefix.'empty' +since 4.96/5.02.

    + +

    PHP5 Features

    + +

    ADOdb 4.02 or later will transparently determine which +version of PHP you are using. If PHP5 is detected, the following features become +available:

    + +
      +
    • PDO: PDO drivers + are available. See the connection examples. Currently + PDO drivers are not as powerful as native drivers, and should be treated + as experimental.
    • +
    • Foreach iterators: + This is a very natural way of going through a recordset:
    • +
    + +
    ?$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +?$rs = $db->Execute($sql);
    +?foreach($rs as $k => $row) {
    +젨젨젨젨젨 echo "r1=".$row[0]." r2=".$row[1]."<br>";
    +?}
    + +
      +
    • Exceptions: + Just include adodb-exceptions.inc.php and you can now catch + exceptions on errors as they occur.
    • +
    + +
    ?include("../adodb-exceptions.inc.php"); 
    +?include("../adodb.inc.php");젨젨젨
    +?try {
    +젨젨젨젨젨 $db = NewADOConnection("oci8");
    +젨젨젨젨젨 $db->Connect('','scott','bad-password');
    +?} catch (exception $e) {
    +젨젨젨젨젨 var_dump($e);
    +젨젨젨젨젨 adodb_backtrace($e->gettrace());
    +?}
    + +

    Note that reaching EOF is not considered +an error nor an exception.

    + +

    Databases Supported

    + +

    The name below is the value you pass to +NewADOConnection($name) to create a connection object for that database.

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Name

    +
    +

    Tested

    +
    +

    Database

    +
    +

    RecordCount() usable

    +
    +

    Prerequisites

    +
    +

    Operating Systems

    +
    +

    access

    +
    +

    B

    +
    +

    Microsoft Access/Jet. You + need to create an ODBC DSN.

    +
    +

    Y/N

    +
    +

    ODBC

    +
    +

    Windows only

    +
    +

    ado

    +
    +

    B

    +
    +

    Generic ADO, not tuned for specific databases. + Allows DSN-less connections. For best performance, use an OLEDB provider. + This is the base class for all ado drivers.

    +

    You can set $db->codePage before + connecting.

    +
    +

    ? depends on database

    +
    +

    ADO or OLEDB provider

    +
    +

    Windows only

    +
    +

    ado_access

    +
    +

    B

    +
    +

    Microsoft Access/Jet using ADO. Allows DSN-less + connections. For best performance, use an OLEDB provider.

    +
    +

    Y/N

    +
    +

    ADO or OLEDB provider

    +
    +

    Windows only

    +
    +

    ado_mssql

    +
    +

    B

    +
    +

    Microsoft SQL Server using ADO. Allows DSN-less + connections. For best performance, use an OLEDB provider.

    +
    +

    Y/N

    +
    +

    ADO or OLEDB provider

    +
    +

    Windows only

    +
    +

    db2

    +
    +

    C

    +
    +

    Uses PHP's db2-specific + extension for better performance.

    +
    +

    Y/N

    +
    +

    DB2 CLI/ODBC interface

    +
    +

    Unix and Windows. Requires IBM DB2 + Universal Database client.

    +
    +

    odbc_db2

    +
    +

    C

    +
    +

    Connects to DB2 using + generic ODBC extension.

    +
    +

    Y/N

    +
    +

    DB2 CLI/ODBC interface

    +
    +

    Unix and Windows. Unix + install hints. I have had reports that the $host and $database params + have to be reversed in Connect() when using the CLI interface.

    +
    +

    vfp

    +
    +

    A

    +
    +

    Microsoft Visual FoxPro. + You need to create an ODBC DSN.

    +
    +

    Y/N

    +
    +

    ODBC

    +
    +

    Windows only

    +
    +

    fbsql

    +
    +

    C

    +
    +

    FrontBase.

    +
    +

    Y

    +
    +

    ?

    +
    +

    Unix and Windows

    +
    +

    ibase

    +
    +

    B

    +
    +

    Interbase 6 or earlier. + Some users report you might need to use this
    + $db->PConnect('localhost:c:/ibase/employee.gdb', "sysdba", + "masterkey") to connect. Lacks Affected_Rows currently.
    +
    + You can set $db->role, $db->dialect, $db->buffers and + $db->charSet before connecting.

    +
    +

    Y/N

    +
    +

    Interbase client

    +
    +

    Unix and Windows

    +
    +

    firebird

    +
    +

    C

    +
    +

    Firebird version of + interbase.

    +
    +

    Y/N

    +
    +

    Interbase client

    +
    +

    Unix and Windows

    +
    +

    borland_ibase

    +
    +

    C

    +
    +

    Borland version of + Interbase 6.5 or later. Very sad that the forks differ.

    +
    +

    Y/N

    +
    +

    Interbase client

    +
    +

    Unix and Windows

    +
    +

    informix

    +
    +

    C

    +
    +

    Generic informix driver. + Use this if you are using Informix 7.3 or later.

    +
    +

    Y/N

    +
    +

    Informix client

    +
    +

    Unix and Windows

    +
    +

    informix72

    +
    +

    C

    +
    +

    Informix databases before + Informix 7.3 that do no support SELECT FIRST.

    +
    +

    Y/N

    +
    +

    Informix client

    +
    +

    Unix and Windows

    +
    +

    ldap

    +
    +

    C

    +
    +

    LDAP driver. See this + example for usage information.

    +
    +

     

    +
    +

    LDAP extension

    +
    +

    ?

    +
    +

    mssql

    +
    +

    A

    +
    +

    Microsoft SQL Server 7 and later. Works + with Microsoft SQL Server 2000 also. Note that date formating is problematic + with this driver. For example, the PHP mssql extension does not return the + seconds for datetime!

    +
    +

    Y/N

    +
    +

    Mssql client

    +
    +

    Unix and Windows.
    + Unix install + howto and another + one.

    +
    +

    mssqlpo

    +
    +

    A

    +
    +

    Portable mssql driver. Identical to above mssql + driver, except that '||', the concatenation operator, is converted to '+'. + Useful for porting scripts from most other sql variants that use ||.

    +
    +

    Y/N

    +
    +

    Mssql client

    +
    +

    Unix and Windows.
    + Unix install howto
    .

    +
    +

    mssqlnative

    +
    +

    C

    +
    +

    Native mssql driver from M'soft.

    +
    +

    ?

    +
    +

    ?

    +
    +

    Windows. Tq Garrett Serack of M'soft.

    +
    +

     

    +
    +

     

    +
    +

     

    +
    +

     

    +
    +

     

    +
    +

     

    +
    +

    mysql

    +
    +

    A

    +
    +

    MySQL without transaction + support. You can also set $db->clientFlags before connecting.

    +
    +

    Y

    +
    +

    MySQL client

    +
    +

    Unix and Windows

    +
    +

    mysqlt or maxsql

    +
    +

    A

    +
    +

    MySQL with transaction support. We + recommend using || as the concat operator for best portability. This can be + done by running MySQL using:
    + mysqld --ansi or mysqld --sql-mode=PIPES_AS_CONCAT

    +
    +

    Y/N

    +
    +

    MySQL client

    +
    +

    Unix and Windows

    +
    +

    oci8

    +
    +

    A

    +
    +

    Oracle 8/9. Has more + functionality than oracle driver (eg. Affected_Rows). You might have + to putenv('ORACLE_HOME=...') before Connect/PConnect.

    +

    There are 2 ways of connecting - with + server IP and service name:
    + PConnect('serverip:1521','scott','tiger','service')
    + or using an entry in TNSNAMES.ORA or ONAMES or HOSTNAMES:
    + PConnect(false, 'scott', 'tiger', $oraname).

    +

    Since 2.31, we support Oracle REF cursor + variables directly (see ExecuteCursor).

    +
    +

    Y/N

    +
    +

    Oracle client

    +
    +

    Unix and Windows

    +
    +

    oci805

    +
    +

    C

    +
    +

    Supports reduced Oracle + functionality for Oracle 8.0.5. SelectLimit is not as efficient as in the + oci8 or oci8po drivers.

    +
    +

    Y/N

    +
    +

    Oracle client

    +
    +

    Unix and Windows

    +
    +

    oci8po

    +
    +

    A

    +
    +

    Oracle 8/9 portable driver. + This is nearly identical with the oci8 driver except (a) bind variables in + Prepare() use the ? convention, instead of :bindvar, (b) field names use the + more common PHP convention of lowercase names.

    +

    Use this driver if porting from other + databases is important. Otherwise the oci8 driver offers better performance.

    +
    +

    Y/N

    +
    +

    Oracle client

    +
    +

    Unix and Windows

    +
    +

    odbc

    +
    +

    A

    +
    +

    Generic ODBC, not tuned for + specific databases. To connect, use
    + PConnect('DSN','user','pwd'). This is the base class for all odbc derived + drivers.

    +
    +

    ? depends on database

    +
    +

    ODBC

    +
    +

    Unix and Windows. Unix hints.

    +
    +

    odbc_mssql

    +
    +

    C

    +
    +

    Uses ODBC to connect to + MSSQL

    +
    +

    Y/N

    +
    +

    ODBC

    +
    +

    Unix and Windows.

    +
    +

    odbc_oracle

    +
    +

    C

    +
    +

    Uses ODBC to connect to + Oracle

    +
    +

    Y/N

    +
    +

    ODBC

    +
    +

    Unix and Windows.

    +
    +

    odbtp

    +
    +

    C

    +
    +

    Generic odbtp driver. Odbtp is a software for accessing + Windows ODBC data sources from other operating systems.

    +
    +

    Y/N

    +
    +

    odbtp

    +
    +

    Unix and Windows

    +
    +

    odbtp_unicode

    +
    +

    C

    +
    +

    Odtbp with unicode support

    +
    +

    Y/N

    +
    +

    odbtp

    +
    +

    Unix and Windows

    +
    +

    oracle

    +
    +

    C

    +
    +

    Implements old Oracle 7 + client API. Use oci8 driver if possible for better performance.

    +
    +

    Y/N

    +
    +

    Oracle client

    +
    +

    Unix and Windows

    +
    +

    netezza

    +
    +

    C

    +
    +

    Netezza driver. Netezza is + based on postgres code-base.

    +
    +

    Y

    +
    +

    ?

    +
    +

    ?

    +
    +

    pdo

    +
    +

    C

    +
    +

    Generic PDO driver for + PHP5.

    +
    +

    Y

    +
    +

    PDO extension and database + specific drivers

    +
    +

    Unix and Windows.

    +
    +

    postgres

    +
    +

    A

    +
    +

    Generic PostgreSQL driver. + Currently identical to postgres7 driver.

    +
    +

    Y

    +
    +

    PostgreSQL client

    +
    +

    Unix and Windows.

    +
    +

    postgres64

    +
    +

    A

    +
    +

    For PostgreSQL 6.4 and + earlier which does not support LIMIT internally.

    +
    +

    Y

    +
    +

    PostgreSQL client

    +
    +

    Unix and Windows.

    +
    +

    postgres7

    +
    +

    A

    +
    +

    PostgreSQL which supports + LIMIT and other version 7 functionality.

    +
    +

    Y

    +
    +

    PostgreSQL client

    +
    +

    Unix and Windows.

    +
    +

    postgres8

    +
    +

    A

    +
    +

    PostgreSQL which supports + version 8 functionality.

    +
    +

    Y

    +
    +

    PostgreSQL client

    +
    +

    Unix and Windows.

    +
    +

    sapdb

    +
    +

    C

    +
    +

    SAP DB. Should work + reliably as based on ODBC driver.

    +
    +

    Y/N

    +
    +

    SAP ODBC client

    +
    +

    ?

    +
    +

    sqlanywhere

    +
    +

    C

    +
    +

    Sybase SQL Anywhere. Should + work reliably as based on ODBC driver.

    +
    +

    Y/N

    +
    +

    SQL Anywhere ODBC client

    +
    +

    ?

    +
    +

    sqlite

    +
    +

    B

    +
    +

    SQLite.

    +
    +

    Y

    +
    +

    -

    +
    +

    Unix and Windows.

    +
    +

    sqlitepo

    +
    +

    B

    +
    +

    Portable SQLite driver. This + is because assoc mode does not work like other drivers in sqlite. Namely, + when selecting (joining) multiple tables, the table names are included in the + assoc keys in the "sqlite" driver.

    +

    In "sqlitepo" driver, the table + names are stripped from the returned column names. When this results in a + conflict, the first field get preference.

    +
    +

    Y

    +
    +

    -

    +
    +

    Unix and Windows.

    +
    +

    sybase

    +
    +

    C

    +
    +

    Sybase.

    +
    +

    Y/N

    +
    +

    Sybase client

    +
    +

    Unix and Windows.

    +
    +

    sybase_ase

    +
    +

    C

    +
    +

    Sybase ASE.

    +
    +

    Y/N

    +
    +

    Sybase client

    +
    +

    Unix and Windows.

    +
    + +

    The "Tested" column indicates how extensively the code has been +tested and used.
    +A = well tested and used by many people
    +B = tested and usable, but some features might not be implemented
    +C = user contributed or experimental driver. Might not fully support all of the +latest features of ADOdb.

    + +

    The column "RecordCount() usable" indicates whether RecordCount() +return the number of rows, or returns -1 when a SELECT statement is executed. +If this column displays Y/N then the RecordCount() is emulated when the global +variable $ADODB_COUNTRECS=true (this is the default). Note that for large +recordsets, it might be better to disable RecordCount() emulation because +substantial amounts of memory are required to cache the recordset for counting. +Also there is a speed penalty of 40-50% if emulation is required. This is +emulated in most databases except for PostgreSQL and MySQL. This variable is +checked every time a query is executed, so you can selectively choose which +recordsets to count.

    + +
    + +
    + +
    + +

    Tutorials

    + +

    Example 1: Select Statement

    + +

    Task: Connect to the Access Northwind DSN, display the first 2 columns of +each row.

    + +

    In this example, we create a ADOConnection object, which represents the +connection to the database. The connection is initiated with PConnect, which is a persistent +connection. Whenever we want to query the database, we call the ADOConnection.Execute() +function. This returns an ADORecordSet object which is actually a cursor that +holds the current row in the array fields[]. +We use MoveNext() +to move from row to row.

    + +

    NB: A useful function that is not used in this example is SelectLimit, +which allows us to limit the number of rows shown.

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('access');젨젨젨?# create a connection
    +$conn->PConnect('northwind');# connect to MS-Access, northwind DSN
    +$recordSet = &$conn->Execute('select * from products');
    +if (!$recordSet)
    +젨젨젨젨 print $conn->ErrorMsg();
    +else
    +while (!$recordSet->EOF) {
    +젨젨젨젨 print $recordSet->fields[0].' '.$recordSet->fields[1].'<BR>';
    +젨젨젨젨 $recordSet->MoveNext();
    +}
     
    $recordSet->Close(); # optional
    +$conn->Close(); # optional
    +
    +
    ?>
    + +

    The $recordSet returned +stores the current row in the $recordSet->fields +array, indexed by column number (starting from zero). We use the MoveNext() +function to move to the next row. The EOF +property is set to true when end-of-file is reached. If an error occurs in +Execute(), we return false instead of a recordset.

    + +

    The $recordSet->fields[] +array is generated by the PHP database extension. Some database extensions only +index by number and do not index the array by field name. To force indexing by +name - that is associative arrays - use the SetFetchMode function. Each +recordset saves and uses whatever fetch mode was set when the recordset was +created in Execute() or SelectLimit().

    + +
    젨젨젨젨 $db->SetFetchMode(ADODB_FETCH_NUM);
    +젨젨젨젨 $rs1 = $db->Execute('select * from table');
    +젨젨젨젨 $db->SetFetchMode(ADODB_FETCH_ASSOC);
    +젨젨젨젨 $rs2 = $db->Execute('select * from table');
    +젨젨젨젨 print_r($rs1->fields); # shows array([0]=>'v0',[1] =>'v1')
    젨젨젨젨 print_r($rs2->fields); # shows array(['col1']=>'v0',['col2'] =>'v1')
    + +

    To get the number of rows in the select statement, you can use $recordSet->RecordCount(). +Note that it can return -1 if the number of rows returned cannot be determined.

    + +

    Example 2: Advanced Select with Field Objects

    + +

    Select a table, display the first two columns. If the second column is a +date or timestamp, reformat the date to US format.

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('access');젨젨젨?# create a connection
    +$conn->PConnect('northwind');# connect to MS-Access, northwind dsn
    +$recordSet = &$conn->Execute('select CustomerID,OrderDate from Orders');
    +if (!$recordSet)
    +젨젨젨젨 print $conn->ErrorMsg();
    +else
    +while (!$recordSet->EOF) {
    +젨젨젨젨 $fld = $recordSet->FetchField(1);
    젨젨젨젨 $type = $recordSet->MetaType($fld->type);
    +
    +젨젨젨젨 if ( $type == 'D' || $type == 'T')
    +젨젨젨젨젨젨젨젨 print $recordSet->fields[0].' '.
    +젨젨젨젨젨젨젨젨젨젨젨젨?$recordSet->UserDate($recordSet->fields[1],'m/d/Y').'<BR>';
    +젨젨젨젨 else
    젨젨젨젨젨젨젨젨 print $recordSet->fields[0].' '.$recordSet->fields[1].'<BR>';
    +
    +젨젨젨젨 $recordSet->MoveNext();
    +}
    $recordSet->Close(); # optional
    +$conn->Close(); # optional
    +
    +
    ?>
    + +

    In this example, we check the field type of the second column using FetchField(). +This returns an object with at least 3 fields.

    + +
      +
    • name: name of column
    • +
    • type: native field + type of column
    • +
    • max_length: maximum + length of field. Some databases such as MySQL do not return the maximum + length of the field correctly. In these cases max_length will be set to + -1.
    • +
    + +

    We then use MetaType() +to translate the native type to a generic type. Currently the following generic +types are defined:

    + +
      +
    • C: character fields + that should be shown in a <input type="text"> tag.
    • +
    • X: TeXt, large text + fields that should be shown in a <textarea>
    • +
    • B: Blobs, or Binary + Large Objects. Typically images.
    • +
    • D: Date field
    • +
    • T: Timestamp field
    • +
    • L: Logical field + (boolean or bit-field)
    • +
    • I:  Integer + field
    • +
    • N: Numeric field. + Includes autoincrement, numeric, floating point, real and integer.
    • +
    • R: Serial field. + Includes serial, autoincrement integers. This works for selected + databases.
    • +
    + +

    If the metatype is of type date or timestamp, then we print it using the +user defined date format with UserDate(), which converts the PHP SQL date string +format to a user defined one. Another use for MetaType() is data validation before doing an SQL +insert or update.

    + +

    Example 3: Inserting

    + +

    Insert a row to the Orders table containing dates and strings that need to +be quoted before they can be accepted by the database, eg: the single-quote in +the word John's.

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('access');젨젨젨?# create a connection
    +
    +$conn->PConnect('northwind');# connect to MS-Access, northwind dsn
    +$shipto = $conn->qstr("John's Old Shoppe");
    +
    +$sql = "insert into orders (customerID,EmployeeID,OrderDate,ShipName) ";
    +$sql .= "values ('ANATR',2,".$conn->DBDate(time()).",$shipto)";
    +
    +if ($conn->Execute($sql) === false) {
    +젨젨젨젨 print 'error inserting: '.$conn->ErrorMsg().'<BR>';
    +}
    +?>
    + +

    In this example, we see the advanced date and quote handling facilities of +ADOdb. The unix timestamp (which is a long integer) is appropriately formated +for Access with DBDate(), +and the right escape character is used for quoting the John's Old Shoppe, +which is John''s Old Shoppe and not PHP's default John's +Old Shoppe with qstr(). +

    + +

    Observe the error-handling of the Execute statement. False is returned by Execute() if +an error occured. The error message for the last error that occurred is +displayed in ErrorMsg(). +Note: php_track_errors might have to be enabled for error messages to be +saved.

    + +

    Example 4: Debugging

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('access');젨젨젨?# create a connection
    +$conn->PConnect('northwind');# connect to MS-Access, northwind dsn
    +$shipto = $conn->qstr("John's Old Shoppe");
    +$sql = "insert into orders (customerID,EmployeeID,OrderDate,ShipName) ";
    +$sql .= "values ('ANATR',2,".$conn->FormatDate(time()).",$shipto)";
    +$conn->debug = true;
    if ($conn->Execute($sql) === false) print 'error inserting';
    ?>
    + +

    In the above example, we have turned on debugging by setting debug = true. +This will display the SQL statement before execution, and also show any error +messages. There is no need to call ErrorMsg() in this case. For displaying the +recordset, see the rs2html() +example.

    + +

    Also see the section on Custom Error Handlers.

    + +

    Example 5: MySQL and Menus

    + +

    Connect to MySQL database agora, and generate a <select> menu +from an SQL statement where the <option> captions are in the 1st column, +and the value to send back to the server is in the 2nd column.

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('mysql');?# create a connection
    +$conn->PConnect('localhost','userid','','agora');# connect to MySQL, agora db
    +$sql = 'select CustomerName, CustomerID from customers';
    +$rs = $conn->Execute($sql);
    +print $rs->GetMenu('GetCust','Mary Rosli');
    +?>
    + +

    Here we define a menu named GetCust, with the menu option 'Mary Rosli' +selected. See GetMenu(). We also have functions that return +the recordset as an array: GetArray(), and as an associative array with the +key being the first column: GetAssoc().

    + +

    Example 6: Connecting to 2 Databases At Once

    + +
    <?
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn1 = &ADONewConnection('mysql');?# create a mysql connection
    +$conn2 = &ADONewConnection('oracle');?# create a oracle connection
    +
    +$conn1->PConnect($server, $userid, $password, $database);
    +$conn2->PConnect(false, $ora_userid, $ora_pwd, $oraname);
    +
    +$conn1->Execute('insert ...');
    +$conn2->Execute('update ...');
    +?>
    + +

    Example 7: Generating Update and Insert SQL

    + +

    Since ADOdb 4.56, we support AutoExecute(), +which simplifies things by providing an advanced wrapper for GetInsertSQL() and +GetUpdateSQL(). For example, an INSERT can be carried out with:

    + +
     
    젨?$record["firstname"] = "Bob"; 
    젨젨$record["lastname"] = "Smith"; 
    젨젨$record["created"] = time(); 
    젨젨$insertSQL = $conn->AutoExecute($rs, $record, 'INSERT'); 
    + +

    and an UPDATE with:

    + +
     
    젨?$record["firstname"] = "Caroline"; 
    젨젨$record["lastname"] = "Smith"; # Update Caroline's lastname from Miranda to Smith 
    젨젨$insertSQL = $conn->AutoExecute($rs, $record, 'UPDATE', 'id = 1'); 
    + +

    The rest of this section is out-of-date:

    + +

    ADOdb 1.31 and later supports two new recordset functions: GetUpdateSQL( ) +and GetInsertSQL( ). This allow you to perform a "SELECT * FROM table +query WHERE...", make a copy of the $rs->fields, modify the fields, and +then generate the SQL to update or insert into the table automatically.

    + +

    We show how the functions can be used when accessing a table with the +following fields: (ID, FirstName, LastName, Created).

    + +

    Before these functions can be called, you need to initialize the recordset by +performing a select on the table. Idea and code by Jonathan Younger +jyounger#unilab.com. Since ADOdb 2.42, you can pass a table name instead of a +recordset into GetInsertSQL (in $rs), and it will generate an insert statement +for that table.

    + +
    <?
    +#==============================================
    +# SAMPLE GetUpdateSQL() and GetInsertSQL() code
    +#==============================================
    +include('adodb.inc.php');
    +include('tohtml.inc.php');
    +
    +#==========================
    +# This code tests an insert
    +
    +$sql = "SELECT * FROM ADOXYZ WHERE id = -1";
    +# Select an empty record from the database
    +
    +$conn = &ADONewConnection("mysql");?# create a connection
    +$conn->debug=1;
    +$conn->PConnect("localhost", "admin", "", "test"); # connect to MySQL, testdb
    +$rs = $conn->Execute($sql); # Execute the query and get the empty recordset
    +
    +$record = array(); # Initialize an array to hold the record data to insert
    +
    +# Set the values for the fields in the record
    +# Note that field names are case-insensitive
    +$record["firstname"] = "Bob";
    +$record["lastNamE"] = "Smith";
    +$record["creaTed"] = time();
    +
    +# Pass the empty recordset and the array containing the data to insert
    +# into the GetInsertSQL function. The function will process the data and return
    +# a fully formatted insert sql statement.
    +$insertSQL = $conn->GetInsertSQL($rs, $record);
    +
    +$conn->Execute($insertSQL); # Insert the record into the database
    +
    +#==========================
    +# This code tests an update
    +
    +$sql = "SELECT * FROM ADOXYZ WHERE id = 1";
    +# Select a record to update
    +
    +$rs = $conn->Execute($sql); # Execute the query and get the existing record to update
    +
    +$record = array(); # Initialize an array to hold the record data to update
    +
    +# Set the values for the fields in the record
    +# Note that field names are case-insensitive
    +$record["firstname"] = "Caroline";
    +$record["LasTnAme"] = "Smith"; # Update Caroline's lastname from Miranda to Smith
    +
    +# Pass the single record recordset and the array containing the data to update
    +# into the GetUpdateSQL function. The function will process the data and return
    +# a fully formatted update sql statement with the correct WHERE clause.
    +# If the data has not changed, no recordset is returned
    +$updateSQL = $conn->GetUpdateSQL($rs, $record);
    +
    +$conn->Execute($updateSQL); # Update the record in the database
    +$conn->Close();
    +?>
    + +

    $ADODB_FORCE_TYPE

    + +

    The behaviour of AutoExecute(), GetUpdateSQL() and GetInsertSQL() when +converting empty or null PHP variables to SQL is controlled by the global +$ADODB_FORCE_TYPE variable. Set it to one of the values below. Default is +ADODB_FORCE_VALUE (3):

    + +
    0 = ignore empty fields. All empty fields in array are ignored.
    +1 = force null. All empty, php null and string 'null' fields are changed to sql NULL values.
    +2 = force empty. All empty, php null and string 'null' fields are changed to sql empty '' or 0 values.
    +3 = force value. Value is left as it is. Php null and string 'null' are set to sql NULL values and
    +젨?empty fields '' are set to empty '' sql values.
    +
    +define('ADODB_FORCE_IGNORE',0);
    +define('ADODB_FORCE_NULL',1);
    +define('ADODB_FORCE_EMPTY',2);
    +define('ADODB_FORCE_VALUE',3);
    + +

    Thanks to Niko (nuko#mbnet.fi) for the $ADODB_FORCE_TYPE code.

    + +

    Note: the constant ADODB_FORCE_NULLS is obsolete since 4.52 and is ignored. +Set $ADODB_FORCE_TYPE = ADODB_FORCE_NULL for equivalent behaviour.

    + +

    Since 4.62, the table name to be used can be overridden by setting +$rs->tableName before AutoExecute(), GetInsertSQL() or GetUpdateSQL() is +called.

    + +

    Example 8: Implementing Scrolling with Next and Previous

    + +

    The following code creates a very simple recordset pager, where you can +scroll from page to page of a recordset.

    + +
    include_once('../adodb.inc.php');
    +include_once('../adodb-pager.inc.php');
    +session_start();
    +
    +$db = NewADOConnection('mysql');
    +
    +$db->Connect('localhost','root','','xphplens');
    +
    +$sql = "select * from adoxyz ";
    +
    +$pager = new ADODB_Pager($db,$sql);
    +$pager->Render($rows_per_page=5);
    + +

    This will create a basic record pager that looks like this:

    + + + + + + + + + + + +
    +

    |< +   << +   >> +   >| +  

    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    ID

    +
    +

    First Name

    +
    +

    Last Name

    +
    +

    Date Created

    +
    +

    36 

    +
    +

    Alan 

    +
    +

    Turing 

    +
    +

    Sat 06, Oct 2001 

    +
    +

    37 

    +
    +

    Serena 

    +
    +

    Williams 

    +
    +

    Sat 06, Oct 2001 

    +
    +

    38 

    +
    +

    Yat Sun 

    +
    +

    Sun 

    +
    +

    Sat 06, Oct 2001 

    +
    +

    39 

    +
    +

    Wai Hun 

    +
    +

    See 

    +
    +

    Sat 06, Oct 2001 

    +
    +

    40 

    +
    +

    Steven 

    +
    +

    Oey 

    +
    +

    Sat 06, Oct 2001 

    +
    +

    +
    +

    Page 8/10

    +
    + +

    The number of rows to display at one time is controled by the Render($rows) +method. If you do not pass any value to Render(), ADODB_Pager will default to +10 records per page.

    + +

    You can control the column titles by modifying your SQL (supported by most +databases):

    + +
    $sql = 'select id as "ID", firstname as "First Name", 
    +젨젨젨젨젨젨젨젨 ?lastname as "Last Name", created as "Date Created"
    +젨젨젨젨젨젨젨젨 from adoxyz';
    + +

    The above code can be found in the adodb/tests/testpaging.php example +included with this release, and the class ADODB_Pager in adodb/adodb-pager.inc.php. +The ADODB_Pager code can be adapted by a programmer so that the text links can +be replaced by images, and the dull white background be replaced with more +interesting colors.

    + +

    You can also allow display of html by setting $pager->htmlSpecialChars = +false.

    + +

    Some of the code used here was contributed by Iv? Oliva and Cornel G.

    + +

    Example 9: Exporting in CSV or Tab-Delimited Format

    + +

    We provide some helper functions to export in comma-separated-value (CSV) +and tab-delimited formats:

    + +
    include_once('/path/to/adodb/toexport.inc.php');
    +include_once('/path/to/adodb/adodb.inc.php');
    +
    +
    $db = &NewADOConnection('mysql');
    +$db->Connect($server, $userid, $password, $database);
    +
    +$rs = $db->Execute('select fname as "First Name", surname as "Surname" from table');
    +
    +print "<pre>";
    +print rs2csv($rs); # return a string, CSV format
    + +

    print '<hr>';
    +
    +$rs->MoveFirst(); # note, some databases do not support MoveFirst
    +print rs2tab($rs,false); # return a string, tab-delimited
    +젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨??/span># false == suppress field names in first line

    + +
    print '<hr>';
    +$rs->MoveFirst();
    +rs2tabout($rs); # send to stdout directly (there is also an rs2csvout function)
    +print "</pre>";
    +
    +$rs->MoveFirst();
    +$fp = fopen($path, "w");
    +if ($fp) {
    +?rs2csvfile($rs, $fp); # write to file (there is also an rs2tabfile function)
    +?fclose($fp);
    +}
    + +

    Carriage-returns or newlines are converted to spaces. Field names are +returned in the first line of text. Strings containing the delimiter character +are quoted with double-quotes. Double-quotes are double-quoted again. This +conforms to Excel import and export guide-lines.

    + +

    All the above functions take as an optional last parameter, $addtitles which +defaults to true. When set to false field names in the first line +are suppressed.

    + +

    Example 10: Recordset Filters

    + +

    Sometimes we want to pre-process all rows in a recordset before we use it. +For example, we want to ucwords all text in recordset.

    + +
    include_once('adodb/rsfilter.inc.php');
    +include_once('adodb/adodb.inc.php');
    +
    +// ucwords() every element in the recordset
    +function do_ucwords(&$arr,$rs)
    +{
    +젨젨젨젨 foreach($arr as $k => $v) {
    +젨젨젨젨젨젨젨젨 $arr[$k] = ucwords($v);
    +젨젨젨젨 }
    +}
    +
    +$db = NewADOConnection('mysql');
    +$db->PConnect('server','user','pwd','db');
    +
    +$rs = $db->Execute('select ... from table');
    +$rs = RSFilter($rs,'do_ucwords');
    + +

    The RSFilter function takes 2 parameters, the recordset, and the name +of the filter function. It returns the processed recordset scrolled to +the first record. The filter function takes two parameters, the current +row as an array, and the recordset object. For future compatibility, you should +not use the original recordset object.

    + +

    Example 11: Smart Transactions

    + +

    The old way of doing transactions required you to use

    + +
    $conn->BeginTrans();
    +$ok = $conn->Execute($sql);
    +if ($ok) $ok = $conn->Execute($sql2);
    +if (!$ok) $conn->RollbackTrans();
    +else $conn->CommitTrans();
    + +

    This is very complicated for large projects because you have +to track the error status. Smart Transactions is much simpler. You start a +smart transaction by calling StartTrans():

    + +
    $conn->StartTrans();
    +$conn->Execute($sql);
    +$conn->Execute($Sql2);
    +$conn->CompleteTrans();
    + +

    CompleteTrans() detects when an SQL error occurs, and will +Rollback/Commit as appropriate. To specificly force a rollback even if no error +occured, use FailTrans(). Note that the rollback is done in CompleteTrans(), +and not in FailTrans().

    + +
    $conn->StartTrans();
    +$conn->Execute($sql);
    +if (!CheckRecords()) $conn->FailTrans();
    +$conn->Execute($Sql2);
    +$conn->CompleteTrans();
    + +

    You can also check if a transaction has failed, using HasFailedTrans(), +which returns true if FailTrans() was called, or there was an error in the SQL +execution. Make sure you call HasFailedTrans() before you call CompleteTrans(), +as it is only works between StartTrans/CompleteTrans.

    + +

    Lastly, StartTrans/CompleteTrans is nestable, and only the outermost block +is executed. In contrast, BeginTrans/CommitTrans/RollbackTrans is NOT nestable. +

    + +
    $conn->StartTrans();
    +$conn->Execute($sql);
    +?$conn->StartTrans();젨?# ignored
    ?if (!CheckRecords()) $conn->FailTrans();
    ?$conn->CompleteTrans(); # ignored
    $conn->Execute($Sql2);
    $conn->CompleteTrans();
    + +

    Note: Savepoints are currently not supported.

    + +

    Using Custom Error Handlers and PEAR_Error

    + +

    ADOdb supports PHP5 exceptions. Just include adodb-exceptions.inc.php +and you can now catch exceptions on errors as they occur.

    + +
    젨젨젨젨 include("../adodb-exceptions.inc.php"); 
    +젨젨젨젨 include("../adodb.inc.php");젨젨젨
    +젨젨젨젨 try {
    +젨젨젨젨젨젨젨젨 $db = NewADOConnection("oci8://scott:bad-password@mytns/");
    +젨젨젨젨 } catch (exception $e) {
    +젨젨젨젨젨젨젨젨 var_dump($e);
    +젨젨젨젨젨젨젨젨 adodb_backtrace($e->gettrace());
    +젨젨젨젨 }
    + +

    ADOdb also provides two custom handlers which you can modify for your needs. +The first one is in the adodb-errorhandler.inc.php file. This makes use +of the standard PHP functions error_reporting +to control what error messages types to display, and trigger_error which invokes the default +PHP error handler.

    + +

    Including the above file will cause trigger_error($errorstring,E_USER_ERROR) +to be called when
    +(a) Connect() or PConnect() fails, or
    +(b) a function that executes SQL statements such as Execute() or SelectLimit() +has an error.
    +(c) GenID() appears to go into an infinite loop.

    + +

    The $errorstring is generated by ADOdb and will contain useful debugging +information similar to the error.log data generated below. This file +adodb-errorhandler.inc.php should be included before you create any +ADOConnection objects.

    + +

    If you define error_reporting(0), no errors will be passed to the error +handler. If you set error_reporting(E_ALL), all errors will be passed to the +error handler. You still need to use ini_set("display_errors", +"0" or "1") to control the display of errors.

    + +
    <?php
    +error_reporting(E_ALL); # pass any error messages triggered to error handler
    +include('adodb-errorhandler.inc.php');
    include('adodb.inc.php');
    include('tohtml.inc.php');
    $c = NewADOConnection('mysql');
    $c->PConnect('localhost','root','','northwind');
    $rs=$c->Execute('select * from productsz'); #invalid table productsz');
    if ($rs) rs2html($rs);
    ?>
    + +

    If you want to log the error message, you can do so by defining the +following optional constants ADODB_ERROR_LOG_TYPE and ADODB_ERROR_LOG_DEST. +ADODB_ERROR_LOG_TYPE is the error log message type (see error_log in the PHP manual). In this case +we set it to 3, which means log to the file defined by the constant +ADODB_ERROR_LOG_DEST.

    + +
    <?php
    +error_reporting(E_ALL); # report all errors
    +ini_set("display_errors", "0"); # but do not echo the errors
    +define('ADODB_ERROR_LOG_TYPE',3);
    +define('ADODB_ERROR_LOG_DEST','C:/errors.log');
    +include('adodb-errorhandler.inc.php');
    include('adodb.inc.php');
    include('tohtml.inc.php');
     
    $c = NewADOConnection('mysql');
    $c->PConnect('localhost','root','','northwind');
    $rs=$c->Execute('select * from productsz'); ## invalid table productsz
    if ($rs) rs2html($rs);
    ?>
    + +

    The following message will be logged in the error.log file:

    + +
    (2001-10-28 14:20:38) mysql error: [1146: Table 'northwind.productsz' doesn't exist] in
    +?/span>EXECUTE("select * from productsz")
    + +

    PEAR_ERROR

    + +

    The second error handler is adodb-errorpear.inc.php. +This will create a PEAR_Error derived object whenever an error occurs. The last +PEAR_Error object created can be retrieved using ADODB_Pear_Error().

    + +
    <?php
    +include('adodb-errorpear.inc.php');
    include('adodb.inc.php');
    include('tohtml.inc.php');
    $c = NewADOConnection('mysql');
    $c->PConnect('localhost','root','','northwind');
    $rs=$c->Execute('select * from productsz'); #invalid table productsz');
    if ($rs) rs2html($rs);
    else {
    젨젨젨젨 $e = ADODB_Pear_Error();
    +젨젨젨젨 echo '<p>',$e->message,'</p>';
    }
    ?>
    + +

    You can use a PEAR_Error derived class by defining the constant +ADODB_PEAR_ERROR_CLASS before the adodb-errorpear.inc.php file is included. For +easy debugging, you can set the default error handler in the beginning of the +PHP script to PEAR_ERROR_DIE, which will cause an error message to be printed, +then halt script execution:

    + +
    include('PEAR.php');
    +PEAR::setErrorHandling('PEAR_ERROR_DIE');
    + +

    Note that we do not explicitly return a PEAR_Error object to you when an +error occurs. We return false instead. You have to call ADODB_Pear_Error() to +get the last error or use the PEAR_ERROR_DIE technique.

    + +

    MetaError and MetaErrMsg

    + +

    If you need error messages that work across multiple databases, then use MetaError(), which returns a virtualized error number, +based on PEAR DB's error number system, and MetaErrMsg(). +

    + +

    Error Messages

    + +

    Error messages are outputted using the static method +ADOConnnection::outp($msg,$newline=true). By default, it sends the messages to +the client. You can override this to perform error-logging.

    + +

    Data Source Names

    + +

    We now support connecting using PEAR style DSN's. A DSN is a connection +string of the form:

    + +

    $dsn = "$driver://$username:$password@$hostname/$databasename";

    + +

    An example:

    + +
    $username = 'root';
    +$password = '';
    +$hostname = 'localhost';
    +$databasename = 'xphplens';
    +$driver = 'mysql';
    +$dsn = "$driver://$username:$password@$hostname/$databasename"
    +$db = NewADOConnection();
    +# DB::Connect($dsn) also works if you include 'adodb/adodb-pear.inc.php' at the top
    +$rs = $db->query('select firstname,lastname from adoxyz');
    +$cnt = 0;
    +while ($arr = $rs->fetchRow()) {
    +젨젨젨젨젨젨젨젨 print_r($arr); print "<br>";
    +}
    + +

    More info and connection examples on the DSN +format.

    + +

    PEAR Compatibility

    + +

    We support DSN's (see above), and the following functions:

    + +
    ?/span>DB_Common
     젨젨젨?query - returns PEAR_Error on error
    젨젨젨젨 limitQuery - return PEAR_Error on error
    젨젨젨젨 prepare - does not return PEAR_Error on error
    젨젨젨젨 execute - does not return PEAR_Error on error
    젨젨젨젨 setFetchMode - supports ASSOC and ORDERED
    젨젨젨젨 errorNative
    젨젨젨젨 quote
    젨젨젨젨 nextID
    젨젨젨젨 disconnect
    젨젨젨젨 
    젨젨젨젨 getOne
    젨젨젨젨 getAssoc
    젨젨젨젨 getRow
    젨젨젨젨 getCol
    젨젨젨젨 
     DB_Result
     젨젨젨?numRows - returns -1 if not supported
    젨젨젨젨 numCols
    젨젨젨젨 fetchInto - does not support passing of fetchmode
    젨젨젨젨 fetchRows - does not support passing of fetchmode
    젨젨젨젨 free
    + +

    Caching of Recordsets

    + +

    ADOdb now supports caching of recordsets in the file system using the +CacheExecute( ), CachePageExecute( ) and CacheSelectLimit( ) functions. There +are similar to the non-cache functions, except that they take a new first +parameter, $secs2cache.

    + +

    An example:

    + +
    include('adodb.inc.php'); # load code common to ADOdb
    +$ADODB_CACHE_DIR = '/usr/ADODB_cache';
    +$conn = &ADONewConnection('mysql');?# create a connection
    +$conn->PConnect('localhost','userid','','agora');# connect to MySQL, agora db
    +$sql = 'select CustomerName, CustomerID from customers';
    +$rs = $conn->CacheExecute(15,$sql);
    + +

    The first parameter is the number of seconds to cache the query. Subsequent +calls to that query will used the cached version stored in $ADODB_CACHE_DIR. To +force a query to execute and flush the cache, call CacheExecute() with the +first parameter set to zero. Alternatively, use the CacheFlush($sql) call.

    + +

    For the sake of security, we recommend you set register_globals=off in +php.ini if you are using $ADODB_CACHE_DIR.

    + +

    In ADOdb 1.80 onwards, the secs2cache parameter is optional in +CacheSelectLimit() and CacheExecute(). If you leave it out, it will use the +$connection->cacheSecs parameter, which defaults to 60 minutes. The following +are equivalent:

    + +
     
    ?# (1)
    ?$rs = $db->SelectLimit(30, 'select * from table', 10);
    ?
    # (2)
    ?$db->cacheSsecs = 30;
    ?$rs = $db->SelectLimit('select * from table', 10);
    ?
    젨젨젨젨 $conn->Connect(...);
    +젨젨젨젨 $conn->cacheSecs = 3600*24; # cache 24 hours
    +젨젨젨젨 $rs = $conn->CacheExecute('select * from table');
    + +

    Please note that magic_quotes_runtime should be turned off. Do not change +$ADODB_FETCH_MODE (or SetFetchMode) as the cached recordset will use the +$ADODB_FETCH_MODE set when the query was executed.

    + +

    MemCache support

    + +

    You can also share cached recordsets on +a memcache server. The memcache API supports one or more pooled hosts. Only if +none of the pooled servers can be contacted will a connect error be generated. +Example below:

    + +
     
    $db = NewADOConnection($driver='mysql');
    $db->memCache = true;
    $db->memCacheHost = array($ip1, $ip2, $ip3); /// $db->memCacheHost = $ip1; will work too
    $db->memCachePort = 11211; /// this is default memCache port
    $db->memCacheCompress = false; /// Use 'true' to store the item compressed (uses zlib)
     
    $db->Connect(...);
    $db->CacheExecute($sql);
    + +

    More info on memcache can be found at http://www.danga.com/memcached/.

    + +

    Caching API

    + +

    There is also a caching API since +4.99/5.05. Two implementations of the API are already available providing file +and memcache support.

    + +

    The new API for creating your custom +caching class uses 2 globals:

    + +
      +
    • $ADODB_CACHE_CLASS: name of caching class
    • +
    • $ADODB_CACHE: instance of $ADODB_CACHE_CLASS
    • +
    + +
     
    include "/path/to/adodb.inc.php";
    $ADODB_CACHE_CLASS = 'MyCacheClass';
     
    class MyCacheClass extends ADODB_Cache_File
    {
    젨젨젨젨 var $createdir = false; // do not set this to true unless you use temp directories in cache path
    젨젨젨젨 function writecache($filename, $contents,$debug=false){...}
    젨젨젨젨 function &readcache($filename, &$err, $secs2cache, $rsClass){ ...}
    젨젨젨젨  :
    }
     
    $DB = NewADOConnection($driver);
    $DB->Connect(...);?## MyCacheClass created here and stored in $ADODB_CACHE global variable.
     
    $data = $rs->CacheGetOne($sql); ## MyCacheClass is used here for caching...
    + + + +

    Pivot Tables

    + +

    Since ADOdb 2.30, we support the generation of SQL to create pivot tables, +also known as cross-tabulations. For further explanation read this DevShed Cross-Tabulation tutorial. +We assume that your database supports the SQL case-when expression.

    + +

    In this example, we will use the Northwind database from Microsoft. In the +database, we have a products table, and we want to analyze this table by suppliers +versus product categories. We will place the suppliers on each row, and +pivot on categories. So from the table on the left, we generate the pivot-table +on the right:

    + +
    + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + +
    +

    Supplier

    +
    +

    Category

    +
    +

    supplier1

    +
    +

    category1

    +
    +

    supplier2

    +
    +

    category1

    +
    +

    supplier2

    +
    +

    category2

    +
    +
    +

    +
    +

    -->

    +
    +
    + + + + + + + + + + + + + + + + + + + +
    +

     

    +
    +

    category1

    +
    +

    category2

    +
    +

    total

    +
    +

    supplier1

    +
    +

    1

    +
    +

    0

    +
    +

    1

    +
    +

    supplier2

    +
    +

    1

    +
    +

    1

    +
    +

    2

    +
    +
    +

    +
    + +
    + +

    The following code will generate the SQL for a cross-tabulation:

    + +
    # Query the main "product" table
    +# Set the rows to SupplierName
    +# and the columns to the values of Categories
    +# and define the joins to link to lookup tables
    +# "categories" and "suppliers"
    +#
    +?/span>include "adodb/pivottable.inc.php";
    +?/span>$sql = PivotTableSQL(
    +?/span>젨젨젨?$gDB,젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨?# adodb connection
    +?/span>젨젨젨?'products p ,categories c ,suppliers s',# tables
    +젨젨젨젨 'SupplierName',젨젨젨젨젨젨젨젨젨젨젨젨젨젨 # rows (multiple fields allowed)
    +젨젨젨젨 'CategoryName',젨젨젨젨젨젨젨젨젨젨젨젨젨?# column to pivot on
    +젨젨젨젨 'p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID' # joins/where
    +);
    + +

    This will generate the following SQL:

    + +

    SELECT SupplierName,
    +SUM(CASE WHEN CategoryName='Beverages' THEN 1 ELSE 0 END) AS +"Beverages",
    +SUM(CASE WHEN CategoryName='Condiments' THEN 1 ELSE 0 END) AS +"Condiments",
    +SUM(CASE WHEN CategoryName='Confections' THEN 1 ELSE 0 END) AS +"Confections",
    +SUM(CASE WHEN CategoryName='Dairy Products' THEN 1 ELSE 0 END) AS +"Dairy Products",
    +SUM(CASE WHEN CategoryName='Grains/Cereals' THEN 1 ELSE 0 END) AS +"Grains/Cereals",
    +SUM(CASE WHEN CategoryName='Meat/Poultry' THEN 1 ELSE 0 END) AS +"Meat/Poultry",
    +SUM(CASE WHEN CategoryName='Produce' THEN 1 ELSE 0 END) AS +"Produce",
    +SUM(CASE WHEN CategoryName='Seafood' THEN 1 ELSE 0 END) AS +"Seafood",
    +SUM(1) as Total
    +FROM products p ,categories c ,suppliers s WHERE p.CategoryID = +c.CategoryID and s.SupplierID= p.SupplierID
    +GROUP BY SupplierName

    + +

    You can also pivot on numerical columns and generate totals by +using ranges. This code was revised in ADODB 2.41 and is not backward +compatible. The second example shows this:

    + +
    ?/span>$sql = PivotTableSQL(
    +?/span>젨젨젨?$gDB,젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨 # adodb connection
    +?/span>젨젨젨?'products p ,categories c ,suppliers s',젨?# tables
    +젨젨젨젨 'SupplierName',젨젨젨젨젨젨젨젨젨젨젨젨젨젨?# rows (multiple fields allowed)
    array(젨젨젨젨젨젨젨젨젨젨젨 젨젨젨젨젨젨젨젨# column ranges
    젨젨젨젨 ' 0 '젨젨?=> 'UnitsInStock <= 0',
    젨젨젨젨 "1 to 5"=> '0 < UnitsInStock and UnitsInStock <= 5',
    젨젨젨젨 "6 to 10"?=> '5 < UnitsInStock and UnitsInStock <= 10',
    젨젨젨젨 "11 to 15" => '10 < UnitsInStock and UnitsInStock <= 15',
    젨젨젨젨 "16+"젨젨?=> '15 < UnitsInStock'
    젨젨젨젨 ),
    젨젨젨젨 ' p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID', # joins/where
    젨젨젨젨 'UnitsInStock',젨젨젨젨젨젨젨젨젨젨젨젨젨젨 # sum this field
    젨젨젨젨 'Sum '젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨?# sum label prefix
    );
    + +

    Which generates:

    + +

    SELECT SupplierName,
    +SUM(CASE WHEN UnitsInStock <= 0 THEN UnitsInStock ELSE 0 END) AS +"Sum 0 ",
    +SUM(CASE WHEN 0 < UnitsInStock and UnitsInStock <= 5 THEN +UnitsInStock ELSE 0 END) AS "Sum 1 to 5",
    +SUM(CASE WHEN 5 < UnitsInStock and UnitsInStock <= 10 THEN UnitsInStock +ELSE 0 END) AS "Sum 6 to 10",
    +SUM(CASE WHEN 10 < UnitsInStock and UnitsInStock <= 15 THEN +UnitsInStock ELSE 0 END) AS "Sum 11 to 15",
    +SUM(CASE WHEN 15 < UnitsInStock THEN UnitsInStock ELSE 0 END) AS +"Sum 16+",
    +SUM(UnitsInStock) AS "Sum UnitsInStock",
    +SUM(1) as Total,
    +FROM products p ,categories c ,suppliers s WHERE p.CategoryID = +c.CategoryID and s.SupplierID= p.SupplierID
    +GROUP BY SupplierName

    + +
    + +
    + +
    + +

    Class Reference

    + +

    Function parameters with [ ] around them are optional.

    + +

    Global Variables

    + +

    $ADODB_COUNTRECS

    + +

    If the database driver API does not support counting the number of records +returned in a SELECT statement, the function RecordCount() is emulated when the +global variable $ADODB_COUNTRECS is set to true, which is the default. We +emulate this by buffering the records, which can take up large amounts of +memory for big recordsets. Set this variable to false for the best performance. +This variable is checked every time a query is executed, so you can selectively +choose which recordsets to count.

    + +

    $ADODB_CACHE_DIR

    + +

    If you are using recordset caching, this is the directory to save your +recordsets in. Define this before you call any caching functions such as +CacheExecute( ). We recommend setting register_globals=off in php.ini if +you use this feature for security reasons.

    + +

    If you are using Unix and apache, you might need to set your cache directory +permissions to something similar to the following:

    + +

    chown -R apache /path/to/adodb/cache
    +chgrp -R apache /path/to/adodb/cache

    + +

    $ADODB_ANSI_PADDING_OFF

    + +

    Determines whether to right trim CHAR fields (and also VARCHAR for +ibase/firebird). Set to true to trim. Default is false. Currently works for +oci8po, ibase and firebird drivers. Added in ADOdb 4.01.

    + +

    $ADODB_LANG

    + +

    Determines the language used in MetaErrorMsg(). The default is 'en', for +English. To find out what languages are supported, see the files in +adodb/lang/adodb-$lang.inc.php, where $lang is the supported langauge.

    + +

    $ADODB_FETCH_MODE

    + +

    This is a global variable that determines how arrays are retrieved by recordsets. +The recordset saves this value on creation (eg. in Execute( ) or SelectLimit( +)), and any subsequent changes to $ADODB_FETCH_MODE have no affect on existing +recordsets, only on recordsets created in the future.

    + +

    The following constants are defined:

    + +

    define('ADODB_FETCH_DEFAULT',0);
    +define('ADODB_FETCH_NUM',1);
    +define('ADODB_FETCH_ASSOC',2);
    +define('ADODB_FETCH_BOTH',3);

    + +

    An example:

    + +
    젨젨젨젨 $ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +젨젨젨젨 $rs1 = $db->Execute('select * from table');
    +젨젨젨젨 $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC;
    +젨젨젨젨 $rs2 = $db->Execute('select * from table');
    +젨젨젨젨 print_r($rs1->fields); # shows array([0]=>'v0',[1] =>'v1')
    젨젨젨젨 print_r($rs2->fields); # shows array(['col1']=>'v0',['col2'] =>'v1')
    + +

    As you can see in the above example, both recordsets store and use different +fetch modes based on the $ADODB_FETCH_MODE setting when the recordset was +created by Execute().

    + +

    If no fetch mode is predefined, the fetch mode defaults to +ADODB_FETCH_DEFAULT. The behaviour of this default mode varies from driver to +driver, so do not rely on ADODB_FETCH_DEFAULT. For portability, we recommend +sticking to ADODB_FETCH_NUM or ADODB_FETCH_ASSOC. Many drivers do not support +ADODB_FETCH_BOTH.

    + +

    SetFetchMode Function

    + +

    If you have multiple connection objects, and want to have different fetch +modes for each connection, then use SetFetchMode. +Once this function is called for a connection object, that connection object +will ignore the global variable $ADODB_FETCH_MODE and will use the internal +fetchMode property exclusively.

    + +
    젨젨젨젨 $db->SetFetchMode(ADODB_FETCH_NUM);
    +젨젨젨젨 $rs1 = $db->Execute('select * from table');
    +젨젨젨젨 $db->SetFetchMode(ADODB_FETCH_ASSOC);
    +젨젨젨젨 $rs2 = $db->Execute('select * from table');
    +젨젨젨젨 print_r($rs1->fields); # shows array([0]=>'v0',[1] =>'v1')
    젨젨젨젨 print_r($rs2->fields); # shows array(['col1']=>'v0',['col2'] =>'v1')
    + +

    To retrieve the previous fetch mode, you can use check the $db->fetchMode +property, or use the return value of SetFetchMode( ).

    + +

    ADODB_ASSOC_CASE

    + +

    You can control the associative fetch case for certain drivers which behave +differently. For the sybase, oci8po, mssql, odbc and ibase drivers and all +drivers derived from them, ADODB_ASSOC_CASE will by default generate recordsets +where the field name keys are lower-cased. Use the constant ADODB_ASSOC_CASE to +change the case of the keys. There are 3 possible values:

    + +

    0 = assoc lowercase field names. $rs->fields['orderid']
    +1 = assoc uppercase field names. $rs->fields['ORDERID']
    +2 = use native-case field names. $rs->fields['OrderID'] -- this is the +default since ADOdb 2.90

    + +

    To use it, declare it before you incldue adodb.inc.php.

    + +

    define('ADODB_ASSOC_CASE', 2); # use native-case for ADODB_FETCH_ASSOC
    +include('adodb.inc.php');

    + +

    $ADODB_FORCE_TYPE

    + +

    See the GetUpdateSQL tutorial.

    + +

    $ADODB_QUOTE_FIELDNAMES

    + +

    Auto-quotes field names when using AutoExecute() when set to true.

    + +

     

    + +
    + +
    + +
    + +

    ADOConnection

    + +

    Object that performs the connection to the database, executes SQL statements +and has a set of utility functions for standardising the format of SQL +statements for issues such as concatenation and date formats.

    + +

    ADOConnection Fields

    + +

    databaseType: Name of the database system we are connecting to. Eg. odbc +or mssql or mysql.

    + +

    dataProvider: The underlying mechanism used to connect to the +database. Normally set to native, unless using odbc or ado.

    + +

    host: Name of server or data source name (DSN) to connect to.

    + +

    database: Name of the database or to connect to. If ado is used, it +will hold the ado data provider.

    + +

    user: Login id to connect to database. Password is not saved for +security reasons.

    + +

    raiseErrorFn: Allows you to define an error handling function. See +adodb-errorhandler.inc.php for an example.

    + +

    debug: Set to true to make debug statements to appear.

    + +

    concat_operator: Set to '+' or '||' normally. The operator used to +concatenate strings in SQL. Used by the Concat +function.

    + +

    fmtDate: The format used by the DBDate +function to send dates to the database. is '#Y-m-d#' for Microsoft Access, and +''Y-m-d'' for MySQL.

    + +

    fmtTimeStamp: The format used by the DBTimeStamp +function to send timestamps to the database.

    + +

    true: The value used to represent true.Eg. '.T.'. for Foxpro, '1' for +Microsoft SQL.

    + +

    false: The value used to represent false. Eg. '.F.'. for Foxpro, '0' +for Microsoft SQL.

    + +

    replaceQuote: The string used to escape quotes. Eg. double +single-quotes for Microsoft SQL, and backslash-quote for MySQL. Used by qstr.

    + +

    autoCommit: indicates whether automatic commit is enabled. Default is +true.

    + +

    charSet: set the default charset to use. Currently only +interbase/firebird supports this.

    + +

    dialect: set the default sql dialect to use. Currently only interbase/firebird +supports this.

    + +

    role: set the role. Currently only interbase/firebird supports this.

    + +

    metaTablesSQL: SQL statement to return a list of available tables. +Eg. SHOW TABLES in MySQL.

    + +

    genID: The latest id generated by GenID() if supported by the +database.

    + +

    cacheSecs: The number of seconds to cache recordsets if +CacheExecute() or CacheSelectLimit() omit the $secs2cache parameter. Defaults +to 60 minutes.

    + +

    sysDate: String that holds the name of the database function to call +to get the current date. Useful for inserts and updates.

    + +

    sysTimeStamp: String that holds the name of the database function to +call to get the current timestamp/datetime value.

    + +

    leftOuter: String that holds operator for left outer join, if known. +Otherwise set to false.

    + +

    rightOuter: String that holds operator for left outer join, if known. +Otherwise set to false.

    + +

    ansiOuter: Boolean that if true indicates that ANSI style outer joins +are permitted. Eg. select * from table1 left join table2 on p1=p2.

    + +

    connectSID: Boolean that indicates whether to treat the $database +parameter in connects as the SID for the oci8 driver. Defaults to false. Useful +for Oracle 8.0.5 and earlier.

    + +

    autoRollback: Persistent connections are auto-rollbacked in PConnect( +) if this is set to true. Default is false.

    + +
    + +
    + +
    + +

    ADOConnection Main Functions

    + +

    ADOConnection( )

    + +

    Constructor function. Do not call this directly. Use ADONewConnection( ) +instead.

    + +

    Connect($host,[$user],[$password],[$database])

    + +

    Non-persistent connect to data source or server $host, using userid $user +and password $password. If the server supports multiple databases, +connect to database $database.

    + +

    Returns true/false depending on connection success. Since 4.23, null is +returned if the extension is not loaded.

    + +

    ADO Note: If +you are using a Microsoft ADO and not OLEDB, you can set the $database +parameter to the OLEDB data provider you are using.

    + +

    PostgreSQL: An alternative way of connecting to the database is to pass the +standard PostgreSQL connection string in the first parameter $host, and the +other parameters will be ignored.

    + +

    For Oracle and Oci8, there are two ways to connect. First is to use the TNS +name defined in your local tnsnames.ora (or ONAMES or HOSTNAMES). Place the +name in the $database field, and set the $host field to false. Alternatively, +set $host to the server, and $database to the database SID, this bypassed +tnsnames.ora.

    + +

    Examples:

    + +
    ?/span># $oraname in tnsnames.ora/ONAMES/HOSTNAMES
    +?/span>$conn->Connect(false, 'scott', 'tiger', $oraname);
    +?/span>$conn->Connect('server:1521', 'scott', 'tiger', 'ServiceName'); # bypass tnsnames.ora
    + +

    There are many examples of connecting to a database. See Connection Examples for many examples.

    + +

    PConnect($host,[$user],[$password],[$database])

    + +

    Persistent connect to data source or server $host, using userid $user +and password $password. If the server supports multiple databases, +connect to database $database.

    + +

    We now perform a rollback on persistent connection for selected databases +since 2.21, as advised in the PHP manual. See change log or source code for +which databases are affected.

    + +

    Returns true/false depending on connection. Since 4.23, 0 is returned if the +extension is not loaded. See Connect( ) above for more info.

    + +

    Since ADOdb 2.21, we also support autoRollback. If you set:

    + +
    ?/span>$conn = &NewADOConnection('mysql');
    +?/span>$conn->autoRollback = true; # default is false
    +?/span>$conn->PConnect(...); # rollback here
    + +

    Then when doing a persistent connection with PConnect( ), ADOdb will perform +a rollback first. This is because it is documented that PHP is not guaranteed +to rollback existing failed transactions when persistent connections are used. +This is implemented in Oracle, MySQL, PgSQL, MSSQL, ODBC currently.

    + +

    Since ADOdb 3.11, you can force non-persistent connections even if PConnect +is called by defining the constant ADODB_NEVER_PERSIST before you call +PConnect.

    + +

    Since 4.23, null is returned if the extension is not loaded.

    + +

    NConnect($host,[$user],[$password],[$database])

    + +

    Always force a new connection. In contrast, PHP sometimes reuses connections +when you use Connect() or PConnect(). Currently works only on mysql (PHP 4.3.0 +or later), postgresql and oci8-derived drivers. For other drivers, NConnect() +works like Connect().

    + +

    IsConnected( )

    + +

    Returns true if connected to database. Added in 4.53.

    + +

    Execute($sql,$inputarr=false)

    + +

    Execute SQL statement $sql and return derived class of ADORecordSet +if successful. Note that a record set is always returned on success, even if we +are executing an insert or update statement. You can also pass in $sql a +statement prepared in Prepare().

    + +

    Returns derived class of ADORecordSet. Eg. if connecting via mysql, then +ADORecordSet_mysql would be returned. False is returned if there was an error +in executing the sql.

    + +

    The $inputarr parameter can be used for binding variables to parameters. +Below is an Oracle example:

    + +
    ?/span>$conn->Execute("SELECT * FROM TABLE WHERE COND=:val", array('val'=> $val));
    +?/span>
    + +

    Another example, using ODBC,which uses the ? convention:

    + +
    ?$conn->Execute("SELECT * FROM TABLE WHERE COND=?", array($val));
    + +

    Binding variables

    + +

    Variable binding speeds the compilation and caching of SQL statements, +leading to higher performance. Currently Oracle, Interbase and ODBC supports +variable binding. Interbase/ODBC style ? binding is emulated in databases that +do not support binding. Note that you do not have to quote strings if you use +binding.

    + +

    Variable binding in the odbc, interbase and oci8po drivers.

    + +
    $rs = $db->Execute('select * from table where val=?', array('10'));
    + +

    Variable binding in the oci8 driver:

    + +
    $rs = $db->Execute('select name from table where val=:key', 
    +?array('key' => 10));
    + +

    Bulk binding

    + +

    Since ADOdb 3.80, we support bulk binding in Execute(), in which you pass in +a 2-dimensional array to be bound to an INSERT/UPDATE or DELETE statement.

    + +
    $arr = array(
    +젨젨젨젨 array('Ahmad',32),
    +젨젨젨젨 array('Zulkifli', 24),
    +젨젨젨젨 array('Rosnah', 21)
    +젨젨젨젨 );
    +$ok = $db->Execute('insert into table (name,age) values (?,?)',$arr);
    + +

    This provides very high performance as the SQL statement is prepared first. +The prepared statement is executed repeatedly for each array row until all rows +are completed, or until the first error. Very useful for importing data.

    + +

    CacheExecute([$secs2cache,]$sql,$inputarr=false)

    + +

    Similar to Execute, except that the recordset is cached for $secs2cache +seconds in the $ADODB_CACHE_DIR directory, and $inputarr only accepts +1-dimensional arrays. If CacheExecute() is called again with the same $sql, +$inputarr, and also the same database, same userid, and the cached recordset +has not expired, the cached recordset is returned.

    + +
    ?include('adodb.inc.php'); 
    +?include('tohtml.inc.php');
    +?$ADODB_CACHE_DIR = '/usr/local/ADOdbcache';
    +?$conn = &ADONewConnection('mysql');
    +?$conn->PConnect('localhost','userid','password','database');
    +?$rs = $conn->CacheExecute(15, 'select * from table'); # cache 15 secs
    +?rs2html($rs); /* recordset to html table */?
    + +

    Alternatively, since ADOdb 1.80, the $secs2cache parameter is optional:

    + +
    젨젨젨젨 $conn->Connect(...);
    +젨젨?$conn->cacheSecs = 3600*24; // cache 24 hours
    +젨젨젨젨 $rs = $conn->CacheExecute('select * from table');
    + +

    If $secs2cache is omitted, we use the value in +$connection->cacheSecs (default is 3600 seconds, or 1 hour). Use +CacheExecute() only with SELECT statements.

    + +

    Performance note: I have done some benchmarks and found that they vary so +greatly that it's better to talk about when caching is of benefit. When your +database server is much slower than your Web server or the database is very +overloaded then ADOdb's caching is good because it reduces the load on your +database server. If your database server is lightly loaded or much faster than +your Web server, then caching could actually reduce performance.

    + +

    ExecuteCursor($sql,$cursorName='rs',$parameters=false)

    + +

    Execute an Oracle stored procedure, and returns an Oracle REF cursor +variable as a regular ADOdb recordset. Does not work with any other database +except oci8. Thanks to Robert Tuttle for the design.

    + +
    젨?$db = ADONewConnection("oci8"); 
    +젨?$db->Connect("foo.com:1521", "uid", "pwd", "FOO");
    +젨?$rs = $db->ExecuteCursor("begin :cursorvar := getdata(:param1); end;",
    +젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨?'cursorvar',
    +젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨젨?array('param1'=>10));
    +젨?# $rs is now just like any other ADOdb recordset object
    +젨?rs2html($rs);
    + +

    ExecuteCursor() is a helper function that does the following internally:

    + +
    젨젨젨젨 $stmt = $db->Prepare("begin :cursorvar := getdata(:param1); end;", true); 
    +젨젨젨젨 $db->Parameter($stmt, $cur, 'cursorvar', false, -1, OCI_B_CURSOR);
    +젨젨젨젨 $rs = $db->Execute($stmt,$bindarr);
    + +

    ExecuteCursor only accepts 1 out parameter. So if you have 2 out parameters, +use:

    + +
    젨젨젨젨 $vv = 'A%';
    +젨젨젨젨 $stmt = $db->PrepareSP("BEGIN list_tabs(:crsr,:tt); END;");
    +젨젨젨젨 $db->OutParameter($stmt, $cur, 'crsr', -1, OCI_B_CURSOR);
    +젨젨젨젨 $db->OutParameter($stmt, $vv, 'tt', 32); # return varchar(32)
    +젨젨젨젨 $arr = $db->GetArray($stmt);
    +젨젨젨젨 print_r($arr);
    +젨젨젨젨 echo " val = $vv"; ## outputs 'TEST'
    + +

    for the following PL/SQL:

    + +
    젨젨젨젨 TYPE TabType IS REF CURSOR RETURN TAB%ROWTYPE;
    +
    +젨젨젨젨 PROCEDURE list_tabs(tabcursor IN OUT TabType,tablenames IN OUT VARCHAR) IS
    +젨젨젨젨 BEGIN
    +젨젨젨젨젨젨젨젨 OPEN tabcursor FOR SELECT * FROM TAB WHERE tname LIKE tablenames;
    +젨젨젨젨젨젨젨젨 tablenames := 'TEST';
    +젨젨젨젨 END list_tabs;
    + +

    SelectLimit($sql,$numrows=-1,$offset=-1,$inputarr=false)

    + +

    Returns a recordset if successful. Returns false otherwise. Performs a +select statement, simulating PostgreSQL's SELECT statement, LIMIT $numrows +OFFSET $offset clause.

    + +

    In PostgreSQL, SELECT * FROM TABLE LIMIT 3 will return the first 3 records +only. The equivalent is $connection->SelectLimit('SELECT +* FROM TABLE',3). This functionality is simulated for databases +that do not possess this feature.

    + +

    And SELECT * FROM TABLE LIMIT 3 OFFSET 2 will return records 3, 4 and 5 (eg. +after record 2, return 3 rows). The equivalent in ADOdb is $connection->SelectLimit('SELECT * FROM TABLE',3,2).

    + +

    Note that this is the opposite of MySQL's LIMIT clause. You can also +set $connection->SelectLimit('SELECT * +FROM TABLE',-1,10) to get rows 11 to the last row.

    + +

    The last parameter $inputarr is for databases that support variable binding +such as Oracle oci8. This substantially reduces SQL compilation overhead. Below +is an Oracle example:

    + +
    ?/span>$conn->SelectLimit("SELECT * FROM TABLE WHERE COND=:val", 100,-1,array('val'=> $val));
    +?/span>
    + +

    The oci8po driver (oracle portable driver) uses the more standard bind +variable of ?:

    + +
    ?/span>$conn->SelectLimit("SELECT * FROM TABLE WHERE COND=?", 100,-1,array('val'=> $val));
    + +

    Ron Wilson reports that SelectLimit does not work with UNIONs.

    + +

    CacheSelectLimit([$secs2cache,] $sql, +$numrows=-1,$offset=-1,$inputarr=false)

    + +

    Similar to SelectLimit, except that the recordset returned is cached for +$secs2cache seconds in the $ADODB_CACHE_DIR directory.

    + +

    Since 1.80, $secs2cache has been optional, and you can define the caching +time in $connection->cacheSecs.

    + +
    젨젨젨젨 $conn->Connect(...);
    +$conn->cacheSecs = 3600*24; // cache 24 hours
    +젨젨젨젨 $rs = $conn->CacheSelectLimit('select * from table',10);
    + +

    CacheFlush($sql=false,$inputarr=false)

    + +

    Flush (delete) any cached recordsets for the SQL statement $sql in +$ADODB_CACHE_DIR.

    + +

    If no parameter is passed in, then all adodb_*.cache files are deleted.

    + +

    CacheSelectLimit() rewrites the SQL query, so you won't be able to pass the +SQL to CacheFlush. In this case, to flush the cached SQL recordset returned by +CacheSelectLimit(), set $secs2cache to -1:

    + +
     
    젨젨젨젨 $db->CacheSelectLimit(-1, $sql, $nrows);
    + +

    If you want to flush all cached recordsets manually, execute the following +PHP code (works only under Unix):
    +  system("rm -f `find +".$ADODB_CACHE_DIR." -name adodb_*.cache`");

    + +

    For general cleanup of all expired files, you should use crontab on Unix, +or at.exe on Windows, and a shell script similar to the following:
    +#------------------------------------------------------
    +# This particular example deletes files in the TMPPATH
    +# directory with the string ".cache" in their name that
    +# are more than 7 days old.
    +#------------------------------------------------------
    +AGED=7
    +find ${TMPPATH} -mtime +$AGED | grep "\.cache" | xargs rm -f

    + +

    MetaError($errno=false)

    + +

    Returns a virtualized error number, based on PEAR DB's error number system. +You might need to include adodb-error.inc.php before you call this function. +The parameter $errno is the native error number you want to convert. If you do +not pass any parameter, MetaError will call ErrorNo() for you and convert it. +If the error number cannot be virtualized, MetaError will return -1 (DB_ERROR).

    + +

    MetaErrorMsg($errno)

    + +

    Pass the error number returned by MetaError() for the equivalent textual +error message.

    + +

    ErrorMsg()

    + +

    Returns the last status or error message. The error message is reset after +every call to Execute().

    + +

    This can return a string even if no error occurs. In general you do not need +to call this function unless an ADOdb function returns false on an error.

    + +

    Note: If debug is enabled, the SQL error message is always displayed +when the Execute function is called.

    + +

    ErrorNo()

    + +

    Returns the last error number. The error number is reset after every call to +Execute(). If 0 is returned, no error occurred.

    + +

    Note that old versions of PHP (pre 4.0.6) do not support error number for +ODBC. In general you do not need to call this function unless an ADOdb function +returns false on an error.

    + +

    IgnoreErrors($saveErrHandlers)

    + +

    Allows you to ignore errors so that StartTrans()/CompleteTrans() is not +affected, nor is the default error handler called if an error occurs. Useful +when you want to check if a field or table exists in a database without +invoking an error if it does not exist.

    + +

    Usage:

    + +
     
    $saveErrHandlers = $conn->IgnoreErrors();
    $rs = $conn->Execute("select field from some_table_that_might_not_exist");
    $conn->IgnoreErrors($saveErrHandlers);
    + +

    Warning: do not call StartTrans()/CompleteTrans() inside a code block that +is using IgnoreErrors().

    + +

    SetFetchMode($mode)

    + +

    Sets the current fetch mode for the connection and stores it in +$db->fetchMode. Legal modes are ADODB_FETCH_ASSOC and ADODB_FETCH_NUM. For +more info, see $ADODB_FETCH_MODE.

    + +

    Returns the previous fetch mode, which could be false if SetFetchMode( ) has +not been called before.

    + +

    CreateSequence($seqName = 'adodbseq',$startID=1)

    + +

    Create a sequence. The next time GenID( ) is called, the value returned will +be $startID. Added in 2.60.

    + +

    DropSequence($seqName = 'adodbseq')

    + +

    Delete a sequence. Added in 2.60.

    + +

    GenID($seqName = 'adodbseq',$startID=1)

    + +

    Generate a sequence number . Works for interbase, mysql, postgresql, oci8, +oci8po, mssql, ODBC based (access,vfp,db2,etc) drivers currently. Uses $seqName +as the name of the sequence. GenID() will automatically create the sequence for +you if it does not exist (provided the userid has permission to do so). +Otherwise you will have to create the sequence yourself.

    + +

    If your database driver emulates sequences, the name of the table is the +sequence name. The table has one column, "id" which should be of type +integer, or if you need something larger - numeric(16).

    + +

    For ODBC and databases that do not support sequences natively (eg mssql, +mysql), we create a table for each sequence. If the sequence has not been +defined earlier, it is created with the starting value set in $startID.

    + +

    Note that the mssql driver's GenID() before 1.90 used to generate 16 byte +GUID's.

    + +

    UpdateBlob($table,$column,$val,$where)

    + +

    Allows you to store a blob (in $val) into $table into +$column in a row at $where.

    + +

    Usage:

    + +
    젨젨젨젨 # for oracle
    +젨젨젨젨 $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, empty_blob())');
    +젨젨젨젨 $conn->UpdateBlob('blobtable','blobcol',$blobvalue,'id=1');
    +젨젨젨젨
    +젨젨젨젨 # non oracle databases
    +젨젨젨젨 $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)');
    +젨젨젨젨 $conn->UpdateBlob('blobtable','blobcol',$blobvalue,'id=1');
    + +

    Returns true if succesful, false otherwise. Supported by MySQL, PostgreSQL, +Oci8, Oci8po and Interbase drivers. Other drivers might work, depending on the +state of development.

    + +

    Note that when an Interbase blob is retrieved using SELECT, it still needs +to be decoded using $connection->DecodeBlob($blob); to derive the original +value in versions of PHP before 4.1.0.

    + +

    For PostgreSQL, you can store your blob using blob oid's or as a bytea field. +You can use bytea fields but not blob oid's currently with UpdateBlob( ). +Conversely UpdateBlobFile( ) supports oid's, but not bytea data.
    +
    +If you do not pass in an oid, then UpdateBlob() assumes that you are storing in +bytea fields.

    + +

    If you do not have any blob fields, you can improve you can improve general +SQL query performance by disabling blob handling with +$connection->disableBlobs = true.

    + +

    UpdateClob($table,$column,$val,$where)

    + +

    Allows you to store a clob (in $val) into $table into +$column in a row at $where. Similar to UpdateBlob (see above), but for +Character Large OBjects.

    + +

    Usage:

    + +
    젨젨젨젨 # for oracle
    +젨젨젨젨 $conn->Execute('INSERT INTO clobtable (id, clobcol) VALUES (1, empty_clob())');
    +젨젨젨젨 $conn->UpdateBlob('clobtable','clobcol',$clobvalue,'id=1');
    +젨젨젨젨
    +젨젨젨젨 # non oracle databases
    +젨젨젨젨 $conn->Execute('INSERT INTO clobtable (id, clobcol) VALUES (1, null)');
    +젨젨젨젨 $conn->UpdateBlob('clobtable','clobcol',$clobvalue,'id=1');
    + +

    UpdateBlobFile($table,$column,$path,$where,$blobtype='BLOB')

    + +

    Similar to UpdateBlob, except that we pass in a file path to where the blob +resides.

    + +

    For PostgreSQL, if you are using blob oid's, use this interface. This +interface does not support bytea fields.

    + +

    Returns true if successful, false otherwise.

    + +

    BlobEncode($blob)

    + +

    Some databases require blob's to be encoded manually before upload. Note if +you use UpdateBlob( ) or UpdateBlobFile( ) the conversion is done automatically +for you and you do not have to call this function. For PostgreSQL, currently, +BlobEncode() can only be used for bytea fields.

    + +

    Returns the encoded blob value.

    + +

    Note that there is a connection property called blobEncodeType +which has 3 legal values:

    + +

    false - no need to perform encoding or decoding.
    +'I' - blob encoding required, and returned encoded blob is a numeric value (no +need to quote).
    +'C' - blob encoding required, and returned encoded blob is a character value +(requires quoting).

    + +

    This is purely for documentation purposes, so that programs that accept +multiple database drivers know what is the right thing to do when processing +blobs.

    + +

    BlobDecode($blob, $maxblobsize = false) +

    + +

    Some databases require blob's to be decoded manually after doing a select +statement. If the database does not require decoding, then this function will +return the blob unchanged. Currently BlobDecode is only required for one +database, PostgreSQL, and only if you are using blob oid's (if you are using +bytea fields, we auto-decode for you). The default maxblobsize is set in +$connection->maxblobsize, which is set to 256K in adodb 4.54.

    + +

    In ADOdb 4.54 and later, the blob is the return value. In earlier versions, +the blob data is sent to stdout.

    + +
    $rs = $db->Execute("select bloboid from postgres_table where id=$key");
    +$blob = $db->BlobDecode( reset($rs->fields) );
    + +

    Replace($table, $arrFields, +$keyCols,$autoQuote=false)

    + +

    Try to update a record, and if the record is not found, an insert statement +is generated and executed. Returns 0 on failure, 1 if update statement worked, +2 if no record was found and the insert was executed successfully. This differs +from MySQL's replace which deletes the record and inserts a new record. This +also means you cannot update the primary key. The only exception to this is +Interbase and its derivitives, which uses delete and insert because of some +Interbase API limitations.

    + +

    The parameters are $table which is the table name, the $arrFields which is +an associative array where the keys are the field names, and $keyCols is the +name of the primary key, or an array of field names if it is a compound key. If +$autoQuote is set to true, then Replace() will quote all values that are +non-numeric; auto-quoting will not quote nulls. Note that auto-quoting will not +work if you use SQL functions or operators.

    + +

    Examples:

    + +
    # single field primary key
    +$ret = $db->Replace('atable',
    +젨젨젨젨 array('id'=>1000,'firstname'=>'Harun','lastname'=>'Al-Rashid'),
    +젨젨젨젨 'id',$autoquote = true);?
    +# generates UPDATE atable SET firstname='Harun',lastname='Al-Rashid' WHERE id=1000
    +# or INSERT INTO atable (id,firstname,lastname) VALUES (1000,'Harun','Al-Rashid')
    +
    +# compound key
    +$ret = $db->Replace('atable2',
    +젨젨젨젨 array('firstname'=>'Harun','lastname'=>'Al-Rashid', 'age' => 33, 'birthday' => 'null'),
    +젨젨젨젨 array('lastname','firstname'),
    +젨젨젨젨 $autoquote = true);
    +
    +# no auto-quoting
    +$ret = $db->Replace('atable2',
    +젨젨젨젨 array('firstname'=>"'Harun'",'lastname'=>"'Al-Rashid'", 'age' => 'null'),
    +젨젨젨젨 array('lastname','firstname'));젨?
    + +

    AutoExecute($table, $arrFields, $mode, +$where=false, $forceUpdate=true,$magicq=false)

    + +

    Since ADOdb 4.56, you can automatically generate and execute INSERTs and +UPDATEs on a given table with this function, which is a wrapper for +GetInsertSQL() and GetUpdateSQL().

    + +

    AutoExecute() inserts or updates $table given an array of $arrFields, where +the keys are the field names and the array values are the field values to +store. Note that there is some overhead because the table is first queried to +extract key information before the SQL is generated. We generate an INSERT or +UPDATE based on $mode (see below).

    + +

    Legal values for $mode are

    + +
      +
    • 'INSERT' or 1 or DB_AUTOQUERY_INSERT +
    • +
    • 'UPDATE' or 2 or + DB_AUTOQUERY_UPDATE
    • +
    + +

    You have to define the constants DB_AUTOQUERY_UPDATE and DB_AUTOQUERY_INSERT +yourself or include adodb-pear.inc.php.

    + +

    The $where clause is required if $mode == 'UPDATE'. If $forceUpdate=false +then we will query the database first and check if the field value returned by +the query matches the current field value; only if they differ do we update +that field.

    + +

    Returns true on success, false on error.

    + +

    An example of its use is:

    + +
     
    $record["firstName"] = "Carol";
    $record["lasTname"] = "Smith"; 
    $conn->AutoExecute($table,$record,'INSERT');
    # executes "INSERT INTO $table (firstName,lasTname) values ('Carol',Smith')";
     
    $record["firstName"] = "Carol";
    $record["lasTname"] = "Jones"; 
    $conn->AutoExecute($table,$record,'UPDATE', "lastname like 'Sm%'");
    # executes "UPDATE $table SET firstName='Carol',lasTname='Jones' WHERE lastname like 'Sm%'";
    + +

    Note: One of the strengths of ADOdb's AutoExecute() is that only valid field +names for $table are updated. If $arrFields contains keys that are invalid +field names for $table, they are ignored. There is some overhead in doing this +as we have to query the database to get the field names, but given that you are +not directly coding the SQL yourself, you probably aren't interested in speed +at all, but convenience.

    + +

    Since 4.62, the table name to be used can be overridden by setting +$rs->tableName before AutoExecute(), GetInsertSQL() or GetUpdateSQL() is +called.

    + +

    Since 4.94, setting the global variable $ADODB_QUOTE_FIELDNAMES to true will +force field names to be auto-quoted in AutoExecute(), GetInsertSQL() and +GetUpdateSQL().

    + +

    GetUpdateSQL(&$rs, $arrFields, +$forceUpdate=false,$magicq=false, $force=null)

    + +

    Generate SQL to update a table given a recordset $rs, and the modified +fields of the array $arrFields (which must be an associative array holding the +column names and the new values) are compared with the current recordset. If +$forceUpdate is true, then we also generate the SQL even if $arrFields is +identical to $rs->fields. Requires the recordset to be associative. $magicq +is used to indicate whether magic quotes are enabled (see qstr()). The field +names in the array are case-insensitive.

    + +

    Since 4.52, we allow you to pass the $force type parameter, and this +overrides the $ADODB_FORCE_TYPE global +variable.

    + +

    Since 4.62, the table name to be used can be overridden by setting +$rs->tableName before AutoExecute(), GetInsertSQL() or GetUpdateSQL() is +called.

    + +

    GetInsertSQL(&$rs, $arrFields,$magicq=false,$force_type=false)

    + +

    Generate SQL to insert into a table given a recordset $rs. Requires the +query to be associative. $magicq is used to indicate whether magic quotes are +enabled (for qstr()). The field names in the array are case-insensitive.

    + +

    Since 2.42, you can pass a table name instead of a recordset into +GetInsertSQL (in $rs), and it will generate an insert statement for that table. +

    + +

    Since 4.52, we allow you to pass the $force_type parameter, and this +overrides the $ADODB_FORCE_TYPE global +variable.

    + +

    Since 4.62, the table name to be used can be overridden by setting +$rs->tableName before AutoExecute(), GetInsertSQL() or GetUpdateSQL() is +called.

    + +

    PageExecute($sql, $nrows, $page, $inputarr=false) +

    + +

    Used for pagination of recordset. $page is 1-based. See Example +8.

    + +

    CachePageExecute($secs2cache, $sql, $nrows, +$page, $inputarr=false)

    + +

    Used for pagination of recordset. $page is 1-based. See Example +8. Caching version of PageExecute.

    + +

    Close( )

    + +

    Close the database connection. PHP4 proudly states that we no longer have to +clean up at the end of the connection because the reference counting mechanism +of PHP4 will automatically clean up for us.

    + +

    StartTrans( )

    + +

    Start a monitored transaction. As SQL statements are executed, ADOdb will +monitor for SQL errors, and if any are detected, when CompleteTrans() is +called, we auto-rollback.

    + +

    To understand why StartTrans() is superior to BeginTrans(), let us examine a +few ways of using BeginTrans(). The following is the wrong way to use +transactions:

    + +
    $DB->BeginTrans();
    +$DB->Execute("update table1 set val=$val1 where id=$id");
    +$DB->Execute("update table2 set val=$val2 where id=$id");
    +$DB->CommitTrans();
    + +

    because you perform no error checking. It is possible to update table1 and +for the update on table2 to fail. Here is a better way:

    + +
    $DB->BeginTrans();
    +$ok = $DB->Execute("update table1 set val=$val1 where id=$id");
    +if ($ok) $ok = $DB->Execute("update table2 set val=$val2 where id=$id");
    +if ($ok) $DB->CommitTrans();
    +else $DB->RollbackTrans();
    + +

    Another way is (since ADOdb 2.0):

    + +
    $DB->BeginTrans();
    +$ok = $DB->Execute("update table1 set val=$val1 where id=$id");
    +if ($ok) $ok = $DB->Execute("update table2 set val=$val2 where id=$id");
    +$DB->CommitTrans($ok);
    + +

    Now it is a headache monitoring $ok all over the place. StartTrans() is an +improvement because it monitors all SQL errors for you. This is particularly +useful if you are calling black-box functions in which SQL queries might be +executed. Also all BeginTrans, CommitTrans and RollbackTrans calls inside a +StartTrans block will be disabled, so even if the black box function does a +commit, it will be ignored.

    + +
    $DB->StartTrans();
    +CallBlackBox();
    +$DB->Execute("update table1 set val=$val1 where id=$id");
    +$DB->Execute("update table2 set val=$val2 where id=$id");
    +$DB->CompleteTrans();
    + +

    Note that a StartTrans blocks are nestable, the inner blocks are ignored.

    + +

    CompleteTrans($autoComplete=true)

    + +

    Complete a transaction called with StartTrans(). This function monitors for +SQL errors, and will commit if no errors have occured, otherwise it will +rollback. Returns true on commit, false on rollback. If the parameter +$autoComplete is true monitor sql errors and commit and rollback as +appropriate. Set $autoComplete to false to force rollback even if no SQL error +detected.

    + +

    FailTrans( )

    + +

    Fail a transaction started with StartTrans(). The rollback will only occur +when CompleteTrans() is called.

    + +

    HasFailedTrans( )

    + +

    Check whether smart transaction has failed, eg. returns true if there was an +error in SQL execution or FailTrans() was called. If not within smart +transaction, returns false.

    + +

    BeginTrans( )

    + +

    Begin a transaction. Turns off autoCommit. Returns true if successful. Some +databases will always return false if transaction support is not available. Any +open transactions will be rolled back when the connection is closed. Among the +databases that support transactions are Oracle, PostgreSQL, Interbase, MSSQL, +certain versions of MySQL, DB2, Informix, Sybase, etc.

    + +

    Note that StartTrans() and CompleteTrans() is a +superior method of handling transactions, available since ADOdb 3.40. For a +explanation, see the StartTrans() documentation.

    + +

    You can also use the ADOdb error handler to die +and rollback your transactions for you transparently. Some buggy database +extensions are known to commit all outstanding tranasactions, so you might want +to explicitly do a $DB->RollbackTrans() in your error handler for safety.

    + +

    Detecting Transactions

    + +

    Since ADOdb 2.50, you are able to detect when you are inside a transaction. +Check that $connection->transCnt > 0. This variable is incremented whenever +BeginTrans() is called, and decremented whenever RollbackTrans() or +CommitTrans() is called.

    + +

    CommitTrans($ok=true)

    + +

    End a transaction successfully. Returns true if successful. If the database +does not support transactions, will return true also as data is always +committed.

    + +

    If you pass the parameter $ok=false, the data is rolled back. See example in +BeginTrans().

    + +

    RollbackTrans( )

    + +

    End a transaction, rollback all changes. Returns true if successful. If the +database does not support transactions, will return false as data is never +rollbacked.

    + +

    SetTransactionMode($mode )

    + +

    SetTransactionMode allows you to pass in the transaction mode to use for all +subsequent transactions. Note: if you have persistent connections and using +mssql or mysql, you might have to explicitly reset your transaction mode at the +beginning of each page request. This is only supported in postgresql, mssql, +mysql with InnoDB and oci8 currently. For example:

    + +
     
    $db->SetTransactionMode("SERIALIZABLE");
    $db->BeginTrans();
    $db->Execute(...); $db->Execute(...);
    $db->CommiTrans();
     
    $db->SetTransactionMode(""); // restore to default
    $db->StartTrans();
    $db->Execute(...); $db->Execute(...);
    $db->CompleteTrans();
    + +

    Supported values to pass in:

    + +
      +
    • READ UNCOMMITTED (allows + dirty reads, but fastest)
    • +
    • READ COMMITTED (default + postgres, mssql and oci8)
    • +
    • REPEATABLE READ (default + mysql)
    • +
    • SERIALIZABLE (slowest and + most restrictive)
    • +
    + +

    You can also pass in database specific values such as 'SNAPSHOT' for mssql +or 'READ ONLY' for oci8/postgres.

    + +

    See transaction levels for PostgreSQL, +Oracle, +MySQL, +and MS SQL Server. +

    + +

    GetAssoc($sql,$inputarr=false,$force_array=false,$first2cols=false)

    + +

    Returns an associative array for the given query $sql with optional bind +parameters in $inputarr. If the number of columns returned is greater to two, a +2-dimensional array is returned, with the first column of the recordset becomes +the keys to the rest of the rows. If the columns is equal to two, a 1-dimensional +array is created, where the the keys directly map to the values (unless +$force_array is set to true, when an array is created for each value).

    + +

    Examples:

    + +

    We have the following data in a recordset:

    + +

    row1: Apple, Fruit, Edible
    +row2: Cactus, Plant, Inedible
    +row3: Rose, Flower, Edible

    + +

    GetAssoc will generate the following 2-dimensional associative array:

    + +

    Apple => array[Fruit, Edible]
    +Cactus => array[Plant, Inedible]
    +Rose => array[Flower,Edible]

    + +

    If the dataset is:

    + +

    row1: Apple, Fruit
    +row2: Cactus, Plant
    +row3: Rose, Flower

    + +

    GetAssoc will generate the following 1-dimensional associative array (with +$force_array==false):

    + +

    Apple => Fruit
    +Cactus=>Plant
    +Rose=>Flower

    + +

    The function returns:

    + +

    The associative array, or false if an error occurs.

    + +

    CacheGetAssoc([$secs2cache,] $sql,$inputarr=false,$force_array=false,$first2cols=false)

    + +

    Caching version of GetAssoc function above.

    + +

    GetMedian($table, $field, $where='')

    + +

    Returns the median value of $field for $table. The $where clause is +optional. If used, make sure the WHERE is included, as in "WHERE name > +'A'". If an error occurs, false is returned. Since ADOdb 5.06 and PHP +4.991.

    + +

    GetOne($sql,$inputarr=false)

    + +

    Executes the SQL and returns the first field of the first row. The recordset +and remaining rows are discarded for you automatically. If an error occur, +false is returned; use ErrorNo() or ErrorMsg() to get the error details. Since +4.96/5.00, we return null if no records were found. And since 4.991/5.06, you +can have change the return value if no records are found using the global +variable $ADODB_GETONE_EOF: $ADODB_GETONE_EOF = false;

    + +

    GetRow($sql,$inputarr=false)

    + +

    Executes the SQL and returns the first row as an array. The recordset and +remaining rows are discarded for you automatically. If no records are returned, +an empty array is returned. If an error occurs, false is returned.

    + +

    GetAll($sql,$inputarr=false)

    + +

    Executes the SQL and returns the all the rows as a 2-dimensional array. The +recordset is discarded for you automatically. If an error occurs, false is +returned. GetArray is a synonym for GetAll.

    + +

    GetCol($sql,$inputarr=false,$trim=false)

    + +

    Executes the SQL and returns all elements of the first column as a +1-dimensional array. The recordset is discarded for you automatically. If an +error occurs, false is returned.

    + +

    CacheGetOne([$secs2cache,] $sql,$inputarr=false), +CacheGetRow([$secs2cache,] $sql,$inputarr=false), +CacheGetAll([$secs2cache,] $sql,$inputarr=false), +CacheGetCol([$secs2cache,] +$sql,$inputarr=false,$trim=false)

    + +

    Similar to above Get* functions, except that the recordset is serialized and +cached in the $ADODB_CACHE_DIR directory for $secs2cache seconds. Good for +speeding up queries on rarely changing data. Note that the $secs2cache +parameter is optional. If omitted, we use the value in +$connection->cacheSecs (default is 3600 seconds, or 1 hour).

    + +

    Prepare($sql )

    + +

    Prepares (compiles) an SQL query for repeated execution. Bind parameters are +denoted by ?, except for the oci8 driver, which uses the traditional Oracle +:varname convention.

    + +

    Returns an array containing the original sql statement in the first array +element; the remaining elements of the array are driver dependent. If there is +an error, or we are emulating Prepare( ), we return the original $sql string. +This is because all error-handling has been centralized in Execute( ).

    + +

    Prepare( ) cannot be used with functions that use SQL query rewriting +techniques, e.g. PageExecute( ) and SelectLimit( ).

    + +

    Example:

    + +
    $stmt = $DB->Prepare('insert into table (col1,col2) values (?,?)');
    +for ($i=0; $i < $max; $i++)
    +젨젨젨젨 $DB->Execute($stmt,array((string) rand(), $i));
    + +

    Also see InParameter(), OutParameter() and PrepareSP() below. Only supported +internally by interbase, oci8 and selected ODBC-based drivers, otherwise it is +emulated. There is no performance advantage to using Prepare() with emulation.

    + +

    Important: Due to limitations or bugs in PHP, if you are getting errors when +you using prepared queries, try setting $ADODB_COUNTRECS = false before +preparing. This behaviour has been observed with ODBC.

    + +

    IfNull($field, $nullReplacementValue)

    + +

    Portable IFNULL function (NVL in Oracle). Returns a string that represents +the function that checks whether a $field is null for the given database, and +if null, change the value returned to $nullReplacementValue. Eg.

    + +
    $sql = 'SELECT '.$db->IfNull('name', "'- unknown -'"). ' FROM table';
    + +

    length

    + +

    This is not a function, but a property. Some databases have +"length" and others "len" as the function to measure the +length of a string. To use this property:

    + +
    ?$sql = "SELECT ".$db->length."(field) from table";
    +?$rs = $db->Execute($sql);
    + +

    random

    + +

    This is not a function, but a property. This is a string that holds the sql +to generate a random number between 0.0 and 1.0 inclusive.

    + +

    substr

    + +

    This is not a function, but a property. Some databases have +"substr" and others "substring" as the function to retrieve +a sub-string. To use this property:

    + +
    ?$sql = "SELECT ".$db->substr."(field, $offset, $length) from table";
    +?$rs = $db->Execute($sql);
    + +

    For all databases, the 1st parameter of substr is the field, the 2nd +is the offset (1-based) to the beginning of the sub-string, and the 3rd is the +length of the sub-string.

    + +

    Param($name)

    + +

    Generates a bind placeholder portably. For most databases, the bind +placeholder is "?". However some databases use named bind parameters +such as Oracle, eg ":somevar". This allows us to portably define an +SQL statement with bind parameters:

    + +
    $sql = 'insert into table (col1,col2) values ('.$DB->Param('a').','.$DB->Param('b').')';
    +# generates 'insert into table (col1,col2) values (?,?)'
    +# or젨젨젨?'insert into table (col1,col2) values (:a,:b)
    '
    +$stmt = $DB->Prepare($sql);
    +$stmt = $DB->Execute($stmt,array('one','two'));
    + +

    PrepareSP($sql, $cursor=false )

    + +

    When calling stored procedures in mssql and oci8 (oracle), and you might +want to directly bind to parameters that return values, or for special LOB +handling. PrepareSP() allows you to do so.

    + +

    Returns the same array or $sql string as Prepare( ) above. If you do not +need to bind to return values, you should use Prepare( ) instead.

    + +

    The 2nd parameter, $cursor is not used except with oci8. Setting it to true +will force OCINewCursor to be called; this is to support output REF CURSORs.

    + +

    For examples of usage of PrepareSP( ), see InParameter( ) below.

    + +

    Note: in the mssql driver, preparing stored procedures requires a special +function call, mssql_init( ), which is called by this function. PrepareSP( ) is +available in all other drivers, and is emulated by calling Prepare( ).

    + +

    InParameter($stmt, $var, $name, $maxLen = 4000, +$type = false )

    + +

    Binds a PHP variable as input to a stored procedure +variable. The parameter $stmt is the value returned by PrepareSP(), $var +is the PHP variable you want to bind, $name is the name of the stored procedure +variable. Optional is $maxLen, the maximum length of the data to bind, +and $type which is database dependant. Consult mssql_bind and ocibindbyname docs at php.net for more +info on legal values for $type.

    + +

    InParameter() is a wrapper function that calls Parameter() with +$isOutput=false. The advantage of this function is that it is self-documenting, +because the $isOutput parameter is no longer needed. Only for mssql and oci8 +currently.

    + +

    Here is an example using oci8:

    + +
    # For oracle, Prepare and PrepareSP are identical
    $stmt = $db->PrepareSP(
    젨젨젨젨 "declare RETVAL integer; 
    +젨젨젨젨 begin
    +젨젨젨젨 :RETVAL := SP_RUNSOMETHING(:myid,:group);
    +젨젨젨젨 end;"
    );
    +$db->InParameter($stmt,$id,'myid');
    +$db->InParameter($stmt,$group,'group',64);
    +$db->OutParameter($stmt,$ret,'RETVAL');
    +$db->Execute($stmt);
    + +

    The same example using mssql:

    + +
    # @RETVAL = SP_RUNSOMETHING @myid,@group
    $stmt = $db->PrepareSP('SP_RUNSOMETHING'); 
    +# note that the parameter name does not have @ in front!
    $db->InParameter($stmt,$id,'myid');
    $db->InParameter($stmt,$group,'group',64);
    # return value in mssql - RETVAL is hard-coded name 
    +$db->OutParameter($stmt,$ret,'RETVAL');
    +$db->Execute($stmt);
    + +

    Note that the only difference between the oci8 and mssql implementations is +$sql.

    + +

    If $type parameter is set to false, in mssql, $type will be dynamicly +determined based on the type of the PHP variable passed (string => SQLCHAR, boolean =>SQLINT1, integer +=>SQLINT4 or float/double=>SQLFLT8).

    + +

    In oci8, $type can be set to OCI_B_FILE (Binary-File), OCI_B_CFILE +(Character-File), OCI_B_CLOB (Character-LOB), OCI_B_BLOB (Binary-LOB) and +OCI_B_ROWID (ROWID). To pass in a null, use +$db->Parameter($stmt, $null=null, 'param').

    + +

    OutParameter($stmt, $var, $name, $maxLen = 4000, +$type = false )

    + +

    Binds a PHP variable as output from a stored procedure +variable. The parameter $stmt is the value returned by PrepareSP(), $var +is the PHP variable you want to bind, $name is the name of the stored +procedure variable. Optional is $maxLen, the maximum length of the data +to bind, and $type which is database dependant.

    + +

    OutParameter() is a wrapper function that calls Parameter() with +$isOutput=true. The advantage of this function is that it is self-documenting, +because the $isOutput parameter is no longer needed. Only for mssql and oci8 +currently.

    + +

    For an example, see InParameter.

    + +

    Parameter($stmt, $var, $name, $isOutput=false, +$maxLen = 4000, $type = false )

    + +

    Note: This function is deprecated, because of the new InParameter() and +OutParameter() functions. These are superior because they are self-documenting, +unlike Parameter().

    + +

    Adds a bind parameter suitable for return values or special data handling +(eg. LOBs) after a statement has been prepared using PrepareSP(). Only for +mssql and oci8 currently. The parameters are:
    +
    +$stmt Statement returned by Prepare() or PrepareSP().
    +$var PHP variable to bind to. Make sure you pre-initialize it!
    +$name Name of stored procedure variable name to bind to.
    +[$isOutput] Indicates direction of parameter 0/false=IN 1=OUT 2= +IN/OUT. This is ignored in oci8 as this driver auto-detects the direction.
    +[$maxLen] Maximum length of the parameter variable.
    +[$type] Consult mssql_bind and ocibindbyname docs at php.net for more +info on legal values for type.

    + +

    Lastly, in oci8, bind parameters can be reused without calling PrepareSP( ) or +Parameters again. This is not possible with mssql. An oci8 example:

    + +
    $id = 0; $i = 0;
    +$stmt = $db->PrepareSP( "update table set val=:i where id=:id");
    +$db->Parameter($stmt,$id,'id');
    +$db->Parameter($stmt,$i, 'i');
    +for ($cnt=0; $cnt < 1000; $cnt++) {
    +젨젨젨젨 $id = $cnt;
    +젨젨젨젨 $i = $cnt * $cnt; # works with oci8!
    젨젨젨젨 $db->Execute($stmt); 
    +}
    + +

    Bind($stmt, $var, $size=4001, $type=false, $name=false)

    + +

    This is a low-level function supported only by the oci8 driver. Avoid +using unless you only want to support Oracle. The Parameter( ) function is +the recommended way to go with bind variables.

    + +

    Bind( ) allows you to use bind variables in your sql statement. This binds a +PHP variable to a name defined in an Oracle sql statement that was previously +prepared using Prepare(). Oracle named variables begin with a colon, and ADOdb +requires the named variables be called :0, :1, :2, :3, etc. The first +invocation of Bind() will match :0, the second invocation will match :1, etc. +Binding can provide 100% speedups for insert, select and update statements.

    + +

    The other variables, $size sets the buffer size for data storage, $type is +the optional descriptor type OCI_B_FILE (Binary-File), OCI_B_CFILE +(Character-File), OCI_B_CLOB (Character-LOB), OCI_B_BLOB (Binary-LOB) and +OCI_B_ROWID (ROWID). Lastly, instead of using the default :0, :1, etc names, +you can define your own bind-name using $name.

    + +

    The following example shows 3 bind variables being used: p1, p2 and p3. +These variables are bound to :0, :1 and :2.

    + +
    $stmt = $DB->Prepare("insert into table (col0, col1, col2) values (:0, :1, :2)");
    +$DB->Bind($stmt, $p1);
    +$DB->Bind($stmt, $p2);
    +$DB->Bind($stmt, $p3);
    +for ($i = 0; $i < $max; $i++) {
    +$p1 = ?; $p2 = ?; $p3 = ?;
    +$DB->Execute($stmt);
    +}
    + +

    You can also use named variables:

    + +
    $stmt = $DB->Prepare("insert into table (col0, col1, col2) values (:name0, :name1, :name2)");
    +$DB->Bind($stmt, $p1, "name0");
    +$DB->Bind($stmt, $p2, "name1");
    +$DB->Bind($stmt, $p3, "name2");
    +for ($i = 0; $i < $max; $i++) {
    +$p1 = ?; $p2 = ?; $p3 = ?;
    +$DB->Execute($stmt);
    +}
    + +

    LogSQL($enable=true)

    + +

    Call this method to install a SQL logging and timing +function (using fnExecute). Then all SQL statements are logged into an +adodb_logsql table in a database. If the adodb_logsql table does not exist, +ADOdb will create the table if you have the appropriate permissions. Returns +the previous logging value (true for enabled, false for disabled). Here are +samples of the DDL for selected databases:

    + +
    젨젨젨젨젨젨젨젨 mysql:
    젨젨젨젨젨젨젨젨 CREATE TABLE adodb_logsql (
    젨젨젨젨젨젨젨젨 ?created datetime NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql0 varchar(250) NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql1 text NOT NULL,
    젨젨젨젨젨젨젨젨 ?params text NOT NULL,
    젨젨젨젨젨젨젨젨 ?tracer text NOT NULL,
    젨젨젨젨젨젨젨젨 ?timer decimal(16,6) NOT NULL
    젨젨젨젨젨젨젨젨 )
    젨젨젨젨젨젨젨젨 
    젨젨젨젨젨젨젨젨 postgres:
    젨젨젨젨젨젨젨젨 CREATE TABLE adodb_logsql (
    젨젨젨젨젨젨젨젨 ?created timestamp NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql0 varchar(250) NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql1 text NOT NULL,
    젨젨젨젨젨젨젨젨 ?params text NOT NULL,
    젨젨젨젨젨젨젨젨 ?tracer text NOT NULL,
    젨젨젨젨젨젨젨젨 ?timer decimal(16,6) NOT NULL
    젨젨젨젨젨젨젨젨 )
    젨젨젨젨젨젨젨젨 
    젨젨젨젨젨젨젨젨 mssql:
    젨젨젨젨젨젨젨젨 CREATE TABLE adodb_logsql (
    젨젨젨젨젨젨젨젨 ?created datetime NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql0 varchar(250) NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql1 varchar(4000) NOT NULL,
    젨젨젨젨젨젨젨젨 ?params varchar(3000) NOT NULL,
    젨젨젨젨젨젨젨젨 ?tracer varchar(500) NOT NULL,
    젨젨젨젨젨젨젨젨 ?timer decimal(16,6) NOT NULL
    젨젨젨젨젨젨젨젨 )
    젨젨젨젨젨젨젨젨 
    젨젨젨젨젨젨젨젨 oci8:
    젨젨젨젨젨젨젨젨 CREATE TABLE adodb_logsql (
    젨젨젨젨젨젨젨젨 ?created date NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql0 varchar(250) NOT NULL,
    젨젨젨젨젨젨젨젨 ?sql1 varchar(4000) NOT NULL,
    젨젨젨젨젨젨젨젨 ?params varchar(4000),
    젨젨젨젨젨젨젨젨 ?tracer varchar(4000),
    젨젨젨젨젨젨젨젨 ?timer decimal(16,6) NOT NULL
    젨젨젨젨젨젨젨젨 )
    + +

    Usage:

    + +
    젨젨젨젨 $conn->LogSQL(); // turn on logging
    +젨젨젨젨 ?:
    +젨젨젨젨 $conn->Execute(...);
    +젨젨젨젨 ?:
    +젨젨젨젨 $conn->LogSQL(false); // turn off logging
    +젨젨젨젨
    +젨젨젨젨 # output summary of SQL logging results
    +젨젨젨젨 $perf = NewPerfMonitor($conn);
    +젨젨젨젨 echo $perf->SuspiciousSQL();
    +젨젨젨젨 echo $perf->ExpensiveSQL();
    + +

    One limitation of logging is that rollback also prevents SQL from being +logged.

    + +

    If you prefer to use another name for the table used to store the SQL, you +can override it by calling adodb_perf::table($tablename), where $tablename is +the new table name (you will still need to manually create the table yourself). +An example:

    + +
    젨젨젨젨 include('adodb.inc.php');
    +젨젨젨젨 include('adodb-perf.inc.php');
    +젨젨젨젨 adodb_perf::table('my_logsql_table');
    + +

    Also see Performance Monitor.

    + +

    fnExecute and fnCacheExecute properties

    + +

    These two properties allow you to define bottleneck functions for all sql +statements processed by ADOdb. This allows you to perform statistical analysis +and query-rewriting of your sql.

    + +

    Examples of fnExecute

    + +

    Here is an example of using fnExecute, to count all cached queries and +non-cached queries, you can do this:

    + +
    # $db is the connection object
    function &CountExecs($db, $sql, $inputarray)
    {
    global $EXECS;
     
    젨젨젨젨 if (!is_array(inputarray)) $EXECS++;
    젨젨젨젨 # handle 2-dimensional input arrays
    젨젨젨젨 else if (is_array(reset($inputarray))) $EXECS += sizeof($inputarray);
    젨젨젨젨 else $EXECS++;
    젨젨젨젨 
    젨젨젨젨 # in PHP4.4 and PHP5, we need to return a value by reference
    젨젨젨젨 $null = null;
    젨젨젨젨 return $null;
    }
     
    # $db is the connection object
    function CountCachedExecs($db, $secs2cache, $sql, $inputarray)
    {
    +global $CACHED; $CACHED++;
    +}
    +
    +$db = NewADOConnection('mysql');
    +$db->Connect(...);
    +$db->fnExecute = 'CountExecs';
    +$db->fnCacheExecute = 'CountCachedExecs';
    +?/span>:
    +?/span>:
    +# After many sql statements:`
    +printf("<p>Total queries=%d; total cached=%d</p>",$EXECS+$CACHED, $CACHED);
    + +

    The fnExecute function is called before the sql is parsed and executed, so +you can perform a query rewrite. If you are passing in a prepared statement, +then $sql is an array (see Prepare). The fnCacheExecute +function is only called if the recordset returned was cached. The function +parameters match the Execute and CacheExecute functions respectively, except +that $this (the connection object) is passed as the first parameter.

    + +

    Since ADOdb 3.91, the behaviour of fnExecute varies depending on whether the +defined function returns a value. If it does not return a value, then the $sql +is executed as before. This is useful for query rewriting or counting sql +queries.

    + +

    On the other hand, you might want to replace the Execute function with one +of your own design. If this is the case, then have your function return a +value. If a value is returned, that value is returned immediately, without any +further processing. This is used internally by ADOdb to implement LogSQL() +functionality.

    + +
    + +
    + +
    + +

    ADOConnection Utility Functions

    + +

    BlankRecordSet([$queryid])

    + +

    No longer available - removed since 1.99.

    + +

    Concat($s1,$s2,....)

    + +

    Generates the sql string used to concatenate $s1, $s2, etc together. Uses +the string in the concat_operator field to generate the concatenation. Override +this function if a concatenation operator is not used, eg. MySQL.

    + +

    Returns the concatenated string.

    + +

    DBDate($date)

    + +

    Format the $date in the format the database accepts - the return +string is also quoted. This is used when you are sending dates to the database +(eg INSERT, UPDATE or where clause of SELECT statement). The $date +parameter can be a PHP DateTime object (since ADOdb 5.09), a Unix integer timestamp or an ISO format Y-m-d. Uses the +fmtDate field, which holds the format to use. If null or false or '' is passed +in, it will be converted to an SQL null.

    + +

    Returns the date as a quoted string.

    + +
     
    젨젨젨젨 $sql = "select * from atable where created > ".$db->DBDate("$year-$month-$day");
    젨젨젨젨 $db->Execute($sql);
    + +

    Note to retrieve a date column in a specific format, use SQLDate. +

    + +

    BindDate($date)

    + +

    Format the $date in the bind format the database accepts. Normally +this means that the date string is not quoted, unlike DBDate, which quotes the +string.

    + +
     
    젨젨젨젨 $sql = "select * from atable where created > ".$db->Param('0');
    젨젨젨젨 // or
    젨젨젨젨 $sql = "select * from atable where created > ?";
    젨젨젨젨 $db->Execute($sql,array($db->BindDate("$year-$month-$day"));
    + +

    DBTimeStamp($ts)

    + +

    Format the timestamp $ts in the format the database accepts; this can +be a PHP DateTime object (since ADOdb 5.09), a Unix integer timestamp or an ISO format Y-m-d H:i:s. Uses the fmtTimeStamp +field, which holds the format to use. If null or false or '' is passed in, it +will be converted to an SQL null.

    + +

    Returns the timestamp as a quoted string.

    + +
     
    젨젨젨젨 $sql = "select * from atable where created > ".$db->DBTimeStamp("$year-$month-$day $hr:$min:$secs");
    젨젨젨젨 $db->Execute($sql);
    + +

    BindTimeStamp($ts)

    + +

    Format the timestamp $ts in the bind format the database accepts. +Normally this means that the timestamp string is not quoted, unlike +DBTimeStamp, which quotes the string.

    + +
     
    젨젨젨젨 $sql = "select * from atable where created > ".$db->Param('0');
    젨젨젨젨 // or
    젨젨젨젨 $sql = "select * from atable where created > ?";
    젨젨젨젨 $db->Execute($sql,array($db->BindTimeStamp("$year-$month-$day $hr:$min:$secs"));
    + +

    qstr($s,[$magic_quotes_enabled=false])

    + +

    Quotes a string to be sent to the database. The $magic_quotes_enabled +parameter may look funny, but the idea is if you are quoting a string extracted +from a POST/GET variable, then pass get_magic_quotes_gpc() as the second +parameter. This will ensure that the variable is not quoted twice, once by qstr +and once by the magic_quotes_gpc.

    + +

    Eg. $s = $db->qstr(HTTP_GET_VARS['name'],get_magic_quotes_gpc());

    + +

    Returns the quoted string.

    + +

    Quote($s)

    + +

    Quotes the string $s, escaping the database specific quote character as +appropriate. Formerly checked magic quotes setting, but this was disabled since +3.31 for compatibility with PEAR DB.

    + +

    Affected_Rows( )

    + +

    Returns the number of rows affected by a update or delete statement. Returns +false if function not supported.

    + +

    Not supported by interbase/firebird currently.

    + +

    Insert_ID( )

    + +

    Returns the last autonumbering ID inserted. Returns false if function not +supported.

    + +

    Only supported by databases that support auto-increment or object id's, such +as PostgreSQL, MySQL and MS SQL Server currently. PostgreSQL returns the OID, +which can change on a database reload.

    + +

    RowLock($table,$where)

    + +

    Lock a table row for the duration of a transaction. For example to lock +record $id in table1:

    + +
    젨젨젨젨 $DB->StartTrans();
    +젨젨젨젨 $DB->RowLock("table1","rowid=$id");
    +젨젨젨젨 $DB->Execute($sql1);
    +젨젨젨젨 $DB->Execute($sql2);
    +젨젨젨젨 $DB->CompleteTrans();
    + +

    Supported in db2, interbase, informix, mssql, oci8, postgres, sybase.

    + +

    MetaDatabases()

    + +

    Returns a list of databases available on the server as an array. You have to +connect to the server first. Only available for ODBC, MySQL and ADO.

    + +

    MetaTables($ttype = false, $showSchema = false, +$mask=false)

    + +

    Returns an array of tables and views for the current database as an array. +The array should exclude system catalog tables if possible. To only show +tables, use $db->MetaTables('TABLES'). To show only views, use +$db->MetaTables('VIEWS'). The $showSchema parameter currently works only for +DB2, and when set to true, will add the schema name to the table, eg. +"SCHEMA.TABLE".

    + +

    You can define a mask for matching. For example, setting $mask = 'TMP%' will +match all tables that begin with 'TMP'. Currently only mssql, oci8, odbc_mssql +and postgres* support $mask.

    + +

    MetaColumns($table,$notcasesensitive=true)

    + +

    Returns an array of ADOFieldObject's, one field object for every column of +$table. A field object is a class instance with (name, type, max_length) +defined. Currently Sybase does not recognise date types, and ADO cannot +identify the correct data type (so we default to varchar).

    + +

    The $notcasesensitive parameter determines whether we uppercase or lowercase +the table name to normalize it (required for some databases). Does not work +with MySQL ISAM tables.

    + +

    For schema support, pass in the $table parameter, +"$schema.$tablename". This is only supported for selected databases.

    + +

    MetaColumnNames($table,$numericIndex=false)

    + +

    Returns an array of column names for $table. Since ADOdb 4.22, this is an +associative array, with the keys in uppercase. Set $numericIndex=true if you +want the old behaviour of numeric indexes (since 4.23).

    + +

    e.g. array('FIELD1' => 'Field1', 'FIELD2'=>'Field2')

    + +

    MetaPrimaryKeys($table, $owner=false)

    + +

    Returns an array containing column names that are the primary keys of +$table. Supported by mysql, odbc (including db2, odbc_mssql, etc), mssql, +postgres, interbase/firebird, oci8 currently.

    + +

    Views (and some tables) have primary keys, but sometimes this information is +not available from the database. You can define a function +ADODB_View_PrimaryKeys($databaseType, $database, $view, $owner) that should +return an array containing the fields that make up the primary key. If that +function exists, it will be called when MetaPrimaryKeys() cannot find a primary +key for a table or view.

    + +
    // In this example: dbtype = 'oci8', $db = 'mydb', $view = 'dataView', $owner = false 
    +function ADODB_View_PrimaryKeys($dbtype,$db,$view,$owner)
    +{
    +젨젨젨젨 switch(strtoupper($view)) {
    +젨젨젨젨 case 'DATAVIEW': return array('DATAID');
    +젨젨젨젨 default: return false;
    +젨젨젨젨 }
    +}
    +
    +$db = NewADOConnection('oci8');
    +$db->Connect('localhost','root','','mydb');
    +$db->MetaPrimaryKeys('dataView');
    + +

    ServerInfo()

    + +

    Returns an array of containing two elements 'description' and 'version'. The +'description' element contains the string description of the database. The +'version' naturally holds the version number (which is also a string).

    + +

    MetaForeignKeys($table, $owner=false, +$upper=false)

    + +

    Returns an associate array of foreign keys, or false if not supported. For +example, if table employee has a foreign key where employee.deptkey points to +dept_table.deptid, and employee.posn=posn_table.postionid and +employee.poscategory=posn_table.category, then +$conn->MetaForeignKeys('employee') will return

    + +
    젨젨젨젨 array(
    +젨젨젨젨젨젨젨젨 'dept_table' => array('deptkey=deptid'),
    +젨젨젨젨젨젨젨젨 'posn_table' => array('posn=positionid','poscategory=category')
    +젨젨젨젨 )
    + +

    The optional schema or owner can be defined in $owner. If $upper is true, +then the table names (array keys) are upper-cased.

    + +
    + +
    + +
    + +

    ADORecordSet

    + +

    When an SQL statement successfully is executed by ADOConnection->Execute($sql),an ADORecordSet object is +returned. This object contains a virtual cursor so we can move from row to row, +functions to obtain information about the columns and column types, and helper +functions to deal with formating the results to show to the user.

    + +

    ADORecordSet Fields

    + +

    fields: Array containing the current row. This is not associative, +but is an indexed array from 0 to columns-1. See also the function Fields, which behaves like an associative array.

    + +

    dataProvider: The underlying mechanism used to connect to the +database. Normally set to native, unless using odbc or ado.

    + +

    blobSize: Maximum size of a char, string or varchar object before it +is treated as a Blob (Blob's should be shown with textarea's). See the MetaType function.

    + +

    sql: Holds the sql statement used to generate this record set.

    + +

    canSeek: Set to true if Move( ) function works.

    + +

    EOF: True if we have scrolled the cursor past the last record.

    + +

    ADORecordSet Functions

    + +

    ADORecordSet( )

    + +

    Constructer. Normally you never call this function yourself.

    + +

    GetAssoc([$force_array])

    + +

    Generates an associative array from the recordset. Note that is this +function is also available in the connection object. +More details can be found there.

    + +

    GetArray([$number_of_rows])

    + +

    Generate a 2-dimensional array of records from the current cursor position, +indexed from 0 to $number_of_rows - 1. If $number_of_rows is undefined, till +EOF.

    + +

    GetRows([$number_of_rows])

    + +

    Generate a 2-dimensional array of records from the current +cursor position. Synonym for GetArray() for compatibility with Microsoft ADO.

    + +

    GetMenu($name, [$default_str=''], +[$blank1stItem=true], [$multiple_select=false], [$size=0], [$moreAttr=''])

    + +

    Generate a HTML menu +(<select><option><option></select>). The first column +of the recordset (fields[0]) will hold the string to display in the option +tags. If the recordset has more than 1 column, the second column (fields[1]) is +the value to send back to the web server.. The menu will be given the name $name. +

    + +

    If $default_str is defined, then if $default_str == fields[0], +that field is selected. If $blank1stItem is true, the first option is +empty. You can also set the first option strings by setting $blank1stItem = +"$value:$text".

    + +

    $Default_str can be array for a multiple select listbox.

    + +

    To get a listbox, set the $size to a non-zero value (or pass +$default_str as an array). If $multiple_select is true then a listbox +will be generated with $size items (or if $size==0, then 5 items) +visible, and we will return an array to a server. Lastly use $moreAttr to +add additional attributes such as javascript or styles.

    + +

    Menu Example 1: GetMenu('menu1','A',true) +will generate a menu: for +the data (A,1), (B,2), (C,3). Also see example 5.

    + +

    Menu Example 2: For the same data, GetMenu('menu1',array('A','B'),false) +will generate a menu with both A and B selected:
    +

    + +

    GetMenu2($name, [$default_str=''], +[$blank1stItem=true], [$multiple_select=false], [$size=0], [$moreAttr=''])

    + +

    This is nearly identical to GetMenu, except that the $default_str is +matched to fields[1] (the option values).

    + +

    Menu Example 3: Given the data in menu example 2, GetMenu2('menu1',array('1','2'),false) +will generate a menu with both A and B selected in menu example 2, but this +time the selection is based on the 2nd column, which holds the values to return +to the Web server.

    + +

    UserDate($str, [$fmt])

    + +

    Converts the date string $str to another format. The date format is +Y-m-d, or Unix timestamp format. The default $fmt is Y-m-d.

    + +

    UserTimeStamp($str, [$fmt])

    + +

    Converts the timestamp string $str to another format. The timestamp +format is Y-m-d H:i:s, as in '2002-02-28 23:00:12', or Unix timestamp format. +UserTimeStamp calls UnixTimeStamp to parse $str, and $fmt +defaults to Y-m-d H:i:s if not defined.

    + +

    UnixDate($str)

    + +

    Parses the date string $str and returns it in unix mktime format (eg. +a number indicating the seconds after January 1st, 1970). Expects the date to +be in Y-m-d H:i:s format, except for Sybase and Microsoft SQL Server, where M d +Y is also accepted (the 3 letter month strings are controlled by a global +array, which might need localisation).

    + +

    This function is available in both ADORecordSet and ADOConnection since +1.91.

    + +

    UnixTimeStamp($str)

    + +

    Parses the timestamp string $str and returns it in unix mktime format +(eg. a number indicating the seconds after January 1st, 1970). Expects the date +to be in "Y-m-d, H:i:s" (1970-12-24, 00:00:00) or "Y-m-d +H:i:s" (1970-12-24 00:00:00) or "YmdHis" (19701225000000) +format, except for Sybase and Microsoft SQL Server, where "M d Y +h:i:sA" (Dec 25 1970 00:00:00AM) is also accepted (the 3 letter month +strings are controlled by a global array, which might need localisation).

    + +

    This function is available in both ADORecordSet and ADOConnection since +1.91.

    + +

    OffsetDate($dayFraction, $basedate=false)

    + +

    Returns a string with the native SQL functions to calculate future and past +dates based on $basedate in a portable fashion. If $basedate is not defined, +then the current date (at 12 midnight) is used. Returns the SQL string that +performs the calculation when passed to Execute().

    + +

    For example, in Oracle, to find the date and time that is 2.5 days from +today, you can use:

    + +
    # get date one week from now
    +$fld = $conn->OffsetDate(7); // returns "(trunc(sysdate)+7")
    # get date and time that is 60 hours from current date and time
    +$fld = $conn->OffsetDate(2.5, $conn->sysTimeStamp); // returns "(sysdate+2.5)"
    +
    +$conn->Execute("UPDATE TABLE SET dodate=$fld WHERE ID=$id");
    + +

    This function is available for mysql, mssql, oracle, oci8 and postgresql +drivers since 2.13. It might work with other drivers provided they allow +performing numeric day arithmetic on dates.

    + +

    SQLDate($dateFormat, $basedate=false)

    + +

    Returns a string which contains the native SQL functions to +format a date or date column $basedate. This is used when retrieving date +columns in SELECT statements. For sending dates to the database (eg. in UPDATE, +INSERT or the where clause of SELECT statements) use DBDate. +It uses a case-sensitive $dateFormat, which supports:

    + +
    ?/span>
    ?Y: 4-digit Year
    ?Q: Quarter (1-4)
    ?M: Month (Jan-Dec)
    ?m: Month (01-12)
    ?d: Day (01-31)
    ?H: Hour (00-23)
    ?h: Hour (1-12)
    ?i: Minute (00-59)
    ?s: Second (00-60)
    ?A: AM/PM indicator
    ?w: day of week (0-6 or 1-7 depending on DB)
    ?l: day of week (as string - lowercase L)
    ?W: week in year (0..53 for MySQL, 1..53 for PostgreSQL and Oracle)
    ?
    + +

    All other characters are treated as strings. You can also use \ to escape +characters. Available on selected databases, including mysql, postgresql, +mssql, oci8 and DB2.

    + +

    This is useful in writing portable sql statements that GROUP BY on dates. +For example to display total cost of goods sold broken by quarter (dates are +stored in a field called postdate):

    + +
    ?/span>$sqlfn = $db->SQLDate('Y-\QQ','postdate'); # get sql that formats postdate to output 2002-Q1
    +?/span>$sql = "SELECT $sqlfn,SUM(cogs) FROM table GROUP BY $sqlfn ORDER BY 1 desc";
    +?/span>
    + +

    MoveNext( )

    + +

    Move the internal cursor to the next row. The $this->fields array +is automatically updated. Returns false if unable to do so (normally because +EOF has been reached), otherwise true.

    + +

    If EOF is reached, then the $this->fields array is set to false (this was +only implemented consistently in ADOdb 3.30). For the pre-3.30 behaviour of +$this->fields (at EOF), set the global variable $ADODB_COMPAT_FETCH = true.

    + +

    Example:

    + +
    $rs = $db->Execute($sql);
    +if ($rs)
    +젨젨젨젨 while (!$rs->EOF) {
    +?/span>젨젨젨젨젨젨젨?ProcessArray($rs->fields);젨젨젨젨
    +젨젨젨젨젨젨젨젨 $rs->MoveNext();
    +젨젨젨젨 }
    + +

    Move($to)

    + +

    Moves the internal cursor to a specific row $to. Rows are zero-based +eg. 0 is the first row. The fields array is automatically updated. For +databases that do not support scrolling internally, ADOdb will simulate forward +scrolling. Some databases do not support backward scrolling. If the $to +position is after the EOF, $to will move to the end of the RecordSet for +most databases. Some obscure databases using odbc might not behave this way.

    + +

    Note: This function uses absolute positioning, unlike Microsoft's +ADO.

    + +

    Returns true or false. If false, the internal cursor is not moved in most +implementations, so AbsolutePosition( ) will return the last cursor position +before the Move( ).

    + +

    MoveFirst()

    + +

    Internally calls Move(0). Note that some databases do not support this function.

    + +

    MoveLast()

    + +

    Internally calls Move(RecordCount()-1). Note that some databases do not +support this function.

    + +

    GetRowAssoc($toUpper=true)

    + +

    Returns an associative array containing the current row. The keys to the +array are the column names. The column names are upper-cased for easy access. +To get the next row, you will still need to call MoveNext().

    + +

    For example:
    +Array ( [ID] => 1 [FIRSTNAME] => Caroline [LASTNAME] => Miranda +[CREATED] => 2001-07-05 )

    + +

    Note: do not use GetRowAssoc() with $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC. +Because they have the same functionality, they will interfere with each other.

    + +

    AbsolutePage($page=-1)

    + +

    Returns the current page. Requires PageExecute()/CachePageExecute() to be +called. See Example 8.

    + +

    AtFirstPage($status='')

    + +

    Returns true if at first page (1-based). Requires +PageExecute()/CachePageExecute() to be called. See Example 8.

    + +

    AtLastPage($status='')

    + +

    Returns true if at last page (1-based). Requires +PageExecute()/CachePageExecute() to be called. See Example 8.

    + +

    Fields($colname)

    + +

    Returns the value of the associated column $colname for the current +row. The column name is case-insensitive.

    + +

    This is a convenience function. For higher performance, use $ADODB_FETCH_MODE.

    + +

    FetchRow()

    + +

    Returns array containing current row, or false if EOF. FetchRow( ) +internally moves to the next record after returning the current row.

    + +

    Warning: Do not mix using FetchRow() with MoveNext().

    + +

    Usage:

    + +
    $rs = $db->Execute($sql);
    +if ($rs)
    +젨젨젨젨 while ($arr = $rs->FetchRow()) {
    +젨젨젨젨   # process $arr젨젨젨
    +젨젨젨젨 }
    + +

    FetchInto(&$array)

    + +

    Sets $array to the current row. Returns PEAR_Error object if EOF, 1 if ok +(DB_OK constant). If PEAR is undefined, false is returned when EOF. FetchInto( +) internally moves to the next record after returning the current row.

    + +

    FetchRow() is easier to use. See above.

    + +

    FetchField($column_number)

    + +

    Returns an object containing the name, type and max_length +of the associated field. If the max_length cannot be determined reliably, it +will be set to -1. The column numbers are zero-based. See example +2.

    + +

    FieldCount( )

    + +

    Returns the number of fields (columns) in the record set.

    + +

    RecordCount( )

    + +

    Returns the number of rows in the record set. If the number of records +returned cannot be determined from the database driver API, we will buffer all +rows and return a count of the rows after all the records have been retrieved. +This buffering can be disabled (for performance reasons) by setting the global +variable $ADODB_COUNTRECS = false. When disabled, RecordCount( ) will return -1 +for certain databases. See the supported databases list above for more details. +

    + +

    RowCount is a synonym for RecordCount.

    + +

    PO_RecordCount($table, $where)

    + +

    Returns the number of rows in the record set. If the database does not +support this, it will perform a SELECT COUNT(*) on the table $table, with the +given $where condition to return an estimate of the recordset size.

    + +

    $numrows = $rs->PO_RecordCount("articles_table", +"group=$group");

    + +

    NextRecordSet() +

    + +

    For databases that allow multiple recordsets to be returned in one query, +this function allows you to switch to the next recordset. Currently only +supported by mssql driver.

    + +
    $rs = $db->Execute('execute return_multiple_rs');
    +$arr1 = $rs->GetArray();
    +$rs->NextRecordSet();
    +$arr2 = $rs->GetArray();
    + +

    FetchObject($toupper=true)

    + +

    Returns the current row as an object. If you set $toupper to true, then the +object fields are set to upper-case. Note: The newer FetchNextObject() is the +recommended way of accessing rows as objects. See below.

    + +

    FetchNextObject($toupper=true)

    + +

    Gets the current row as an object and moves to the next row automatically. +Returns false if at end-of-file. If you set $toupper to true, then the object +fields are set to upper-case. Note that for some drivers such as mssql, you +need to SetFetchMode(ADODB_FETCH_ASSOC) or SetFetchMode(ADODB_FETCH_BOTH).

    + +
    $rs = $db->Execute('select firstname,lastname from table');
    +if ($rs) {
    +젨젨젨젨 while ($o = $rs->FetchNextObject()) {
    +젨젨젨젨젨젨젨젨 print "$o->FIRSTNAME, $o->LASTNAME<BR>";
    +젨젨젨젨 }
    +}
    + +

    There is some trade-off in speed in using FetchNextObject(). If performance +is important, you should access rows with the fields[] array. FetchObj() +

    + +

    Returns the current record as an object. Fields are not upper-cased, unlike +FetchObject.

    + +

    FetchNextObj()

    + +

    Returns the current record as an object and moves to the next record. If +EOF, false is returned. Fields are not upper-cased, unlike FetctNextObject.

    + +

    CurrentRow( )

    + +

    Returns the current row of the record set. 0 is the first row.

    + +

    AbsolutePosition( )

    + +

    Synonym for CurrentRow for compatibility with ADO. Returns the +current row of the record set. 0 is the first row.

    + +

    MetaType($nativeDBType[,$field_max_length],[$fieldobj])

    + +

    Determine what generic meta type a database field type is given its +native type $nativeDBType as a string and the length of the field $field_max_length. +Note that field_max_length can be -1 if it is not known. The field object +returned by FetchField() can be passed in $fieldobj or as the 1st +parameter $nativeDBType. This is useful for databases such as mysql +which has additional properties in the field object such as primary_key. +

    + +

    Uses the field blobSize and compares it with $field_max_length +to determine whether the character field is actually a blob.

    + +

    For example, $db->MetaType('char') will return 'C'.

    + +

    Returns:

    + +
      +
    • C: Character fields + that should be shown in a <input type="text"> tag.
    • +
    • X: Clob (character + large objects), or large text fields that should be shown in a + <textarea>
    • +
    • D: Date field
    • +
    • T: Timestamp field
    • +
    • L: Logical field + (boolean or bit-field)
    • +
    • N: Numeric field. + Includes decimal, numeric, floating point, and real.
    • +
    • I:  Integer + field.
    • +
    • R: Counter or + Autoincrement field. Must be numeric.
    • +
    • B: Blob, or binary + large objects.
    • +
    + +

    Since ADOdb 3.0, MetaType accepts $fieldobj as the first parameter, instead +of $nativeDBType.

    + +

    Close( )

    + +

    Closes the recordset, cleaning all memory and resources associated with the +recordset.

    + +

    If memory management is not an issue, you do not need to call this function +as recordsets are closed for you by PHP at the end of the script. SQL +statements such as INSERT/UPDATE/DELETE do not really return a recordset, so you +do not have to call Close() for such SQL statements.

    + +
    + +
    + +
    + +

    function rs2html($adorecordset,[$tableheader_attributes], +[$col_titles])

    + +

    This is a standalone function (rs2html = recordset to html) that is similar +to PHP's odbc_result_all function, it prints a ADORecordSet, $adorecordset +as a HTML table. $tableheader_attributes allow you to control the table cellpadding, +cellspacing and border attributes. Lastly you can replace the +database column names with your own column titles with the array $col_titles. +This is designed more as a quick debugging mechanism, not a production table +recordset viewer.

    + +

    You will need to include the file tohtml.inc.php.

    + +

    Example of rs2html:

    + +
    <?
    +include('tohtml.inc.php')
    ; # load code common to ADOdb
    +include('adodb.inc.php'); # load code common to ADOdb
    +$conn = &ADONewConnection('mysql');# create a connection
    +$conn->PConnect('localhost','userid','','agora');# connect to MySQL, agora db
    +$sql = 'select CustomerName, CustomerID from customers';
    +$rs= $conn->Execute($sql);
    +rs2html($rs,'border=2 cellpadding=3',array('Customer Name','Customer ID'));
    +?>
    + +
    + +
    + +
    + +

    Differences between this ADOdb library and Microsoft ADO

    + +
      +
    1. ADOdb only supports + recordsets created by a connection object. Recordsets cannot be created + independently.
    2. +
    3. ADO properties are implemented + as functions in ADOdb. This makes it easier to implement any enhanced ADO + functionality in the future.
    4. +
    5. ADOdb's ADORecordSet->Move() uses + absolute positioning, not relative. Bookmarks are not supported.
    6. +
    7. ADORecordSet->AbsolutePosition() cannot be used + to move the record cursor.
    8. +
    9. ADO Parameter objects are + not supported. Instead we have the ADOConnection::Parameter( + ) function, which provides a simpler interface for calling preparing + parameters and calling stored procedures.
    10. +
    11. Recordset properties for + paging records are available, but implemented as in Example + 8.
    12. +
    + +
    + +
    + +
    + +

    Database Driver Guide

    + +

    This describes how to create a class to connect to a new database. To ensure +there is no duplication of work, kindly email me at jlim#natsoft.com if you +decide to create such a class.

    + +

    First decide on a name in lower case to call the database type. Let's say we +call it xbase.

    + +

    Then we need to create two classes ADODB_xbase and ADORecordSet_xbase in the +file adodb-xbase.inc.php.

    + +

    The simplest form of database driver is an adaptation of an existing ODBC +driver. Then we just need to create the class ADODB_xbase extends ADODB_odbc +to support the new date and timestamp formats, the concatenation +operator used, true and false. For the ADORecordSet_xbase +extends ADORecordSet_odbc we need to change the MetaType function. +See adodb-vfp.inc.php as an example.

    + +

    More complicated is a totally new database driver that connects to a new PHP +extension. Then you will need to implement several functions. Fortunately, you +do not have to modify most of the complex code. You only need to override a few +stub functions. See adodb-mysql.inc.php for example.

    + +

    The default date format of ADOdb internally is YYYY-MM-DD (Ansi-92). All +dates should be converted to that format when passing to an ADOdb date +function. See Oracle for an example how we use ALTER SESSION to change the +default date format in _pconnect _connect.

    + +

    ADOConnection Functions to Override

    + +

    Defining a constructor for your ADOConnection derived function is optional. +There is no need to call the base class constructor.

    + +

    _connect: Low level implementation of Connect. Returns true or false. +Should set the _connectionID.

    + +

    _pconnect: Low level implemention of PConnect. Returns true or false. +Should set the _connectionID.

    + +

    _query: Execute a query. Returns the queryID, or false.

    + +

    _close: Close the connection -- PHP should clean up all recordsets.

    + +

    ErrorMsg: Stores the error message in the private variable _errorMsg. +

    + +

    ADOConnection Fields to Set

    + +

    _bindInputArray: Set to true if binding of parameters for SQL inserts +and updates is allowed using ?, eg. as with ODBC.

    + +

    fmtDate

    + +

    fmtTimeStamp

    + +

    true

    + +

    false

    + +

    concat_operator

    + +

    replaceQuote

    + +

    hasLimit support SELECT * FROM TABLE LIMIT 10 of MySQL.

    + +

    hasTop support Microsoft style SELECT TOP 10 * FROM TABLE.

    + +

    ADORecordSet Functions to Override

    + +

    You will need to define a constructor for your ADORecordSet derived class +that calls the parent class constructor.

    + +

    FetchField: as documented above in ADORecordSet

    + +

    _initrs: low level initialization of the recordset: setup the _numOfRows +and _numOfFields fields -- called by the constructor.

    + +

    _seek: seek to a particular row. Do not load the data into the fields +array. This is done by _fetch. Returns true or false. Note that some +implementations such as Interbase do not support seek. Set canSeek to false.

    + +

    _fetch: fetch a row using the database extension function and then +move to the next row. Sets the fields array. If the parameter +$ignore_fields is true then there is no need to populate the fields +array, just move to the next row. then Returns true or false.

    + +

    _close: close the recordset

    + +

    Fields: If the array row returned by the PHP extension is not an +associative one, you will have to override this. See adodb-odbc.inc.php for an +example. For databases such as MySQL and MSSQL where an associative array is +returned, there is no need to override this function.

    + +

    ADOConnection Fields to Set

    + +

    canSeek: Set to true if the _seek function works.

    + +

    Optimizing PHP

    + +

    For info on tuning PHP, read this article on Optimizing +PHP.

    + +

    Change Log

    + +

    5.09 25 June 2009

    +

    Active Record: You can force column names to be quoted in INSERT and UPDATE statements, typically because you are using reserved words as column names by setting +ADODB_Active_Record::$_quoteNames = true; +

    Added memcache and cachesecs to DSN. e.g. +

    +	# we have a memcache servers mem1,mem2 on port 8888, compression=off and cachesecs=120
    +	$dsn = 'mysql://user:pwd@localhost/mydb?memcache=mem1,mem2:8888:0&cachesecs=120';
    +
    +

    Fixed up MetaColumns and MetaPrimaryIndexes() for php 5.3 compat. Thx http://adodb.pastebin.com/m52082b16 +

    The postgresql driver's OffsetDate() apparently does not work with postgres 8.3. Fixed. +

    Added support for magic_quotes_sybase in qstr() and addq(). Thanks Eloy and Sam Moffat. +

    The oci8 driver did not handle LOBs properly when binding. Fixed. See http://phplens.com/lens/lensforum/msgs.php?id=17991. +

    Datadict: In order to support TIMESTAMP with subsecond accuracy, added to datadict the new TS type. Supported by mssql, postgresql and oci8 (oracle). +Also changed oci8 $conn->sysTimeStamp to use 'SYSTIMESTAMP' instead of 'SYSDATE'. Should be backwards compat. +

    Added support for PHP 5.1+ DateTime objects in DBDate and DBTimeStamp. This means that dates and timestamps will be managed by DateTime objects if you are running PHP 5.1+. +

    Added new property to postgres64 driver to support returning I if type is unique int called $db->uniqueIisR, defaulting to true. See http://phplens.com/lens/lensforum/msgs.php?id=17963 +

    Added support for bindarray in adodb_GetActiveRecordsClass with SelectLimit in adodb-active-record.inc.php. +

    Transactions now allowed in ado_access driver. Thx to petar.petrov.georgiev#gmail.com. +

    Sessions2 garbage collection is now much more robust. We perform ORDER BY to prevent deadlock in adodb-sessions2.inc.php. +

    Fixed typo in pdo_sqlite driver. +

    5.08a 17 Apr 2009

    +

    Fixes wrong version number string. +

    Incorrect + in adodb-datadict.inc.php removed. +

    Fixes missing OffsetDate() function in pdo. Thx paul#mantisforge.org. +

    5.08 17 Apr 2009

    +

    adodb-sybase.inc.php driver. Added $conn->charSet support. Thx Luis Henrique Mulinari (luis.mulinari#gmail.com) +

    adodb-ado5.inc.php. Fixed some bind param issues. Thx Jirka Novak. +

    adodb-ado5.inc.php. Now has improved error handling. +

    Fixed typo in adodb-xmlschema03.inc.php. See XMLS_EXISTING_DATA, line 1501. Thx james johnson. +

    Made $inputarr optional for _query() in all drivers. +

    Fixed spelling mistake in flushall() in adodb.inc.ophp. +

    Fixed handling of quotes in adodb_active_record::doquote. Thx Jonathan Hohle (jhohle#godaddy.com). +

    Added new index parameter to adodb_active_record::setdatabaseadaptor. Thx Jonathan Hohle +

    Fixed & readcache() reference compat problem with php 5.3 in adodb.Thx Jonathan Hohle. +

    Some minor $ADODB_CACHE_CLASS definition issues in adodb.inc.php. +

    Added Reset() function to adodb_active_record. Thx marcus. +

    Minor dsn fix for pdo_sqlite in adodb.inc.php. Thx Sergey Chvalyuk. +

    Fixed adodb-datadict _CreateSuffix() inconsistencies. Thx Chris Miller. +

    Option to delete old fields $dropOldFlds in datadict ChangeTableSQL($table, $flds, $tableOptions, $dropOldFlds=false) added. Thx Philipp Niethammer. +

    Memcache caching did not expire properly. Fixed. +

    MetaForeignKeys for postgres7 driver changed from adodb_movenext to $rs->MoveNext (also in 4.99) +

    Added support for ldap and ldaps url format in ldap driver. E.g. ldap://host:port/dn?attributes?scope?filter?extensions +

    5.07 26 Dec 2008

    + +

    BeginTrans/CommitTrans/RollbackTrans return true/false correctly on +success/failure now for mssql, odbc, oci8, mysqlt, mysqli, postgres, pdo.

    + +

    Replace() now quotes all non-null values including numeric ones.

    + +

    Postgresql qstr() now returns booleans as true and false +without quotes.

    + +

    MetaForeignKeys in mysql and mysqli drivers had this problem: A table can +have two foreign keys pointing to the same column in the same table. The +original code will incorrectly report only the last column. Fixed. +https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976 +

    + +

    Passing in full ado connection string in $argHostname with ado drivers was +failing in adodb5 due to bug. Fixed.

    + +

    Fixed memcachelib flushcache and flushall bugs. Also fixed possible +timeCreated = 0 problem in readcache. (Also in adodb 4.992). Thanks AlexB_UK +(alexbarnes#hotmail.com).

    + +

    Fixed a notice in adodb-sessions2.inc.php, in _conn(). Thx bober +m.derlukiewicz#rocktech.remove_me.pl;

    + +

    ADOdb Active Record: Fixed some issues with incompatible fetch modes +(ADODB_FETCH_ASSOC) causing problems in UpdateActiveTable().

    + +

    ADOdb Active Record: Added support for functions that support predefining +one-to-many relationships:
    ClassHasMany ClassBelongsTo TableHasMany TableBelongsTo +TableKeyHasMany TableKeyBelongsTo.
    +You can also define your child/parent class in these functions, instead of the +default ADODB_Active_Record. Thx Arialdo Martini & Chris R for idea.

    + +

    ADOdb Active Record: HasMany hardcoded primary key to "id". Fixed. +

    + +

    Many pdo and pdo-sqlite fixes from Sid Dunayer [sdunayer#interserv.com].

    + +

    CacheSelectLimit not working for mssql. Fixed. Thx AlexB.

    + +

    The rs2html function did not display hours in timestamps correctly. Now 24hr +clock used.

    + +

    Changed ereg* functions to use preg* functions as ereg* is deprecated in PHP 5.3. Modified sybase and postgresql drivers.

    + +

    5.06 16 Oct 2008

    + +

    Added driver adodb-pdo_sqlite.inc.php. Thanks Diogo Toscano +(diogo#scriptcase.net) for the code.

    + +

    Added support for one-to-many relationships +with BelongsTo() and HasMany() in adodb_active_record.

    + +

    Added BINARY type to mysql.inc.php (also in 4.991).

    + +

    Added support for SelectLimit($sql,-1,100) in oci8. (also in 4.991).

    + +

    New $conn->GetMedian($table, $field, $where='') to get median account no. +(also in 4.991)

    + +

    The rs2html() function in tohtml.inc.php did not handle dates with ':' in it +properly. Fixed. (also in 4.991)

    + +

    Added support for connecting to oci8 using $DB->Connect($ip, $user, $pwd, +"SID=$sid"); (also in 4.991)

    + +

    Added mysql type 'VAR_STRING' to MetaType(). (also in 4.991)

    + +

    The session and session2 code supports setfetchmode assoc properly now (also +in 4.991).

    + +

    Added concat support to pdo. Thx Andrea Baron.

    + +

    Changed db2 driver to use format "Y-m-d H-i-s" for datetime +instead of "Y-m-d-H-i-s" which was legacy from odbc_db2 conversion.

    + +

    Removed vestigal break on adodb_tz_offset in adodb-time.inc.php.

    + +

    MetaForeignKeys did not work for views in MySQL 5. Fixed.

    + +

    Changed error handling in GetActiveRecordsClass.

    + +

    Added better support for using existing driver when $ADODB_NEWCONNECTION +function returns false.

    + +

    In _CreateSuffix in adodb-datadict.inc.php, adding unsigned variable for +mysql.

    + +

    In adodb-xmlschema03.inc.php, changed addTableOpt to include db name.

    + +

    If bytea blob in postgresql is null, empty string was formerly returned. Now +null is returned.

    + +

    Changed db2 driver CreateSequence to support $start parameter.

    + +

    rs2html() now does not add nbsp to end if length of string > 0

    + +

    The oci8po FetchField() now only lowercases field names if ADODB_ASSOC_CASE +is set to 0.

    + +

    New mssqlnative drivers for php. TQ Garrett Serack of M'soft. Download +mssqlnative extension. Note that this is still in beta.

    + +

    Fixed bugs in memcache support.

    + +

    You can now change the return value of GetOne if no records are found using +the global variable $ADODB_GETONE_EOF. The default is null. To change it back +to the pre-4.99/5.00 behaviour of false, set $ADODB_GETONE_EOF = false;

    + +

    In Postgresql 8.2/8.3 MetaForeignkeys did not work. Fixed William Kolodny +William.Kolodny#gt-t.net

    + +

    4.990/5.05 11 Jul 2008

    + +

    Added support for multiple recordsets in mysqli "Geisel Sierote" +geisel#4up.com.br. See http://phplens.com/lens/lensforum/msgs.php?id=15917

    + +

    Malcolm Cook added new Reload() function to Active Record. See +http://phplens.com/lens/lensforum/msgs.php?id=17474

    + +

    Thanks Zoltan Monori [monzol#fotoprizma.hu] for bug fixes in iterator, +SelectLimit, GetRandRow, etc.

    + +

    Under heavy loads, the performance monitor for oci8 disables Ixora views.

    + +

    Fixed sybase driver SQLDate to use str_replace(). Also for adodb5, changed +sybase driver UnixDate and UnixTimeStamp calls to static.

    + +

    Changed oci8 lob handler to use & reference +$this->_refLOBs[$numlob]['VAR'] = &$var.

    + +

    We now strtolower the get_class() function in PEAR::isError() for php5 +compat.

    + +

    CacheExecute did not retrieve cache recordsets properly for 5.04 (worked in +4.98). Fixed.

    + +

    New ADODB_Cache_File class for file caching defined in adodb.inc.php.

    + +

    Farsi language file contribution by Peyman Hooshmandi Raad +(phooshmand#gmail.com)

    + +

    New API for creating your custom caching class which is stored in +$ADODB_CACHE:

    + +
     
    include "/path/to/adodb.inc.php";
    $ADODB_CACHE_CLASS = 'MyCacheClass';
     
    class MyCacheClass extends ADODB_Cache_File
    {
    젨젨젨젨 function writecache($filename, $contents,$debug=false){...}
    젨젨젨젨 function &readcache($filename, &$err, $secs2cache, $rsClass){ ...}
    젨젨젨젨  :
    }
     
    $DB = NewADOConnection($driver);
    $DB->Connect(...);?## MyCacheClass created here and stored in $ADODB_CACHE global variable.
     
    $data = $rs->CacheGetOne($sql); ## MyCacheClass is used here for caching...
    + +

    Memcache supports multiple pooled hosts now. Only if none of the pooled +servers can be contacted will a connect error be generated. Usage example +below:

    + +
     
    $db = NewADOConnection($driver);
    $db->memCache = true; /// should we use memCache instead of caching in files
    $db->memCacheHost = array($ip1, $ip2, $ip3); /// $db->memCacheHost = $ip1; still works
    $db->memCachePort = 11211; /// this is default memCache port
    $db->memCacheCompress = false; /// Use 'true' to store the item compressed (uses zlib)
     
    $db->Connect(...);
    $db->CacheExecute($sql);
    + +

    4.98/5.04 13 Feb 2008

    + +

    Fixed adodb_mktime problem which causes a performance bottleneck in $hrs.

    + +

    Added mysqli support to adodb_getcount().

    + +

    Removed MYSQLI_TYPE_CHAR from MetaType().

    + +

    4.97/5.03 22 Jan 2008

    + +

    Active Record: $ADODB_ASSOC_CASE=1 did not work properly. Fixed.

    + +

    Modified Fields() in recordset class to support display null fields in +FetchNextObject().

    + +

    In ADOdb5, active record implementation, we now support column names with +spaces in them - we autoconvert the spaces to _ using __set(). Thx Daniel Cook. +http://phplens.com/lens/lensforum/msgs.php?id=17200

    + +

    Removed $arg3 from mysqli SelectLimit. See +http://phplens.com/lens/lensforum/msgs.php?id=16243. Thx Zsolt Szeberenyi.

    + +

    Changed oci8 FetchField, which returns the max_length of BLOB/CLOB/NCLOB as +4000 (incorrectly) to -1.

    + +

    CacheExecute would sometimes return an error on Windows if it was unable to +lock the cache file. This is harmless and has been changed to a warning that +can be ignored. Also adodb_write_file() code revised.

    + +

    ADOdb perf code changed to only log sql if execution time >= 0.05 +seconds. New $ADODB_PERF_MIN variable holds min sql timing. Any SQL with timing +value below this and is not causing an error is not logged.

    + +

    Also adodb_backtrace() now traces 1 level deeper as sometimes actual culprit +function is not displayed.

    + +

    Fixed a group by problem with adodb_getcount() for db's which are not +postgres/oci8 based.

    + +

    Changed mssql driver Parameter() from SQLCHAR to SQLVARCHAR: case 'string': +$type = SQLVARCHAR; break.

    + +

    Problem with mssql driver in php5 (for adodb 5.03) because some functions +are not static. Fixed.

    + +

    4.96/5.02 24 Sept 2007

    + +

    ADOdb perf for oci8 now has non-table-locking code when clearing the sql. +Slower but better transparency. Added in 4.96a and 5.02a.

    + +

    Fix adodb count optimisation. Preg_match did not work properly. Also rewrote +the ORDER BY stripping code in _adodb_getcount(), adodb-lib.inc.php.

    + +

    SelectLimit for oci8 not optimal for large recordsets when offset=0. Changed +$nrows check.

    + +

    Active record optimizations. Added support for assoc arrays in Set().

    + +

    Now GetOne returns null if EOF (no records found), and false if error +occurs. Use ErrorMsg()/ErrorNo() to get the error.

    + +

    Also CacheGetRow and CacheGetCol will return false if error occurs, or empty +array() if EOF, just like GetRow and GetCol.

    + +

    Datadict now allows changing of types which are not resizable, eg. VARCHAR +to TEXT in ChangeTableSQL. -- Mateo Tibaquir?

    + +

    Added BIT data type support to adodb-ado.inc.php and adodb-ado5.inc.php.

    + +

    Ldap driver did not return actual ldap error messages. Fixed.

    + +

    Implemented GetRandRow($sql, $inputarr). Optimized for Oci8.

    + +

    Changed adodb5 active record to use static SetDatabaseAdapter() and removed +php4 constructor. Bas van Beek bas.vanbeek#gmail.com.

    + +

    Also in adodb5, changed adodb-session2 to use static function declarations +in class. Thx Daniel Berlin. +

    + +

    Added "Clear SQL Log" to bottom of Performance screen.

    + +

    Sessions2 code echo'ed directly to the screen in debug mode. Now uses +ADOConnection::outp().

    + +

    In mysql/mysqli, qstr(null) will return the string "null" instead +of empty quoted string "''".

    + +

    postgresql optimizeTable in perf-postgres.inc.php added by Daniel Berlin +(mail#daniel-berlin.de)

    + +

    Added 5.2.1 compat code for oci8.

    + +

    Changed @@identity to SCOPE_IDENTITY() for multiple mssql drivers. Thx +Stefano Nari.

    + +

    Code sanitization introduced in 4.95 caused problems in European locales (as +float 3.2 was typecast to 3,2). Now we only sanitize if is_numeric fails.

    + +

    Added support for customizing ADORecordset_empty using +$this->rsPrefix.'empty'. By Josh Truwin.

    + +

    Added proper support for ALterColumnSQL for Postgresql in datadict code. +Thx. Josh Truwin.

    + +

    Added better support for MetaType() in mysqli when using an array recordset. +

    + +

    Changed parser for pgsql error messages in adodb-error.inc.php to +case-insensitive regex.

    + +

    4.95/5.01 17 May 2007

    + +

    CacheFlush debug outp() passed in invalid parameters. Fixed.

    + +

    Added Thai language file for adodb. Thx Trirat Petchsingh rosskouk#gmail.com +and Marcos Pont

    + +

    Added zerofill checking support to MetaColumns for mysql and mysqli.

    + +

    CacheFlush no longer deletes all files/directories. Only *.cache files +deleted.

    + +

    DB2 timestamp format changed to var $fmtTimeStamp = +"'Y-m-d-H:i:s'";

    + +

    Added some code sanitization to AutoExecute in adodb-lib.inc.php.

    + +

    Due to typo, all connections in adodb-oracle.inc.php would become +persistent, even non-persistent ones. Fixed.

    + +

    Oci8 DBTimeStamp uses 24 hour time for input now, so you can perform string +comparisons between 2 DBTimeStamp values.

    + +

    Some PHP4.4 compat issues fixed in adodb-session2.inc.php

    + +

    For ADOdb 5.01, fixed some adodb-datadict.inc.php MetaType compat issues +with PHP5.

    + +

    The $argHostname was wiped out in adodb-ado5.inc.php. Fixed.

    + +

    Adodb5 version, added iterator support for adodb_recordset_empty.

    + +

    Adodb5 version,more error checking code now will use exceptions if +available.

    + +

    4.94 23 Jan 2007

    + +

    Active Record: $ADODB_ASSOC_CASE=2 did not work properly. Fixed. Thx +gmane#auxbuss.com.

    + +

    mysqli had bugs in BeginTrans() and EndTrans(). Fixed.

    + +

    Improved error handling when no database is connected for oci8. Thx Andy +Hassall.

    + +

    Names longer than 30 chars in oci8 datadict will be changed to random name. +Thx Eugenio. http://phplens.com/lens/lensforum/msgs.php?id=16182

    + +

    Added var $upperCase = 'ucase' to access and ado_access drivers. Thx Renato +De Giovanni renato#cria.org.br

    + +

    Postgres64 driver, if preparing plan failed in _query, did not handle error +properly. Fixed. See http://phplens.com/lens/lensforum/msgs.php?id=16131.

    + +

    Fixed GetActiveRecordsClass() reference bug. See +http://phplens.com/lens/lensforum/msgs.php?id=16120

    + +

    Added handling of nulls in adodb-ado_mssql.inc.php for qstr(). Thx to Felix +Rabinovich.

    + +

    Adodb-dict contributions by Gaetano:
    ++ Support for INDEX in data-dict. Example: idx_ev1. The ability to define +indexes using the INDEX keyword was added in ADOdb 4.94. The following example +features mutiple indexes, including a compound index idx_ev1.

    + +
     
    ?event_id I(11) NOTNULL AUTOINCREMENT PRIMARY,
    ?event_type I(4) NOTNULL?INDEX idx_evt,
    ?event_start_date T DEFAULT NULL INDEX id_esd,
    ?event_end_date T DEFAULT '0000-00-00 00:00:00' INDEX id_eted,
    ?event_parent I(11) UNSIGNED NOTNULL DEFAULT 0 INDEX id_evp,
    ?event_owner I(11) DEFAULT 0 INDEX idx_ev1,
    ?event_project I(11) DEFAULT 0 INDEX idx_ev1,
    ?event_times_recuring I(11) UNSIGNED NOTNULL DEFAULT 0,
    ?event_icon C(20) DEFAULT 'obj/event',
    ?event_description X
    + +


    ++ Prevents the generated SQL from including double drop-sequence statements for +REPLACE case of tables with autoincrement columns (on those dbs that emulate it +via sequences)
    ++ makes any date defined as DEFAULT value for D and T columns work +cross-database, not just the "sysdate" value (as long as it is +specified using adodb standard format). See above example.

    + +

    Fixed pdo's GetInsertID() support. Thx Ricky Su.

    + +

    oci8 Prepare() now sets error messages if an error occurs.

    + +

    Added 'PT_BR' to SetDateLocale() -- brazilian portugese.

    + +

    charset in oci8 was not set correctly on *Connect()

    + +

    ADOConnection::Transpose() now appends as first column the field names.

    + +

    Added $ADODB_QUOTE_FIELDNAMES. If set to true, will autoquote field names in +AutoExecute(),GetInsertSQL(), GetUpdateSQL().

    + +

    Transpose now adds the field names as the first column after transposition.

    + +

    Added === check in ADODB_SetDatabaseAdapter for $db, +adodb-active-record.inc.php. Thx Christian Affolter.

    + +

    Added ErrorNo() to adodb-active-record.inc.php. Thx ante#novisplet.com.

    + +

    4.93 10 Oct 2006

    + +

    Added support for multiple database connections in performance monitoring +code (adodb-perf.inc.php). Now all sql in multiple database connections can be +saved into one database ($ADODB_LOG_CONN).

    + +

    Added MetaIndexes() to odbc_mssql.

    + +

    Added connection property $db->null2null = 'null'. In +autoexecute/getinsertsql/getupdatesql, this value will be converted to a null. +Set this to a funny invalid value if you do not want null conversion. See +http://phplens.com/lens/lensforum/msgs.php?id=15902.

    + +

    Path disclosure problem in mysqli fixed. Thx Andy.

    + +

    Fixed typo in session_schema2.xml.

    + +

    Changed INT in oci8 to return correct precision in $fld->max_length, +MetaColumns(). Thx + Eloy Lafuente + Plaza.

    + +

    Patched postgres64 _connect to handle serverinfo(). see http://phplens.com/lens/lensforum/msgs.php?id=15887. +

    + +

    Added pdo fix for null columns. See +http://phplens.com/lens/lensforum/msgs.php?id=15889

    + +

    For stored procedures, missing connection id now passed into mssql_query(). +Thx Ecsy (ecsy#freemail.hu).

    + +

    4.92a 30 Aug 2006

    + +

    Syntax error in postgres7 driver. Thx + Eloy Lafuente + Plaza.

    + +

    Minor bug fixes - adodb informix 10 types added to adodb.inc.php. Thx +Fernando Ortiz.

    + +

    4.92 29 Aug 2006

    + +

    Better odbtp date support.

    + +

    Added IgnoreErrors() to bypass default error handling.

    + +

    The _adodb_getcount() function in adodb-lib.inc.php, some ORDER BY bug +fixes.

    + +

    For ibase and firebird, set $sysTimeStamp = "CURRENT_TIMESTAMP".

    + +

    Fixed postgres connection bug: +http://phplens.com/lens/lensforum/msgs.php?id=11057.

    + +

    Changed CacheSelectLimit() to flush cache when $secs2cache==-1 due to +complaints from other users.

    + +

    Added support for using memcached with CacheExecute/CacheSelectLimit. +Requires memcache module PECL extension. Usage:

    + +
     
    $db = NewADOConnection($driver);
    $db->memCache = true; /// should we use memCache instead of caching in files
    $db->memCacheHost = "126.0.1.1"; /// memCache host
    $db->memCachePort = 11211; /// this is default memCache port
    $db->memCacheCompress = false; /// Use 'true' to store the item compressed (uses zlib)
     
    $db->Connect(...);
    $db->CacheExecute($sql);
    + +

    Implemented Transpose() for recordsets. Recordset must be retrieved using +ADODB_FETCH_NUM. First column becomes the column name.

    + +
     
    $DB = NewADOConnection('mysql');
    $DB->Connect(...);
    $DB->SetFetchMode(ADODB_FETCH_NUM);
    $rs = $DB->Execute('select productname,productid,unitprice from products limit 10');
    $rs2 = $DB->Transpose($rs);
    rs2html($rs2);
    + +

    4.91 2 Aug 2006

    + +

    Major session code rewrite .... See session docs.

    + +

    PDO bindinputarray was not set properly for MySQL (changed from true to +false).

    + +

    Changed CacheSelectLimit() to re-cache when $secs2cache==0. This is one way +to flush the cache when SelectLimit is called.

    + +

    Added to quotes to mysql and mysqli: "SHOW COLUMNS FROM `%s`";

    + +

    Removed accidental optgroup handling in GetMenu(). Fixed ibase _BlobDecode +for php5 compat, and also mem alloc issues for small blobs, thx +salvatori#interia.pl

    + +

    Mysql driver OffsetDate() speedup, useful for adodb-sessions.

    + +

    Fix for GetAssoc() PHP5 compat. See +http://phplens.com/lens/lensforum/msgs.php?id=15425

    + +

    Active Record - If inserting a record and the value of a primary key field +is null, then we do not insert that field in as we assume it is an +auto-increment field. Needed by mssql.

    + +

    Changed postgres7 MetaForeignKeys() see http://phplens.com/lens/lensforum/msgs.php?id=15531 +

    + +

    DB2 will now return db2_conn_errormsg() when it is a connection error.

    + +

    4.90 8 June 2006

    + +

    Changed adodb_countrec() in adodb-lib.inc.php to allow LIMIT to be used as a +speedup to reduce no of records counted.

    + +

    Added support for transaction modes for postgres and oci8 with +SetTransactionMode(). These transaction modes affect all subsequent +transactions of that connection.

    + +

    Thanks to Halmai Csongor for suggestion.

    + +

    Removed $off = $fieldOffset - 1 line in db2 driver, FetchField(). Tx Larry +Menard.

    + +

    Added support for PHP5 objects as Execute() bind parameters using __toString +(eg. Simple-XML). Thx Carl-Christian Salvesen.

    + +

    Rounding in tohtml.inc.php did not work properly. Fixed.

    + +

    MetaIndexes in postgres fails when fields are deleted then added in again +because the attnum has gaps in it. See +http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976. +Fixed.

    + +

    MetaForeignkeys in mysql and mysqli did not work when +fetchMode==ADODB_FETCH_ASSOC used. Fixed.

    + +

    Reference error in AutoExecute() fixed.

    + +

    Added macaddr postgres type to MetaType. Maps to 'C'.

    + +

    Added to _connect() in adodb-ado5.inc.php support for $database and +$dataProvider parameters. Thx Larry Menard.

    + +

    Added support for sequences in adodb-ado_mssql.inc.php. Thx Larry Menard.

    + +

    Added ADODB_SESSION_READONLY.

    + +

    Added session expiryref support to crc32 mode, and in LOB code.

    + +

    Clear _errorMsg in postgres7 driver, so that ErrorMsg() displays properly +when no error occurs.

    + +

    Added BindDate and BindTimeStamp

    + +

    4.81 3 May 2006

    + +

    Fixed variable ref errors in adodb-ado5.inc.php in _query().

    + +

    Mysqli setcharset fix using method_exists().

    + +

    The adodb-perf.inc.php CreateLogTable() code now works for user-defined +table names.

    + +

    Error in ibase_blob_open() fixed. See +http://phplens.com/lens/lensforum/msgs.php?id=14997

    + +

    4.80 8 Mar 2006

    + +

    Added activerecord support.

    + +

    Added mysql $conn->compat323 = true if you want MySQL 3.23 compat +enabled. Fixes GetOne() Select-Limit problems.

    + +

    Added adodb-xmlschema03.inc.php to support XML Schema version 3 and updated +adodb-datadict.htm docs.

    + +

    Better memory management in Execute. Thx Mike Fedyk.

    + +

    4.72 21 Feb 2006

    + +

    Added 'new' DSN parameter for NConnect().

    + +

    Pager now sanitizes $PHP_SELF to protect against XSS. Thx to James Bercegay +and others.

    + +

    ADOConnection::MetaType changed to setup $rs->connection correctly.

    + +

    New native DB2 driver contributed by Larry Menard, Dan Scott, Andy +Staudacher, Bharat Mediratta.

    + +

    The mssql CreateSequence() did not BEGIN TRANSACTION correctly. Fixed. Thx +Sean Lee.

    + +

    The _adodb_countrecs() function in adodb-lib.inc.php has been revised to +handle more ORDER BY variations.

    + +

    4.71 24 Jan 2006

    + +

    Fixes postgresql security issue related to binary strings. Thx to Andy +Staudacher.

    + +

    Several DSN bugs found:

    + +

    1. Fix bugs in DSN connections introduced in 4.70 when underscores are found +in the DSN.

    + +

    2. DSN with _ did not work properly in PHP5 (fine in PHP4). Fixed.

    + +

    3. Added support for PDO DSN connections in NewADOConnection(), and database +parameter in PDO::Connect().

    + +

    The oci8 datetime flag not correctly implemented in ADORecordSet_array. +Fixed.

    + +

    Added BlobDelete() to postgres, as a counterpoint to UpdateBlobFile().

    + +

    Fixed GetInsertSQL() to support oci8po.

    + +

    Fixed qstr() issue with postgresql with \0 in strings.

    + +

    Fixed some datadict driver loading issues in _adodb_getdriver().

    + +

    Added register shutdown function session_write_close in +adodb-session.inc.php for PHP 5 compat. See +http://phplens.com/lens/lensforum/msgs.php?id=14200.

    + +

    4.70 6 Jan 2006

    + +

    Many fixes from Danila Ulyanov to ibase, oci8, postgres, mssql, odbc_oracle, +odbtp, etc drivers.

    + +

    Changed usage of binary hint in adodb-session.inc.php for mysql. See +http://phplens.com/lens/lensforum/msgs.php?id=14160

    + +

    Fixed invalid variable reference problem in undomq(), adodb-perf.inc.php.

    + +

    Fixed http://phplens.com/lens/lensforum/msgs.php?id=14254 in +adodb-perf.inc.php, _DBParameter() settings of fetchmode was wrong.

    + +

    Fixed security issues in server.php and tmssql.php discussed by Andreas +Sandblad in a Secunia security advisory. Added $ACCEPTIP = 127.0.0.1 and +changed suggested root password to something more secure.

    + +

    Changed pager to close recordset after RenderLayout().

    + +

    4.68 25 Nov 2005

    + +

    PHP 5 compat for mysqli. MetaForeignKeys repeated twice and +MYSQLI_BINARY_FLAG missing.

    + +

    PHP 5.1 support for postgresql bind parameters using ? did not work if >= +10 parameters. Fixed. Thx to Stanislav Shramko.

    + +

    Lots of PDO improvements.

    + +

    Spelling error fixed in mysql MetaForeignKeys, $associative parameter.

    + +

    4.67 16 Nov 2005

    + +

    Postgresql not_null flag not set to false correctly. Thx Cristian MARIN.

    + +

    We now check in Replace() if key is in fieldArray. Thx S?astien Vanvelthem. +

    + +

    _file_get_contents() function was missing in xmlschema. fixed.

    + +

    Added week in year support to SQLDate(), using 'W' flag. Thx Spider.

    + +

    In sqlite metacolumns was repeated twice, causing PHP 5 problems. Fixed.

    + +

    Made debug output XHTML compliant.

    + +

    4.66 28 Sept 2005

    + +

    ExecuteCursor() in oci8 did not clean up properly on failure. Fixed.

    + +

    Updated xmlschema.dtd, by "Alec Smecher" asmecher#smecher.bc.ca

    + +

    Hardened SelectLimit, typecasting nrows and offset to integer.

    + +

    Fixed misc bugs in AutoExecute() and GetInsertSQL().

    + +

    Added $conn->database as the property holding the database name. The +older $conn->databaseName is retained for backward compat.

    + +

    Changed _adodb_backtrace() compat check to use function_exists().

    + +

    Bug in postgresql MetaIndexes fixed. Thx Kevin Jamieson.

    + +

    Improved OffsetDate for MySQL, reducing rounding error.

    + +

    Metacolumns added to sqlite. Thx Mark Newnham.

    + +

    PHP 4.4 compat fixes for GetAssoc().

    + +

    Added postgresql bind support for php 5.1. Thx Cristiano da Cunha Duarte

    + +

    OffsetDate() fixes for postgresql, typecasting strings to date or timestamp. +

    + +

    DBTimeStamp formats for mssql, odbc_mssql and postgresql made to conform +with other db's.

    + +

    Changed PDO constants from PDO_ to PDO:: to support latest spec.

    + +

    4.65 22 July 2005

    + +

    Reverted 'X' in mssql datadict to 'TEXT' to be compat with mssql driver. +However now you can set $datadict->typeX = 'varchar(4000)' or 'TEXT' or +'CLOB' for mssql and oci8 drivers.

    + +

    Added charset support when using DSN for Oracle.

    + +

    _adodb_getmenu did not use fieldcount() to get number of fields. Fixed.

    + +

    MetaForeignKeys() for mysql/mysqli contributed by Juan Carlos Gonzalez.

    + +

    MetaDatabases() now correctly returns an array for mysqli driver. Thx +Cristian MARIN.

    + +

    CompleteTrans(false) did not return false. Fixed. Thx to JMF.

    + +

    AutoExecute() did not work with Oracle. Fixed. Thx Jos?Moreira.

    + +

    MetaType() added to connection object.

    + +

    More PHP 4.4 reference return fixes. Thx Ryan C Bonham and others.

    + +

    4.64 20 June 2005

    + +

    In datadict, if the default field value is set to '', then it is not applied +when the field is created. Fixed by Eugenio.

    + +

    MetaPrimaryKeys for postgres did not work because of true/false change in +4.63. Fixed.

    + +

    Tested ocifetchstatement in oci8. Rejected at the end.

    + +

    Added port to dsn handling. Supported in postgres, mysql, mysqli,ldap.

    + +

    Added 'w' and 'l' to mysqli SQLDate().

    + +

    Fixed error handling in ldap _connect() to be more consistent. Also added +ErrorMsg() handling to ldap.

    + +

    Added support for union in _adodb_getcount, adodb-lib.inc.php for postgres +and oci8.

    + +

    rs2html() did not work with null dates properly.

    + +

    PHP 4.4 reference return fixes.

    + +

    4.63 18 May 2005

    + +

    Added $nrows<0 check to mysqli's SelectLimit(). +

    Added OptimizeTable() and OptimizeTables() in adodb-perf.inc.php. By Markus Staab. +

    PostgreSQL inconsistencies fixed. true and false set to TRUE and FALSE, and boolean type in datadict-postgres.inc.php set +to 'L' => 'BOOLEAN'. Thx Kevin Jamieson. +

    New adodb_session_create_table() function in adodb-session.inc.php. By Markus Staab. +

    Added null check to UserTimeStamp(). +

    Fixed typo in mysqlt driver in adorecordset. Thx to Andy Staudacher. +

    GenID() had a bug in the raiseErrorFn handling. Fixed. Thx Marcos Pont. +

    Datadict name quoting now handles ( ) in index fields correctly - they aren't part of the index field. >

    + +

    Performance monitoring: (1) oci8 Ixora checks moved down; (2) expensive sql +changed so that only those sql with count(*)>1 are shown; (3) changed sql1 +field to a length+crc32 checksum - this breaks backward compat.

    + +

    We remap firebird15 to firebird in data dictionary.

    + +

    4.62 2 Apr 2005

    + +

    Added 'w' (dow as 0-6 or 1-7) and 'l' (dow as string) for SQLDate for oci8, +postgres and mysql.

    + +

    Rolled back MetaType() changes for mysqli done in prev version.

    + +

    Datadict change by chris, cblin#tennaxia.com data mappings from:

    + +
     
    oci8:?X->varchar(4000) XL->CLOB
    mssql: X->XL->TEXT
    mysql: X->XL->LONGTEXT
    fbird: X->XL->varchar(4000)
    + +

    to:

    + +
     
    oci8:?X->varchar(4000) XL->CLOB
    mssql: X->VARCHAR(4000) XL->TEXT
    mysql: X->TEXT젨젨젨젨?XL->LONGTEXT
    fbird: X->VARCHAR(4000) XL->VARCHAR(32000)
    + +

    Added $connection->disableBlobs to postgresql to improve performance when +no bytea is used (2-5% improvement).

    + +

    Removed all HTTP_* vars.

    + +

    Added $rs->tableName to be set before calling AutoExecute().

    + +

    Alex Rootoff rootoff#pisem.net contributed ukrainian language file.

    + +

    Added new mysql_option() support using $conn->optionFlags array.

    + +

    Added support for ldap_set_option() using the $LDAP_CONNECT_OPTIONS global +variable. Contributed by Josh Eldridge.

    + +

    Added LDAP_* constant definitions to ldap.

    + +

    Added support for boolean bind variables. We use $conn->false and +$conn->true to hold values to set false/true to.

    + +

    We now do not close the session connection in adodb-session.inc.php as other +objects could be using this connection.

    + +

    We now strip off \0 at end of Ixora SQL strings in $perf->tohtml() for +oci8.

    + +

    4.61 23 Feb 2005

    + +

    MySQLi added support for mysqli_connect_errno() and mysqli_connect_error().

    + +

    Massive improvements to alpha PDO driver.

    + +

    Quote string bind parameters logged by performance monitor for easy type +checking. Thx Jason Judge.

    + +

    Added support for $role when connecting with Interbase/firebird.

    + +

    Added support for enum recognition in MetaColumns() mysql and mysqli. Thx +Amedeo Petrella.

    + +

    The sybase_ase driver contributed by Interakt Online. Thx Cristian Marin +cristic#interaktonline.com.

    + +

    Removed not_null, has_default, and default_value from ADOFieldObject.

    + +

    Sessions code, fixed quoting of keys when handling LOBs in session write() +function.

    + +

    Sessions code, added adodb_session_regenerate_id(), to reduce risk of +session hijacking by changing session cookie dynamically. Thx Joe Li.

    + +

    Perf monitor, polling for CPU did not work for PHP 4.3.10 and 5.0.0-5.0.3 +due to PHP bugs, so we special case these versions.

    + +

    Postgresql, UpdateBlob() added code to handle type==CLOB.

    + +

    4.60 24 Jan 2005

    + +

    Implemented PEAR DB's autoExecute(). Simplified design because I don't like +using constants when strings work fine.

    + +

    _rs2serialize will now update $rs->sql and $rs->oldProvider.

    + +

    Added autoExecute().

    + +

    Added support for postgres8 driver. Currently just remapped to postgres7 +driver.

    + +

    Changed oci8 _query(), so that OCIBindByName() sets the length to -1 if +element size is > 4000. This provides better support for LONGs.

    + +

    Added SetDateLocale() support for netherlands (Nl).

    + +

    Spelling error in pivot code ($iff should be $iif).

    + +

    mysql insert_id() did not work with mysql 3.x. Fixed.

    + +

    "\r\n" not converted to spaces correctly in exporting data. Fixed. +

    + +

    _nconnect() in mysqli did not return value correctly. Fixed.

    + +

    Arne Eckmann contributed danish language file.

    + +

    Added clone() support to FetchObject() for PHP5.

    + +

    Removed SQL_CUR_USE_ODBC from odbc_mssql.

    + +

    4.55 5 Jan 2005

    + +

    Found bug in Execute() with bind params for db's that do not support binding +natively.

    + +

    DropSequence() now correctly uses default parameter.

    + +

    Now Execute() ignores locale for floats, so 1.23 is NEVER converted to 1,23. +

    + +

    SetFetchMode() not properly saved in adodb-perf, suspicious sql and +expensive sql. Fixed.

    + +

    Added INET to postgresql metatypes. Thx motzel.

    + +

    Allow oracle hints to work when counting with _adodb_getcount in +adodb-lib.inc.php. Thx Chris Wrye.

    + +

    Changed mysql insert_id() to use SELECT LAST_INSERT_ID().

    + +

    If alter col in datadict does not modify col type/size of actual col, then +it is removed from alter col code. By Mark Newham. Not perfect as MetaType() +!== ActualType().

    + +

    Added handling of view fields in metacolumns() for postgresql. Thx Renato De +Giovanni.

    + +

    Added to informix MetaPrimaryKeys and MetaColumns fixes for null bit. Thx to +Cecilio Albero.

    + +

    Removed obsolete connection_timeout() from perf code.

    + +

    Added support for arrayClass in adodb-csv.inc.php.

    + +

    RSFilter now accepts methods of the form $array($obj, 'methodname'). Thx to +blake#near-time.com.

    + +

    Changed CacheFlush to $cmd = 'rm -rf +'.$ADODB_CACHE_DIR.'/[0-9a-f][0-9a-f]/';

    + +

    For better cursor concurrency, added code to free ref cursors in oci8 when +$rs->Close() is called. Note that CLose() is called internally by the Get* +functions too.

    + +

    Added IIF support for access when pivoting. Thx Volodia Krupach.

    + +

    Added mssql datadict support for timestamp. Thx Alexios.

    + +

    Informix pager fix. By Mario Ramirez.

    + +

    ADODB_TABLE_REGEX now includes ':'. By Mario Ramirez.

    + +

    Mark Newnham contributed MetaIndexes for oci8 and db2.

    + +

    4.54 5 Nov 2004

    + +

    Now you can set $db->charSet = ?? before doing a Connect() in oci8.

    + +

    Added adodbFetchMode to sqlite.

    + +

    Perf code, added a string typecast to substr in adodb_log_sql().

    + +

    Postgres: Changed BlobDecode() to use po_loread, added new $maxblobsize +parameter, and now it returns the blob instead of sending it to stdout - make +sure to mention that as a compat warning. Also added $db->IsOID($oid) +function; uses a heuristic, not guaranteed to work 100%.

    + +

    Contributed arabic language file by "El-Shamaa, Khaled" +k.el-shamaa#cgiar.org

    + +

    PHP5 exceptions did not handle @ protocol properly. Fixed.

    + +

    Added ifnull handling for postgresql (using coalesce).

    + +

    Added metatables() support for Postgresql 8.0 (no longer uses pg_% +dictionary tables).

    + +

    Improved Sybase ErrorMsg() function. By Gaetano Giunta.

    + +

    Improved oci8 SelectLimit() to use Prepare(). By Cristiano Duarte.

    + +

    Type-cast $row parameter in ifx_fetch_row() to int. Thx stefan bodgan.

    + +

    Ralf becker contributed improvements in postgresql, sapdb, mysql data +dictionary handling:
    +- MySql and Postgres MetaType was reporting every int column which was part of +a primary key and unique as serial
    +- Postgres was not reporting the scale of decimal types
    +- MaxDB was padding the defaults of none-string types with spaces
    +- MySql now correctly converts enum columns to varchar

    + +

    Ralf also changed Postgresql datadict:
    +- you cant add NOT NULL columns in postgres in one go, they need to be added as +NULL and then altered to NOT NULL
    +- AlterColumnSQL could not change a varchar column with numbers into an integer +column, postgres need an explicit conversation
    +- a re-created sequence was not set to the correct value, if the name was the +old name (no implicit sequence), now always the new name of the implicit +sequence is used

    + +

    Sergio Strampelli added extra $intoken check to Lens_ParseArgs() in datadict +code.

    + +

    4.53 28 Sept 2004

    + +

    FetchMode cached in recordset is sometimes mapped to native db fetchMode. +Normally this does not matter, but when using cached recordsets, we need to +switch back to using adodb fetchmode. So we cache this in +$rs->adodbFetchMode if it differs from the db's fetchMode.

    + +

    For informix we now set canSeek = false driver because stefan bodgan tells +me that seeking doesn't work.

    + +

    SetDateLocale() never worked till now ;-) Thx david#tomato.it

    + +

    Set $_bindInputArray = true in sapdb driver. Required for clob support.

    + +

    Fixed some PEAR::DB emulation issues with isError() and isWarning. Thx to +Gert-Rainer Bitterlich.

    + +

    Empty() used in getupdatesql without strlen() check. Fixed.

    + +

    Added unsigned detection to mysql and mysqli drivers. Thx to dan cech.

    + +

    Added hungarian language file. Thx to Hal?zv?i G?or.

    + +

    Improved fieldname-type formatting of datadict SQL generated (adding +$widespacing parameter to _GenField).

    + +

    Datadict oci8 DROP CONSTRAINTS misspelt. Fixed. Thx Mark Newnham.

    + +

    Changed odbtp to dynamically change databaseType based on connection, eg. +from 'odbtp' to 'odbtp_mssql' when connecting to mssql database.

    + +

    In datadict, MySQL I4 was wrongly mapped to MEDIUMINT, which is actually I3. +Fixed.

    + +

    Fixed mysqli MetaType() recognition. Mysqli returns numeric types unlike +mysql extension. Thx Francesco Riosa.

    + +

    VFP odbc driver curmode set wrongly, causing problems with memo fields. +Fixed.

    + +

    Odbc driver did not recognize odbc version 2 driver date types properly. +Fixed. Thx Bostjan.

    + +

    ChangeTableSQL() fixes to datadict-db2.inc.php by Mark Newnham.

    + +

    Perf monitoring with odbc improved. Now we try in perf code to manually set +the sysTimeStamp using date() if sysTimeStamp is empty.

    + +

    All ADO +errors are thrown as exceptions in PHP5. So we added exception handling to ado +in PHP5 by creating new adodb-ado5.inc.php driver.

    + +

    Added IsConnected(). Returns true if connection object connected. By +Luca.Gioppo.

    + +

    "Ralf Becker" RalfBecker#digitalROCK.de contributed new sapdb +data-dictionary driver and a large patch that implements field and table +renaming for oracle, mssql, postgresql, mysql and sapdb. See the new RenameTableSQL() +and RenameColumnSQL() functions.

    + +

    We now check ExecuteCursor to see if PrepareSP was initially called.

    + +

    Changed oci8 datadict to use MODIFY for $dd->alterCol. Thx Mark Newnham.

    + +

    4.52 10 Aug 2004

    + +

    Bug found in Replace() when performance logging enabled, introduced in ADOdb +4.50. Fixed.

    + +

    Replace() checks update stmt. If update stmt fails, we now return +immediately. Thx to alex.

    + +

    Added support for $ADODB_FORCE_TYPE in GetUpdateSQL/GetInsertSQL. Thx to +niko.

    + +

    Added ADODB_ASSOC_CASE support to postgres/postgres7 driver.

    + +

    Support for DECLARE stmt in oci8. Thx Lochbrunner.

    + +

    4.51 29 July 2004

    + +

    Added adodb-xmlschema 1.0.2. Thx dan and richard.

    + +

    Added new adorecordset_ext_* classes. If ADOdb extension installed for +mysql, mysqlt and oci8 (but not oci8po), we use the superfast ADOdb extension +code for movenext.

    + +

    Added schema support to mssql and odbc_mssql MetaPrimaryKeys().

    + +

    Patched MSSQL driver to support PHP NULL and Boolean values while binding +the input array parameters in the _query() function. By Stephen Farmer.

    + +

    Added support for clob's for mssql, UpdateBlob(). Thx to +gfran#directa.com.br

    + +

    Added normalize support for postgresql (true=lowercase table name, or +false=case-sensitive table names) to MetaColumns($table, $normalize=true).

    + +

    PHP5 variant dates in ADO +not working. Fixed in adodb-ado.inc.php.

    + +

    Constant ADODB_FORCE_NULLS was not working properly for many releases (for +GetUpdateSQL). Fixed. Also GetUpdateSQL strips off ORDER BY now - thx Elieser +Le?.

    + +

    Perf Monitor for oci8 now dynamically highlights optimizer_* params if too +high/low.

    + +

    Added dsn support to NewADOConnection/ADONewConnection.

    + +

    Fixed out of page bounds bug in _adodb_pageexecute_all_rows() Thx to +"Sergio Strampelli" sergio#rir.it

    + +

    Speedup of movenext for mysql and oci8 drivers.

    + +

    Moved debugging code _adodb_debug_execute() to adodb-lib.inc.php.

    + +

    Fixed postgresql bytea detection bug. See +http://phplens.com/lens/lensforum/msgs.php?id=9849.

    + +

    Fixed ibase datetimestamp typo in PHP5. Thx stefan.

    + +

    Removed whitespace at end of odbtp drivers.

    + +

    Added db2 metaprimarykeys fix.

    + +

    Optimizations to MoveNext() for mysql and oci8. Misc speedups to Get* +functions.

    + +

    4.50 6 July 2004

    + +

    Bumped it to 4.50 to avoid confusion with PHP 4.3.x series.

    + +

    Added db2 metatables and metacolumns extensions.

    + +

    Added alpha PDO driver. Very buggy, only works with odbc.

    + +

    Tested mysqli. Set poorAffectedRows = true. Cleaned up movenext() and +_fetch().

    + +

    PageExecute does not work properly with php5 (return val not a variable). +Reported Dmytro Sychevsky sych#php.com.ua. Fixed.

    + +

    MetaTables() for mysql, $showschema parameter was not backward compatible +with older versions of adodb. Fixed.

    + +

    Changed mysql GetOne() to work with mysql 3.23 when using with non-select +stmts (e.g. SHOW TABLES).

    + +

    Changed TRIG_ prefix to a variable in datadict-oci8.inc.php. Thx to +Luca.Gioppo#csi.it.

    + +

    New to adodb-time code. We allow you to define your own daylights savings +function, adodb_daylight_sv for pre-1970 dates. If the function is defined +(somewhere in an include), then you can correct for daylights savings. See +http://phplens.com/phpeverywhere/node/view/16#daylightsavings for more info.

    + +

    New sqlitepo driver. This is because assoc mode does not work like other +drivers in sqlite. Namely, when selecting (joining) multiple tables, in assoc +mode the table names are included in the assoc keys in the "sqlite" +driver. In "sqlitepo" driver, the table names are stripped from the +returned column names. When this results in a conflict, the first field get +preference. Contributed by Herman Kuiper herman#ozuzo.net

    + +

    Added $forcenull parameter to GetInsertSQL/GetUpdateSQL. Idea by Marco +Aurelio Silva.

    + +

    More XHTML changes for GetMenu. By Jeremy Evans.

    + +

    Fixes some ibase date issues. Thx to stefan bogdan.

    + +

    Improvements to mysqli driver to support $ADODB_COUNTRECS.

    + +

    Fixed adodb-csvlib.inc.php problem when reading stream from socket. We need +to poll stream continiously.

    + +

    4.23 16 June 2004

    + +

    New interbase/firebird fixes thx to Lester Caine. Driver fixes a problem +with getting field names in the result array, and corrects a couple of data +conversions. Also we default to dialect3 for firebird. Also ibase sysDate +property was wrong. Changed to cast as timestamp.

    + +

    The datadict driver is set up to give quoted tables and fields as this was +the only way round reserved words being used as field names in TikiWiki. +TikiPro is tidying that up, and I hope to be able to produce a build of THAT +which uses what I consider proper UPPERCASE field and table names. The +conversion of TikiWiki to ADOdb helped in that, but until the database is +completely tidied up in TikiPro ...

    + +

    Modified _gencachename() to include fetchmode in name hash. This means you +should clear your cache directory after installing this release as the cache +name algorithm has changed.

    + +

    Now Cache* functions work in safe mode, because we do not create +sub-directories in the $ADODB_CACHE_DIR in safe mode. In non-safe mode we still +create sub-directories. Done by modifying _gencachename().

    + +

    Added $gmt parameter (true/false) to UserDate and UserTimeStamp in +connection class, to force conversion of input (in local time) to be converted +to UTC/GMT.

    + +

    Mssql datadict did not support INT types properly (no size param allowed). +Added _GetSize() to datadict-mssql.inc.php.

    + +

    For borland_ibase, BeginTrans(), changed:

    + +
    $this->_transactionID = $this->_connectionID;
    + +

    to

    + +
    $this->_transactionID = ibase_trans($this->ibasetrans, $this->_connectionID);
    + +

    Fixed typo in mysqi_field_seek(). Thx to Sh4dow (sh4dow#php.pl).

    + +

    LogSQL did not work with Firebird/Interbase. Fixed.

    + +

    Postgres: made errorno() handling more consistent. Thx to Michael Jahn, +Michael.Jahn#mailbox.tu-dresden.de.

    + +

    Added informix patch to better support metatables, metacolumns by +"Cecilio Albero" c-albero#eos-i.com

    + +

    Cyril Malevanov contributed patch to oci8 to support passing of LOB +parameters:

    + +
    젨젨젨젨 $text = 'test test test';
    +젨젨젨젨 $sql = "declare rs clob; begin :rs := lobinout(:sa0); end;";
    +젨젨젨젨 $stmt = $conn -> PrepareSP($sql);
    +젨젨젨젨 $conn -> InParameter($stmt,$text,'sa0', -1, OCI_B_CLOB);
    +젨젨젨젨 $rs = '';
    +젨젨젨젨 $conn -> OutParameter($stmt,$rs,'rs', -1, OCI_B_CLOB);
    +젨젨젨젨 $conn -> Execute($stmt);
    +젨젨젨젨 echo "return = ".$rs."<br>";
    + +

    As he says, the LOBs limitations are:

    + +
    ?/span>- use OCINewDescriptor before binding
    +?/span>- if Param is IN, uses save() before each execute. This is done automatically for you.
    +?/span>- if Param is OUT, uses load() after each execute. This is done automatically for you.
    +?/span>- when we bind $var as LOB, we create new descriptor and return it as a
    +??/span>Bind Result, so if we want to use OUT parameters, we have to store
    +somewhere &$var to load() data from LOB to it.
    +?/span>- IN OUT params are not working now (should not be a big problem to fix it)
    +?/span>- now mass binding not working too (I've wrote about it before)
    + +

    Simplified Connect() and PConnect() error handling.

    + +

    When extension not loaded, Connect() and PConnect() will return null. On +connect error, the fns will return false.

    + +

    CacheGetArray() added to code.

    + +

    Added Init() to adorecordset_empty().

    + +

    Changed postgres64 driver, MetaColumns() to not strip off quotes in default +value if :: detected (type-casting of default).

    + +

    Added test: if (!defined('ADODB_DIR')) die(). Useful to prevent hackers from +detecting file paths.

    + +

    Changed metaTablesSQL to ignore Postgres 7.4 information schemas (sql_*).

    + +

    New polish language file by Grzegorz Pacan

    + +

    Added support for UNION in +_adodb_getcount().

    + +

    Added security check for ADODB_DIR to limit path disclosure issues. +Requested by postnuke team.

    + +

    Added better error message support to oracle driver. Thx to Gaetano Giunta.

    + +

    Added showSchema support to mysql.

    + +

    Bind in oci8 did not handle $name=false properly. Fixed.

    + +

    If extension not loaded, Connect(), PConnect(), NConnect() will return null. +

    + +

    4.22 15 Apr 2004

    + +

    Moved docs to own adodb/docs folder.

    + +

    Fixed session bug when quoting compressed/encrypted data in Replace().

    + +

    Netezza Driver and LDAP drivers contributed by Josh Eldridge.

    + +

    GetMenu now uses rtrim() on values instead of trim().

    + +

    Changed MetaColumnNames to return an associative array, keys being the field +names in uppercase.

    + +

    Suggested fix to adodb-ado.inc.php affected_rows to support PHP5 variants. +Thx to Alexios Fakos.

    + +

    Contributed bulgarian language file by Valentin Sheiretsky +valio#valio.eu.org.

    + +

    Contributed romanian language file by stefan bogdan.

    + +

    GetInsertSQL now checks for table name (string) in $rs, and will create a +recordset for that table automatically. Contributed by Walt Boring. Also added +OCI_B_BLOB in bind on Walt's request - hope it doesn't break anything :-)

    + +

    Some minor postgres speedups in _initrs().

    + +

    ChangeTableSQL checks now if MetaColumns returns empty. Thx Jason Judge.

    + +

    Added ADOConnection::Time(), returns current database time in unix timestamp +format, or false.

    + +

    4.21 20 Mar 2004

    + +

    We no longer in SelectLimit for VFP driver add SELECT TOP X unless an ORDER +BY exists.

    + +

    Pim Koeman contributed dutch language file adodb-nl.inc.php.

    + +

    Rick Hickerson added CLOB support to db2 datadict.

    + +

    Added odbtp driver. Thx to "stefan bogdan" sbogdan#rsb.ro.

    + +

    Changed PrepareSP() 2nd parameter, $cursor, to default to true (formerly +false). Fixes oci8 backward compat problems with OUT params.

    + +

    Fixed month calculation error in adodb-time.inc.php. 2102-June-01 appeared +as 2102-May-32.

    + +

    Updated PHP5 RC1 iterator support. API changed, hasMore() renamed to +valid().

    + +

    Changed internal format of serialized cache recordsets. As we store a +version number, this should be backward compatible.

    + +

    Error handling when driver file not found was flawed in ADOLoadCode(). +Fixed.

    + +

    4.20 27 Feb 2004

    + +

    Updated to AXMLS 1.01.

    + +

    MetaForeignKeys for postgres7 modified by Edward Jaramilla, works on pg 7.4. +

    + +

    Now numbers accepts function calls or sequences for +GetInsertSQL/GetUpdateSQL numeric fields.

    + +

    Changed quotes of 'delete from $perf_table' to "". Thx Kehui +(webmaster#kehui.net)

    + +

    Added ServerInfo() for ifx, and putenv trim fix. Thx Fernando Ortiz.

    + +

    Added addq(), which is analogous to addslashes().

    + +

    Tested with php5b4. Fix some php5 compat problems with exceptions and +sybase.

    + +

    Carl-Christian Salvesen added patch to mssql _query to support binds greater +than 4000 chars.

    + +

    Mike suggested patch to PHP5 exception handler. $errno must be numeric.

    + +

    Added double quotes (") to ADODB_TABLE_REGEX.

    + +

    For oci8, Prepare(...,$cursor), $cursor's meaning was accidentally inverted +in 4.11. This causes problems with ExecuteCursor() too, which calls Prepare() +internally. Thx to William Lovaton.

    + +

    Now dateHasTime property in connection object renamed to datetime for +consistency. This could break bc.

    + +

    Csongor Halmai reports that db2 SelectLimit with input array is not working. +Fixed..

    + +

    4.11 27 Jan 2004

    + +

    Csongor Halmai reports db2 binding not working. Reverted back to emulated +binding.

    + +

    Dan Cech modifies datadict code. Adds support for DropIndex. Minor cleanups. +

    + +

    Table misspelt in perf-oci8.inc.php. Changed v$conn_cache_advice to +v$db_cache_advice. Reported by Steve W.

    + +

    UserTimeStamp and DBTimeStamp did not handle YYYYMMDDHHMMSS format properly. +Reported by Mike Muir. Fixed.

    + +

    Changed oci8 Prepare(). Does not auto-allocate OCINewCursor automatically, +unless 2nd param is set to true. This will break backward compat, if +Prepare/Execute is used instead of ExecuteCursor. Reported by Chris Jones.

    + +

    Added InParameter() and OutParameter(). Wrapper functions to Parameter(), +but nicer because they are self-documenting.

    + +

    Added 'R' handling in ActualType() to datadict-mysql.inc.php

    + +

    Added ADOConnection::SerializableRS($rs). Returns a recordset that can be +serialized in a session.

    + +

    Added "Run SQL" to performance UI().

    + +

    Misc spelling corrections in adodb-mysqli.inc.php, adodb-oci8.inc.php and +datadict-oci8.inc.php, from Heinz Hombergs.

    + +

    MetaIndexes() for ibase contributed by Heinz Hombergs.

    + +

    4.10 12 Jan 2004

    + +

    Dan Cech contributed extensive changes to data dictionary to support name +quoting (with `), and drop table/index.

    + +

    Informix added cursorType property. Default remains IFX_SCROLL, but you can +change to 0 (non-scrollable cursor) for performance.

    + +

    Added ADODB_View_PrimaryKeys() for returning view primary keys to +MetaPrimaryKeys().

    + +

    Simplified chinese file, adodb-cn.inc.php from cysoft.

    + +

    Added check for ctype_alnum in adodb-datadict.inc.php. Thx to Jason Judge.

    + +

    Added connection parameter to ibase Prepare(). Fix by Daniel Hassan.

    + +

    Added nameQuote for quoting identifiers and names to connection obj. +Requested by Jason Judge. Also the data dictionary parser now detects `field +name` and generates column names with spaces correctly.

    + +

    BOOL type not recognised correctly as L. Fixed.

    + +

    Fixed paths in ADODB_DIR for session files, and back-ported it to 4.05 (15 +Dec 2003)

    + +

    Added Schema to postgresql MetaTables. Thx to col#gear.hu

    + +

    Empty postgresql recordsets that had blob fields did not set EOF properly. +Fixed.

    + +

    CacheSelectLimit internal parameters to SelectLimit were wrong. Thx to Nio.

    + +

    Modified adodb_pr() and adodb_backtrace() to support command-line usage (eg. +no html).

    + +

    Fixed some fr and it lang errors. Thx to Gaetano G.

    + +

    Added contrib directory, with adodb rs to xmlrpc convertor by Gaetano G.

    + +

    Fixed array recordset bugs when _skiprow1 is true. Thx to Gaetano G.

    + +

    Fixed pivot table code when count is false.

    + +

    4.05 13 Dec 2003

    + +

    Added MetaIndexes to data-dict code - thx to Dan Cech.

    + +

    Rewritten session code by Ross Smith. Moved code to adodb/session directory. +

    + +

    Added function exists check on connecting to most drivers, so we don't crash +with the unknown function error.

    + +

    Smart Transactions failed with GenID() when it no seq table has been created +because the sql statement fails. Fix by Mark Newnham.

    + +

    Added $db->length, which holds name of function that returns strlen.

    + +

    Fixed error handling for bad driver in ADONewConnection - passed too few +params to error-handler.

    + +

    Datadict did not handle types like 16.0 properly in _GetSize. Fixed.

    + +

    Oci8 driver SelectLimit() bug &= instead of =& used. Thx to Swen +Th?mler.

    + +

    Jesse Mullan suggested not flushing outp when output buffering enabled. Due +to Apache 2.0 bug. Added.

    + +

    MetaTables/MetaColumns return ref bug with PHP5 fixed in +adodb-datadict.inc.php.

    + +

    New mysqli driver contributed by Arjen de Rijke. Based on adodb 3.40 driver. +Then jlim added BeginTrans, CommitTrans, RollbackTrans, IfNull, SQLDate. Also +fixed return ref bug.

    + +

    $ADODB_FLUSH added, if true then force flush in debugging outp. Default is +false. In earlier versions, outp defaulted to flush, which is not compat with +apache 2.0.

    + +

    Mysql driver's GenID() function did not work when when sql logging is on. +Fixed.

    + +

    $ADODB_SESSION_TBL not declared as global var. Not available if +adodb-session.inc.php included in function. Fixed.

    + +

    The input array not passed to Execute() in _adodb_getcount(). Fixed.

    + +

    4.04 13 Nov 2003

    + +

    Switched back to foreach - faster than list-each.

    + +

    Fixed bug in ado driver - wiping out $this->fields with date fields.

    + +

    Performance Monitor, View SQL, Explain Plan did not work if +strlen($SQL)>max($_GET length). Fixed.

    + +

    Performance monitor, oci8 driver added memory sort ratio.

    + +

    Added random property, returns SQL to generate a floating point number +between 0 and 1;

    + +

    4.03 6 Nov 2003

    + +

    The path to adodb-php4.inc.php and adodb-iterators.inc.php was not setup +properly.

    + +

    Patched SQLDate in interbase to support hours/mins/secs. Thx to ari +kuorikoski.

    + +

    Force autorollback for pgsql persistent connections - apparently pgsql did +not autorollback properly before 4.3.4. See http://bugs.php.net/bug.php?id=25404 +

    + +

    4.02 5 Nov 2003

    + +

    Some errors in adodb_error_pg() fixed. Thx to Styve.

    + +

    Spurious Insert_ID() error was generated by LogSQL(). Fixed.

    + +

    Insert_ID was interfering with Affected_Rows() and Replace() when LogSQL() +enabled. Fixed.

    + +

    More foreach loops optimized with list/each.

    + +

    Null dates not handled properly in ADO +driver (it becomes 31 Dec 1969!).

    + +

    Heinz Hombergs contributed patches for mysql MetaColumns - adding scale, +made interbase MetaColumns work with firebird/interbase, and added +lang/adodb-de.inc.php.

    + +

    Added INFORMIXSERVER environment variable.

    + +

    Added $ADODB_ANSI_PADDING_OFF for interbase/firebird.

    + +

    PHP 5 beta 2 compat check. Foreach (Iterator) support. Exceptions support.

    + +

    4.01 23 Oct 2003

    + +

    Fixed bug in rs2html(), tohtml.inc.php, that generated blank table cells.

    + +

    Fixed insert_id() incorrectly generated when logsql() enabled.

    + +

    Modified PostgreSQL _fixblobs to use list/each instead of foreach.

    + +

    Informix ErrorNo() implemented correctly.

    + +

    Modified several places to use list/each, including GetRowAssoc().

    + +

    Added UserTimeStamp() to connection class.

    + +

    Added $ADODB_ANSI_PADDING_OFF for oci8po.

    + +

    4.00 20 Oct 2003

    + +

    Upgraded adodb-xmlschema to 1 Oct 2003 snapshot.

    + +

    Fix to rs2html warning message. Thx to Filo.

    + +

    Fix for odbc_mssql/mssql SQLDate(), hours was wrong.

    + +

    Added MetaColumns and MetaPrimaryKeys for sybase. Thx to Chris Phillipson.

    + +

    Added autoquoting to datadict for MySQL and PostgreSQL. Suggestion by +Karsten Dambekalns

    + +

    3.94 11 Oct 2003

    + +

    Create trigger in datadict-oci8.inc.php did not work, because all cr/lf's +must be removed.

    + +

    ErrorMsg()/ErrorNo() did not work for many databases when logging enabled. +Fixed.

    + +

    Removed global variable $ADODB_LOGSQL as it does not work properly with +multiple connections.

    + +

    Added SQLDate support for sybase. Thx to Chris Phillipson

    + +

    Postgresql checking of pgsql resultset resource was incorrect. Fix by Bharat +Mediratta bharat#menalto.com. Same patch applied to _insertid and _affectedrows +for adodb-postgres64.inc.php.

    + +

    Added support for NConnect for postgresql.

    + +

    Added Sybase data dict support. Thx to Chris Phillipson

    + +

    Extensive improvements in $perf->UI(), eg. Explain now opens in new +window, we show scripts which call sql, etc.

    + +

    Perf Monitor UI works with magic quotes enabled.

    + +

    rsPrefix was declared twice. Removed.

    + +

    Oci8 stored procedure support, eg. "begin func(); end;" was +incorrect in _query. Fixed.

    + +

    Tiraboschi Massimiliano contributed italian language file.

    + +

    Fernando Ortiz, fortiz#lacorona.com.mx, contributed informix performance +monitor.

    + +

    Added _varchar (varchar arrays) support for postgresql. Reported by PREVOT +St?hane.

    + +
    + +
    + +
    + +

    0.10 Sept 9 2000 First release

    + +

    Old change log history moved to old-changelog.htm. +

    + +

     

    + +
    + + + + diff --git a/e_lib/adodb5/docs/docs-datadict.htm b/e_lib/adodb5/docs/docs-datadict.htm new file mode 100644 index 00000000..ab288056 --- /dev/null +++ b/e_lib/adodb5/docs/docs-datadict.htm @@ -0,0 +1,330 @@ + + + + ADOdb Data Dictionary Manual + + + + +

    ADOdb Data Dictionary Library for PHP

    +

    V5.06 16 Oct 2008 (c) 2000-2009 John Lim (jlim#natsoft.com).
    +AXMLS (c) 2004 ars Cognita, Inc

    +

    This software is dual licensed using BSD-Style and +LGPL. This means you can use it in compiled proprietary and commercial +products.

    + +

    Useful ADOdb links: DownloadOther Docs +

    +

    This documentation describes a PHP class library to automate the +creation of tables, indexes and foreign key constraints portably for +multiple databases. Richard Tango-Lowy and Dan Cech have been kind +enough to contribute AXMLS, an XML schema +system for defining databases. You can contact them at +dcech#phpwerx.net and richtl#arscognita.com.

    +

    Currently the following databases are supported:

    +

    Well-tested: PostgreSQL, MySQL, Oracle, MSSQL.
    +Beta-quality: DB2, Informix, Sybase, Interbase, Firebird.
    +Alpha-quality: MS Access (does not support DEFAULT values) and +generic ODBC. +

    +

    Example Usage

    +
      include_once('adodb.inc.php');
    # First create a normal connection
    $db = NewADOConnection('mysql');
    $db->Connect(...);

    # Then create a data dictionary object, using this connection
    $dict = NewDataDictionary($db);

    # We have a portable declarative data dictionary format in ADOdb, similar to SQL.
    # Field types use 1 character codes, and fields are separated by commas.
    # The following example creates three fields: "col1", "col2" and "col3":

    $flds = "
    col1 C(32) NOTNULL DEFAULT 'abc',
    col2 I DEFAULT 0,
    col3 N(12.2)

    ";

    # We demonstrate creating tables and indexes
    $sqlarray = $dict->CreateTableSQL($tabname, $flds, $taboptarray);
    $dict->ExecuteSQLArray($sqlarray);

    $idxflds = 'co11, col2';
    $sqlarray = $dict->CreateIndexSQL($idxname, $tabname, $idxflds);
    $dict->ExecuteSQLArray($sqlarray);
    +

    More Complex Table Sample

    +

    +The following string will create a table with a primary key event_id and multiple indexes, including one compound index idx_ev1. The ability to define indexes using the INDEX keyword was added in ADOdb 4.94 by Gaetano Giunta. +

    +$flds = "
    +  event_id I(11) NOTNULL AUTOINCREMENT PRIMARY,
    +  event_type I(4) NOTNULL  INDEX idx_evt,
    +  event_start_date T DEFAULT NULL INDEX id_esd,
    +  event_end_date T DEFAULT '0000-00-00 00:00:00' INDEX id_eted,
    +  event_parent I(11) UNSIGNED NOTNULL DEFAULT 0 INDEX id_evp,
    +  event_owner I(11) DEFAULT 0 INDEX idx_ev1,
    +  event_project I(11) DEFAULT 0 INDEX idx_ev1,
    +  event_times_recuring I(11) UNSIGNED NOTNULL DEFAULT 0,
    +  event_icon C(20) DEFAULT 'obj/event',
    +  event_description X
    +";
    +$sqlarray = $db->CreateTableSQL($tablename, $flds);
    +$dict->ExecuteSQLArray($sqlarray);
    +
    +

    Class Factory

    +

    NewDataDictionary($connection, $drivername=false)

    +

    Creates a new data dictionary object. You pass a database connection object in $connection. The $connection does not have to be actually connected to the database. Some database connection objects are generic (eg. odbtp and odbc). Since 4.53, you can tell ADOdb the actual database with $drivername. E.g.

    +
    +$db = NewADOConnection('odbtp');
    +$datadict = NewDataDictionary($db, 'mssql'); # force mssql
    +
    +

    Class Functions

    +

    function CreateDatabase($dbname, $optionsarray=false)

    +

    Create a database with the name $dbname;

    +

    function CreateTableSQL($tabname, $fldarray, $taboptarray=false)

    +
      RETURNS:      an array of strings, the sql to be executed, or false
    $tabname: name of table
    $fldarray: string (or array) containing field info
    $taboptarray: array containing table options
    +

    The new format of $fldarray uses a free text format, where each +field is comma-delimited. +The first token for each field is the field name, followed by the type +and optional +field size. Then optional keywords in $otheroptions:

    +
      "$fieldname $type $colsize $otheroptions"
    +

    The older (and still supported) format of $fldarray is a +2-dimensional array, where each row in the 1st dimension represents one +field. Each row has this format:

    +
      array($fieldname, $type, [,$colsize] [,$otheroptions]*)
    +

    The first 2 fields must be the field name and the field type. The +field type can be a portable type codes or the actual type for that +database.

    +

    Legal portable type codes include:

    +
      C:  Varchar, capped to 255 characters.
    X: Larger varchar, capped to 4000 characters (to be compatible with Oracle).
    XL: For Oracle, returns CLOB, otherwise the largest varchar size.

    C2: Multibyte varchar
    X2: Multibyte varchar (largest size)

    B: BLOB (binary large object)

    D: Date (some databases do not support this, and we return a datetime type)
    T: Datetime or Timestamp accurate to the second.
    TS: Datetime or Timestamp supporting Sub-second accuracy.
    Supported by Oracle, PostgreSQL and SQL Server currently.
    Otherwise equivalent to T.
    + L: Integer field suitable for storing booleans (0 or 1)
    I: Integer (mapped to I4)
    I1: 1-byte integer
    I2: 2-byte integer
    I4: 4-byte integer
    I8: 8-byte integer
    F: Floating point number
    N: Numeric or decimal number
    +

    The $colsize field represents the size of the field. If a decimal +number is used, then it is assumed that the number following the dot is +the precision, so 6.2 means a number of size 6 digits and 2 decimal +places. It is recommended that the default for number types be +represented as a string to avoid any rounding errors.

    +

    The $otheroptions include the following keywords (case-insensitive):

    +
      AUTO            For autoincrement number. Emulated with triggers if not available.
    Sets NOTNULL also.
    AUTOINCREMENT Same as auto.
    KEY Primary key field. Sets NOTNULL also. Compound keys are supported.
    PRIMARY Same as KEY.
    DEF Synonym for DEFAULT for lazy typists.
    DEFAULT The default value. Character strings are auto-quoted unless
    the string begins and ends with spaces, eg ' SYSDATE '.
    NOTNULL If field is not null.
    DEFDATE Set default value to call function to get today's date.
    DEFTIMESTAMP Set default to call function to get today's datetime.
    NOQUOTE Prevents autoquoting of default string values.
    CONSTRAINTS Additional constraints defined at the end of the field
    definition.
    +

    The Data Dictonary accepts two formats, the older array +specification:

    +
      $flds = array(
    array('COLNAME', 'DECIMAL', '8.4', 'DEFAULT' =gt; 0, 'NOTNULL'),
    array('id', 'I' , 'AUTO'),
    array('`MY DATE`', 'D' , 'DEFDATE'),
    array('NAME', 'C' , '32', 'CONSTRAINTS' =gt; 'FOREIGN KEY REFERENCES reftable')
    );
    +

    Or the simpler declarative format:

    +
      $flds = "
    COLNAME DECIMAL(8.4) DEFAULT 0 NOTNULL,
    id I AUTO,
    `MY DATE` D DEFDATE,
    NAME C(32) CONSTRAINTS 'FOREIGN KEY REFERENCES reftable'

    ";
    +

    Note that if you have special characters in the field name (e.g. My +Date), you should enclose it in back-quotes. Normally field names are +not case-sensitive, but if you enclose it in back-quotes, some +databases will treat the names as case-sensitive (eg. Oracle) , and +others won't. So be careful.

    +

    The $taboptarray is the 3rd parameter of the CreateTableSQL +function. This contains table specific settings. Legal keywords include:

    +
      +
    • REPLACE
      +Indicates that the previous table definition should be removed +(dropped)together with ALL data. See first example below.
    • +
    • DROP
      +Drop table. Useful for removing unused tables.
    • +
    • CONSTRAINTS
      +Define this as the key, with the constraint as the value. See the +postgresql example below. Additional constraints defined for the whole +table. You will probably need to prefix this with a comma.
    • +
    +

    Database specific table options can be defined also using the name +of the database type as the array key. In the following example, create +the table as ISAM with MySQL, and store the table in the "users" +tablespace if using Oracle. And because we specified REPLACE, drop +the table first.

    +
      $taboptarray = array('mysql' =gt; 'TYPE=ISAM', 'oci8' =gt; 'tablespace users', 'REPLACE');
    +

    You can also define foreign key constraints. The following is syntax +for postgresql: +

    +
      $taboptarray = array('constraints' =gt; ', FOREIGN KEY (col1) REFERENCES reftable (refcol)');
    +

    function DropTableSQL($tabname)

    +

    Returns the SQL to drop the specified table.

    +

    function ChangeTableSQL($tabname, $flds, $tableOptions=false, $dropOldFlds=false)

    +

    Checks to see if table exists, if table does not exist, behaves like +CreateTableSQL. If table exists, generates appropriate ALTER TABLE +MODIFY COLUMN commands if field already exists, or ALTER TABLE ADD +$column if field does not exist.

    +

    The class must be connected to the database for ChangeTableSQL to +detect the existence of the table. Idea and code contributed by Florian +Buzin.

    +

    Old fields not defined in $flds are not dropped by default. To drop old fields, set $dropOldFlds to true. +

    function RenameTableSQL($tabname,$newname)

    +

    Rename a table. Returns the an array of strings, which is the SQL required to rename a table. Since ADOdb 4.53. Contributed by Ralf Becker.

    +

    function RenameColumnSQL($tabname,$oldcolumn,$newcolumn,$flds='')

    +

    Rename a table field. Returns the an array of strings, which is the SQL required to rename a column. The optional $flds is a complete column-defintion-string like for AddColumnSQL, only used by mysql at the moment. Since ADOdb 4.53. Contributed by Ralf Becker.

    +

    function CreateIndexSQL($idxname, $tabname, $flds, +$idxoptarray=false)

    +
      RETURNS:      an array of strings, the sql to be executed, or false
    $idxname: name of index
    $tabname: name of table
    $flds: list of fields as a comma delimited string or an array of strings
    $idxoptarray: array of index creation options
    +

    $idxoptarray is similar to $taboptarray in that index specific +information can be embedded in the array. Other options include:

    +
      CLUSTERED     Create clustered index (only mssql)
    BITMAP Create bitmap index (only oci8)
    UNIQUE Make unique index
    FULLTEXT Make fulltext index (only mysql)
    HASH Create hash index (only postgres)
    DROP Drop legacy index
    +

    function DropIndexSQL ($idxname, $tabname = NULL)

    +

    Returns the SQL to drop the specified index.

    +

    function AddColumnSQL($tabname, $flds)

    +

    Add one or more columns. Not guaranteed to work under all situations.

    +

    function AlterColumnSQL($tabname, $flds)

    +

    Warning, not all databases support this feature.

    +

    function DropColumnSQL($tabname, $flds)

    +

    Drop 1 or more columns.

    +

    function SetSchema($schema)

    +

    Set the schema.

    +

    function MetaTables()

    +

    function MetaColumns($tab, $upper=true, $schema=false)

    +

    function MetaPrimaryKeys($tab,$owner=false,$intkey=false)

    +

    function MetaIndexes($table, $primary = false, $owner = false)

    +

    These functions are wrappers for the corresponding functions in the +connection object. However, the table names will be autoquoted by the +TableName function (see below) before being passed to the connection +object.

    +

    function NameQuote($name = NULL)

    +

    If the provided name is quoted with backquotes (`) or contains +special characters, returns the name quoted with the appropriate quote +character, otherwise the name is returned unchanged.

    +

    function TableName($name)

    +

    The same as NameQuote, but will prepend the current schema if +specified

    +

    function MetaType($t,$len=-1,$fieldobj=false)

    +

    function ActualType($meta)

    +

    Convert between database-independent 'Meta' and database-specific +'Actual' type codes.

    +

    function ExecuteSQLArray($sqlarray, $contOnError = true)

    +
      RETURNS:      0 if failed, 1 if executed all but with errors, 2 if executed successfully
    $sqlarray: an array of strings with sql code (no semicolon at the end of string)
    $contOnError: if true, then continue executing even if error occurs
    +

    Executes an array of SQL strings returned by CreateTableSQL or +CreateIndexSQL.

    +
    + +

    ADOdb XML Schema (AXMLS)

    +

    This is a class contributed by Richard Tango-Lowy and Dan Cech that +allows the user to quickly +and easily build a database using the excellent ADODB database library +and a simple XML formatted file. +You can download +the latest version of AXMLS here.

    +

    Quick Start

    +

    Adodb-xmlschema, or AXMLS, is a set of classes that allow the user +to quickly and easily build or upgrade a database on almost any RDBMS +using the excellent ADOdb database library and a simple XML formatted +schema file. Our goal is to give developers a tool that's simple to +use, but that will allow them to create a single file that can build, +upgrade, and manipulate databases on most RDBMS platforms.

    + Installing axmls +

    The easiest way to install AXMLS to download and install any recent +version of the ADOdb database abstraction library. To install AXMLS +manually, simply copy the adodb-xmlschema.inc.php file and the xsl +directory into your adodb directory.

    + Using AXMLS in Your Application +

    There are two steps involved in using AXMLS in your application: +first, you must create a schema, or XML representation of your +database, and second, you must create the PHP code that will parse and +execute the schema.

    +

    Let's begin with a schema that describes a typical, if simplistic +user management table for an application.

    +
    <?xml version="1.0"?>
    <schema version="0.2">

    <table name="users">
    <desc>A typical users table for our application.</desc>
    <field name="userId" type="I">
    <descr>A unique ID assigned to each user.</descr>

    <KEY/>
    <AUTOINCREMENT/>
    </field>

    <field name="userName" type="C" size="16"><NOTNULL/></field>


    <index name="userName">
    <descr>Put a unique index on the user name</descr>
    <col>userName</col>
    <UNIQUE/>

    </index>
    </table>

    <sql>
    <descr>Insert some data into the users table.</descr>
    <query>insert into users (userName) values ( 'admin' )</query>

    <query>insert into users (userName) values ( 'Joe' )</query>
    </sql>
    </schema>
    +

    Let's take a detailed look at this schema.

    +

    The opening <?xml version="1.0"?> tag is required by XML. The +<schema> tag tells the parser that the enclosed markup defines an +XML schema. The version="0.2" attribute sets the version of the +AXMLS DTD used by the XML schema.

    +

    All versions of AXMLS prior to version 1.0 have a schema version of +"0.1". The current schema version is "0.2".

    +
    <?xml version="1.0"?>
    <schema version="0.2">
    ...
    </schema>
    +

    Next we define one or more tables. A table consists of a fields (and +other objects) enclosed by <table> tags. The name="" attribute +specifies the name of the table that will be created in the database.

    +
    <table name="users">

    <desc>A typical users table for our application.</desc>
    <field name="userId" type="I">

    <descr>A unique ID assigned to each user.</descr>
    <KEY/>
    <AUTOINCREMENT/>
    </field>

    <field name="userName" type="C" size="16"><NOTNULL/></field>


    </table>
    +

    This table is called "users" and has a description and two fields. +The description is optional, and is currently only for your own +information; it is not applied to the database.

    +

    The first <field> tag will create a field named "userId" of +type "I", or integer. (See the ADOdb Data Dictionary documentation for +a list of valid types.) This <field> tag encloses two special +field options: <KEY/>, which specifies this field as a primary +key, and <AUTOINCREMENT/>, which specifies that the database +engine should automatically fill this field with the next available +value when a new row is inserted.

    +

    The second <field> tag will create a field named "userName" of +type "C", or character, and of length 16 characters. The +<NOTNULL/> option specifies that this field does not allow NULLs.

    +

    There are two ways to add indexes to a table. The simplest is to +mark a field with the <KEY/> option as described above; a primary +key is a unique index. The second and more powerful method uses the +<index> tags.

    +
    <table name="users">
    ...

    <index name="userName">
    <descr>Put a unique index on the user name</descr>
    <col>userName</col>

    <UNIQUE/>
    </index>

    </table>
    +

    The <index> tag specifies that an index should be created on +the enclosing table. The name="" attribute provides the name of the +index that will be created in the database. The description, as above, +is for your information only. The <col> tags list each column +that will be included in the index. Finally, the <UNIQUE/> tag +specifies that this will be created as a unique index.

    +

    Finally, AXMLS allows you to include arbitrary SQL that will be +applied to the database when the schema is executed.

    +
    <sql>
    <descr>Insert some data into the users table.</descr>
    <query>insert into users (userName) values ( 'admin' )</query>

    <query>insert into users (userName) values ( 'Joe' )</query>
    </sql>
    +

    The <sql> tag encloses any number of SQL queries that you +define for your own use.

    +

    Now that we've defined an XML schema, you need to know how to apply +it to your database. Here's a simple PHP script that shows how to load +the schema.

    +
    <?PHP
    /* You must tell the script where to find the ADOdb and
    * the AXMLS libraries.
    */ +require( "path_to_adodb/adodb.inc.php"); +require( "path_to_adodb/adodb-xmlschema.inc.php" ); # or adodb-xmlschema03.inc.php + +/* Configuration information. Define the schema filename,
    * RDBMS platform (see the ADODB documentation for valid
    * platform names), and database connection information here.
    */
    $schemaFile = 'example.xml';
    $platform = 'mysql';
    $dbHost = 'localhost';
    $dbName = 'database';
    $dbUser = 'username';
    $dbPassword = 'password';

    /* Start by creating a normal ADODB connection.
    */
    $db = ADONewConnection( $platform );
    $db->Connect( $dbHost, $dbUser, $dbPassword, $dbName );

    /* Use the database connection to create a new adoSchema object.
    */
    $schema = new adoSchema( $db );

    /* Call ParseSchema() to build SQL from the XML schema file.
    * Then call ExecuteSchema() to apply the resulting SQL to
    * the database.
    */
    $sql = $schema->ParseSchema( $schemaFile );
    $result = $schema->ExecuteSchema();
    ?>
    +

    Let's look at each part of the example in turn. After you manually +create the database, there are three steps required to load (or +upgrade) your schema.

    +

    First, create a normal ADOdb connection. The variables and values +here should be those required to connect to your database.

    +
    $db = ADONewConnection( 'mysql' );
    $db->Connect( 'host', 'user', 'password', 'database' );
    +

    Second, create the adoSchema object that load and manipulate your +schema. You must pass an ADOdb database connection object in order to +create the adoSchema object.

    +
    $schema = new adoSchema( $db );
    +

    Third, call ParseSchema() to parse the schema and then +ExecuteSchema() to apply it to the database. You must pass +ParseSchema() the path and filename of your schema file.

    +
    $schema->ParseSchema( $schemaFile ); 
    $schema->ExecuteSchema();
    +

    Execute the above code and then log into your database. If you've +done all this right, you should see your tables, indexes, and SQL.

    +

    You can find the source files for this tutorial in the examples +directory as tutorial_shema.xml and tutorial.php. See the class +documentation for a more detailed description of the adoSchema methods, +including methods and schema elements that are not described in this +tutorial.

    +

    XML Schema Version 3

    +

    In March 2006, we added adodb-xmlschema03.inc.php to the release, which supports version 3 of XML Schema. +The adodb-xmlschema.inc.php remains the same as previous releases, and supports version 2 of XML Schema. +Version 3 provides some enhancements: + +

      +
    • Support for updating table data during an upgrade. +
    • Support for platform-specific table options and platform negation. +
    • Support for unsigned fields. +
    • Fixed opt and constraint support +
    • Many other fixes such as OPT tag, which allows you to set optional platform settings: +
    + +

    Example usage: +

    <?xml version="1.0"?>
    +<schema version="0.3">
    + <table name="ats_kb">
    +  <descr>ATS KnowledgeBase</descr>
    +  <opt platform="mysql">TYPE=INNODB</opt>
    +  <field name="recid" type="I"/>
    +  <field name="organization_code" type="I4"/> 
    +  <field name="sub_code" type="C" size="20"/>
    +  etc...
    +
    +

    To use it, change your code to include adodb-xmlschema03.inc.php. + +

    Upgrading

    +

    +If your schema version is older, than XSLT is used to transform the +schema to the newest version. This means that if you are using an older +XML schema format, you need to have the XSLT extension installed. +If you do not want to require your users to have the XSLT extension +installed, make sure you modify your XML schema to conform to the +latest version. +


    +
    If you have any questions or comments, please email them to +Richard at richtl#arscognita.com. +
    + + diff --git a/e_lib/adodb5/docs/docs-oracle.htm b/e_lib/adodb5/docs/docs-oracle.htm new file mode 100644 index 00000000..c91a8db3 --- /dev/null +++ b/e_lib/adodb5/docs/docs-oracle.htm @@ -0,0 +1,542 @@ + + + + +ADOdb with PHP and Oracle + + + + + +
    +

    Using ADOdb with PHP and Oracle: an advanced tutorial

    +
    +

    (c)2004-2005 John Lim. All rights reserved.

    +

    1. Introduction

    +

    Oracle is the most popular commercial database used with PHP. There are many ways of accessing Oracle databases in PHP. These include:

    +
      +
    • The oracle extension
    • +
    • The oci8 extension
    • +
    • PEAR DB library
    • +
    • ADOdb library
    • +
    +

    The wide range of choices is confusing to someone just starting with Oracle and PHP. I will briefly summarize the differences, and show you the advantages of using ADOdb.

    +

    First we have the C extensions which provide low-level access to Oracle functionality. These C extensions are precompiled into PHP, or linked in dynamically when the web server starts up. Just in case you need it, here's a guide to installing Oracle and PHP on Linux.

    + + + + + + + + + +
    Oracle extensionDesigned for Oracle 7 or earlier. This is obsolete.
    Oci8 extension Despite it's name, which implies it is only for Oracle 8i, this is the standard method for accessing databases running Oracle 8i, 9i or 10g (and later).
    +

    Here is an example of using the oci8 extension to query the emp table of the scott schema with bind parameters: +

    +$conn = OCILogon("scott","tiger", $tnsName); 
    +
    +$stmt = OCIParse($conn,"select * from emp where empno > :emp order by empno"); 
    +$emp = 7900;
    +OCIBindByName($stmt, ':emp', $emp);
    +$ok = OCIExecute($stmt);
    +while (OCIFetchInto($stmt,$arr)) {
    +	print_r($arr);
    +	echo "<hr>";	
    +} 
    +
    +

    This generates the following output: +

    +Array ( [0] => 7902 [1] => FORD [2] => ANALYST [3] => 7566 [4] => 03/DEC/81 [5] => 3000 [7] => 20 ) +
    + Array ( [0] => 7934 [1] => MILLER [2] => CLERK [3] => 7782 [4] => 23/JAN/82 [5] => 1300 [7] => 10 ) +
    +

    We also have many higher level PHP libraries that allow you to simplify the above code. The most popular are PEAR DB and ADOdb. Here are some of the differences between these libraries:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FeaturePEAR DB 1.6ADOdb 4.52
    General StyleSimple, easy to use. Lacks Oracle specific functionality.Has multi-tier design. Simple high-level design for beginners, and also lower-level advanced Oracle functionality.
    Support for PrepareYes, but only on one statement, as the last prepare overwrites previous prepares.Yes (multiple simultaneous prepare's allowed)
    Support for LOBsNoYes, using update semantics
    Support for REF CursorsNoYes
    Support for IN ParametersYesYes
    Support for OUT ParametersNoYes
    Schema creation using XMLNoYes, including ability to define tablespaces and constraints
    Provides database portability featuresNoYes, has some ability to abstract features that differ between databases such as dates, bind parameters, and data types.
    Performance monitoring and tracingNoYes. SQL can be traced and linked to web page it was executed on. Explain plan support included.
    Recordset caching for frequently used queriesNoYes. Provides great speedups for SQL involving complex where, group-by and order-by clauses.
    PopularityYes, part of PEAR releaseYes, many open source projects are using this software, including PostNuke, Xaraya, Mambo, Tiki Wiki.
    SpeedMedium speed.Very high speed. Fastest database abstraction library available for PHP. Benchmarks are available.
    High Speed Extension availableNoYes. You can install the optional ADOdb extension, which reimplements the most frequently used parts of ADOdb as fast C code. Note that the source code version of ADOdb runs just fine without this extension, and only makes use of the extension if detected.
    +

    PEAR DB is good enough for simple web apps. But if you need more power, you can see ADOdb offers more sophisticated functionality. The rest of this article will concentrate on using ADOdb with Oracle. You can find out more about connecting to Oracle later in this guide.

    +

    ADOdb Example

    +

    In ADOdb, the above oci8 example querying the emp table could be written as:

    +
    +include "/path/to/adodb.inc.php";
    +$db = NewADOConnection("oci8");
    +$db->Connect($tnsName, "scott", "tiger");
    +
    +$rs = $db->Execute("select * from emp where empno>:emp order by empno", 
    +                    array('emp' => 7900));
    +while ($arr = $rs->FetchRow()) {
    +    print_r($arr);
    +	echo "<hr>";
    +}
    +
    +

    The Execute( ) function returns a recordset object, and you can retrieve the rows returned using $recordset->FetchRow( ).

    +

    If we ignore the initial connection preamble, we can see the ADOdb version is much easier and simpler:

    + + + + + + + + + +
    Oci8ADOdb
    $stmt = OCIParse($conn,
    +       "select * from emp where empno > :emp"); 
    +$emp = 7900;
    +OCIBindByName($stmt, ':emp', $emp);
    +$ok = OCIExecute($stmt);
    +
    +while (OCIFetchInto($stmt,$arr)) {
    +	print_r($arr);
    +	echo "<hr>";	
    +} 
    $recordset = $db->Execute("select * from emp where empno>:emp", 
    +                           array('emp' => 7900));
    +
    +while ($arr = $recordset->FetchRow()) {
    +	print_r($arr);
    +	echo "<hr>";
    +}
    +

     

    +

    2. ADOdb Query Semantics

    +

    You can also query the database using the standard Microsoft ADO MoveNext( ) metaphor. The data array for the current row is stored in the fields property of the recordset object, $rs. +MoveNext( ) offers the highest performance among all the techniques for iterating through a recordset: +

    +$rs = $db->Execute("select * from emp where empno>:emp", array('emp' => 7900));
    +while (!$rs->EOF) {
    +	print_r($rs->fields);
    +	$rs->MoveNext();
    +}
    +
    +

    And if you are interested in having the data returned in a 2-dimensional array, you can use: +

    +$arr = $db->GetArray("select * from emp where empno>:emp", array('emp' => 7900));
    +
    +

    Now to obtain only the first row as an array: +

    +$arr = $db->GetRow("select * from emp where empno=:emp", array('emp' => 7900));
    +
    +

    Or to retrieve only the first field of the first row: +

    +$arr = $db->GetOne("select ename from emp where empno=:emp", array('emp' => 7900));
    +
    +

    For easy pagination support, we provide the SelectLimit function. The following will perform a select query, limiting it to 100 rows, starting from row 201 (row 1 being the 1st row): +

    +$offset = 200; $limitrows = 100;
    +$rs = $db->SelectLimit('select * from table', $limitrows, $offset);
    +
    +

    The $offset parameter is optional. +

    Array Fetch Mode

    +

    When data is being returned in an array, you can choose the type of array the data is returned in. +

      +
    1. Numeric indexes - use $connection->SetFetchMode(ADODB_FETCH_NUM).
    2. +
    3. Associative indexes - the keys of the array are the names of the fields (in upper-case). Use $connection->SetFetchMode(ADODB_FETCH_ASSOC).
    4. +
    5. Both numeric and associative indexes - use $connection->SetFetchMode(ADODB_FETCH_BOTH).
    6. +
    +

    The default is ADODB_FETCH_BOTH for Oracle.

    +

    Caching

    +

    You can define a database cache directory using $ADODB_CACHE_DIR, and cache the results of frequently used queries that rarely change. This is particularly useful for SQL with complex where clauses and group-by's and order-by's. It is also good for relieving heavily-loaded database servers.

    +

    This example will cache the following select statement for 3600 seconds (1 hour):

    +
    +$ADODB_CACHE_DIR = '/var/adodb/tmp';
    +$rs = $db->CacheExecute(3600, "select names from allcountries order by 1");
    +
    +There are analogous CacheGetArray( +), CacheGetRow( ), CacheGetOne( ) and CacheSelectLimit( ) functions. The first parameter is the number of seconds to cache. You can also pass a bind array as a 3rd parameter (not shown above). +

    There is an alternative syntax for the caching functions. The first parameter is omitted, and you set the cacheSecs + property of the connection object: +

    +$ADODB_CACHE_DIR = '/var/adodb/tmp';
    +$connection->cacheSecs = 3600;
    +$rs = $connection->CacheExecute($sql, array('id' => 1));
    +
    +

     

    +

    3. Using Prepare( ) For Frequently Used Statements

    +

    Prepare( ) is for compiling frequently used SQL statement for reuse. For example, suppose we have a large array which needs to be inserted into an Oracle database. The following will result in a massive speedup in query execution (at least 20-40%), as the SQL statement only needs to be compiled once:

    +
    +$stmt = $db->Prepare('insert into table (field1, field2) values (:f1, :f2)');
    +foreach ($arrayToInsert as $key => $value) {
    +	$db->Execute($stmt, array('f1' => $key, 'f2' => $val);
    +}
    +
    +

     

    +

    4. Working With LOBs

    +

    Oracle treats data which is more than 4000 bytes in length specially. These are called Large Objects, or LOBs for short. Binary LOBs are BLOBs, and character LOBs are CLOBs. In most Oracle libraries, you need to do a lot of work to process LOBs, probably because Oracle designed it to work in systems with little memory. ADOdb tries to make things easy by assuming the LOB can fit into main memory.

    +

    ADOdb will transparently handle LOBs in select statements. The LOBs are automatically converted to PHP variables without any special coding.

    +

    For updating records with LOBs, the functions UpdateBlob( ) and UpdateClob( ) are provided. Here's a BLOB example. The parameters should be self-explanatory: +

    +$ok = $db->Execute("insert into aTable (id, name, ablob) 
    +                                values (aSequence.nextVal, 'Name', null)");
    +if (!$ok) return LogError($db->ErrorMsg());
    +# params: $tableName, $blobFieldName, $blobValue, $whereClause
    +$db->UpdateBlob('aTable', 'ablob', $blobValue, 'id=aSequence.currVal');
    +
    +

    and the analogous CLOB example: +

    +$ok = $db->Execute("insert into aTable (id, name, aclob) 
    +                                values (aSequence.nextVal, 'Name', null)");
    +if (!$ok) return LogError($db->ErrorMsg());
    +$db->UpdateClob('aTable', 'aclob', $clobValue, 'id=aSequence.currVal');
    +
    +

    Note that LogError( ) is a user-defined function, and not part of ADOdb. +

    Inserting LOBs is more complicated. Since ADOdb 4.55, we allow you to do this + (assuming that the photo field is a BLOB, and we want to store $blob_data into + this field, and the primary key is the id field): +

    +	$sql = "INSERT INTO photos ( ID, photo) ".
    +			"VALUES ( :id, empty_blob() )".
    +			" RETURNING photo INTO :xx";
    +
    + 		$stmt = $db->PrepareSP($sql);
    +		$db->InParameter($stmt, $id, 'id');
    +		$blob = $db->InParameter($stmt, $blob_data, 'xx',-1, OCI_B_BLOB);
    +		$db->StartTrans();
    +		$ok = $db->Execute($stmt);
    +		$db->CompleteTrans();
    +
    +

    +

    5. REF CURSORs

    +

    Oracle recordsets can be passed around as variables called REF Cursors. For example, in PL/SQL, we could define a function open_tab that returns a REF CURSOR in the first parameter:

    +
    +TYPE TabType IS REF CURSOR RETURN TAB%ROWTYPE;
    +
    +PROCEDURE open_tab (tabcursor IN OUT TabType,tablenames IN VARCHAR) IS
    +	BEGIN
    +		OPEN tabcursor FOR SELECT * FROM TAB WHERE tname LIKE tablenames;
    +	END open_tab;
    +
    +

    In ADOdb, we could access this REF Cursor using the ExecuteCursor() function. The following will find + all table names that begin with 'A' in the current schema: +

    +$rs = $db->ExecuteCursor("BEGIN open_tab(:refc,'A%'); END;",'refc');
    +while ($arr = $rs->FetchRow()) print_r($arr);
    +
    +

    The first parameter is the PL/SQL statement, and the second parameter is the name of the REF Cursor. +

    +

     

    +

    6. In and Out Parameters

    +

    The following PL/SQL +stored procedure requires an input variable, and returns a result into an output variable: +

    +PROCEDURE data_out(input IN VARCHAR, output OUT VARCHAR) IS
    +	BEGIN
    +		output := 'I love '||input;
    +	END;
    +
    +

    The following ADOdb code allows you to call the stored procedure:

    +
    +$stmt = $db->PrepareSP("BEGIN adodb.data_out(:a1, :a2); END;");
    +$input = 'Sophia Loren';
    +$db->InParameter($stmt,$input,'a1');
    +$db->OutParameter($stmt,$output,'a2');
    +$ok = $db->Execute($stmt);
    +if ($ok) echo ($output == 'I love Sophia Loren') ? 'OK' : 'Failed';
    +
    +

    PrepareSP( ) is a special function that knows about bind parameters. +The main limitation currently is that IN OUT parameters do not work. +

    Bind Parameters and REF CURSORs

    +

    We could also rewrite the REF CURSOR example to use InParameter (requires ADOdb 4.53 or later): +

    +$stmt = $db->PrepareSP("BEGIN adodb.open_tab(:refc,:tabname); END;");
    +$input = 'A%';
    +$db->InParameter($stmt,$input,'tabname');
    +$rs = $db->ExecuteCursor($stmt,'refc');
    +while ($arr = $rs->FetchRow()) print_r($arr);
    +
    +

    Bind Parameters and LOBs

    +

    You can also operate on LOBs. In this example, we have IN and OUT parameters using CLOBs. +

    +	$text = 'test test test';
    +	$sql = "declare rs clob; begin :rs := lobinout(:sa0); end;";
    +	$stmt = $conn -> PrepareSP($sql);
    +	$conn -> InParameter($stmt,$text,'sa0', -1, OCI_B_CLOB); # -1 means variable length
    +	$rs = '';
    +	$conn -> OutParameter($stmt,$rs,'rs', -1, OCI_B_CLOB);
    +	$conn -> Execute($stmt);
    +	echo "return = ".$rs."<br>";
    +
    +

    Similarly, you can use the constant OCI_B_BLOB to indicate that you are using BLOBs. +

    Reusing Bind Parameters with CURSOR_SHARING=FORCE

    +

    Many web programmers do not care to use bind parameters, and prefer to enter the SQL directly. So instead of:

    +
    +$arr = $db->GetArray("select * from emp where empno>:emp", array('emp' => 7900));
    +
    +

    They prefer entering the values inside the SQL: +

    +$arr = $db->GetArray("select * from emp where empno>7900");
    +
    +

    This reduces Oracle performance because Oracle will reuse compiled SQL which is identical to previously compiled SQL. The above example with the values inside the SQL +is unlikely to be reused. As an optimization, from Oracle 8.1 onwards, you can set the following session parameter after you login: +

    +ALTER SESSION SET CURSOR_SHARING=FORCE
    +
    +

    This will force Oracle to convert all such variables (eg. the 7900 value) into constant bind parameters, improving SQL reuse.

    +

    More speedup tips.

    +

     

    +

    7. Dates and Datetime in ADOdb

    +

    There are two things you need to know about dates in ADOdb.

    +

    First, to ensure cross-database compability, ADOdb assumes that dates are returned in ISO format (YYYY-MM-DD H24:MI:SS).

    +

    Secondly, since Oracle treats dates and datetime as the same data type, we decided not to display the time in the default date format. So on login, ADOdb will set the NLS_DATE_FORMAT to 'YYYY-MM-DD'. If you prefer to show the date and time by default, do this:

    +
    +$db = NewADOConnection('oci8');
    +$db->NLS_DATE_FORMAT =  'RRRR-MM-DD HH24:MI:SS';
    +$db->Connect($tns, $user, $pwd);
    +
    +

    Or execute:

    +
    $sql = quot;ALTER SESSION SET NLS_DATE_FORMAT = 'RRRR-MM-DD HH24:MI:SS'";
    +$db->Execute($sql);
    +
    +

    If you are not concerned about date portability and do not use ADOdb's portability layer, you can use your preferred date format instead. +

    +

    8. Database Portability Layer

    +

    ADOdb provides the following functions for portably generating SQL functions + as strings to be merged into your SQL statements:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionDescription
    DBDate($date)Pass in a UNIX timestamp or ISO date and it will convert it to a date + string formatted for INSERT/UPDATE
    DBTimeStamp($date)Pass in a UNIX timestamp or ISO date and it will convert it to a timestamp + string formatted for INSERT/UPDATE
    SQLDate($date, $fmt)Portably generate a date formatted using $fmt mask, for use in SELECT + statements.
    OffsetDate($date, $ndays)Portably generate a $date offset by $ndays.
    Concat($s1, $s2, ...)Portably concatenate strings. Alternatively, for mssql use mssqlpo driver, + which allows || operator.
    IfNull($fld, $replaceNull)Returns a string that is the equivalent of MySQL IFNULL or Oracle NVL.
    Param($name)Generates bind placeholders, using ? or named conventions as appropriate.
    $db->sysDateProperty that holds the SQL function that returns today's date
    $db->sysTimeStampProperty that holds the SQL function that returns the current +timestamp (date+time). +
    $db->concat_operatorProperty that holds the concatenation operator +
    $db->lengthProperty that holds the name of the SQL strlen function. +
    $db->upperCaseProperty that holds the name of the SQL strtoupper function. +
    $db->randomProperty that holds the SQL to generate a random number between 0.00 and 1.00. +
    $db->substrProperty that holds the name of the SQL substring function. +
    +

    ADOdb also provides multiple oracle oci8 drivers for different scenarios:

    + + + + + + + + + + + + + + + + + +
    Driver NameDescription
    oci805 Specifically for Oracle 8.0.5. This driver has a slower SelectLimit( ).
    oci8The default high performance driver. The keys of associative arrays returned in a recordset are upper-case.
    oci8po The portable Oracle driver. Slightly slower than oci8. This driver uses ? instead of :bindvar for binding variables, which is the standard for other databases. Also the keys of associative arrays are in lower-case like other databases.
    +

    Here's an example of calling the oci8po driver. Note that the bind variables use question-mark:

    +
    $db = NewADOConnection('oci8po');
    +$db->Connect($tns, $user, $pwd);
    +$db->Execute("insert into atable (f1, f2) values (?,?)", array(12, 'abc'));
    +

      +

    9. Connecting to Oracle

    +

    Before you can use ADOdb, you need to have the Oracle client installed and setup the oci8 extension. This extension comes pre-compiled for Windows (but you still need to enable it in the php.ini file). For information on compiling the oci8 extension for PHP and Apache on Unix, there is an excellent guide at oracle.com.

    +

    Should You Use Persistent Connections

    +

    One question that is frequently asked is should you use persistent connections to Oracle. Persistent connections allow PHP to recycle existing connections, reusing them after the previous web pages have completed. Non-persistent connections close automatically after the web page has completed. Persistent connections are faster because the cost of reconnecting is expensive, but there is additional resource overhead. As an alternative, Oracle allows you to pool and reuse server processes; this is called Shared Server (also known as MTS).

    +

    The author's benchmarks suggest that using non-persistent connections and the Shared Server configuration offer the best performance. If Shared Server is not an option, only then consider using persistent connections.

    +

    Connection Examples

    +

    Just in case you are having problems connecting to Oracle, here are some examples:

    +

    a. PHP and Oracle reside on the same machine, use default SID, with non-persistent connections:

    +
    	$conn = NewADOConnection('oci8');
    +	$conn->Connect(false, 'scott', 'tiger');
    +

    b. TNS Name defined in tnsnames.ora (or ONAMES or HOSTNAMES), eg. 'myTNS', using persistent connections:

    +
    	$conn = NewADOConnection('oci8');
    +	$conn->PConnect(false, 'scott', 'tiger', 'myTNS');
    +

    or

    +
     	$conn->PConnect('myTNS', 'scott', 'tiger');
    +

    c. Host Address and SID

    +
    +	$conn->connectSID = true;	
    +	$conn->Connect('192.168.0.1', 'scott', 'tiger', 'SID');
    +

    d. Host Address and Service Name

    +
    	$conn->Connect('192.168.0.1', 'scott', 'tiger', 'servicename');
    +

    e. Oracle connection string: +

    	$cstr = "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=$host)(PORT=$port))
    +			(CONNECT_DATA=(SID=$sid)))";
    +	$conn->Connect($cstr, 'scott', 'tiger');
    +
    +

    f. ADOdb data source names (dsn): +

    +	$dsn = 'oci8://user:pwd@tnsname/?persist';  # persist is optional
    +	$conn = ADONewConnection($dsn);  # no need for Connect/PConnect
    +	
    +	$dsn = 'oci8://user:pwd@host/sid';
    +	$conn = ADONewConnection($dsn);
    +	
    +	$dsn = 'oci8://user:pwd@/';   # oracle on local machine
    +	$conn = ADONewConnection($dsn);
    +

    With ADOdb data source names, +you don't have to call Connect( ) or PConnect( ). +

    +

     

    +

    10. Error Checking

    +

    The examples in this article are easy to read but a bit simplistic because we ignore error-handling. Execute( ) and Connect( ) will return false on error. So a more realistic way to call Connect( ) and Execute( ) is: +

    function InvokeErrorHandler()
    +{
    global $db; ## assume global + MyLogFunction($db->ErrorNo(), $db->ErrorMsg()); +} +if (!$db->Connect($tns, $usr, $pwd)) InvokeErrorHandler(); + +$rs = $db->Execute("select * from emp where empno>:emp order by empno", + array('emp' => 7900)); +if (!$rs) return InvokeErrorHandler(); +while ($arr = $rs->FetchRow()) { + print_r($arr); + echo "<hr>"; +} +
    +

    You can retrieve the error message and error number of the last SQL statement executed from ErrorMsg( ) and ErrorNo( ). You can also define a custom error handler function. +ADOdb also supports throwing exceptions in PHP5. +

     

    +

    Handling Large Recordsets (added 27 May 2005)

    +The oci8 driver does not support counting the number of records returned in a SELECT statement, so the function RecordCount() +is emulated when the global variable $ADODB_COUNTRECS is set to true, which is the default. +We emulate this by buffering all the records. This can take up large amounts of memory for big recordsets. + Set $ADODB_COUNTRECS to false for the best performance. +

    +This variable is checked every time a query is executed, so you can selectively choose which recordsets to count. +

     

    +

    11. Other ADOdb Features

    +

    Schema generation. This allows you to define a schema using XML and import it into different RDBMS systems portably.

    +

    Performance monitoring and tracing. Highlights of performance monitoring include identification of poor and suspicious SQL, with explain plan support, and identifying which web pages the SQL ran on.

    +

     

    +

    12. Download

    +

    You can download ADOdb from sourceforge. ADOdb uses a BSD style license. That means that it is free for commercial use, and redistribution without source code is allowed.

    +

     

    +

    13. Resources

    + + + diff --git a/e_lib/adodb5/docs/docs-perf.htm b/e_lib/adodb5/docs/docs-perf.htm new file mode 100644 index 00000000..fad67c76 --- /dev/null +++ b/e_lib/adodb5/docs/docs-perf.htm @@ -0,0 +1,965 @@ + + + + ADOdb Performance Monitoring Library + + + +

    The ADOdb Performance Monitoring Library

    +

    V5.06 16 Oct 2008 (c) 2000-2009 John Lim (jlim#natsoft.com)

    +

    This software is dual licensed using BSD-Style and +LGPL. This means you can use it in compiled proprietary and commercial +products.

    +

    Useful ADOdb links: DownloadOther Docs +

    +

    Introduction

    +

    This module, part of the ADOdb package, provides both CLI and HTML +interfaces for viewing key performance indicators of your database. +This is very useful because web apps such as the popular phpMyAdmin +currently do not provide effective database health monitoring tools. +The module provides the following:

    +
      +
    • A quick health check of your database server using $perf->HealthCheck() +or $perf->HealthCheckCLI().
    • +
    • User interface for performance monitoring, $perf->UI(). +This UI displays: +
        +
      • the health check,
      • +
      • all SQL logged and their query plans,
      • +
      • a list of all tables in the current database
      • +
      • an interface to continiously poll the server for key +performance indicators such as CPU, Hit Ratio, Disk I/O
      • +
      • a form where you can enter and run SQL interactively.
      • +
      +
    • +
    • Gives you an API to build database monitoring tools for a server +farm, for example calling $perf->DBParameter('data cache hit +ratio') returns this very important statistic in a database +independant manner.
    • +
    +

    ADOdb also has the ability to log all SQL executed, using LogSQL. All SQL logged can be +analyzed through the performance monitor UI. In the View +SQL mode, we categorize the SQL into 3 types: +

    +
      +
    • Suspicious SQL: queries with high average execution times, +and are potential candidates for rewriting
    • +
    • Expensive SQL: queries with high total execution times +(#executions * avg execution time). Optimizing these queries will +reduce your database server load.
    • +
    • Invalid SQL: queries that generate errors.
    • +
    +

    Each query is hyperlinked to a description of the query plan, and +every PHP script that executed that query is also shown.

    +

    Please note that the information presented is a very basic database +health check, and does not provide a complete overview of database +performance. Although some attempt has been made to make it work across +multiple databases in the same way, it is impossible to do so. For the +health check, we do try to display the following key database +parameters for all drivers:

    +
      +
    • data cache size - The amount of memory allocated to the +cache.
    • +
    • data cache hit ratio - A measure of how effective the +cache is, as a percentage. The higher, the better.
    • +
    • current connections - The number of sessions currently +connected to the database.
    • +
    +

    You will need to connect to the database as an administrator to view +most of the parameters.

    +

    Code improvements as very welcome, particularly adding new database +parameters and automated tuning hints.

    + +

    Usage

    +

    Currently, the following drivers: mysql, postgres, +oci8, mssql, informix and db2 are +supported. To create a new performance monitor, call NewPerfMonitor( ) +as demonstrated below:

    +
    <?php
    include_once('adodb.inc.php');
    session_start(); # session variables required for monitoring
    $conn = ADONewConnection($driver);
    $conn->Connect($server,$user,$pwd,$db);
    $perf =& NewPerfMonitor($conn);
    $perf->UI($pollsecs=5);
    ?>
    +

    It is also possible to retrieve a single database parameter:

    +
    $size = $perf->DBParameter('data cache size');
    +

    +Thx to Fernando Ortiz for the informix module.

    +

    Methods

    + +

    function UI($pollsecs=5)

    +

    Creates a web-based user interface for performance monitoring. When +you click on Poll, server statistics will be displayed every $pollsecs +seconds. See Usage above.

    +

    Since 4.11, we allow users to enter and run SQL interactively via +the "Run SQL" link. To disable this for security reasons, set this +constant before calling $perf->UI().

    +

    +
    define('ADODB_PERF_NO_RUN_SQL',1);
    +

    Sample output follows below:

    + + + + + + + + + +
    ADOdb +Performance Monitor for localhost, db=test
    + PostgreSQL 7.3.2 on i686-pc-cygwin, compiled by +GCC gcc (GCC) 3.2 20020927 (prerelease)
    Performance Stats   View +SQL   View Tables   Poll +Stats
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    postgres7

    +
    ParameterValueDescription
    Ratios  
    statistics collectorTRUEValue must be TRUE to enable hit ratio statistics (stats_start_collector,stats_row_level +and stats_block_level must be set to true in postgresql.conf)
    data cache hit ratio99.7967555299239 
    IO  
    data reads125 
    data writes21.78125000000000000Count of inserts/updates/deletes * coef
    Data Cache  
    data cache buffers640Number of cache buffers. Tuning
    cache blocksize8192(estimate)
    data cache size5M 
    operating system cache size80M(effective cache size)
    Memory Usage  
    sort buffer size1MSize of sort buffer (per query)
    Connections  
    current connections0 
    max connections32 
    Parameters  
    rollback buffers8WAL buffers
    random page cost4Cost of doing a seek (default=4). See random_page_cost
    +

    function HealthCheck()

    +

    Returns database health check parameters as a HTML table. You will +need to echo or print the output of this function,

    +

    function HealthCheckCLI()

    +

    Returns database health check parameters formatted for a command +line interface. You will need to echo or print the output of this +function. Sample output for mysql:

    +
    -- Ratios -- 
    MyISAM cache hit ratio =gt; 56.5635738832
    InnoDB cache hit ratio =gt; 0
    sql cache hit ratio =gt; 0
    -- IO --
    data reads =gt; 2622
    data writes =gt; 2415.5
    -- Data Cache --
    MyISAM data cache size =gt; 512K
    BDB data cache size =gt; 8388600
    InnoDB data cache size =gt; 8M
    -- Memory Pools --
    read buffer size =gt; 131072
    sort buffer size =gt; 65528
    table cache =gt; 4
    -- Connections --
    current connections =gt; 3
    max connections =gt; 100
    +

    function Poll($pollSecs=5) +

    +

    Run in infinite loop, displaying the following information every +$pollSecs. This will not work properly if output buffering is enabled. +In the example below, $pollSecs=3: +

    +
    Accumulating statistics...
    Time WS-CPU% Hit% Sess Reads/s Writes/s
    11:08:30 0.7 56.56 1 0.0000 0.0000
    11:08:33 1.8 56.56 2 0.0000 0.0000
    11:08:36 11.1 56.55 3 2.5000 0.0000
    11:08:39 9.8 56.55 2 3.1121 0.0000
    11:08:42 2.8 56.55 1 0.0000 0.0000
    11:08:45 7.4 56.55 2 0.0000 1.5000
    +

    WS-CPU% is the Web Server CPU load of the server that PHP is +running from (eg. the database client), and not the database. The Hit% +is the data cache hit ratio. Sess is the current number of +sessions connected to the database. If you are using persistent +connections, this should not change much. The Reads/s and Writes/s +are synthetic values to give the viewer a rough guide to I/O, and are +not to be taken literally.

    +

    function SuspiciousSQL($numsql=10)

    +

    Returns SQL which have high average execution times as a HTML table. +Each sql statement +is hyperlinked to a new window which details the execution plan and the +scripts that execute this SQL. +

    +

    The number of statements returned is determined by $numsql. Data is +taken from the adodb_logsql table, where the sql statements are logged +when +$connection->LogSQL(true) is enabled. The adodb_logsql table is +populated using $conn->LogSQL. +

    +

    For Oracle, Ixora Suspicious SQL returns a list of SQL statements +that are most cache intensive as a HTML table. These are data intensive +SQL statements that could benefit most from tuning.

    +

    function ExpensiveSQL($numsql=10)

    +

    Returns SQL whose total execution time (avg time * #executions) is +high as a HTML table. Each sql statement +is hyperlinked to a new window which details the execution plan and the +scripts that execute this SQL. +

    +

    The number of statements returned is determined by $numsql. Data is +taken from the adodb_logsql table, where the sql statements are logged +when +$connection->LogSQL(true) is enabled. The adodb_logsql table is +populated using $conn->LogSQL. +

    +

    For Oracle, Ixora Expensive SQL returns a list of SQL statements +that are taking the most CPU load when run. +

    +

    function InvalidSQL($numsql=10)

    +

    Returns a list of invalid SQL as an HTML table. +

    +

    Data is taken from the adodb_logsql table, where the sql statements +are logged when +$connection->LogSQL(true) is enabled. +

    +

    function Tables($orderby=1)

    +

    Returns information on all tables in a database, with the first two +fields containing the table name and table size, the remaining fields +depend on the database driver. If $orderby is set to 1, it will sort by +name. If $orderby is set to 2, then it will sort by table size. Some +database drivers (mssql and mysql) will ignore the $orderby clause. For +postgresql, the information is up-to-date since the last vacuum. +Not supported currently for db2.

    +

    Raw Functions

    +

    Raw functions return values without any formatting.

    +

    function DBParameter($paramname)

    +

    Returns the value of a database parameter, such as +$this->DBParameter("data cache size").

    +

    function CPULoad()

    +

    Returns the CPU load of the database client (NOT THE SERVER) as a +percentage. Only works for Linux and Windows. For Windows, WMI must be +available.

    +

    $ADODB_PERF_MIN

    +

    New in adodb 4.97/5.03 is this global variable, which controls whether sql timings which are too small are not saved. Currently it defaults +to 0.05 (seconds). This means that all sql's which are faster than 0.05 seconds to execute are not saved. +

    Format of $settings Property

    +

    To create new database parameters, you need to understand +$settings. The $settings data structure is an associative array. Each +element of the array defines a database parameter. The key is the name +of the database parameter. If no key is defined, then it is assumed to +be a section break, and the value is the name of the section break. If +this is too confusing, looking at the source code will help a lot!

    +

    Each database parameter is itself an array consisting of the +following elements:

    +
      +
    1. Category code, used to group related db parameters. If the +category code is 'HIDE', then +the database parameter is not shown when HTML() is called.
      +
    2. +
    3. either +
        +
      1. sql string to retrieve value, eg. "select value from +v\$parameter where name='db_block_size'",
      2. +
      3. array holding sql string and field to look for, e.g. +array('show variables','table_cache'); optional 3rd parameter is the +$rs->fields[$index] to use (otherwise $index=1), and optional 4th +parameter is a constant to multiply the result with (typically 100 for +percentage calculations),
      4. +
      5. a string prefixed by =, then a PHP method of the class is +invoked, e.g. to invoke $this->GetIndexValue(), set this array +element to '=GetIndexValue',
        +
      6. +
      +
    4. +
    5. Description of database parameter. If description begins with an +=, then it is interpreted as a method call, just as in (1c) above, +taking one parameter, the current value. E.g. '=GetIndexDescription' +will invoke $this->GetIndexDescription($val). This is useful for +generating tuning suggestions. For an example, see WarnCacheRatio().
    6. +
    +

    Example from MySQL, table_cache database parameter:

    +
    'table cache' =gt; array('CACHE',            # category code
    array("show variables", 'table_cache'), # array (type 1b)
    'Number of tables to keep open'), # description
    +

    Example Health Check Output

    +

    db2 informix mysql mssql oci8 +postgres

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    db2

    +
    ParameterValueDescription
    Ratios  
    data cache hit ratio0    
    Data Cache
    data cache buffers250   See tuning +reference.
    cache blocksize4096    
    data cache size1000K    
    Connections
    current connections2    
    +

     

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    informix

    +
    ParameterVal +ueDescription
    Ratios  
    data cache hit +ratio95.89 
    IO  
    data +reads1883884Page reads
    data writes1716724Page writes
    Connections
    current connections263.0Number of +sessions
    +

    +

     

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    mysql

    +
    ParameterValueDescription
    Ratios  
    MyISAM cache hit ratio56.5658301822Cache ratio should be at least 90%
    InnoDB cache hit ratio0Cache ratio should be at least 90%
    sql cache hit ratio0 
    IO  
    data reads2622Number of selects (Key_reads is not accurate)
    data writes2415.5Number of inserts/updates/deletes * coef (Key_writes is not +accurate)
    Data Cache  
    MyISAM data cache size512K 
    BDB data cache size8388600 
    InnoDB data cache size8M 
    Memory Pools  
    read buffer size131072(per session)
    sort buffer size65528Size of sort buffer (per session)
    table cache4Number of tables to keep open
    Connections  
    current connections3 
    max connections100 
    +

     

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    mssql

    +
    ParameterValueDescription
    Ratios  
    data cache hit ratio99.9999694824 
    prepared sql hit ratio99.7738579828 
    adhoc sql hit ratio98.4540169133 
    IO  
    data reads2858 
    data writes1438 
    Data Cache  
    data cache size4362in K
    Connections  
    current connections14 
    max connections32767 
    +

     

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    oci8

    +
    ParameterValueDescription
    Ratios  
    data cache hit ratio96.98 
    sql cache hit ratio99.96 
    IO  
    data reads842938 
    data writes16852 
    Data Cache  
    data cache buffers3072Number of cache buffers
    data cache blocksize8192 
    data cache size48Mshared_pool_size
    Memory Pools  
    java pool size0java_pool_size
    sort buffer size512Ksort_area_size (per query)
    user session buffer size8Mlarge_pool_size
    Connections  
    current connections1 
    max connections170 
    data cache utilization ratio88.46Percentage of data cache actually in use
    user cache utilization ratio91.76Percentage of user cache (large_pool) actually in use
    rollback segments11 
    Transactions  
    peak transactions24Taken from high-water-mark
    max transactions187max transactions / rollback segments < 3.5 (or +transactions_per_rollback_segment)
    Parameters  
    cursor sharingEXACTCursor reuse strategy. Recommended is FORCE (8i+) or SIMILAR +(9i+). See cursor_sharing.
    index cache cost0% of indexed data blocks expected in the cache. Recommended +is 20-80. Default is 0. See optimizer_index_caching.
    random page cost100Recommended is 10-50 for TP, and 50 for data warehouses. +Default is 100. See optimizer_index_cost_adj. +
    +

    Suspicious SQL

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LOADEXECUTESSQL_TEXT
    .73%89select u.name, o.name, t.spare1, t.pctfree$ from sys.obj$ o, +sys.user$ u, sys.tab$ t where (bitand(t.trigflag, 1048576) = 1048576) +and o.obj#=t.obj# and o.owner# = u.user# select i.obj#, i.flags, +u.name, o.name from sys.obj$ o, sys.user$ u, sys.ind$ i where +(bitand(i.flags, 256) = 256 or bitand(i.flags, 512) = 512) and +(not((i.type# = 9) and bitand(i.flags,8) = 8)) and o.obj#=i.obj# and +o.owner# = u.user#
    .84%3select /*+ RULE */ distinct tabs.table_name, tabs.owner , +partitioned, iot_type , TEMPORARY, table_type, table_type_owner from +DBA_ALL_TABLES tabs where tabs.owner = :own
    3.95%6SELECT round(count(1)*avg(buf.block_size)/1048576) FROM +DBA_OBJECTS obj, V$BH bh, dba_segments seg, v$buffer_pool buf WHERE +obj.object_id = bh.objd AND obj.owner != 'SYS' and obj.owner = +seg.owner and obj.object_name = seg.segment_name and obj.object_type = +seg.segment_type and seg.buffer_pool = buf.name and buf.name = +'DEFAULT'
    4.50%6SELECT round(count(1)*avg(tsp.block_size)/1048576) FROM +DBA_OBJECTS obj, V$BH bh, dba_segments seg, dba_tablespaces tsp WHERE +obj.object_id = bh.objd AND obj.owner != 'SYS' and obj.owner = +seg.owner and obj.object_name = seg.segment_name and obj.object_type = +seg.segment_type and seg.tablespace_name = tsp.tablespace_name
    57.34%9267select t.schema, t.name, t.flags, q.name from +system.aq$_queue_tables t, sys.aq$_queue_table_affinities aft, +system.aq$_queues q where aft.table_objno = t.objno and +aft.owner_instance = :1 and q.table_objno = t.objno and q.usage = 0 and +bitand(t.flags, 4+16+32+64+128+256) = 0 for update of t.name, +aft.table_objno skip locked
    +

    Expensive SQL

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    LOADEXECUTESSQL_TEXT
    5.24%1select round(sum(bytes)/1048576) from dba_segments
    6.89%6SELECT round(count(1)*avg(buf.block_size)/1048576) FROM +DBA_OBJECTS obj, V$BH bh, dba_segments seg, v$buffer_pool buf WHERE +obj.object_id = bh.objd AND obj.owner != 'SYS' and obj.owner = +seg.owner and obj.object_name = seg.segment_name and obj.object_type = +seg.segment_type and seg.buffer_pool = buf.name and buf.name = +'DEFAULT'
    7.85%6SELECT round(count(1)*avg(tsp.block_size)/1048576) FROM +DBA_OBJECTS obj, V$BH bh, dba_segments seg, dba_tablespaces tsp WHERE +obj.object_id = bh.objd AND obj.owner != 'SYS' and obj.owner = +seg.owner and obj.object_name = seg.segment_name and obj.object_type = +seg.segment_type and seg.tablespace_name = tsp.tablespace_name
    33.69%89select u.name, o.name, t.spare1, t.pctfree$ from sys.obj$ o, +sys.user$ u, sys.tab$ t where (bitand(t.trigflag, 1048576) = 1048576) +and o.obj#=t.obj# and o.owner# = u.user#
    36.44%89select i.obj#, i.flags, u.name, o.name from sys.obj$ o, +sys.user$ u, sys.ind$ i where (bitand(i.flags, 256) = 256 or +bitand(i.flags, 512) = 512) and (not((i.type# = 9) and +bitand(i.flags,8) = 8)) and o.obj#=i.obj# and o.owner# = u.user#
    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    postgres7

    +
    ParameterValueDescription
    Ratios  
    statistics collectorFALSEMust be set to TRUE to enable hit ratio statistics (stats_start_collector,stats_row_level +and stats_block_level must be set to true in postgresql.conf)
    data cache hit ratio99.9666031916603 
    IO  
    data reads15 
    data writes0.000000000000000000Count of inserts/updates/deletes * coef
    Data Cache  
    data cache buffers1280Number of cache buffers. Tuning
    cache blocksize8192(estimate)
    data cache size10M 
    operating system cache size80000K(effective cache size)
    Memory Pools  
    sort buffer size1MSize of sort buffer (per query)
    Connections  
    current connections13 
    max connections32 
    Parameters  
    rollback buffers8WAL buffers
    random page cost4Cost of doing a seek (default=4). See random_page_cost
    + + diff --git a/e_lib/adodb5/docs/docs-session.htm b/e_lib/adodb5/docs/docs-session.htm new file mode 100644 index 00000000..e6af53cf --- /dev/null +++ b/e_lib/adodb5/docs/docs-session.htm @@ -0,0 +1,336 @@ + + + + ADODB Session Management Manual + + + + +

    ADODB Session 2 Management Manual

    +

    +V5.06 16 Oct 2008 (c) 2000-2009 John Lim (jlim#natsoft.com) +

    +

    This software is dual licensed using BSD-Style and +LGPL. This means you can use it in compiled proprietary and commercial +products. +

    Useful ADOdb links: DownloadOther Docs +

    +

    Introduction

    +

    This document discusses the newer session handler adodb-session2.php. If + you have used the older adodb-session.php, then be forewarned that you will + need to alter your session table format. Otherwise everything is backward + compatible. + Here are the older + docs for + adodb-session.php.

    +

    Why Session Variables in a Database?

    +

    We store state information specific to a user or web + client in session variables. These session variables persist throughout a +session, as the user moves from page to page.

    +

    To use session variables, call session_start() at the beginning of +your web page, before your HTTP headers are sent. Then for every +variable you want to keep alive for the duration of the session, call +session_register($variable_name). By default, the session handler will +keep track of the session by using a cookie. You can save objects or +arrays in session variables also. +

    +

    The default method of storing sessions is to store it in a file. +However if you have special needs such as you: +

    +
      +
    • Have multiple web servers that need to share session info
    • +
    • Need to do special processing of each session
    • +
    • Require notification when a session expires
    • +
    +

    The ADOdb session handler provides you with the above +additional capabilities by storing the session information as records +in a database table that can be shared across multiple servers.

    +

    These records will be garbage collected based on the php.ini [session] timeout settings. +You can register a notification function to notify you when the record has expired and +is about to be freed by the garbage collector.

    +

    An alternative to using a database backed session handler is to use memcached. + This is a distributed memory based caching system suitable for storing session + information. +

    +

    The Improved Session Handler

    +

    In ADOdb 4.91, we added a new session handler, in adodb-session2.php. +It features the following improvements: +

      +
    • Fully supports server farms using a new database table format. The + previous version used the web server time for timestamps, which can cause problems + on a system with multiple web servers with possibly inconsistent + times. The new version uses the database server time instead for all timestamps. +
    • The older database table format is obsolete. The database table must be modified + to support storage of the database server time mentioned above. Also the field + named DATA has been changed to SESSDATA. In some databases, DATA is a reserved + word. +
    • The functions dataFieldName() and syncSeconds() is obsolete. +
    + +

    Usage is + +

    +include_once("adodb/session/adodb-session2.php");
    +ADOdb_Session::config($driver, $host, $user, $password, $database,$options=false);
    +session_start();
    +
    +#
    # Test session vars, the following should increment on refresh
    #
    $_SESSION['AVAR'] += 1;
    print "<p>\$_SESSION['AVAR']={$_SESSION['AVAR']}</p>";
    +
    + +

    When the session is created in session_start( ), the global variable $ADODB_SESS_CONN holds +the connection object. +

    The default name of the table is sessions2. If you want to override it: + +

    +include_once("adodb/session/adodb-session2.php");
    +$options['table'] = 'mytablename';
    +ADOdb_Session::config($driver, $host, $user, $password, $database,$options);
    +session_start();
    +
    + + +

    ADOdb Session Handler Features

    +
      +
    • Ability to define a notification function that is called when a +session expires. Typically +used to detect session logout and release global resources.
    • +
    • Optimization of database writes. We crc32 the session data and +only perform an update +to the session data if there is a data change.
    • +
    • Support for large amounts of session data with CLOBs (see +adodb-session-clob2.php). Useful +for Oracle.
    • +
    • Support for encrypted session data, see +adodb-cryptsession2.php. Enabling encryption is simply a matter of +including adodb-cryptsession2.php instead of adodb-session2.php.
    • +
    +

    Session Handler Files

    +

    There are 3 session management files that you can use: +

    +
    adodb-session2.php        : The default
    adodb-cryptsession2.php : Use this if you want to store encrypted session data in the database
    adodb-session-clob2.php : Use this if you are storing DATA in clobs and you are NOT using oci8 driver
    +

    Usage Examples

    +

    To force non-persistent connections, call Persist() first before session_start(): + + +

    + 
    +include_once("adodb/session/adodb-session2.php");
    +$driver = 'mysql'; $host = 'localhost'; $user = 'auser'; $pwd = 'secret'; $database = 'sessiondb';
    +ADOdb_Session::config($driver, $host, $user, $password, $database,$options=false);
    ADOdb_session::Persist($connectMode=false);
    +session_start();
    +
    +

    The parameter to the Persist( ) method sets the connection mode. You can + pass the following:

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    $connectModeConnection Method
    true

    PConnect( )

    falseConnect( )
    'N'NConnect( )
    'P'PConnect( )
    'C'Connect( )
    +

    To use a encrypted sessions, simply replace the file adodb-session2.php:

    +
     
    include('adodb/session/adodb-cryptsession2.php');

    $driver = 'mysql'; $host = 'localhost'; $user = 'auser'; $pwd = 'secret'; $database = 'sessiondb'; +ADOdb_Session::config($driver, $host, $user, $password, $database,$options=false);
    adodb_sess_open(false,false,$connectMode=false);
    +session_start();
    +

    And the same technique for adodb-session-clob2.php:

    +
      
    include('adodb/session/adodb-session2-clob2.php');
    $driver = 'oci8'; $host = 'localhost'; $user = 'auser'; $pwd = 'secret'; $database = 'sessiondb'; +ADOdb_Session::config($driver, $host, $user, $password, $database,$options=false);
    adodb_sess_open(false,false,$connectMode=false);
    +session_start();
    +

    Installation

    +

    1. Create this table in your database. Here is the MySQL version: +

      
    +CREATE TABLE sessions2(
    +	  sesskey VARCHAR( 64 ) NOT NULL DEFAULT '',
    +  	  expiry DATETIME NOT NULL ,
    +	  expireref VARCHAR( 250 ) DEFAULT '',
    +	  created DATETIME NOT NULL ,
    +	  modified DATETIME NOT NULL ,
    +	  sessdata LONGTEXT,
    +	  PRIMARY KEY ( sesskey ) ,
    +	  INDEX sess2_expiry( expiry ),
    +	  INDEX sess2_expireref( expireref )
    +)
    + +

    For PostgreSQL, use: +

    CREATE TABLE sessions2(
    + sesskey VARCHAR( 64 ) NOT NULL DEFAULT '',
    + expiry TIMESTAMP NOT NULL ,
    + expireref VARCHAR( 250 ) DEFAULT '',
    + created TIMESTAMP NOT NULL ,
    + modified TIMESTAMP NOT NULL ,
    + sessdata TEXT DEFAULT '',
    + PRIMARY KEY ( sesskey )
    + );
    +
    +
    create INDEX sess2_expiry on sessions2( expiry );
    +create INDEX sess2_expireref on sessions2 ( expireref );
    +

    Here is the Oracle definition, which uses a CLOB for the SESSDATA field: +

    +  CREATE TABLE SESSIONS2
    (
    SESSKEY VARCHAR2(48 BYTE) NOT NULL,
    EXPIRY DATE NOT NULL,
    EXPIREREF VARCHAR2(200 BYTE),
    CREATED DATE NOT NULL,
    MODIFIED DATE NOT NULL,
    SESSDATA CLOB,
    PRIMARY KEY(SESSKEY)
    ); +
    CREATE INDEX SESS2_EXPIRY ON SESSIONS2(EXPIRY); +CREATE INDEX SESS2_EXPIREREF ON SESSIONS2(EXPIREREF);
    +

    We need to use a CLOB here because for text greater than 4000 bytes long, + Oracle requires you to use the CLOB data type. If you are using the oci8 driver, + ADOdb will automatically enable CLOB handling. So you can use either adodb-session2.php + or adodb-session-clob2.php - in this case it doesn't matter.
    +

    Notifications

    +

    You can receive notification when your session is cleaned up by the session garbage collector or +when you call session_destroy(). +

    PHP's session extension will automatically run a special garbage collection function based on +your php.ini session.cookie_lifetime and session.gc_probability settings. This will in turn call +adodb's garbage collection function, which can be setup to do notification. +

    +

    +	PHP Session --> ADOdb Session  --> Find all recs  --> Send          --> Delete queued
    +	GC Function     GC Function        to be deleted      notification      records
    +	executed at     called by                             for all recs
    +	random time     Session Extension                     queued for deletion
    +
    +

    When a session is created, we need to store a value in the session record (in the EXPIREREF field), typically +the userid of the session. Later when the session has expired, just before the record is deleted, +we reload the EXPIREREF field and call the notification function with the value of EXPIREREF, which +is the userid of the person being logged off. +

    ADOdb uses a global variable $ADODB_SESSION_EXPIRE_NOTIFY that you must predefine before session +start to store the notification configuration. +$ADODB_SESSION_EXPIRE_NOTIFY is an array with 2 elements, the +first being the name of the session variable you would like to store in +the EXPIREREF field, and the 2nd is the notification function's name.

    +

    For example, suppose we want to be notified when a user's session has expired, +based on the userid. When the user logs in, we store the id in the global session variable +$USERID. The function name is 'NotifyFn'. +

    +So we define (before session_start() is called):

    +
     
    +	$ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn');
    +
    +And when the NotifyFn is called (when the session expires), the +$EXPIREREF holding the user id is passed in as the first parameter, eg. NotifyFn($userid, $sesskey). The +session key (which is the primary key of the record in the sessions +table) is the 2nd parameter. +

    Here is an example of a Notification function that deletes some +records in the database and temporary files:

    +
    
    +	function NotifyFn($expireref, $sesskey)
    +	{
    +		global $ADODB_SESS_CONN; # the session connection object
    +		$user = $ADODB_SESS_CONN->qstr($expireref);
    +		
    +		$ADODB_SESS_CONN->Execute("delete from shopping_cart where user=$user");          
    +		system("rm /work/tmpfiles/$expireref/*");
    +	}  
    +			  
    +

    NOTE 1: If you have register_globals disabled in php.ini, then you +will have to manually set the EXPIREREF. E.g.

    +
     
    +$GLOBALS['USERID'] = GetUserID();
    +$ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn');
    +
    +

    NOTE 2: If you want to change the EXPIREREF after the session +record has been created, you will need to modify any session variable +to force a database record update. +

    +

    Neat Notification Tricks

    +

    ExpireRef normally holds the user id of the current session. +

    +

    1. You can then write a session monitor, scanning expireref to see +who is currently logged on. +

    +

    2. If you delete the sessions record for a specific user, eg. +

    +
    delete from sessions where expireref = '$USER'
    +then the user is logged out. Useful for ejecting someone from a +site. +

    3. You can scan the sessions table to ensure no user +can be logged in twice. Useful for security reasons. +

    +

    Compression/Encryption Schemes

    +Since ADOdb 4.05, thanks to Ross Smith, multiple encryption and +compression schemes are supported. Currently, supported are: +

    +

      MD5Crypt (crypt.inc.php)
    MCrypt
    Secure (Horde's emulation of MCrypt, if MCrypt module is not available.)
    GZip
    BZip2
    +

    These are stackable. E.g. +

    ADODB_Session::filter(new ADODB_Compress_Bzip2());
    ADODB_Session::filter(new ADODB_Encrypt_MD5());
    +will compress and then encrypt the record in the database. +

    Session Cookie Regeneration: adodb_session_regenerate_id()

    +

    Dynamically change the current session id with a newly generated one and update + database. Currently only works with cookies. Useful to improve security by + reducing the risk of session-hijacking. See this article on Session + Fixation for more info +on the theory behind this feature. Usage:

    +	include('path/to/adodb/session/adodb-session2.php');
    +	
    +	session_start();
    +	# Approximately every 10 page loads, reset cookie for safety.
    +	# This is extremely simplistic example, better 
    +	# to regenerate only when the user logs in or changes
    +	# user privilege levels.
    +	if ((rand()%10) == 0) adodb_session_regenerate_id(); 
    +
    +

    This function calls session_regenerate_id() internally or simulates it if the function does not exist. +

    Vacuum/Optimize Database

    +

    During session garbage collection, if postgresql is detected, + ADOdb can be set to run VACUUM. If mysql is detected, then optimize database + could be called.You can turn this on or off using:

    +
    $turnOn = true; # or false
    +ADODB_Session::optimize($turnOn);
    +
    +

    The default is optimization is disabled.

    +

    Backwards Compatability

    +

    The older method of connecting to ADOdb using global variables is still supported:

    +
     $ADODB_SESSION_DRIVER='mysql';
    + $ADODB_SESSION_CONNECT='localhost';
    + $ADODB_SESSION_USER ='root';
    + $ADODB_SESSION_PWD ='abc';
    + $ADODB_SESSION_DB ='phplens';
    + 
    + include('path/to/adodb/session/adodb-session2.php'); 
    +

    In the above example, the only things you need to change in your code to upgrade + is

    +
      +
    • your session table format to the new one.
    • +
    • the include file from adodb-session.php to adodb-session2.php.
    • +
    +

    More Info

    +

    Also see the core ADOdb documentation. And if + you are interested in the obsolete adodb-session.php, see old + session documentation.

    + + diff --git a/e_lib/adodb5/docs/docs-session.old.htm b/e_lib/adodb5/docs/docs-session.old.htm new file mode 100644 index 00000000..88eb6c7f --- /dev/null +++ b/e_lib/adodb5/docs/docs-session.old.htm @@ -0,0 +1,313 @@ + + + + ADODB Old Session Management Manual + + + + +

    ADODB Session Management Manual

    +

    +V5.06 16 Oct 2008 (c) 2000-2009 John Lim (jlim#natsoft.com) +

    +

    This software is dual licensed using BSD-Style and +LGPL. This means you can use it in compiled proprietary and commercial +products. +

    Useful ADOdb links: DownloadOther Docs +

    +

    Introduction

    +

    This documentation discusses the old adodb-session.php. +Here is the new documentation on the newer adodb-session2.php. +

    We store state information specific to a user or web client in +session variables. These session variables persist throughout a +session, as the user moves from page to page.

    +

    To use session variables, call session_start() at the beginning of +your web page, before your HTTP headers are sent. Then for every +variable you want to keep alive for the duration of the session, call +session_register($variable_name). By default, the session handler will +keep track of the session by using a cookie. You can save objects or +arrays in session variables also. +

    +

    The default method of storing sessions is to store it in a file. +However if you have special needs such as you: +

    +
      +
    • Have multiple web servers that need to share session info
    • +
    • Need to do special processing of each session
    • +
    • Require notification when a session expires
    • +
    +

    The ADOdb session handler provides you with the above +additional capabilities by storing the session information as records +in a database table that can be shared across multiple servers.

    +

    These records will be garbage collected based on the php.ini [session] timeout settings. +You can register a notification function to notify you when the record has expired and +is about to be freed by the garbage collector.

    +

    Important Upgrade Notice: Since ADOdb 4.05, the session files +have been moved to its own folder, adodb/session. This is a rewrite +of the session code by Ross Smith. The old session code is in +adodb/session/old.

    +

    ADOdb Session Handler Features

    +
      +
    • Ability to define a notification function that is called when a +session expires. Typically +used to detect session logout and release global resources.
    • +
    • Optimization of database writes. We crc32 the session data and +only perform an update +to the session data if there is a data change.
    • +
    • Support for large amounts of session data with CLOBs (see +adodb-session-clob.php). Useful +for Oracle.
    • +
    • Support for encrypted session data, see +adodb-cryptsession.php. Enabling encryption is simply a matter of +including adodb-cryptsession.php instead of adodb-session.php.
    • +
    +

    Setup

    +

    There are 3 session management files that you can use: +

    +
    adodb-session.php        : The default
    adodb-session-clob.php : Use this if you are storing DATA in clobs
    adodb-cryptsession.php : Use this if you want to store encrypted session data in the database

    +
    +

    Examples +

    +     include('adodb/adodb.inc.php');

    $ADODB_SESSION_DRIVER='mysql';
    $ADODB_SESSION_CONNECT='localhost';
    $ADODB_SESSION_USER ='scott';
    $ADODB_SESSION_PWD ='tiger';
    $ADODB_SESSION_DB ='sessiondb';


    include('adodb/session/adodb-session.php');
    session_start();

    #
    # Test session vars, the following should increment on refresh
    #
    $_SESSION['AVAR'] += 1;
    print "<p>\$_SESSION['AVAR']={$_SESSION['AVAR']}</p>";
    + +

    To force non-persistent connections, call adodb_session_open() first before session_start(): +

    +

    + 
    include('adodb/adodb.inc.php');

    $ADODB_SESSION_DRIVER='mysql';
    $ADODB_SESSION_CONNECT='localhost';
    $ADODB_SESSION_USER ='scott';
    $ADODB_SESSION_PWD ='tiger';
    $ADODB_SESSION_DB ='sessiondb';


    include('adodb/session/adodb-session.php');
    adodb_sess_open(false,false,false);

    session_start();
    +
    +

    The 3rd parameter to adodb_sess_open($path, $sessname, $connectMode) sets the connection method. You can pass in the following:

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    $connectModeConnection Method
    true

    PConnect( )

    falseConnect( )
    'N'NConnect( )
    'P'PConnect( )
    'C'Connect( )
    +

    To use a encrypted sessions, simply replace the file adodb-session.php:

    +
     
    include('adodb/adodb.inc.php');

    $ADODB_SESSION_DRIVER='mysql';
    $ADODB_SESSION_CONNECT='localhost';
    $ADODB_SESSION_USER ='scott';
    $ADODB_SESSION_PWD ='tiger';
    $ADODB_SESSION_DB ='sessiondb';

    include('adodb/session/adodb-cryptsession.php');

    session_start();

    +
    +

    And the same technique for adodb-session-clob.php:

    +
      
    include('adodb/adodb.inc.php');

    $ADODB_SESSION_DRIVER='mysql';
    $ADODB_SESSION_CONNECT='localhost';
    $ADODB_SESSION_USER ='scott';
    $ADODB_SESSION_PWD ='tiger';
    $ADODB_SESSION_DB ='sessiondb';

    include('adodb/session/adodb-session-clob.php');

    session_start();
    +
    +

    An alternative way to set persistant or non-persistent connections is to call the following function before session_start() is called. +

    + 	ADODB_Session::persist('P'); # 'C' for non-persistent connections
    + 
    +

    Installation

    +

    1. Create this table in your database (MySQL syntax): +

      
    +   create table sessions (
    +       SESSKEY char(32) not null,
    +       EXPIRY int(11) unsigned not null,
    +       EXPIREREF varchar(64),
    +	   DATA text not null,
    +	   primary key (sesskey)
    +	   );
    + 
    + +

    You may want to rename the 'data' field to 'session_data' as + 'data' appears to be a reserved word for one or more of the following: +

      +
    • ANSI SQL +
    • IBM DB2 +
    • MS SQL Server +
    • Postgres +
    • SAP +
    +

    + If you do, then execute: +

    +		ADODB_Session::dataFieldName('session_data');
    +
    +

    For the adodb-session-clob.php version, create this: +

    +    
    create table sessions (
    SESSKEY char(32) not null,
    EXPIRY int(11) unsigned not null,
    EXPIREREF varchar(64),
    DATA CLOB,
    primary key (sesskey)
    );
    +
    +

    2. Then define the following parameters. You can either modify this file, or define them before this file is included: +

          
    $ADODB_SESSION_DRIVER='database driver, eg. mysql or ibase';
    $ADODB_SESSION_CONNECT='server to connect to';
    $ADODB_SESSION_USER ='user';
    $ADODB_SESSION_PWD ='password';
    $ADODB_SESSION_DB ='database';
    $ADODB_SESSION_TBL = 'sessions'; # setting this is optional
    +

    + When the session is created, $ADODB_SESS_CONN holds the connection object.

    3. Recommended is PHP 4.0.6 or later. There are documented session bugs in earlier versions of PHP. +

    Notifications

    +

    You can receive notification when your session is cleaned up by the session garbage collector or +when you call session_destroy(). +

    PHP's session extension will automatically run a special garbage collection function based on +your php.ini session.cookie_lifetime and session.gc_probability settings. This will in turn call +adodb's garbage collection function, which can be setup to do notification. +

    +

    +	PHP Session --> ADOdb Session  --> Find all recs  --> Send          --> Delete queued
    +	GC Function     GC Function        to be deleted      notification      records
    +	executed at     called by                             for all recs
    +	random time     Session Extension                     queued for deletion
    +
    +

    When a session is created, we need to store a value in the session record (in the EXPIREREF field), typically +the userid of the session. Later when the session has expired, just before the record is deleted, +we reload the EXPIREREF field and call the notification function with the value of EXPIREREF, which +is the userid of the person being logged off. +

    ADOdb uses a global variable $ADODB_SESSION_EXPIRE_NOTIFY that you must predefine before session +start to store the notification configuration. +$ADODB_SESSION_EXPIRE_NOTIFY is an array with 2 elements, the +first being the name of the session variable you would like to store in +the EXPIREREF field, and the 2nd is the notification function's name.

    +

    For example, suppose we want to be notified when a user's session has expired, +based on the userid. When the user logs in, we store the id in the global session variable +$USERID. The function name is 'NotifyFn'. +

    +So we define (before session_start() is called):

    +
     
    +	$ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn');
    +
    +And when the NotifyFn is called (when the session expires), the +$USERID is passed in as the first parameter, eg. NotifyFn($userid, $sesskey). The +session key (which is the primary key of the record in the sessions +table) is the 2nd parameter. +

    Here is an example of a Notification function that deletes some +records in the database and temporary files:

    +
    
    +	function NotifyFn($expireref, $sesskey)
    +	{
    +		global $ADODB_SESS_CONN; # the session connection object
    +		$user = $ADODB_SESS_CONN->qstr($expireref);
    +		
    +		$ADODB_SESS_CONN->Execute("delete from shopping_cart where user=$user");          
    +		system("rm /work/tmpfiles/$expireref/*");
    +	}  
    +			  
    +

    NOTE 1: If you have register_globals disabled in php.ini, then you +will have to manually set the EXPIREREF. E.g.

    +
     
    +$GLOBALS['USERID'] = GetUserID();
    +$ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn');
    +
    +

    NOTE 2: If you want to change the EXPIREREF after the session +record has been created, you will need to modify any session variable +to force a database record update. +

    +

    Neat Notification Tricks

    +

    ExpireRef normally holds the user id of the current session. +

    +

    1. You can then write a session monitor, scanning expireref to see +who is currently logged on. +

    +

    2. If you delete the sessions record for a specific user, eg. +

    +
    delete from sessions where expireref = '$USER'
    +then the user is logged out. Useful for ejecting someone from a +site. +

    3. You can scan the sessions table to ensure no user +can be logged in twice. Useful for security reasons. +

    +

    Using Oracle CLOBs

    +

    Suppose you are storing the DATA field in a CLOB: +

    
    +   CREATE TABLE sessions (
    +       SESSKEY VARCHAR(32) NOT NULL,
    +       EXPIRY NUMBER(16)  NOT NULL,
    +       EXPIREREF VARCHAR(64),
    +       DATA CLOB,
    +      PRIMARY KEY (sesskey)
    +  );
    + 
    +

    Then your PHP code could look like this: +

    +	ADODB_SESSION_DRIVER='oci8';
    +	$ADODB_SESSION_CONNECT=$tnsname;
    +	$ADODB_SESSION_USER ='scott';
    +	$ADODB_SESSION_PWD = 'tiger';
    +	$ADODB_SESSION_DB ='';
    +	
    +	$ADODB_SESSION_USE_LOBS = 'clob';
    +	$ADODB_SESSION_TBL = 'sessions';
    +	
    +	$ADODB_SESS_DEBUG=0;
    +	
    +	include(ADODB_DIR.'/session/adodb-session.php');
    +	
    +	ADODB_Session::persist('P'); # use 'C' for non-persistent connects
    +	
    +	session_start();
    + 
    +

    Note that you can set persistance using ADODB_Session::persist('P'). + +

    Compression/Encryption Schemes

    +Since ADOdb 4.05, thanks to Ross Smith, multiple encryption and +compression schemes are supported. Currently, supported are: +

    +

      MD5Crypt (crypt.inc.php)
    MCrypt
    Secure (Horde's emulation of MCrypt, if MCrypt module is not available.)
    GZip
    BZip2
    +

    These are stackable. E.g. +

    ADODB_Session::filter(new ADODB_Compress_Bzip2());
    ADODB_Session::filter(new ADODB_Encrypt_MD5());
    +will compress and then encrypt the record in the database. +

    adodb_session_regenerate_id()

    +

    Dynamically change the current session id with a newly generated one and update database. Currently only +works with cookies. Useful to improve security by reducing the risk of session-hijacking. +See this article on Session Fixation for more info +on the theory behind this feature. Usage: +

    +	$ADODB_SESSION_DRIVER='mysql';
    +	$ADODB_SESSION_CONNECT='localhost';
    +	$ADODB_SESSION_USER ='root';
    +	$ADODB_SESSION_PWD ='abc';
    +	$ADODB_SESSION_DB ='phplens';
    +	
    +	include('path/to/adodb/session/adodb-session.php');
    +	
    +	session_start();
    +	# Every 10 page loads, reset cookie for safety.
    +	# This is extremely simplistic example, better 
    +	# to regenerate only when the user logs in or changes
    +	# user privilege levels.
    +	if ((rand()%10) == 0) adodb_session_regenerate_id(); 
    +
    +

    This function calls session_regenerate_id() internally or simulates it if the function does not exist. +

    Vacuum/Optimize Database

    +

    During session garbage collection, if postgresql is detected, + ADOdb can be set to run VACUUM. If mysql is detected, then optimize database + could be called.You can turn this on or off using:

    +
    $turnOn = true; # or false
    +ADODB_Session::optimize($turnOn);
    +
    +

    The default for optimization is it is disabled.

    +

    More Info

    +

    Also see the core ADOdb documentation. +

    + + diff --git a/e_lib/adodb5/docs/old-changelog.htm b/e_lib/adodb5/docs/old-changelog.htm new file mode 100644 index 00000000..57b92486 --- /dev/null +++ b/e_lib/adodb5/docs/old-changelog.htm @@ -0,0 +1,822 @@ +Old Changelog: ADOdb +

    Old Changelog

    + +

    3.92 22 Sept 2003 +

    Added GetAssoc and CacheGetAssoc to connection object. +

    Removed TextMax and CharMax functions from adodb.inc.php. +

    HasFailedTrans() returned false when trans failed. Fixed. +

    Moved perf driver classes into adodb/perf/*.php. +

    Misc improvements to performance monitoring, including UI(). +

    RETVAL in mssql Parameter(), we do not append @ now. +

    Added Param($name) to connection class, returns '?' or ":$name", for defining + bind parameters portably. +

    LogSQL traps affected_rows() and saves its value properly now. Also fixed oci8 + _stmt and _affectedrows() bugs. +

    Session code timestamp check for oci8 works now. Formerly default NLS_DATE_FORMAT + stripped off time portion. Thx to Tony Blair (tonanbarbarian#hotmail.com). Also + added new $conn->datetime field to oci8, controls whether MetaType() returns + 'D' ($this->datetime==false) or 'T' ($this->datetime == true) for DATE type. +

    Fixed bugs in adodb-cryptsession.inc.php and adodb-session-clob.inc.php. +

    Fixed misc bugs in adodb_key_exists, GetInsertSQL() and GetUpdateSQL(). +

    Tuned include_once handling to reduce file-system checking overhead. +

    3.91 9 Sept 2003 +

    Only released to InterAkt +

    Added LogSQL() for sql logging and $ADODB_NEWCONNECTION to override factory + for driver instantiation. +

    Added IfNull($field,$ifNull) function, thx to johnwilk#juno.com +

    Added portable substr support. +

    Now rs2html() has new parameter, $echo. Set to false to return $html instead + of echoing it. +

    3.90 5 Sept 2003 +

    First beta of performance monitoring released. +

    MySQL supports MetaTable() masking. +

    Fixed key_exists() bug in adodb-lib.inc.php +

    Added sp_executesql Prepare() support to mssql. +

    Added bind support to db2. +

    Added swedish language file - Christian Tiberg" christian#commsoft.nu +

    Bug in drop index for mssql data dict fixed. Thx to Gert-Rainer Bitterlich. +

    Left join setting for oci8 was wrong. Thx to johnwilk#juno.com +

    3.80 27 Aug 2003 +

    Patch for PHP 4.3.3 cached recordset csv2rs() fread loop incompatibility. +

    Added matching mask for MetaTables. Only for oci8, mssql and postgres currently. +

    Rewrite of "oracle" driver connection code, merging with "oci8", by Gaetano. +

    Added better debugging for Smart Transactions. +

    Postgres DBTimeStamp() was wrongly using TO_DATE. Changed to TO_TIMESTAMP. +

    ADODB_FETCH_CASE check pushed to ADONewConnection to allow people to define + it after including adodb.inc.php. +

    Added portugese (brazilian) to languages. Thx to "Levi Fukumori". +

    Removed arg3 parameter from Execute/SelectLimit/Cache* functions. +

    Execute() now accepts 2-d array as $inputarray. Also changed docs of fnExecute() + to note change in sql query counting with 2-d arrays. +

    Added MONEY to MetaType in PostgreSQL. +

    Added more debugging output to CacheFlush(). +

    3.72 9 Aug 2003 +

    Added qmagic($str), which is a qstr($str) that auto-checks for magic quotes + and does the right thing... +

    Fixed CacheFlush() bug - Thx to martin#gmx.de +

    Walt Boring contributed MetaForeignKeys for postgres7. +

    _fetch() called _BlobDecode() wrongly in interbase. Fixed. +

    adodb_time bug fixed with dates after 2038 fixed by Jason Pell. http://phplens.com/lens/lensforum/msgs.php?id=6980 +

    3.71 4 Aug 2003 +

    The oci8 driver, MetaPrimaryKeys() did not check the owner correctly when $owner + == false. +

    Russian language file contributed by "Cyrill Malevanov" cyrill#malevanov.spb.ru. +

    Spanish language file contributed by "Horacio Degiorgi" horaciod#codigophp.com. +

    Error handling in oci8 bugfix - if there was an error in Execute(), then when + calling ErrorNo() and/or ErrorMsg(), the 1st call would return the error, but + the 2nd call would return no error. +

    Error handling in odbc bugfix. ODBC would always return the last error, even + if it happened 5 queries ago. Now we reset the errormsg to '' and errorno to + 0 everytime before CacheExecute() and Execute(). +

    3.70 29 July 2003 +

    Added new SQLite driver. Tested on PHP 4.3 and PHP 5. +

    Added limited "sapdb" driver support - mainly date support. +

    The oci8 driver did not identify NUMBER with no defined precision correctly. +

    Added ADODB_FORCE_NULLS, if set, then PHP nulls are converted to SQL nulls + in GetInsertSQL/GetUpdateSQL. +

    DBDate() and DBTimeStamp() format for postgresql had problems. Fixed. +

    Added tableoptions to ChangeTableSQL(). Thx to Mike Benoit. +

    Added charset support to postgresql. Thx to Julian Tarkhanov. +

    Changed OS check for MS-Windows to prevent confusion with darWIN (MacOS) +

    Timestamp format for db2 was wrong. Changed to yyyy-mm-dd-hh.mm.ss.nnnnnn. +

    adodb-cryptsession.php includes wrong. Fixed. +

    Added MetaForeignKeys(). Supported by mssql, odbc_mssql and oci8. +

    Fixed some oci8 MetaColumns/MetaPrimaryKeys bugs. Thx to Walt Boring. +

    adodb_getcount() did not init qryRecs to 0. Missing "WHERE" clause checking + in GetUpdateSQL fixed. Thx to Sebastiaan van Stijn. +

    Added support for only 'VIEWS' and "TABLES" in MetaTables. From Walt Boring. +

    Upgraded to adodb-xmlschema.inc.php 0.0.2. +

    NConnect for mysql now returns value. Thx to Dennis Verspuij. +

    ADODB_FETCH_BOTH support added to interbase/firebird. +

    Czech language file contributed by Kamil Jakubovic jake#host.sk. +

    PostgreSQL BlobDecode did not use _connectionID properly. Thx to Juraj Chlebec. +

    Added some new initialization stuff for Informix. Thx to "Andrea Pinnisi" pinnisi#sysnet.it +

    ADODB_ASSOC_CASE constant wrong in sybase _fetch(). Fixed. +

    3.60 16 June 2003 +

    We now SET CONCAT_NULL_YIELDS_NULL OFF for odbc_mssql driver to be compat with + mssql driver. +

    The property $emptyDate missing from connection class. Also changed 1903 to + constant (TIMESTAMP_FIRST_YEAR=100). Thx to Sebastiaan van Stijn. +

    ADOdb speedup optimization - we now return all arrays by reference. +

    Now DBDate() and DBTimeStamp() now accepts the string 'null' as a parameter. + Suggested by vincent. +

    Added GetArray() to connection class. +

    Added not_null check in informix metacolumns(). +

    Connection parameters for postgresql did not work correctly when port was defined. +

    DB2 is now a tested driver, making adodb 100% compatible. Extensive changes + to odbc driver for DB2, including implementing serverinfo() and SQLDate(), switching + to SQL_CUR_USE_ODBC as the cursor mode, and lastAffectedRows and SelectLimit() + fixes. +

    The odbc driver's FetchField() field names did not obey ADODB_ASSOC_CASE. Fixed. +

    Some bugs in adodb_backtrace() fixed. +

    Added "INT IDENTITY" type to adorecordset::MetaType() to support odbc_mssql + properly. +

    MetaColumns() for oci8, mssql, odbc revised to support scale. Also minor revisions + to odbc MetaColumns() for vfp and db2 compat. +

    Added unsigned support to mysql datadict class. Thx to iamsure. +

    Infinite loop in mssql MoveNext() fixed when ADODB_FETCH_ASSOC used. Thx to + Josh R, Night_Wulfe#hotmail.com. +

    ChangeTableSQL contributed by Florian Buzin. +

    The odbc_mssql driver now sets CONCAT_NULL_YIELDS_NULL OFF for compat with + mssql driver. +

    + +

    3.50 19 May 2003

    +

    Fixed mssql compat with FreeTDS. FreeTDS does not implement mssql_fetch_assoc(). +

    Merged back connection and recordset code into adodb.inc.php. +

    ADOdb sessions using oracle clobs contributed by achim.gosse#ddd.de. See adodb-session-clob.php. +

    Added /s modifier to preg_match everywhere, which ensures that regex does not + stop at /n. Thx Pao-Hsi Huang. +

    Fixed error in metacolumns() for mssql. +

    Added time format support for SQLDate. +

    Image => B added to metatype. +

    MetaType now checks empty($this->blobSize) instead of empty($this). +

    Datadict has beta support for informix, sybase (mapped to mssql), db2 and generic + (which is a fudge). +

    BlobEncode for postgresql uses pg_escape_bytea, if available. Needed for compat + with 7.3. +

    Added $ADODB_LANG, to support multiple languages in MetaErrorMsg(). +

    Datadict can now parse table definition as declarative text. +

    For DataDict, oci8 autoincrement trigger missing semi-colon. Fixed. +

    For DataDict, when REPLACE flag enabled, drop sequence in datadict for autoincrement + field in postgres and oci8.s +

    Postgresql defaults to template1 database if no database defined in connect/pconnect. +

    We now clear _resultid in postgresql if query fails. +

    3.40 19 May 2003

    +

    Added insert_id for odbc_mssql. +

    Modified postgresql UpdateBlobFile() because it did not work in safe mode. +

    Now connection object is passed to raiseErrorFn as last parameter. Needed by + StartTrans(). +

    Added StartTrans() and CompleteTrans(). It is recommended that you do not modify + transOff, but use the above functions. +

    oci8po now obeys ADODB_ASSOC_CASE settings. +

    Added virtualized error codes, using PEAR DB equivalents. Requires you to manually + include adodb-error.inc.php yourself, with MetaError() and MetaErrorMsg($errno). +

    GetRowAssoc for mysql and pgsql were flawed. Fix by Ross Smith. +

    Added to datadict types I1, I2, I4 and I8. Changed datadict type 'T' to map + to timestamp instead of datetime for postgresql. +

    Error handling in ExecuteSQLArray(), adodb-datadict.inc.php did not work. +

    We now auto-quote postgresql connection parameters when building connection + string. +

    Added session expiry notification. +

    We now test with odbc mysql - made some changes to odbc recordset constructor. +

    MetaColumns now special cases access and other databases for odbc. +

    3.31 17 March 2003

    +

    Added row checking for _fetch in postgres. +

    Added Interval type to MetaType for postgres. +

    Remapped postgres driver to call postgres7 driver internally. +

    Adorecordset_array::getarray() did not return array when nRows >= 0. +

    Postgresql: at times, no error message returned by pg_result_error() but error + message returned in pg_last_error(). Recoded again. +

    Interbase blob's now use chunking for updateblob. +

    Move() did not set EOF correctly. Reported by Jorma T. +

    We properly support mysql timestamp fields when we are creating mysql tables + using the data-dict interface. +

    Table regex includes backticks character now. +

    3.30 3 March 2003

    +

    Added $ADODB_EXTENSION and $ADODB_COMPAT_FETCH constant. +

    Made blank1stItem configurable using syntax "value:text" in GetMenu/GetMenu2. + Thx to Gabriel Birke. +

    Previously ADOdb differed from the Microsoft standard because it did not define + what to set $this->fields when EOF was reached. Now at EOF, ADOdb sets $this->fields + to false for all databases, which is consist with Microsoft's implementation. + Postgresql and mysql have always worked this way (in 3.11 and earlier). If you + are experiencing compatibility problems (and you are not using postgresql nor + mysql) on upgrading to 3.30, try setting the global variables $ADODB_COUNTRECS + = true (which is the default) and $ADODB_FETCH_COMPAT = true (this is a new + global variable). +

    We now check both pg_result_error and pg_last_error as sometimes pg_result_error + does not display anything. Iman Mayes +

    We no longer check for magic quotes gpc in Quote(). +

    Misc fixes for table creation in adodb-datadict.inc.php. Thx to iamsure. +

    Time calculations use adodb_time library for all negative timestamps due to + problems in Red Hat 7.3 or later. Formerly, only did this for Windows. +

    In mssqlpo, we now check if $sql in _query is a string before we change || + to +. This is to support prepared stmts. +

    Move() and MoveLast() internals changed to support to support EOF and $this->fields + change. +

    Added ADODB_FETCH_BOTH support to mssql. Thx to Angel Fradejas afradejas#mediafusion.es +

    We now check if link resource exists before we run mysql_escape_string in + qstr(). +

    Before we flock in csv code, we check that it is not a http url. +

    3.20 17 Feb 2003

    +

    Added new Data Dictionary classes for creating tables and indexes. Warning + - this is very much alpha quality code. The API can still change. See adodb/tests/test-datadict.php + for more info. +

    We now ignore $ADODB_COUNTRECS for mysql, because PHP truncates incomplete + recordsets when mysql_unbuffered_query() is called a second time. +

    Now postgresql works correctly when $ADODB_COUNTRECS = false. +

    Changed _adodb_getcount to properly support SELECT DISTINCT. +

    Discovered that $ADODB_COUNTRECS=true has some problems with prepared queries + - suspect PHP bug. +

    Now GetOne and GetRow run in $ADODB_COUNTRECS=false mode for better performance. +

    Added support for mysql_real_escape_string() and pg_escape_string() in qstr(). +

    Added an intermediate variable for mysql _fetch() and MoveNext() to store fields, + to prevent overwriting field array with boolean when mysql_fetch_array() returns + false. +

    Made arrays for getinsertsql and getupdatesql case-insensitive. Suggested by + Tim Uckun" tim#diligence.com +

    3.11 11 Feb 2003

    +

    Added check for ADODB_NEVER_PERSIST constant in PConnect(). If defined, then + PConnect() will actually call non-persistent Connect(). +

    Modified interbase to properly work with Prepare(). +

    Added $this->ibase_timefmt to allow you to change the date and time format. +

    Added support for $input_array parameter in CacheFlush(). +

    Added experimental support for dbx, which was then removed when i found that + it was slower than using native calls. +

    Added MetaPrimaryKeys for mssql and ibase/firebird. +

    Added new $trim parameter to GetCol and CacheGetCol +

    Uses updated adodb-time.inc.php 0.06. +

    3.10 27 Jan 2003 +

    Added adodb_date(), adodb_getdate(), adodb_mktime() and adodb-time.inc.php. +

    For interbase, added code to handle unlimited number of bind parameters. From + Daniel Hasan daniel#hasan.cl. +

    Added BlobDecode and UpdateBlob for informix. Thx to Fernando Ortiz. +

    Added constant ADODB_WINDOWS. If defined, means that running on Windows. +

    Added constant ADODB_PHPVER which stores php version as a hex num. Removed + $ADODB_PHPVER variable. +

    Felho Bacsi reported a minor white-space regular expression problem in GetInsertSQL. +

    Modified ADO to use variant to store _affectedRows +

    Changed ibase to use base class Replace(). Modified base class Replace() to + support ibase. +

    Changed odbc to auto-detect when 0 records returned is wrong due to bad odbc + drivers. +

    Changed mssql to use datetimeconvert ini setting only when 4.30 or later (does + not work in 4.23). +

    ExecuteCursor($stmt, $cursorname, $params) now accepts a new $params array + of additional bind parameters -- William Lovaton walovaton#yahoo.com.mx. +

    Added support for sybase_unbuffered_query if ADODB_COUNTRECS == false. Thx + to chuck may. +

    Fixed FetchNextObj() bug. Thx to Jorma Tuomainen. +

    We now use SCOPE_IDENTITY() instead of @@IDENTITY for mssql - thx to marchesini#eside.it +

    Changed postgresql movenext logic to prevent illegal row number from being + passed to pg_fetch_array(). +

    Postgresql initrs bug found by "Bogdan RIPA" bripa#interakt.ro $f1 accidentally + named $f +

    3.00 6 Jan 2003 +

    Fixed adodb-pear.inc.php syntax error. +

    Improved _adodb_getcount() to use SELECT COUNT(*) FROM ($sql) for languages + that accept it. +

    Fixed _adodb_getcount() caching error. +

    Added sql to retrive table and column info for odbc_mssql. +

    2.91 3 Jan 2003 +

    Revised PHP version checking to use $ADODB_PHPVER with legal values 0x4000, + 0x4050, 0x4200, 0x4300. +

    Added support for bytea fields and oid blobs in postgres by allowing BlobDecode() + to detect and convert non-oid fields. Also added BlobEncode to postgres when + you want to encode oid blobs. +

    Added blobEncodeType property for connections to inform phpLens what encoding + method to use for blobs. +

    Added BlobDecode() and BlobEncode() to base ADOConnection class. +

    Added umask() to _gencachename() when creating directories. +

    Added charPage for ado drivers, so you can set the code page. +

    +$conn->charPage = CP_UTF8;
    +$conn->Connect($dsn);
    +
    +

    Modified _seek in mysql to check for num rows=0. +

    Added to metatypes new informix types for IDS 9.30. Thx Fernando Ortiz. +

    _maxrecordcount returned in CachePageExecute $rsreturn +

    Fixed sybase cacheselectlimit( ) problems +

    MetaColumns() max_length should use precision for types X and C for ms access. + Fixed. +

    Speedup of odbc non-SELECT sql statements. +

    Added support in MetaColumns for Wide Char types for ODBC. We halve max_length + if unicode/wide char. +

    Added 'B' to types handled by GetUpdateSQL/GetInsertSQL. +

    Fixed warning message in oci8 driver with $persist variable when using PConnect. +

    2.90 11 Dec 2002 +

    Mssql and mssqlpo and oci8po now support ADODB_ASSOC_CASE. +

    Now MetaType() can accept a field object as the first parameter. +

    New $arr = $db->ServerInfo( ) function. Returns $arr['description'] which + is the string description, and $arr['version']. +

    PostgreSQL and MSSQL speedups for insert/updates. +

    Implemented new SetFetchMode() that removes the need to use $ADODB_FETCH_MODE. + Each connection has independant fetchMode. +

    ADODB_ASSOC_CASE now defaults to 2, use native defaults. This is because we + would break backward compat for too many applications otherwise. +

    Patched encrypted sessions to use replace() +

    The qstr function supports quoting of nulls when escape character is \ +

    Rewrote bits and pieces of session code to check for time synch and improve + reliability. +

    Added property ADOConnection::hasTransactions = true/false; +

    Added CreateSequence and DropSequence functions +

    Found misplaced MoveNext() in adodb-postgres.inc.php. Fixed. +

    Sybase SelectLimit not reliable because 'set rowcount' not cached - fixed. +

    Moved ADOConnection to adodb-connection.inc.php and ADORecordSet to adodb-recordset.inc.php. + This allows us to use doxygen to generate documentation. Doxygen doesn't like + the classes in the main adodb.inc.php file for some mysterious reason. +

    2.50, 14 Nov 2002 +

    Added transOff and transCnt properties for disabling (transOff = true) and + tracking transaction status (transCnt>0). +

    Added inputarray handling into _adodb_pageexecute_all_rows - "Ross Smith" RossSmith#bnw.com. +

    Fixed postgresql inconsistencies in date handling. +

    Added support for mssql_fetch_assoc. +

    Fixed $ADODB_FETCH_MODE bug in odbc MetaTables() and MetaPrimaryKeys(). +

    Accidentally declared UnixDate() twice, making adodb incompatible with php + 4.3.0. Fixed. +

    Fixed pager problems with some databases that returned -1 for _currentRow on + MoveLast() by switching to MoveNext() in adodb-lib.inc.php. +

    Also fixed uninited $discard in adodb-lib.inc.php. +

    2.43, 25 Oct 2002

    +Added ADODB_ASSOC_CASE constant to better support ibase and odbc field names. +

    Added support for NConnect() for oracle OCINLogin. +

    Fixed NumCols() bug. +

    Changed session handler to use Replace() on write. +

    Fixed oci8 SelectLimit aggregate function bug again. +

    Rewrote pivoting code. +

    2.42, 4 Oct 2002

    +

    Fixed ibase_fetch() problem with nulls. Also interbase now does automatic blob + decoding, and is backward compatible. Suggested by Heinz Hombergs heinz#hhombergs.de. +

    Fixed postgresql MoveNext() problems when called repeatedly after EOF. Also + suggested by Heinz Hombergs. +

    PageExecute() does not rewrite queries if SELECT DISTINCT is used. Requested + by hans#velum.net +

    Added additional fixes to oci8 SelectLimit handling with aggregate functions + - thx to Christian Bugge for reporting the problem. +

    2.41, 2 Oct 2002

    +

    Fixed ADODB_COUNTRECS bug in odbc. Thx to Joshua Zoshi jzoshi#hotmail.com. +

    Increased buffers for adodb-csvlib.inc.php for extremely long sql from 8192 + to 32000. +

    Revised pivottable.inc.php code. Added better support for aggregate fields. +

    Fixed mysql text/blob types problem in MetaTypes base class - thx to horacio + degiorgi. +

    Added SQLDate($fmt,$date) function, which allows an sql date format string + to be generated - useful for group by's. +

    Fixed bug in oci8 SelectLimit when offset>100. +

    2.40 4 Sept 2002

    +

    Added new NLS_DATE_FORMAT property to oci8. Suggested by Laurent NAVARRO ln#altidev.com +

    Now use bind parameters in oci8 selectlimit for better performance. +

    Fixed interbase replaceQuote for dialect != 1. Thx to "BEGUIN Pierre-Henri + - INFOCOB" phb#infocob.com. +

    Added white-space check to QA. +

    Changed unixtimestamp to support fractional seconds (we always round down/floor + the seconds). Thanks to beezly#beezly.org.uk. +

    Now you can set the trigger_error type your own user-defined type in adodb-errorhandler.inc.php. + Suggested by Claudio Bustos clbustos#entelchile.net. +

    Added recordset filters with rsfilter.inc.php. +

    $conn->_rs2rs does not create a new recordset when it detects it is of type + array. Some trickery there as there seems to be a bug in Zend Engine +

    Added render_pagelinks to adodb-pager.inc.php. Code by "Pablo Costa" pablo#cbsp.com.br. +

    MetaType() speedup in adodb.inc.php by using hashing instead of switch. Best + performance if constant arrays are supported, as they are in PHP5. +

    adodb-session.php now updates only the expiry date if the crc32 check indicates + that the data has not been modified. +

    2.31 20 Aug 2002

    +

    Made changes to pivottable.inc.php due to daniel lucuzaeu's suggestions (we sum the pivottable column if desired). +

    Fixed ErrorNo() in postgres so it does not depend on _errorMsg property. +

    Robert Tuttle added support for oracle cursors. See ExecuteCursor(). +

    Fixed Replace() so it works with mysql when updating record where data has not changed. Reported by +Cal Evans (cal#calevans.com). +

    2.30 1 Aug 2002

    +

    Added pivottable.inc.php. Thanks to daniel.lucazeau#ajornet.com for the original + concept. +

    Added ADOConnection::outp($msg,$newline) to output error and debugging messages. Now +you can override this using the ADODB_OUTP constant and use your own output handler. +

    Changed == to === for 'null' comparison. Reported by ericquil#yahoo.com +

    Fixed mssql SelectLimit( ) bug when distinct used. +

    2.30 1 Aug 2002

    +

    New GetCol() and CacheGetCol() from ross#bnw.com that returns the first field as a 1 dim array. +

    We have an empty recordset, but RecordCount() could return -1. Fixed. Reported by "Jonathan Polansky" jonathan#polansky.com. +

    We now check for session variable changes using strlen($sessval).crc32($sessval). +Formerly we only used crc32(). +

    Informix SelectLimit() problem with $ADODB_COUNTRECS fixed. +

    Fixed informix SELECT FIRST x DISTINCT, and not SELECT DISTINCT FIRST x - reported by F Riosa +

    Now default adodb error handlers ignores error if @ used. +

    If you set $conn->autoRollback=true, we auto-rollback persistent connections for odbc, mysql, oci8, mssql. +Default for autoRollback is false. No need to do so for postgres. +As interbase requires a transaction id (what a flawed api), we don't do it for interbase. +

    Changed PageExecute() to use non-greedy preg_match when searching for "FROM" keyword. +

    2.20 9 July 2002

    +

    Added CacheGetOne($secs2cache,$sql), CacheGetRow($secs2cache,$sql), CacheGetAll($secs2cache,$sql). +

    Added $conn->OffsetDate($dayFraction,$date=false) to generate sql that calcs + date offsets. Useful for scheduling appointments. +

    Added connection properties: leftOuter, rightOuter that hold left and right + outer join operators. +

    Added connection property: ansiOuter to indicate whether ansi outer joins supported. +

    New driver mssqlpo, the portable mssql driver, which converts string + concat operator from || to +. +

    Fixed ms access bug - SelectLimit() did not support ties - fixed. +

    Karsten Kraus (Karsten.Kraus#web.de), contributed error-handling code to ADONewConnection. + Unfortunately due to backward compat problems, had to rollback most of the changes. +

    Added new parameter to GetAssoc() to allow returning an array of key-value pairs, +ignoring any additional columns in the recordset. Off by default. +

    Corrected mssql $conn->sysDate to return only date using convert(). +

    CacheExecute() improved debugging output. +

    Changed rs2html() so newlines are converted to BR tags. Also optimized rs2html() based +on feedback by "Jerry Workman" jerry#mtncad.com. +

    Added support for Replace() with Interbase, using DELETE and INSERT. +

    Some minor optimizations (mostly removing & references when passing arrays). +

    Changed GenID() to allows id's larger than the size of an integer. +

    Added force_session property to oci8 for better updateblob() support. +

    Fixed PageExecute() which did not work properly with sql containing GROUP BY. +

    2.12 12 June 2002

    +

    Added toexport.inc.php to export recordsets in CSV and tab-delimited format. +

    CachePageExecute() does not work - fixed - thx John Huong. +

    Interbase aliases not set properly in FetchField() - fixed. Thx Stefan Goethals. +

    Added cache property to adodb pager class. The number of secs to cache recordsets. +

    SQL rewriting bug in pageexecute() due to skipping of newlines due to missing /s modifier. Fixed. +

    Max size of cached recordset due to a bug was 256000 bytes. Fixed. +

    Speedup of 1st invocation of CacheExecute() by tuning code. +

    We compare $rewritesql with $sql in pageexecute code in case of rewrite failure. +

    2.11 7 June 2002

    +

    Fixed PageExecute() rewrite sql problem - COUNT(*) and ORDER BY don't go together with + mssql, access and postgres. Thx to Alexander Zhukov alex#unipack.ru +

    DB2 support for CHARACTER type added - thx John Huong huongch#bigfoot.com +

    For ado, $argProvider not properly checked. Fixed - kalimero#ngi.it +

    Added $conn->Replace() function for update with automatic insert if the record does not exist. + Supported by all databases except interbase. +

    2.10 4 June 2002

    +

    Added uniqueSort property to indicate mssql ORDER BY cols must be unique. +

    Optimized session handler by crc32 the data. We only write if session data has changed. +

    adodb_sess_read in adodb-session.php now returns ''correctly - thanks to Jorma Tuomainen, webmaster#wizactive.com +

    Mssql driver did not throw EXECUTE errors correctly because ErrorMsg() and ErrorNo() called in wrong order. +Pointed out by Alexios Fakos. Fixed. +

    Changed ado to use client cursors. This fixes BeginTran() problems with ado. +

    Added handling of timestamp type in ado. +

    Added to ado_mssql support for insert_id() and affected_rows(). +

    Added support for mssql.datetimeconvert=0, available since php 4.2.0. +

    Made UnixDate() less strict, so that the time is ignored if present. +

    Changed quote() so that it checks for magic_quotes_gpc. +

    Changed maxblobsize for odbc to default to 64000. +

    2.00 13 May 2002

    +

    Added drivers informix72 for pre-7.3 versions, and oci805 for + oracle 8.0.5, and postgres64 for postgresql 6.4 and earlier. The postgres and postgres7 drivers + are now identical. +

    Interbase now partially supports ADODB_FETCH_BOTH, by defaulting to ASSOC mode. +

    Proper support for blobs in mssql. Also revised blob support code +is base class. Now UpdateBlobFile() calls UpdateBlob() for consistency. +

    Added support for changed odbc_fetch_into api in php 4.2.0 +with $conn->_has_stupid_odbc_fetch_api_change. +

    Fixed spelling of tablock locking hint in GenID( ) for mssql. +

    Added RowLock( ) to several databases, including oci8, informix, sybase, etc. + Fixed where error in mssql RowLock(). +

    Added sysDate and sysTimeStamp properties to most database drivers. These are the sql +functions/constants for that database that return the current date and current timestamp, and +are useful for portable inserts and updates. +

    Support for RecordCount() caused date handling in sybase and mssql to break. +Fixed, thanks to Toni Tunkkari, by creating derived classes for ADORecordSet_array for +both databases. Generalized using arrayClass property. Also to support RecordCount(), +changed metatype handling for ado drivers. Now the type returned in FetchField + is no longer a number, but the 1-char data type returned by MetaType. + At the same time, fixed a lot of date handling. Now mssql support dmy and mdy date formats. +Also speedups in sybase and mssql with preg_match and ^ in date/timestamp handling. +Added support in sybase and mssql for 24 hour clock in timestamps (no AM/PM). +

    Extensive revisions to informix driver - thanks to Samuel CARRIERE samuel_carriere#hotmail.com +

    Added $ok parameter to CommitTrans($ok) for easy rollbacks. +

    Fixed odbc MetaColumns and MetaTables to save and restore $ADODB_FETCH_MODE. +

    Some odbc drivers did not call the base connection class constructor. Fixed. +

    Fixed regex for GetUpdateSQL() and GetInsertSQL() to support more legal character combinations. + +

    1.99 21 April 2002

    +

    Added emulated RecordCount() to all database drivers if $ADODB_COUNTRECS = true + (which it is by default). Inspired by Cristiano Duarte (cunha17#uol.com.br). +

    Unified stored procedure support for mssql and oci8. Parameter() and PrepareSP() + functions implemented. +

    Added support for SELECT FIRST in informix, modified hasTop property to support + this. +

    Changed csv driver to handle updates/deletes/inserts properly (when Execute() returns true). +Bind params also work now, and raiseErrorFn with csv driver. Added csv driver to QA process. +

    Better error checking in oci8 UpdateBlob() and UpdateBlobFile(). +

    Added TIME type to MySQL - patch by Manfred h9125297#zechine.wu-wien.ac.at +

    Prepare/Execute implemented for Interbase/Firebird +

    Changed some regular expressions to be anchored by /^ $/ for speed. +

    Added UnixTimeStamp() and UnixDate() to ADOConnection(). Now these functions + are in both ADOConnection and ADORecordSet classes. +

    Empty recordsets were not cached - fixed. +

    Thanks to Gaetano Giunta (g.giunta#libero.it) for the oci8 code review. We + didn't agree on everything, but i hoped we agreed to disagree! +

    1.90 6 April 2002

    +

    Now all database drivers support fetch modes ADODB_FETCH_NUM and ADODB_FETCH_ASSOC, though + still not fully tested. Eg. Frontbase, Sybase, Informix. +

    NextRecordSet() support for mssql. Contributed by "Sven Axelsson" sven.axelsson#bokochwebb.se +

    Added blob support for SQL Anywhere. Contributed by Wade Johnson wade#wadejohnson.de +

    Fixed some security loopholes in server.php. Server.php also supports fetch mode. +

    Generalized GenID() to support odbc and mssql drivers. Mssql no longer generates GUID's. +

    Experimental RowLock($table,$where) for mssql. +

    Properly implemented Prepare() in oci8 and ODBC. +

    Added Bind() support to oci8 to support Prepare(). +

    Improved error handler. Catches CacheExecute() and GenID() errors now. +

    Now if you are running php from the command line, debugging messages do not output html formating. +Not 100% complete, but getting there. +

    1.81 22 March 2002

    +

    Restored default $ADODB_FETCH_MODE = ADODB_FETCH_DEFAULT for backward compatibility. +

    SelectLimit for oci8 improved - Our FIRST_ROWS optimization now does not overwrite existing hint. +

    New Sybase SQL Anywhere driver. Contributed by Wade Johnson wade#wadejohnson.de +

    1.80 15 March 2002

    +

    Redesigned directory structure of ADOdb files. Added new driver directory where +all database drivers reside. +

    Changed caching algorithm to create subdirectories. Now we scale better. +

    Informix driver now supports insert_id(). Contribution by "Andrea Pinnisi" pinnisi#sysnet.it +

    Added experimental ISO date and FetchField support for informix. +

    Fixed a quoting bug in Execute() with bind parameters, causing problems with blobs. +

    Mssql driver speedup by 10-15%. +

    Now in CacheExecute($secs2cache,$sql,...), $secs2cache is optional. If missing, it will +take the value defined in $connection->cacheSecs (default is 3600 seconds). Note that +CacheSelectLimit(), the secs2cache is still compulsory - sigh. +

    Sybase SQL Anywhere driver (using ODBC) contributed by Wade Johnson wade#wadejohnson.de +

    1.72 8 March 2002

    +

    Added @ when returning Fields() to prevent spurious error - "Michael William Miller" mille562#pilot.msu.edu +

    MetaDatabases() for postgres contributed by Phil pamelant#nerim.net +

    Mitchell T. Young (mitch#youngfamily.org) contributed informix driver. +

    Fixed rs2html() problem. I cannot reproduce, so probably a problem with pre PHP 4.1.0 versions, + when supporting new ADODB_FETCH_MODEs. +

    Mattia Rossi (mattia#technologist.com) contributed BlobDecode() and UpdateBlobFile() for postgresql + using the postgres specific pg_lo_import()/pg_lo_open() - i don't use them but hopefully others will + find this useful. See this posting + for an example of usage. +

    Added UpdateBlobFile() for uploading files to a database. +

    Made UpdateBlob() compatible with oci8po driver. +

    Added noNullStrings support to oci8 driver. Oracle changes all ' ' strings to nulls, + so you need to set strings to ' ' to prevent the nullifying of strings. $conn->noNullStrings = true; + will do this for you automatically. This is useful when you define a char column as NOT NULL. +

    Fixed UnixTimeStamp() bug - wasn't setting minutes and seconds properly. Patch from Agusti Fita i Borrell agusti#anglatecnic.com. +

    Toni Tunkkari added patch for sybase dates. Problem with spaces in day part of date fixed. +

    1.71 18 Jan 2002

    +

    Sequence start id support. Now $conn->Gen_ID('seqname', 50) to start sequence from 50. +

    CSV driver fix for selectlimit, from Andreas - akaiser#vocote.de. +

    Gam3r spotted that a global variable was undefined in the session handler. +

    Mssql date regex had error. Fixed - reported by Minh Hoang vb_user#yahoo.com. +

    DBTimeStamp() and DBDate() now accept iso dates and unix timestamps. This means +that the PostgreSQL handling of dates in GetInsertSQL() and GetUpdateSQL() can +be removed. Also if these functions are passed '' or null or false, we return a SQL null. +

    GetInsertSQL() and GetUpdateSQL() now accept a new parameter, $magicq to +indicate whether quotes should be inserted based on magic quote settings - suggested by +dj#4ict.com. +

    Reformated docs slightly based on suggestions by Chris Small. +

    1.65 28 Dec 2001

    +

    Fixed borland_ibase class naming bug. +

    Now instead of using $rs->fields[0] internally, we use reset($rs->fields) so + that we are compatible with ADODB_FETCH_ASSOC mode. Reported by Nico S. +

    Changed recordset constructor and _initrs() for oci8 so that it returns the field definitions even + if no rows in the recordset. Reported by Rick Hickerson (rhickers#mv.mv.com). +

    Improved support for postgresql in GetInsertSQL and GetUpdateSQL by + "mike" mike#partner2partner.com and "Ryan Bailey" rebel#windriders.com +

    1.64 20 Dec 2001

    +

    Danny Milosavljevic <danny.milo#gmx.net> added some patches for MySQL error handling +and displaying default values. +

    Fixed some ADODB_FETCH_BOTH inconsistencies in odbc and interbase. +

    Added more tests to test suite to cover ADODB_FETCH_* and ADODB_ERROR_HANDLER. +

    Added firebird (ibase) driver +

    Added borland_ibase driver for interbase 6.5 +

    1.63 13 Dec 2001

    +Absolute to the adodb-lib.inc.php file not set properly. Fixed.

    + +

    1.62 11 Dec 2001

    +

    Major speedup of ADOdb for low-end web sites by reducing the php code loading and compiling +cycle. We conditionally compile not so common functions. +Moved csv code to adodb-csvlib.inc.php to reduce adodb.inc.php parsing. This file +is loaded only when the csv/proxy driver is used, or CacheExecute() is run. +Also moved PageExecute(), GetSelectSQL() and GetUpdateSQL() core code to adodb-lib.inc.php. +This reduced the 70K main adodb.inc.php file to 55K, and since at least 20K of the file +is comments, we have reduced 50K of code in adodb.inc.php to 35K. There + should be 35% reduction in memory and thus 35% speedup in compiling the php code for the +main adodb.inc.php file. +

    Highly tuned SelectLimit() for oci8 for massive speed improvements on large files. +Selecting 20 rows starting from the 20,000th row of a table is now 7 times faster. +Thx to Tomas V V Cox. +

    Allow . and # in table definitions in GetInsertSQL and GetUpdateSQL. + See ADODB_TABLE_REGEX constant. Thx to Ari Kuorikoski. +

    Added ADODB_PREFETCH_ROWS constant, defaulting to 10. This determines the number +of records to prefetch in a SELECT statement. Only used by oci8.

    +

    Added high portability Oracle class called oci8po. This uses ? for bind variables, and +lower cases column names.

    +

    Now all database drivers support $ADODB_FETCH_MODE, including interbase, ado, and odbc: +ADODB_FETCH_NUM and ADODB_FETCH_ASSOC. ADODB_FETCH_BOTH is not fully implemented for all +database drivers. +

    1.61 Nov 2001

    +

    Added PO_RecordCount() and PO_Insert_ID(). PO stands for portable. Pablo Roca + [pabloroca#mvps.org]

    +

    GenID now returns 0 if not available. Safer is that you should check $conn->hasGenID + for availability.

    +

    M'soft ADO we now correctly close recordset in _close() peterd#telephonetics.co.uk

    +

    MSSQL now supports GenID(). It generates a 16-byte GUID from mssql newid() + function.

    +

    Changed ereg_replace to preg_replace in SelectLimit. This is a fix for mssql. + Ereg doesn't support t or n! Reported by marino Carlos xaplo#postnuke-espanol.org

    +

    Added $recordset->connection. This is the ADOConnection object for the recordset. +Works with cached and normal recordsets. Surprisingly, this had no affect on performance!

    +

    1.54 15 Nov 2001

    +Fixed some more bugs in PageExecute(). I am getting sick of bug in this and will have to +reconsider my QA here. The main issue is that I don't use PageExecute() and +to check whether it is working requires a visual inspection of the html generated currently. +It is possible to write a test script but it would be quite complicated :( +

    More speedups of SelectLimit() for DB2, Oci8, access, vfp, mssql. +

    + +

    1.53 7 Nov 2001

    +Added support for ADODB_FETCH_ASSOC for ado and odbc drivers.

    +Tuned GetRowAssoc(false) in postgresql and mysql.

    +Stephen Van Dyke contributed ADOdb icon, accepted with some minor mods.

    +Enabled Affected_Rows() for postgresql

    +Speedup for Concat() using implode() - Benjamin Curtis ben_curtis#yahoo.com

    +Fixed some more bugs in PageExecute() to prevent infinite loops

    +

    1.52 5 Nov 2001

    +Spelling error in CacheExecute() caused it to fail. $ql should be $sql in line 625!

    +Added fixes for parsing [ and ] in GetUpdateSQL(). +

    1.51 5 Nov 2001

    +

    Oci8 SelectLimit() speedup by using OCIFetch(). +

    Oci8 was mistakenly reporting errors when $db->debug = true. +

    If a connection failed with ODBC, it was not correctly reported - fixed. +

    _connectionID was inited to -1, changed to false. +

    Added $rs->FetchRow(), to simplify API, ala PEAR DB +

    Added PEAR DB compat mode, which is still faster than PEAR! See adodb-pear.inc.php. +

    Removed postgres pconnect debugging statement. +

    1.50 31 Oct 2001

    +

    ADOdbConnection renamed to ADOConnection, and ADOdbFieldObject to ADOFieldObject. +

    PageExecute() now checks for empty $rs correctly, and the errors in the docs on this subject have been fixed. +

    odbc_error() does not return 6 digit error correctly at times. Implemented workaround. +

    Added ADORecordSet_empty class. This will speedup INSERTS/DELETES/UPDATES because the return +object created is much smaller. +

    Added Prepare() to odbc, and oci8 (but doesn't work properly for oci8 still). +

    Made pgsql a synonym for postgre7, and changed SELECT LIMIT to use OFFSET for compat with +postgres 7.2. +

    Revised adodb-cryptsession.php thanks to Ari. +

    Set resources to false on _close, to force freeing of resources. +

    Added adodb-errorhandler.inc.php, adodb-errorpear.inc.php and raiseErrorFn on Freek's urging. +

    GetRowAssoc($toUpper=true): $toUpper added as default. +

    Errors when connecting to a database were not captured formerly. Now we do it correctly. +

    1.40 19 September 2001

    +

    PageExecute() to implement page scrolling added. Code and idea by Iván Oliva.

    +

    Some minor postgresql fixes.

    +

    Added sequence support using GenID() for postgresql, oci8, mysql, interbase.

    +

    Added UpdateBlob support for interbase (untested).

    +

    Added encrypted sessions (see adodb-cryptsession.php). By Ari Kuorikoski <kuoriari#finebyte.com>

    +

    1.31 21 August 2001

    +

    Many bug fixes thanks to "GaM3R (Cameron)" <gamr#outworld.cx>. Some session changes due to Gam3r. +

    Fixed qstr() to quote also. +

    rs2html() now pretty printed. +

    Jonathan Younger jyounger#unilab.com contributed the great idea GetUpdateSQL() and GetInsertSQL() which +generates SQL to update and insert into a table from a recordset. Modify the recordset fields +array, then can this function to generate the SQL (the SQL is not executed). +

    "Nicola Fankhauser" <nicola.fankhauser#couniq.com> found some bugs in date handling for mssql.

    +

    Added minimal Oracle support for LOBs. Still under development.

    +Added $ADODB_FETCH_MODE so you can control whether recordsets return arrays which are +numeric, associative or both. This is a global variable you set. Currently only MySQL, Oci8, Postgres +drivers support this. +

    PostgreSQL properly closes recordsets now. Reported by several people. +

    +Added UpdateBlob() for Oracle. A hack to make it easier to save blobs. +

    +Oracle timestamps did not display properly. Fixed. +

    1.20 6 June 2001

    +

    Now Oracle can connect using tnsnames.ora or server and service name

    +

    Extensive Oci8 speed optimizations. +Oci8 code revised to support variable binding, and /*+ FIRST_ROWS */ hint.

    +

    Worked around some 4.0.6 bugs in odbc_fetch_into().

    +

    Paolo S. Asioli paolo.asioli#libero.it suggested GetRowAssoc().

    +

    Escape quotes for oracle wrongly set to '. Now '' is used.

    +

    Variable binding now works in ODBC also.

    +

    Jumped to version 1.20 because I don't like 13 :-)

    +

    1.12 6 June 2001

    +

    Changed $ADODB_DIR to ADODB_DIR constant to plug a security loophole.

    +

    Changed _close() to close persistent connections also. Prevents connection leaks.

    +

    Major revision of oracle and oci8 drivers. +Added OCI_RETURN_NULLS and OCI_RETURN_LOBS to OCIFetchInto(). BLOB, CLOB and VARCHAR2 recognition +in MetaType() improved. MetaColumns() returns columns in correct sort order.

    +

    Interbase timestamp input format was wrong. Fixed.

    +

    1.11 20 May 2001

    +

    Improved file locking for Windows.

    +

    Probabilistic flushing of cache to avoid avalanche updates when cache timeouts.

    +

    Cached recordset timestamp not saved in some scenarios. Fixed.

    +

    1.10 19 May 2001

    +

    Added caching. CacheExecute() and CacheSelectLimit(). +

    Added csv driver. See http://php.weblogs.com/ADODB_csv. +

    Fixed SelectLimit(), SELECT TOP not working under certain circumstances. +

    Added better Frontbase support of MetaTypes() by Frank M. Kromann. +

    1.01 24 April 2001

    +

    Fixed SelectLimit bug. not quoted properly. +

    SelectLimit: SELECT TOP -1 * FROM TABLE not support by Microsoft. Fixed.

    +

    GetMenu improved by glen.davies#cce.ac.nz to support multiple hilited items

    +

    FetchNextObject() did not work with only 1 record returned. Fixed bug reported by $tim#orotech.net

    +

    Fixed mysql field max_length problem. Fix suggested by Jim Nicholson (jnich#att.com)

    +

    1.00 16 April 2001

    +

    Given some brilliant suggestions on how to simplify ADOdb by akul. You no longer need to +setup $ADODB_DIR yourself, and ADOLoadCode() is automatically called by ADONewConnection(), +simplifying the startup code.

    +

    FetchNextObject() added. Suggested by Jakub Marecek. This makes FetchObject() obsolete, as +this is more flexible and powerful.

    +

    Misc fixes to SelectLimit() to support Access (top must follow distinct) and Fields() +in the array recordset. From Reinhard Balling.

    +

    0.96 27 Mar 2001

    +

    ADOConnection Close() did not return a value correctly. Thanks to akul#otamedia.com.

    +

    When the horrible magic_quotes is enabled, back-slash () is changed to double-backslash (\). +This doesn't make sense for Microsoft/Sybase databases. We fix this in qstr().

    +

    Fixed Sybase date problem in UnixDate() thanks to Toni Tunkkari. Also fixed MSSQL problem +in UnixDate() - thanks to milhouse31#hotmail.com.

    +

    MoveNext() moved to leaf classes for speed in MySQL/PostgreSQL. 10-15% speedup.

    +

    Added null handling in bindInputArray in Execute() -- Ron Baldwin suggestion.

    +

    Fixed some option tags. Thanks to john#jrmstudios.com.

    +

    0.95 13 Mar 2001

    +

    Added postgres7 database driver which supports LIMIT and other version 7 stuff in the future.

    +

    Added SelectLimit to ADOConnection to simulate PostgreSQL's "select * from table limit 10 offset 3". +Added helper function GetArrayLimit() to ADORecordSet.

    +

    Fixed mysql metacolumns bug. Thanks to Freek Dijkstra (phpeverywhere#macfreek.com).

    +

    Also many PostgreSQL changes by Freek. He almost rewrote the whole PostgreSQL driver!

    +

    Added fix to input parameters in Execute for non-strings by Ron Baldwin.

    +

    Added new metatype, X for TeXt. Formerly, metatype B for Blob also included +text fields. Now 'B' is for binary/image data. 'X' for textual data.

    +

    Fixed $this->GetArray() in GetRows().

    +

    Oracle and OCI8: 1st parameter is always blank -- now warns if it is filled.

    +

    Now hasLimit and hasTop added to indicate whether +SELECT * FROM TABLE LIMIT 10 or SELECT TOP 10 * FROM TABLE are supported.

    +

    0.94 04 Feb 2001

    +

    Added ADORecordSet::GetRows() for compatibility with Microsoft ADO. Synonym for GetArray().

    +

    Added new metatype 'R' to represent autoincrement numbers.

    +

    Added ADORecordSet.FetchObject() to return a row as an object.

    +

    Finally got a Linux box to test PostgreSql. Many fixes.

    +

    Fixed copyright misspellings in 0.93.

    +

    Fixed mssql MetaColumns type bug.

    +

    Worked around odbc bug in PHP4 for sessions.

    +

    Fixed many documentation bugs (affected_rows, metadatabases, qstr).

    +

    Fixed MySQL timestamp format (removed comma).

    +

    Interbase driver did not call ibase_pconnect(). Fixed.

    +

    0.93 18 Jan 2002

    +

    Fixed GetMenu bug.

    +

    Simplified Interbase commit and rollback.

    +

    Default behaviour on closing a connection is now to rollback all active transactions.

    +

    Added field object handling for array recordset for future XML compatibility.

    +

    Added arr2html() to convert array to html table.

    +

    0.92 2 Jan 2002

    +

    Interbase Commit and Rollback should be working again.

    +

    Changed initialisation of ADORecordSet. This is internal and should not affect users. We +are doing this to support cached recordsets in the future.

    + +

    Implemented ADORecordSet_array class. This allows you to simulate a database recordset +with an array.

    +

    Added UnixDate() and UnixTimeStamp() to ADORecordSet.

    +

    0.91 21 Dec 2000

    +

    Fixed ODBC so ErrorMsg() is working.

    +

    Worked around ADO unrecognised null (0x1) value problem in COM.

    +

    Added Sybase support for FetchField() type

    +

    Removed debugging code and unneeded html from various files

    +

    Changed to javadoc style comments to adodb.inc.php.

    +

    Added maxsql as synonym for mysqlt

    +

    Now ODBC downloads first 8K of blob by default +

    0.90 15 Nov 2000

    +

    Lots of testing of Microsoft ADO. Should be more stable now.

    +

    Added $ADODB_COUNTREC. Set to false for high speed selects.

    +

    Added Sybase support. Contributed by Toni Tunkkari (toni.tunkkari#finebyte.com). Bug in Sybase + API: GetFields is unable to determine date types.

    +

    Changed behaviour of RecordSet.GetMenu() to support size parameter (listbox) properly.

    +

    Added emptyDate and emptyTimeStamp to RecordSet class that defines how to represent + empty dates.

    +

    Added MetaColumns($table) that returns an array of ADOFieldObject's listing + the columns of a table.

    +

    Added transaction support for PostgresSQL -- thanks to "Eric G. Werk" egw#netguide.dk.

    +

    Added adodb-session.php for session support.

    +

    0.80 30 Nov 2000

    +

    Added support for charSet for interbase. Implemented MetaTables for most databases. + PostgreSQL more extensively tested.

    +

    0.71 22 Nov 2000

    +

    Switched from using require_once to include/include_once for backward compatability with PHP 4.02 and earlier.

    +

    0.70 15 Nov 2000

    +

    Calls by reference have been removed (call_time_pass_reference=Off) to ensure compatibility with future versions of PHP, +except in Oracle 7 driver due to a bug in php_oracle.dll.

    +

    PostgreSQL database driver contributed by Alberto Cerezal (acerezalp#dbnet.es). +

    +

    Oci8 driver for Oracle 8 contributed by George Fourlanos (fou#infomap.gr).

    +

    Added mysqlt database driver to support MySQL 3.23 which has transaction + support.

    +

    Oracle default date format (DD-MON-YY) did not match ADOdb default date format (which is YYYY-MM-DD). Use ALTER SESSION to force the default date.

    +

    Error message checking is now included in test suite.

    +

    MoveNext() did not check EOF properly -- fixed.

    +

    0.60 Nov 8 2000

    +

    Fixed some constructor bugs in ODBC and ADO. Added ErrorNo function to ADOConnection + class.

    +

    0.51 Oct 18 2000

    +

    Fixed some interbase bugs.

    +

    0.50 Oct 16 2000

    +

    Interbase commit/rollback changed to be compatible with PHP 4.03.

    +

    CommitTrans( ) will now return true if transactions not supported.

    +

    Conversely RollbackTrans( ) will return false if transactions not supported. +

    +

    0.46 Oct 12

    +Many Oracle compatibility issues fixed. +

    0.40 Sept 26

    +

    Many bug fixes

    +

    Now Code for BeginTrans, CommitTrans and RollbackTrans is working. So is the Affected_Rows +and Insert_ID. Added above functions to test.php.

    +

    ADO type handling was busted in 0.30. Fixed.

    +

    Generalised Move( ) so it works will all databases, including ODBC.

    +

    0.30 Sept 18

    +

    Renamed ADOLoadDB to ADOLoadCode. This is clearer.

    +

    Added BeginTrans, CommitTrans and RollbackTrans functions.

    +

    Added Affected_Rows() and Insert_ID(), _affectedrows() and _insertID(), ListTables(), + ListDatabases(), ListColumns().

    +

    Need to add New_ID() and hasInsertID and hasAffectedRows, autoCommit

    +

    0.20 Sept 12

    +

    Added support for Microsoft's ADO.

    +

    Added new field to ADORecordSet -- canSeek

    +

    Added new parameter to _fetch($ignore_fields = false). Setting to true will + not update fields array for faster performance.

    +

    Added new field to ADORecordSet/ADOConnection -- dataProvider to indicate whether + a class is derived from odbc or ado.

    +

    Changed class ODBCFieldObject to ADOFieldObject -- not documented currently.

    +

    Added benchmark.php and testdatabases.inc.php to the test suite.

    +

    Added to ADORecordSet FastForward( ) for future high speed scrolling. Not documented.

    +

    Realised that ADO's Move( ) uses relative positioning. ADOdb uses absolute. +

    +

    0.10 Sept 9 2000

    +

    First release

    + diff --git a/e_lib/adodb5/docs/readme.htm b/e_lib/adodb5/docs/readme.htm new file mode 100644 index 00000000..e2c0bb54 --- /dev/null +++ b/e_lib/adodb5/docs/readme.htm @@ -0,0 +1,68 @@ + + +ADODB Manual + + + + + +

    ADOdb Library for PHP

    +

    ADOdb is a suite of database libraries that allow you to connect to multiple + databases in a portable manner. Download from http://adodb.sourceforge.net/. +

    • The ADOdb documentation has moved to docs-adodb.htm + This allows you to query, update and insert records using a portable API. +

    • The ADOdb data dictionary docs are at docs-datadict.htm. + This allows you to create database tables and indexes in a portable manner. +

    • The ADOdb database performance monitoring docs are at docs-perf.htm. + This allows you to perform health checks, tune and monitor your database. +

    • The ADOdb database-backed session docs are at docs-session.htm. +
    +

    +

    Installation

    +Make sure you are running PHP4.0.4 or later. Unpack all the files into a directory accessible by your webserver. +

    +To test, try modifying some of the tutorial examples. Make sure you customize the connection settings correctly. You can debug using: +

    +<?php
    +include('adodb/adodb.inc.php');
    +
    +$db = ADONewConnection($driver); # eg. 'mysql' or 'oci8' 
    +$db->debug = true;
    +$db->Connect($server, $user, $password, $database);
    +$rs = $db->Execute('select * from some_small_table');
    +print "<pre>";
    +print_r($rs->GetRows());
    +print "</pre>";
    +?>
    +
    +

    How are people using ADOdb

    +Here are some examples of how people are using ADOdb: +
      +
    • PhpLens is a commercial data grid component that allows + both cool Web designers and serious unshaved programmers to develop and + maintain databases on the Web easily. Developed by the author of ADOdb. +
    • +
    • PHAkt: PHP Extension for DreamWeaver Ultradev allows + you to script PHP in the popular Web page editor. Database handling provided + by ADOdb.
    • +
    • Analysis Console for Intrusion Databases (ACID): PHP-based + analysis engine to search and process a database of security incidents + generated by security-related software such as IDSes and firewalls (e.g. + Snort, ipchains). By Roman Danyliw.
    • +
    • PostNuke is a very popular free content management system + and weblog system. It offers full CSS support, HTML 4.01 transitional + compliance throughout, an advanced blocks system, and is fully multi-lingual + enabled.
    • +
    • EasyPublish CMS is another free content management system + for managing information and integrated modules on your internet, intranet- + and extranet-sites. From Norway.
    • +
    • NOLA is a full featured accounting, inventory, and job + tracking application. It is licensed under the GPL, and developed by Noguska. +
    • +
    + + diff --git a/e_lib/adodb5/docs/tips_portable_sql.htm b/e_lib/adodb5/docs/tips_portable_sql.htm new file mode 100644 index 00000000..685749cd --- /dev/null +++ b/e_lib/adodb5/docs/tips_portable_sql.htm @@ -0,0 +1,367 @@ + + + + + Tips on Writing Portable SQL for Multiple Databases for PHP + + + +

    Tips on Writing Portable SQL  

    +
    +

    Updated 6 Oct 2006. Added OffsetDate example. +

    Updated 18 Sep 2003. Added Portable Native SQL section. +

    + + If you are writing an application that is used in multiple environments and + operating systems, you need to plan to support multiple databases. This article + is based on my experiences with multiple database systems, stretching from 4th + Dimension in my Mac days, to the databases I currently use, which are: Oracle, + FoxPro, Access, MS SQL Server and MySQL. Although most of the advice here applies + to using SQL with Perl, Python and other programming languages, I will focus on PHP and how + the ADOdb database abstraction library + offers some solutions.

    +

    Most database vendors practice product lock-in. The best or fastest way to + do things is often implemented using proprietary extensions to SQL. This makes + it extremely hard to write portable SQL code that performs well under all conditions. + When the first ANSI committee got together in 1984 to standardize SQL, the database + vendors had such different implementations that they could only agree on the + core functionality of SQL. Many important application specific requirements + were not standardized, and after so many years since the ANSI effort began, + it looks as if much useful database functionality will never be standardized. + Even though ANSI-92 SQL has codified much more, we still have to implement portability + at the application level.

    +

    Selects

    +

    The SELECT statement has been standardized to a great degree. Nearly every + database supports the following:

    +

    SELECT [cols] FROM [tables]
    +   [WHERE conditions]
    +   [GROUP BY cols]
    +   [HAVING conditions]
    +   [ORDER BY cols]

    +

    But so many useful techniques can only be implemented by using proprietary + extensions. For example, when writing SQL to retrieve the first 10 rows for + paging, you could write...

    + + + + + + + + + + + + + + + + + + + + + + + + + +
    DatabaseSQL Syntax
    DB2select * from table fetch first 10 rows only
    Informixselect first 10 * from table
    Microsoft SQL Server and Accessselect top 10 * from table
    MySQL and PostgreSQLselect * from table limit 10
    Oracle 8iselect * from (select * from table) where rownum <= 10
    +

    This feature of getting a subset of data is so useful that in the PHP class + library ADOdb, we have a SelectLimit( ) function that allows you to hide the + implementation details within a function that will rewrite your SQL for you:

    +
    $connection->SelectLimit('select * from table', 10);
    +
    +

    Selects: Fetch Modes

    +

    PHP allows you to retrieve database records as arrays. You can choose to have + the arrays indexed by field name or number. However different low-level PHP + database drivers are inconsistent in their indexing efforts. ADOdb allows you + to determine your prefered mode. You set this by setting the variable $ADODB_FETCH_MODE + to either of the constants ADODB_FETCH_NUM (for numeric indexes) or ADODB_FETCH_ASSOC + (using field names as an associative index).

    +

    The default behaviour of ADOdb varies depending on the database you are using. + For consistency, set the fetch mode to either ADODB_FETCH_NUM (for speed) or + ADODB_FETCH_ASSOC (for convenience) at the beginning of your code.

    +

    Selects: Counting Records

    +

    Another problem with SELECTs is that some databases do not return the number + of rows retrieved from a select statement. This is because the highest performance + databases will return records to you even before the last record has been found. +

    +

    In ADOdb, RecordCount( ) returns the number of rows returned, or will emulate + it by buffering the rows and returning the count after all rows have been returned. + This can be disabled for performance reasons when retrieving large recordsets + by setting the global variable $ADODB_COUNTRECS = false. This variable is checked + every time a query is executed, so you can selectively choose which recordsets + to count.

    +

    If you prefer to set $ADODB_COUNTRECS = false, ADOdb still has the PO_RecordCount( + ) function. This will return the number of rows, or if it is not found, it will + return an estimate using SELECT COUNT(*):

    +
    $rs = $db->Execute("select * from table where state=$state");
    +$numrows = $rs->PO_RecordCount('table', "state=$state");
    +

    Selects: Locking

    +

    SELECT statements are commonly used to implement row-level locking of tables. + Other databases such as Oracle, Interbase, PostgreSQL and MySQL with InnoDB + do not require row-level locking because they use versioning to display data + consistent with a specific point in time.

    +

    Currently, I recommend encapsulating the row-level locking in a separate function, + such as RowLock($table, $where):

    +
    $connection->BeginTrans( );
    +$connection->RowLock($table, $where); 
    +
    # some operation
    +
    if ($ok) $connection->CommitTrans( );
    +else $connection->RollbackTrans( );
    +
    +

    Selects: Outer Joins

    +

    Not all databases support outer joins. Furthermore the syntax for outer joins + differs dramatically between database vendors. One portable (and possibly slower) + method of implementing outer joins is using UNION.

    +

    For example, an ANSI-92 left outer join between two tables t1 and t2 could + look like:

    +
    SELECT t1.col1, t1.col2, t2.cola 
    FROM t1 LEFT JOIN t2 ON t1.col = t2.col
    +

    This can be emulated using:

    +
    SELECT t1.col1, t1.col2, t2.cola FROM t1, t2 
    WHERE t1.col = t2.col + UNION ALL +SELECT col1, col2, null FROM t1
    WHERE t1.col not in (select distinct col from t2) +
    +

    Since ADOdb 2.13, we provide some hints in the connection object as to legal + join variations. This is still incomplete and sometimes depends on the database + version you are using, but is useful as a general guideline:

    +

    $conn->leftOuter: holds the + operator used for left outer joins (eg. '*='), or false if not known or not + available.
    + $conn->rightOuter: holds the + operator used for right outer joins (eg '=*'), or false if not known or not + available.
    + $conn->ansiOuter: boolean + that if true means that ANSI-92 style outer joins are supported, or false if + not known.

    +

    Inserts

    +

    When you create records, you need to generate unique id's for each record. + There are two common techniques: (1) auto-incrementing columns and (2) sequences. +

    +

    Auto-incrementing columns are supported by MySQL, Sybase and Microsoft Access + and SQL Server. However most other databases do not support this feature. So + for portability, you have little choice but to use sequences. Sequences are + special functions that return a unique incrementing number every time you call + it, suitable to be used as database keys. In ADOdb, we use the GenID( ) function. + It has takes a parameter, the sequence name. Different tables can have different + sequences.

    +
    $id = $connection->GenID('sequence_name');
    $connection->Execute("insert into table (id, firstname, lastname)
    values ($id, $firstname, $lastname)");
    +

    For databases that do not support sequences natively, ADOdb emulates sequences + by creating a table for every sequence.

    +

    Binding

    +

    Binding variables in an SQL statement is another tricky feature. Binding is + useful because it allows pre-compilation of SQL. When inserting multiple records + into a database in a loop, binding can offer a 50% (or greater) speedup. However + many databases such as Access and MySQL do not support binding natively and + there is some overhead in emulating binding. Furthermore, different databases + (specificly Oracle!) implement binding differently. My recommendation is to + use binding if your database queries are too slow, but make sure you are using + a database that supports it like Oracle.

    +

    ADOdb supports portable Prepare/Execute with:

    +
    $stmt = $db->Prepare('select * from customers where custid=? and state=?');
    +$rs = $db->Execute($stmt, array($id,'New York'));
    +

    Oracle uses named bind placeholders, not "?", so to support portable binding, we have Param() that generates +the correct placeholder (available since ADOdb 3.92): +

    $sql = 'insert into table (col1,col2) values ('.$DB->Param('a').','.$DB->Param('b').')';
    +# generates 'insert into table (col1,col2) values (?,?)'
    +# or        'insert into table (col1,col2) values (:a,:b)'
    +$stmt = $DB->Prepare($sql);
    +$stmt = $DB->Execute($stmt,array('one','two'));
    +
    + +

    Portable Native SQL

    +

    ADOdb provides the following functions for portably generating SQL functions + as strings to be merged into your SQL statements (some are only available since + ADOdb 3.92):

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    FunctionDescription
    DBDate($date)Pass in a UNIX timestamp or ISO date and it will convert it to a date + string formatted for INSERT/UPDATE
    DBTimeStamp($date)Pass in a UNIX timestamp or ISO date and it will convert it to a timestamp + string formatted for INSERT/UPDATE
    SQLDate($date, $fmt)Portably generate a date formatted using $fmt mask, for use in SELECT + statements.
    OffsetDate($date, $ndays)Portably generate a $date offset by $ndays.
    Concat($s1, $s2, ...)Portably concatenate strings. Alternatively, for mssql use mssqlpo driver, + which allows || operator.
    IfNull($fld, $replaceNull)Returns a string that is the equivalent of MySQL IFNULL or Oracle NVL.
    Param($name)Generates bind placeholders, using ? or named conventions as appropriate.
    $db->sysDateProperty that holds the SQL function that returns today's date
    $db->sysTimeStampProperty that holds the SQL function that returns the current +timestamp (date+time). +
    $db->concat_operatorProperty that holds the concatenation operator +
    $db->lengthProperty that holds the name of the SQL strlen function. +
    $db->upperCaseProperty that holds the name of the SQL strtoupper function. +
    $db->randomProperty that holds the SQL to generate a random number between 0.00 and 1.00. +
    $db->substrProperty that holds the name of the SQL substring function. +
    +

     

    +

    DDL and Tuning

    +There are database design tools such as ERWin or Dezign that allow you to generate data definition language commands such as ALTER TABLE or CREATE INDEX from Entity-Relationship diagrams. +

    +However if you prefer to use a PHP-based table creation scheme, adodb provides you with this feature. Here is the code to generate the SQL to create a table with: +

      +
    1. Auto-increment primary key 'ID',
    2. +
    3. The person's 'NAME' VARCHAR(32) NOT NULL and defaults to '',
    4. +
    5. The date and time of record creation 'CREATED',
    6. +
    7. The person's 'AGE', defaulting to 0, type NUMERIC(16).
    8. +
    +

    +Also create a compound index consisting of 'NAME' and 'AGE': +

    +$datadict = NewDataDictionary($connection);
    +$flds = " 
    +  ID I AUTOINCREMENT PRIMARY,
    +  NAME C(32) DEFAULT '' NOTNULL,
    +  CREATED T DEFTIMESTAMP,
    +  AGE N(16) DEFAULT 0
    +";
    +$sql1 = $datadict->CreateTableSQL('tabname', $flds);
    +$sql2 = $datadict->CreateIndexSQL('idx_name_age', 'tabname', 'NAME,AGE');
    +
    + +

    Data Types

    +

    Stick to a few data types that are available in most databases. Char, varchar + and numeric/number are supported by most databases. Most other data types (including + integer, boolean and float) cannot be relied on being available. I recommend + using char(1) or number(1) to hold booleans.

    +

    Different databases have different ways of representing dates and timestamps/datetime. + ADOdb attempts to display all dates in ISO (YYYY-MM-DD) format. ADOdb also provides + DBDate( ) and DBTimeStamp( ) to convert dates to formats that are acceptable + to that database. Both functions accept Unix integer timestamps and date strings + in ISO format.

    +
    $date1 = $connection->DBDate(time( ));
    $date2 = $connection->DBTimeStamp('2002-02-23 13:03:33');
    +

    We also provide functions to convert database dates to Unix timestamps:

    +
    $unixts = $recordset->UnixDate('#2002-02-30#'); # MS Access date =gt; unix timestamp
    +

    For date calculations, we have OffsetDate which allows you to calculate dates such as yesterday and next week in a RDBMS independant fashion. For example, if we want to set a field to 6 hour from now, use: +

    +$sql = 'update table set dtimefld='.$db->OffsetDate($db->sysTimeStamp, 6/24).' where ...';
    +
    +

    The maximum length of a char/varchar field is also database specific. You can + only assume that field lengths of up to 250 characters are supported. This is + normally impractical for web based forum or content management systems. You + will need to be familiar with how databases handle large objects (LOBs). ADOdb + implements two functions, UpdateBlob( ) and UpdateClob( ) that allow you to + update fields holding Binary Large Objects (eg. pictures) and Character Large + Objects (eg. HTML articles):

    +
    # for oracle 
    +$conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1,empty_blob())'); 
    +$conn->UpdateBlob('blobtable','blobcol',$blobvalue,'id=1'); 
    +   
    +# non-oracle databases
    +$conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); 
    +$conn->UpdateBlob('blobtable','blobcol',$blobvalue,'id=1');
    +
    +

    Null handling is another area where differences can occur. This is a mine-field, + because 3-value logic is tricky. +

    In general, I avoid using nulls except for dates and default all my numeric + and character fields to 0 or the empty string. This maintains consistency with + PHP, where empty strings and zero are treated as equivalent, and avoids SQL + ambiguities when you use the ANY and EXISTS operators. However if your database + has significant amounts of missing or unknown data, using nulls might be a good + idea. +

    + ADOdb also supports a portable IfNull function, so you can define what to display + if the field contains a null. +

    Stored Procedures

    +

    Stored procedures are another problem area. Some databases allow recordsets + to be returned in a stored procedure (Microsoft SQL Server and Sybase), and + others only allow output parameters to be returned. Stored procedures sometimes + need to be wrapped in special syntax. For example, Oracle requires such code + to be wrapped in an anonymous block with BEGIN and END. Also internal sql operators + and functions such as +, ||, TRIM( ), SUBSTR( ) or INSTR( ) vary between vendors. +

    +

    An example of how to call a stored procedure with 2 parameters and 1 return + value follows:

    +
    	switch ($db->databaseType) {
    +	case 'mssql':
    +	  $sql = 'SP_RUNSOMETHING'; break;
    +	case 'oci8':
    +	  $sql = 
    +	  "declare RETVAL integer;begin :RETVAL := SP_RUNSOMETHING(:myid,:group);end;";
    +	  break;
    +	default:
    +	  die('Unsupported feature');
    +	}
    +	# @RETVAL = SP_RUNSOMETHING @myid,@group
    +	$stmt = $db->PrepareSP($sql);	
    $db->Parameter($stmt,$id,'myid'); + $db->Parameter($stmt,$group,'group'); + # true indicates output parameter
    $db->Parameter($stmt,$ret,'RETVAL',true); + $db->Execute($stmt);
    +

    As you can see, the ADOdb API is the same for both databases. But the stored + procedure SQL syntax is quite different between databases and is not portable, + so be forewarned! However sometimes you have little choice as some systems only + allow data to be accessed via stored procedures. This is when the ultimate portability + solution might be the only solution: treating portable SQL as a localization + exercise...

    +

    SQL as a Localization Exercise

    +

    In general to provide real portability, you will have to treat SQL coding + as a localization exercise. In PHP, it has become common to define separate + language files for English, Russian, Korean, etc. Similarly, I would suggest + you have separate Sybase, Intebase, MySQL, etc files, and conditionally include + the SQL based on the database. For example, each MySQL SQL statement would be + stored in a separate variable, in a file called 'mysql-lang.inc.php'.

    +
    $sqlGetPassword = 'select password from users where userid=%s';
    +$sqlSearchKeyword = quot;SELECT * FROM articles WHERE match (title,body) against (%s)";
    +

    In our main PHP file:

    +
    # define which database to load...
    +$database = 'mysql';
    +include_once("$database-lang.inc.php");
    +
    +$db = NewADOConnection($database);
    +$db->PConnect(...) or die('Failed to connect to database');
    +
    +# search for a keyword $word
    +$rs = $db->Execute(sprintf($sqlSearchKeyWord,$db->qstr($word)));
    +

    Note that we quote the $word variable using the qstr( ) function. This is because + each database quotes strings using different conventions.

    +

    +

    Final Thoughts

    +

    The best way to ensure that you have portable SQL is to have your data tables designed using +sound principles. Learn the theory of normalization and entity-relationship diagrams and model +your data carefully. Understand how joins and indexes work and how they are used to tune performance. +

    Visit the following page for more references on database theory and vendors: + http://php.weblogs.com/sql_tutorial. + Also read this article on Optimizing PHP. +

    +(c) 2002-2003 John Lim. + + + diff --git a/e_lib/adodb5/docs/tute.htm b/e_lib/adodb5/docs/tute.htm new file mode 100644 index 00000000..aeb5893f --- /dev/null +++ b/e_lib/adodb5/docs/tute.htm @@ -0,0 +1,290 @@ + + + + + Tutorial: Moving from MySQL to ADODB + + + +

    Tutorial: Moving from MySQL to ADODB

    + +
    		You say eether and I say eyether, 
    +		You say neether and I say nyther; 
    +		Eether, eyether, neether, nyther - 
    +		Let's call the whole thing off ! 
    +
    + You like potato and I like po-tah-to, + You like tomato and I like to-mah-to; + Potato, po-tah-to, tomato, to-mah-to - + Let's call the whole thing off ! +
    +

    I love this song, especially the version with Louis Armstrong and Ella singing + duet. It is all about how hard it is for two people in love to be compatible + with each other. It's about compromise and finding a common ground, and that's + what this article is all about. +

    PHP is all about creating dynamic web-sites with the least fuss and the most + fun. To create these websites we need to use databases to retrieve login information, + to splash dynamic news onto the web page and store forum postings. So let's + say we were using the popular MySQL database for this. Your company has done + such a fantastic job that the Web site is more popular than your wildest dreams. + You find that MySQL cannot scale to handle the workload; time to switch databases. +

    Unfortunately in PHP every database is accessed slightly differently. To connect + to MySQL, you would use mysql_connect(); when you decide to upgrade to + Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() + respectively. What is worse is that the parameters you use for the different + connect functions are different also.. One database says po-tato, the other + database says pota-to. Oh-oh. +

    Let's NOT call the whole thing off

    +

    A database wrapper library such as ADODB comes in handy when you need to ensure portability. It provides + you with a common API to communicate with any supported database so you don't have to call things off.

    + +

    ADODB stands for Active Data Objects DataBase (sorry computer guys are sometimes + not very original). ADODB currently supports MySQL, PostgreSQL, Oracle, Interbase, + Microsoft SQL Server, Access, FoxPro, Sybase, ODBC and ADO. You can download + ADODB from http://php.weblogs.com/adodb. +

    MySQL Example

    +

    The most common database used with PHP is MySQL, so I guess you should be familiar + with the following code. It connects to a MySQL server at localhost, + database mydb, and executes an SQL select statement. The results are + printed, one line per row. +

    $db = mysql_connect("localhost", "root", "password");
    +mysql_select_db("mydb",$db);
    +$result = mysql_query("SELECT * FROM employees",$db);
    +if ($result === false) die("failed"); 
    +while ($fields = mysql_fetch_row($result)) {
    + for ($i=0, $max=sizeof($fields); $i < $max; $i++) {
    +		print $fields[$i].' ';
    + }
    + print "<br>\n";
    +} 
    +
    +

    The above code has been color-coded by section. The first section is the connection + phase. The second is the execution of the SQL, and the last section is displaying + the fields. The while loop scans the rows of the result, while the for + loop scans the fields in one row.

    +

    Here is the equivalent code in ADODB

    +
     include("adodb.inc.php");
    + $db = NewADOConnection('mysql');
    + $db->Connect("localhost", "root", "password", "mydb");
    + $result = $db->Execute("SELECT * FROM employees");
    + if ($result === false) die("failed");  
    + while (!$result->EOF) {
    +	for ($i=0, $max=$result->FieldCount(); $i < $max; $i++)
    +		   print $result->fields[$i].' ';
    +	$result->MoveNext();
    +	print "<br>\n";
    + } 
    +

    +

    Now porting to Oracle is as simple as changing the second line to NewADOConnection('oracle'). + Let's walk through the code...

    +

    Connecting to the Database

    +

    +
    include("adodb.inc.php");
    +$db = NewADOConnection('mysql');
    +$db->Connect("localhost", "root", "password", "mydb");
    +

    The connection code is a bit more sophisticated than MySQL's because our needs + are more sophisticated. In ADODB, we use an object-oriented approach to managing + the complexity of handling multiple databases. We have different classes to + handle different databases. If you aren't familiar with object-oriented programing, + don't worry -- the complexity is all hidden away in the NewADOConnection() + function.

    +

    To conserve memory, we only load the PHP code specific to the database you + are connecting to. We do this by calling NewADOConnection(databasedriver). + Legal database drivers include mysql, mssql, oracle, oci8, postgres, sybase, + vfp, access, ibase and many others.

    +

    Then we create a new instance of the connection class by calling NewADOConnection(). + Finally we connect to the database using $db->Connect().

    +

    Executing the SQL

    +

    $result = $db->Execute("SELECT * + FROM employees");
    + if ($result === false) die("failed")
    ; +
    +

    +

    Sending the SQL statement to the server is straight forward. Execute() will + return a recordset object on successful execution. You should check $result + as we do above. +

    An issue that confuses beginners is the fact that we have two types of objects + in ADODB, the connection object and the recordset object. When do we use each? +

    The connection object ($db) is responsible for connecting to the database, + formatting your SQL and querying the database server. The recordset object ($result) + is responsible for retrieving the results and formatting the reply as text or + as an array. +

    The only thing I need to add is that ADODB provides several helper functions + for making INSERT and UPDATE statements easier, which we will cover in the Advanced + section. +

    Retrieving the Data
    +

    +
    while (!$result->EOF) {
    +   for ($i=0, $max=$result->FieldCount(); $i < $max; $i++)
    +	   print $result->fields[$i].' ';
    +   $result->MoveNext();
    +   print "<br>\n";
    +}
    +

    The paradigm for getting the data is that it's like reading a file. For every + line, we check first whether we have reached the end-of-file (EOF). While not + end-of-file, loop through each field in the row. Then move to the next line + (MoveNext) and repeat. +

    The $result->fields[] array is generated by the PHP database + extension. Some database extensions do not index the array by field name. + To force indexing by name - that is associative arrays - + use the $ADODB_FETCH_MODE global variable. +

    +	$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +	$rs1 = $db->Execute('select * from table');
    +	$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC;
    +	$rs2 = $db->Execute('select * from table');
    +	print_r($rs1->fields); // shows array([0]=>'v0',[1] =>'v1')
    +	print_r($rs2->fields); // shows array(['col1']=>'v0',['col2'] =>'v1')
    +
    +

    +As you can see in the above example, both recordsets store and use different fetch modes +based on the $ADODB_FETCH_MODE setting when the recordset was created by Execute().

    +

    ADOConnection

    +

    Object that performs the connection to the database, executes SQL statements + and has a set of utility functions for standardising the format of SQL statements + for issues such as concatenation and date formats.

    + +

    Other Useful Functions

    +

    $recordset->Move($pos) scrolls to that particular row. ADODB supports forward + scrolling for all databases. Some databases will not support backwards scrolling. + This is normally not a problem as you can always cache records to simulate backwards + scrolling. +

    $recordset->RecordCount() returns the number of records accessed by the + SQL statement. Some databases will return -1 because it is not supported. +

    $recordset->GetArray() returns the result as an array. +

    rs2html($recordset) is a function that is generates a HTML table based on the + $recordset passed to it. An example with the relevant lines in bold: +

       include('adodb.inc.php'); 
    +   include('tohtml.inc.php'); /* includes the rs2html function */
    +   $conn = ADONewConnection('mysql'); 
    +   $conn->PConnect('localhost','userid','password','database');
    +   $rs = $conn->Execute('select * from table');
    +   rs2html($rs); /* recordset to html table */ 
    +

    There are many other helper functions that are listed in the documentation available at http://php.weblogs.com/adodb_manual. +

    Advanced Material

    +

    Inserts and Updates

    +

    Let's say you want to insert the following data into a database. +

    ID = 3
    + TheDate=mktime(0,0,0,8,31,2001) /* 31st August 2001 */
    + Note= sugar why don't we call it off +

    When you move to another database, your insert might no longer work.

    +

    The first problem is that each database has a different default date format. + MySQL expects YYYY-MM-DD format, while other databases have different defaults. + ADODB has a function called DBDate() that addresses this issue by converting + converting the date to the correct format.

    +

    The next problem is that the don't in the Note needs to be quoted. In + MySQL, we use don\'t but in some other databases (Sybase, Access, Microsoft + SQL Server) we use don''t. The qstr() function addresses this issue.

    +

    So how do we use the functions? Like this:

    +
    $sql = "INSERT INTO table (id, thedate,note) values (" 
    +   . $ID . ','
    +   . $db->DBDate($TheDate) .','
    +   . $db->qstr($Note).")";
    +$db->Execute($sql);
    +

    ADODB also supports $connection->Affected_Rows() (returns the + number of rows affected by last update or delete) and $recordset->Insert_ID() + (returns last autoincrement number generated by an insert statement). Be forewarned + that not all databases support the two functions.
    +

    +

    MetaTypes

    +

    You can find out more information about each of the fields (I use the words + fields and columns interchangebly) you are selecting by calling the recordset + method FetchField($fieldoffset). This will return an object with + 3 properties: name, type and max_length. +

    For example:
    +
    $recordset = $conn->Execute("select adate from table");
    $f0 = $recordset->FetchField(0); +
    +

    Then $f0->name will hold 'adata', $f0->type + will be set to 'date'. If the max_length is unknown, it will be set to + -1. +

    One problem with handling different databases is that each database often calls + the same type by a different name. For example a timestamp type is called + datetime in one database and time in another. So ADODB has a special + MetaType($type, $max_length) function that standardises the types + to the following: +

    C: character and varchar types
    + X: text or long character (eg. more than 255 bytes wide).
    + B: blob or binary image
    + D: date
    + T: timestamp
    + L: logical (boolean)
    + I: integer
    + N: numeric (float, double, money) +

    In the above date example, +

    $recordset = $conn->Execute("select adate from table");
    + $f0 = $recordset->FetchField(0);
    + $type = $recordset->MetaType($f0->type, $f0->max_length);
    + print $type; /* should print 'D'
    */ +

    +

    Select Limit and Top Support +

    ADODB has a function called $connection->SelectLimit($sql,$nrows,$offset) that allows +you to retrieve a subset of the recordset. This will take advantage of native +SELECT TOP on Microsoft products and SELECT ... LIMIT with PostgreSQL and MySQL, and +emulated if the database does not support it. +

    Caching Support +

    ADODB allows you to cache recordsets in your file system, and only requery the database +server after a certain timeout period with $connection->CacheExecute($secs2cache,$sql) and +$connection->CacheSelectLimit($secs2cache,$sql,$nrows,$offset). +

    PHP4 Session Handler Support +

    ADODB also supports PHP4 session handlers. You can store your session variables + in a database for true scalability using ADODB. For further information, visit + http://php.weblogs.com/adodb-sessions +

    Commercial Use Encouraged

    +

    If you plan to write commercial PHP applications that you want to resell, you should consider ADODB. It has been released using the lesser GPL, which means you can legally include it in commercial applications, while keeping your code proprietary. Commercial use of ADODB is strongly encouraged! We are using it internally for this reason.

    + +

    Conclusion

    +

    As a thank you for finishing this article, here are the complete lyrics for + let's call the whole thing off.
    +
    +

    +   Refrain 
    +
    + You say eether and I say eyether, + You say neether and I say nyther; + Eether, eyether, neether, nyther - + Let's call the whole thing off ! +
    + You like potato and I like po-tah-to, + You like tomato and I like to-mah-to; + Potato, po-tah-to, tomato, to-mah-to - + Let's call the whole thing off ! +
    +But oh, if we call the whole thing off, then we must part. +And oh, if we ever part, then that might break my heart. +
    + So, if you like pajamas and I like pa-jah-mas, + I'll wear pajamas and give up pa-jah-mas. + For we know we + Need each other, so we + Better call the calling off off. + Let's call the whole thing off ! +
    + Second Refrain +
    + You say laughter and I say lawfter, + You say after and I say awfter; + Laughter, lawfter, after, awfter - + Let's call the whole thing off ! +
    + You like vanilla and I like vanella, + You, sa's'parilla and I sa's'parella; + Vanilla, vanella, choc'late, strawb'ry - + Let's call the whole thing off ! +
    +But oh, if we call the whole thing off, then we must part. +And oh, if we ever part, then that might break my heart. +
    + So, if you go for oysters and I go for ersters, + I'll order oysters and cancel the ersters. + For we know we + Need each other, so we + Better call the calling off off. + Let's call the whole thing off ! +
    +

    Song and lyrics by George and Ira Gershwin, introduced by Fred Astaire and Ginger Rogers +in the film "Shall We Dance?"

    +

    +(c)2001-2002 John Lim. + + + diff --git a/e_lib/adodb5/drivers/adodb-access.inc.php b/e_lib/adodb5/drivers/adodb-access.inc.php new file mode 100644 index 00000000..cb9a4241 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-access.inc.php @@ -0,0 +1,87 @@ +ADODB_odbc(); + } + + function Time() + { + return time(); + } + + function BeginTrans() { return false;} + + function IfNull( $field, $ifNull ) + { + return " IIF(IsNull($field), $ifNull, $field) "; // if Access + } +/* + function MetaTables() + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = odbc_tables($this->_connectionID); + $rs = new ADORecordSet_odbc($qid); + $ADODB_FETCH_MODE = $savem; + if (!$rs) return false; + + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + + $arr = $rs->GetArray(); + //print_pre($arr); + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + if ($arr[$i][2] && $arr[$i][3] != 'SYSTEM TABLE') + $arr2[] = $arr[$i][2]; + } + return $arr2; + }*/ +} + + +class ADORecordSet_access extends ADORecordSet_odbc { + + var $databaseType = "access"; + + function ADORecordSet_access($id,$mode=false) + { + return $this->ADORecordSet_odbc($id,$mode); + } +}// class +} +?> diff --git a/e_lib/adodb5/drivers/adodb-ado.inc.php b/e_lib/adodb5/drivers/adodb-ado.inc.php new file mode 100644 index 00000000..4139ee96 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ado.inc.php @@ -0,0 +1,660 @@ +_affectedRows = new VARIANT; + } + + function ServerInfo() + { + if (!empty($this->_connectionID)) $desc = $this->_connectionID->provider; + return array('description' => $desc, 'version' => ''); + } + + function _affectedrows() + { + if (PHP_VERSION >= 5) return $this->_affectedRows; + + return $this->_affectedRows->value; + } + + // you can also pass a connection string like this: + // + // $DB->Connect('USER ID=sa;PASSWORD=pwd;SERVER=mangrove;DATABASE=ai',false,false,'SQLOLEDB'); + function _connect($argHostname, $argUsername, $argPassword, $argProvider= 'MSDASQL') + { + $u = 'UID'; + $p = 'PWD'; + + if (!empty($this->charPage)) + $dbc = new COM('ADODB.Connection',null,$this->charPage); + else + $dbc = new COM('ADODB.Connection'); + + if (! $dbc) return false; + + /* special support if provider is mssql or access */ + if ($argProvider=='mssql') { + $u = 'User Id'; //User parameter name for OLEDB + $p = 'Password'; + $argProvider = "SQLOLEDB"; // SQL Server Provider + + // not yet + //if ($argDatabasename) $argHostname .= ";Initial Catalog=$argDatabasename"; + + //use trusted conection for SQL if username not specified + if (!$argUsername) $argHostname .= ";Trusted_Connection=Yes"; + } else if ($argProvider=='access') + $argProvider = "Microsoft.Jet.OLEDB.4.0"; // Microsoft Jet Provider + + if ($argProvider) $dbc->Provider = $argProvider; + + if ($argUsername) $argHostname .= ";$u=$argUsername"; + if ($argPassword)$argHostname .= ";$p=$argPassword"; + + if ($this->debug) ADOConnection::outp( "Host=".$argHostname."
    \n version=$dbc->version"); + // @ added below for php 4.0.1 and earlier + @$dbc->Open((string) $argHostname); + + $this->_connectionID = $dbc; + + $dbc->CursorLocation = $this->_cursor_location; + return $dbc->State > 0; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') + { + return $this->_connect($argHostname,$argUsername,$argPassword,$argProvider); + } + +/* + adSchemaCatalogs = 1, + adSchemaCharacterSets = 2, + adSchemaCollations = 3, + adSchemaColumns = 4, + adSchemaCheckConstraints = 5, + adSchemaConstraintColumnUsage = 6, + adSchemaConstraintTableUsage = 7, + adSchemaKeyColumnUsage = 8, + adSchemaReferentialContraints = 9, + adSchemaTableConstraints = 10, + adSchemaColumnsDomainUsage = 11, + adSchemaIndexes = 12, + adSchemaColumnPrivileges = 13, + adSchemaTablePrivileges = 14, + adSchemaUsagePrivileges = 15, + adSchemaProcedures = 16, + adSchemaSchemata = 17, + adSchemaSQLLanguages = 18, + adSchemaStatistics = 19, + adSchemaTables = 20, + adSchemaTranslations = 21, + adSchemaProviderTypes = 22, + adSchemaViews = 23, + adSchemaViewColumnUsage = 24, + adSchemaViewTableUsage = 25, + adSchemaProcedureParameters = 26, + adSchemaForeignKeys = 27, + adSchemaPrimaryKeys = 28, + adSchemaProcedureColumns = 29, + adSchemaDBInfoKeywords = 30, + adSchemaDBInfoLiterals = 31, + adSchemaCubes = 32, + adSchemaDimensions = 33, + adSchemaHierarchies = 34, + adSchemaLevels = 35, + adSchemaMeasures = 36, + adSchemaProperties = 37, + adSchemaMembers = 38 + +*/ + + function MetaTables() + { + $arr= array(); + $dbc = $this->_connectionID; + + $adors=@$dbc->OpenSchema(20);//tables + if ($adors){ + $f = $adors->Fields(2);//table/view name + $t = $adors->Fields(3);//table type + while (!$adors->EOF){ + $tt=substr($t->value,0,6); + if ($tt!='SYSTEM' && $tt !='ACCESS') + $arr[]=$f->value; + //print $f->value . ' ' . $t->value.'
    '; + $adors->MoveNext(); + } + $adors->Close(); + } + + return $arr; + } + + function MetaColumns($table, $normalize=true) + { + $table = strtoupper($table); + $arr = array(); + $dbc = $this->_connectionID; + + $adors=@$dbc->OpenSchema(4);//tables + + if ($adors){ + $t = $adors->Fields(2);//table/view name + while (!$adors->EOF){ + + + if (strtoupper($t->Value) == $table) { + + $fld = new ADOFieldObject(); + $c = $adors->Fields(3); + $fld->name = $c->Value; + $fld->type = 'CHAR'; // cannot discover type in ADO! + $fld->max_length = -1; + $arr[strtoupper($fld->name)]=$fld; + } + + $adors->MoveNext(); + } + $adors->Close(); + } + $false = false; + return empty($arr) ? $false : $arr; + } + + + + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + + $dbc = $this->_connectionID; + $false = false; + + // return rs + if ($inputarr) { + + if (!empty($this->charPage)) + $oCmd = new COM('ADODB.Command',null,$this->charPage); + else + $oCmd = new COM('ADODB.Command'); + $oCmd->ActiveConnection = $dbc; + $oCmd->CommandText = $sql; + $oCmd->CommandType = 1; + + // Map by http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmthcreateparam.asp + // Check issue http://bugs.php.net/bug.php?id=40664 !!! + while(list(, $val) = each($inputarr)) { + $type = gettype($val); + $len=strlen($val); + if ($type == 'boolean') + $this->adoParameterType = 11; + else if ($type == 'integer') + $this->adoParameterType = 3; + else if ($type == 'double') + $this->adoParameterType = 5; + elseif ($type == 'string') + $this->adoParameterType = 202; + else if (($val === null) || (!defined($val))) + $len=1; + else + $this->adoParameterType = 130; + + // name, type, direction 1 = input, len, + $p = $oCmd->CreateParameter('name',$this->adoParameterType,1,$len,$val); + + $oCmd->Parameters->Append($p); + } + $p = false; + $rs = $oCmd->Execute(); + $e = $dbc->Errors; + if ($dbc->Errors->Count > 0) return $false; + return $rs; + } + + $rs = @$dbc->Execute($sql,$this->_affectedRows, $this->_execute_option); + + if ($dbc->Errors->Count > 0) return $false; + if (! $rs) return $false; + + if ($rs->State == 0) { + $true = true; + return $true; // 0 = adStateClosed means no records returned + } + return $rs; + } + + + function BeginTrans() + { + if ($this->transOff) return true; + + if (isset($this->_thisTransactions)) + if (!$this->_thisTransactions) return false; + else { + $o = $this->_connectionID->Properties("Transaction DDL"); + $this->_thisTransactions = $o ? true : false; + if (!$o) return false; + } + @$this->_connectionID->BeginTrans(); + $this->transCnt += 1; + return true; + } + + function CommitTrans($ok=true) + { + if (!$ok) return $this->RollbackTrans(); + if ($this->transOff) return true; + + @$this->_connectionID->CommitTrans(); + if ($this->transCnt) @$this->transCnt -= 1; + return true; + } + function RollbackTrans() { + if ($this->transOff) return true; + @$this->_connectionID->RollbackTrans(); + if ($this->transCnt) @$this->transCnt -= 1; + return true; + } + + /* Returns: the last error message from previous database operation */ + + function ErrorMsg() + { + if (!$this->_connectionID) return "No connection established"; + $errc = $this->_connectionID->Errors; + if (!$errc) return "No Errors object found"; + if ($errc->Count == 0) return ''; + $err = $errc->Item($errc->Count-1); + return $err->Description; + } + + function ErrorNo() + { + $errc = $this->_connectionID->Errors; + if ($errc->Count == 0) return 0; + $err = $errc->Item($errc->Count-1); + return $err->NativeError; + } + + // returns true or false + function _close() + { + if ($this->_connectionID) $this->_connectionID->Close(); + $this->_connectionID = false; + return true; + } + + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_ado extends ADORecordSet { + + var $bind = false; + var $databaseType = "ado"; + var $dataProvider = "ado"; + var $_tarr = false; // caches the types + var $_flds; // and field objects + var $canSeek = true; + var $hideErrors = true; + + function ADORecordSet_ado($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + return $this->ADORecordSet($id,$mode); + } + + + // returns the field object + function FetchField($fieldOffset = -1) { + $off=$fieldOffset+1; // offsets begin at 1 + + $o= new ADOFieldObject(); + $rs = $this->_queryID; + $f = $rs->Fields($fieldOffset); + $o->name = $f->Name; + $t = $f->Type; + $o->type = $this->MetaType($t); + $o->max_length = $f->DefinedSize; + $o->ado_type = $t; + + //print "off=$off name=$o->name type=$o->type len=$o->max_length
    "; + return $o; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + function _initrs() + { + $rs = $this->_queryID; + $this->_numOfRows = $rs->RecordCount; + + $f = $rs->Fields; + $this->_numOfFields = $f->Count; + } + + + // should only be used to move forward as we normally use forward-only cursors + function _seek($row) + { + $rs = $this->_queryID; + // absoluteposition doesn't work -- my maths is wrong ? + // $rs->AbsolutePosition->$row-2; + // return true; + if ($this->_currentRow > $row) return false; + @$rs->Move((integer)$row - $this->_currentRow-1); //adBookmarkFirst + return true; + } + +/* + OLEDB types + + enum DBTYPEENUM + { DBTYPE_EMPTY = 0, + DBTYPE_NULL = 1, + DBTYPE_I2 = 2, + DBTYPE_I4 = 3, + DBTYPE_R4 = 4, + DBTYPE_R8 = 5, + DBTYPE_CY = 6, + DBTYPE_DATE = 7, + DBTYPE_BSTR = 8, + DBTYPE_IDISPATCH = 9, + DBTYPE_ERROR = 10, + DBTYPE_BOOL = 11, + DBTYPE_VARIANT = 12, + DBTYPE_IUNKNOWN = 13, + DBTYPE_DECIMAL = 14, + DBTYPE_UI1 = 17, + DBTYPE_ARRAY = 0x2000, + DBTYPE_BYREF = 0x4000, + DBTYPE_I1 = 16, + DBTYPE_UI2 = 18, + DBTYPE_UI4 = 19, + DBTYPE_I8 = 20, + DBTYPE_UI8 = 21, + DBTYPE_GUID = 72, + DBTYPE_VECTOR = 0x1000, + DBTYPE_RESERVED = 0x8000, + DBTYPE_BYTES = 128, + DBTYPE_STR = 129, + DBTYPE_WSTR = 130, + DBTYPE_NUMERIC = 131, + DBTYPE_UDT = 132, + DBTYPE_DBDATE = 133, + DBTYPE_DBTIME = 134, + DBTYPE_DBTIMESTAMP = 135 + + ADO Types + + adEmpty = 0, + adTinyInt = 16, + adSmallInt = 2, + adInteger = 3, + adBigInt = 20, + adUnsignedTinyInt = 17, + adUnsignedSmallInt = 18, + adUnsignedInt = 19, + adUnsignedBigInt = 21, + adSingle = 4, + adDouble = 5, + adCurrency = 6, + adDecimal = 14, + adNumeric = 131, + adBoolean = 11, + adError = 10, + adUserDefined = 132, + adVariant = 12, + adIDispatch = 9, + adIUnknown = 13, + adGUID = 72, + adDate = 7, + adDBDate = 133, + adDBTime = 134, + adDBTimeStamp = 135, + adBSTR = 8, + adChar = 129, + adVarChar = 200, + adLongVarChar = 201, + adWChar = 130, + adVarWChar = 202, + adLongVarWChar = 203, + adBinary = 128, + adVarBinary = 204, + adLongVarBinary = 205, + adChapter = 136, + adFileTime = 64, + adDBFileTime = 137, + adPropVariant = 138, + adVarNumeric = 139 +*/ + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + + if (!is_numeric($t)) return $t; + + switch ($t) { + case 0: + case 12: // variant + case 8: // bstr + case 129: //char + case 130: //wc + case 200: // varc + case 202:// varWC + case 128: // bin + case 204: // varBin + case 72: // guid + if ($len <= $this->blobSize) return 'C'; + + case 201: + case 203: + return 'X'; + case 128: + case 204: + case 205: + return 'B'; + case 7: + case 133: return 'D'; + + case 134: + case 135: return 'T'; + + case 11: return 'L'; + + case 16:// adTinyInt = 16, + case 2://adSmallInt = 2, + case 3://adInteger = 3, + case 4://adBigInt = 20, + case 17://adUnsignedTinyInt = 17, + case 18://adUnsignedSmallInt = 18, + case 19://adUnsignedInt = 19, + case 20://adUnsignedBigInt = 21, + return 'I'; + default: return 'N'; + } + } + + // time stamp not supported yet + function _fetch() + { + $rs = $this->_queryID; + if (!$rs or $rs->EOF) { + $this->fields = false; + return false; + } + $this->fields = array(); + + if (!$this->_tarr) { + $tarr = array(); + $flds = array(); + for ($i=0,$max = $this->_numOfFields; $i < $max; $i++) { + $f = $rs->Fields($i); + $flds[] = $f; + $tarr[] = $f->Type; + } + // bind types and flds only once + $this->_tarr = $tarr; + $this->_flds = $flds; + } + $t = reset($this->_tarr); + $f = reset($this->_flds); + + if ($this->hideErrors) $olde = error_reporting(E_ERROR|E_CORE_ERROR);// sometimes $f->value be null + for ($i=0,$max = $this->_numOfFields; $i < $max; $i++) { + //echo "

    ",$t,' ';var_dump($f->value); echo '

    '; + switch($t) { + case 135: // timestamp + if (!strlen((string)$f->value)) $this->fields[] = false; + else { + if (!is_numeric($f->value)) # $val = variant_date_to_timestamp($f->value); + // VT_DATE stores dates as (float) fractional days since 1899/12/30 00:00:00 + $val=(float) variant_cast($f->value,VT_R8)*3600*24-2209161600; + else + $val = $f->value; + $this->fields[] = adodb_date('Y-m-d H:i:s',$val); + } + break; + case 133:// A date value (yyyymmdd) + if ($val = $f->value) { + $this->fields[] = substr($val,0,4).'-'.substr($val,4,2).'-'.substr($val,6,2); + } else + $this->fields[] = false; + break; + case 7: // adDate + if (!strlen((string)$f->value)) $this->fields[] = false; + else { + if (!is_numeric($f->value)) $val = variant_date_to_timestamp($f->value); + else $val = $f->value; + + if (($val % 86400) == 0) $this->fields[] = adodb_date('Y-m-d',$val); + else $this->fields[] = adodb_date('Y-m-d H:i:s',$val); + } + break; + case 1: // null + $this->fields[] = false; + break; + case 6: // currency is not supported properly; + ADOConnection::outp( ''.$f->Name.': currency type not supported by PHP'); + $this->fields[] = (float) $f->value; + break; + case 11: //BIT; + $val = ""; + if(is_bool($f->value)) { + if($f->value==true) $val = 1; + else $val = 0; + } + if(is_null($f->value)) $val = null; + + $this->fields[] = $val; + break; + default: + $this->fields[] = $f->value; + break; + } + //print " $f->value $t, "; + $f = next($this->_flds); + $t = next($this->_tarr); + } // for + if ($this->hideErrors) error_reporting($olde); + @$rs->MoveNext(); // @ needed for some versions of PHP! + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + + function NextRecordSet() + { + $rs = $this->_queryID; + $this->_queryID = $rs->NextRecordSet(); + //$this->_queryID = $this->_QueryId->NextRecordSet(); + if ($this->_queryID == null) return false; + + $this->_currentRow = -1; + $this->_currentPage = -1; + $this->bind = false; + $this->fields = false; + $this->_flds = false; + $this->_tarr = false; + + $this->_inited = false; + $this->Init(); + return true; + } + + function _close() { + $this->_flds = false; + @$this->_queryID->Close();// by Pete Dishman (peterd@telephonetics.co.uk) + $this->_queryID = false; + } + +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-ado5.inc.php b/e_lib/adodb5/drivers/adodb-ado5.inc.php new file mode 100644 index 00000000..70d0817d --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ado5.inc.php @@ -0,0 +1,704 @@ +_affectedRows = new VARIANT; + } + + function ServerInfo() + { + if (!empty($this->_connectionID)) $desc = $this->_connectionID->provider; + return array('description' => $desc, 'version' => ''); + } + + function _affectedrows() + { + if (PHP_VERSION >= 5) return $this->_affectedRows; + + return $this->_affectedRows->value; + } + + // you can also pass a connection string like this: + // + // $DB->Connect('USER ID=sa;PASSWORD=pwd;SERVER=mangrove;DATABASE=ai',false,false,'SQLOLEDB'); + function _connect($argHostname, $argUsername, $argPassword,$argDBorProvider, $argProvider= '') + { + // two modes + // - if $argProvider is empty, we assume that $argDBorProvider holds provider -- this is for backward compat + // - if $argProvider is not empty, then $argDBorProvider holds db + + + if ($argProvider) { + $argDatabasename = $argDBorProvider; + } else { + $argDatabasename = ''; + if ($argDBorProvider) $argProvider = $argDBorProvider; + else if (stripos($argHostname,'PROVIDER') === false) /* full conn string is not in $argHostname */ + $argProvider = 'MSDASQL'; + } + + + try { + $u = 'UID'; + $p = 'PWD'; + + if (!empty($this->charPage)) + $dbc = new COM('ADODB.Connection',null,$this->charPage); + else + $dbc = new COM('ADODB.Connection'); + + if (! $dbc) return false; + + /* special support if provider is mssql or access */ + if ($argProvider=='mssql') { + $u = 'User Id'; //User parameter name for OLEDB + $p = 'Password'; + $argProvider = "SQLOLEDB"; // SQL Server Provider + + // not yet + //if ($argDatabasename) $argHostname .= ";Initial Catalog=$argDatabasename"; + + //use trusted conection for SQL if username not specified + if (!$argUsername) $argHostname .= ";Trusted_Connection=Yes"; + } else if ($argProvider=='access') + $argProvider = "Microsoft.Jet.OLEDB.4.0"; // Microsoft Jet Provider + + if ($argProvider) $dbc->Provider = $argProvider; + + if ($argProvider) $argHostname = "PROVIDER=$argProvider;DRIVER={SQL Server};SERVER=$argHostname"; + + + if ($argDatabasename) $argHostname .= ";DATABASE=$argDatabasename"; + if ($argUsername) $argHostname .= ";$u=$argUsername"; + if ($argPassword)$argHostname .= ";$p=$argPassword"; + + if ($this->debug) ADOConnection::outp( "Host=".$argHostname."
    \n version=$dbc->version"); + // @ added below for php 4.0.1 and earlier + @$dbc->Open((string) $argHostname); + + $this->_connectionID = $dbc; + + $dbc->CursorLocation = $this->_cursor_location; + return $dbc->State > 0; + } catch (exception $e) { + if ($this->debug);echo "
    ",$argHostname,"\n",$e,"
    \n"; + } + + return false; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argProvider='MSDASQL') + { + return $this->_connect($argHostname,$argUsername,$argPassword,$argProvider); + } + +/* + adSchemaCatalogs = 1, + adSchemaCharacterSets = 2, + adSchemaCollations = 3, + adSchemaColumns = 4, + adSchemaCheckConstraints = 5, + adSchemaConstraintColumnUsage = 6, + adSchemaConstraintTableUsage = 7, + adSchemaKeyColumnUsage = 8, + adSchemaReferentialContraints = 9, + adSchemaTableConstraints = 10, + adSchemaColumnsDomainUsage = 11, + adSchemaIndexes = 12, + adSchemaColumnPrivileges = 13, + adSchemaTablePrivileges = 14, + adSchemaUsagePrivileges = 15, + adSchemaProcedures = 16, + adSchemaSchemata = 17, + adSchemaSQLLanguages = 18, + adSchemaStatistics = 19, + adSchemaTables = 20, + adSchemaTranslations = 21, + adSchemaProviderTypes = 22, + adSchemaViews = 23, + adSchemaViewColumnUsage = 24, + adSchemaViewTableUsage = 25, + adSchemaProcedureParameters = 26, + adSchemaForeignKeys = 27, + adSchemaPrimaryKeys = 28, + adSchemaProcedureColumns = 29, + adSchemaDBInfoKeywords = 30, + adSchemaDBInfoLiterals = 31, + adSchemaCubes = 32, + adSchemaDimensions = 33, + adSchemaHierarchies = 34, + adSchemaLevels = 35, + adSchemaMeasures = 36, + adSchemaProperties = 37, + adSchemaMembers = 38 + +*/ + + function MetaTables() + { + $arr= array(); + $dbc = $this->_connectionID; + + $adors=@$dbc->OpenSchema(20);//tables + if ($adors){ + $f = $adors->Fields(2);//table/view name + $t = $adors->Fields(3);//table type + while (!$adors->EOF){ + $tt=substr($t->value,0,6); + if ($tt!='SYSTEM' && $tt !='ACCESS') + $arr[]=$f->value; + //print $f->value . ' ' . $t->value.'
    '; + $adors->MoveNext(); + } + $adors->Close(); + } + + return $arr; + } + + function MetaColumns($table, $normalize=true) + { + $table = strtoupper($table); + $arr= array(); + $dbc = $this->_connectionID; + + $adors=@$dbc->OpenSchema(4);//tables + + if ($adors){ + $t = $adors->Fields(2);//table/view name + while (!$adors->EOF){ + + + if (strtoupper($t->Value) == $table) { + + $fld = new ADOFieldObject(); + $c = $adors->Fields(3); + $fld->name = $c->Value; + $fld->type = 'CHAR'; // cannot discover type in ADO! + $fld->max_length = -1; + $arr[strtoupper($fld->name)]=$fld; + } + + $adors->MoveNext(); + } + $adors->Close(); + } + + return $arr; + } + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + try { // In PHP5, all COM errors are exceptions, so to maintain old behaviour... + + $dbc = $this->_connectionID; + + // return rs + + $false = false; + + if ($inputarr) { + + if (!empty($this->charPage)) + $oCmd = new COM('ADODB.Command',null,$this->charPage); + else + $oCmd = new COM('ADODB.Command'); + $oCmd->ActiveConnection = $dbc; + $oCmd->CommandText = $sql; + $oCmd->CommandType = 1; + + while(list(, $val) = each($inputarr)) { + $type = gettype($val); + $len=strlen($val); + if ($type == 'boolean') + $this->adoParameterType = 11; + else if ($type == 'integer') + $this->adoParameterType = 3; + else if ($type == 'double') + $this->adoParameterType = 5; + elseif ($type == 'string') + $this->adoParameterType = 202; + else if (($val === null) || (!defined($val))) + $len=1; + else + $this->adoParameterType = 130; + + // name, type, direction 1 = input, len, + $p = $oCmd->CreateParameter('name',$this->adoParameterType,1,$len,$val); + + $oCmd->Parameters->Append($p); + } + + $p = false; + $rs = $oCmd->Execute(); + $e = $dbc->Errors; + if ($dbc->Errors->Count > 0) return $false; + return $rs; + } + + $rs = @$dbc->Execute($sql,$this->_affectedRows, $this->_execute_option); + + if ($dbc->Errors->Count > 0) return $false; + if (! $rs) return $false; + + if ($rs->State == 0) { + $true = true; + return $true; // 0 = adStateClosed means no records returned + } + return $rs; + + } catch (exception $e) { + + } + return $false; + } + + + function BeginTrans() + { + if ($this->transOff) return true; + + if (isset($this->_thisTransactions)) + if (!$this->_thisTransactions) return false; + else { + $o = $this->_connectionID->Properties("Transaction DDL"); + $this->_thisTransactions = $o ? true : false; + if (!$o) return false; + } + @$this->_connectionID->BeginTrans(); + $this->transCnt += 1; + return true; + } + function CommitTrans($ok=true) + { + if (!$ok) return $this->RollbackTrans(); + if ($this->transOff) return true; + + @$this->_connectionID->CommitTrans(); + if ($this->transCnt) @$this->transCnt -= 1; + return true; + } + function RollbackTrans() { + if ($this->transOff) return true; + @$this->_connectionID->RollbackTrans(); + if ($this->transCnt) @$this->transCnt -= 1; + return true; + } + + /* Returns: the last error message from previous database operation */ + + function ErrorMsg() + { + if (!$this->_connectionID) return "No connection established"; + $errmsg = ''; + + try { + $errc = $this->_connectionID->Errors; + if (!$errc) return "No Errors object found"; + if ($errc->Count == 0) return ''; + $err = $errc->Item($errc->Count-1); + $errmsg = $err->Description; + }catch(exception $e) { + } + return $errmsg; + } + + function ErrorNo() + { + $errc = $this->_connectionID->Errors; + if ($errc->Count == 0) return 0; + $err = $errc->Item($errc->Count-1); + return $err->NativeError; + } + + // returns true or false + function _close() + { + if ($this->_connectionID) $this->_connectionID->Close(); + $this->_connectionID = false; + return true; + } + + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_ado extends ADORecordSet { + + var $bind = false; + var $databaseType = "ado"; + var $dataProvider = "ado"; + var $_tarr = false; // caches the types + var $_flds; // and field objects + var $canSeek = true; + var $hideErrors = true; + + function ADORecordSet_ado($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + return $this->ADORecordSet($id,$mode); + } + + + // returns the field object + function FetchField($fieldOffset = -1) { + $off=$fieldOffset+1; // offsets begin at 1 + + $o= new ADOFieldObject(); + $rs = $this->_queryID; + if (!$rs) return false; + + $f = $rs->Fields($fieldOffset); + $o->name = $f->Name; + $t = $f->Type; + $o->type = $this->MetaType($t); + $o->max_length = $f->DefinedSize; + $o->ado_type = $t; + + + //print "off=$off name=$o->name type=$o->type len=$o->max_length
    "; + return $o; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + function _initrs() + { + $rs = $this->_queryID; + + try { + $this->_numOfRows = $rs->RecordCount; + } catch (Exception $e) { + $this->_numOfRows = -1; + } + $f = $rs->Fields; + $this->_numOfFields = $f->Count; + } + + + // should only be used to move forward as we normally use forward-only cursors + function _seek($row) + { + $rs = $this->_queryID; + // absoluteposition doesn't work -- my maths is wrong ? + // $rs->AbsolutePosition->$row-2; + // return true; + if ($this->_currentRow > $row) return false; + @$rs->Move((integer)$row - $this->_currentRow-1); //adBookmarkFirst + return true; + } + +/* + OLEDB types + + enum DBTYPEENUM + { DBTYPE_EMPTY = 0, + DBTYPE_NULL = 1, + DBTYPE_I2 = 2, + DBTYPE_I4 = 3, + DBTYPE_R4 = 4, + DBTYPE_R8 = 5, + DBTYPE_CY = 6, + DBTYPE_DATE = 7, + DBTYPE_BSTR = 8, + DBTYPE_IDISPATCH = 9, + DBTYPE_ERROR = 10, + DBTYPE_BOOL = 11, + DBTYPE_VARIANT = 12, + DBTYPE_IUNKNOWN = 13, + DBTYPE_DECIMAL = 14, + DBTYPE_UI1 = 17, + DBTYPE_ARRAY = 0x2000, + DBTYPE_BYREF = 0x4000, + DBTYPE_I1 = 16, + DBTYPE_UI2 = 18, + DBTYPE_UI4 = 19, + DBTYPE_I8 = 20, + DBTYPE_UI8 = 21, + DBTYPE_GUID = 72, + DBTYPE_VECTOR = 0x1000, + DBTYPE_RESERVED = 0x8000, + DBTYPE_BYTES = 128, + DBTYPE_STR = 129, + DBTYPE_WSTR = 130, + DBTYPE_NUMERIC = 131, + DBTYPE_UDT = 132, + DBTYPE_DBDATE = 133, + DBTYPE_DBTIME = 134, + DBTYPE_DBTIMESTAMP = 135 + + ADO Types + + adEmpty = 0, + adTinyInt = 16, + adSmallInt = 2, + adInteger = 3, + adBigInt = 20, + adUnsignedTinyInt = 17, + adUnsignedSmallInt = 18, + adUnsignedInt = 19, + adUnsignedBigInt = 21, + adSingle = 4, + adDouble = 5, + adCurrency = 6, + adDecimal = 14, + adNumeric = 131, + adBoolean = 11, + adError = 10, + adUserDefined = 132, + adVariant = 12, + adIDispatch = 9, + adIUnknown = 13, + adGUID = 72, + adDate = 7, + adDBDate = 133, + adDBTime = 134, + adDBTimeStamp = 135, + adBSTR = 8, + adChar = 129, + adVarChar = 200, + adLongVarChar = 201, + adWChar = 130, + adVarWChar = 202, + adLongVarWChar = 203, + adBinary = 128, + adVarBinary = 204, + adLongVarBinary = 205, + adChapter = 136, + adFileTime = 64, + adDBFileTime = 137, + adPropVariant = 138, + adVarNumeric = 139 +*/ + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + + if (!is_numeric($t)) return $t; + + switch ($t) { + case 0: + case 12: // variant + case 8: // bstr + case 129: //char + case 130: //wc + case 200: // varc + case 202:// varWC + case 128: // bin + case 204: // varBin + case 72: // guid + if ($len <= $this->blobSize) return 'C'; + + case 201: + case 203: + return 'X'; + case 128: + case 204: + case 205: + return 'B'; + case 7: + case 133: return 'D'; + + case 134: + case 135: return 'T'; + + case 11: return 'L'; + + case 16:// adTinyInt = 16, + case 2://adSmallInt = 2, + case 3://adInteger = 3, + case 4://adBigInt = 20, + case 17://adUnsignedTinyInt = 17, + case 18://adUnsignedSmallInt = 18, + case 19://adUnsignedInt = 19, + case 20://adUnsignedBigInt = 21, + return 'I'; + default: return 'N'; + } + } + + // time stamp not supported yet + function _fetch() + { + $rs = $this->_queryID; + if (!$rs or $rs->EOF) { + $this->fields = false; + return false; + } + $this->fields = array(); + + if (!$this->_tarr) { + $tarr = array(); + $flds = array(); + for ($i=0,$max = $this->_numOfFields; $i < $max; $i++) { + $f = $rs->Fields($i); + $flds[] = $f; + $tarr[] = $f->Type; + } + // bind types and flds only once + $this->_tarr = $tarr; + $this->_flds = $flds; + } + $t = reset($this->_tarr); + $f = reset($this->_flds); + + if ($this->hideErrors) $olde = error_reporting(E_ERROR|E_CORE_ERROR);// sometimes $f->value be null + for ($i=0,$max = $this->_numOfFields; $i < $max; $i++) { + //echo "

    ",$t,' ';var_dump($f->value); echo '

    '; + switch($t) { + case 135: // timestamp + if (!strlen((string)$f->value)) $this->fields[] = false; + else { + if (!is_numeric($f->value)) # $val = variant_date_to_timestamp($f->value); + // VT_DATE stores dates as (float) fractional days since 1899/12/30 00:00:00 + $val= (float) variant_cast($f->value,VT_R8)*3600*24-2209161600; + else + $val = $f->value; + $this->fields[] = adodb_date('Y-m-d H:i:s',$val); + } + break; + case 133:// A date value (yyyymmdd) + if ($val = $f->value) { + $this->fields[] = substr($val,0,4).'-'.substr($val,4,2).'-'.substr($val,6,2); + } else + $this->fields[] = false; + break; + case 7: // adDate + if (!strlen((string)$f->value)) $this->fields[] = false; + else { + if (!is_numeric($f->value)) $val = variant_date_to_timestamp($f->value); + else $val = $f->value; + + if (($val % 86400) == 0) $this->fields[] = adodb_date('Y-m-d',$val); + else $this->fields[] = adodb_date('Y-m-d H:i:s',$val); + } + break; + case 1: // null + $this->fields[] = false; + break; + case 6: // currency is not supported properly; + ADOConnection::outp( ''.$f->Name.': currency type not supported by PHP'); + $this->fields[] = (float) $f->value; + break; + case 11: //BIT; + $val = ""; + if(is_bool($f->value)) { + if($f->value==true) $val = 1; + else $val = 0; + } + if(is_null($f->value)) $val = null; + + $this->fields[] = $val; + break; + default: + $this->fields[] = $f->value; + break; + } + //print " $f->value $t, "; + $f = next($this->_flds); + $t = next($this->_tarr); + } // for + if ($this->hideErrors) error_reporting($olde); + @$rs->MoveNext(); // @ needed for some versions of PHP! + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + + function NextRecordSet() + { + $rs = $this->_queryID; + $this->_queryID = $rs->NextRecordSet(); + //$this->_queryID = $this->_QueryId->NextRecordSet(); + if ($this->_queryID == null) return false; + + $this->_currentRow = -1; + $this->_currentPage = -1; + $this->bind = false; + $this->fields = false; + $this->_flds = false; + $this->_tarr = false; + + $this->_inited = false; + $this->Init(); + return true; + } + + function _close() { + $this->_flds = false; + try { + @$this->_queryID->Close();// by Pete Dishman (peterd@telephonetics.co.uk) + } catch (Exception $e) { + } + $this->_queryID = false; + } + +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-ado_access.inc.php b/e_lib/adodb5/drivers/adodb-ado_access.inc.php new file mode 100644 index 00000000..b4ea5428 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ado_access.inc.php @@ -0,0 +1,54 @@ += 5) include(ADODB_DIR."/drivers/adodb-ado5.inc.php"); + else include(ADODB_DIR."/drivers/adodb-ado.inc.php"); +} + +class ADODB_ado_access extends ADODB_ado { + var $databaseType = 'ado_access'; + var $hasTop = 'top'; // support mssql SELECT TOP 10 * FROM TABLE + var $fmtDate = "#Y-m-d#"; + var $fmtTimeStamp = "#Y-m-d h:i:sA#";// note no comma + var $sysDate = "FORMAT(NOW,'yyyy-mm-dd')"; + var $sysTimeStamp = 'NOW'; + var $upperCase = 'ucase'; + + function ADODB_ado_access() + { + $this->ADODB_ado(); + } + + /*function BeginTrans() { return false;} + + function CommitTrans() { return false;} + + function RollbackTrans() { return false;}*/ + +} + + +class ADORecordSet_ado_access extends ADORecordSet_ado { + + var $databaseType = "ado_access"; + + function ADORecordSet_ado_access($id,$mode=false) + { + return $this->ADORecordSet_ado($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-ado_mssql.inc.php b/e_lib/adodb5/drivers/adodb-ado_mssql.inc.php new file mode 100644 index 00000000..31812941 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ado_mssql.inc.php @@ -0,0 +1,154 @@ += 5) include(ADODB_DIR."/drivers/adodb-ado5.inc.php"); + else include(ADODB_DIR."/drivers/adodb-ado.inc.php"); +} + + +class ADODB_ado_mssql extends ADODB_ado { + var $databaseType = 'ado_mssql'; + var $hasTop = 'top'; + var $hasInsertID = true; + var $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)'; + var $sysTimeStamp = 'GetDate()'; + var $leftOuter = '*='; + var $rightOuter = '=*'; + var $ansiOuter = true; // for mssql7 or later + var $substr = "substring"; + var $length = 'len'; + var $_dropSeqSQL = "drop table %s"; + + //var $_inTransaction = 1; // always open recordsets, so no transaction problems. + + function ADODB_ado_mssql() + { + $this->ADODB_ado(); + } + + function _insertid() + { + return $this->GetOne('select SCOPE_IDENTITY()'); + } + + function _affectedrows() + { + return $this->GetOne('select @@rowcount'); + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET TRANSACTION ".$transaction_mode); + } + + function qstr($s,$magic_quotes=false) + { + $s = ADOConnection::qstr($s, $magic_quotes); + return str_replace("\0", "\\\\000", $s); + } + + function MetaColumns($table, $normalize=true) + { + $table = strtoupper($table); + $arr= array(); + $dbc = $this->_connectionID; + + $osoptions = array(); + $osoptions[0] = null; + $osoptions[1] = null; + $osoptions[2] = $table; + $osoptions[3] = null; + + $adors=@$dbc->OpenSchema(4, $osoptions);//tables + + if ($adors){ + while (!$adors->EOF){ + $fld = new ADOFieldObject(); + $c = $adors->Fields(3); + $fld->name = $c->Value; + $fld->type = 'CHAR'; // cannot discover type in ADO! + $fld->max_length = -1; + $arr[strtoupper($fld->name)]=$fld; + + $adors->MoveNext(); + } + $adors->Close(); + } + $false = false; + return empty($arr) ? $false : $arr; + } + + function CreateSequence($seq='adodbseq',$start=1) + { + + $this->Execute('BEGIN TRANSACTION adodbseq'); + $start -= 1; + $this->Execute("create table $seq (id float(53))"); + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + $this->Execute('ROLLBACK TRANSACTION adodbseq'); + return false; + } + $this->Execute('COMMIT TRANSACTION adodbseq'); + return true; + } + + function GenID($seq='adodbseq',$start=1) + { + //$this->debug=1; + $this->Execute('BEGIN TRANSACTION adodbseq'); + $ok = $this->Execute("update $seq with (tablock,holdlock) set id = id + 1"); + if (!$ok) { + $this->Execute("create table $seq (id float(53))"); + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + $this->Execute('ROLLBACK TRANSACTION adodbseq'); + return false; + } + $this->Execute('COMMIT TRANSACTION adodbseq'); + return $start; + } + $num = $this->GetOne("select id from $seq"); + $this->Execute('COMMIT TRANSACTION adodbseq'); + return $num; + + // in old implementation, pre 1.90, we returned GUID... + //return $this->GetOne("SELECT CONVERT(varchar(255), NEWID()) AS 'Char'"); + } + + } // end class + + class ADORecordSet_ado_mssql extends ADORecordSet_ado { + + var $databaseType = 'ado_mssql'; + + function ADORecordSet_ado_mssql($id,$mode=false) + { + return $this->ADORecordSet_ado($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-ads.inc.php b/e_lib/adodb5/drivers/adodb-ads.inc.php new file mode 100644 index 00000000..aab94617 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ads.inc.php @@ -0,0 +1,796 @@ +_haserrorfunctions = ADODB_PHPVER >= 0x4050; + $this->_has_stupid_odbc_fetch_api_change = ADODB_PHPVER >= 0x4200; + } + + // returns true or false + function _connect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('ads_connect')) return null; + + if ($this->debug && $argDatabasename && $this->databaseType != 'vfp') { + ADOConnection::outp("For Advantage Connect(), $argDatabasename is not used. Place dsn in 1st parameter."); + } + if (isset($php_errormsg)) $php_errormsg = ''; + if ($this->curmode === false) $this->_connectionID = ads_connect($argDSN,$argUsername,$argPassword); + else $this->_connectionID = ads_connect($argDSN,$argUsername,$argPassword,$this->curmode); + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + // returns true or false + function _pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('ads_connect')) return null; + + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if ($this->debug && $argDatabasename) { + ADOConnection::outp("For PConnect(), $argDatabasename is not used. Place dsn in 1st parameter."); + } + // print "dsn=$argDSN u=$argUsername p=$argPassword
    "; flush(); + if ($this->curmode === false) $this->_connectionID = ads_connect($argDSN,$argUsername,$argPassword); + else $this->_connectionID = ads_pconnect($argDSN,$argUsername,$argPassword,$this->curmode); + + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if ($this->_connectionID && $this->autoRollback) @ads_rollback($this->_connectionID); + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + // returns the Server version and Description + function ServerInfo() + { + + if (!empty($this->host) && ADODB_PHPVER >= 0x4300) { + $stmt = $this->Prepare('EXECUTE PROCEDURE sp_mgGetInstallInfo()'); + $res = $this->Execute($stmt); + if(!$res) + print $this->ErrorMsg(); + else{ + $ret["version"]= $res->fields[3]; + $ret["description"]="Advantage Database Server"; + return $ret; + } + } + else { + return ADOConnection::ServerInfo(); + } + } + + + // returns true or false + function CreateSequence( $seqname,$start=1) + { + $res = $this->Execute("CREATE TABLE $seqname ( ID autoinc( 1 ) ) IN DATABASE"); + if(!$res){ + print $this->ErrorMsg(); + return false; + } + else + return true; + + } + + // returns true or false + function DropSequence($seqname) + { + $res = $this->Execute("DROP TABLE $seqname"); + if(!$res){ + print $this->ErrorMsg(); + return false; + } + else + return true; + } + + + // returns the generated ID or false + // checks if the table already exists, else creates the table and inserts a record into the table + // and gets the ID number of the last inserted record. + function GenID($seqname,$start=1) + { + $go = $this->Execute("select * from $seqname"); + if (!$go){ + $res = $this->Execute("CREATE TABLE $seqname ( ID autoinc( 1 ) ) IN DATABASE"); + if(!res){ + print $this->ErrorMsg(); + return false; + } + } + $res = $this->Execute("INSERT INTO $seqname VALUES( DEFAULT )"); + if(!$res){ + print $this->ErrorMsg(); + return false; + } + else{ + $gen = $this->Execute("SELECT LastAutoInc( STATEMENT ) FROM system.iota"); + $ret = $gen->fields[0]; + return $ret; + } + + } + + + + + function ErrorMsg() + { + if ($this->_haserrorfunctions) { + if ($this->_errorMsg !== false) return $this->_errorMsg; + if (empty($this->_connectionID)) return @ads_errormsg(); + return @ads_errormsg($this->_connectionID); + } else return ADOConnection::ErrorMsg(); + } + + + function ErrorNo() + { + + if ($this->_haserrorfunctions) { + if ($this->_errorCode !== false) { + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + return (strlen($this->_errorCode)<=2) ? 0 : $this->_errorCode; + } + + if (empty($this->_connectionID)) $e = @ads_error(); + else $e = @ads_error($this->_connectionID); + + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + // so we check and patch + if (strlen($e)<=2) return 0; + return $e; + } else return ADOConnection::ErrorNo(); + } + + + + function BeginTrans() + { + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + $this->transCnt += 1; + $this->_autocommit = false; + return ads_autocommit($this->_connectionID,false); + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = ads_commit($this->_connectionID); + ads_autocommit($this->_connectionID,true); + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = ads_rollback($this->_connectionID); + ads_autocommit($this->_connectionID,true); + return $ret; + } + + + // Returns tables,Views or both on succesfull execution. Returns + // tables by default on succesfull execustion. + function &MetaTables($ttype) + { + $recordSet1 = $this->Execute("select * from system.tables"); + if(!$recordSet1){ + print $this->ErrorMsg(); + return false; + } + $recordSet2 = $this->Execute("select * from system.views"); + if(!$recordSet2){ + print $this->ErrorMsg(); + return false; + } + $i=0; + while (!$recordSet1->EOF){ + $arr["$i"] = $recordSet1->fields[0]; + $recordSet1->MoveNext(); + $i=$i+1; + } + if($ttype=='FALSE'){ + while (!$recordSet2->EOF){ + $arr["$i"] = $recordSet2->fields[0]; + $recordSet2->MoveNext(); + $i=$i+1; + } + return $arr; + } + elseif($ttype=='VIEWS'){ + while (!$recordSet2->EOF){ + $arrV["$i"] = $recordSet2->fields[0]; + $recordSet2->MoveNext(); + $i=$i+1; + } + return $arrV; + } + else{ + return $arr; + } + + } + + function &MetaPrimaryKeys($table) + { + $recordSet = $this->Execute("select table_primary_key from system.tables where name='$table'"); + if(!$recordSet){ + print $this->ErrorMsg(); + return false; + } + $i=0; + while (!$recordSet->EOF){ + $arr["$i"] = $recordSet->fields[0]; + $recordSet->MoveNext(); + $i=$i+1; + } + return $arr; + } + +/* +See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcdatetime_data_type_changes.asp +/ SQL data type codes / +#define SQL_UNKNOWN_TYPE 0 +#define SQL_CHAR 1 +#define SQL_NUMERIC 2 +#define SQL_DECIMAL 3 +#define SQL_INTEGER 4 +#define SQL_SMALLINT 5 +#define SQL_FLOAT 6 +#define SQL_REAL 7 +#define SQL_DOUBLE 8 +#if (ODBCVER >= 0x0300) +#define SQL_DATETIME 9 +#endif +#define SQL_VARCHAR 12 + + +/ One-parameter shortcuts for date/time data types / +#if (ODBCVER >= 0x0300) +#define SQL_TYPE_DATE 91 +#define SQL_TYPE_TIME 92 +#define SQL_TYPE_TIMESTAMP 93 + +#define SQL_UNICODE (-95) +#define SQL_UNICODE_VARCHAR (-96) +#define SQL_UNICODE_LONGVARCHAR (-97) +*/ + function ODBCTypes($t) + { + switch ((integer)$t) { + case 1: + case 12: + case 0: + case -95: + case -96: + return 'C'; + case -97: + case -1: //text + return 'X'; + case -4: //image + return 'B'; + + case 9: + case 91: + return 'D'; + + case 10: + case 11: + case 92: + case 93: + return 'T'; + + case 4: + case 5: + case -6: + return 'I'; + + case -11: // uniqidentifier + return 'R'; + case -7: //bit + return 'L'; + + default: + return 'N'; + } + } + + function &MetaColumns($table) + { + global $ADODB_FETCH_MODE; + + $false = false; + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + /*if (false) { // after testing, confirmed that the following does not work becoz of a bug + $qid2 = ads_tables($this->_connectionID); + $rs = new ADORecordSet_ads($qid2); + $ADODB_FETCH_MODE = $savem; + if (!$rs) return false; + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + $rs->_fetch(); + + while (!$rs->EOF) { + if ($table == strtoupper($rs->fields[2])) { + $q = $rs->fields[0]; + $o = $rs->fields[1]; + break; + } + $rs->MoveNext(); + } + $rs->Close(); + + $qid = ads_columns($this->_connectionID,$q,$o,strtoupper($table),'%'); + } */ + + switch ($this->databaseType) { + case 'access': + case 'vfp': + $qid = ads_columns($this->_connectionID);#,'%','',strtoupper($table),'%'); + break; + + + case 'db2': + $colname = "%"; + $qid = ads_columns($this->_connectionID, "", $schema, $table, $colname); + break; + + default: + $qid = @ads_columns($this->_connectionID,'%','%',strtoupper($table),'%'); + if (empty($qid)) $qid = ads_columns($this->_connectionID); + break; + } + if (empty($qid)) return $false; + + $rs = new ADORecordSet_ads($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return $false; + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + $rs->_fetch(); + + $retarr = array(); + + /* + $rs->fields indices + 0 TABLE_QUALIFIER + 1 TABLE_SCHEM + 2 TABLE_NAME + 3 COLUMN_NAME + 4 DATA_TYPE + 5 TYPE_NAME + 6 PRECISION + 7 LENGTH + 8 SCALE + 9 RADIX + 10 NULLABLE + 11 REMARKS + */ + while (!$rs->EOF) { + // adodb_pr($rs->fields); + if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[3]; + $fld->type = $this->ODBCTypes($rs->fields[4]); + + // ref: http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnaraccgen/html/msdn_odk.asp + // access uses precision to store length for char/varchar + if ($fld->type == 'C' or $fld->type == 'X') { + if ($this->databaseType == 'access') + $fld->max_length = $rs->fields[6]; + else if ($rs->fields[4] <= -95) // UNICODE + $fld->max_length = $rs->fields[7]/2; + else + $fld->max_length = $rs->fields[7]; + } else + $fld->max_length = $rs->fields[7]; + $fld->not_null = !empty($rs->fields[10]); + $fld->scale = $rs->fields[8]; + $retarr[strtoupper($fld->name)] = $fld; + } else if (sizeof($retarr)>0) + break; + $rs->MoveNext(); + } + $rs->Close(); //-- crashes 4.03pl1 -- why? + + if (empty($retarr)) $retarr = false; + return $retarr; + } + + // Returns an array of columns names for a given table + function &MetaColumnNames($table) + { + $recordSet = $this->Execute("select name from system.columns where parent='$table'"); + if(!$recordSet){ + print $this->ErrorMsg(); + return false; + } + else{ + $i=0; + while (!$recordSet->EOF){ + $arr["FIELD$i"] = $recordSet->fields[0]; + $recordSet->MoveNext(); + $i=$i+1; + } + return $arr; + } + } + + + function Prepare($sql) + { + if (! $this->_bindInputArray) return $sql; // no binding + $stmt = ads_prepare($this->_connectionID,$sql); + if (!$stmt) { + // we don't know whether odbc driver is parsing prepared stmts, so just return sql + return $sql; + } + return array($sql,$stmt,false); + } + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + GLOBAL $php_errormsg; + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_error = ''; + + if ($inputarr) { + if (is_array($sql)) { + $stmtid = $sql[1]; + } else { + $stmtid = ads_prepare($this->_connectionID,$sql); + + if ($stmtid == false) { + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + return false; + } + } + + if (! ads_execute($stmtid,$inputarr)) { + //@ads_free_result($stmtid); + if ($this->_haserrorfunctions) { + $this->_errorMsg = ads_errormsg(); + $this->_errorCode = ads_error(); + } + return false; + } + + } else if (is_array($sql)) { + $stmtid = $sql[1]; + if (!ads_execute($stmtid)) { + //@ads_free_result($stmtid); + if ($this->_haserrorfunctions) { + $this->_errorMsg = ads_errormsg(); + $this->_errorCode = ads_error(); + } + return false; + } + } else + { + + $stmtid = ads_exec($this->_connectionID,$sql); + + } + + $this->_lastAffectedRows = 0; + + if ($stmtid) + { + + if (@ads_num_fields($stmtid) == 0) { + $this->_lastAffectedRows = ads_num_rows($stmtid); + $stmtid = true; + + } else { + + $this->_lastAffectedRows = 0; + ads_binmode($stmtid,$this->binmode); + ads_longreadlen($stmtid,$this->maxblobsize); + + } + + if ($this->_haserrorfunctions) + { + + $this->_errorMsg = ''; + $this->_errorCode = 0; + } + else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + } + else + { + if ($this->_haserrorfunctions) { + $this->_errorMsg = ads_errormsg(); + $this->_errorCode = ads_error(); + } else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + } + + return $stmtid; + + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + $sql = "UPDATE $table SET $column=? WHERE $where"; + $stmtid = ads_prepare($this->_connectionID,$sql); + if ($stmtid == false){ + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + return false; + } + if (! ads_execute($stmtid,array($val),array(SQL_BINARY) )){ + if ($this->_haserrorfunctions){ + $this->_errorMsg = ads_errormsg(); + $this->_errorCode = ads_error(); + } + return false; + } + return TRUE; + } + + // returns true or false + function _close() + { + $ret = @ads_close($this->_connectionID); + $this->_connectionID = false; + return $ret; + } + + function _affectedrows() + { + return $this->_lastAffectedRows; + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_ads extends ADORecordSet { + + var $bind = false; + var $databaseType = "ads"; + var $dataProvider = "ads"; + var $useFetchArray; + var $_has_stupid_odbc_fetch_api_change; + + function ADORecordSet_ads($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + + $this->_queryID = $id; + + // the following is required for mysql odbc driver in 4.3.1 -- why? + $this->EOF = false; + $this->_currentRow = -1; + //$this->ADORecordSet($id); + } + + + // returns the field object + function &FetchField($fieldOffset = -1) + { + + $off=$fieldOffset+1; // offsets begin at 1 + + $o= new ADOFieldObject(); + $o->name = @ads_field_name($this->_queryID,$off); + $o->type = @ads_field_type($this->_queryID,$off); + $o->max_length = @ads_field_len($this->_queryID,$off); + if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); + else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); + return $o; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + function _initrs() + { + global $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS) ? @ads_num_rows($this->_queryID) : -1; + $this->_numOfFields = @ads_num_fields($this->_queryID); + // some silly drivers such as db2 as/400 and intersystems cache return _numOfRows = 0 + if ($this->_numOfRows == 0) $this->_numOfRows = -1; + //$this->useFetchArray = $this->connection->useFetchArray; + $this->_has_stupid_odbc_fetch_api_change = ADODB_PHPVER >= 0x4200; + } + + function _seek($row) + { + return false; + } + + // speed up SelectLimit() by switching to ADODB_FETCH_NUM as ADODB_FETCH_ASSOC is emulated + function &GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $rs =& $this->GetArray($nrows); + return $rs; + } + $savem = $this->fetchMode; + $this->fetchMode = ADODB_FETCH_NUM; + $this->Move($offset); + $this->fetchMode = $savem; + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields =& $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + + function MoveNext() + { + if ($this->_numOfRows != 0 && !$this->EOF) { + $this->_currentRow++; + + if ($this->_has_stupid_odbc_fetch_api_change) + $rez = @ads_fetch_into($this->_queryID,$this->fields); + else { + $row = 0; + $rez = @ads_fetch_into($this->_queryID,$row,$this->fields); + } + if ($rez) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields =& $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + } + $this->fields = false; + $this->EOF = true; + return false; + } + + function _fetch() + { + + if ($this->_has_stupid_odbc_fetch_api_change) + $rez = @ads_fetch_into($this->_queryID,$this->fields); + else { + $row = 0; + $rez = @ads_fetch_into($this->_queryID,$row,$this->fields); + } + if ($rez) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields =& $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + $this->fields = false; + return false; + } + + function _close() + { + return @ads_free_result($this->_queryID); + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-borland_ibase.inc.php b/e_lib/adodb5/drivers/adodb-borland_ibase.inc.php new file mode 100644 index 00000000..b74c9321 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-borland_ibase.inc.php @@ -0,0 +1,92 @@ +ADODB_ibase(); + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->autoCommit = false; + $this->_transactionID = ibase_trans($this->ibasetrans, $this->_connectionID); + return $this->_transactionID; + } + + function ServerInfo() + { + $arr['dialect'] = $this->dialect; + switch($arr['dialect']) { + case '': + case '1': $s = 'Interbase 6.5, Dialect 1'; break; + case '2': $s = 'Interbase 6.5, Dialect 2'; break; + default: + case '3': $s = 'Interbase 6.5, Dialect 3'; break; + } + $arr['version'] = '6.5'; + $arr['description'] = $s; + return $arr; + } + + // Note that Interbase 6.5 uses ROWS instead - don't you love forking wars! + // SELECT col1, col2 FROM table ROWS 5 -- get 5 rows + // SELECT col1, col2 FROM TABLE ORDER BY col1 ROWS 3 TO 7 -- first 5 skip 2 + // Firebird uses + // SELECT FIRST 5 SKIP 2 col1, col2 FROM TABLE + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + if ($nrows > 0) { + if ($offset <= 0) $str = " ROWS $nrows "; + else { + $a = $offset+1; + $b = $offset+$nrows; + $str = " ROWS $a TO $b"; + } + } else { + // ok, skip + $a = $offset + 1; + $str = " ROWS $a TO 999999999"; // 999 million + } + $sql .= $str; + + return ($secs2cache) ? + $this->CacheExecute($secs2cache,$sql,$inputarr) + : + $this->Execute($sql,$inputarr); + } + +}; + + +class ADORecordSet_borland_ibase extends ADORecordSet_ibase { + + var $databaseType = "borland_ibase"; + + function ADORecordSet_borland_ibase($id,$mode=false) + { + $this->ADORecordSet_ibase($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-csv.inc.php b/e_lib/adodb5/drivers/adodb-csv.inc.php new file mode 100644 index 00000000..5bc2865b --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-csv.inc.php @@ -0,0 +1,207 @@ +_insertid; + } + + function _affectedrows() + { + return $this->_affectedrows; + } + + function MetaDatabases() + { + return false; + } + + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (strtolower(substr($argHostname,0,7)) !== 'http://') return false; + $this->_url = $argHostname; + return true; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (strtolower(substr($argHostname,0,7)) !== 'http://') return false; + $this->_url = $argHostname; + return true; + } + + function MetaColumns($table, $normalize=true) + { + return false; + } + + + // parameters use PostgreSQL convention, not MySQL + function SelectLimit($sql,$nrows=-1,$offset=-1) + { + global $ADODB_FETCH_MODE; + + $url = $this->_url.'?sql='.urlencode($sql)."&nrows=$nrows&fetch=". + (($this->fetchMode !== false)?$this->fetchMode : $ADODB_FETCH_MODE). + "&offset=$offset"; + $err = false; + $rs = csv2rs($url,$err,false); + + if ($this->debug) print "$url
    $err
    "; + + $at = strpos($err,'::::'); + if ($at === false) { + $this->_errorMsg = $err; + $this->_errorNo = (integer)$err; + } else { + $this->_errorMsg = substr($err,$at+4,1024); + $this->_errorNo = -9999; + } + if ($this->_errorNo) + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'EXECUTE',$this->ErrorNo(),$this->ErrorMsg(),$sql,''); + } + + if (is_object($rs)) { + + $rs->databaseType='csv'; + $rs->fetchMode = ($this->fetchMode !== false) ? $this->fetchMode : $ADODB_FETCH_MODE; + $rs->connection = $this; + } + return $rs; + } + + // returns queryID or false + function _Execute($sql,$inputarr=false) + { + global $ADODB_FETCH_MODE; + + if (!$this->_bindInputArray && $inputarr) { + $sqlarr = explode('?',$sql); + $sql = ''; + $i = 0; + foreach($inputarr as $v) { + + $sql .= $sqlarr[$i]; + if (gettype($v) == 'string') + $sql .= $this->qstr($v); + else if ($v === null) + $sql .= 'NULL'; + else + $sql .= $v; + $i += 1; + + } + $sql .= $sqlarr[$i]; + if ($i+1 != sizeof($sqlarr)) + print "Input Array does not match ?: ".htmlspecialchars($sql); + $inputarr = false; + } + + $url = $this->_url.'?sql='.urlencode($sql)."&fetch=". + (($this->fetchMode !== false)?$this->fetchMode : $ADODB_FETCH_MODE); + $err = false; + + + $rs = csv2rs($url,$err,false); + if ($this->debug) print urldecode($url)."
    $err
    "; + $at = strpos($err,'::::'); + if ($at === false) { + $this->_errorMsg = $err; + $this->_errorNo = (integer)$err; + } else { + $this->_errorMsg = substr($err,$at+4,1024); + $this->_errorNo = -9999; + } + + if ($this->_errorNo) + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'EXECUTE',$this->ErrorNo(),$this->ErrorMsg(),$sql,$inputarr); + } + if (is_object($rs)) { + $rs->fetchMode = ($this->fetchMode !== false) ? $this->fetchMode : $ADODB_FETCH_MODE; + + $this->_affectedrows = $rs->affectedrows; + $this->_insertid = $rs->insertid; + $rs->databaseType='csv'; + $rs->connection = $this; + } + return $rs; + } + + /* Returns: the last error message from previous database operation */ + function ErrorMsg() + { + return $this->_errorMsg; + } + + /* Returns: the last error number from previous database operation */ + function ErrorNo() + { + return $this->_errorNo; + } + + // returns true or false + function _close() + { + return true; + } +} // class + +class ADORecordset_csv extends ADORecordset { + function ADORecordset_csv($id,$mode=false) + { + $this->ADORecordset($id,$mode); + } + + function _close() + { + return true; + } +} + +} // define + +?> diff --git a/e_lib/adodb5/drivers/adodb-db2.inc.php b/e_lib/adodb5/drivers/adodb-db2.inc.php new file mode 100644 index 00000000..d331ed21 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-db2.inc.php @@ -0,0 +1,828 @@ +_haserrorfunctions = ADODB_PHPVER >= 0x4050; + } + + // returns true or false + function _connect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('db2_connect')) { + ADOConnection::outp("Warning: The old ODBC based DB2 driver has been renamed 'odbc_db2'. This ADOdb driver calls PHP's native db2 extension which is not installed."); + return null; + } + // This needs to be set before the connect(). + // Replaces the odbc_binmode() call that was in Execute() + ini_set('ibm_db2.binmode', $this->binmode); + + if ($argDatabasename) { + $this->_connectionID = db2_connect($argDatabasename,$argUsername,$argPassword); + } else { + $this->_connectionID = db2_connect($argDSN,$argUsername,$argPassword); + } + if (isset($php_errormsg)) $php_errormsg = ''; + + // For db2_connect(), there is an optional 4th arg. If present, it must be + // an array of valid options. So far, we don't use them. + + $this->_errorMsg = @db2_conn_errormsg(); + + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + // returns true or false + function _pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('db2_connect')) return null; + + // This needs to be set before the connect(). + // Replaces the odbc_binmode() call that was in Execute() + ini_set('ibm_db2.binmode', $this->binmode); + + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + + if ($argDatabasename) { + $this->_connectionID = db2_pconnect($argDatabasename,$argUsername,$argPassword); + } else { + $this->_connectionID = db2_pconnect($argDSN,$argUsername,$argPassword); + } + if (isset($php_errormsg)) $php_errormsg = ''; + + $this->_errorMsg = @db2_conn_errormsg(); + if ($this->_connectionID && $this->autoRollback) @db2_rollback($this->_connectionID); + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + // format and return date string in database timestamp format + function DBTimeStamp($ts) + { + if (empty($ts) && $ts !== 0) return 'null'; + if (is_string($ts)) $ts = ADORecordSet::UnixTimeStamp($ts); + return 'TO_DATE('.adodb_date($this->fmtTimeStamp,$ts).",'YYYY-MM-DD HH24:MI:SS')"; + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + // use right() and replace() ? + if (!$col) $col = $this->sysDate; + + /* use TO_CHAR() if $fmt is TO_CHAR() allowed fmt */ + if ($fmt== 'Y-m-d H:i:s') + return 'TO_CHAR('.$col.", 'YYYY-MM-DD HH24:MI:SS')"; + + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= $this->concat_operator; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + if ($len==1) return "year($col)"; + $s .= "char(year($col))"; + break; + case 'M': + if ($len==1) return "monthname($col)"; + $s .= "substr(monthname($col),1,3)"; + break; + case 'm': + if ($len==1) return "month($col)"; + $s .= "right(digits(month($col)),2)"; + break; + case 'D': + case 'd': + if ($len==1) return "day($col)"; + $s .= "right(digits(day($col)),2)"; + break; + case 'H': + case 'h': + if ($len==1) return "hour($col)"; + if ($col != $this->sysDate) $s .= "right(digits(hour($col)),2)"; + else $s .= "''"; + break; + case 'i': + case 'I': + if ($len==1) return "minute($col)"; + if ($col != $this->sysDate) + $s .= "right(digits(minute($col)),2)"; + else $s .= "''"; + break; + case 'S': + case 's': + if ($len==1) return "second($col)"; + if ($col != $this->sysDate) + $s .= "right(digits(second($col)),2)"; + else $s .= "''"; + break; + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + } + } + return $s; + } + + + function ServerInfo() + { + + if (!empty($this->host) && ADODB_PHPVER >= 0x4300) { + $dsn = strtoupper($this->host); + $first = true; + $found = false; + + if (!function_exists('db2_data_source')) return false; + + while(true) { + + $rez = @db2_data_source($this->_connectionID, + $first ? SQL_FETCH_FIRST : SQL_FETCH_NEXT); + $first = false; + if (!is_array($rez)) break; + if (strtoupper($rez['server']) == $dsn) { + $found = true; + break; + } + } + if (!$found) return ADOConnection::ServerInfo(); + if (!isset($rez['version'])) $rez['version'] = ''; + return $rez; + } else { + return ADOConnection::ServerInfo(); + } + } + + + function CreateSequence($seqname='adodbseq',$start=1) + { + if (empty($this->_genSeqSQL)) return false; + $ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname,$start)); + if (!$ok) return false; + return true; + } + + function DropSequence($seqname) + { + if (empty($this->_dropSeqSQL)) return false; + return $this->Execute(sprintf($this->_dropSeqSQL,$seqname)); + } + + /* + This algorithm is not very efficient, but works even if table locking + is not available. + + Will return false if unable to generate an ID after $MAXLOOPS attempts. + */ + function GenID($seq='adodbseq',$start=1) + { + // if you have to modify the parameter below, your database is overloaded, + // or you need to implement generation of id's yourself! + $num = $this->GetOne("VALUES NEXTVAL FOR $seq"); + return $num; + } + + + function ErrorMsg() + { + if ($this->_haserrorfunctions) { + if ($this->_errorMsg !== false) return $this->_errorMsg; + if (empty($this->_connectionID)) return @db2_conn_errormsg(); + return @db2_conn_errormsg($this->_connectionID); + } else return ADOConnection::ErrorMsg(); + } + + function ErrorNo() + { + + if ($this->_haserrorfunctions) { + if ($this->_errorCode !== false) { + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + return (strlen($this->_errorCode)<=2) ? 0 : $this->_errorCode; + } + + if (empty($this->_connectionID)) $e = @db2_conn_error(); + else $e = @db2_conn_error($this->_connectionID); + + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + // so we check and patch + if (strlen($e)<=2) return 0; + return $e; + } else return ADOConnection::ErrorNo(); + } + + + + function BeginTrans() + { + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + $this->transCnt += 1; + $this->_autocommit = false; + return db2_autocommit($this->_connectionID,false); + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = db2_commit($this->_connectionID); + db2_autocommit($this->_connectionID,true); + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = db2_rollback($this->_connectionID); + db2_autocommit($this->_connectionID,true); + return $ret; + } + + function MetaPrimaryKeys($table) + { + global $ADODB_FETCH_MODE; + + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = @db2_primarykeys($this->_connectionID,'',$schema,$table); + + if (!$qid) { + $ADODB_FETCH_MODE = $savem; + return false; + } + $rs = new ADORecordSet_db2($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return false; + + $arr = $rs->GetArray(); + $rs->Close(); + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + if ($arr[$i][3]) $arr2[] = $arr[$i][3]; + } + return $arr2; + } + + function MetaForeignKeys($table, $owner = FALSE, $upper = FALSE, $asociative = FALSE ) + { + global $ADODB_FETCH_MODE; + + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = @db2_foreign_keys($this->_connectionID,'',$schema,$table); + if (!$qid) { + $ADODB_FETCH_MODE = $savem; + return false; + } + $rs = new ADORecordSet_db2($qid); + + $ADODB_FETCH_MODE = $savem; + /* + $rs->fields indices + 0 PKTABLE_CAT + 1 PKTABLE_SCHEM + 2 PKTABLE_NAME + 3 PKCOLUMN_NAME + 4 FKTABLE_CAT + 5 FKTABLE_SCHEM + 6 FKTABLE_NAME + 7 FKCOLUMN_NAME + */ + if (!$rs) return false; + + $foreign_keys = array(); + while (!$rs->EOF) { + if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { + if (!is_array($foreign_keys[$rs->fields[5].'.'.$rs->fields[6]])) + $foreign_keys[$rs->fields[5].'.'.$rs->fields[6]] = array(); + $foreign_keys[$rs->fields[5].'.'.$rs->fields[6]][$rs->fields[7]] = $rs->fields[3]; + } + $rs->MoveNext(); + } + + $rs->Close(); + return $foreign_key; + } + + + function MetaTables($ttype=false,$schema=false) + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = db2_tables($this->_connectionID); + + $rs = new ADORecordSet_db2($qid); + + $ADODB_FETCH_MODE = $savem; + if (!$rs) { + $false = false; + return $false; + } + + $arr = $rs->GetArray(); + + $rs->Close(); + $arr2 = array(); + + if ($ttype) { + $isview = strncmp($ttype,'V',1) === 0; + } + for ($i=0; $i < sizeof($arr); $i++) { + if (!$arr[$i][2]) continue; + $type = $arr[$i][3]; + $schemaval = ($schema) ? $arr[$i][1].'.' : ''; + if ($ttype) { + if ($isview) { + if (strncmp($type,'V',1) === 0) $arr2[] = $schemaval.$arr[$i][2]; + } else if (strncmp($type,'SYS',3) !== 0) $arr2[] = $schemaval.$arr[$i][2]; + } else if (strncmp($type,'SYS',3) !== 0) $arr2[] = $schemaval.$arr[$i][2]; + } + return $arr2; + } + +/* +See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/db2/htm/db2datetime_data_type_changes.asp +/ SQL data type codes / +#define SQL_UNKNOWN_TYPE 0 +#define SQL_CHAR 1 +#define SQL_NUMERIC 2 +#define SQL_DECIMAL 3 +#define SQL_INTEGER 4 +#define SQL_SMALLINT 5 +#define SQL_FLOAT 6 +#define SQL_REAL 7 +#define SQL_DOUBLE 8 +#if (DB2VER >= 0x0300) +#define SQL_DATETIME 9 +#endif +#define SQL_VARCHAR 12 + + +/ One-parameter shortcuts for date/time data types / +#if (DB2VER >= 0x0300) +#define SQL_TYPE_DATE 91 +#define SQL_TYPE_TIME 92 +#define SQL_TYPE_TIMESTAMP 93 + +#define SQL_UNICODE (-95) +#define SQL_UNICODE_VARCHAR (-96) +#define SQL_UNICODE_LONGVARCHAR (-97) +*/ + function DB2Types($t) + { + switch ((integer)$t) { + case 1: + case 12: + case 0: + case -95: + case -96: + return 'C'; + case -97: + case -1: //text + return 'X'; + case -4: //image + return 'B'; + + case 9: + case 91: + return 'D'; + + case 10: + case 11: + case 92: + case 93: + return 'T'; + + case 4: + case 5: + case -6: + return 'I'; + + case -11: // uniqidentifier + return 'R'; + case -7: //bit + return 'L'; + + default: + return 'N'; + } + } + + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + $colname = "%"; + $qid = db2_columns($this->_connectionID, "", $schema, $table, $colname); + if (empty($qid)) return $false; + + $rs = new ADORecordSet_db2($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return $false; + $rs->_fetch(); + + $retarr = array(); + + /* + $rs->fields indices + 0 TABLE_QUALIFIER + 1 TABLE_SCHEM + 2 TABLE_NAME + 3 COLUMN_NAME + 4 DATA_TYPE + 5 TYPE_NAME + 6 PRECISION + 7 LENGTH + 8 SCALE + 9 RADIX + 10 NULLABLE + 11 REMARKS + */ + while (!$rs->EOF) { + if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[3]; + $fld->type = $this->DB2Types($rs->fields[4]); + + // ref: http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnaraccgen/html/msdn_odk.asp + // access uses precision to store length for char/varchar + if ($fld->type == 'C' or $fld->type == 'X') { + if ($rs->fields[4] <= -95) // UNICODE + $fld->max_length = $rs->fields[7]/2; + else + $fld->max_length = $rs->fields[7]; + } else + $fld->max_length = $rs->fields[7]; + $fld->not_null = !empty($rs->fields[10]); + $fld->scale = $rs->fields[8]; + $fld->primary_key = false; + $retarr[strtoupper($fld->name)] = $fld; + } else if (sizeof($retarr)>0) + break; + $rs->MoveNext(); + } + $rs->Close(); + if (empty($retarr)) $retarr = false; + + $qid = db2_primary_keys($this->_connectionID, "", $schema, $table); + if (empty($qid)) return $false; + + $rs = new ADORecordSet_db2($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return $retarr; + $rs->_fetch(); + + /* + $rs->fields indices + 0 TABLE_CAT + 1 TABLE_SCHEM + 2 TABLE_NAME + 3 COLUMN_NAME + 4 KEY_SEQ + 5 PK_NAME + */ + while (!$rs->EOF) { + if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { + $retarr[strtoupper($rs->fields[3])]->primary_key = true; + } else if (sizeof($retarr)>0) + break; + $rs->MoveNext(); + } + $rs->Close(); + + if (empty($retarr)) $retarr = false; + return $retarr; + } + + function Prepare($sql) + { + if (! $this->_bindInputArray) return $sql; // no binding + $stmt = db2_prepare($this->_connectionID,$sql); + if (!$stmt) { + // we don't know whether db2 driver is parsing prepared stmts, so just return sql + return $sql; + } + return array($sql,$stmt,false); + } + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + GLOBAL $php_errormsg; + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_error = ''; + + if ($inputarr) { + if (is_array($sql)) { + $stmtid = $sql[1]; + } else { + $stmtid = db2_prepare($this->_connectionID,$sql); + + if ($stmtid == false) { + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + return false; + } + } + + if (! db2_execute($stmtid,$inputarr)) { + if ($this->_haserrorfunctions) { + $this->_errorMsg = db2_stmt_errormsg(); + $this->_errorCode = db2_stmt_error(); + } + return false; + } + + } else if (is_array($sql)) { + $stmtid = $sql[1]; + if (!db2_execute($stmtid)) { + if ($this->_haserrorfunctions) { + $this->_errorMsg = db2_stmt_errormsg(); + $this->_errorCode = db2_stmt_error(); + } + return false; + } + } else + $stmtid = @db2_exec($this->_connectionID,$sql); + + $this->_lastAffectedRows = 0; + if ($stmtid) { + if (@db2_num_fields($stmtid) == 0) { + $this->_lastAffectedRows = db2_num_rows($stmtid); + $stmtid = true; + } else { + $this->_lastAffectedRows = 0; + } + + if ($this->_haserrorfunctions) { + $this->_errorMsg = ''; + $this->_errorCode = 0; + } else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + } else { + if ($this->_haserrorfunctions) { + $this->_errorMsg = db2_stmt_errormsg(); + $this->_errorCode = db2_stmt_error(); + } else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + + } + return $stmtid; + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + return $this->Execute("UPDATE $table SET $column=? WHERE $where",array($val)) != false; + } + + // returns true or false + function _close() + { + $ret = @db2_close($this->_connectionID); + $this->_connectionID = false; + return $ret; + } + + function _affectedrows() + { + return $this->_lastAffectedRows; + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_db2 extends ADORecordSet { + + var $bind = false; + var $databaseType = "db2"; + var $dataProvider = "db2"; + var $useFetchArray; + + function ADORecordSet_db2($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + + $this->_queryID = $id; + } + + + // returns the field object + function FetchField($offset = -1) + { + $o= new ADOFieldObject(); + $o->name = @db2_field_name($this->_queryID,$offset); + $o->type = @db2_field_type($this->_queryID,$offset); + $o->max_length = db2_field_width($this->_queryID,$offset); + if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); + else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); + return $o; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + function _initrs() + { + global $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS) ? @db2_num_rows($this->_queryID) : -1; + $this->_numOfFields = @db2_num_fields($this->_queryID); + // some silly drivers such as db2 as/400 and intersystems cache return _numOfRows = 0 + if ($this->_numOfRows == 0) $this->_numOfRows = -1; + } + + function _seek($row) + { + return false; + } + + // speed up SelectLimit() by switching to ADODB_FETCH_NUM as ADODB_FETCH_ASSOC is emulated + function GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $rs = $this->GetArray($nrows); + return $rs; + } + $savem = $this->fetchMode; + $this->fetchMode = ADODB_FETCH_NUM; + $this->Move($offset); + $this->fetchMode = $savem; + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + + function MoveNext() + { + if ($this->_numOfRows != 0 && !$this->EOF) { + $this->_currentRow++; + + $this->fields = @db2_fetch_array($this->_queryID); + if ($this->fields) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + } + $this->fields = false; + $this->EOF = true; + return false; + } + + function _fetch() + { + + $this->fields = db2_fetch_array($this->_queryID); + if ($this->fields) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + $this->fields = false; + return false; + } + + function _close() + { + return @db2_free_result($this->_queryID); + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-fbsql.inc.php b/e_lib/adodb5/drivers/adodb-fbsql.inc.php new file mode 100644 index 00000000..f7c91017 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-fbsql.inc.php @@ -0,0 +1,266 @@ +. + Set tabs to 8. +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +if (! defined("_ADODB_FBSQL_LAYER")) { + define("_ADODB_FBSQL_LAYER", 1 ); + +class ADODB_fbsql extends ADOConnection { + var $databaseType = 'fbsql'; + var $hasInsertID = true; + var $hasAffectedRows = true; + var $metaTablesSQL = "SHOW TABLES"; + var $metaColumnsSQL = "SHOW COLUMNS FROM %s"; + var $fmtTimeStamp = "'Y-m-d H:i:s'"; + var $hasLimit = false; + + function ADODB_fbsql() + { + } + + function _insertid() + { + return fbsql_insert_id($this->_connectionID); + } + + function _affectedrows() + { + return fbsql_affected_rows($this->_connectionID); + } + + function MetaDatabases() + { + $qid = fbsql_list_dbs($this->_connectionID); + $arr = array(); + $i = 0; + $max = fbsql_num_rows($qid); + while ($i < $max) { + $arr[] = fbsql_tablename($qid,$i); + $i += 1; + } + return $arr; + } + + // returns concatenated string + function Concat() + { + $s = ""; + $arr = func_get_args(); + $first = true; + + $s = implode(',',$arr); + if (sizeof($arr) > 0) return "CONCAT($s)"; + else return ''; + } + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + $this->_connectionID = fbsql_connect($argHostname,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + $this->_connectionID = fbsql_pconnect($argHostname,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + function MetaColumns($table, $normalize=true) + { + if ($this->metaColumnsSQL) { + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table)); + + if ($rs === false) return false; + + $retarr = array(); + while (!$rs->EOF){ + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + + // split type into type(length): + if (preg_match("/^(.+)\((\d+)\)$/", $fld->type, $query_array)) { + $fld->type = $query_array[1]; + $fld->max_length = $query_array[2]; + } else { + $fld->max_length = -1; + } + $fld->not_null = ($rs->fields[2] != 'YES'); + $fld->primary_key = ($rs->fields[3] == 'PRI'); + $fld->auto_increment = (strpos($rs->fields[5], 'auto_increment') !== false); + $fld->binary = (strpos($fld->type,'blob') !== false); + + $retarr[strtoupper($fld->name)] = $fld; + $rs->MoveNext(); + } + $rs->Close(); + return $retarr; + } + return false; + } + + // returns true or false + function SelectDB($dbName) + { + $this->database = $dbName; + if ($this->_connectionID) { + return @fbsql_select_db($dbName,$this->_connectionID); + } + else return false; + } + + + // returns queryID or false + function _query($sql,$inputarr=false) + { + return fbsql_query("$sql;",$this->_connectionID); + } + + /* Returns: the last error message from previous database operation */ + function ErrorMsg() + { + $this->_errorMsg = @fbsql_error($this->_connectionID); + return $this->_errorMsg; + } + + /* Returns: the last error number from previous database operation */ + function ErrorNo() + { + return @fbsql_errno($this->_connectionID); + } + + // returns true or false + function _close() + { + return @fbsql_close($this->_connectionID); + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_fbsql extends ADORecordSet{ + + var $databaseType = "fbsql"; + var $canSeek = true; + + function ADORecordSet_fbsql($queryID,$mode=false) + { + if (!$mode) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) { + case ADODB_FETCH_NUM: $this->fetchMode = FBSQL_NUM; break; + case ADODB_FETCH_ASSOC: $this->fetchMode = FBSQL_ASSOC; break; + case ADODB_FETCH_BOTH: + default: + $this->fetchMode = FBSQL_BOTH; break; + } + return $this->ADORecordSet($queryID); + } + + function _initrs() + { + GLOBAL $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS) ? @fbsql_num_rows($this->_queryID):-1; + $this->_numOfFields = @fbsql_num_fields($this->_queryID); + } + + + + function FetchField($fieldOffset = -1) { + if ($fieldOffset != -1) { + $o = @fbsql_fetch_field($this->_queryID, $fieldOffset); + //$o->max_length = -1; // fbsql returns the max length less spaces -- so it is unrealiable + $f = @fbsql_field_flags($this->_queryID,$fieldOffset); + $o->binary = (strpos($f,'binary')!== false); + } + else if ($fieldOffset == -1) { /* The $fieldOffset argument is not provided thus its -1 */ + $o = @fbsql_fetch_field($this->_queryID);// fbsql returns the max length less spaces -- so it is unrealiable + //$o->max_length = -1; + } + + return $o; + } + + function _seek($row) + { + return @fbsql_data_seek($this->_queryID,$row); + } + + function _fetch($ignore_fields=false) + { + $this->fields = @fbsql_fetch_array($this->_queryID,$this->fetchMode); + return ($this->fields == true); + } + + function _close() { + return @fbsql_free_result($this->_queryID); + } + + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + $len = -1; // fbsql max_length is not accurate + switch (strtoupper($t)) { + case 'CHARACTER': + case 'CHARACTER VARYING': + case 'BLOB': + case 'CLOB': + case 'BIT': + case 'BIT VARYING': + if ($len <= $this->blobSize) return 'C'; + + // so we have to check whether binary... + case 'IMAGE': + case 'LONGBLOB': + case 'BLOB': + case 'MEDIUMBLOB': + return !empty($fieldobj->binary) ? 'B' : 'X'; + + case 'DATE': return 'D'; + + case 'TIME': + case 'TIME WITH TIME ZONE': + case 'TIMESTAMP': + case 'TIMESTAMP WITH TIME ZONE': return 'T'; + + case 'PRIMARY_KEY': + return 'R'; + case 'INTEGER': + case 'SMALLINT': + case 'BOOLEAN': + + if (!empty($fieldobj->primary_key)) return 'R'; + else return 'I'; + + default: return 'N'; + } + } + +} //class +} // defined +?> diff --git a/e_lib/adodb5/drivers/adodb-firebird.inc.php b/e_lib/adodb5/drivers/adodb-firebird.inc.php new file mode 100644 index 00000000..1fa5d10d --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-firebird.inc.php @@ -0,0 +1,77 @@ +ADODB_ibase(); + } + + function ServerInfo() + { + $arr['dialect'] = $this->dialect; + switch($arr['dialect']) { + case '': + case '1': $s = 'Firebird Dialect 1'; break; + case '2': $s = 'Firebird Dialect 2'; break; + default: + case '3': $s = 'Firebird Dialect 3'; break; + } + $arr['version'] = ADOConnection::_findvers($s); + $arr['description'] = $s; + return $arr; + } + + // Note that Interbase 6.5 uses this ROWS instead - don't you love forking wars! + // SELECT col1, col2 FROM table ROWS 5 -- get 5 rows + // SELECT col1, col2 FROM TABLE ORDER BY col1 ROWS 3 TO 7 -- first 5 skip 2 + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false, $secs=0) + { + $nrows = (integer) $nrows; + $offset = (integer) $offset; + $str = 'SELECT '; + if ($nrows >= 0) $str .= "FIRST $nrows "; + $str .=($offset>=0) ? "SKIP $offset " : ''; + + $sql = preg_replace('/^[ \t]*select/i',$str,$sql); + if ($secs) + $rs = $this->CacheExecute($secs,$sql,$inputarr); + else + $rs = $this->Execute($sql,$inputarr); + + return $rs; + } + + +}; + + +class ADORecordSet_firebird extends ADORecordSet_ibase { + + var $databaseType = "firebird"; + + function ADORecordSet_firebird($id,$mode=false) + { + $this->ADORecordSet_ibase($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-ibase.inc.php b/e_lib/adodb5/drivers/adodb-ibase.inc.php new file mode 100644 index 00000000..17df9ee6 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ibase.inc.php @@ -0,0 +1,887 @@ + + changed transaction handling and added experimental blob stuff + + Docs to interbase at the website + http://www.synectics.co.za/php3/tutorial/IB_PHP3_API.html + + To use gen_id(), see + http://www.volny.cz/iprenosil/interbase/ip_ib_code.htm#_code_creategen + + $rs = $conn->Execute('select gen_id(adodb,1) from rdb$database'); + $id = $rs->fields[0]; + $conn->Execute("insert into table (id, col1,...) values ($id, $val1,...)"); +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +class ADODB_ibase extends ADOConnection { + var $databaseType = "ibase"; + var $dataProvider = "ibase"; + var $replaceQuote = "''"; // string to use to replace quotes + var $ibase_datefmt = '%Y-%m-%d'; // For hours,mins,secs change to '%Y-%m-%d %H:%M:%S'; + var $fmtDate = "'Y-m-d'"; + var $ibase_timestampfmt = "%Y-%m-%d %H:%M:%S"; + var $ibase_timefmt = "%H:%M:%S"; + var $fmtTimeStamp = "'Y-m-d, H:i:s'"; + var $concat_operator='||'; + var $_transactionID; + var $metaTablesSQL = "select rdb\$relation_name from rdb\$relations where rdb\$relation_name not like 'RDB\$%'"; + //OPN STUFF start + var $metaColumnsSQL = "select a.rdb\$field_name, a.rdb\$null_flag, a.rdb\$default_source, b.rdb\$field_length, b.rdb\$field_scale, b.rdb\$field_sub_type, b.rdb\$field_precision, b.rdb\$field_type from rdb\$relation_fields a, rdb\$fields b where a.rdb\$field_source = b.rdb\$field_name and a.rdb\$relation_name = '%s' order by a.rdb\$field_position asc"; + //OPN STUFF end + var $ibasetrans; + var $hasGenID = true; + var $_bindInputArray = true; + var $buffers = 0; + var $dialect = 1; + var $sysDate = "cast('TODAY' as timestamp)"; + var $sysTimeStamp = "CURRENT_TIMESTAMP"; //"cast('NOW' as timestamp)"; + var $ansiOuter = true; + var $hasAffectedRows = false; + var $poorAffectedRows = true; + var $blobEncodeType = 'C'; + var $role = false; + + function ADODB_ibase() + { + if (defined('IBASE_DEFAULT')) $this->ibasetrans = IBASE_DEFAULT; + } + + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename,$persist=false) + { + if (!function_exists('ibase_pconnect')) return null; + if ($argDatabasename) $argHostname .= ':'.$argDatabasename; + $fn = ($persist) ? 'ibase_pconnect':'ibase_connect'; + if ($this->role) + $this->_connectionID = $fn($argHostname,$argUsername,$argPassword, + $this->charSet,$this->buffers,$this->dialect,$this->role); + else + $this->_connectionID = $fn($argHostname,$argUsername,$argPassword, + $this->charSet,$this->buffers,$this->dialect); + + if ($this->dialect != 1) { // http://www.ibphoenix.com/ibp_60_del_id_ds.html + $this->replaceQuote = "''"; + } + if ($this->_connectionID === false) { + $this->_handleerror(); + return false; + } + + // PHP5 change. + if (function_exists('ibase_timefmt')) { + ibase_timefmt($this->ibase_datefmt,IBASE_DATE ); + if ($this->dialect == 1) ibase_timefmt($this->ibase_datefmt,IBASE_TIMESTAMP ); + else ibase_timefmt($this->ibase_timestampfmt,IBASE_TIMESTAMP ); + ibase_timefmt($this->ibase_timefmt,IBASE_TIME ); + + } else { + ini_set("ibase.timestampformat", $this->ibase_timestampfmt); + ini_set("ibase.dateformat", $this->ibase_datefmt); + ini_set("ibase.timeformat", $this->ibase_timefmt); + } + return true; + } + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename,true); + } + + + function MetaPrimaryKeys($table,$owner_notused=false,$internalKey=false) + { + if ($internalKey) return array('RDB$DB_KEY'); + + $table = strtoupper($table); + + $sql = 'SELECT S.RDB$FIELD_NAME AFIELDNAME + FROM RDB$INDICES I JOIN RDB$INDEX_SEGMENTS S ON I.RDB$INDEX_NAME=S.RDB$INDEX_NAME + WHERE I.RDB$RELATION_NAME=\''.$table.'\' and I.RDB$INDEX_NAME like \'RDB$PRIMARY%\' + ORDER BY I.RDB$INDEX_NAME,S.RDB$FIELD_POSITION'; + + $a = $this->GetCol($sql,false,true); + if ($a && sizeof($a)>0) return $a; + return false; + } + + function ServerInfo() + { + $arr['dialect'] = $this->dialect; + switch($arr['dialect']) { + case '': + case '1': $s = 'Interbase 5.5 or earlier'; break; + case '2': $s = 'Interbase 5.6'; break; + default: + case '3': $s = 'Interbase 6.0'; break; + } + $arr['version'] = ADOConnection::_findvers($s); + $arr['description'] = $s; + return $arr; + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->autoCommit = false; + $this->_transactionID = $this->_connectionID;//ibase_trans($this->ibasetrans, $this->_connectionID); + return $this->_transactionID; + } + + function CommitTrans($ok=true) + { + if (!$ok) return $this->RollbackTrans(); + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $ret = false; + $this->autoCommit = true; + if ($this->_transactionID) { + //print ' commit '; + $ret = ibase_commit($this->_transactionID); + } + $this->_transactionID = false; + return $ret; + } + + // there are some compat problems with ADODB_COUNTRECS=false and $this->_logsql currently. + // it appears that ibase extension cannot support multiple concurrent queryid's + function _Execute($sql,$inputarr=false) + { + global $ADODB_COUNTRECS; + + if ($this->_logsql) { + $savecrecs = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = true; // force countrecs + $ret = ADOConnection::_Execute($sql,$inputarr); + $ADODB_COUNTRECS = $savecrecs; + } else { + $ret = ADOConnection::_Execute($sql,$inputarr); + } + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $ret = false; + $this->autoCommit = true; + if ($this->_transactionID) + $ret = ibase_rollback($this->_transactionID); + $this->_transactionID = false; + + return $ret; + } + + function MetaIndexes ($table, $primary = FALSE, $owner=false) + { + // save old fetch mode + global $ADODB_FETCH_MODE; + $false = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + $table = strtoupper($table); + $sql = "SELECT * FROM RDB\$INDICES WHERE RDB\$RELATION_NAME = '".$table."'"; + if (!$primary) { + $sql .= " AND RDB\$INDEX_NAME NOT LIKE 'RDB\$%'"; + } else { + $sql .= " AND RDB\$INDEX_NAME NOT LIKE 'RDB\$FOREIGN%'"; + } + // get index details + $rs = $this->Execute($sql); + if (!is_object($rs)) { + // restore fetchmode + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + return $false; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + $index = $row[0]; + if (!isset($indexes[$index])) { + if (is_null($row[3])) {$row[3] = 0;} + $indexes[$index] = array( + 'unique' => ($row[3] == 1), + 'columns' => array() + ); + } + $sql = "SELECT * FROM RDB\$INDEX_SEGMENTS WHERE RDB\$INDEX_NAME = '".$index."' ORDER BY RDB\$FIELD_POSITION ASC"; + $rs1 = $this->Execute($sql); + while ($row1 = $rs1->FetchRow()) { + $indexes[$index]['columns'][$row1[2]] = $row1[1]; + } + } + // restore fetchmode + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + return $indexes; + } + + + // See http://community.borland.com/article/0,1410,25844,00.html + function RowLock($tables,$where,$col) + { + if ($this->autoCommit) $this->BeginTrans(); + $this->Execute("UPDATE $table SET $col=$col WHERE $where "); // is this correct - jlim? + return 1; + } + + + function CreateSequence($seqname,$startID=1) + { + $ok = $this->Execute(("INSERT INTO RDB\$GENERATORS (RDB\$GENERATOR_NAME) VALUES (UPPER('$seqname'))" )); + if (!$ok) return false; + return $this->Execute("SET GENERATOR $seqname TO ".($startID-1).';'); + } + + function DropSequence($seqname) + { + $seqname = strtoupper($seqname); + $this->Execute("delete from RDB\$GENERATORS where RDB\$GENERATOR_NAME='$seqname'"); + } + + function GenID($seqname='adodbseq',$startID=1) + { + $getnext = ("SELECT Gen_ID($seqname,1) FROM RDB\$DATABASE"); + $rs = @$this->Execute($getnext); + if (!$rs) { + $this->Execute(("INSERT INTO RDB\$GENERATORS (RDB\$GENERATOR_NAME) VALUES (UPPER('$seqname'))" )); + $this->Execute("SET GENERATOR $seqname TO ".($startID-1).';'); + $rs = $this->Execute($getnext); + } + if ($rs && !$rs->EOF) $this->genID = (integer) reset($rs->fields); + else $this->genID = 0; // false + + if ($rs) $rs->Close(); + + return $this->genID; + } + + function SelectDB($dbName) + { + return false; + } + + function _handleerror() + { + $this->_errorMsg = ibase_errmsg(); + } + + function ErrorNo() + { + if (preg_match('/error code = ([\-0-9]*)/i', $this->_errorMsg,$arr)) return (integer) $arr[1]; + else return 0; + } + + function ErrorMsg() + { + return $this->_errorMsg; + } + + function Prepare($sql) + { + $stmt = ibase_prepare($this->_connectionID,$sql); + if (!$stmt) return false; + return array($sql,$stmt); + } + + // returns query ID if successful, otherwise false + // there have been reports of problems with nested queries - the code is probably not re-entrant? + function _query($sql,$iarr=false) + { + + if (!$this->autoCommit && $this->_transactionID) { + $conn = $this->_transactionID; + $docommit = false; + } else { + $conn = $this->_connectionID; + $docommit = true; + } + if (is_array($sql)) { + $fn = 'ibase_execute'; + $sql = $sql[1]; + if (is_array($iarr)) { + if (ADODB_PHPVER >= 0x4050) { // actually 4.0.4 + if ( !isset($iarr[0]) ) $iarr[0] = ''; // PHP5 compat hack + $fnarr = array_merge( array($sql) , $iarr); + $ret = call_user_func_array($fn,$fnarr); + } else { + switch(sizeof($iarr)) { + case 1: $ret = $fn($sql,$iarr[0]); break; + case 2: $ret = $fn($sql,$iarr[0],$iarr[1]); break; + case 3: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2]); break; + case 4: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3]); break; + case 5: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4]); break; + case 6: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5]); break; + case 7: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5],$iarr[6]); break; + default: ADOConnection::outp( "Too many parameters to ibase query $sql"); + case 8: $ret = $fn($sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5],$iarr[6],$iarr[7]); break; + } + } + } else $ret = $fn($sql); + } else { + $fn = 'ibase_query'; + + if (is_array($iarr)) { + if (ADODB_PHPVER >= 0x4050) { // actually 4.0.4 + if (sizeof($iarr) == 0) $iarr[0] = ''; // PHP5 compat hack + $fnarr = array_merge( array($conn,$sql) , $iarr); + $ret = call_user_func_array($fn,$fnarr); + } else { + switch(sizeof($iarr)) { + case 1: $ret = $fn($conn,$sql,$iarr[0]); break; + case 2: $ret = $fn($conn,$sql,$iarr[0],$iarr[1]); break; + case 3: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2]); break; + case 4: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3]); break; + case 5: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4]); break; + case 6: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5]); break; + case 7: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5],$iarr[6]); break; + default: ADOConnection::outp( "Too many parameters to ibase query $sql"); + case 8: $ret = $fn($conn,$sql,$iarr[0],$iarr[1],$iarr[2],$iarr[3],$iarr[4],$iarr[5],$iarr[6],$iarr[7]); break; + } + } + } else $ret = $fn($conn,$sql); + } + if ($docommit && $ret === true) ibase_commit($this->_connectionID); + + $this->_handleerror(); + return $ret; + } + + // returns true or false + function _close() + { + if (!$this->autoCommit) @ibase_rollback($this->_connectionID); + return @ibase_close($this->_connectionID); + } + + //OPN STUFF start + function _ConvertFieldType(&$fld, $ftype, $flen, $fscale, $fsubtype, $fprecision, $dialect3) + { + $fscale = abs($fscale); + $fld->max_length = $flen; + $fld->scale = null; + switch($ftype){ + case 7: + case 8: + if ($dialect3) { + switch($fsubtype){ + case 0: + $fld->type = ($ftype == 7 ? 'smallint' : 'integer'); + break; + case 1: + $fld->type = 'numeric'; + $fld->max_length = $fprecision; + $fld->scale = $fscale; + break; + case 2: + $fld->type = 'decimal'; + $fld->max_length = $fprecision; + $fld->scale = $fscale; + break; + } // switch + } else { + if ($fscale !=0) { + $fld->type = 'decimal'; + $fld->scale = $fscale; + $fld->max_length = ($ftype == 7 ? 4 : 9); + } else { + $fld->type = ($ftype == 7 ? 'smallint' : 'integer'); + } + } + break; + case 16: + if ($dialect3) { + switch($fsubtype){ + case 0: + $fld->type = 'decimal'; + $fld->max_length = 18; + $fld->scale = 0; + break; + case 1: + $fld->type = 'numeric'; + $fld->max_length = $fprecision; + $fld->scale = $fscale; + break; + case 2: + $fld->type = 'decimal'; + $fld->max_length = $fprecision; + $fld->scale = $fscale; + break; + } // switch + } + break; + case 10: + $fld->type = 'float'; + break; + case 14: + $fld->type = 'char'; + break; + case 27: + if ($fscale !=0) { + $fld->type = 'decimal'; + $fld->max_length = 15; + $fld->scale = 5; + } else { + $fld->type = 'double'; + } + break; + case 35: + if ($dialect3) { + $fld->type = 'timestamp'; + } else { + $fld->type = 'date'; + } + break; + case 12: + $fld->type = 'date'; + break; + case 13: + $fld->type = 'time'; + break; + case 37: + $fld->type = 'varchar'; + break; + case 40: + $fld->type = 'cstring'; + break; + case 261: + $fld->type = 'blob'; + $fld->max_length = -1; + break; + } // switch + } + //OPN STUFF end + // returns array of ADOFieldObjects for current table + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); + + $ADODB_FETCH_MODE = $save; + $false = false; + if ($rs === false) { + return $false; + } + + $retarr = array(); + //OPN STUFF start + $dialect3 = ($this->dialect==3 ? true : false); + //OPN STUFF end + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = trim($rs->fields[0]); + //OPN STUFF start + $this->_ConvertFieldType($fld, $rs->fields[7], $rs->fields[3], $rs->fields[4], $rs->fields[5], $rs->fields[6], $dialect3); + if (isset($rs->fields[1]) && $rs->fields[1]) { + $fld->not_null = true; + } + if (isset($rs->fields[2])) { + + $fld->has_default = true; + $d = substr($rs->fields[2],strlen('default ')); + switch ($fld->type) + { + case 'smallint': + case 'integer': $fld->default_value = (int) $d; break; + case 'char': + case 'blob': + case 'text': + case 'varchar': $fld->default_value = (string) substr($d,1,strlen($d)-2); break; + case 'double': + case 'float': $fld->default_value = (float) $d; break; + default: $fld->default_value = $d; break; + } + // case 35:$tt = 'TIMESTAMP'; break; + } + if ((isset($rs->fields[5])) && ($fld->type == 'blob')) { + $fld->sub_type = $rs->fields[5]; + } else { + $fld->sub_type = null; + } + //OPN STUFF end + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[strtoupper($fld->name)] = $fld; + + $rs->MoveNext(); + } + $rs->Close(); + if ( empty($retarr)) return $false; + else return $retarr; + } + + function BlobEncode( $blob ) + { + $blobid = ibase_blob_create( $this->_connectionID); + ibase_blob_add( $blobid, $blob ); + return ibase_blob_close( $blobid ); + } + + // since we auto-decode all blob's since 2.42, + // BlobDecode should not do any transforms + function BlobDecode($blob) + { + return $blob; + } + + + + + // old blobdecode function + // still used to auto-decode all blob's + function _BlobDecode_old( $blob ) + { + $blobid = ibase_blob_open($this->_connectionID, $blob ); + $realblob = ibase_blob_get( $blobid,$this->maxblobsize); // 2nd param is max size of blob -- Kevin Boillet + while($string = ibase_blob_get($blobid, 8192)){ + $realblob .= $string; + } + ibase_blob_close( $blobid ); + + return( $realblob ); + } + + function _BlobDecode( $blob ) + { + if (ADODB_PHPVER >= 0x5000) { + $blob_data = ibase_blob_info($this->_connectionID, $blob ); + $blobid = ibase_blob_open($this->_connectionID, $blob ); + } else { + + $blob_data = ibase_blob_info( $blob ); + $blobid = ibase_blob_open( $blob ); + } + + if( $blob_data[0] > $this->maxblobsize ) { + + $realblob = ibase_blob_get($blobid, $this->maxblobsize); + + while($string = ibase_blob_get($blobid, 8192)){ + $realblob .= $string; + } + } else { + $realblob = ibase_blob_get($blobid, $blob_data[0]); + } + + ibase_blob_close( $blobid ); + return( $realblob ); + } + + function UpdateBlobFile($table,$column,$path,$where,$blobtype='BLOB') + { + $fd = fopen($path,'rb'); + if ($fd === false) return false; + $blob_id = ibase_blob_create($this->_connectionID); + + /* fill with data */ + + while ($val = fread($fd,32768)){ + ibase_blob_add($blob_id, $val); + } + + /* close and get $blob_id_str for inserting into table */ + $blob_id_str = ibase_blob_close($blob_id); + + fclose($fd); + return $this->Execute("UPDATE $table SET $column=(?) WHERE $where",array($blob_id_str)) != false; + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + $blob_id = ibase_blob_create($this->_connectionID); + + // ibase_blob_add($blob_id, $val); + + // replacement that solves the problem by which only the first modulus 64K / + // of $val are stored at the blob field //////////////////////////////////// + // Thx Abel Berenstein aberenstein#afip.gov.ar + $len = strlen($val); + $chunk_size = 32768; + $tail_size = $len % $chunk_size; + $n_chunks = ($len - $tail_size) / $chunk_size; + + for ($n = 0; $n < $n_chunks; $n++) { + $start = $n * $chunk_size; + $data = substr($val, $start, $chunk_size); + ibase_blob_add($blob_id, $data); + } + + if ($tail_size) { + $start = $n_chunks * $chunk_size; + $data = substr($val, $start, $tail_size); + ibase_blob_add($blob_id, $data); + } + // end replacement ///////////////////////////////////////////////////////// + + $blob_id_str = ibase_blob_close($blob_id); + + return $this->Execute("UPDATE $table SET $column=(?) WHERE $where",array($blob_id_str)) != false; + + } + + + function OldUpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + $blob_id = ibase_blob_create($this->_connectionID); + ibase_blob_add($blob_id, $val); + $blob_id_str = ibase_blob_close($blob_id); + return $this->Execute("UPDATE $table SET $column=(?) WHERE $where",array($blob_id_str)) != false; + } + + // Format date column in sql string given an input format that understands Y M D + // Only since Interbase 6.0 - uses EXTRACT + // problem - does not zero-fill the day and month yet + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysDate; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '||'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "extract(year from $col)"; + break; + case 'M': + case 'm': + $s .= "extract(month from $col)"; + break; + case 'Q': + case 'q': + $s .= "cast(((extract(month from $col)+2) / 3) as integer)"; + break; + case 'D': + case 'd': + $s .= "(extract(day from $col))"; + break; + case 'H': + case 'h': + $s .= "(extract(hour from $col))"; + break; + case 'I': + case 'i': + $s .= "(extract(minute from $col))"; + break; + case 'S': + case 's': + $s .= "CAST((extract(second from $col)) AS INTEGER)"; + break; + + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + break; + } + } + return $s; + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_ibase extends ADORecordSet +{ + + var $databaseType = "ibase"; + var $bind=false; + var $_cacheType; + + function ADORecordset_ibase($id,$mode=false) + { + global $ADODB_FETCH_MODE; + + $this->fetchMode = ($mode === false) ? $ADODB_FETCH_MODE : $mode; + $this->ADORecordSet($id); + } + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + + function FetchField($fieldOffset = -1) + { + $fld = new ADOFieldObject; + $ibf = ibase_field_info($this->_queryID,$fieldOffset); + switch (ADODB_ASSOC_CASE) { + case 2: // the default + $fld->name = ($ibf['alias']); + if (empty($fld->name)) $fld->name = ($ibf['name']); + break; + case 0: + $fld->name = strtoupper($ibf['alias']); + if (empty($fld->name)) $fld->name = strtoupper($ibf['name']); + break; + case 1: + $fld->name = strtolower($ibf['alias']); + if (empty($fld->name)) $fld->name = strtolower($ibf['name']); + break; + } + + $fld->type = $ibf['type']; + $fld->max_length = $ibf['length']; + + /* This needs to be populated from the metadata */ + $fld->not_null = false; + $fld->has_default = false; + $fld->default_value = 'null'; + return $fld; + } + + function _initrs() + { + $this->_numOfRows = -1; + $this->_numOfFields = @ibase_num_fields($this->_queryID); + + // cache types for blob decode check + for ($i=0, $max = $this->_numOfFields; $i < $max; $i++) { + $f1 = $this->FetchField($i); + $this->_cacheType[] = $f1->type; + } + } + + function _seek($row) + { + return false; + } + + function _fetch() + { + $f = @ibase_fetch_row($this->_queryID); + if ($f === false) { + $this->fields = false; + return false; + } + // OPN stuff start - optimized + // fix missing nulls and decode blobs automatically + + global $ADODB_ANSI_PADDING_OFF; + //$ADODB_ANSI_PADDING_OFF=1; + $rtrim = !empty($ADODB_ANSI_PADDING_OFF); + + for ($i=0, $max = $this->_numOfFields; $i < $max; $i++) { + if ($this->_cacheType[$i]=="BLOB") { + if (isset($f[$i])) { + $f[$i] = $this->connection->_BlobDecode($f[$i]); + } else { + $f[$i] = null; + } + } else { + if (!isset($f[$i])) { + $f[$i] = null; + } else if ($rtrim && is_string($f[$i])) { + $f[$i] = rtrim($f[$i]); + } + } + } + // OPN stuff end + + $this->fields = $f; + if ($this->fetchMode == ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } else if ($this->fetchMode == ADODB_FETCH_BOTH) { + $this->fields = array_merge($this->fields,$this->GetRowAssoc(ADODB_ASSOC_CASE)); + } + return true; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + + } + + + function _close() + { + return @ibase_free_result($this->_queryID); + } + + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + switch (strtoupper($t)) { + case 'CHAR': + return 'C'; + + case 'TEXT': + case 'VARCHAR': + case 'VARYING': + if ($len <= $this->blobSize) return 'C'; + return 'X'; + case 'BLOB': + return 'B'; + + case 'TIMESTAMP': + case 'DATE': return 'D'; + case 'TIME': return 'T'; + //case 'T': return 'T'; + + //case 'L': return 'L'; + case 'INT': + case 'SHORT': + case 'INTEGER': return 'I'; + default: return 'N'; + } + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-informix.inc.php b/e_lib/adodb5/drivers/adodb-informix.inc.php new file mode 100644 index 00000000..1d54fcc7 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-informix.inc.php @@ -0,0 +1,40 @@ +ADORecordset_informix72($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-informix72.inc.php b/e_lib/adodb5/drivers/adodb-informix72.inc.php new file mode 100644 index 00000000..98d92e09 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-informix72.inc.php @@ -0,0 +1,475 @@ + + +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +if (!defined('IFX_SCROLL')) define('IFX_SCROLL',1); + +class ADODB_informix72 extends ADOConnection { + var $databaseType = "informix72"; + var $dataProvider = "informix"; + var $replaceQuote = "''"; // string to use to replace quotes + var $fmtDate = "'Y-m-d'"; + var $fmtTimeStamp = "'Y-m-d H:i:s'"; + var $hasInsertID = true; + var $hasAffectedRows = true; + var $substr = 'substr'; + var $metaTablesSQL="select tabname,tabtype from systables where tabtype in ('T','V') and owner!='informix'"; //Don't get informix tables and pseudo-tables + + + var $metaColumnsSQL = + "select c.colname, c.coltype, c.collength, d.default,c.colno + from syscolumns c, systables t,outer sysdefaults d + where c.tabid=t.tabid and d.tabid=t.tabid and d.colno=c.colno + and tabname='%s' order by c.colno"; + + var $metaPrimaryKeySQL = + "select part1,part2,part3,part4,part5,part6,part7,part8 from + systables t,sysconstraints s,sysindexes i where t.tabname='%s' + and s.tabid=t.tabid and s.constrtype='P' + and i.idxname=s.idxname"; + + var $concat_operator = '||'; + + var $lastQuery = false; + var $has_insertid = true; + + var $_autocommit = true; + var $_bindInputArray = true; // set to true if ADOConnection.Execute() permits binding of array parameters. + var $sysDate = 'TODAY'; + var $sysTimeStamp = 'CURRENT'; + var $cursorType = IFX_SCROLL; // IFX_SCROLL or IFX_HOLD or 0 + + function ADODB_informix72() + { + // alternatively, use older method: + //putenv("DBDATE=Y4MD-"); + + // force ISO date format + putenv('GL_DATE=%Y-%m-%d'); + + if (function_exists('ifx_byteasvarchar')) { + ifx_byteasvarchar(1); // Mode "0" will return a blob id, and mode "1" will return a varchar with text content. + ifx_textasvarchar(1); // Mode "0" will return a blob id, and mode "1" will return a varchar with text content. + ifx_blobinfile_mode(0); // Mode "0" means save Byte-Blobs in memory, and mode "1" means save Byte-Blobs in a file. + } + } + + function ServerInfo() + { + if (isset($this->version)) return $this->version; + + $arr['description'] = $this->GetOne("select DBINFO('version','full') from systables where tabid = 1"); + $arr['version'] = $this->GetOne("select DBINFO('version','major') || DBINFO('version','minor') from systables where tabid = 1"); + $this->version = $arr; + return $arr; + } + + + + function _insertid() + { + $sqlca =ifx_getsqlca($this->lastQuery); + return @$sqlca["sqlerrd1"]; + } + + function _affectedrows() + { + if ($this->lastQuery) { + return @ifx_affected_rows ($this->lastQuery); + } + return 0; + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->Execute('BEGIN'); + $this->_autocommit = false; + return true; + } + + function CommitTrans($ok=true) + { + if (!$ok) return $this->RollbackTrans(); + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->Execute('COMMIT'); + $this->_autocommit = true; + return true; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->Execute('ROLLBACK'); + $this->_autocommit = true; + return true; + } + + function RowLock($tables,$where,$flds='1 as ignore') + { + if ($this->_autocommit) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables where $where for update"); + } + + /* Returns: the last error message from previous database operation + Note: This function is NOT available for Microsoft SQL Server. */ + + function ErrorMsg() + { + if (!empty($this->_logsql)) return $this->_errorMsg; + $this->_errorMsg = ifx_errormsg(); + return $this->_errorMsg; + } + + function ErrorNo() + { + preg_match("/.*SQLCODE=([^\]]*)/",ifx_error(),$parse); + if (is_array($parse) && isset($parse[1])) return (int)$parse[1]; + return 0; + } + + + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + if (!empty($this->metaColumnsSQL)) { + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table)); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if ($rs === false) return $false; + $rspkey = $this->Execute(sprintf($this->metaPrimaryKeySQL,$table)); //Added to get primary key colno items + + $retarr = array(); + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; +/* //!eos. + $rs->fields[1] is not the correct adodb type + $rs->fields[2] is not correct max_length, because can include not-null bit + + $fld->type = $rs->fields[1]; + $fld->primary_key=$rspkey->fields && array_search($rs->fields[4],$rspkey->fields); //Added to set primary key flag + $fld->max_length = $rs->fields[2];*/ + $pr=ifx_props($rs->fields[1],$rs->fields[2]); //!eos + $fld->type = $pr[0] ;//!eos + $fld->primary_key=$rspkey->fields && array_search($rs->fields[4],$rspkey->fields); + $fld->max_length = $pr[1]; //!eos + $fld->precision = $pr[2] ;//!eos + $fld->not_null = $pr[3]=="N"; //!eos + + if (trim($rs->fields[3]) != "AAAAAA 0") { + $fld->has_default = 1; + $fld->default_value = $rs->fields[3]; + } else { + $fld->has_default = 0; + } + + $retarr[strtolower($fld->name)] = $fld; + $rs->MoveNext(); + } + + $rs->Close(); + $rspkey->Close(); //!eos + return $retarr; + } + + return $false; + } + + function xMetaColumns($table) + { + return ADOConnection::MetaColumns($table,false); + } + + function MetaForeignKeys($table, $owner=false, $upper=false) //!Eos + { + $sql = " + select tr.tabname,updrule,delrule, + i.part1 o1,i2.part1 d1,i.part2 o2,i2.part2 d2,i.part3 o3,i2.part3 d3,i.part4 o4,i2.part4 d4, + i.part5 o5,i2.part5 d5,i.part6 o6,i2.part6 d6,i.part7 o7,i2.part7 d7,i.part8 o8,i2.part8 d8 + from systables t,sysconstraints s,sysindexes i, + sysreferences r,systables tr,sysconstraints s2,sysindexes i2 + where t.tabname='$table' + and s.tabid=t.tabid and s.constrtype='R' and r.constrid=s.constrid + and i.idxname=s.idxname and tr.tabid=r.ptabid + and s2.constrid=r.primary and i2.idxname=s2.idxname"; + + $rs = $this->Execute($sql); + if (!$rs || $rs->EOF) return false; + $arr = $rs->GetArray(); + $a = array(); + foreach($arr as $v) { + $coldest=$this->metaColumnNames($v["tabname"]); + $colorig=$this->metaColumnNames($table); + $colnames=array(); + for($i=1;$i<=8 && $v["o$i"] ;$i++) { + $colnames[]=$coldest[$v["d$i"]-1]."=".$colorig[$v["o$i"]-1]; + } + if($upper) + $a[strtoupper($v["tabname"])] = $colnames; + else + $a[$v["tabname"]] = $colnames; + } + return $a; + } + + function UpdateBlob($table, $column, $val, $where, $blobtype = 'BLOB') + { + $type = ($blobtype == 'TEXT') ? 1 : 0; + $blobid = ifx_create_blob($type,0,$val); + return $this->Execute("UPDATE $table SET $column=(?) WHERE $where",array($blobid)); + } + + function BlobDecode($blobid) + { + return function_exists('ifx_byteasvarchar') ? $blobid : @ifx_get_blob($blobid); + } + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('ifx_connect')) return null; + + $dbs = $argDatabasename . "@" . $argHostname; + if ($argHostname) putenv("INFORMIXSERVER=$argHostname"); + putenv("INFORMIXSERVER=".trim($argHostname)); + $this->_connectionID = ifx_connect($dbs,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + #if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('ifx_connect')) return null; + + $dbs = $argDatabasename . "@" . $argHostname; + putenv("INFORMIXSERVER=".trim($argHostname)); + $this->_connectionID = ifx_pconnect($dbs,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + #if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } +/* + // ifx_do does not accept bind parameters - weird ??? + function Prepare($sql) + { + $stmt = ifx_prepare($sql); + if (!$stmt) return $sql; + else return array($sql,$stmt); + } +*/ + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + global $ADODB_COUNTRECS; + + // String parameters have to be converted using ifx_create_char + if ($inputarr) { + foreach($inputarr as $v) { + if (gettype($v) == 'string') { + $tab[] = ifx_create_char($v); + } + else { + $tab[] = $v; + } + } + } + + // In case of select statement, we use a scroll cursor in order + // to be able to call "move", or "movefirst" statements + if (!$ADODB_COUNTRECS && preg_match("/^\s*select/is", $sql)) { + if ($inputarr) { + $this->lastQuery = ifx_query($sql,$this->_connectionID, $this->cursorType, $tab); + } + else { + $this->lastQuery = ifx_query($sql,$this->_connectionID, $this->cursorType); + } + } + else { + if ($inputarr) { + $this->lastQuery = ifx_query($sql,$this->_connectionID, $tab); + } + else { + $this->lastQuery = ifx_query($sql,$this->_connectionID); + } + } + + // Following line have been commented because autocommit mode is + // not supported by informix SE 7.2 + + //if ($this->_autocommit) ifx_query('COMMIT',$this->_connectionID); + + return $this->lastQuery; + } + + // returns true or false + function _close() + { + $this->lastQuery = false; + return ifx_close($this->_connectionID); + } +} + + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_informix72 extends ADORecordSet { + + var $databaseType = "informix72"; + var $canSeek = true; + var $_fieldprops = false; + + function ADORecordset_informix72($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + return $this->ADORecordSet($id); + } + + + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + function FetchField($fieldOffset = -1) + { + if (empty($this->_fieldprops)) { + $fp = ifx_fieldproperties($this->_queryID); + foreach($fp as $k => $v) { + $o = new ADOFieldObject; + $o->name = $k; + $arr = split(';',$v); //"SQLTYPE;length;precision;scale;ISNULLABLE" + $o->type = $arr[0]; + $o->max_length = $arr[1]; + $this->_fieldprops[] = $o; + $o->not_null = $arr[4]=="N"; + } + } + $ret = $this->_fieldprops[$fieldOffset]; + return $ret; + } + + function _initrs() + { + $this->_numOfRows = -1; // ifx_affected_rows not reliable, only returns estimate -- ($ADODB_COUNTRECS)? ifx_affected_rows($this->_queryID):-1; + $this->_numOfFields = ifx_num_fields($this->_queryID); + } + + function _seek($row) + { + return @ifx_fetch_row($this->_queryID, (int) $row); + } + + function MoveLast() + { + $this->fields = @ifx_fetch_row($this->_queryID, "LAST"); + if ($this->fields) $this->EOF = false; + $this->_currentRow = -1; + + if ($this->fetchMode == ADODB_FETCH_NUM) { + foreach($this->fields as $v) { + $arr[] = $v; + } + $this->fields = $arr; + } + + return true; + } + + function MoveFirst() + { + $this->fields = @ifx_fetch_row($this->_queryID, "FIRST"); + if ($this->fields) $this->EOF = false; + $this->_currentRow = 0; + + if ($this->fetchMode == ADODB_FETCH_NUM) { + foreach($this->fields as $v) { + $arr[] = $v; + } + $this->fields = $arr; + } + + return true; + } + + function _fetch($ignore_fields=false) + { + + $this->fields = @ifx_fetch_row($this->_queryID); + + if (!is_array($this->fields)) return false; + + if ($this->fetchMode == ADODB_FETCH_NUM) { + foreach($this->fields as $v) { + $arr[] = $v; + } + $this->fields = $arr; + } + return true; + } + + /* close() only needs to be called if you are worried about using too much memory while your script + is running. All associated result memory for the specified result identifier will automatically be freed. */ + function _close() + { + return ifx_free_result($this->_queryID); + } + +} +/** !Eos +* Auxiliar function to Parse coltype,collength. Used by Metacolumns +* return: array ($mtype,$length,$precision,$nullable) (similar to ifx_fieldpropierties) +*/ +function ifx_props($coltype,$collength){ + $itype=fmod($coltype+1,256); + $nullable=floor(($coltype+1) /256) ?"N":"Y"; + $mtype=substr(" CIIFFNNDN TBXCC ",$itype,1); + switch ($itype){ + case 2: + $length=4; + case 6: + case 9: + case 14: + $length=floor($collength/256); + $precision=fmod($collength,256); + break; + default: + $precision=0; + $length=$collength; + } + return array($mtype,$length,$precision,$nullable); +} + + +?> diff --git a/e_lib/adodb5/drivers/adodb-ldap.inc.php b/e_lib/adodb5/drivers/adodb-ldap.inc.php new file mode 100644 index 00000000..a2b7e5ac --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-ldap.inc.php @@ -0,0 +1,423 @@ +_connectionID = @ldap_connect($host); + } else { + $conn_info = array( $host,$this->port); + + if ( strstr( $host, ':' ) ) { + $conn_info = split( ':', $host ); + } + + $this->_connectionID = @ldap_connect( $conn_info[0], $conn_info[1] ); + } + if (!$this->_connectionID) { + $e = 'Could not connect to ' . $conn_info[0]; + $this->_errorMsg = $e; + if ($this->debug) ADOConnection::outp($e); + return false; + } + if( count( $LDAP_CONNECT_OPTIONS ) > 0 ) { + $this->_inject_bind_options( $LDAP_CONNECT_OPTIONS ); + } + + if ($username) { + $bind = @ldap_bind( $this->_connectionID, $username, $password ); + } else { + $username = 'anonymous'; + $bind = @ldap_bind( $this->_connectionID ); + } + + if (!$bind) { + $e = sprintf($this->_bind_errmsg,ldap_error($this->_connectionID)); + $this->_errorMsg = $e; + if ($this->debug) ADOConnection::outp($e); + return false; + } + $this->_errorMsg = ''; + $this->database = $ldapbase; + return $this->_connectionID; + } + +/* + Valid Domain Values for LDAP Options: + + LDAP_OPT_DEREF (integer) + LDAP_OPT_SIZELIMIT (integer) + LDAP_OPT_TIMELIMIT (integer) + LDAP_OPT_PROTOCOL_VERSION (integer) + LDAP_OPT_ERROR_NUMBER (integer) + LDAP_OPT_REFERRALS (boolean) + LDAP_OPT_RESTART (boolean) + LDAP_OPT_HOST_NAME (string) + LDAP_OPT_ERROR_STRING (string) + LDAP_OPT_MATCHED_DN (string) + LDAP_OPT_SERVER_CONTROLS (array) + LDAP_OPT_CLIENT_CONTROLS (array) + + Make sure to set this BEFORE calling Connect() + + Example: + + $LDAP_CONNECT_OPTIONS = Array( + Array ( + "OPTION_NAME"=>LDAP_OPT_DEREF, + "OPTION_VALUE"=>2 + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_SIZELIMIT, + "OPTION_VALUE"=>100 + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_TIMELIMIT, + "OPTION_VALUE"=>30 + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_PROTOCOL_VERSION, + "OPTION_VALUE"=>3 + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_ERROR_NUMBER, + "OPTION_VALUE"=>13 + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_REFERRALS, + "OPTION_VALUE"=>FALSE + ), + Array ( + "OPTION_NAME"=>LDAP_OPT_RESTART, + "OPTION_VALUE"=>FALSE + ) + ); +*/ + + function _inject_bind_options( $options ) { + foreach( $options as $option ) { + ldap_set_option( $this->_connectionID, $option["OPTION_NAME"], $option["OPTION_VALUE"] ) + or die( "Unable to set server option: " . $option["OPTION_NAME"] ); + } + } + + /* returns _queryID or false */ + function _query($sql,$inputarr=false) + { + $rs = @ldap_search( $this->_connectionID, $this->database, $sql ); + $this->_errorMsg = ($rs) ? '' : 'Search error on '.$sql.': '.ldap_error($this->_connectionID); + return $rs; + } + + function ErrorMsg() + { + return $this->_errorMsg; + } + + function ErrorNo() + { + return @ldap_errno($this->_connectionID); + } + + /* closes the LDAP connection */ + function _close() + { + @ldap_close( $this->_connectionID ); + $this->_connectionID = false; + } + + function SelectDB($db) { + $this->database = $db; + return true; + } // SelectDB + + function ServerInfo() + { + if( !empty( $this->version ) ) return $this->version; + $version = array(); + /* + Determines how aliases are handled during search. + LDAP_DEREF_NEVER (0x00) + LDAP_DEREF_SEARCHING (0x01) + LDAP_DEREF_FINDING (0x02) + LDAP_DEREF_ALWAYS (0x03) + The LDAP_DEREF_SEARCHING value means aliases are dereferenced during the search but + not when locating the base object of the search. The LDAP_DEREF_FINDING value means + aliases are dereferenced when locating the base object but not during the search. + Default: LDAP_DEREF_NEVER + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_DEREF, $version['LDAP_OPT_DEREF'] ) ; + switch ( $version['LDAP_OPT_DEREF'] ) { + case 0: + $version['LDAP_OPT_DEREF'] = 'LDAP_DEREF_NEVER'; + case 1: + $version['LDAP_OPT_DEREF'] = 'LDAP_DEREF_SEARCHING'; + case 2: + $version['LDAP_OPT_DEREF'] = 'LDAP_DEREF_FINDING'; + case 3: + $version['LDAP_OPT_DEREF'] = 'LDAP_DEREF_ALWAYS'; + } + + /* + A limit on the number of entries to return from a search. + LDAP_NO_LIMIT (0) means no limit. + Default: LDAP_NO_LIMIT + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_SIZELIMIT, $version['LDAP_OPT_SIZELIMIT'] ); + if ( $version['LDAP_OPT_SIZELIMIT'] == 0 ) { + $version['LDAP_OPT_SIZELIMIT'] = 'LDAP_NO_LIMIT'; + } + + /* + A limit on the number of seconds to spend on a search. + LDAP_NO_LIMIT (0) means no limit. + Default: LDAP_NO_LIMIT + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_TIMELIMIT, $version['LDAP_OPT_TIMELIMIT'] ); + if ( $version['LDAP_OPT_TIMELIMIT'] == 0 ) { + $version['LDAP_OPT_TIMELIMIT'] = 'LDAP_NO_LIMIT'; + } + + /* + Determines whether the LDAP library automatically follows referrals returned by LDAP servers or not. + LDAP_OPT_ON + LDAP_OPT_OFF + Default: ON + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_REFERRALS, $version['LDAP_OPT_REFERRALS'] ); + if ( $version['LDAP_OPT_REFERRALS'] == 0 ) { + $version['LDAP_OPT_REFERRALS'] = 'LDAP_OPT_OFF'; + } else { + $version['LDAP_OPT_REFERRALS'] = 'LDAP_OPT_ON'; + + } + /* + Determines whether LDAP I/O operations are automatically restarted if they abort prematurely. + LDAP_OPT_ON + LDAP_OPT_OFF + Default: OFF + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_RESTART, $version['LDAP_OPT_RESTART'] ); + if ( $version['LDAP_OPT_RESTART'] == 0 ) { + $version['LDAP_OPT_RESTART'] = 'LDAP_OPT_OFF'; + } else { + $version['LDAP_OPT_RESTART'] = 'LDAP_OPT_ON'; + + } + /* + This option indicates the version of the LDAP protocol used when communicating with the primary LDAP server. + LDAP_VERSION2 (2) + LDAP_VERSION3 (3) + Default: LDAP_VERSION2 (2) + */ + ldap_get_option( $this->_connectionID, LDAP_OPT_PROTOCOL_VERSION, $version['LDAP_OPT_PROTOCOL_VERSION'] ); + if ( $version['LDAP_OPT_PROTOCOL_VERSION'] == 2 ) { + $version['LDAP_OPT_PROTOCOL_VERSION'] = 'LDAP_VERSION2'; + } else { + $version['LDAP_OPT_PROTOCOL_VERSION'] = 'LDAP_VERSION3'; + + } + /* The host name (or list of hosts) for the primary LDAP server. */ + ldap_get_option( $this->_connectionID, LDAP_OPT_HOST_NAME, $version['LDAP_OPT_HOST_NAME'] ); + ldap_get_option( $this->_connectionID, LDAP_OPT_ERROR_NUMBER, $version['LDAP_OPT_ERROR_NUMBER'] ); + ldap_get_option( $this->_connectionID, LDAP_OPT_ERROR_STRING, $version['LDAP_OPT_ERROR_STRING'] ); + ldap_get_option( $this->_connectionID, LDAP_OPT_MATCHED_DN, $version['LDAP_OPT_MATCHED_DN'] ); + + return $this->version = $version; + + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_ldap extends ADORecordSet{ + + var $databaseType = "ldap"; + var $canSeek = false; + var $_entryID; /* keeps track of the entry resource identifier */ + + function ADORecordSet_ldap($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_NUM: + $this->fetchMode = LDAP_NUM; + break; + case ADODB_FETCH_ASSOC: + $this->fetchMode = LDAP_ASSOC; + break; + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: + $this->fetchMode = LDAP_BOTH; + break; + } + + $this->ADORecordSet($queryID); + } + + function _initrs() + { + /* + This could be teaked to respect the $COUNTRECS directive from ADODB + It's currently being used in the _fetch() function and the + GetAssoc() function + */ + $this->_numOfRows = ldap_count_entries( $this->connection->_connectionID, $this->_queryID ); + + } + + /* + Return whole recordset as a multi-dimensional associative array + */ + function GetAssoc($force_array = false, $first2cols = false) + { + $records = $this->_numOfRows; + $results = array(); + for ( $i=0; $i < $records; $i++ ) { + foreach ( $this->fields as $k=>$v ) { + if ( is_array( $v ) ) { + if ( $v['count'] == 1 ) { + $results[$i][$k] = $v[0]; + } else { + array_shift( $v ); + $results[$i][$k] = $v; + } + } + } + } + + return $results; + } + + function GetRowAssoc() + { + $results = array(); + foreach ( $this->fields as $k=>$v ) { + if ( is_array( $v ) ) { + if ( $v['count'] == 1 ) { + $results[$k] = $v[0]; + } else { + array_shift( $v ); + $results[$k] = $v; + } + } + } + + return $results; + } + + function GetRowNums() + { + $results = array(); + foreach ( $this->fields as $k=>$v ) { + static $i = 0; + if (is_array( $v )) { + if ( $v['count'] == 1 ) { + $results[$i] = $v[0]; + } else { + array_shift( $v ); + $results[$i] = $v; + } + $i++; + } + } + return $results; + } + + function _fetch() + { + if ( $this->_currentRow >= $this->_numOfRows && $this->_numOfRows >= 0 ) + return false; + + if ( $this->_currentRow == 0 ) { + $this->_entryID = ldap_first_entry( $this->connection->_connectionID, $this->_queryID ); + } else { + $this->_entryID = ldap_next_entry( $this->connection->_connectionID, $this->_entryID ); + } + + $this->fields = ldap_get_attributes( $this->connection->_connectionID, $this->_entryID ); + $this->_numOfFields = $this->fields['count']; + switch ( $this->fetchMode ) { + + case LDAP_ASSOC: + $this->fields = $this->GetRowAssoc(); + break; + + case LDAP_NUM: + $this->fields = array_merge($this->GetRowNums(),$this->GetRowAssoc()); + break; + + case LDAP_BOTH: + default: + $this->fields = $this->GetRowNums(); + break; + } + return ( is_array( $this->fields ) ); + } + + function _close() { + @ldap_free_result( $this->_queryID ); + $this->_queryID = false; + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-mssql.inc.php b/e_lib/adodb5/drivers/adodb-mssql.inc.php new file mode 100644 index 00000000..68963ebf --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-mssql.inc.php @@ -0,0 +1,1099 @@ += 0x4300) { +// docs say 4.2.0, but testing shows only since 4.3.0 does it work! + ini_set('mssql.datetimeconvert',0); +} else { +global $ADODB_mssql_mths; // array, months must be upper-case + + + $ADODB_mssql_date_order = 'mdy'; + $ADODB_mssql_mths = array( + 'JAN'=>1,'FEB'=>2,'MAR'=>3,'APR'=>4,'MAY'=>5,'JUN'=>6, + 'JUL'=>7,'AUG'=>8,'SEP'=>9,'OCT'=>10,'NOV'=>11,'DEC'=>12); +} + +//--------------------------------------------------------------------------- +// Call this to autoset $ADODB_mssql_date_order at the beginning of your code, +// just after you connect to the database. Supports mdy and dmy only. +// Not required for PHP 4.2.0 and above. +function AutoDetect_MSSQL_Date_Order($conn) +{ +global $ADODB_mssql_date_order; + $adate = $conn->GetOne('select getdate()'); + if ($adate) { + $anum = (int) $adate; + if ($anum > 0) { + if ($anum > 31) { + //ADOConnection::outp( "MSSQL: YYYY-MM-DD date format not supported currently"); + } else + $ADODB_mssql_date_order = 'dmy'; + } else + $ADODB_mssql_date_order = 'mdy'; + } +} + +class ADODB_mssql extends ADOConnection { + var $databaseType = "mssql"; + var $dataProvider = "mssql"; + var $replaceQuote = "''"; // string to use to replace quotes + var $fmtDate = "'Y-m-d'"; + var $fmtTimeStamp = "'Y-m-d H:i:s'"; + var $hasInsertID = true; + var $substr = "substring"; + var $length = 'len'; + var $hasAffectedRows = true; + var $metaDatabasesSQL = "select name from sysdatabases where name <> 'master'"; + var $metaTablesSQL="select name,case when type='U' then 'T' else 'V' end from sysobjects where (type='U' or type='V') and (name not in ('sysallocations','syscolumns','syscomments','sysdepends','sysfilegroups','sysfiles','sysfiles1','sysforeignkeys','sysfulltextcatalogs','sysindexes','sysindexkeys','sysmembers','sysobjects','syspermissions','sysprotects','sysreferences','systypes','sysusers','sysalternates','sysconstraints','syssegments','REFERENTIAL_CONSTRAINTS','CHECK_CONSTRAINTS','CONSTRAINT_TABLE_USAGE','CONSTRAINT_COLUMN_USAGE','VIEWS','VIEW_TABLE_USAGE','VIEW_COLUMN_USAGE','SCHEMATA','TABLES','TABLE_CONSTRAINTS','TABLE_PRIVILEGES','COLUMNS','COLUMN_DOMAIN_USAGE','COLUMN_PRIVILEGES','DOMAINS','DOMAIN_CONSTRAINTS','KEY_COLUMN_USAGE','dtproperties'))"; + var $metaColumnsSQL = # xtype==61 is datetime +"select c.name,t.name,c.length, + (case when c.xusertype=61 then 0 else c.xprec end), + (case when c.xusertype=61 then 0 else c.xscale end) + from syscolumns c join systypes t on t.xusertype=c.xusertype join sysobjects o on o.id=c.id where o.name='%s'"; + var $hasTop = 'top'; // support mssql SELECT TOP 10 * FROM TABLE + var $hasGenID = true; + var $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)'; + var $sysTimeStamp = 'GetDate()'; + var $_has_mssql_init; + var $maxParameterLen = 4000; + var $arrayClass = 'ADORecordSet_array_mssql'; + var $uniqueSort = true; + var $leftOuter = '*='; + var $rightOuter = '=*'; + var $ansiOuter = true; // for mssql7 or later + var $poorAffectedRows = true; + var $identitySQL = 'select SCOPE_IDENTITY()'; // 'select SCOPE_IDENTITY'; # for mssql 2000 + var $uniqueOrderBy = true; + var $_bindInputArray = true; + var $forceNewConnect = false; + + function ADODB_mssql() + { + $this->_has_mssql_init = (strnatcmp(PHP_VERSION,'4.1.0')>=0); + } + + function ServerInfo() + { + global $ADODB_FETCH_MODE; + + + if ($this->fetchMode === false) { + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + } else + $savem = $this->SetFetchMode(ADODB_FETCH_NUM); + + if (0) { + $stmt = $this->PrepareSP('sp_server_info'); + $val = 2; + $this->Parameter($stmt,$val,'attribute_id'); + $row = $this->GetRow($stmt); + } + + $row = $this->GetRow("execute sp_server_info 2"); + + + if ($this->fetchMode === false) { + $ADODB_FETCH_MODE = $savem; + } else + $this->SetFetchMode($savem); + + $arr['description'] = $row[2]; + $arr['version'] = ADOConnection::_findvers($arr['description']); + return $arr; + } + + function IfNull( $field, $ifNull ) + { + return " ISNULL($field, $ifNull) "; // if MS SQL Server + } + + function _insertid() + { + // SCOPE_IDENTITY() + // Returns the last IDENTITY value inserted into an IDENTITY column in + // the same scope. A scope is a module -- a stored procedure, trigger, + // function, or batch. Thus, two statements are in the same scope if + // they are in the same stored procedure, function, or batch. + if ($this->lastInsID !== false) { + return $this->lastInsID; // InsID from sp_executesql call + } else { + return $this->GetOne($this->identitySQL); + } + } + + + + /** + * Correctly quotes a string so that all strings are escaped. We prefix and append + * to the string single-quotes. + * An example is $db->qstr("Don't bother",magic_quotes_runtime()); + * + * @param s the string to quote + * @param [magic_quotes] if $s is GET/POST var, set to get_magic_quotes_gpc(). + * This undoes the stupidity of magic quotes for GPC. + * + * @return quoted string to be sent back to database + */ + function qstr($s,$magic_quotes=false) + { + if (!$magic_quotes) { + return "'".str_replace("'",$this->replaceQuote,$s)."'"; + } + + // undo magic quotes for " unless sybase is on + $sybase = ini_get('magic_quotes_sybase'); + if (!$sybase) { + $s = str_replace('\\"','"',$s); + if ($this->replaceQuote == "\\'") // ' already quoted, no need to change anything + return "'$s'"; + else {// change \' to '' for sybase/mssql + $s = str_replace('\\\\','\\',$s); + return "'".str_replace("\\'",$this->replaceQuote,$s)."'"; + } + } else { + return "'".$s."'"; + } + } +// moodle change end - see readme_moodle.txt + + function _affectedrows() + { + return $this->GetOne('select @@rowcount'); + } + + var $_dropSeqSQL = "drop table %s"; + + function CreateSequence($seq='adodbseq',$start=1) + { + + $this->Execute('BEGIN TRANSACTION adodbseq'); + $start -= 1; + $this->Execute("create table $seq (id float(53))"); + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + $this->Execute('ROLLBACK TRANSACTION adodbseq'); + return false; + } + $this->Execute('COMMIT TRANSACTION adodbseq'); + return true; + } + + function GenID($seq='adodbseq',$start=1) + { + //$this->debug=1; + $this->Execute('BEGIN TRANSACTION adodbseq'); + $ok = $this->Execute("update $seq with (tablock,holdlock) set id = id + 1"); + if (!$ok) { + $this->Execute("create table $seq (id float(53))"); + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + $this->Execute('ROLLBACK TRANSACTION adodbseq'); + return false; + } + $this->Execute('COMMIT TRANSACTION adodbseq'); + return $start; + } + $num = $this->GetOne("select id from $seq"); + $this->Execute('COMMIT TRANSACTION adodbseq'); + return $num; + + // in old implementation, pre 1.90, we returned GUID... + //return $this->GetOne("SELECT CONVERT(varchar(255), NEWID()) AS 'Char'"); + } + + + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + if ($nrows > 0 && $offset <= 0) { + $sql = preg_replace( + '/(^\s*select\s+(distinctrow|distinct)?)/i','\\1 '.$this->hasTop." $nrows ",$sql); + + if ($secs2cache) + $rs = $this->CacheExecute($secs2cache, $sql, $inputarr); + else + $rs = $this->Execute($sql,$inputarr); + } else + $rs = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + + return $rs; + } + + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '+'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "datename(yyyy,$col)"; + break; + case 'M': + $s .= "convert(char(3),$col,0)"; + break; + case 'm': + $s .= "replace(str(month($col),2),' ','0')"; + break; + case 'Q': + case 'q': + $s .= "datename(quarter,$col)"; + break; + case 'D': + case 'd': + $s .= "replace(str(day($col),2),' ','0')"; + break; + case 'h': + $s .= "substring(convert(char(14),$col,0),13,2)"; + break; + + case 'H': + $s .= "replace(str(datepart(hh,$col),2),' ','0')"; + break; + + case 'i': + $s .= "replace(str(datepart(mi,$col),2),' ','0')"; + break; + case 's': + $s .= "replace(str(datepart(ss,$col),2),' ','0')"; + break; + case 'a': + case 'A': + $s .= "substring(convert(char(19),$col,0),18,2)"; + break; + + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + break; + } + } + return $s; + } + + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $ok = $this->Execute('BEGIN TRAN'); + return $ok; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $ok = $this->Execute('COMMIT TRAN'); + return $ok; + } + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $ok = $this->Execute('ROLLBACK TRAN'); + return $ok; + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET TRANSACTION ".$transaction_mode); + } + + /* + Usage: + + $this->BeginTrans(); + $this->RowLock('table1,table2','table1.id=33 and table2.id=table1.id'); # lock row 33 for both tables + + # some operation on both tables table1 and table2 + + $this->CommitTrans(); + + See http://www.swynk.com/friends/achigrik/SQL70Locks.asp + */ + function RowLock($tables,$where,$flds='top 1 null as ignore') + { + if (!$this->transCnt) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables with (ROWLOCK,HOLDLOCK) where $where"); + } + + + function MetaIndexes($table,$primary=false, $owner=false) + { + $table = $this->qstr($table); + + $sql = "SELECT i.name AS ind_name, C.name AS col_name, USER_NAME(O.uid) AS Owner, c.colid, k.Keyno, + CASE WHEN I.indid BETWEEN 1 AND 254 AND (I.status & 2048 = 2048 OR I.Status = 16402 AND O.XType = 'V') THEN 1 ELSE 0 END AS IsPK, + CASE WHEN I.status & 2 = 2 THEN 1 ELSE 0 END AS IsUnique + FROM dbo.sysobjects o INNER JOIN dbo.sysindexes I ON o.id = i.id + INNER JOIN dbo.sysindexkeys K ON I.id = K.id AND I.Indid = K.Indid + INNER JOIN dbo.syscolumns c ON K.id = C.id AND K.colid = C.Colid + WHERE LEFT(i.name, 8) <> '_WA_Sys_' AND o.status >= 0 AND O.Name LIKE $table + ORDER BY O.name, I.Name, K.keyno"; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute($sql); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + return FALSE; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + if ($primary && !$row[5]) continue; + + $indexes[$row[0]]['unique'] = $row[6]; + $indexes[$row[0]]['columns'][] = $row[1]; + } + return $indexes; + } + + function MetaForeignKeys($table, $owner=false, $upper=false) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $table = $this->qstr(strtoupper($table)); + + $sql = +"select object_name(constid) as constraint_name, + col_name(fkeyid, fkey) as column_name, + object_name(rkeyid) as referenced_table_name, + col_name(rkeyid, rkey) as referenced_column_name +from sysforeignkeys +where upper(object_name(fkeyid)) = $table +order by constraint_name, referenced_table_name, keyno"; + + $constraints = $this->GetArray($sql); + + $ADODB_FETCH_MODE = $save; + + $arr = false; + foreach($constraints as $constr) { + //print_r($constr); + $arr[$constr[0]][$constr[2]][] = $constr[1].'='.$constr[3]; + } + if (!$arr) return false; + + $arr2 = false; + + foreach($arr as $k => $v) { + foreach($v as $a => $b) { + if ($upper) $a = strtoupper($a); + $arr2[$a] = $b; + } + } + return $arr2; + } + + //From: Fernando Moreira + function MetaDatabases() + { + if(@mssql_select_db("master")) { + $qry=$this->metaDatabasesSQL; + if($rs=@mssql_query($qry,$this->_connectionID)){ + $tmpAr=$ar=array(); + while($tmpAr=@mssql_fetch_row($rs)) + $ar[]=$tmpAr[0]; + @mssql_select_db($this->database); + if(sizeof($ar)) + return($ar); + else + return(false); + } else { + @mssql_select_db($this->database); + return(false); + } + } + return(false); + } + + // "Stein-Aksel Basma" + // tested with MSSQL 2000 + function MetaPrimaryKeys($table) + { + global $ADODB_FETCH_MODE; + + $schema = ''; + $this->_findschema($table,$schema); + if (!$schema) $schema = $this->database; + if ($schema) $schema = "and k.table_catalog like '$schema%'"; + + $sql = "select distinct k.column_name,ordinal_position from information_schema.key_column_usage k, + information_schema.table_constraints tc + where tc.constraint_name = k.constraint_name and tc.constraint_type = + 'PRIMARY KEY' and k.table_name = '$table' $schema order by ordinal_position "; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $a = $this->GetCol($sql); + $ADODB_FETCH_MODE = $savem; + + if ($a && sizeof($a)>0) return $a; + $false = false; + return $false; + } + + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(($mask)); + $this->metaTablesSQL .= " AND name like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + function SelectDB($dbName) + { + $this->database = $dbName; + $this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions + if ($this->_connectionID) { + return @mssql_select_db($dbName); + } + else return false; + } + + function ErrorMsg() + { + if (empty($this->_errorMsg)){ + $this->_errorMsg = mssql_get_last_message(); + } + return $this->_errorMsg; + } + + function ErrorNo() + { + if ($this->_logsql && $this->_errorCode !== false) return $this->_errorCode; + if (empty($this->_errorMsg)) { + $this->_errorMsg = mssql_get_last_message(); + } + $id = @mssql_query("select @@ERROR",$this->_connectionID); + if (!$id) return false; + $arr = mssql_fetch_array($id); + @mssql_free_result($id); + if (is_array($arr)) return $arr[0]; + else return -1; + } + + // returns true or false, newconnect supported since php 5.1.0. + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename,$newconnect=false) + { + if (!function_exists('mssql_pconnect')) return null; + $this->_connectionID = mssql_connect($argHostname,$argUsername,$argPassword,$newconnect); + if ($this->_connectionID === false) return false; + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('mssql_pconnect')) return null; + $this->_connectionID = mssql_pconnect($argHostname,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + + // persistent connections can forget to rollback on crash, so we do it here. + if ($this->autoRollback) { + $cnt = $this->GetOne('select @@TRANCOUNT'); + while (--$cnt >= 0) $this->Execute('ROLLBACK TRAN'); + } + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + function _nconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename, true); + } + + function Prepare($sql) + { + $sqlarr = explode('?',$sql); + if (sizeof($sqlarr) <= 1) return $sql; + $sql2 = $sqlarr[0]; + for ($i = 1, $max = sizeof($sqlarr); $i < $max; $i++) { + $sql2 .= '@P'.($i-1) . $sqlarr[$i]; + } + return array($sql,$this->qstr($sql2),$max,$sql2); + } + + function PrepareSP($sql) + { + if (!$this->_has_mssql_init) { + ADOConnection::outp( "PrepareSP: mssql_init only available since PHP 4.1.0"); + return $sql; + } + $stmt = mssql_init($sql,$this->_connectionID); + if (!$stmt) return $sql; + return array($sql,$stmt); + } + + // returns concatenated string + // MSSQL requires integers to be cast as strings + // automatically cast every datatype to VARCHAR(255) + // @author David Rogers (introspectshun) + function Concat() + { + $s = ""; + $arr = func_get_args(); + + // Split single record on commas, if possible + if (sizeof($arr) == 1) { + foreach ($arr as $arg) { + $args = explode(',', $arg); + } + $arr = $args; + } + + array_walk($arr, create_function('&$v', '$v = "CAST(" . $v . " AS VARCHAR(255))";')); + $s = implode('+',$arr); + if (sizeof($arr) > 0) return "$s"; + + return ''; + } + + /* + Usage: + $stmt = $db->PrepareSP('SP_RUNSOMETHING'); -- takes 2 params, @myid and @group + + # note that the parameter does not have @ in front! + $db->Parameter($stmt,$id,'myid'); + $db->Parameter($stmt,$group,'group',false,64); + $db->Execute($stmt); + + @param $stmt Statement returned by Prepare() or PrepareSP(). + @param $var PHP variable to bind to. Can set to null (for isNull support). + @param $name Name of stored procedure variable name to bind to. + @param [$isOutput] Indicates direction of parameter 0/false=IN 1=OUT 2= IN/OUT. This is ignored in oci8. + @param [$maxLen] Holds an maximum length of the variable. + @param [$type] The data type of $var. Legal values depend on driver. + + See mssql_bind documentation at php.net. + */ + function Parameter(&$stmt, &$var, $name, $isOutput=false, $maxLen=4000, $type=false) + { + if (!$this->_has_mssql_init) { + ADOConnection::outp( "Parameter: mssql_bind only available since PHP 4.1.0"); + return false; + } + + $isNull = is_null($var); // php 4.0.4 and above... + + if ($type === false) + switch(gettype($var)) { + default: + case 'string': $type = SQLVARCHAR; break; + case 'double': $type = SQLFLT8; break; + case 'integer': $type = SQLINT4; break; + case 'boolean': $type = SQLINT1; break; # SQLBIT not supported in 4.1.0 + } + + if ($this->debug) { + $prefix = ($isOutput) ? 'Out' : 'In'; + $ztype = (empty($type)) ? 'false' : $type; + ADOConnection::outp( "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);"); + } + /* + See http://phplens.com/lens/lensforum/msgs.php?id=7231 + + RETVAL is HARD CODED into php_mssql extension: + The return value (a long integer value) is treated like a special OUTPUT parameter, + called "RETVAL" (without the @). See the example at mssql_execute to + see how it works. - type: one of this new supported PHP constants. + SQLTEXT, SQLVARCHAR,SQLCHAR, SQLINT1,SQLINT2, SQLINT4, SQLBIT,SQLFLT8 + */ + if ($name !== 'RETVAL') $name = '@'.$name; + return mssql_bind($stmt[1], $name, $var, $type, $isOutput, $isNull, $maxLen); + } + + /* + Unfortunately, it appears that mssql cannot handle varbinary > 255 chars + So all your blobs must be of type "image". + + Remember to set in php.ini the following... + + ; Valid range 0 - 2147483647. Default = 4096. + mssql.textlimit = 0 ; zero to pass through + + ; Valid range 0 - 2147483647. Default = 4096. + mssql.textsize = 0 ; zero to pass through + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + + if (strtoupper($blobtype) == 'CLOB') { + $sql = "UPDATE $table SET $column='" . $val . "' WHERE $where"; + return $this->Execute($sql) != false; + } + $sql = "UPDATE $table SET $column=0x".bin2hex($val)." WHERE $where"; + return $this->Execute($sql) != false; + } + + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + $this->_errorMsg = false; + if (is_array($inputarr)) { + + # bind input params with sp_executesql: + # see http://www.quest-pipelines.com/newsletter-v3/0402_F.htm + # works only with sql server 7 and newer + $getIdentity = false; + if (!is_array($sql) && preg_match('/^\\s*insert/i', $sql)) { + $getIdentity = true; + $sql .= (preg_match('/;\\s*$/i', $sql) ? ' ' : '; ') . $this->identitySQL; + } + if (!is_array($sql)) $sql = $this->Prepare($sql); + $params = ''; + $decl = ''; + $i = 0; + foreach($inputarr as $v) { + if ($decl) { + $decl .= ', '; + $params .= ', '; + } + if (is_string($v)) { + $len = strlen($v); + if ($len == 0) $len = 1; + + if ($len > 4000 ) { + // NVARCHAR is max 4000 chars. Let's use NTEXT + $decl .= "@P$i NTEXT"; + } else { + $decl .= "@P$i NVARCHAR($len)"; + } + + $params .= "@P$i=N". (strncmp($v,"'",1)==0? $v : $this->qstr($v)); + } else if (is_integer($v)) { + $decl .= "@P$i INT"; + $params .= "@P$i=".$v; + } else if (is_float($v)) { + $decl .= "@P$i FLOAT"; + $params .= "@P$i=".$v; + } else if (is_bool($v)) { + $decl .= "@P$i INT"; # Used INT just in case BIT in not supported on the user's MSSQL version. It will cast appropriately. + $params .= "@P$i=".(($v)?'1':'0'); # True == 1 in MSSQL BIT fields and acceptable for storing logical true in an int field + } else { + $decl .= "@P$i CHAR"; # Used char because a type is required even when the value is to be NULL. + $params .= "@P$i=NULL"; + } + $i += 1; + } + $decl = $this->qstr($decl); + if ($this->debug) ADOConnection::outp("sp_executesql N{$sql[1]},N$decl,$params"); + $rez = mssql_query("sp_executesql N{$sql[1]},N$decl,$params", $this->_connectionID); + if ($getIdentity) { + $arr = @mssql_fetch_row($rez); + $this->lastInsID = isset($arr[0]) ? $arr[0] : false; + @mssql_data_seek($rez, 0); + } + + } else if (is_array($sql)) { + # PrepareSP() + $rez = mssql_execute($sql[1]); + $this->lastInsID = false; + + } else { + $rez = mssql_query($sql,$this->_connectionID); + $this->lastInsID = false; + } + return $rez; + } + + // returns true or false + function _close() + { + if ($this->transCnt) $this->RollbackTrans(); + $rez = @mssql_close($this->_connectionID); + $this->_connectionID = false; + return $rez; + } + + // mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + return ADORecordSet_array_mssql::UnixDate($v); + } + + static function UnixTimeStamp($v) + { + return ADORecordSet_array_mssql::UnixTimeStamp($v); + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_mssql extends ADORecordSet { + + var $databaseType = "mssql"; + var $canSeek = true; + var $hasFetchAssoc; // see http://phplens.com/lens/lensforum/msgs.php?id=6083 + // _mths works only in non-localised system + + function ADORecordset_mssql($id,$mode=false) + { + // freedts check... + $this->hasFetchAssoc = function_exists('mssql_fetch_assoc'); + + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + + } + $this->fetchMode = $mode; + return $this->ADORecordSet($id,$mode); + } + + + function _initrs() + { + GLOBAL $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS)? @mssql_num_rows($this->_queryID):-1; + $this->_numOfFields = @mssql_num_fields($this->_queryID); + } + + + //Contributed by "Sven Axelsson" + // get next resultset - requires PHP 4.0.5 or later + function NextRecordSet() + { + if (!mssql_next_result($this->_queryID)) return false; + $this->_inited = false; + $this->bind = false; + $this->_currentRow = -1; + $this->Init(); + return true; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode != ADODB_FETCH_NUM) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + + function FetchField($fieldOffset = -1) + { + if ($fieldOffset != -1) { + $f = @mssql_fetch_field($this->_queryID, $fieldOffset); + } + else if ($fieldOffset == -1) { /* The $fieldOffset argument is not provided thus its -1 */ + $f = @mssql_fetch_field($this->_queryID); + } + $false = false; + if (empty($f)) return $false; + return $f; + } + + function _seek($row) + { + return @mssql_data_seek($this->_queryID, $row); + } + + // speedup + function MoveNext() + { + if ($this->EOF) return false; + + $this->_currentRow++; + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + if ($this->fetchMode & ADODB_FETCH_NUM) { + //ADODB_FETCH_BOTH mode + $this->fields = @mssql_fetch_array($this->_queryID); + } + else { + if ($this->hasFetchAssoc) {// only for PHP 4.2.0 or later + $this->fields = @mssql_fetch_assoc($this->_queryID); + } else { + $flds = @mssql_fetch_array($this->_queryID); + if (is_array($flds)) { + $fassoc = array(); + foreach($flds as $k => $v) { + if (is_numeric($k)) continue; + $fassoc[$k] = $v; + } + $this->fields = $fassoc; + } else + $this->fields = false; + } + } + + if (is_array($this->fields)) { + if (ADODB_ASSOC_CASE == 0) { + foreach($this->fields as $k=>$v) { + $this->fields[strtolower($k)] = $v; + } + } else if (ADODB_ASSOC_CASE == 1) { + foreach($this->fields as $k=>$v) { + $this->fields[strtoupper($k)] = $v; + } + } + } + } else { + $this->fields = @mssql_fetch_row($this->_queryID); + } + if ($this->fields) return true; + $this->EOF = true; + + return false; + } + + + // INSERT UPDATE DELETE returns false even if no error occurs in 4.0.4 + // also the date format has been changed from YYYY-mm-dd to dd MMM YYYY in 4.0.4. Idiot! + function _fetch($ignore_fields=false) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + if ($this->fetchMode & ADODB_FETCH_NUM) { + //ADODB_FETCH_BOTH mode + $this->fields = @mssql_fetch_array($this->_queryID); + } else { + if ($this->hasFetchAssoc) // only for PHP 4.2.0 or later + $this->fields = @mssql_fetch_assoc($this->_queryID); + else { + $this->fields = @mssql_fetch_array($this->_queryID); + if (@is_array($$this->fields)) { + $fassoc = array(); + foreach($$this->fields as $k => $v) { + if (is_integer($k)) continue; + $fassoc[$k] = $v; + } + $this->fields = $fassoc; + } + } + } + + if (!$this->fields) { + } else if (ADODB_ASSOC_CASE == 0) { + foreach($this->fields as $k=>$v) { + $this->fields[strtolower($k)] = $v; + } + } else if (ADODB_ASSOC_CASE == 1) { + foreach($this->fields as $k=>$v) { + $this->fields[strtoupper($k)] = $v; + } + } + } else { + $this->fields = @mssql_fetch_row($this->_queryID); + } + return $this->fields; + } + + /* close() only needs to be called if you are worried about using too much memory while your script + is running. All associated result memory for the specified result identifier will automatically be freed. */ + + function _close() + { + $rez = mssql_free_result($this->_queryID); + $this->_queryID = false; + return $rez; + } + // mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + return ADORecordSet_array_mssql::UnixDate($v); + } + + static function UnixTimeStamp($v) + { + return ADORecordSet_array_mssql::UnixTimeStamp($v); + } + +} + + +class ADORecordSet_array_mssql extends ADORecordSet_array { + function ADORecordSet_array_mssql($id=-1,$mode=false) + { + $this->ADORecordSet_array($id,$mode); + } + + // mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + + if (is_numeric(substr($v,0,1)) && ADODB_PHPVER >= 0x4200) return parent::UnixDate($v); + + global $ADODB_mssql_mths,$ADODB_mssql_date_order; + + //Dec 30 2000 12:00AM + if ($ADODB_mssql_date_order == 'dmy') { + if (!preg_match( "|^([0-9]{1,2})[-/\. ]+([A-Za-z]{3})[-/\. ]+([0-9]{4})|" ,$v, $rr)) { + return parent::UnixDate($v); + } + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $theday = $rr[1]; + $themth = substr(strtoupper($rr[2]),0,3); + } else { + if (!preg_match( "|^([A-Za-z]{3})[-/\. ]+([0-9]{1,2})[-/\. ]+([0-9]{4})|" ,$v, $rr)) { + return parent::UnixDate($v); + } + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $theday = $rr[2]; + $themth = substr(strtoupper($rr[1]),0,3); + } + $themth = $ADODB_mssql_mths[$themth]; + if ($themth <= 0) return false; + // h-m-s-MM-DD-YY + return mktime(0,0,0,$themth,$theday,$rr[3]); + } + + static function UnixTimeStamp($v) + { + + if (is_numeric(substr($v,0,1)) && ADODB_PHPVER >= 0x4200) return parent::UnixTimeStamp($v); + + global $ADODB_mssql_mths,$ADODB_mssql_date_order; + + //Dec 30 2000 12:00AM + if ($ADODB_mssql_date_order == 'dmy') { + if (!preg_match( "|^([0-9]{1,2})[-/\. ]+([A-Za-z]{3})[-/\. ]+([0-9]{4}) +([0-9]{1,2}):([0-9]{1,2}) *([apAP]{0,1})|" + ,$v, $rr)) return parent::UnixTimeStamp($v); + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $theday = $rr[1]; + $themth = substr(strtoupper($rr[2]),0,3); + } else { + if (!preg_match( "|^([A-Za-z]{3})[-/\. ]+([0-9]{1,2})[-/\. ]+([0-9]{4}) +([0-9]{1,2}):([0-9]{1,2}) *([apAP]{0,1})|" + ,$v, $rr)) return parent::UnixTimeStamp($v); + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $theday = $rr[2]; + $themth = substr(strtoupper($rr[1]),0,3); + } + + $themth = $ADODB_mssql_mths[$themth]; + if ($themth <= 0) return false; + + switch (strtoupper($rr[6])) { + case 'P': + if ($rr[4]<12) $rr[4] += 12; + break; + case 'A': + if ($rr[4]==12) $rr[4] = 0; + break; + default: + break; + } + // h-m-s-MM-DD-YY + return mktime($rr[4],$rr[5],0,$themth,$theday,$rr[3]); + } +} + +/* +Code Example 1: + +select object_name(constid) as constraint_name, + object_name(fkeyid) as table_name, + col_name(fkeyid, fkey) as column_name, + object_name(rkeyid) as referenced_table_name, + col_name(rkeyid, rkey) as referenced_column_name +from sysforeignkeys +where object_name(fkeyid) = x +order by constraint_name, table_name, referenced_table_name, keyno + +Code Example 2: +select constraint_name, + column_name, + ordinal_position +from information_schema.key_column_usage +where constraint_catalog = db_name() +and table_name = x +order by constraint_name, ordinal_position + +http://www.databasejournal.com/scripts/article.php/1440551 +*/ + +?> diff --git a/e_lib/adodb5/drivers/adodb-mssql_n.inc.php b/e_lib/adodb5/drivers/adodb-mssql_n.inc.php new file mode 100644 index 00000000..4b300cd3 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-mssql_n.inc.php @@ -0,0 +1,171 @@ +_appendN($sql); + return ADODB_mssql::_query($sql,$inputarr); + } + + /** + * This function will intercept all the literals used in the SQL, prepending the "N" char to them + * in order to allow mssql to store properly data sent in the correct UCS-2 encoding (by freeTDS + * and ODBTP) keeping SQL compatibility at ADOdb level (instead of hacking every project to add + * the "N" notation when working against MSSQL. + * + * Note that this hack only must be used if ALL the char-based columns in your DB are of type nchar, + * nvarchar and ntext + */ + function _appendN($sql) { + + $result = $sql; + + /// Check we have some single quote in the query. Exit ok. + if (strpos($sql, SINGLEQUOTE) === false) { + return $sql; + } + + /// Check we haven't an odd number of single quotes (this can cause problems below + /// and should be considered one wrong SQL). Exit with debug info. + if ((substr_count($sql, SINGLEQUOTE) & 1)) { + if ($this->debug) { + ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Wrong number of quotes (odd)"); + } + return $sql; + } + + /// Check we haven't any backslash + single quote combination. It should mean wrong + /// backslashes use (bad magic_quotes_sybase?). Exit with debug info. + $regexp = '/(\\\\' . SINGLEQUOTE . '[^' . SINGLEQUOTE . '])/'; + if (preg_match($regexp, $sql)) { + if ($this->debug) { + ADOConnection::outp("{$this->databaseType} internal transformation: not converted. Found bad use of backslash + single quote"); + } + return $sql; + } + + /// Remove pairs of single-quotes + $pairs = array(); + $regexp = '/(' . SINGLEQUOTE . SINGLEQUOTE . ')/'; + preg_match_all($regexp, $result, $list_of_pairs); + if ($list_of_pairs) { + foreach (array_unique($list_of_pairs[0]) as $key=>$value) { + $pairs['<@#@#@PAIR-'.$key.'@#@#@>'] = $value; + } + if (!empty($pairs)) { + $result = str_replace($pairs, array_keys($pairs), $result); + } + } + + /// Remove the rest of literals present in the query + $literals = array(); + $regexp = '/(N?' . SINGLEQUOTE . '.*?' . SINGLEQUOTE . ')/is'; + preg_match_all($regexp, $result, $list_of_literals); + if ($list_of_literals) { + foreach (array_unique($list_of_literals[0]) as $key=>$value) { + $literals['<#@#@#LITERAL-'.$key.'#@#@#>'] = $value; + } + if (!empty($literals)) { + $result = str_replace($literals, array_keys($literals), $result); + } + } + + + /// Analyse literals to prepend the N char to them if their contents aren't numeric + if (!empty($literals)) { + foreach ($literals as $key=>$value) { + if (!is_numeric(trim($value, SINGLEQUOTE))) { + /// Non numeric string, prepend our dear N + $literals[$key] = 'N' . trim($value, 'N'); //Trimming potentially existing previous "N" + } + } + } + + /// Re-apply literals to the text + if (!empty($literals)) { + $result = str_replace(array_keys($literals), $literals, $result); + } + + /// Any pairs followed by N' must be switched to N' followed by those pairs + /// (or strings beginning with single quotes will fail) + $result = preg_replace("/((<@#@#@PAIR-(\d+)@#@#@>)+)N'/", "N'$1", $result); + + /// Re-apply pairs of single-quotes to the text + if (!empty($pairs)) { + $result = str_replace(array_keys($pairs), $pairs, $result); + } + + /// Print transformation if debug = on + if ($result != $sql && $this->debug) { + ADOConnection::outp("{$this->databaseType} internal transformation:
    {$sql}
    to
    {$result}"); + } + + return $result; + } +} + +class ADORecordset_mssql_n extends ADORecordset_mssql { + var $databaseType = "mssql_n"; + function ADORecordset_mssql_n($id,$mode=false) + { + $this->ADORecordset_mssql($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-mssqlnative.inc.php b/e_lib/adodb5/drivers/adodb-mssqlnative.inc.php new file mode 100644 index 00000000..48aeeffb --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-mssqlnative.inc.php @@ -0,0 +1,922 @@ += 0x4300) { +// docs say 4.2.0, but testing shows only since 4.3.0 does it work! + ini_set('mssql.datetimeconvert',0); +} else { + global $ADODB_mssql_mths; // array, months must be upper-case + $ADODB_mssql_date_order = 'mdy'; + $ADODB_mssql_mths = array( + 'JAN'=>1,'FEB'=>2,'MAR'=>3,'APR'=>4,'MAY'=>5,'JUN'=>6, + 'JUL'=>7,'AUG'=>8,'SEP'=>9,'OCT'=>10,'NOV'=>11,'DEC'=>12); +} + +//--------------------------------------------------------------------------- +// Call this to autoset $ADODB_mssql_date_order at the beginning of your code, +// just after you connect to the database. Supports mdy and dmy only. +// Not required for PHP 4.2.0 and above. +function AutoDetect_MSSQL_Date_Order($conn) +{ + global $ADODB_mssql_date_order; + $adate = $conn->GetOne('select getdate()'); + if ($adate) { + $anum = (int) $adate; + if ($anum > 0) { + if ($anum > 31) { + //ADOConnection::outp( "MSSQL: YYYY-MM-DD date format not supported currently"); + } else + $ADODB_mssql_date_order = 'dmy'; + } else + $ADODB_mssql_date_order = 'mdy'; + } +} + +class ADODB_mssqlnative extends ADOConnection { + var $databaseType = "mssqlnative"; + var $dataProvider = "mssqlnative"; + var $replaceQuote = "''"; // string to use to replace quotes + var $fmtDate = "'Y-m-d'"; + var $fmtTimeStamp = "'Y-m-d H:i:s'"; + var $hasInsertID = true; + var $substr = "substring"; + var $length = 'len'; + var $hasAffectedRows = true; + var $poorAffectedRows = false; + var $metaDatabasesSQL = "select name from sys.sysdatabases where name <> 'master'"; + var $metaTablesSQL="select name,case when type='U' then 'T' else 'V' end from sysobjects where (type='U' or type='V') and (name not in ('sysallocations','syscolumns','syscomments','sysdepends','sysfilegroups','sysfiles','sysfiles1','sysforeignkeys','sysfulltextcatalogs','sysindexes','sysindexkeys','sysmembers','sysobjects','syspermissions','sysprotects','sysreferences','systypes','sysusers','sysalternates','sysconstraints','syssegments','REFERENTIAL_CONSTRAINTS','CHECK_CONSTRAINTS','CONSTRAINT_TABLE_USAGE','CONSTRAINT_COLUMN_USAGE','VIEWS','VIEW_TABLE_USAGE','VIEW_COLUMN_USAGE','SCHEMATA','TABLES','TABLE_CONSTRAINTS','TABLE_PRIVILEGES','COLUMNS','COLUMN_DOMAIN_USAGE','COLUMN_PRIVILEGES','DOMAINS','DOMAIN_CONSTRAINTS','KEY_COLUMN_USAGE','dtproperties'))"; + var $metaColumnsSQL = # xtype==61 is datetime + "select c.name,t.name,c.length, + (case when c.xusertype=61 then 0 else c.xprec end), + (case when c.xusertype=61 then 0 else c.xscale end) + from syscolumns c join systypes t on t.xusertype=c.xusertype join sysobjects o on o.id=c.id where o.name='%s'"; + var $hasTop = 'top'; // support mssql SELECT TOP 10 * FROM TABLE + var $hasGenID = true; + var $sysDate = 'convert(datetime,convert(char,GetDate(),102),102)'; + var $sysTimeStamp = 'GetDate()'; + var $maxParameterLen = 4000; + var $arrayClass = 'ADORecordSet_array_mssqlnative'; + var $uniqueSort = true; + var $leftOuter = '*='; + var $rightOuter = '=*'; + var $ansiOuter = true; // for mssql7 or later + var $identitySQL = 'select SCOPE_IDENTITY()'; // 'select SCOPE_IDENTITY'; # for mssql 2000 + var $uniqueOrderBy = true; + var $_bindInputArray = true; + var $_dropSeqSQL = "drop table %s"; + + function ADODB_mssqlnative() + { + if ($this->debug) { + error_log("
    ");
    +            sqlsrv_set_error_handling( SQLSRV_ERRORS_LOG_ALL );
    +            sqlsrv_log_set_severity( SQLSRV_LOG_SEVERITY_ALL );
    +            sqlsrv_log_set_subsystems(SQLSRV_LOG_SYSTEM_ALL);
    +            sqlsrv_configure('warnings_return_as_errors', 0);
    +        } else {
    +            sqlsrv_set_error_handling(0);
    +            sqlsrv_log_set_severity(0);
    +            sqlsrv_log_set_subsystems(SQLSRV_LOG_SYSTEM_ALL);
    +            sqlsrv_configure('warnings_return_as_errors', 0);
    +        }
    +	}
    +
    +	function ServerInfo()
    +	{
    +    	global $ADODB_FETCH_MODE;
    +		if ($this->fetchMode === false) {
    +			$savem = $ADODB_FETCH_MODE;
    +			$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +		} else 
    +			$savem = $this->SetFetchMode(ADODB_FETCH_NUM);
    +		$arrServerInfo = sqlsrv_server_info($this->_connectionID);
    +		$arr['description'] = $arrServerInfo['SQLServerName'].' connected to '.$arrServerInfo['CurrentDatabase'];
    +		$arr['version'] = $arrServerInfo['SQLServerVersion'];//ADOConnection::_findvers($arr['description']);
    +		return $arr;
    +	}
    +	
    +	function IfNull( $field, $ifNull ) 
    +	{
    +		return " ISNULL($field, $ifNull) "; // if MS SQL Server
    +	}
    +	
    +	function _insertid()
    +	{
    +	// SCOPE_IDENTITY()
    +	// Returns the last IDENTITY value inserted into an IDENTITY column in 
    +	// the same scope. A scope is a module -- a stored procedure, trigger, 
    +	// function, or batch. Thus, two statements are in the same scope if 
    +	// they are in the same stored procedure, function, or batch.
    +		return $this->GetOne($this->identitySQL);
    +	}
    +
    +	function _affectedrows()
    +	{
    +        return sqlsrv_rows_affected($this->_queryID);
    +	}
    +	
    +	function CreateSequence($seq='adodbseq',$start=1)
    +	{
    +		if($this->debug) error_log("
    CreateSequence($seq,$start)"); + sqlsrv_begin_transaction($this->_connectionID); + $start -= 1; + $this->Execute("create table $seq (id int)");//was float(53) + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + if($this->debug) error_log("
    Error: ROLLBACK"); + sqlsrv_rollback($this->_connectionID); + return false; + } + sqlsrv_commit($this->_connectionID); + return true; + } + + function GenID($seq='adodbseq',$start=1) + { + if($this->debug) error_log("
    GenID($seq,$start)"); + sqlsrv_begin_transaction($this->_connectionID); + $ok = $this->Execute("update $seq with (tablock,holdlock) set id = id + 1"); + if (!$ok) { + $this->Execute("create table $seq (id int)"); + $ok = $this->Execute("insert into $seq with (tablock,holdlock) values($start)"); + if (!$ok) { + if($this->debug) error_log("
    Error: ROLLBACK"); + sqlsrv_rollback($this->_connectionID); + return false; + } + sqlsrv_commit($this->_connectionID); + return $start; + } + $num = $this->GetOne("select id from $seq"); + sqlsrv_commit($this->_connectionID); + if($this->debug) error_log(" Returning: $num"); + return $num; + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '+'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "datename(yyyy,$col)"; + break; + case 'M': + $s .= "convert(char(3),$col,0)"; + break; + case 'm': + $s .= "replace(str(month($col),2),' ','0')"; + break; + case 'Q': + case 'q': + $s .= "datename(quarter,$col)"; + break; + case 'D': + case 'd': + $s .= "replace(str(day($col),2),' ','0')"; + break; + case 'h': + $s .= "substring(convert(char(14),$col,0),13,2)"; + break; + + case 'H': + $s .= "replace(str(datepart(hh,$col),2),' ','0')"; + break; + + case 'i': + $s .= "replace(str(datepart(mi,$col),2),' ','0')"; + break; + case 's': + $s .= "replace(str(datepart(ss,$col),2),' ','0')"; + break; + case 'a': + case 'A': + $s .= "substring(convert(char(19),$col,0),18,2)"; + break; + + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + break; + } + } + return $s; + } + + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + if ($this->debug) error_log('
    begin transaction'); + sqlsrv_begin_transaction($this->_connectionID); + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if ($this->debug) error_log('
    commit transaction'); + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + sqlsrv_commit($this->_connectionID); + return true; + } + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->debug) error_log('
    rollback transaction'); + if ($this->transCnt) $this->transCnt -= 1; + sqlsrv_rollback($this->_connectionID); + return true; + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET TRANSACTION ".$transaction_mode); + } + + /* + Usage: + + $this->BeginTrans(); + $this->RowLock('table1,table2','table1.id=33 and table2.id=table1.id'); # lock row 33 for both tables + + # some operation on both tables table1 and table2 + + $this->CommitTrans(); + + See http://www.swynk.com/friends/achigrik/SQL70Locks.asp + */ + function RowLock($tables,$where,$flds='top 1 null as ignore') + { + if (!$this->transCnt) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables with (ROWLOCK,HOLDLOCK) where $where"); + } + + function SelectDB($dbName) + { + $this->database = $dbName; + $this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions + if ($this->_connectionID) { + $rs = $this->Execute('USE '.$dbName); + if($rs) { + return true; + } else return false; + } + else return false; + } + + function ErrorMsg() + { + $retErrors = sqlsrv_errors(SQLSRV_ERR_ALL); + if($retErrors != null) { + foreach($retErrors as $arrError) { + $this->_errorMsg .= "SQLState: ".$arrError[ 'SQLSTATE']."\n"; + $this->_errorMsg .= "Error Code: ".$arrError[ 'code']."\n"; + $this->_errorMsg .= "Message: ".$arrError[ 'message']."\n"; + } + } else { + $this->_errorMsg = "No errors found"; + } + return $this->_errorMsg; + } + + function ErrorNo() + { + if ($this->_logsql && $this->_errorCode !== false) return $this->_errorCode; + $err = sqlsrv_errors(SQLSRV_ERR_ALL); + if($err[0]) return $err[0]['code']; + else return -1; + } + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('sqlsrv_connect')) return null; + $connectionInfo = array("Database"=>$argDatabasename,'UID'=>$argUsername,'PWD'=>$argPassword); + if ($this->debug) error_log("
    connecting... hostname: $argHostname params: ".var_export($connectionInfo,true)); + //if ($this->debug) error_log("
    _connectionID before: ".serialize($this->_connectionID)); + if(!($this->_connectionID = sqlsrv_connect($argHostname,$connectionInfo))) { + if ($this->debug) error_log( "
    errors: ".print_r( sqlsrv_errors(), true)); + return false; + } + //if ($this->debug) error_log(" _connectionID after: ".serialize($this->_connectionID)); + //if ($this->debug) error_log("
    defined functions:
    ".var_export(get_defined_functions(),true)."
    "); + return true; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + //return null;//not implemented. NOTE: Persistent connections have no effect if PHP is used as a CGI program. (FastCGI!) + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename); + } + + function Prepare($sql) + { + $stmt = sqlsrv_prepare( $this->_connectionID, $sql); + if (!$stmt) return $sql; + return array($sql,$stmt); + } + + // returns concatenated string + // MSSQL requires integers to be cast as strings + // automatically cast every datatype to VARCHAR(255) + // @author David Rogers (introspectshun) + function Concat() + { + $s = ""; + $arr = func_get_args(); + + // Split single record on commas, if possible + if (sizeof($arr) == 1) { + foreach ($arr as $arg) { + $args = explode(',', $arg); + } + $arr = $args; + } + + array_walk($arr, create_function('&$v', '$v = "CAST(" . $v . " AS VARCHAR(255))";')); + $s = implode('+',$arr); + if (sizeof($arr) > 0) return "$s"; + + return ''; + } + + /* + Unfortunately, it appears that mssql cannot handle varbinary > 255 chars + So all your blobs must be of type "image". + + Remember to set in php.ini the following... + + ; Valid range 0 - 2147483647. Default = 4096. + mssql.textlimit = 0 ; zero to pass through + + ; Valid range 0 - 2147483647. Default = 4096. + mssql.textsize = 0 ; zero to pass through + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + + if (strtoupper($blobtype) == 'CLOB') { + $sql = "UPDATE $table SET $column='" . $val . "' WHERE $where"; + return $this->Execute($sql) != false; + } + $sql = "UPDATE $table SET $column=0x".bin2hex($val)." WHERE $where"; + return $this->Execute($sql) != false; + } + + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + $this->_errorMsg = false; + if (is_array($inputarr)) { + $rez = sqlsrv_query($this->_connectionID,$sql,$inputarr); + } else if (is_array($sql)) { + $rez = sqlsrv_query($this->_connectionID,$sql[1],$inputarr); + } else { + $rez = sqlsrv_query($this->_connectionID,$sql); + } + if ($this->debug) error_log("
    running query: ".var_export($sql,true)."
    input array: ".var_export($inputarr,true)."
    result: ".var_export($rez,true));//"
    connection: ".serialize($this->_connectionID) + //fix for returning true on anything besides select statements + if (is_array($sql)) $sql = $sql[1]; + $sql = ltrim($sql); + if(stripos($sql, 'SELECT') !== 0 && $rez !== false) { + if ($this->debug) error_log(" isn't a select query, returning boolean true"); + return true; + } + //end fix + if(!$rez) $rez = false; + return $rez; + } + + // returns true or false + function _close() + { + if ($this->transCnt) $this->RollbackTrans(); + $rez = @sqlsrv_close($this->_connectionID); + $this->_connectionID = false; + return $rez; + } + + // mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + return ADORecordSet_array_mssql::UnixDate($v); + } + + static function UnixTimeStamp($v) + { + return ADORecordSet_array_mssql::UnixTimeStamp($v); + } + + function &MetaIndexes($table,$primary=false) + { + $table = $this->qstr($table); + + $sql = "SELECT i.name AS ind_name, C.name AS col_name, USER_NAME(O.uid) AS Owner, c.colid, k.Keyno, + CASE WHEN I.indid BETWEEN 1 AND 254 AND (I.status & 2048 = 2048 OR I.Status = 16402 AND O.XType = 'V') THEN 1 ELSE 0 END AS IsPK, + CASE WHEN I.status & 2 = 2 THEN 1 ELSE 0 END AS IsUnique + FROM dbo.sysobjects o INNER JOIN dbo.sysindexes I ON o.id = i.id + INNER JOIN dbo.sysindexkeys K ON I.id = K.id AND I.Indid = K.Indid + INNER JOIN dbo.syscolumns c ON K.id = C.id AND K.colid = C.Colid + WHERE LEFT(i.name, 8) <> '_WA_Sys_' AND o.status >= 0 AND O.Name LIKE $table + ORDER BY O.name, I.Name, K.keyno"; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute($sql); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + return FALSE; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + if (!$primary && $row[5]) continue; + + $indexes[$row[0]]['unique'] = $row[6]; + $indexes[$row[0]]['columns'][] = $row[1]; + } + return $indexes; + } + + function MetaForeignKeys($table, $owner=false, $upper=false) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $table = $this->qstr(strtoupper($table)); + + $sql = + "select object_name(constid) as constraint_name, + col_name(fkeyid, fkey) as column_name, + object_name(rkeyid) as referenced_table_name, + col_name(rkeyid, rkey) as referenced_column_name + from sysforeignkeys + where upper(object_name(fkeyid)) = $table + order by constraint_name, referenced_table_name, keyno"; + + $constraints =& $this->GetArray($sql); + + $ADODB_FETCH_MODE = $save; + + $arr = false; + foreach($constraints as $constr) { + //print_r($constr); + $arr[$constr[0]][$constr[2]][] = $constr[1].'='.$constr[3]; + } + if (!$arr) return false; + + $arr2 = false; + + foreach($arr as $k => $v) { + foreach($v as $a => $b) { + if ($upper) $a = strtoupper($a); + $arr2[$a] = $b; + } + } + return $arr2; + } + + //From: Fernando Moreira + function MetaDatabases() + { + $this->SelectDB("master"); + $rs =& $this->Execute($this->metaDatabasesSQL); + $rows = $rs->GetRows(); + $ret = array(); + for($i=0;$iSelectDB($this->database); + if($ret) + return $ret; + else + return false; + } + + // "Stein-Aksel Basma" + // tested with MSSQL 2000 + function &MetaPrimaryKeys($table) + { + global $ADODB_FETCH_MODE; + + $schema = ''; + $this->_findschema($table,$schema); + if (!$schema) $schema = $this->database; + if ($schema) $schema = "and k.table_catalog like '$schema%'"; + + $sql = "select distinct k.column_name,ordinal_position from information_schema.key_column_usage k, + information_schema.table_constraints tc + where tc.constraint_name = k.constraint_name and tc.constraint_type = + 'PRIMARY KEY' and k.table_name = '$table' $schema order by ordinal_position "; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $a = $this->GetCol($sql); + $ADODB_FETCH_MODE = $savem; + + if ($a && sizeof($a)>0) return $a; + $false = false; + return $false; + } + + + function &MetaTables($ttype=false,$showSchema=false,$mask=false) + { + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(($mask)); + $this->metaTablesSQL .= " AND name like $mask"; + } + $ret =& ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_mssqlnative extends ADORecordSet { + + var $databaseType = "mssqlnative"; + var $canSeek = false; + var $fieldOffset = 0; + // _mths works only in non-localised system + + function ADORecordset_mssqlnative($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + + } + $this->fetchMode = $mode; + return $this->ADORecordSet($id,$mode); + } + + + function _initrs() + { + global $ADODB_COUNTRECS; + if ($this->connection->debug) error_log("(before) ADODB_COUNTRECS: {$ADODB_COUNTRECS} _numOfRows: {$this->_numOfRows} _numOfFields: {$this->_numOfFields}"); + /*$retRowsAff = sqlsrv_rows_affected($this->_queryID);//"If you need to determine the number of rows a query will return before retrieving the actual results, appending a SELECT COUNT ... query would let you get that information, and then a call to next_result would move you to the "real" results." + error_log("rowsaff: ".serialize($retRowsAff)); + $this->_numOfRows = ($ADODB_COUNTRECS)? $retRowsAff:-1;*/ + $this->_numOfRows = -1;//not supported + $fieldmeta = sqlsrv_field_metadata($this->_queryID); + $this->_numOfFields = ($fieldmeta)? count($fieldmeta):-1; + if ($this->connection->debug) error_log("(after) _numOfRows: {$this->_numOfRows} _numOfFields: {$this->_numOfFields}"); + } + + + //Contributed by "Sven Axelsson" + // get next resultset - requires PHP 4.0.5 or later + function NextRecordSet() + { + if (!sqlsrv_next_result($this->_queryID)) return false; + $this->_inited = false; + $this->bind = false; + $this->_currentRow = -1; + $this->Init(); + return true; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode != ADODB_FETCH_NUM) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + + function &FetchField($fieldOffset = -1) + { + if ($this->connection->debug) error_log("
    fetchfield: $fieldOffset, fetch array:
    ".print_r($this->fields,true)."
    backtrace: ".adodb_backtrace(false)); + if ($fieldOffset != -1) $this->fieldOffset = $fieldOffset; + $arrKeys = array_keys($this->fields); + if(array_key_exists($this->fieldOffset,$arrKeys) && !array_key_exists($arrKeys[$this->fieldOffset],$this->fields)) { + $f = false; + } else { + $f = $this->fields[ $arrKeys[$this->fieldOffset] ]; + if($fieldOffset == -1) $this->fieldOffset++; + } + + if (empty($f)) { + $f = false;//PHP Notice: Only variable references should be returned by reference + } + return $f; + } + + function _seek($row) + { + return false;//There is no support for cursors in the driver at this time. All data is returned via forward-only streams. + } + + // speedup + function MoveNext() + { + if ($this->connection->debug) error_log("movenext()"); + //if ($this->connection->debug) error_log("eof (beginning): ".$this->EOF); + if ($this->EOF) return false; + + $this->_currentRow++; + if ($this->connection->debug) error_log("_currentRow: ".$this->_currentRow); + + if ($this->_fetch()) return true; + $this->EOF = true; + //if ($this->connection->debug) error_log("eof (end): ".$this->EOF); + + return false; + } + + + // INSERT UPDATE DELETE returns false even if no error occurs in 4.0.4 + // also the date format has been changed from YYYY-mm-dd to dd MMM YYYY in 4.0.4. Idiot! + function _fetch($ignore_fields=false) + { + if ($this->connection->debug) error_log("_fetch()"); + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + if ($this->fetchMode & ADODB_FETCH_NUM) { + if ($this->connection->debug) error_log("fetch mode: both"); + $this->fields = @sqlsrv_fetch_array($this->_queryID,SQLSRV_FETCH_BOTH); + } else { + if ($this->connection->debug) error_log("fetch mode: assoc"); + $this->fields = @sqlsrv_fetch_array($this->_queryID,SQLSRV_FETCH_ASSOC); + } + + if (ADODB_ASSOC_CASE == 0) { + foreach($this->fields as $k=>$v) { + $this->fields[strtolower($k)] = $v; + } + } else if (ADODB_ASSOC_CASE == 1) { + foreach($this->fields as $k=>$v) { + $this->fields[strtoupper($k)] = $v; + } + } + } else { + if ($this->connection->debug) error_log("fetch mode: num"); + $this->fields = @sqlsrv_fetch_array($this->_queryID,SQLSRV_FETCH_NUMERIC); + } + if(is_array($this->fields) && array_key_exists(1,$this->fields) && !array_key_exists(0,$this->fields)) {//fix fetch numeric keys since they're not 0 based + $arrFixed = array(); + foreach($this->fields as $key=>$value) { + if(is_numeric($key)) { + $arrFixed[$key-1] = $value; + } else { + $arrFixed[$key] = $value; + } + } + //if($this->connection->debug) error_log("
    fixing non 0 based return array, old: ".print_r($this->fields,true)." new: ".print_r($arrFixed,true)); + $this->fields = $arrFixed; + } + if(is_array($this->fields)) { + foreach($this->fields as $key=>$value) { + if (is_object($value) && method_exists($value, 'format')) {//is DateTime object + $this->fields[$key] = $value->format("Y-m-d\TH:i:s\Z"); + } + } + } + if($this->fields === null) $this->fields = false; + if ($this->connection->debug) error_log("
    after _fetch, fields:
    ".print_r($this->fields,true)." backtrace: ".adodb_backtrace(false));
    +		return $this->fields;
    +	}
    +	
    +    /*	close() only needs to be called if you are worried about using too much memory while your script
    +		is running. All associated result memory for the specified result identifier will automatically be freed.	*/
    +	function _close() 
    +	{
    +		$rez = sqlsrv_free_stmt($this->_queryID);	
    +		$this->_queryID = false;
    +		return $rez;
    +	}
    +
    +	// mssql uses a default date like Dec 30 2000 12:00AM
    +	static function UnixDate($v)
    +	{
    +		return ADORecordSet_array_mssqlnative::UnixDate($v);
    +	}
    +	
    +	static function UnixTimeStamp($v)
    +	{
    +		return ADORecordSet_array_mssqlnative::UnixTimeStamp($v);
    +	}
    +}
    +
    +
    +class ADORecordSet_array_mssqlnative extends ADORecordSet_array {
    +	function ADORecordSet_array_mssqlnative($id=-1,$mode=false) 
    +	{
    +		$this->ADORecordSet_array($id,$mode);
    +	}
    +	
    +		// mssql uses a default date like Dec 30 2000 12:00AM
    +	static function UnixDate($v)
    +	{
    +	
    +		if (is_numeric(substr($v,0,1)) && ADODB_PHPVER >= 0x4200) return parent::UnixDate($v);
    +		
    +    	global $ADODB_mssql_mths,$ADODB_mssql_date_order;
    +	
    +		//Dec 30 2000 12:00AM 
    +		if ($ADODB_mssql_date_order == 'dmy') {
    +			if (!preg_match( "|^([0-9]{1,2})[-/\. ]+([A-Za-z]{3})[-/\. ]+([0-9]{4})|" ,$v, $rr)) {
    +				return parent::UnixDate($v);
    +			}
    +			if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0;
    +			
    +			$theday = $rr[1];
    +			$themth =  substr(strtoupper($rr[2]),0,3);
    +		} else {
    +			if (!preg_match( "|^([A-Za-z]{3})[-/\. ]+([0-9]{1,2})[-/\. ]+([0-9]{4})|" ,$v, $rr)) {
    +				return parent::UnixDate($v);
    +			}
    +			if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0;
    +			
    +			$theday = $rr[2];
    +			$themth = substr(strtoupper($rr[1]),0,3);
    +		}
    +		$themth = $ADODB_mssql_mths[$themth];
    +		if ($themth <= 0) return false;
    +		// h-m-s-MM-DD-YY
    +		return  mktime(0,0,0,$themth,$theday,$rr[3]);
    +	}
    +	
    +	static function UnixTimeStamp($v)
    +	{
    +	
    +		if (is_numeric(substr($v,0,1)) && ADODB_PHPVER >= 0x4200) return parent::UnixTimeStamp($v);
    +		
    +	    global $ADODB_mssql_mths,$ADODB_mssql_date_order;
    +	
    +		//Dec 30 2000 12:00AM
    +		 if ($ADODB_mssql_date_order == 'dmy') {
    +			 if (!preg_match( "|^([0-9]{1,2})[-/\. ]+([A-Za-z]{3})[-/\. ]+([0-9]{4}) +([0-9]{1,2}):([0-9]{1,2}) *([apAP]{0,1})|"
    +			,$v, $rr)) return parent::UnixTimeStamp($v);
    +			if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0;
    +		
    +			$theday = $rr[1];
    +			$themth =  substr(strtoupper($rr[2]),0,3);
    +		} else {
    +			if (!preg_match( "|^([A-Za-z]{3})[-/\. ]+([0-9]{1,2})[-/\. ]+([0-9]{4}) +([0-9]{1,2}):([0-9]{1,2}) *([apAP]{0,1})|"
    +			,$v, $rr)) return parent::UnixTimeStamp($v);
    +			if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0;
    +		
    +			$theday = $rr[2];
    +			$themth = substr(strtoupper($rr[1]),0,3);
    +		}
    +		
    +		$themth = $ADODB_mssql_mths[$themth];
    +		if ($themth <= 0) return false;
    +		
    +		switch (strtoupper($rr[6])) {
    +		case 'P':
    +			if ($rr[4]<12) $rr[4] += 12;
    +			break;
    +		case 'A':
    +			if ($rr[4]==12) $rr[4] = 0;
    +			break;
    +		default:
    +			break;
    +		}
    +		// h-m-s-MM-DD-YY
    +		return  mktime($rr[4],$rr[5],0,$themth,$theday,$rr[3]);
    +	}
    +}
    +
    +/*
    +Code Example 1:
    +
    +select 	object_name(constid) as constraint_name,
    +       	object_name(fkeyid) as table_name, 
    +        col_name(fkeyid, fkey) as column_name,
    +	object_name(rkeyid) as referenced_table_name,
    +   	col_name(rkeyid, rkey) as referenced_column_name
    +from sysforeignkeys
    +where object_name(fkeyid) = x
    +order by constraint_name, table_name, referenced_table_name,  keyno
    +
    +Code Example 2:
    +select 	constraint_name,
    +	column_name,
    +	ordinal_position
    +from information_schema.key_column_usage
    +where constraint_catalog = db_name()
    +and table_name = x
    +order by constraint_name, ordinal_position
    +
    +http://www.databasejournal.com/scripts/article.php/1440551
    +*/
    +
    +?>
    diff --git a/e_lib/adodb5/drivers/adodb-mssqlpo.inc.php b/e_lib/adodb5/drivers/adodb-mssqlpo.inc.php
    new file mode 100644
    index 00000000..70087754
    --- /dev/null
    +++ b/e_lib/adodb5/drivers/adodb-mssqlpo.inc.php
    @@ -0,0 +1,62 @@
    +_has_mssql_init) {
    +			ADOConnection::outp( "PrepareSP: mssql_init only available since PHP 4.1.0");
    +			return $sql;
    +		}
    +		if (is_string($sql)) $sql = str_replace('||','+',$sql);
    +		$stmt = mssql_init($sql,$this->_connectionID);
    +		if (!$stmt)  return $sql;
    +		return array($sql,$stmt);
    +	}
    +	
    +	function _query($sql,$inputarr=false)
    +	{
    +		if (is_string($sql)) $sql = str_replace('||','+',$sql);
    +		return ADODB_mssql::_query($sql,$inputarr);
    +	}
    +}
    +
    +class ADORecordset_mssqlpo extends ADORecordset_mssql {
    +	var $databaseType = "mssqlpo";
    +	function ADORecordset_mssqlpo($id,$mode=false)
    +	{
    +		$this->ADORecordset_mssql($id,$mode);
    +	}
    +}
    +?>
    diff --git a/e_lib/adodb5/drivers/adodb-mysql.inc.php b/e_lib/adodb5/drivers/adodb-mysql.inc.php
    new file mode 100644
    index 00000000..2a0c47ee
    --- /dev/null
    +++ b/e_lib/adodb5/drivers/adodb-mysql.inc.php
    @@ -0,0 +1,794 @@
    +rsPrefix .= 'ext_';
    +	}
    +	
    +	function ServerInfo()
    +	{
    +		$arr['description'] = ADOConnection::GetOne("select version()");
    +		$arr['version'] = ADOConnection::_findvers($arr['description']);
    +		return $arr;
    +	}
    +	
    +	function IfNull( $field, $ifNull ) 
    +	{
    +		return " IFNULL($field, $ifNull) "; // if MySQL
    +	}
    +	
    +	
    +	function MetaTables($ttype=false,$showSchema=false,$mask=false) 
    +	{	
    +		$save = $this->metaTablesSQL;
    +		if ($showSchema && is_string($showSchema)) {
    +			$this->metaTablesSQL .= " from $showSchema";
    +		}
    +		
    +		if ($mask) {
    +			$mask = $this->qstr($mask);
    +			$this->metaTablesSQL .= " like $mask";
    +		}
    +		$ret = ADOConnection::MetaTables($ttype,$showSchema);
    +		
    +		$this->metaTablesSQL = $save;
    +		return $ret;
    +	}
    +	
    +	
    +	function MetaIndexes ($table, $primary = FALSE, $owner=false)
    +	{
    +        // save old fetch mode
    +        global $ADODB_FETCH_MODE;
    +        
    +		$false = false;
    +        $save = $ADODB_FETCH_MODE;
    +        $ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +        if ($this->fetchMode !== FALSE) {
    +               $savem = $this->SetFetchMode(FALSE);
    +        }
    +        
    +        // get index details
    +        $rs = $this->Execute(sprintf('SHOW INDEX FROM %s',$table));
    +        
    +        // restore fetchmode
    +        if (isset($savem)) {
    +                $this->SetFetchMode($savem);
    +        }
    +        $ADODB_FETCH_MODE = $save;
    +        
    +        if (!is_object($rs)) {
    +                return $false;
    +        }
    +        
    +        $indexes = array ();
    +        
    +        // parse index data into array
    +        while ($row = $rs->FetchRow()) {
    +                if ($primary == FALSE AND $row[2] == 'PRIMARY') {
    +                        continue;
    +                }
    +                
    +                if (!isset($indexes[$row[2]])) {
    +                        $indexes[$row[2]] = array(
    +                                'unique' => ($row[1] == 0),
    +                                'columns' => array()
    +                        );
    +                }
    +                
    +                $indexes[$row[2]]['columns'][$row[3] - 1] = $row[4];
    +        }
    +        
    +        // sort columns by order in the index
    +        foreach ( array_keys ($indexes) as $index )
    +        {
    +                ksort ($indexes[$index]['columns']);
    +        }
    +        
    +        return $indexes;
    +	}
    +
    +	
    +	// if magic quotes disabled, use mysql_real_escape_string()
    +	function qstr($s,$magic_quotes=false)
    +	{
    +		if (is_null($s)) return 'NULL';
    +		if (!$magic_quotes) {
    +		
    +			if (ADODB_PHPVER >= 0x4300) {
    +				if (is_resource($this->_connectionID))
    +					return "'".mysql_real_escape_string($s,$this->_connectionID)."'";
    +			}
    +			if ($this->replaceQuote[0] == '\\'){
    +				$s = adodb_str_replace(array('\\',"\0"),array('\\\\',"\\\0"),$s);
    +			}
    +			return  "'".str_replace("'",$this->replaceQuote,$s)."'"; 
    +		}
    +		
    +		// undo magic quotes for "
    +		$s = str_replace('\\"','"',$s);
    +		return "'$s'";
    +	}
    +	
    +	function _insertid()
    +	{
    +		return ADOConnection::GetOne('SELECT LAST_INSERT_ID()');
    +		//return mysql_insert_id($this->_connectionID);
    +	}
    +	
    +	function GetOne($sql,$inputarr=false)
    +	{
    +		if ($this->compat323 == false && strncasecmp($sql,'sele',4) == 0) {
    +			$rs = $this->SelectLimit($sql,1,-1,$inputarr);
    +			if ($rs) {
    +				$rs->Close();
    +				if ($rs->EOF) return false;
    +				return reset($rs->fields);
    +			}
    +		} else {
    +			return ADOConnection::GetOne($sql,$inputarr);
    +		}
    +		return false;
    +	}
    +	
    +	function BeginTrans()
    +	{
    +		if ($this->debug) ADOConnection::outp("Transactions not supported in 'mysql' driver. Use 'mysqlt' or 'mysqli' driver");
    +	}
    +	
    +	function _affectedrows()
    +	{
    +			return mysql_affected_rows($this->_connectionID);
    +	}
    +  
    + 	 // See http://www.mysql.com/doc/M/i/Miscellaneous_functions.html
    +	// Reference on Last_Insert_ID on the recommended way to simulate sequences
    + 	var $_genIDSQL = "update %s set id=LAST_INSERT_ID(id+1);";
    +	var $_genSeqSQL = "create table %s (id int not null)";
    +	var $_genSeqCountSQL = "select count(*) from %s";
    +	var $_genSeq2SQL = "insert into %s values (%s)";
    +	var $_dropSeqSQL = "drop table %s";
    +	
    +	function CreateSequence($seqname='adodbseq',$startID=1)
    +	{
    +		if (empty($this->_genSeqSQL)) return false;
    +		$u = strtoupper($seqname);
    +		
    +		$ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname));
    +		if (!$ok) return false;
    +		return $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1));
    +	}
    +	
    +
    +	function GenID($seqname='adodbseq',$startID=1)
    +	{
    +		// post-nuke sets hasGenID to false
    +		if (!$this->hasGenID) return false;
    +		
    +		$savelog = $this->_logsql;
    +		$this->_logsql = false;
    +		$getnext = sprintf($this->_genIDSQL,$seqname);
    +		$holdtransOK = $this->_transOK; // save the current status
    +		$rs = @$this->Execute($getnext);
    +		if (!$rs) {
    +			if ($holdtransOK) $this->_transOK = true; //if the status was ok before reset
    +			$u = strtoupper($seqname);
    +			$this->Execute(sprintf($this->_genSeqSQL,$seqname));
    +			$cnt = $this->GetOne(sprintf($this->_genSeqCountSQL,$seqname));
    +			if (!$cnt) $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1));
    +			$rs = $this->Execute($getnext);
    +		}
    +		
    +		if ($rs) {
    +			$this->genID = mysql_insert_id($this->_connectionID);
    +			$rs->Close();
    +		} else
    +			$this->genID = 0;
    +		
    +		$this->_logsql = $savelog;
    +		return $this->genID;
    +	}
    +	
    +  	function MetaDatabases()
    +	{
    +		$qid = mysql_list_dbs($this->_connectionID);
    +		$arr = array();
    +		$i = 0;
    +		$max = mysql_num_rows($qid);
    +		while ($i < $max) {
    +			$db = mysql_tablename($qid,$i);
    +			if ($db != 'mysql') $arr[] = $db;
    +			$i += 1;
    +		}
    +		return $arr;
    +	}
    +	
    +		
    +	// Format date column in sql string given an input format that understands Y M D
    +	function SQLDate($fmt, $col=false)
    +	{	
    +		if (!$col) $col = $this->sysTimeStamp;
    +		$s = 'DATE_FORMAT('.$col.",'";
    +		$concat = false;
    +		$len = strlen($fmt);
    +		for ($i=0; $i < $len; $i++) {
    +			$ch = $fmt[$i];
    +			switch($ch) {
    +				
    +			default:
    +				if ($ch == '\\') {
    +					$i++;
    +					$ch = substr($fmt,$i,1);
    +				}
    +				/** FALL THROUGH */
    +			case '-':
    +			case '/':
    +				$s .= $ch;
    +				break;
    +				
    +			case 'Y':
    +			case 'y':
    +				$s .= '%Y';
    +				break;
    +			case 'M':
    +				$s .= '%b';
    +				break;
    +				
    +			case 'm':
    +				$s .= '%m';
    +				break;
    +			case 'D':
    +			case 'd':
    +				$s .= '%d';
    +				break;
    +			
    +			case 'Q':
    +			case 'q':
    +				$s .= "'),Quarter($col)";
    +				
    +				if ($len > $i+1) $s .= ",DATE_FORMAT($col,'";
    +				else $s .= ",('";
    +				$concat = true;
    +				break;
    +			
    +			case 'H': 
    +				$s .= '%H';
    +				break;
    +				
    +			case 'h':
    +				$s .= '%I';
    +				break;
    +				
    +			case 'i':
    +				$s .= '%i';
    +				break;
    +				
    +			case 's':
    +				$s .= '%s';
    +				break;
    +				
    +			case 'a':
    +			case 'A':
    +				$s .= '%p';
    +				break;
    +				
    +			case 'w':
    +				$s .= '%w';
    +				break;
    +				
    +			 case 'W':
    +				$s .= '%U';
    +				break;
    +				
    +			case 'l':
    +				$s .= '%W';
    +				break;
    +			}
    +		}
    +		$s.="')";
    +		if ($concat) $s = "CONCAT($s)";
    +		return $s;
    +	}
    +	
    +
    +	// returns concatenated string
    +	// much easier to run "mysqld --ansi" or "mysqld --sql-mode=PIPES_AS_CONCAT" and use || operator
    +	function Concat()
    +	{
    +		$s = "";
    +		$arr = func_get_args();
    +		
    +		// suggestion by andrew005@mnogo.ru
    +		$s = implode(',',$arr); 
    +		if (strlen($s) > 0) return "CONCAT($s)";
    +		else return '';
    +	}
    +	
    +	function OffsetDate($dayFraction,$date=false)
    +	{		
    +		if (!$date) $date = $this->sysDate;
    +		
    +		$fraction = $dayFraction * 24 * 3600;
    +		return '('. $date . ' + INTERVAL ' .	 $fraction.' SECOND)';
    +		
    +//		return "from_unixtime(unix_timestamp($date)+$fraction)";
    +	}
    +	
    +	// returns true or false
    +	function _connect($argHostname, $argUsername, $argPassword, $argDatabasename)
    +	{
    +		if (!empty($this->port)) $argHostname .= ":".$this->port;
    +		
    +		if (ADODB_PHPVER >= 0x4300)
    +			$this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword,
    +												$this->forceNewConnect,$this->clientFlags);
    +		else if (ADODB_PHPVER >= 0x4200)
    +			$this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword,
    +												$this->forceNewConnect);
    +		else
    +			$this->_connectionID = mysql_connect($argHostname,$argUsername,$argPassword);
    +	
    +		if ($this->_connectionID === false) return false;
    +		if ($argDatabasename) return $this->SelectDB($argDatabasename);
    +		return true;	
    +	}
    +	
    +	// returns true or false
    +	function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
    +	{
    +		if (!empty($this->port)) $argHostname .= ":".$this->port;
    +		
    +		if (ADODB_PHPVER >= 0x4300)
    +			$this->_connectionID = mysql_pconnect($argHostname,$argUsername,$argPassword,$this->clientFlags);
    +		else
    +			$this->_connectionID = mysql_pconnect($argHostname,$argUsername,$argPassword);
    +		if ($this->_connectionID === false) return false;
    +		if ($this->autoRollback) $this->RollbackTrans();
    +		if ($argDatabasename) return $this->SelectDB($argDatabasename);
    +		return true;	
    +	}
    +	
    +	function _nconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
    +	{
    +		$this->forceNewConnect = true;
    +		return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename);
    +	}
    +	
    + 	function MetaColumns($table, $normalize=true) 
    +	{
    +		$this->_findschema($table,$schema);
    +		if ($schema) {
    +			$dbName = $this->database;
    +			$this->SelectDB($schema);
    +		}
    +		global $ADODB_FETCH_MODE;
    +		$save = $ADODB_FETCH_MODE;
    +		$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +		
    +		if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false);
    +		$rs = $this->Execute(sprintf($this->metaColumnsSQL,$table));
    +		
    +		if ($schema) {
    +			$this->SelectDB($dbName);
    +		}
    +		
    +		if (isset($savem)) $this->SetFetchMode($savem);
    +		$ADODB_FETCH_MODE = $save;
    +		if (!is_object($rs)) {
    +			$false = false;
    +			return $false;
    +		}
    +			
    +		$retarr = array();
    +		while (!$rs->EOF){
    +			$fld = new ADOFieldObject();
    +			$fld->name = $rs->fields[0];
    +			$type = $rs->fields[1];
    +			
    +			// split type into type(length):
    +			$fld->scale = null;
    +			if (preg_match("/^(.+)\((\d+),(\d+)/", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1;
    +				$fld->scale = is_numeric($query_array[3]) ? $query_array[3] : -1;
    +			} elseif (preg_match("/^(.+)\((\d+)/", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1;
    +			} elseif (preg_match("/^(enum)\((.*)\)$/i", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$arr = explode(",",$query_array[2]);
    +				$fld->enums = $arr;
    +				$zlen = max(array_map("strlen",$arr)) - 2; // PHP >= 4.0.6
    +				$fld->max_length = ($zlen > 0) ? $zlen : 1;
    +			} else {
    +				$fld->type = $type;
    +				$fld->max_length = -1;
    +			}
    +			$fld->not_null = ($rs->fields[2] != 'YES');
    +			$fld->primary_key = ($rs->fields[3] == 'PRI');
    +			$fld->auto_increment = (strpos($rs->fields[5], 'auto_increment') !== false);
    +			$fld->binary = (strpos($type,'blob') !== false || strpos($type,'binary') !== false);
    +			$fld->unsigned = (strpos($type,'unsigned') !== false);
    +			$fld->zerofill = (strpos($type,'zerofill') !== false);
    +
    +			if (!$fld->binary) {
    +				$d = $rs->fields[4];
    +				if ($d != '' && $d != 'NULL') {
    +					$fld->has_default = true;
    +					$fld->default_value = $d;
    +				} else {
    +					$fld->has_default = false;
    +				}
    +			}
    +			
    +			if ($save == ADODB_FETCH_NUM) {
    +				$retarr[] = $fld;
    +			} else {
    +				$retarr[strtoupper($fld->name)] = $fld;
    +			}
    +				$rs->MoveNext();
    +			}
    +		
    +			$rs->Close();
    +			return $retarr;	
    +	}
    +		
    +	// returns true or false
    +	function SelectDB($dbName) 
    +	{
    +		$this->database = $dbName;
    +		$this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions
    +		if ($this->_connectionID) {
    +			return @mysql_select_db($dbName,$this->_connectionID);		
    +		}
    +		else return false;	
    +	}
    +	
    +	// parameters use PostgreSQL convention, not MySQL
    +	function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs=0)
    +	{
    +		$offsetStr =($offset>=0) ? ((integer)$offset)."," : '';
    +		// jason judge, see http://phplens.com/lens/lensforum/msgs.php?id=9220
    +		if ($nrows < 0) $nrows = '18446744073709551615'; 
    +		
    +		if ($secs)
    +			$rs = $this->CacheExecute($secs,$sql." LIMIT $offsetStr".((integer)$nrows),$inputarr);
    +		else
    +			$rs = $this->Execute($sql." LIMIT $offsetStr".((integer)$nrows),$inputarr);
    +		return $rs;
    +	}
    +	
    +	// returns queryID or false
    +	function _query($sql,$inputarr=false)
    +	{
    +	//global $ADODB_COUNTRECS;
    +		//if($ADODB_COUNTRECS) 
    +		return mysql_query($sql,$this->_connectionID);
    +		//else return @mysql_unbuffered_query($sql,$this->_connectionID); // requires PHP >= 4.0.6
    +	}
    +
    +	/*	Returns: the last error message from previous database operation	*/	
    +	function ErrorMsg() 
    +	{
    +	
    +		if ($this->_logsql) return $this->_errorMsg;
    +		if (empty($this->_connectionID)) $this->_errorMsg = @mysql_error();
    +		else $this->_errorMsg = @mysql_error($this->_connectionID);
    +		return $this->_errorMsg;
    +	}
    +	
    +	/*	Returns: the last error number from previous database operation	*/	
    +	function ErrorNo() 
    +	{
    +		if ($this->_logsql) return $this->_errorCode;
    +		if (empty($this->_connectionID))  return @mysql_errno();
    +		else return @mysql_errno($this->_connectionID);
    +	}
    +	
    +	// returns true or false
    +	function _close()
    +	{
    +		@mysql_close($this->_connectionID);
    +		$this->_connectionID = false;
    +	}
    +
    +	
    +	/*
    +	* Maximum size of C field
    +	*/
    +	function CharMax()
    +	{
    +		return 255; 
    +	}
    +	
    +	/*
    +	* Maximum size of X field
    +	*/
    +	function TextMax()
    +	{
    +		return 4294967295; 
    +	}
    +	
    +	// "Innox - Juan Carlos Gonzalez" 
    +	function MetaForeignKeys( $table, $owner = FALSE, $upper = FALSE, $associative = FALSE )
    +     {
    +	 global $ADODB_FETCH_MODE;
    +		if ($ADODB_FETCH_MODE == ADODB_FETCH_ASSOC || $this->fetchMode == ADODB_FETCH_ASSOC) $associative = true;
    +
    +         if ( !empty($owner) ) {
    +            $table = "$owner.$table";
    +         }
    +         $a_create_table = $this->getRow(sprintf('SHOW CREATE TABLE %s', $table));
    +		 if ($associative) {
    +		 	$create_sql = isset($a_create_table["Create Table"]) ? $a_create_table["Create Table"] : $a_create_table["Create View"];
    +         } else $create_sql  = $a_create_table[1];
    +
    +         $matches = array();
    +
    +         if (!preg_match_all("/FOREIGN KEY \(`(.*?)`\) REFERENCES `(.*?)` \(`(.*?)`\)/", $create_sql, $matches)) return false;
    +	     $foreign_keys = array();	 	 
    +         $num_keys = count($matches[0]);
    +         for ( $i = 0;  $i < $num_keys;  $i ++ ) {
    +             $my_field  = explode('`, `', $matches[1][$i]);
    +             $ref_table = $matches[2][$i];
    +             $ref_field = explode('`, `', $matches[3][$i]);
    +
    +             if ( $upper ) {
    +                 $ref_table = strtoupper($ref_table);
    +             }
    +
    +			// see https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976
    +			if (!isset($foreign_keys[$ref_table])) {
    +				$foreign_keys[$ref_table] = array();
    +			}
    +            $num_fields = count($my_field);
    +            for ( $j = 0;  $j < $num_fields;  $j ++ ) {
    +                 if ( $associative ) {
    +                     $foreign_keys[$ref_table][$ref_field[$j]] = $my_field[$j];
    +                 } else {
    +                     $foreign_keys[$ref_table][] = "{$my_field[$j]}={$ref_field[$j]}";
    +                 }
    +             }
    +         }
    +         
    +         return  $foreign_keys;
    +     }
    +	 
    +	
    +}
    +	
    +/*--------------------------------------------------------------------------------------
    +	 Class Name: Recordset
    +--------------------------------------------------------------------------------------*/
    +
    +
    +class ADORecordSet_mysql extends ADORecordSet{	
    +	
    +	var $databaseType = "mysql";
    +	var $canSeek = true;
    +	
    +	function ADORecordSet_mysql($queryID,$mode=false) 
    +	{
    +		if ($mode === false) { 
    +			global $ADODB_FETCH_MODE;
    +			$mode = $ADODB_FETCH_MODE;
    +		}
    +		switch ($mode)
    +		{
    +		case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break;
    +		case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break;
    +		case ADODB_FETCH_DEFAULT:
    +		case ADODB_FETCH_BOTH:
    +		default:
    +			$this->fetchMode = MYSQL_BOTH; break;
    +		}
    +		$this->adodbFetchMode = $mode;
    +		$this->ADORecordSet($queryID);	
    +	}
    +	
    +	function _initrs()
    +	{
    +	//GLOBAL $ADODB_COUNTRECS;
    +	//	$this->_numOfRows = ($ADODB_COUNTRECS) ? @mysql_num_rows($this->_queryID):-1;
    +		$this->_numOfRows = @mysql_num_rows($this->_queryID);
    +		$this->_numOfFields = @mysql_num_fields($this->_queryID);
    +	}
    +	
    +	function FetchField($fieldOffset = -1) 
    +	{	
    +		if ($fieldOffset != -1) {
    +			$o = @mysql_fetch_field($this->_queryID, $fieldOffset);
    +			$f = @mysql_field_flags($this->_queryID,$fieldOffset);
    +			if ($o) $o->max_length = @mysql_field_len($this->_queryID,$fieldOffset); // suggested by: Jim Nicholson (jnich#att.com)
    +			//$o->max_length = -1; // mysql returns the max length less spaces -- so it is unrealiable
    +			if ($o) $o->binary = (strpos($f,'binary')!== false);
    +		}
    +		else if ($fieldOffset == -1) {	/*	The $fieldOffset argument is not provided thus its -1 	*/
    +			$o = @mysql_fetch_field($this->_queryID);
    +			if ($o) $o->max_length = @mysql_field_len($this->_queryID); // suggested by: Jim Nicholson (jnich#att.com)
    +		//$o->max_length = -1; // mysql returns the max length less spaces -- so it is unrealiable
    +		}
    +			
    +		return $o;
    +	}
    +
    +	function GetRowAssoc($upper=true)
    +	{
    +		if ($this->fetchMode == MYSQL_ASSOC && !$upper) $row = $this->fields;
    +		else $row = ADORecordSet::GetRowAssoc($upper);
    +		return $row;
    +	}
    +	
    +	/* Use associative array to get fields array */
    +	function Fields($colname)
    +	{	
    +		// added @ by "Michael William Miller" 
    +		if ($this->fetchMode != MYSQL_NUM) return @$this->fields[$colname];
    +		
    +		if (!$this->bind) {
    +			$this->bind = array();
    +			for ($i=0; $i < $this->_numOfFields; $i++) {
    +				$o = $this->FetchField($i);
    +				$this->bind[strtoupper($o->name)] = $i;
    +			}
    +		}
    +		 return $this->fields[$this->bind[strtoupper($colname)]];
    +	}
    +	
    +	function _seek($row)
    +	{
    +		if ($this->_numOfRows == 0) return false;
    +		return @mysql_data_seek($this->_queryID,$row);
    +	}
    +	
    +	function MoveNext()
    +	{
    +		//return adodb_movenext($this);
    +		//if (defined('ADODB_EXTENSION')) return adodb_movenext($this);
    +		if (@$this->fields = mysql_fetch_array($this->_queryID,$this->fetchMode)) {
    +			$this->_currentRow += 1;
    +			return true;
    +		}
    +		if (!$this->EOF) {
    +			$this->_currentRow += 1;
    +			$this->EOF = true;
    +		}
    +		return false;
    +	}
    +	
    +	function _fetch()
    +	{
    +		$this->fields =  @mysql_fetch_array($this->_queryID,$this->fetchMode);
    +		return is_array($this->fields);
    +	}
    +	
    +	function _close() {
    +		@mysql_free_result($this->_queryID);	
    +		$this->_queryID = false;	
    +	}
    +	
    +	function MetaType($t,$len=-1,$fieldobj=false)
    +	{
    +		if (is_object($t)) {
    +			$fieldobj = $t;
    +			$t = $fieldobj->type;
    +			$len = $fieldobj->max_length;
    +		}
    +		
    +		$len = -1; // mysql max_length is not accurate
    +		switch (strtoupper($t)) {
    +		case 'STRING': 
    +		case 'CHAR':
    +		case 'VARCHAR': 
    +		case 'TINYBLOB': 
    +		case 'TINYTEXT': 
    +		case 'ENUM': 
    +		case 'SET': 
    +			if ($len <= $this->blobSize) return 'C';
    +			
    +		case 'TEXT':
    +		case 'LONGTEXT': 
    +		case 'MEDIUMTEXT':
    +			return 'X';
    +			
    +		// php_mysql extension always returns 'blob' even if 'text'
    +		// so we have to check whether binary...
    +		case 'IMAGE':
    +		case 'LONGBLOB': 
    +		case 'BLOB':
    +		case 'MEDIUMBLOB':
    +		case 'BINARY':
    +			return !empty($fieldobj->binary) ? 'B' : 'X';
    +			
    +		case 'YEAR':
    +		case 'DATE': return 'D';
    +		
    +		case 'TIME':
    +		case 'DATETIME':
    +		case 'TIMESTAMP': return 'T';
    +		
    +		case 'INT': 
    +		case 'INTEGER':
    +		case 'BIGINT':
    +		case 'TINYINT':
    +		case 'MEDIUMINT':
    +		case 'SMALLINT': 
    +			
    +			if (!empty($fieldobj->primary_key)) return 'R';
    +			else return 'I';
    +		
    +		default: return 'N';
    +		}
    +	}
    +
    +}
    +
    +class ADORecordSet_ext_mysql extends ADORecordSet_mysql {	
    +	function ADORecordSet_ext_mysql($queryID,$mode=false) 
    +	{
    +		if ($mode === false) { 
    +			global $ADODB_FETCH_MODE;
    +			$mode = $ADODB_FETCH_MODE;
    +		}
    +		switch ($mode)
    +		{
    +		case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break;
    +		case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break;
    +		case ADODB_FETCH_DEFAULT:
    +		case ADODB_FETCH_BOTH:
    +		default:
    +		$this->fetchMode = MYSQL_BOTH; break;
    +		}
    +		$this->adodbFetchMode = $mode;
    +		$this->ADORecordSet($queryID);
    +	}
    +	
    +	function MoveNext()
    +	{
    +		return @adodb_movenext($this);
    +	}
    +}
    +
    +
    +}
    +?>
    diff --git a/e_lib/adodb5/drivers/adodb-mysqli.inc.php b/e_lib/adodb5/drivers/adodb-mysqli.inc.php
    new file mode 100644
    index 00000000..54840869
    --- /dev/null
    +++ b/e_lib/adodb5/drivers/adodb-mysqli.inc.php
    @@ -0,0 +1,1187 @@
    +_transmode  = $transaction_mode;
    +		if (empty($transaction_mode)) {
    +			$this->Execute('SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ');
    +			return;
    +		}
    +		if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode;
    +		$this->Execute("SET SESSION TRANSACTION ".$transaction_mode);
    +	}
    +
    +	// returns true or false
    +	// To add: parameter int $port,
    +	//         parameter string $socket
    +	function _connect($argHostname = NULL, 
    +			  $argUsername = NULL, 
    +			  $argPassword = NULL, 
    +			  $argDatabasename = NULL, $persist=false)
    +	  {
    +	  	 if(!extension_loaded("mysqli")) {
    +			return null;
    +		 }
    +	    $this->_connectionID = @mysqli_init();
    +	    
    +	    if (is_null($this->_connectionID)) {
    +	      // mysqli_init only fails if insufficient memory
    +	      if ($this->debug) 
    +				ADOConnection::outp("mysqli_init() failed : "  . $this->ErrorMsg());
    +	      return false;
    +	    }
    +		/*
    +		I suggest a simple fix which would enable adodb and mysqli driver to
    +		read connection options from the standard mysql configuration file
    +		/etc/my.cnf - "Bastien Duclaux" 
    +		*/
    +		foreach($this->optionFlags as $arr) {	
    +			mysqli_options($this->_connectionID,$arr[0],$arr[1]);
    +		}
    +
    +		#if (!empty($this->port)) $argHostname .= ":".$this->port;
    +		$ok = mysqli_real_connect($this->_connectionID,
    + 				    $argHostname,
    + 				    $argUsername,
    + 				    $argPassword,
    + 				    $argDatabasename,
    +					$this->port,
    +					$this->socket,
    +					$this->clientFlags);
    + 	     
    +		if ($ok) {
    +	 		if ($argDatabasename)  return $this->SelectDB($argDatabasename);
    + 			return true;
    + 	   } else {
    +			if ($this->debug) 
    +		  		ADOConnection::outp("Could't connect : "  . $this->ErrorMsg());
    +			$this->_connectionID = null;
    +			return false;
    +	   }
    +	}
    +	
    +	// returns true or false
    +	// How to force a persistent connection
    +	function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
    +	{
    +		return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename, true);
    +
    +	}
    +	
    +	// When is this used? Close old connection first?
    +	// In _connect(), check $this->forceNewConnect? 
    +	function _nconnect($argHostname, $argUsername, $argPassword, $argDatabasename)
    +	  {
    +	    $this->forceNewConnect = true;
    +	    return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename);
    +	  }
    +	
    +	function IfNull( $field, $ifNull ) 
    +	{
    +		return " IFNULL($field, $ifNull) "; // if MySQL
    +	}
    +	
    +	// do not use $ADODB_COUNTRECS
    +	function GetOne($sql,$inputarr=false)
    +	{
    +		$ret = false;
    +		$rs = $this->Execute($sql,$inputarr);
    +		if ($rs) {	
    +			if (!$rs->EOF) $ret = reset($rs->fields);
    +			$rs->Close();
    +		}
    +		return $ret;
    +	}
    +	
    +	function ServerInfo()
    +	{
    +		$arr['description'] = $this->GetOne("select version()");
    +		$arr['version'] = ADOConnection::_findvers($arr['description']);
    +		return $arr;
    +	}
    +	
    +	
    +	function BeginTrans()
    +	{	  
    +		if ($this->transOff) return true;
    +		$this->transCnt += 1;
    +		
    +		//$this->Execute('SET AUTOCOMMIT=0');
    +		mysqli_autocommit($this->_connectionID, false);
    +		$this->Execute('BEGIN');
    +		return true;
    +	}
    +	
    +	function CommitTrans($ok=true) 
    +	{
    +		if ($this->transOff) return true; 
    +		if (!$ok) return $this->RollbackTrans();
    +		
    +		if ($this->transCnt) $this->transCnt -= 1;
    +		$this->Execute('COMMIT');
    +		
    +		//$this->Execute('SET AUTOCOMMIT=1');
    +		mysqli_autocommit($this->_connectionID, true);
    +		return true;
    +	}
    +	
    +	function RollbackTrans()
    +	{
    +		if ($this->transOff) return true;
    +		if ($this->transCnt) $this->transCnt -= 1;
    +		$this->Execute('ROLLBACK');
    +		//$this->Execute('SET AUTOCOMMIT=1');
    +		mysqli_autocommit($this->_connectionID, true);
    +		return true;
    +	}
    +	
    +	function RowLock($tables,$where='',$flds='1 as adodb_ignore') 
    +	{
    +		if ($this->transCnt==0) $this->BeginTrans();
    +		if ($where) $where = ' where '.$where;
    +		$rs = $this->Execute("select $flds from $tables $where for update");
    +		return !empty($rs); 
    +	}
    +	
    +	// if magic quotes disabled, use mysql_real_escape_string()
    +	// From readme.htm:
    +	// Quotes a string to be sent to the database. The $magic_quotes_enabled
    +	// parameter may look funny, but the idea is if you are quoting a 
    +	// string extracted from a POST/GET variable, then 
    +	// pass get_magic_quotes_gpc() as the second parameter. This will 
    +	// ensure that the variable is not quoted twice, once by qstr and once 
    +	// by the magic_quotes_gpc.
    +	//
    +	//Eg. $s = $db->qstr(_GET['name'],get_magic_quotes_gpc());
    +	function qstr($s, $magic_quotes = false)
    +	{
    +		if (is_null($s)) return 'NULL';
    +		if (!$magic_quotes) {
    +	    	if (PHP_VERSION >= 5)
    +	      		return "'" . mysqli_real_escape_string($this->_connectionID, $s) . "'";   
    +	    
    +		if ($this->replaceQuote[0] == '\\')
    +			$s = adodb_str_replace(array('\\',"\0"),array('\\\\',"\\\0"),$s);
    +	    return  "'".str_replace("'",$this->replaceQuote,$s)."'"; 
    +	  }
    +	  // undo magic quotes for "
    +	  $s = str_replace('\\"','"',$s);
    +	  return "'$s'";
    +	}
    +	
    +	function _insertid()
    +	{
    +	  $result = @mysqli_insert_id($this->_connectionID);
    +	  if ($result == -1){
    +	      if ($this->debug) ADOConnection::outp("mysqli_insert_id() failed : "  . $this->ErrorMsg());
    +	  }
    +	  return $result;
    +	}
    +	
    +	// Only works for INSERT, UPDATE and DELETE query's
    +	function _affectedrows()
    +	{
    +	  $result =  @mysqli_affected_rows($this->_connectionID);
    +	  if ($result == -1) {
    +	      if ($this->debug) ADOConnection::outp("mysqli_affected_rows() failed : "  . $this->ErrorMsg());
    +	  }
    +	  return $result;
    +	}
    +  
    + 	// See http://www.mysql.com/doc/M/i/Miscellaneous_functions.html
    +	// Reference on Last_Insert_ID on the recommended way to simulate sequences
    + 	var $_genIDSQL = "update %s set id=LAST_INSERT_ID(id+1);";
    +	var $_genSeqSQL = "create table %s (id int not null)";
    +	var $_genSeqCountSQL = "select count(*) from %s";
    +	var $_genSeq2SQL = "insert into %s values (%s)";
    +	var $_dropSeqSQL = "drop table %s";
    +	
    +	function CreateSequence($seqname='adodbseq',$startID=1)
    +	{
    +		if (empty($this->_genSeqSQL)) return false;
    +		$u = strtoupper($seqname);
    +		
    +		$ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname));
    +		if (!$ok) return false;
    +		return $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1));
    +	}
    +	
    +	function GenID($seqname='adodbseq',$startID=1)
    +	{
    +		// post-nuke sets hasGenID to false
    +		if (!$this->hasGenID) return false;
    +		
    +		$getnext = sprintf($this->_genIDSQL,$seqname);
    +		$holdtransOK = $this->_transOK; // save the current status
    +		$rs = @$this->Execute($getnext);
    +		if (!$rs) {
    +			if ($holdtransOK) $this->_transOK = true; //if the status was ok before reset
    +			$u = strtoupper($seqname);
    +			$this->Execute(sprintf($this->_genSeqSQL,$seqname));
    +			$cnt = $this->GetOne(sprintf($this->_genSeqCountSQL,$seqname));
    +			if (!$cnt) $this->Execute(sprintf($this->_genSeq2SQL,$seqname,$startID-1));
    +			$rs = $this->Execute($getnext);
    +		}
    +		
    +		if ($rs) {
    +			$this->genID = mysqli_insert_id($this->_connectionID);
    +			$rs->Close();
    +		} else
    +			$this->genID = 0;
    +			
    +		return $this->genID;
    +	}
    +	
    +  	function MetaDatabases()
    +	{
    +		$query = "SHOW DATABASES";
    +		$ret = $this->Execute($query);
    +		if ($ret && is_object($ret)){
    +		   $arr = array();
    +			while (!$ret->EOF){
    +				$db = $ret->Fields('Database');
    +				if ($db != 'mysql') $arr[] = $db;
    +				$ret->MoveNext();
    +			}
    +   		   return $arr;
    +		}
    +        return $ret;
    +	}
    +
    +	  
    +	function MetaIndexes ($table, $primary = FALSE)
    +	{
    +		// save old fetch mode
    +		global $ADODB_FETCH_MODE;
    +		
    +		$false = false;
    +		$save = $ADODB_FETCH_MODE;
    +		$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +		if ($this->fetchMode !== FALSE) {
    +		       $savem = $this->SetFetchMode(FALSE);
    +		}
    +		
    +		// get index details
    +		$rs = $this->Execute(sprintf('SHOW INDEXES FROM %s',$table));
    +		
    +		// restore fetchmode
    +		if (isset($savem)) {
    +		        $this->SetFetchMode($savem);
    +		}
    +		$ADODB_FETCH_MODE = $save;
    +		
    +		if (!is_object($rs)) {
    +		        return $false;
    +		}
    +		
    +		$indexes = array ();
    +		
    +		// parse index data into array
    +		while ($row = $rs->FetchRow()) {
    +		        if ($primary == FALSE AND $row[2] == 'PRIMARY') {
    +		                continue;
    +		        }
    +		        
    +		        if (!isset($indexes[$row[2]])) {
    +		                $indexes[$row[2]] = array(
    +		                        'unique' => ($row[1] == 0),
    +		                        'columns' => array()
    +		                );
    +		        }
    +		        
    +		        $indexes[$row[2]]['columns'][$row[3] - 1] = $row[4];
    +		}
    +		
    +		// sort columns by order in the index
    +		foreach ( array_keys ($indexes) as $index )
    +		{
    +		        ksort ($indexes[$index]['columns']);
    +		}
    +		
    +		return $indexes;
    +	}
    +
    +	
    +	// Format date column in sql string given an input format that understands Y M D
    +	function SQLDate($fmt, $col=false)
    +	{	
    +		if (!$col) $col = $this->sysTimeStamp;
    +		$s = 'DATE_FORMAT('.$col.",'";
    +		$concat = false;
    +		$len = strlen($fmt);
    +		for ($i=0; $i < $len; $i++) {
    +			$ch = $fmt[$i];
    +			switch($ch) {
    +			case 'Y':
    +			case 'y':
    +				$s .= '%Y';
    +				break;
    +			case 'Q':
    +			case 'q':
    +				$s .= "'),Quarter($col)";
    +				
    +				if ($len > $i+1) $s .= ",DATE_FORMAT($col,'";
    +				else $s .= ",('";
    +				$concat = true;
    +				break;
    +			case 'M':
    +				$s .= '%b';
    +				break;
    +				
    +			case 'm':
    +				$s .= '%m';
    +				break;
    +			case 'D':
    +			case 'd':
    +				$s .= '%d';
    +				break;
    +			
    +			case 'H': 
    +				$s .= '%H';
    +				break;
    +				
    +			case 'h':
    +				$s .= '%I';
    +				break;
    +				
    +			case 'i':
    +				$s .= '%i';
    +				break;
    +				
    +			case 's':
    +				$s .= '%s';
    +				break;
    +				
    +			case 'a':
    +			case 'A':
    +				$s .= '%p';
    +				break;
    +			
    +			case 'w':
    +				$s .= '%w';
    +				break;
    +				
    +			case 'l':
    +				$s .= '%W';
    +				break;
    +				
    +			default:
    +				
    +				if ($ch == '\\') {
    +					$i++;
    +					$ch = substr($fmt,$i,1);
    +				}
    +				$s .= $ch;
    +				break;
    +			}
    +		}
    +		$s.="')";
    +		if ($concat) $s = "CONCAT($s)";
    +		return $s;
    +	}
    +	
    +	// returns concatenated string
    +	// much easier to run "mysqld --ansi" or "mysqld --sql-mode=PIPES_AS_CONCAT" and use || operator
    +	function Concat()
    +	{
    +		$s = "";
    +		$arr = func_get_args();
    +		
    +		// suggestion by andrew005@mnogo.ru
    +		$s = implode(',',$arr); 
    +		if (strlen($s) > 0) return "CONCAT($s)";
    +		else return '';
    +	}
    +	
    +	// dayFraction is a day in floating point
    +	function OffsetDate($dayFraction,$date=false)
    +	{		
    +		if (!$date) $date = $this->sysDate;
    +		
    +		$fraction = $dayFraction * 24 * 3600;
    +		return $date . ' + INTERVAL ' .	 $fraction.' SECOND';
    +		
    +//		return "from_unixtime(unix_timestamp($date)+$fraction)";
    +	}
    +	
    +	function MetaTables($ttype=false,$showSchema=false,$mask=false) 
    +	{	
    +		$save = $this->metaTablesSQL;
    +		if ($showSchema && is_string($showSchema)) {
    +			$this->metaTablesSQL .= " from $showSchema";
    +		}
    +		
    +		if ($mask) {
    +			$mask = $this->qstr($mask);
    +			$this->metaTablesSQL .= " like $mask";
    +		}
    +		$ret = ADOConnection::MetaTables($ttype,$showSchema);
    +		
    +		$this->metaTablesSQL = $save;
    +		return $ret;
    +	}
    +	
    +	// "Innox - Juan Carlos Gonzalez" 
    +	function MetaForeignKeys( $table, $owner = FALSE, $upper = FALSE, $associative = FALSE )
    +	{
    +	 global $ADODB_FETCH_MODE;
    +		
    +		if ($ADODB_FETCH_MODE == ADODB_FETCH_ASSOC || $this->fetchMode == ADODB_FETCH_ASSOC) $associative = true;
    +		
    +	    if ( !empty($owner) ) {
    +	       $table = "$owner.$table";
    +	    }
    +	    $a_create_table = $this->getRow(sprintf('SHOW CREATE TABLE %s', $table));
    +		if ($associative) {
    +			$create_sql = isset($a_create_table["Create Table"]) ? $a_create_table["Create Table"] : $a_create_table["Create View"];
    +	    } else $create_sql  = $a_create_table[1];
    +	
    +	    $matches = array();
    +	
    +	    if (!preg_match_all("/FOREIGN KEY \(`(.*?)`\) REFERENCES `(.*?)` \(`(.*?)`\)/", $create_sql, $matches)) return false;
    +	 	$foreign_keys = array();	 	 
    +	    $num_keys = count($matches[0]);
    +	    for ( $i = 0;  $i < $num_keys;  $i ++ ) {
    +	        $my_field  = explode('`, `', $matches[1][$i]);
    +	        $ref_table = $matches[2][$i];
    +	        $ref_field = explode('`, `', $matches[3][$i]);
    +	
    +	        if ( $upper ) {
    +	            $ref_table = strtoupper($ref_table);
    +	        }
    +	
    +	        // see https://sourceforge.net/tracker/index.php?func=detail&aid=2287278&group_id=42718&atid=433976
    +			if (!isset($foreign_keys[$ref_table])) {
    +				$foreign_keys[$ref_table] = array();
    +			}
    +	        $num_fields = count($my_field);
    +	        for ( $j = 0;  $j < $num_fields;  $j ++ ) {
    +	            if ( $associative ) {
    +	                $foreign_keys[$ref_table][$ref_field[$j]] = $my_field[$j];
    +	            } else {
    +	                $foreign_keys[$ref_table][] = "{$my_field[$j]}={$ref_field[$j]}";
    +	            }
    +	        }
    +	    }
    +	    
    +	    return  $foreign_keys;
    +	}
    +	
    + 	function MetaColumns($table, $normalize=true) 
    +	{
    +		$false = false;
    +		if (!$this->metaColumnsSQL)
    +			return $false;
    +		
    +		global $ADODB_FETCH_MODE;
    +		$save = $ADODB_FETCH_MODE;
    +		$ADODB_FETCH_MODE = ADODB_FETCH_NUM;
    +		if ($this->fetchMode !== false)
    +			$savem = $this->SetFetchMode(false);
    +		$rs = $this->Execute(sprintf($this->metaColumnsSQL,$table));
    +		if (isset($savem)) $this->SetFetchMode($savem);
    +		$ADODB_FETCH_MODE = $save;
    +		if (!is_object($rs))
    +			return $false;
    +		
    +		$retarr = array();
    +		while (!$rs->EOF) {
    +			$fld = new ADOFieldObject();
    +			$fld->name = $rs->fields[0];
    +			$type = $rs->fields[1];
    +			
    +			// split type into type(length):
    +			$fld->scale = null;
    +			if (preg_match("/^(.+)\((\d+),(\d+)/", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1;
    +				$fld->scale = is_numeric($query_array[3]) ? $query_array[3] : -1;
    +			} elseif (preg_match("/^(.+)\((\d+)/", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1;
    +			} elseif (preg_match("/^(enum)\((.*)\)$/i", $type, $query_array)) {
    +				$fld->type = $query_array[1];
    +				$arr = explode(",",$query_array[2]);
    +				$fld->enums = $arr;
    +				$zlen = max(array_map("strlen",$arr)) - 2; // PHP >= 4.0.6
    +				$fld->max_length = ($zlen > 0) ? $zlen : 1;
    +			} else {
    +				$fld->type = $type;
    +				$fld->max_length = -1;
    +			}
    +			$fld->not_null = ($rs->fields[2] != 'YES');
    +			$fld->primary_key = ($rs->fields[3] == 'PRI');
    +			$fld->auto_increment = (strpos($rs->fields[5], 'auto_increment') !== false);
    +			$fld->binary = (strpos($type,'blob') !== false);
    +			$fld->unsigned = (strpos($type,'unsigned') !== false);
    +			$fld->zerofill = (strpos($type,'zerofill') !== false);
    +
    +			if (!$fld->binary) {
    +				$d = $rs->fields[4];
    +				if ($d != '' && $d != 'NULL') {
    +					$fld->has_default = true;
    +					$fld->default_value = $d;
    +				} else {
    +					$fld->has_default = false;
    +				}
    +			}
    +			
    +			if ($save == ADODB_FETCH_NUM) {
    +				$retarr[] = $fld;
    +			} else {
    +				$retarr[strtoupper($fld->name)] = $fld;
    +			}
    +			$rs->MoveNext();
    +		}
    +		
    +		$rs->Close();
    +		return $retarr;
    +	}
    +		
    +	// returns true or false
    +	function SelectDB($dbName) 
    +	{
    +//	    $this->_connectionID = $this->mysqli_resolve_link($this->_connectionID);
    +	    $this->database = $dbName;
    +		$this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions
    +		
    +	    if ($this->_connectionID) {
    +        	$result = @mysqli_select_db($this->_connectionID, $dbName);
    +			if (!$result) {
    +		    	ADOConnection::outp("Select of database " . $dbName . " failed. " . $this->ErrorMsg());
    +			}
    +			return $result;		
    +		}
    +	    return false;	
    +	}
    +	
    +	// parameters use PostgreSQL convention, not MySQL
    +	function SelectLimit($sql,
    +			      $nrows = -1,
    +			      $offset = -1,
    +			      $inputarr = false, 
    +			      $secs = 0)
    +	{
    +		$offsetStr = ($offset >= 0) ? "$offset," : '';
    +		if ($nrows < 0) $nrows = '18446744073709551615';
    +		
    +		if ($secs)
    +			$rs = $this->CacheExecute($secs, $sql . " LIMIT $offsetStr$nrows" , $inputarr );
    +		else
    +			$rs = $this->Execute($sql . " LIMIT $offsetStr$nrows" , $inputarr );
    +			
    +		return $rs;
    +	}
    +	
    +	
    +	function Prepare($sql)
    +	{
    +		return $sql;
    +		$stmt = $this->_connectionID->prepare($sql);
    +		if (!$stmt) {
    +			echo $this->ErrorMsg();
    +			return $sql;
    +		}
    +		return array($sql,$stmt);
    +	}
    +	
    +	
    +	// returns queryID or false
    +	function _query($sql, $inputarr)
    +	{
    +	global $ADODB_COUNTRECS;
    +		// Move to the next recordset, or return false if there is none. In a stored proc
    +		// call, mysqli_next_result returns true for the last "recordset", but mysqli_store_result
    +		// returns false. I think this is because the last "recordset" is actually just the
    +		// return value of the stored proc (ie the number of rows affected).
    +		// Commented out for reasons of performance. You should retrieve every recordset yourself.
    +		//	if (!mysqli_next_result($this->connection->_connectionID))	return false;
    +	
    +		if (is_array($sql)) {
    +		
    +			// Prepare() not supported because mysqli_stmt_execute does not return a recordset, but
    +			// returns as bound variables.
    +		
    +			$stmt = $sql[1];
    +			$a = '';
    +			foreach($inputarr as $k => $v) {
    +				if (is_string($v)) $a .= 's';
    +				else if (is_integer($v)) $a .= 'i'; 
    +				else $a .= 'd';
    +			}
    +			
    +			$fnarr = array_merge( array($stmt,$a) , $inputarr);
    +			$ret = call_user_func_array('mysqli_stmt_bind_param',$fnarr);
    +			$ret = mysqli_stmt_execute($stmt);
    +			return $ret;
    +		}
    +		
    +		/*
    +		if (!$mysql_res =  mysqli_query($this->_connectionID, $sql, ($ADODB_COUNTRECS) ? MYSQLI_STORE_RESULT : MYSQLI_USE_RESULT)) {
    +		    if ($this->debug) ADOConnection::outp("Query: " . $sql . " failed. " . $this->ErrorMsg());
    +		    return false;
    +		}
    +		
    +		return $mysql_res;
    +		*/
    +		
    +		if( $rs = mysqli_multi_query($this->_connectionID, $sql.';') )//Contributed by "Geisel Sierote" 
    +		{
    +			$rs = ($ADODB_COUNTRECS) ? @mysqli_store_result( $this->_connectionID ) : @mysqli_use_result( $this->_connectionID );
    +			return $rs ? $rs : true; // mysqli_more_results( $this->_connectionID )
    +		} else {
    +			if($this->debug)
    +			ADOConnection::outp("Query: " . $sql . " failed. " . $this->ErrorMsg());
    +			return false;
    +		}
    +	}
    +
    +	/*	Returns: the last error message from previous database operation	*/	
    +	function ErrorMsg() 
    +	  {
    +	    if (empty($this->_connectionID)) 
    +	      $this->_errorMsg = @mysqli_connect_error();
    +	    else 
    +	      $this->_errorMsg = @mysqli_error($this->_connectionID);
    +	    return $this->_errorMsg;
    +	  }
    +	
    +	/*	Returns: the last error number from previous database operation	*/	
    +	function ErrorNo() 
    +	  {
    +	    if (empty($this->_connectionID))  
    +	      return @mysqli_connect_errno();
    +	    else 
    +	      return @mysqli_errno($this->_connectionID);
    +	  }
    +	
    +	// returns true or false
    +	function _close()
    +	  {
    +	    @mysqli_close($this->_connectionID);
    +	    $this->_connectionID = false;
    +	  }
    +
    +	/*
    +	* Maximum size of C field
    +	*/
    +	function CharMax()
    +	{
    +		return 255; 
    +	}
    +	
    +	/*
    +	* Maximum size of X field
    +	*/
    +	function TextMax()
    +	{
    +	  return 4294967295; 
    +	}
    +
    +
    +
    +	// this is a set of functions for managing client encoding - very important if the encodings
    +	// of your database and your output target (i.e. HTML) don't match
    +	// for instance, you may have UTF8 database and server it on-site as latin1 etc.
    +	// GetCharSet - get the name of the character set the client is using now
    +	// Under Windows, the functions should work with MySQL 4.1.11 and above, the set of charsets supported
    +	// depends on compile flags of mysql distribution 
    +
    +  function GetCharSet()
    +  {
    +    //we will use ADO's builtin property charSet
    +    if (!method_exists($this->_connectionID,'character_set_name'))
    +    	return false;
    +    	
    +    $this->charSet = @$this->_connectionID->character_set_name();
    +    if (!$this->charSet) {
    +      return false;
    +    } else {
    +      return $this->charSet;
    +    }
    +  }
    +
    +  // SetCharSet - switch the client encoding
    +  function SetCharSet($charset_name)
    +  {
    +    if (!method_exists($this->_connectionID,'set_charset'))
    +    	return false;
    +
    +    if ($this->charSet !== $charset_name) {
    +      $if = @$this->_connectionID->set_charset($charset_name);
    +      if ($if == "0" & $this->GetCharSet() == $charset_name) {
    +        return true;
    +      } else return false;
    +    } else return true;
    +  }
    +
    +
    +
    +
    +}
    + 
    +/*--------------------------------------------------------------------------------------
    +	 Class Name: Recordset
    +--------------------------------------------------------------------------------------*/
    +
    +class ADORecordSet_mysqli extends ADORecordSet{	
    +	
    +	var $databaseType = "mysqli";
    +	var $canSeek = true;
    +	
    +	function ADORecordSet_mysqli($queryID, $mode = false) 
    +	{
    +	  if ($mode === false) 
    +	   { 
    +	      global $ADODB_FETCH_MODE;
    +	      $mode = $ADODB_FETCH_MODE;
    +	   }
    +	   
    +	  switch ($mode)
    +	    {
    +	    case ADODB_FETCH_NUM: 
    +	      $this->fetchMode = MYSQLI_NUM; 
    +	      break;
    +	    case ADODB_FETCH_ASSOC:
    +	      $this->fetchMode = MYSQLI_ASSOC; 
    +	      break;
    +	    case ADODB_FETCH_DEFAULT:
    +	    case ADODB_FETCH_BOTH:
    +	    default:
    +	      $this->fetchMode = MYSQLI_BOTH; 
    +	      break;
    +	    }
    +	  $this->adodbFetchMode = $mode;
    +	  $this->ADORecordSet($queryID);	
    +	}
    +	
    +	function _initrs()
    +	{
    +	global $ADODB_COUNTRECS;
    +	
    +		$this->_numOfRows = $ADODB_COUNTRECS ? @mysqli_num_rows($this->_queryID) : -1;
    +		$this->_numOfFields = @mysqli_num_fields($this->_queryID);
    +	}
    +	
    +/*
    +1      = MYSQLI_NOT_NULL_FLAG
    +2      = MYSQLI_PRI_KEY_FLAG
    +4      = MYSQLI_UNIQUE_KEY_FLAG
    +8      = MYSQLI_MULTIPLE_KEY_FLAG
    +16     = MYSQLI_BLOB_FLAG
    +32     = MYSQLI_UNSIGNED_FLAG
    +64     = MYSQLI_ZEROFILL_FLAG
    +128    = MYSQLI_BINARY_FLAG
    +256    = MYSQLI_ENUM_FLAG
    +512    = MYSQLI_AUTO_INCREMENT_FLAG
    +1024   = MYSQLI_TIMESTAMP_FLAG
    +2048   = MYSQLI_SET_FLAG
    +32768  = MYSQLI_NUM_FLAG
    +16384  = MYSQLI_PART_KEY_FLAG
    +32768  = MYSQLI_GROUP_FLAG
    +65536  = MYSQLI_UNIQUE_FLAG
    +131072 = MYSQLI_BINCMP_FLAG
    +*/
    +
    +	function FetchField($fieldOffset = -1) 
    +	{	
    +		$fieldnr = $fieldOffset;
    +		if ($fieldOffset != -1) {
    +		  $fieldOffset = @mysqli_field_seek($this->_queryID, $fieldnr);
    +		}
    +		$o = @mysqli_fetch_field($this->_queryID);
    +		if (!$o) return false;
    +		/* Properties of an ADOFieldObject as set by MetaColumns */
    +		$o->primary_key = $o->flags & MYSQLI_PRI_KEY_FLAG;
    +		$o->not_null = $o->flags & MYSQLI_NOT_NULL_FLAG;
    +		$o->auto_increment = $o->flags & MYSQLI_AUTO_INCREMENT_FLAG;
    +		$o->binary = $o->flags & MYSQLI_BINARY_FLAG;
    +		// $o->blob = $o->flags & MYSQLI_BLOB_FLAG; /* not returned by MetaColumns */
    +		$o->unsigned = $o->flags & MYSQLI_UNSIGNED_FLAG;
    +
    +		return $o;
    +	}
    +
    +	function GetRowAssoc($upper = true)
    +	{
    +		if ($this->fetchMode == MYSQLI_ASSOC && !$upper) 
    +		  return $this->fields;
    +		$row = ADORecordSet::GetRowAssoc($upper);
    +		return $row;
    +	}
    +	
    +	/* Use associative array to get fields array */
    +	function Fields($colname)
    +	{	
    +	  if ($this->fetchMode != MYSQLI_NUM) 
    +	    return @$this->fields[$colname];
    +		
    +	  if (!$this->bind) {
    +	    $this->bind = array();
    +	    for ($i = 0; $i < $this->_numOfFields; $i++) {
    +	      $o = $this->FetchField($i);
    +	      $this->bind[strtoupper($o->name)] = $i;
    +	    }
    +	  }
    +	  return $this->fields[$this->bind[strtoupper($colname)]];
    +	}
    +	
    +	function _seek($row)
    +	{
    +	  if ($this->_numOfRows == 0) 
    +	    return false;
    +
    +	  if ($row < 0)
    +	    return false;
    +
    +	  mysqli_data_seek($this->_queryID, $row);
    +	  $this->EOF = false;
    +	  return true;
    +	}
    +		
    +		
    +	function NextRecordSet()
    +	{
    +	global $ADODB_COUNTRECS;
    +	
    +		mysqli_free_result($this->_queryID);
    +		$this->_queryID = -1;
    +		// Move to the next recordset, or return false if there is none. In a stored proc
    +		// call, mysqli_next_result returns true for the last "recordset", but mysqli_store_result
    +		// returns false. I think this is because the last "recordset" is actually just the
    +		// return value of the stored proc (ie the number of rows affected).
    +		if(!mysqli_next_result($this->connection->_connectionID)) {
    +		return false;
    +		}
    +		// CD: There is no $this->_connectionID variable, at least in the ADO version I'm using
    +		$this->_queryID = ($ADODB_COUNTRECS) ? @mysqli_store_result( $this->connection->_connectionID )
    +						: @mysqli_use_result( $this->connection->_connectionID );
    +		if(!$this->_queryID) {
    +			return false;
    +		}
    +		$this->_inited = false;
    +		$this->bind = false;
    +		$this->_currentRow = -1;
    +		$this->Init();
    +		return true;
    +	}
    +
    +	// 10% speedup to move MoveNext to child class
    +	// This is the only implementation that works now (23-10-2003).
    +	// Other functions return no or the wrong results.
    +	function MoveNext() 
    +	{
    +		if ($this->EOF) return false;
    +		$this->_currentRow++;
    +		$this->fields = @mysqli_fetch_array($this->_queryID,$this->fetchMode);
    +		
    +		if (is_array($this->fields)) return true;
    +		$this->EOF = true;
    +		return false;
    +	}	
    +	
    +	function _fetch()
    +	{
    +		$this->fields = mysqli_fetch_array($this->_queryID,$this->fetchMode);  
    +	  	return is_array($this->fields);
    +	}
    +	
    +	function _close() 
    +	{
    +		mysqli_free_result($this->_queryID); 
    +	  	$this->_queryID = false;	
    +	}
    +	
    +/*
    +
    +0 = MYSQLI_TYPE_DECIMAL
    +1 = MYSQLI_TYPE_CHAR
    +1 = MYSQLI_TYPE_TINY
    +2 = MYSQLI_TYPE_SHORT
    +3 = MYSQLI_TYPE_LONG
    +4 = MYSQLI_TYPE_FLOAT
    +5 = MYSQLI_TYPE_DOUBLE
    +6 = MYSQLI_TYPE_NULL
    +7 = MYSQLI_TYPE_TIMESTAMP
    +8 = MYSQLI_TYPE_LONGLONG
    +9 = MYSQLI_TYPE_INT24
    +10 = MYSQLI_TYPE_DATE
    +11 = MYSQLI_TYPE_TIME
    +12 = MYSQLI_TYPE_DATETIME
    +13 = MYSQLI_TYPE_YEAR
    +14 = MYSQLI_TYPE_NEWDATE
    +247 = MYSQLI_TYPE_ENUM
    +248 = MYSQLI_TYPE_SET
    +249 = MYSQLI_TYPE_TINY_BLOB
    +250 = MYSQLI_TYPE_MEDIUM_BLOB
    +251 = MYSQLI_TYPE_LONG_BLOB
    +252 = MYSQLI_TYPE_BLOB
    +253 = MYSQLI_TYPE_VAR_STRING
    +254 = MYSQLI_TYPE_STRING
    +255 = MYSQLI_TYPE_GEOMETRY
    +*/
    +
    +	function MetaType($t, $len = -1, $fieldobj = false)
    +	{
    +		if (is_object($t)) {
    +		    $fieldobj = $t;
    +		    $t = $fieldobj->type;
    +		    $len = $fieldobj->max_length;
    +		}
    +		
    +		
    +		 $len = -1; // mysql max_length is not accurate
    +		 switch (strtoupper($t)) {
    +		 case 'STRING': 
    +		 case 'CHAR':
    +		 case 'VARCHAR': 
    +		 case 'TINYBLOB': 
    +		 case 'TINYTEXT': 
    +		 case 'ENUM': 
    +		 case 'SET': 
    +		
    +		case MYSQLI_TYPE_TINY_BLOB :
    +		#case MYSQLI_TYPE_CHAR :
    +		case MYSQLI_TYPE_STRING :
    +		case MYSQLI_TYPE_ENUM :
    +		case MYSQLI_TYPE_SET :
    +		case 253 :
    +		   if ($len <= $this->blobSize) return 'C';
    +		   
    +		case 'TEXT':
    +		case 'LONGTEXT': 
    +		case 'MEDIUMTEXT':
    +		   return 'X';
    +		
    +		
    +		   // php_mysql extension always returns 'blob' even if 'text'
    +		   // so we have to check whether binary...
    +		case 'IMAGE':
    +		case 'LONGBLOB': 
    +		case 'BLOB':
    +		case 'MEDIUMBLOB':
    +		
    +		case MYSQLI_TYPE_BLOB :
    +		case MYSQLI_TYPE_LONG_BLOB :
    +		case MYSQLI_TYPE_MEDIUM_BLOB :
    +		
    +		   return !empty($fieldobj->binary) ? 'B' : 'X';
    +		case 'YEAR':
    +		case 'DATE': 
    +		case MYSQLI_TYPE_DATE :
    +		case MYSQLI_TYPE_YEAR :
    +		
    +		   return 'D';
    +		
    +		case 'TIME':
    +		case 'DATETIME':
    +		case 'TIMESTAMP':
    +		
    +		case MYSQLI_TYPE_DATETIME :
    +		case MYSQLI_TYPE_NEWDATE :
    +		case MYSQLI_TYPE_TIME :
    +		case MYSQLI_TYPE_TIMESTAMP :
    +		
    +			return 'T';
    +		
    +		case 'INT': 
    +		case 'INTEGER':
    +		case 'BIGINT':
    +		case 'TINYINT':
    +		case 'MEDIUMINT':
    +		case 'SMALLINT': 
    +		
    +		case MYSQLI_TYPE_INT24 :
    +		case MYSQLI_TYPE_LONG :
    +		case MYSQLI_TYPE_LONGLONG :
    +		case MYSQLI_TYPE_SHORT :
    +		case MYSQLI_TYPE_TINY :
    +		
    +		   if (!empty($fieldobj->primary_key)) return 'R';
    +		   
    +		   return 'I';
    +		
    +		
    +		   // Added floating-point types
    +		   // Maybe not necessery.
    +		 case 'FLOAT':
    +		 case 'DOUBLE':
    +		   //		case 'DOUBLE PRECISION':
    +		 case 'DECIMAL':
    +		 case 'DEC':
    +		 case 'FIXED':
    +		 default:
    +		 	//if (!is_numeric($t)) echo "

    --- Error in type matching $t -----

    "; + return 'N'; + } + } // function + + +} // rs class + +} + +class ADORecordSet_array_mysqli extends ADORecordSet_array { + + function ADORecordSet_array_mysqli($id=-1,$mode=false) + { + $this->ADORecordSet_array($id,$mode); + } + + function MetaType($t, $len = -1, $fieldobj = false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + + + $len = -1; // mysql max_length is not accurate + switch (strtoupper($t)) { + case 'STRING': + case 'CHAR': + case 'VARCHAR': + case 'TINYBLOB': + case 'TINYTEXT': + case 'ENUM': + case 'SET': + + case MYSQLI_TYPE_TINY_BLOB : + #case MYSQLI_TYPE_CHAR : + case MYSQLI_TYPE_STRING : + case MYSQLI_TYPE_ENUM : + case MYSQLI_TYPE_SET : + case 253 : + if ($len <= $this->blobSize) return 'C'; + + case 'TEXT': + case 'LONGTEXT': + case 'MEDIUMTEXT': + return 'X'; + + + // php_mysql extension always returns 'blob' even if 'text' + // so we have to check whether binary... + case 'IMAGE': + case 'LONGBLOB': + case 'BLOB': + case 'MEDIUMBLOB': + + case MYSQLI_TYPE_BLOB : + case MYSQLI_TYPE_LONG_BLOB : + case MYSQLI_TYPE_MEDIUM_BLOB : + + return !empty($fieldobj->binary) ? 'B' : 'X'; + case 'YEAR': + case 'DATE': + case MYSQLI_TYPE_DATE : + case MYSQLI_TYPE_YEAR : + + return 'D'; + + case 'TIME': + case 'DATETIME': + case 'TIMESTAMP': + + case MYSQLI_TYPE_DATETIME : + case MYSQLI_TYPE_NEWDATE : + case MYSQLI_TYPE_TIME : + case MYSQLI_TYPE_TIMESTAMP : + + return 'T'; + + case 'INT': + case 'INTEGER': + case 'BIGINT': + case 'TINYINT': + case 'MEDIUMINT': + case 'SMALLINT': + + case MYSQLI_TYPE_INT24 : + case MYSQLI_TYPE_LONG : + case MYSQLI_TYPE_LONGLONG : + case MYSQLI_TYPE_SHORT : + case MYSQLI_TYPE_TINY : + + if (!empty($fieldobj->primary_key)) return 'R'; + + return 'I'; + + + // Added floating-point types + // Maybe not necessery. + case 'FLOAT': + case 'DOUBLE': + // case 'DOUBLE PRECISION': + case 'DECIMAL': + case 'DEC': + case 'FIXED': + default: + //if (!is_numeric($t)) echo "

    --- Error in type matching $t -----

    "; + return 'N'; + } + } // function + +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-mysqlpo.inc.php b/e_lib/adodb5/drivers/adodb-mysqlpo.inc.php new file mode 100644 index 00000000..f9cf368a --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-mysqlpo.inc.php @@ -0,0 +1,138 @@ + + + Requires mysql client. Works on Windows and Unix. +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +include_once(ADODB_DIR."/drivers/adodb-mysql.inc.php"); + + +class ADODB_mysqlt extends ADODB_mysql { + var $databaseType = 'mysqlt'; + var $ansiOuter = true; // for Version 3.23.17 or later + var $hasTransactions = true; + var $autoRollback = true; // apparently mysql does not autorollback properly + + function ADODB_mysqlt() + { + global $ADODB_EXTENSION; if ($ADODB_EXTENSION) $this->rsPrefix .= 'ext_'; + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->Execute('SET AUTOCOMMIT=0'); + $this->Execute('BEGIN'); + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + + if ($this->transCnt) $this->transCnt -= 1; + $this->Execute('COMMIT'); + $this->Execute('SET AUTOCOMMIT=1'); + return true; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->Execute('ROLLBACK'); + $this->Execute('SET AUTOCOMMIT=1'); + return true; + } + + function RowLock($tables,$where='',$flds='1 as adodb_ignore') + { + if ($this->transCnt==0) $this->BeginTrans(); + if ($where) $where = ' where '.$where; + $rs = $this->Execute("select $flds from $tables $where for update"); + return !empty($rs); + } + +} + +class ADORecordSet_mysqlt extends ADORecordSet_mysql{ + var $databaseType = "mysqlt"; + + function ADORecordSet_mysqlt($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: $this->fetchMode = MYSQL_BOTH; break; + } + + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function MoveNext() + { + if (@$this->fields = mysql_fetch_array($this->_queryID,$this->fetchMode)) { + $this->_currentRow += 1; + return true; + } + if (!$this->EOF) { + $this->_currentRow += 1; + $this->EOF = true; + } + return false; + } +} + +class ADORecordSet_ext_mysqlt extends ADORecordSet_mysqlt { + + function ADORecordSet_ext_mysqlt($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: + $this->fetchMode = MYSQL_BOTH; break; + } + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function MoveNext() + { + return adodb_movenext($this); + } +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-mysqlt.inc.php b/e_lib/adodb5/drivers/adodb-mysqlt.inc.php new file mode 100644 index 00000000..d232b82b --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-mysqlt.inc.php @@ -0,0 +1,155 @@ + + + Requires mysql client. Works on Windows and Unix. +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +include_once(ADODB_DIR."/drivers/adodb-mysql.inc.php"); + + +class ADODB_mysqlt extends ADODB_mysql { + var $databaseType = 'mysqlt'; + var $ansiOuter = true; // for Version 3.23.17 or later + var $hasTransactions = true; + var $autoRollback = true; // apparently mysql does not autorollback properly + + function ADODB_mysqlt() + { + global $ADODB_EXTENSION; if ($ADODB_EXTENSION) $this->rsPrefix .= 'ext_'; + } + + /* set transaction mode + + SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL +{ READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE } + + */ + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET SESSION TRANSACTION ISOLATION LEVEL REPEATABLE READ'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET SESSION TRANSACTION ".$transaction_mode); + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->Execute('SET AUTOCOMMIT=0'); + $this->Execute('BEGIN'); + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + + if ($this->transCnt) $this->transCnt -= 1; + $ok = $this->Execute('COMMIT'); + $this->Execute('SET AUTOCOMMIT=1'); + return $ok ? true : false; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $ok = $this->Execute('ROLLBACK'); + $this->Execute('SET AUTOCOMMIT=1'); + return $ok ? true : false; + } + + function RowLock($tables,$where='',$flds='1 as adodb_ignore') + { + if ($this->transCnt==0) $this->BeginTrans(); + if ($where) $where = ' where '.$where; + $rs = $this->Execute("select $flds from $tables $where for update"); + return !empty($rs); + } + +} + +class ADORecordSet_mysqlt extends ADORecordSet_mysql{ + var $databaseType = "mysqlt"; + + function ADORecordSet_mysqlt($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: $this->fetchMode = MYSQL_BOTH; break; + } + + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function MoveNext() + { + if (@$this->fields = mysql_fetch_array($this->_queryID,$this->fetchMode)) { + $this->_currentRow += 1; + return true; + } + if (!$this->EOF) { + $this->_currentRow += 1; + $this->EOF = true; + } + return false; + } +} + +class ADORecordSet_ext_mysqlt extends ADORecordSet_mysqlt { + + function ADORecordSet_ext_mysqlt($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = MYSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = MYSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: + $this->fetchMode = MYSQL_BOTH; break; + } + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function MoveNext() + { + return adodb_movenext($this); + } +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-netezza.inc.php b/e_lib/adodb5/drivers/adodb-netezza.inc.php new file mode 100644 index 00000000..72e72f40 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-netezza.inc.php @@ -0,0 +1,170 @@ + 0 ORDER BY attnum"; + var $metaColumnsSQL1 = "SELECT attname, atttype FROM _v_relation_column_def WHERE name = '%s' AND attnum > 0 ORDER BY attnum"; + // netezza doesn't have keys. it does have distributions, so maybe this is + // something that can be pulled from the system tables + var $metaKeySQL = ""; + var $hasAffectedRows = true; + var $hasLimit = true; + var $true = 't'; // string that represents TRUE for a database + var $false = 'f'; // string that represents FALSE for a database + var $fmtDate = "'Y-m-d'"; // used by DBDate() as the default date format used by the database + var $fmtTimeStamp = "'Y-m-d G:i:s'"; // used by DBTimeStamp as the default timestamp fmt. + var $ansiOuter = true; + var $autoRollback = true; // apparently pgsql does not autorollback properly before 4.3.4 + // http://bugs.php.net/bug.php?id=25404 + + + function ADODB_netezza() + { + + } + + function MetaColumns($table,$upper=true) + { + + // Changed this function to support Netezza which has no concept of keys + // could posisbly work on other things from the system table later. + + global $ADODB_FETCH_MODE; + + $table = strtolower($table); + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table,$table)); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rs === false) return false; + + $retarr = array(); + while (!$rs->EOF) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + + // since we're returning type and length as one string, + // split them out here. + + if ($first = strstr($rs->fields[1], "(")) { + $fld->max_length = trim($first, "()"); + } else { + $fld->max_length = -1; + } + + if ($first = strpos($rs->fields[1], "(")) { + $fld->type = substr($rs->fields[1], 0, $first); + } else { + $fld->type = $rs->fields[1]; + } + + switch ($fld->type) { + case "byteint": + case "boolean": + $fld->max_length = 1; + break; + case "smallint": + $fld->max_length = 2; + break; + case "integer": + case "numeric": + case "date": + $fld->max_length = 4; + break; + case "bigint": + case "time": + case "timestamp": + $fld->max_length = 8; + break; + case "timetz": + case "time with time zone": + $fld->max_length = 12; + break; + } + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[($upper) ? strtoupper($fld->name) : $fld->name] = $fld; + + $rs->MoveNext(); + } + $rs->Close(); + return $retarr; + + } + + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_netezza extends ADORecordSet_postgres64 +{ + var $databaseType = "netezza"; + var $canSeek = true; + + function ADORecordSet_netezza($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = PGSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = PGSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: $this->fetchMode = PGSQL_BOTH; break; + } + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + // _initrs modified to disable blob handling + function _initrs() + { + global $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS)? @pg_numrows($this->_queryID):-1; + $this->_numOfFields = @pg_numfields($this->_queryID); + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-oci8.inc.php b/e_lib/adodb5/drivers/adodb-oci8.inc.php new file mode 100644 index 00000000..3eec1db2 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-oci8.inc.php @@ -0,0 +1,1616 @@ + + + 13 Nov 2000 jlim - removed all ora_* references. +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +/* +NLS_Date_Format +Allows you to use a date format other than the Oracle Lite default. When a literal +character string appears where a date value is expected, the Oracle Lite database +tests the string to see if it matches the formats of Oracle, SQL-92, or the value +specified for this parameter in the POLITE.INI file. Setting this parameter also +defines the default format used in the TO_CHAR or TO_DATE functions when no +other format string is supplied. + +For Oracle the default is dd-mon-yy or dd-mon-yyyy, and for SQL-92 the default is +yy-mm-dd or yyyy-mm-dd. + +Using 'RR' in the format forces two-digit years less than or equal to 49 to be +interpreted as years in the 21st century (2000?049), and years over 50 as years in +the 20th century (1950?999). Setting the RR format as the default for all two-digit +year entries allows you to become year-2000 compliant. For example: +NLS_DATE_FORMAT='RR-MM-DD' + +You can also modify the date format using the ALTER SESSION command. +*/ + +# define the LOB descriptor type for the given type +# returns false if no LOB descriptor +function oci_lob_desc($type) { + switch ($type) { + case OCI_B_BFILE: $result = OCI_D_FILE; break; + case OCI_B_CFILEE: $result = OCI_D_FILE; break; + case OCI_B_CLOB: $result = OCI_D_LOB; break; + case OCI_B_BLOB: $result = OCI_D_LOB; break; + case OCI_B_ROWID: $result = OCI_D_ROWID; break; + default: $result = false; break; + } + return $result; +} + +class ADODB_oci8 extends ADOConnection { + var $databaseType = 'oci8'; + var $dataProvider = 'oci8'; + var $replaceQuote = "''"; // string to use to replace quotes + var $concat_operator='||'; + var $sysDate = "TRUNC(SYSDATE)"; + var $sysTimeStamp = 'SYSDATE'; // requires oracle 9 or later, otherwise use SYSDATE + var $metaDatabasesSQL = "SELECT USERNAME FROM ALL_USERS WHERE USERNAME NOT IN ('SYS','SYSTEM','DBSNMP','OUTLN') ORDER BY 1"; + var $_stmt; + var $_commit = OCI_COMMIT_ON_SUCCESS; + var $_initdate = true; // init date to YYYY-MM-DD + var $metaTablesSQL = "select table_name,table_type from cat where table_type in ('TABLE','VIEW') and table_name not like 'BIN\$%'"; // bin$ tables are recycle bin tables + var $metaColumnsSQL = "select cname,coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno"; //changed by smondino@users.sourceforge. net + var $_bindInputArray = true; + var $hasGenID = true; + var $_genIDSQL = "SELECT (%s.nextval) FROM DUAL"; + var $_genSeqSQL = "CREATE SEQUENCE %s START WITH %s"; + var $_dropSeqSQL = "DROP SEQUENCE %s"; + var $hasAffectedRows = true; + var $random = "abs(mod(DBMS_RANDOM.RANDOM,10000001)/10000000)"; + var $noNullStrings = false; + var $connectSID = false; + var $_bind = false; + var $_nestedSQL = true; + var $_hasOCIFetchStatement = false; + var $_getarray = false; // currently not working + var $leftOuter = ''; // oracle wierdness, $col = $value (+) for LEFT OUTER, $col (+)= $value for RIGHT OUTER + var $session_sharing_force_blob = false; // alter session on updateblob if set to true + var $firstrows = true; // enable first rows optimization on SelectLimit() + var $selectOffsetAlg1 = 1000; // when to use 1st algorithm of selectlimit. + var $NLS_DATE_FORMAT = 'YYYY-MM-DD'; // To include time, use 'RRRR-MM-DD HH24:MI:SS' + var $dateformat = 'YYYY-MM-DD'; // DBDate format + var $useDBDateFormatForTextInput=false; + var $datetime = false; // MetaType('DATE') returns 'D' (datetime==false) or 'T' (datetime == true) + var $_refLOBs = array(); + + // var $ansiOuter = true; // if oracle9 + + function ADODB_oci8() + { + $this->_hasOCIFetchStatement = ADODB_PHPVER >= 0x4200; + if (defined('ADODB_EXTENSION')) $this->rsPrefix .= 'ext_'; + } + + /* function MetaColumns($table, $normalize=true) added by smondino@users.sourceforge.net*/ + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); + + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if (!$rs) { + return $false; + } + $retarr = array(); + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + $fld->max_length = $rs->fields[2]; + $fld->scale = $rs->fields[3]; + if ($rs->fields[1] == 'NUMBER') { + if ($rs->fields[3] == 0) $fld->type = 'INT'; + $fld->max_length = $rs->fields[4]; + } + $fld->not_null = (strncmp($rs->fields[5], 'NOT',3) === 0); + $fld->binary = (strpos($fld->type,'BLOB') !== false); + $fld->default_value = $rs->fields[6]; + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[strtoupper($fld->name)] = $fld; + $rs->MoveNext(); + } + $rs->Close(); + if (empty($retarr)) + return $false; + else + return $retarr; + } + + function Time() + { + $rs = $this->Execute("select TO_CHAR($this->sysTimeStamp,'YYYY-MM-DD HH24:MI:SS') from dual"); + if ($rs && !$rs->EOF) return $this->UnixTimeStamp(reset($rs->fields)); + + return false; + } + +/* + + Multiple modes of connection are supported: + + a. Local Database + $conn->Connect(false,'scott','tiger'); + + b. From tnsnames.ora + $conn->Connect(false,'scott','tiger',$tnsname); + $conn->Connect($tnsname,'scott','tiger'); + + c. Server + service name + $conn->Connect($serveraddress,'scott,'tiger',$service_name); + + d. Server + SID + $conn->connectSID = true; + $conn->Connect($serveraddress,'scott,'tiger',$SID); + + +Example TNSName: +--------------- +NATSOFT.DOMAIN = + (DESCRIPTION = + (ADDRESS_LIST = + (ADDRESS = (PROTOCOL = TCP)(HOST = kermit)(PORT = 1523)) + ) + (CONNECT_DATA = + (SERVICE_NAME = natsoft.domain) + ) + ) + + There are 3 connection modes, 0 = non-persistent, 1 = persistent, 2 = force new connection + +*/ + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename,$mode=0) + { + if (!function_exists('OCIPLogon')) return null; + #adodb_backtrace(); + + $this->_errorMsg = false; + $this->_errorCode = false; + + if($argHostname) { // added by Jorma Tuomainen + if (empty($argDatabasename)) $argDatabasename = $argHostname; + else { + if(strpos($argHostname,":")) { + $argHostinfo=explode(":",$argHostname); + $argHostname=$argHostinfo[0]; + $argHostport=$argHostinfo[1]; + } else { + $argHostport = empty($this->port)? "1521" : $this->port; + } + + if (strncasecmp($argDatabasename,'SID=',4) == 0) { + $argDatabasename = substr($argDatabasename,4); + $this->connectSID = true; + } + + if ($this->connectSID) { + $argDatabasename="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=".$argHostname + .")(PORT=$argHostport))(CONNECT_DATA=(SID=$argDatabasename)))"; + } else + $argDatabasename="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=".$argHostname + .")(PORT=$argHostport))(CONNECT_DATA=(SERVICE_NAME=$argDatabasename)))"; + } + } + + //if ($argHostname) print "

    Connect: 1st argument should be left blank for $this->databaseType

    "; + if ($mode==1) { + $this->_connectionID = ($this->charSet) ? + OCIPLogon($argUsername,$argPassword, $argDatabasename,$this->charSet) + : + OCIPLogon($argUsername,$argPassword, $argDatabasename) + ; + if ($this->_connectionID && $this->autoRollback) OCIrollback($this->_connectionID); + } else if ($mode==2) { + $this->_connectionID = ($this->charSet) ? + OCINLogon($argUsername,$argPassword, $argDatabasename,$this->charSet) + : + OCINLogon($argUsername,$argPassword, $argDatabasename); + + } else { + $this->_connectionID = ($this->charSet) ? + OCILogon($argUsername,$argPassword, $argDatabasename,$this->charSet) + : + OCILogon($argUsername,$argPassword, $argDatabasename); + } + if (!$this->_connectionID) return false; + if ($this->_initdate) { + $this->Execute("ALTER SESSION SET NLS_DATE_FORMAT='".$this->NLS_DATE_FORMAT."'"); + } + + // looks like: + // Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production With the Partitioning option JServer Release 8.1.7.0.0 - Production + // $vers = OCIServerVersion($this->_connectionID); + // if (strpos($vers,'8i') !== false) $this->ansiOuter = true; + return true; + } + + function ServerInfo() + { + $arr['compat'] = $this->GetOne('select value from sys.database_compatible_level'); + $arr['description'] = @OCIServerVersion($this->_connectionID); + $arr['version'] = ADOConnection::_findvers($arr['description']); + return $arr; + } + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename,1); + } + + // returns true or false + function _nconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename,2); + } + + function _affectedrows() + { + if (is_resource($this->_stmt)) return @OCIRowCount($this->_stmt); + return 0; + } + + function IfNull( $field, $ifNull ) + { + return " NVL($field, $ifNull) "; // if Oracle + } + + // format and return date string in database date format + function DBDate($d,$isfld=false) + { + if (empty($d) && $d !== 0) return 'null'; + if ($isfld) return 'TO_DATE('.$d.",'".$this->dateformat."')"; + + if (is_string($d)) $d = ADORecordSet::UnixDate($d); + + if (is_object($d)) $ds = $d->format($this->fmtDate); + else $ds = adodb_date($this->fmtDate,$d); + + return "TO_DATE(".$ds.",'".$this->dateformat."')"; + } + + function BindDate($d) + { + $d = ADOConnection::DBDate($d); + if (strncmp($d,"'",1)) return $d; + + return substr($d,1,strlen($d)-2); + } + + function BindTimeStamp($ts) + { + if (empty($ts) && $ts !== 0) return 'null'; + if (is_string($ts)) $ts = ADORecordSet::UnixTimeStamp($ts); + + if (is_object($ts)) $tss = $ts->format("'Y-m-d H:i:s'"); + else $tss = adodb_date("'Y-m-d H:i:s'",$ts); + + return $tss; + } + + // format and return date string in database timestamp format + function DBTimeStamp($ts,$isfld=false) + { + if (empty($ts) && $ts !== 0) return 'null'; + if ($isfld) return 'TO_DATE(substr('.$ts.",1,19),'RRRR-MM-DD, HH24:MI:SS')"; + if (is_string($ts)) $ts = ADORecordSet::UnixTimeStamp($ts); + + if (is_object($ts)) $tss = $ts->format("'Y-m-d H:i:s'"); + else $tss = adodb_date("'Y-m-d H:i:s'",$ts); + + return 'TO_DATE('.$tss.",'RRRR-MM-DD, HH24:MI:SS')"; + } + + function RowLock($tables,$where,$flds='1 as ignore') + { + if ($this->autoCommit) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables where $where for update"); + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(strtoupper($mask)); + $this->metaTablesSQL .= " AND upper(table_name) like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + // Mark Newnham + function MetaIndexes ($table, $primary = FALSE, $owner=false) + { + // save old fetch mode + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + // get index details + $table = strtoupper($table); + + // get Primary index + $primary_key = ''; + + $false = false; + $rs = $this->Execute(sprintf("SELECT * FROM ALL_CONSTRAINTS WHERE UPPER(TABLE_NAME)='%s' AND CONSTRAINT_TYPE='P'",$table)); + if ($row = $rs->FetchRow()) + $primary_key = $row[1]; //constraint_name + + if ($primary==TRUE && $primary_key=='') { + if (isset($savem)) + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + return $false; //There is no primary key + } + + $rs = $this->Execute(sprintf("SELECT ALL_INDEXES.INDEX_NAME, ALL_INDEXES.UNIQUENESS, ALL_IND_COLUMNS.COLUMN_POSITION, ALL_IND_COLUMNS.COLUMN_NAME FROM ALL_INDEXES,ALL_IND_COLUMNS WHERE UPPER(ALL_INDEXES.TABLE_NAME)='%s' AND ALL_IND_COLUMNS.INDEX_NAME=ALL_INDEXES.INDEX_NAME",$table)); + + + if (!is_object($rs)) { + if (isset($savem)) + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + return $false; + } + + $indexes = array (); + // parse index data into array + + while ($row = $rs->FetchRow()) { + if ($primary && $row[0] != $primary_key) continue; + if (!isset($indexes[$row[0]])) { + $indexes[$row[0]] = array( + 'unique' => ($row[1] == 'UNIQUE'), + 'columns' => array() + ); + } + $indexes[$row[0]]['columns'][$row[2] - 1] = $row[3]; + } + + // sort columns by order in the index + foreach ( array_keys ($indexes) as $index ) { + ksort ($indexes[$index]['columns']); + } + + if (isset($savem)) { + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + } + return $indexes; + } + + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + $this->autoCommit = false; + $this->_commit = OCI_DEFAULT; + + if ($this->_transmode) $ok = $this->Execute("SET TRANSACTION ".$this->_transmode); + else $ok = true; + + return $ok ? true : false; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + + if ($this->transCnt) $this->transCnt -= 1; + $ret = OCIcommit($this->_connectionID); + $this->_commit = OCI_COMMIT_ON_SUCCESS; + $this->autoCommit = true; + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $ret = OCIrollback($this->_connectionID); + $this->_commit = OCI_COMMIT_ON_SUCCESS; + $this->autoCommit = true; + return $ret; + } + + + function SelectDB($dbName) + { + return false; + } + + function ErrorMsg() + { + if ($this->_errorMsg !== false) return $this->_errorMsg; + + if (is_resource($this->_stmt)) $arr = @OCIError($this->_stmt); + if (empty($arr)) { + if (is_resource($this->_connectionID)) $arr = @OCIError($this->_connectionID); + else $arr = @OCIError(); + if ($arr === false) return ''; + } + $this->_errorMsg = $arr['message']; + $this->_errorCode = $arr['code']; + return $this->_errorMsg; + } + + function ErrorNo() + { + if ($this->_errorCode !== false) return $this->_errorCode; + + if (is_resource($this->_stmt)) $arr = @OCIError($this->_stmt); + if (empty($arr)) { + $arr = @OCIError($this->_connectionID); + if ($arr == false) $arr = @OCIError(); + if ($arr == false) return ''; + } + + $this->_errorMsg = $arr['message']; + $this->_errorCode = $arr['code']; + + return $arr['code']; + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = 'TO_CHAR('.$col.",'"; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= 'YYYY'; + break; + case 'Q': + case 'q': + $s .= 'Q'; + break; + + case 'M': + $s .= 'Mon'; + break; + + case 'm': + $s .= 'MM'; + break; + case 'D': + case 'd': + $s .= 'DD'; + break; + + case 'H': + $s.= 'HH24'; + break; + + case 'h': + $s .= 'HH'; + break; + + case 'i': + $s .= 'MI'; + break; + + case 's': + $s .= 'SS'; + break; + + case 'a': + case 'A': + $s .= 'AM'; + break; + + case 'w': + $s .= 'D'; + break; + + case 'l': + $s .= 'DAY'; + break; + + case 'W': + $s .= 'WW'; + break; + + default: + // handle escape characters... + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + if (strpos('-/.:;, ',$ch) !== false) $s .= $ch; + else $s .= '"'.$ch.'"'; + + } + } + return $s. "')"; + } + + function GetRandRow($sql, $arr = false) + { + $sql = "SELECT * FROM ($sql ORDER BY dbms_random.value) WHERE rownum = 1"; + + return $this->GetRow($sql,$arr); + } + + /* + This algorithm makes use of + + a. FIRST_ROWS hint + The FIRST_ROWS hint explicitly chooses the approach to optimize response time, + that is, minimum resource usage to return the first row. Results will be returned + as soon as they are identified. + + b. Uses rownum tricks to obtain only the required rows from a given offset. + As this uses complicated sql statements, we only use this if the $offset >= 100. + This idea by Tomas V V Cox. + + This implementation does not appear to work with oracle 8.0.5 or earlier. Comment + out this function then, and the slower SelectLimit() in the base class will be used. + */ + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + // seems that oracle only supports 1 hint comment in 8i + if ($this->firstrows) { + if (strpos($sql,'/*+') !== false) + $sql = str_replace('/*+ ','/*+FIRST_ROWS ',$sql); + else + $sql = preg_replace('/^[ \t\n]*select/i','SELECT /*+FIRST_ROWS*/',$sql); + } + + if ($offset == -1 || ($offset < $this->selectOffsetAlg1 && 0 < $nrows && $nrows < 1000)) { + if ($nrows > 0) { + if ($offset > 0) $nrows += $offset; + //$inputarr['adodb_rownum'] = $nrows; + if ($this->databaseType == 'oci8po') { + $sql = "select * from (".$sql.") where rownum <= ?"; + } else { + $sql = "select * from (".$sql.") where rownum <= :adodb_offset"; + } + $inputarr['adodb_offset'] = $nrows; + $nrows = -1; + } + // note that $nrows = 0 still has to work ==> no rows returned + + $rs = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $rs; + + } else { + // Algorithm by Tomas V V Cox, from PEAR DB oci8.php + + // Let Oracle return the name of the columns + $q_fields = "SELECT * FROM (".$sql.") WHERE NULL = NULL"; + + $false = false; + if (! $stmt_arr = $this->Prepare($q_fields)) { + return $false; + } + $stmt = $stmt_arr[1]; + + if (is_array($inputarr)) { + foreach($inputarr as $k => $v) { + if (is_array($v)) { + if (sizeof($v) == 2) // suggested by g.giunta@libero. + OCIBindByName($stmt,":$k",$inputarr[$k][0],$v[1]); + else + OCIBindByName($stmt,":$k",$inputarr[$k][0],$v[1],$v[2]); + } else { + $len = -1; + if ($v === ' ') $len = 1; + if (isset($bindarr)) { // is prepared sql, so no need to ocibindbyname again + $bindarr[$k] = $v; + } else { // dynamic sql, so rebind every time + OCIBindByName($stmt,":$k",$inputarr[$k],$len); + + } + } + } + } + + if (!OCIExecute($stmt, OCI_DEFAULT)) { + OCIFreeStatement($stmt); + return $false; + } + + $ncols = OCINumCols($stmt); + for ( $i = 1; $i <= $ncols; $i++ ) { + $cols[] = '"'.OCIColumnName($stmt, $i).'"'; + } + $result = false; + + OCIFreeStatement($stmt); + $fields = implode(',', $cols); + if ($nrows <= 0) $nrows = 999999999999; + else $nrows += $offset; + $offset += 1; // in Oracle rownum starts at 1 + + if ($this->databaseType == 'oci8po') { + $sql = "SELECT /*+ FIRST_ROWS */ $fields FROM". + "(SELECT rownum as adodb_rownum, $fields FROM". + " ($sql) WHERE rownum <= ?". + ") WHERE adodb_rownum >= ?"; + } else { + $sql = "SELECT /*+ FIRST_ROWS */ $fields FROM". + "(SELECT rownum as adodb_rownum, $fields FROM". + " ($sql) WHERE rownum <= :adodb_nrows". + ") WHERE adodb_rownum >= :adodb_offset"; + } + $inputarr['adodb_nrows'] = $nrows; + $inputarr['adodb_offset'] = $offset; + + if ($secs2cache>0) $rs = $this->CacheExecute($secs2cache, $sql,$inputarr); + else $rs = $this->Execute($sql,$inputarr); + return $rs; + } + + } + + /** + * Usage: + * Store BLOBs and CLOBs + * + * Example: to store $var in a blob + * + * $conn->Execute('insert into TABLE (id,ablob) values(12,empty_blob())'); + * $conn->UpdateBlob('TABLE', 'ablob', $varHoldingBlob, 'ID=12', 'BLOB'); + * + * $blobtype supports 'BLOB' and 'CLOB', but you need to change to 'empty_clob()'. + * + * to get length of LOB: + * select DBMS_LOB.GETLENGTH(ablob) from TABLE + * + * If you are using CURSOR_SHARING = force, it appears this will case a segfault + * under oracle 8.1.7.0. Run: + * $db->Execute('ALTER SESSION SET CURSOR_SHARING=EXACT'); + * before UpdateBlob() then... + */ + + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + + //if (strlen($val) < 4000) return $this->Execute("UPDATE $table SET $column=:blob WHERE $where",array('blob'=>$val)) != false; + + switch(strtoupper($blobtype)) { + default: ADOConnection::outp("UpdateBlob: Unknown blobtype=$blobtype"); return false; + case 'BLOB': $type = OCI_B_BLOB; break; + case 'CLOB': $type = OCI_B_CLOB; break; + } + + if ($this->databaseType == 'oci8po') + $sql = "UPDATE $table set $column=EMPTY_{$blobtype}() WHERE $where RETURNING $column INTO ?"; + else + $sql = "UPDATE $table set $column=EMPTY_{$blobtype}() WHERE $where RETURNING $column INTO :blob"; + + $desc = OCINewDescriptor($this->_connectionID, OCI_D_LOB); + $arr['blob'] = array($desc,-1,$type); + if ($this->session_sharing_force_blob) $this->Execute('ALTER SESSION SET CURSOR_SHARING=EXACT'); + $commit = $this->autoCommit; + if ($commit) $this->BeginTrans(); + $rs = $this->_Execute($sql,$arr); + if ($rez = !empty($rs)) $desc->save($val); + $desc->free(); + if ($commit) $this->CommitTrans(); + if ($this->session_sharing_force_blob) $this->Execute('ALTER SESSION SET CURSOR_SHARING=FORCE'); + + if ($rez) $rs->Close(); + return $rez; + } + + /** + * Usage: store file pointed to by $val in a blob + */ + function UpdateBlobFile($table,$column,$val,$where,$blobtype='BLOB') + { + switch(strtoupper($blobtype)) { + default: ADOConnection::outp( "UpdateBlob: Unknown blobtype=$blobtype"); return false; + case 'BLOB': $type = OCI_B_BLOB; break; + case 'CLOB': $type = OCI_B_CLOB; break; + } + + if ($this->databaseType == 'oci8po') + $sql = "UPDATE $table set $column=EMPTY_{$blobtype}() WHERE $where RETURNING $column INTO ?"; + else + $sql = "UPDATE $table set $column=EMPTY_{$blobtype}() WHERE $where RETURNING $column INTO :blob"; + + $desc = OCINewDescriptor($this->_connectionID, OCI_D_LOB); + $arr['blob'] = array($desc,-1,$type); + + $this->BeginTrans(); + $rs = ADODB_oci8::Execute($sql,$arr); + if ($rez = !empty($rs)) $desc->savefile($val); + $desc->free(); + $this->CommitTrans(); + + if ($rez) $rs->Close(); + return $rez; + } + + /** + * Execute SQL + * + * @param sql SQL statement to execute, or possibly an array holding prepared statement ($sql[0] will hold sql text) + * @param [inputarr] holds the input data to bind to. Null elements will be set to null. + * @return RecordSet or false + */ + function Execute($sql,$inputarr=false) + { + if ($this->fnExecute) { + $fn = $this->fnExecute; + $ret = $fn($this,$sql,$inputarr); + if (isset($ret)) return $ret; + } + if ($inputarr) { + #if (!is_array($inputarr)) $inputarr = array($inputarr); + + $element0 = reset($inputarr); + + if (!$this->_bindInputArray) { + # is_object check because oci8 descriptors can be passed in + if (is_array($element0) && !is_object(reset($element0))) { + if (is_string($sql)) + $stmt = $this->Prepare($sql); + else + $stmt = $sql; + + foreach($inputarr as $arr) { + $ret = $this->_Execute($stmt,$arr); + if (!$ret) return $ret; + } + } else { + $sqlarr = explode(':',$sql); + $sql = ''; + $lastnomatch = -2; + #var_dump($sqlarr);echo "
    ";var_dump($inputarr);echo"
    "; + foreach($sqlarr as $k => $str) { + if ($k == 0) { $sql = $str; continue; } + // we need $lastnomatch because of the following datetime, + // eg. '10:10:01', which causes code to think that there is bind param :10 and :1 + $ok = preg_match('/^([0-9]*)/', $str, $arr); + + if (!$ok) $sql .= $str; + else { + $at = $arr[1]; + if (isset($inputarr[$at]) || is_null($inputarr[$at])) { + if ((strlen($at) == strlen($str) && $k < sizeof($arr)-1)) { + $sql .= ':'.$str; + $lastnomatch = $k; + } else if ($lastnomatch == $k-1) { + $sql .= ':'.$str; + } else { + if (is_null($inputarr[$at])) $sql .= 'null'; + else $sql .= $this->qstr($inputarr[$at]); + $sql .= substr($str, strlen($at)); + } + } else { + $sql .= ':'.$str; + } + + } + } + $inputarr = false; + } + } + $ret = $this->_Execute($sql,$inputarr); + + + } else { + $ret = $this->_Execute($sql,false); + } + + return $ret; + } + + /* + Example of usage: + + $stmt = $this->Prepare('insert into emp (empno, ename) values (:empno, :ename)'); + */ + function Prepare($sql,$cursor=false) + { + static $BINDNUM = 0; + + $stmt = OCIParse($this->_connectionID,$sql); + + if (!$stmt) { + $this->_errorMsg = false; + $this->_errorCode = false; + $arr = @OCIError($this->_connectionID); + if ($arr === false) return false; + + $this->_errorMsg = $arr['message']; + $this->_errorCode = $arr['code']; + return false; + } + + $BINDNUM += 1; + + $sttype = @OCIStatementType($stmt); + if ($sttype == 'BEGIN' || $sttype == 'DECLARE') { + return array($sql,$stmt,0,$BINDNUM, ($cursor) ? OCINewCursor($this->_connectionID) : false); + } + return array($sql,$stmt,0,$BINDNUM); + } + + /* + Call an oracle stored procedure and returns a cursor variable as a recordset. + Concept by Robert Tuttle robert@ud.com + + Example: + Note: we return a cursor variable in :RS2 + $rs = $db->ExecuteCursor("BEGIN adodb.open_tab(:RS2); END;",'RS2'); + + $rs = $db->ExecuteCursor( + "BEGIN :RS2 = adodb.getdata(:VAR1); END;", + 'RS2', + array('VAR1' => 'Mr Bean')); + + */ + function ExecuteCursor($sql,$cursorName='rs',$params=false) + { + if (is_array($sql)) $stmt = $sql; + else $stmt = ADODB_oci8::Prepare($sql,true); # true to allocate OCINewCursor + + if (is_array($stmt) && sizeof($stmt) >= 5) { + $hasref = true; + $ignoreCur = false; + $this->Parameter($stmt, $ignoreCur, $cursorName, false, -1, OCI_B_CURSOR); + if ($params) { + foreach($params as $k => $v) { + $this->Parameter($stmt,$params[$k], $k); + } + } + } else + $hasref = false; + + $rs = $this->Execute($stmt); + if ($rs) { + if ($rs->databaseType == 'array') OCIFreeCursor($stmt[4]); + else if ($hasref) $rs->_refcursor = $stmt[4]; + } + return $rs; + } + + /* + Bind a variable -- very, very fast for executing repeated statements in oracle. + Better than using + for ($i = 0; $i < $max; $i++) { + $p1 = ?; $p2 = ?; $p3 = ?; + $this->Execute("insert into table (col0, col1, col2) values (:0, :1, :2)", + array($p1,$p2,$p3)); + } + + Usage: + $stmt = $DB->Prepare("insert into table (col0, col1, col2) values (:0, :1, :2)"); + $DB->Bind($stmt, $p1); + $DB->Bind($stmt, $p2); + $DB->Bind($stmt, $p3); + for ($i = 0; $i < $max; $i++) { + $p1 = ?; $p2 = ?; $p3 = ?; + $DB->Execute($stmt); + } + + Some timings: + ** Test table has 3 cols, and 1 index. Test to insert 1000 records + Time 0.6081s (1644.60 inserts/sec) with direct OCIParse/OCIExecute + Time 0.6341s (1577.16 inserts/sec) with ADOdb Prepare/Bind/Execute + Time 1.5533s ( 643.77 inserts/sec) with pure SQL using Execute + + Now if PHP only had batch/bulk updating like Java or PL/SQL... + + Note that the order of parameters differs from OCIBindByName, + because we default the names to :0, :1, :2 + */ + function Bind(&$stmt,&$var,$size=4000,$type=false,$name=false,$isOutput=false) + { + + if (!is_array($stmt)) return false; + + if (($type == OCI_B_CURSOR) && sizeof($stmt) >= 5) { + return OCIBindByName($stmt[1],":".$name,$stmt[4],$size,$type); + } + + if ($name == false) { + if ($type !== false) $rez = OCIBindByName($stmt[1],":".$stmt[2],$var,$size,$type); + else $rez = OCIBindByName($stmt[1],":".$stmt[2],$var,$size); // +1 byte for null terminator + $stmt[2] += 1; + } else if (oci_lob_desc($type)) { + if ($this->debug) { + ADOConnection::outp("Bind: name = $name"); + } + //we have to create a new Descriptor here + $numlob = count($this->_refLOBs); + $this->_refLOBs[$numlob]['LOB'] = OCINewDescriptor($this->_connectionID, oci_lob_desc($type)); + $this->_refLOBs[$numlob]['TYPE'] = $isOutput; + + $tmp = $this->_refLOBs[$numlob]['LOB']; + $rez = OCIBindByName($stmt[1], ":".$name, $tmp, -1, $type); + if ($this->debug) { + ADOConnection::outp("Bind: descriptor has been allocated, var (".$name.") binded"); + } + + // if type is input then write data to lob now + if ($isOutput == false) { + $var = $this->BlobEncode($var); + $tmp->WriteTemporary($var); + $this->_refLOBs[$numlob]['VAR'] = &$var; + if ($this->debug) { + ADOConnection::outp("Bind: LOB has been written to temp"); + } + } else { + $this->_refLOBs[$numlob]['VAR'] = $var; + } + $rez = $tmp; + } else { + if ($this->debug) + ADOConnection::outp("Bind: name = $name"); + + if ($type !== false) $rez = OCIBindByName($stmt[1],":".$name,$var,$size,$type); + else $rez = OCIBindByName($stmt[1],":".$name,$var,$size); // +1 byte for null terminator + } + + return $rez; + } + + function Param($name,$type=false) + { + return ':'.$name; + } + + /* + Usage: + $stmt = $db->Prepare('select * from table where id =:myid and group=:group'); + $db->Parameter($stmt,$id,'myid'); + $db->Parameter($stmt,$group,'group'); + $db->Execute($stmt); + + @param $stmt Statement returned by Prepare() or PrepareSP(). + @param $var PHP variable to bind to + @param $name Name of stored procedure variable name to bind to. + @param [$isOutput] Indicates direction of parameter 0/false=IN 1=OUT 2= IN/OUT. This is ignored in oci8. + @param [$maxLen] Holds an maximum length of the variable. + @param [$type] The data type of $var. Legal values depend on driver. + + See OCIBindByName documentation at php.net. + */ + function Parameter(&$stmt,&$var,$name,$isOutput=false,$maxLen=4000,$type=false) + { + if ($this->debug) { + $prefix = ($isOutput) ? 'Out' : 'In'; + $ztype = (empty($type)) ? 'false' : $type; + ADOConnection::outp( "{$prefix}Parameter(\$stmt, \$php_var='$var', \$name='$name', \$maxLen=$maxLen, \$type=$ztype);"); + } + return $this->Bind($stmt,$var,$maxLen,$type,$name,$isOutput); + } + + /* + returns query ID if successful, otherwise false + this version supports: + + 1. $db->execute('select * from table'); + + 2. $db->prepare('insert into table (a,b,c) values (:0,:1,:2)'); + $db->execute($prepared_statement, array(1,2,3)); + + 3. $db->execute('insert into table (a,b,c) values (:a,:b,:c)',array('a'=>1,'b'=>2,'c'=>3)); + + 4. $db->prepare('insert into table (a,b,c) values (:0,:1,:2)'); + $db->bind($stmt,1); $db->bind($stmt,2); $db->bind($stmt,3); + $db->execute($stmt); + */ + function _query($sql,$inputarr=false) + { + if (is_array($sql)) { // is prepared sql + $stmt = $sql[1]; + + // we try to bind to permanent array, so that OCIBindByName is persistent + // and carried out once only - note that max array element size is 4000 chars + if (is_array($inputarr)) { + $bindpos = $sql[3]; + if (isset($this->_bind[$bindpos])) { + // all tied up already + $bindarr = $this->_bind[$bindpos]; + } else { + // one statement to bind them all + $bindarr = array(); + foreach($inputarr as $k => $v) { + $bindarr[$k] = $v; + OCIBindByName($stmt,":$k",$bindarr[$k],is_string($v) && strlen($v)>4000 ? -1 : 4000); + } + $this->_bind[$bindpos] = $bindarr; + } + } + } else { + $stmt=OCIParse($this->_connectionID,$sql); + } + + $this->_stmt = $stmt; + if (!$stmt) return false; + + if (defined('ADODB_PREFETCH_ROWS')) @OCISetPrefetch($stmt,ADODB_PREFETCH_ROWS); + + if (is_array($inputarr)) { + foreach($inputarr as $k => $v) { + if (is_array($v)) { + if (sizeof($v) == 2) // suggested by g.giunta@libero. + OCIBindByName($stmt,":$k",$inputarr[$k][0],$v[1]); + else + OCIBindByName($stmt,":$k",$inputarr[$k][0],$v[1],$v[2]); + + if ($this->debug==99) { + if (is_object($v[0])) + echo "name=:$k",' len='.$v[1],' type='.$v[2],'
    '; + else + echo "name=:$k",' var='.$inputarr[$k][0],' len='.$v[1],' type='.$v[2],'
    '; + + } + } else { + $len = -1; + if ($v === ' ') $len = 1; + if (isset($bindarr)) { // is prepared sql, so no need to ocibindbyname again + $bindarr[$k] = $v; + } else { // dynamic sql, so rebind every time + OCIBindByName($stmt,":$k",$inputarr[$k],$len); + } + } + } + } + + $this->_errorMsg = false; + $this->_errorCode = false; + if (OCIExecute($stmt,$this->_commit)) { +//OCIInternalDebug(1); + if (count($this -> _refLOBs) > 0) { + + foreach ($this -> _refLOBs as $key => $value) { + if ($this -> _refLOBs[$key]['TYPE'] == true) { + $tmp = $this -> _refLOBs[$key]['LOB'] -> load(); + if ($this -> debug) { + ADOConnection::outp("OUT LOB: LOB has been loaded.
    "); + } + //$_GLOBALS[$this -> _refLOBs[$key]['VAR']] = $tmp; + $this -> _refLOBs[$key]['VAR'] = $tmp; + } else { + $this->_refLOBs[$key]['LOB']->save($this->_refLOBs[$key]['VAR']); + $this -> _refLOBs[$key]['LOB']->free(); + unset($this -> _refLOBs[$key]); + if ($this->debug) { + ADOConnection::outp("IN LOB: LOB has been saved.
    "); + } + } + } + } + + switch (@OCIStatementType($stmt)) { + case "SELECT": + return $stmt; + + case 'DECLARE': + case "BEGIN": + if (is_array($sql) && !empty($sql[4])) { + $cursor = $sql[4]; + if (is_resource($cursor)) { + $ok = OCIExecute($cursor); + return $cursor; + } + return $stmt; + } else { + if (is_resource($stmt)) { + OCIFreeStatement($stmt); + return true; + } + return $stmt; + } + break; + default : + // ociclose -- no because it could be used in a LOB? + return true; + } + } + return false; + } + + // From Oracle Whitepaper: PHP Scalability and High Availability + function IsConnectionError($err) + { + switch($err) { + case 378: /* buffer pool param incorrect */ + case 602: /* core dump */ + case 603: /* fatal error */ + case 609: /* attach failed */ + case 1012: /* not logged in */ + case 1033: /* init or shutdown in progress */ + case 1043: /* Oracle not available */ + case 1089: /* immediate shutdown in progress */ + case 1090: /* shutdown in progress */ + case 1092: /* instance terminated */ + case 3113: /* disconnect */ + case 3114: /* not connected */ + case 3122: /* closing window */ + case 3135: /* lost contact */ + case 12153: /* TNS: not connected */ + case 27146: /* fatal or instance terminated */ + case 28511: /* Lost RPC */ + return true; + } + return false; + } + + // returns true or false + function _close() + { + if (!$this->_connectionID) return; + + if (!$this->autoCommit) OCIRollback($this->_connectionID); + if (count($this->_refLOBs) > 0) { + foreach ($this ->_refLOBs as $key => $value) { + $this->_refLOBs[$key]['LOB']->free(); + unset($this->_refLOBs[$key]); + } + } + OCILogoff($this->_connectionID); + + $this->_stmt = false; + $this->_connectionID = false; + } + + function MetaPrimaryKeys($table, $owner=false,$internalKey=false) + { + if ($internalKey) return array('ROWID'); + + // tested with oracle 8.1.7 + $table = strtoupper($table); + if ($owner) { + $owner_clause = "AND ((a.OWNER = b.OWNER) AND (a.OWNER = UPPER('$owner')))"; + $ptab = 'ALL_'; + } else { + $owner_clause = ''; + $ptab = 'USER_'; + } + $sql = " +SELECT /*+ RULE */ distinct b.column_name + FROM {$ptab}CONSTRAINTS a + , {$ptab}CONS_COLUMNS b + WHERE ( UPPER(b.table_name) = ('$table')) + AND (UPPER(a.table_name) = ('$table') and a.constraint_type = 'P') + $owner_clause + AND (a.constraint_name = b.constraint_name)"; + + $rs = $this->Execute($sql); + if ($rs && !$rs->EOF) { + $arr = $rs->GetArray(); + $a = array(); + foreach($arr as $v) { + $a[] = reset($v); + } + return $a; + } + else return false; + } + + // http://gis.mit.edu/classes/11.521/sqlnotes/referential_integrity.html + function MetaForeignKeys($table, $owner=false) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $table = $this->qstr(strtoupper($table)); + if (!$owner) { + $owner = $this->user; + $tabp = 'user_'; + } else + $tabp = 'all_'; + + $owner = ' and owner='.$this->qstr(strtoupper($owner)); + + $sql = +"select constraint_name,r_owner,r_constraint_name + from {$tabp}constraints + where constraint_type = 'R' and table_name = $table $owner"; + + $constraints = $this->GetArray($sql); + $arr = false; + foreach($constraints as $constr) { + $cons = $this->qstr($constr[0]); + $rowner = $this->qstr($constr[1]); + $rcons = $this->qstr($constr[2]); + $cols = $this->GetArray("select column_name from {$tabp}cons_columns where constraint_name=$cons $owner order by position"); + $tabcol = $this->GetArray("select table_name,column_name from {$tabp}cons_columns where owner=$rowner and constraint_name=$rcons order by position"); + + if ($cols && $tabcol) + for ($i=0, $max=sizeof($cols); $i < $max; $i++) { + $arr[$tabcol[$i][0]] = $cols[$i][0].'='.$tabcol[$i][1]; + } + } + $ADODB_FETCH_MODE = $save; + + return $arr; + } + + + function CharMax() + { + return 4000; + } + + function TextMax() + { + return 4000; + } + + /** + * Quotes a string. + * An example is $db->qstr("Don't bother",magic_quotes_runtime()); + * + * @param s the string to quote + * @param [magic_quotes] if $s is GET/POST var, set to get_magic_quotes_gpc(). + * This undoes the stupidity of magic quotes for GPC. + * + * @return quoted string to be sent back to database + */ + function qstr($s,$magic_quotes=false) + { + //$nofixquotes=false; + + if ($this->noNullStrings && strlen($s)==0)$s = ' '; + if (!$magic_quotes) { + if ($this->replaceQuote[0] == '\\'){ + $s = str_replace('\\','\\\\',$s); + } + return "'".str_replace("'",$this->replaceQuote,$s)."'"; + } + + // undo magic quotes for " unless sybase is on + if (!ini_get('magic_quotes_sybase')) { + $s = str_replace('\\"','"',$s); + $s = str_replace('\\\\','\\',$s); + return "'".str_replace("\\'",$this->replaceQuote,$s)."'"; + } else { + return "'".$s."'"; + } + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_oci8 extends ADORecordSet { + + var $databaseType = 'oci8'; + var $bind=false; + var $_fieldobjs; + + //var $_arr = false; + + function ADORecordset_oci8($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_ASSOC:$this->fetchMode = OCI_ASSOC+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH:$this->fetchMode = OCI_NUM+OCI_ASSOC+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + case ADODB_FETCH_NUM: + default: + $this->fetchMode = OCI_NUM+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + } + + $this->adodbFetchMode = $mode; + $this->_queryID = $queryID; + } + + + function Init() + { + if ($this->_inited) return; + + $this->_inited = true; + if ($this->_queryID) { + + $this->_currentRow = 0; + @$this->_initrs(); + $this->EOF = !$this->_fetch(); + + /* + // based on idea by Gaetano Giunta to detect unusual oracle errors + // see http://phplens.com/lens/lensforum/msgs.php?id=6771 + $err = OCIError($this->_queryID); + if ($err && $this->connection->debug) ADOConnection::outp($err); + */ + + if (!is_array($this->fields)) { + $this->_numOfRows = 0; + $this->fields = array(); + } + } else { + $this->fields = array(); + $this->_numOfRows = 0; + $this->_numOfFields = 0; + $this->EOF = true; + } + } + + function _initrs() + { + $this->_numOfRows = -1; + $this->_numOfFields = OCInumcols($this->_queryID); + if ($this->_numOfFields>0) { + $this->_fieldobjs = array(); + $max = $this->_numOfFields; + for ($i=0;$i<$max; $i++) $this->_fieldobjs[] = $this->_FetchField($i); + } + } + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + + function _FetchField($fieldOffset = -1) + { + $fld = new ADOFieldObject; + $fieldOffset += 1; + $fld->name =OCIcolumnname($this->_queryID, $fieldOffset); + $fld->type = OCIcolumntype($this->_queryID, $fieldOffset); + $fld->max_length = OCIcolumnsize($this->_queryID, $fieldOffset); + switch($fld->type) { + case 'NUMBER': + $p = OCIColumnPrecision($this->_queryID, $fieldOffset); + $sc = OCIColumnScale($this->_queryID, $fieldOffset); + if ($p != 0 && $sc == 0) $fld->type = 'INT'; + break; + + case 'CLOB': + case 'NCLOB': + case 'BLOB': + $fld->max_length = -1; + break; + } + return $fld; + } + + /* For some reason, OCIcolumnname fails when called after _initrs() so we cache it */ + function FetchField($fieldOffset = -1) + { + return $this->_fieldobjs[$fieldOffset]; + } + + + /* + // 10% speedup to move MoveNext to child class + function _MoveNext() + { + //global $ADODB_EXTENSION;if ($ADODB_EXTENSION) return @adodb_movenext($this); + + if ($this->EOF) return false; + + $this->_currentRow++; + if(@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) + return true; + $this->EOF = true; + + return false; + } */ + + + function MoveNext() + { + if (@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) { + $this->_currentRow += 1; + return true; + } + if (!$this->EOF) { + $this->_currentRow += 1; + $this->EOF = true; + } + return false; + } + + /* + # does not work as first record is retrieved in _initrs(), so is not included in GetArray() + function GetArray($nRows = -1) + { + global $ADODB_OCI8_GETARRAY; + + if (true || !empty($ADODB_OCI8_GETARRAY)) { + # does not support $ADODB_ANSI_PADDING_OFF + + //OCI_RETURN_NULLS and OCI_RETURN_LOBS is set by OCIfetchstatement + switch($this->adodbFetchMode) { + case ADODB_FETCH_NUM: + + $ncols = @OCIfetchstatement($this->_queryID, $results, 0, $nRows, OCI_FETCHSTATEMENT_BY_ROW+OCI_NUM); + $results = array_merge(array($this->fields),$results); + return $results; + + case ADODB_FETCH_ASSOC: + if (ADODB_ASSOC_CASE != 2 || $this->databaseType != 'oci8') break; + + $ncols = @OCIfetchstatement($this->_queryID, $assoc, 0, $nRows, OCI_FETCHSTATEMENT_BY_ROW); + $results = array_merge(array($this->fields),$assoc); + return $results; + + default: + break; + } + } + + $results = ADORecordSet::GetArray($nRows); + return $results; + + } */ + + /* Optimize SelectLimit() by using OCIFetch() instead of OCIFetchInto() */ + function GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $arr = $this->GetArray($nrows); + return $arr; + } + $arr = array(); + for ($i=1; $i < $offset; $i++) + if (!@OCIFetch($this->_queryID)) return $arr; + + if (!@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) return $arr;; + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + + /* Use associative array to get fields array */ + function Fields($colname) + { + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + + function _seek($row) + { + return false; + } + + function _fetch() + { + return @OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode); + } + + /* close() only needs to be called if you are worried about using too much memory while your script + is running. All associated result memory for the specified result identifier will automatically be freed. */ + + function _close() + { + if ($this->connection->_stmt === $this->_queryID) $this->connection->_stmt = false; + if (!empty($this->_refcursor)) { + OCIFreeCursor($this->_refcursor); + $this->_refcursor = false; + } + @OCIFreeStatement($this->_queryID); + $this->_queryID = false; + + } + + function MetaType($t,$len=-1) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + switch (strtoupper($t)) { + case 'VARCHAR': + case 'VARCHAR2': + case 'CHAR': + case 'VARBINARY': + case 'BINARY': + case 'NCHAR': + case 'NVARCHAR': + case 'NVARCHAR2': + if ($len <= $this->blobSize) return 'C'; + + case 'NCLOB': + case 'LONG': + case 'LONG VARCHAR': + case 'CLOB': + return 'X'; + + case 'LONG RAW': + case 'LONG VARBINARY': + case 'BLOB': + return 'B'; + + case 'DATE': + return ($this->connection->datetime) ? 'T' : 'D'; + + + case 'TIMESTAMP': return 'T'; + + case 'INT': + case 'SMALLINT': + case 'INTEGER': + return 'I'; + + default: return 'N'; + } + } +} + +class ADORecordSet_ext_oci8 extends ADORecordSet_oci8 { + function ADORecordSet_ext_oci8($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_ASSOC:$this->fetchMode = OCI_ASSOC+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH:$this->fetchMode = OCI_NUM+OCI_ASSOC+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + case ADODB_FETCH_NUM: + default: $this->fetchMode = OCI_NUM+OCI_RETURN_NULLS+OCI_RETURN_LOBS; break; + } + $this->adodbFetchMode = $mode; + $this->_queryID = $queryID; + } + + function MoveNext() + { + return adodb_movenext($this); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-oci805.inc.php b/e_lib/adodb5/drivers/adodb-oci805.inc.php new file mode 100644 index 00000000..a307e393 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-oci805.inc.php @@ -0,0 +1,59 @@ +ADODB_oci8(); + } + + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + // seems that oracle only supports 1 hint comment in 8i + if (strpos($sql,'/*+') !== false) + $sql = str_replace('/*+ ','/*+FIRST_ROWS ',$sql); + else + $sql = preg_replace('/^[ \t\n]*select/i','SELECT /*+FIRST_ROWS*/',$sql); + + /* + The following is only available from 8.1.5 because order by in inline views not + available before then... + http://www.jlcomp.demon.co.uk/faq/top_sql.html + if ($nrows > 0) { + if ($offset > 0) $nrows += $offset; + $sql = "select * from ($sql) where rownum <= $nrows"; + $nrows = -1; + } + */ + + return ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + } +} + +class ADORecordset_oci805 extends ADORecordset_oci8 { + var $databaseType = "oci805"; + function ADORecordset_oci805($id,$mode=false) + { + $this->ADORecordset_oci8($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-oci8po.inc.php b/e_lib/adodb5/drivers/adodb-oci8po.inc.php new file mode 100644 index 00000000..e9b915de --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-oci8po.inc.php @@ -0,0 +1,218 @@ + + + Should some emulation of RecordCount() be implemented? + +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +include_once(ADODB_DIR.'/drivers/adodb-oci8.inc.php'); + +class ADODB_oci8po extends ADODB_oci8 { + var $databaseType = 'oci8po'; + var $dataProvider = 'oci8'; + var $metaColumnsSQL = "select lower(cname),coltype,width, SCALE, PRECISION, NULLS, DEFAULTVAL from col where tname='%s' order by colno"; //changed by smondino@users.sourceforge. net + var $metaTablesSQL = "select lower(table_name),table_type from cat where table_type in ('TABLE','VIEW')"; + + function ADODB_oci8po() + { + $this->_hasOCIFetchStatement = ADODB_PHPVER >= 0x4200; + # oci8po does not support adodb extension: adodb_movenext() + } + + function Param($name) + { + return '?'; + } + + function Prepare($sql,$cursor=false) + { + $sqlarr = explode('?',$sql); + $sql = $sqlarr[0]; + for ($i = 1, $max = sizeof($sqlarr); $i < $max; $i++) { + $sql .= ':'.($i-1) . $sqlarr[$i]; + } + return ADODB_oci8::Prepare($sql,$cursor); + } + + // emulate handling of parameters ? ?, replacing with :bind0 :bind1 + function _query($sql,$inputarr=false) + { + if (is_array($inputarr)) { + $i = 0; + if (is_array($sql)) { + foreach($inputarr as $v) { + $arr['bind'.$i++] = $v; + } + } else { + $sqlarr = explode('?',$sql); + $sql = $sqlarr[0]; + foreach($inputarr as $k => $v) { + $sql .= ":$k" . $sqlarr[++$i]; + } + } + } + return ADODB_oci8::_query($sql,$inputarr); + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_oci8po extends ADORecordset_oci8 { + + var $databaseType = 'oci8po'; + + function ADORecordset_oci8po($queryID,$mode=false) + { + $this->ADORecordset_oci8($queryID,$mode); + } + + function Fields($colname) + { + if ($this->fetchMode & OCI_ASSOC) return $this->fields[$colname]; + + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + // lowercase field names... + function _FetchField($fieldOffset = -1) + { + $fld = new ADOFieldObject; + $fieldOffset += 1; + $fld->name = OCIcolumnname($this->_queryID, $fieldOffset); + if (ADODB_ASSOC_CASE == 0) $fld->name = strtolower($fld->name); + $fld->type = OCIcolumntype($this->_queryID, $fieldOffset); + $fld->max_length = OCIcolumnsize($this->_queryID, $fieldOffset); + if ($fld->type == 'NUMBER') { + //$p = OCIColumnPrecision($this->_queryID, $fieldOffset); + $sc = OCIColumnScale($this->_queryID, $fieldOffset); + if ($sc == 0) $fld->type = 'INT'; + } + return $fld; + } + /* + function MoveNext() + { + if (@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) { + $this->_currentRow += 1; + return true; + } + if (!$this->EOF) { + $this->_currentRow += 1; + $this->EOF = true; + } + return false; + }*/ + + // 10% speedup to move MoveNext to child class + function MoveNext() + { + if(@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) { + global $ADODB_ANSI_PADDING_OFF; + $this->_currentRow++; + + if ($this->fetchMode & OCI_ASSOC) $this->_updatefields(); + if (!empty($ADODB_ANSI_PADDING_OFF)) { + foreach($this->fields as $k => $v) { + if (is_string($v)) $this->fields[$k] = rtrim($v); + } + } + return true; + } + if (!$this->EOF) { + $this->EOF = true; + $this->_currentRow++; + } + return false; + } + + /* Optimize SelectLimit() by using OCIFetch() instead of OCIFetchInto() */ + function GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $arr = $this->GetArray($nrows); + return $arr; + } + for ($i=1; $i < $offset; $i++) + if (!@OCIFetch($this->_queryID)) { + $arr = array(); + return $arr; + } + if (!@OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode)) { + $arr = array(); + return $arr; + } + if ($this->fetchMode & OCI_ASSOC) $this->_updatefields(); + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + // Create associative array + function _updatefields() + { + if (ADODB_ASSOC_CASE == 2) return; // native + + $arr = array(); + $lowercase = (ADODB_ASSOC_CASE == 0); + + foreach($this->fields as $k => $v) { + if (is_integer($k)) $arr[$k] = $v; + else { + if ($lowercase) + $arr[strtolower($k)] = $v; + else + $arr[strtoupper($k)] = $v; + } + } + $this->fields = $arr; + } + + function _fetch() + { + $ret = @OCIfetchinto($this->_queryID,$this->fields,$this->fetchMode); + if ($ret) { + global $ADODB_ANSI_PADDING_OFF; + + if ($this->fetchMode & OCI_ASSOC) $this->_updatefields(); + if (!empty($ADODB_ANSI_PADDING_OFF)) { + foreach($this->fields as $k => $v) { + if (is_string($v)) $this->fields[$k] = rtrim($v); + } + } + } + return $ret; + } + +} + + +?> diff --git a/e_lib/adodb5/drivers/adodb-odbc.inc.php b/e_lib/adodb5/drivers/adodb-odbc.inc.php new file mode 100644 index 00000000..a86fcbb2 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbc.inc.php @@ -0,0 +1,738 @@ +_haserrorfunctions = ADODB_PHPVER >= 0x4050; + $this->_has_stupid_odbc_fetch_api_change = ADODB_PHPVER >= 0x4200; + } + + // returns true or false + function _connect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('odbc_connect')) return null; + + if ($this->debug && $argDatabasename && $this->databaseType != 'vfp') { + ADOConnection::outp("For odbc Connect(), $argDatabasename is not used. Place dsn in 1st parameter."); + } + if (isset($php_errormsg)) $php_errormsg = ''; + if ($this->curmode === false) $this->_connectionID = odbc_connect($argDSN,$argUsername,$argPassword); + else $this->_connectionID = odbc_connect($argDSN,$argUsername,$argPassword,$this->curmode); + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + // returns true or false + function _pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + if (!function_exists('odbc_connect')) return null; + + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if ($this->debug && $argDatabasename) { + ADOConnection::outp("For odbc PConnect(), $argDatabasename is not used. Place dsn in 1st parameter."); + } + // print "dsn=$argDSN u=$argUsername p=$argPassword
    "; flush(); + if ($this->curmode === false) $this->_connectionID = odbc_connect($argDSN,$argUsername,$argPassword); + else $this->_connectionID = odbc_pconnect($argDSN,$argUsername,$argPassword,$this->curmode); + + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + if ($this->_connectionID && $this->autoRollback) @odbc_rollback($this->_connectionID); + if (isset($this->connectStmt)) $this->Execute($this->connectStmt); + + return $this->_connectionID != false; + } + + + function ServerInfo() + { + + if (!empty($this->host) && ADODB_PHPVER >= 0x4300) { + $dsn = strtoupper($this->host); + $first = true; + $found = false; + + if (!function_exists('odbc_data_source')) return false; + + while(true) { + + $rez = @odbc_data_source($this->_connectionID, + $first ? SQL_FETCH_FIRST : SQL_FETCH_NEXT); + $first = false; + if (!is_array($rez)) break; + if (strtoupper($rez['server']) == $dsn) { + $found = true; + break; + } + } + if (!$found) return ADOConnection::ServerInfo(); + if (!isset($rez['version'])) $rez['version'] = ''; + return $rez; + } else { + return ADOConnection::ServerInfo(); + } + } + + + function CreateSequence($seqname='adodbseq',$start=1) + { + if (empty($this->_genSeqSQL)) return false; + $ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname)); + if (!$ok) return false; + $start -= 1; + return $this->Execute("insert into $seqname values($start)"); + } + + var $_dropSeqSQL = 'drop table %s'; + function DropSequence($seqname) + { + if (empty($this->_dropSeqSQL)) return false; + return $this->Execute(sprintf($this->_dropSeqSQL,$seqname)); + } + + /* + This algorithm is not very efficient, but works even if table locking + is not available. + + Will return false if unable to generate an ID after $MAXLOOPS attempts. + */ + function GenID($seq='adodbseq',$start=1) + { + // if you have to modify the parameter below, your database is overloaded, + // or you need to implement generation of id's yourself! + $MAXLOOPS = 100; + //$this->debug=1; + while (--$MAXLOOPS>=0) { + $num = $this->GetOne("select id from $seq"); + if ($num === false) { + $this->Execute(sprintf($this->_genSeqSQL ,$seq)); + $start -= 1; + $num = '0'; + $ok = $this->Execute("insert into $seq values($start)"); + if (!$ok) return false; + } + $this->Execute("update $seq set id=id+1 where id=$num"); + + if ($this->affected_rows() > 0) { + $num += 1; + $this->genID = $num; + return $num; + } + } + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'GENID',-32000,"Unable to generate unique id after $MAXLOOPS attempts",$seq,$num); + } + return false; + } + + + function ErrorMsg() + { + if ($this->_haserrorfunctions) { + if ($this->_errorMsg !== false) return $this->_errorMsg; + if (empty($this->_connectionID)) return @odbc_errormsg(); + return @odbc_errormsg($this->_connectionID); + } else return ADOConnection::ErrorMsg(); + } + + function ErrorNo() + { + + if ($this->_haserrorfunctions) { + if ($this->_errorCode !== false) { + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + return (strlen($this->_errorCode)<=2) ? 0 : $this->_errorCode; + } + + if (empty($this->_connectionID)) $e = @odbc_error(); + else $e = @odbc_error($this->_connectionID); + + // bug in 4.0.6, error number can be corrupted string (should be 6 digits) + // so we check and patch + if (strlen($e)<=2) return 0; + return $e; + } else return ADOConnection::ErrorNo(); + } + + + + function BeginTrans() + { + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + $this->transCnt += 1; + $this->_autocommit = false; + return odbc_autocommit($this->_connectionID,false); + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = odbc_commit($this->_connectionID); + odbc_autocommit($this->_connectionID,true); + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + $ret = odbc_rollback($this->_connectionID); + odbc_autocommit($this->_connectionID,true); + return $ret; + } + + function MetaPrimaryKeys($table) + { + global $ADODB_FETCH_MODE; + + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = @odbc_primarykeys($this->_connectionID,'',$schema,$table); + + if (!$qid) { + $ADODB_FETCH_MODE = $savem; + return false; + } + $rs = new ADORecordSet_odbc($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return false; + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + + $arr = $rs->GetArray(); + $rs->Close(); + //print_r($arr); + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + if ($arr[$i][3]) $arr2[] = $arr[$i][3]; + } + return $arr2; + } + + + + function MetaTables($ttype=false) + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = odbc_tables($this->_connectionID); + + $rs = new ADORecordSet_odbc($qid); + + $ADODB_FETCH_MODE = $savem; + if (!$rs) { + $false = false; + return $false; + } + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + + $arr = $rs->GetArray(); + //print_r($arr); + + $rs->Close(); + $arr2 = array(); + + if ($ttype) { + $isview = strncmp($ttype,'V',1) === 0; + } + for ($i=0; $i < sizeof($arr); $i++) { + if (!$arr[$i][2]) continue; + $type = $arr[$i][3]; + if ($ttype) { + if ($isview) { + if (strncmp($type,'V',1) === 0) $arr2[] = $arr[$i][2]; + } else if (strncmp($type,'SYS',3) !== 0) $arr2[] = $arr[$i][2]; + } else if (strncmp($type,'SYS',3) !== 0) $arr2[] = $arr[$i][2]; + } + return $arr2; + } + +/* +See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcdatetime_data_type_changes.asp +/ SQL data type codes / +#define SQL_UNKNOWN_TYPE 0 +#define SQL_CHAR 1 +#define SQL_NUMERIC 2 +#define SQL_DECIMAL 3 +#define SQL_INTEGER 4 +#define SQL_SMALLINT 5 +#define SQL_FLOAT 6 +#define SQL_REAL 7 +#define SQL_DOUBLE 8 +#if (ODBCVER >= 0x0300) +#define SQL_DATETIME 9 +#endif +#define SQL_VARCHAR 12 + + +/ One-parameter shortcuts for date/time data types / +#if (ODBCVER >= 0x0300) +#define SQL_TYPE_DATE 91 +#define SQL_TYPE_TIME 92 +#define SQL_TYPE_TIMESTAMP 93 + +#define SQL_UNICODE (-95) +#define SQL_UNICODE_VARCHAR (-96) +#define SQL_UNICODE_LONGVARCHAR (-97) +*/ + function ODBCTypes($t) + { + switch ((integer)$t) { + case 1: + case 12: + case 0: + case -95: + case -96: + return 'C'; + case -97: + case -1: //text + return 'X'; + case -4: //image + return 'B'; + + case 9: + case 91: + return 'D'; + + case 10: + case 11: + case 92: + case 93: + return 'T'; + + case 4: + case 5: + case -6: + return 'I'; + + case -11: // uniqidentifier + return 'R'; + case -7: //bit + return 'L'; + + default: + return 'N'; + } + } + + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + if ($this->uCaseTables) $table = strtoupper($table); + $schema = ''; + $this->_findschema($table,$schema); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + /*if (false) { // after testing, confirmed that the following does not work becoz of a bug + $qid2 = odbc_tables($this->_connectionID); + $rs = new ADORecordSet_odbc($qid2); + $ADODB_FETCH_MODE = $savem; + if (!$rs) return false; + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + $rs->_fetch(); + + while (!$rs->EOF) { + if ($table == strtoupper($rs->fields[2])) { + $q = $rs->fields[0]; + $o = $rs->fields[1]; + break; + } + $rs->MoveNext(); + } + $rs->Close(); + + $qid = odbc_columns($this->_connectionID,$q,$o,strtoupper($table),'%'); + } */ + + switch ($this->databaseType) { + case 'access': + case 'vfp': + $qid = odbc_columns($this->_connectionID);#,'%','',strtoupper($table),'%'); + break; + + + case 'db2': + $colname = "%"; + $qid = odbc_columns($this->_connectionID, "", $schema, $table, $colname); + break; + + default: + $qid = @odbc_columns($this->_connectionID,'%','%',strtoupper($table),'%'); + if (empty($qid)) $qid = odbc_columns($this->_connectionID); + break; + } + if (empty($qid)) return $false; + + $rs = new ADORecordSet_odbc($qid); + $ADODB_FETCH_MODE = $savem; + + if (!$rs) return $false; + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + $rs->_fetch(); + + $retarr = array(); + + /* + $rs->fields indices + 0 TABLE_QUALIFIER + 1 TABLE_SCHEM + 2 TABLE_NAME + 3 COLUMN_NAME + 4 DATA_TYPE + 5 TYPE_NAME + 6 PRECISION + 7 LENGTH + 8 SCALE + 9 RADIX + 10 NULLABLE + 11 REMARKS + */ + while (!$rs->EOF) { + // adodb_pr($rs->fields); + if (strtoupper(trim($rs->fields[2])) == $table && (!$schema || strtoupper($rs->fields[1]) == $schema)) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[3]; + $fld->type = $this->ODBCTypes($rs->fields[4]); + + // ref: http://msdn.microsoft.com/library/default.asp?url=/archive/en-us/dnaraccgen/html/msdn_odk.asp + // access uses precision to store length for char/varchar + if ($fld->type == 'C' or $fld->type == 'X') { + if ($this->databaseType == 'access') + $fld->max_length = $rs->fields[6]; + else if ($rs->fields[4] <= -95) // UNICODE + $fld->max_length = $rs->fields[7]/2; + else + $fld->max_length = $rs->fields[7]; + } else + $fld->max_length = $rs->fields[7]; + $fld->not_null = !empty($rs->fields[10]); + $fld->scale = $rs->fields[8]; + $retarr[strtoupper($fld->name)] = $fld; + } else if (sizeof($retarr)>0) + break; + $rs->MoveNext(); + } + $rs->Close(); //-- crashes 4.03pl1 -- why? + + if (empty($retarr)) $retarr = false; + return $retarr; + } + + function Prepare($sql) + { + if (! $this->_bindInputArray) return $sql; // no binding + $stmt = odbc_prepare($this->_connectionID,$sql); + if (!$stmt) { + // we don't know whether odbc driver is parsing prepared stmts, so just return sql + return $sql; + } + return array($sql,$stmt,false); + } + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + GLOBAL $php_errormsg; + if (isset($php_errormsg)) $php_errormsg = ''; + $this->_error = ''; + + if ($inputarr) { + if (is_array($sql)) { + $stmtid = $sql[1]; + } else { + $stmtid = odbc_prepare($this->_connectionID,$sql); + + if ($stmtid == false) { + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + return false; + } + } + + if (! odbc_execute($stmtid,$inputarr)) { + //@odbc_free_result($stmtid); + if ($this->_haserrorfunctions) { + $this->_errorMsg = odbc_errormsg(); + $this->_errorCode = odbc_error(); + } + return false; + } + + } else if (is_array($sql)) { + $stmtid = $sql[1]; + if (!odbc_execute($stmtid)) { + //@odbc_free_result($stmtid); + if ($this->_haserrorfunctions) { + $this->_errorMsg = odbc_errormsg(); + $this->_errorCode = odbc_error(); + } + return false; + } + } else + $stmtid = odbc_exec($this->_connectionID,$sql); + + $this->_lastAffectedRows = 0; + if ($stmtid) { + if (@odbc_num_fields($stmtid) == 0) { + $this->_lastAffectedRows = odbc_num_rows($stmtid); + $stmtid = true; + } else { + $this->_lastAffectedRows = 0; + odbc_binmode($stmtid,$this->binmode); + odbc_longreadlen($stmtid,$this->maxblobsize); + } + + if ($this->_haserrorfunctions) { + $this->_errorMsg = ''; + $this->_errorCode = 0; + } else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + } else { + if ($this->_haserrorfunctions) { + $this->_errorMsg = odbc_errormsg(); + $this->_errorCode = odbc_error(); + } else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : ''; + } + return $stmtid; + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + return $this->Execute("UPDATE $table SET $column=? WHERE $where",array($val)) != false; + } + + // returns true or false + function _close() + { + $ret = @odbc_close($this->_connectionID); + $this->_connectionID = false; + return $ret; + } + + function _affectedrows() + { + return $this->_lastAffectedRows; + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_odbc extends ADORecordSet { + + var $bind = false; + var $databaseType = "odbc"; + var $dataProvider = "odbc"; + var $useFetchArray; + var $_has_stupid_odbc_fetch_api_change; + + function ADORecordSet_odbc($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + + $this->_queryID = $id; + + // the following is required for mysql odbc driver in 4.3.1 -- why? + $this->EOF = false; + $this->_currentRow = -1; + //$this->ADORecordSet($id); + } + + + // returns the field object + function FetchField($fieldOffset = -1) + { + + $off=$fieldOffset+1; // offsets begin at 1 + + $o= new ADOFieldObject(); + $o->name = @odbc_field_name($this->_queryID,$off); + $o->type = @odbc_field_type($this->_queryID,$off); + $o->max_length = @odbc_field_len($this->_queryID,$off); + if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); + else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); + return $o; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + + function _initrs() + { + global $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS) ? @odbc_num_rows($this->_queryID) : -1; + $this->_numOfFields = @odbc_num_fields($this->_queryID); + // some silly drivers such as db2 as/400 and intersystems cache return _numOfRows = 0 + if ($this->_numOfRows == 0) $this->_numOfRows = -1; + //$this->useFetchArray = $this->connection->useFetchArray; + $this->_has_stupid_odbc_fetch_api_change = ADODB_PHPVER >= 0x4200; + } + + function _seek($row) + { + return false; + } + + // speed up SelectLimit() by switching to ADODB_FETCH_NUM as ADODB_FETCH_ASSOC is emulated + function GetArrayLimit($nrows,$offset=-1) + { + if ($offset <= 0) { + $rs = $this->GetArray($nrows); + return $rs; + } + $savem = $this->fetchMode; + $this->fetchMode = ADODB_FETCH_NUM; + $this->Move($offset); + $this->fetchMode = $savem; + + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + + $results = array(); + $cnt = 0; + while (!$this->EOF && $nrows != $cnt) { + $results[$cnt++] = $this->fields; + $this->MoveNext(); + } + + return $results; + } + + + function MoveNext() + { + if ($this->_numOfRows != 0 && !$this->EOF) { + $this->_currentRow++; + + if ($this->_has_stupid_odbc_fetch_api_change) + $rez = @odbc_fetch_into($this->_queryID,$this->fields); + else { + $row = 0; + $rez = @odbc_fetch_into($this->_queryID,$row,$this->fields); + } + if ($rez) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + } + $this->fields = false; + $this->EOF = true; + return false; + } + + function _fetch() + { + + if ($this->_has_stupid_odbc_fetch_api_change) + $rez = @odbc_fetch_into($this->_queryID,$this->fields); + else { + $row = 0; + $rez = @odbc_fetch_into($this->_queryID,$row,$this->fields); + } + if ($rez) { + if ($this->fetchMode & ADODB_FETCH_ASSOC) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + } + return true; + } + $this->fields = false; + return false; + } + + function _close() + { + return @odbc_free_result($this->_queryID); + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-odbc_db2.inc.php b/e_lib/adodb5/drivers/adodb-odbc_db2.inc.php new file mode 100644 index 00000000..6e57e479 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbc_db2.inc.php @@ -0,0 +1,368 @@ +curMode = SQL_CUR_USE_ODBC; +$db->Connect($dsn, $userid, $pwd); + + + +USING CLI INTERFACE +=================== + +I have had reports that the $host and $database params have to be reversed in +Connect() when using the CLI interface. From Halmai Csongor csongor.halmai#nexum.hu: + +> The symptom is that if I change the database engine from postgres or any other to DB2 then the following +> connection command becomes wrong despite being described this version to be correct in the docs. +> +> $connection_object->Connect( $DATABASE_HOST, $DATABASE_AUTH_USER_NAME, $DATABASE_AUTH_PASSWORD, $DATABASE_NAME ) +> +> In case of DB2 I had to swap the first and last arguments in order to connect properly. + + +System Error 5 +============== +IF you get a System Error 5 when trying to Connect/Load, it could be a permission problem. Give the user connecting +to DB2 full rights to the DB2 SQLLIB directory, and place the user in the DBUSERS group. +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +if (!defined('_ADODB_ODBC_LAYER')) { + include(ADODB_DIR."/drivers/adodb-odbc.inc.php"); +} +if (!defined('ADODB_ODBC_DB2')){ +define('ADODB_ODBC_DB2',1); + +class ADODB_ODBC_DB2 extends ADODB_odbc { + var $databaseType = "db2"; + var $concat_operator = '||'; + var $sysTime = 'CURRENT TIME'; + var $sysDate = 'CURRENT DATE'; + var $sysTimeStamp = 'CURRENT TIMESTAMP'; + // The complete string representation of a timestamp has the form + // yyyy-mm-dd-hh.mm.ss.nnnnnn. + var $fmtTimeStamp = "'Y-m-d-H.i.s'"; + var $ansiOuter = true; + var $identitySQL = 'values IDENTITY_VAL_LOCAL()'; + var $_bindInputArray = true; + var $hasInsertID = true; + var $rsPrefix = 'ADORecordset_odbc_'; + + function ADODB_DB2() + { + if (strncmp(PHP_OS,'WIN',3) === 0) $this->curmode = SQL_CUR_USE_ODBC; + $this->ADODB_odbc(); + } + + function IfNull( $field, $ifNull ) + { + return " COALESCE($field, $ifNull) "; // if DB2 UDB + } + + function ServerInfo() + { + //odbc_setoption($this->_connectionID,1,101 /*SQL_ATTR_ACCESS_MODE*/, 1 /*SQL_MODE_READ_ONLY*/); + $vers = $this->GetOne('select versionnumber from sysibm.sysversions'); + //odbc_setoption($this->_connectionID,1,101, 0 /*SQL_MODE_READ_WRITE*/); + return array('description'=>'DB2 ODBC driver', 'version'=>$vers); + } + + function _insertid() + { + return $this->GetOne($this->identitySQL); + } + + function RowLock($tables,$where,$flds='1 as ignore') + { + if ($this->_autocommit) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables where $where for update"); + } + + function MetaTables($ttype=false,$showSchema=false, $qtable="%", $qschema="%") + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $qid = odbc_tables($this->_connectionID, "", $qschema, $qtable, ""); + + $rs = new ADORecordSet_odbc($qid); + + $ADODB_FETCH_MODE = $savem; + if (!$rs) { + $false = false; + return $false; + } + $rs->_has_stupid_odbc_fetch_api_change = $this->_has_stupid_odbc_fetch_api_change; + + $arr = $rs->GetArray(); + //print_r($arr); + + $rs->Close(); + $arr2 = array(); + + if ($ttype) { + $isview = strncmp($ttype,'V',1) === 0; + } + for ($i=0; $i < sizeof($arr); $i++) { + + if (!$arr[$i][2]) continue; + if (strncmp($arr[$i][1],'SYS',3) === 0) continue; + + $type = $arr[$i][3]; + + if ($showSchema) $arr[$i][2] = $arr[$i][1].'.'.$arr[$i][2]; + + if ($ttype) { + if ($isview) { + if (strncmp($type,'V',1) === 0) $arr2[] = $arr[$i][2]; + } else if (strncmp($type,'T',1) === 0) $arr2[] = $arr[$i][2]; + } else if (strncmp($type,'S',1) !== 0) $arr2[] = $arr[$i][2]; + } + return $arr2; + } + + function MetaIndexes ($table, $primary = FALSE, $owner=false) + { + // save old fetch mode + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + $false = false; + // get index details + $table = strtoupper($table); + $SQL="SELECT NAME, UNIQUERULE, COLNAMES FROM SYSIBM.SYSINDEXES WHERE TBNAME='$table'"; + if ($primary) + $SQL.= " AND UNIQUERULE='P'"; + $rs = $this->Execute($SQL); + if (!is_object($rs)) { + if (isset($savem)) + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + return $false; + } + $indexes = array (); + // parse index data into array + while ($row = $rs->FetchRow()) { + $indexes[$row[0]] = array( + 'unique' => ($row[1] == 'U' || $row[1] == 'P'), + 'columns' => array() + ); + $cols = ltrim($row[2],'+'); + $indexes[$row[0]]['columns'] = explode('+', $cols); + } + if (isset($savem)) { + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + } + return $indexes; + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + // use right() and replace() ? + if (!$col) $col = $this->sysDate; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '||'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "char(year($col))"; + break; + case 'M': + $s .= "substr(monthname($col),1,3)"; + break; + case 'm': + $s .= "right(digits(month($col)),2)"; + break; + case 'D': + case 'd': + $s .= "right(digits(day($col)),2)"; + break; + case 'H': + case 'h': + if ($col != $this->sysDate) $s .= "right(digits(hour($col)),2)"; + else $s .= "''"; + break; + case 'i': + case 'I': + if ($col != $this->sysDate) + $s .= "right(digits(minute($col)),2)"; + else $s .= "''"; + break; + case 'S': + case 's': + if ($col != $this->sysDate) + $s .= "right(digits(second($col)),2)"; + else $s .= "''"; + break; + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + } + } + return $s; + } + + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputArr=false) + { + $nrows = (integer) $nrows; + if ($offset <= 0) { + // could also use " OPTIMIZE FOR $nrows ROWS " + if ($nrows >= 0) $sql .= " FETCH FIRST $nrows ROWS ONLY "; + $rs = $this->Execute($sql,$inputArr); + } else { + if ($offset > 0 && $nrows < 0); + else { + $nrows += $offset; + $sql .= " FETCH FIRST $nrows ROWS ONLY "; + } + $rs = ADOConnection::SelectLimit($sql,-1,$offset,$inputArr); + } + + return $rs; + } + +}; + + +class ADORecordSet_odbc_db2 extends ADORecordSet_odbc { + + var $databaseType = "db2"; + + function ADORecordSet_db2($id,$mode=false) + { + $this->ADORecordSet_odbc($id,$mode); + } + + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + + switch (strtoupper($t)) { + case 'VARCHAR': + case 'CHAR': + case 'CHARACTER': + case 'C': + if ($len <= $this->blobSize) return 'C'; + + case 'LONGCHAR': + case 'TEXT': + case 'CLOB': + case 'DBCLOB': // double-byte + case 'X': + return 'X'; + + case 'BLOB': + case 'GRAPHIC': + case 'VARGRAPHIC': + return 'B'; + + case 'DATE': + case 'D': + return 'D'; + + case 'TIME': + case 'TIMESTAMP': + case 'T': + return 'T'; + + //case 'BOOLEAN': + //case 'BIT': + // return 'L'; + + //case 'COUNTER': + // return 'R'; + + case 'INT': + case 'INTEGER': + case 'BIGINT': + case 'SMALLINT': + case 'I': + return 'I'; + + default: return 'N'; + } + } +} + +} //define +?> diff --git a/e_lib/adodb5/drivers/adodb-odbc_mssql.inc.php b/e_lib/adodb5/drivers/adodb-odbc_mssql.inc.php new file mode 100644 index 00000000..d7ba3386 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbc_mssql.inc.php @@ -0,0 +1,306 @@ +ADODB_odbc(); + //$this->curmode = SQL_CUR_USE_ODBC; + } + + // crashes php... + function ServerInfo() + { + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $row = $this->GetRow("execute sp_server_info 2"); + $ADODB_FETCH_MODE = $save; + if (!is_array($row)) return false; + $arr['description'] = $row[2]; + $arr['version'] = ADOConnection::_findvers($arr['description']); + return $arr; + } + + function IfNull( $field, $ifNull ) + { + return " ISNULL($field, $ifNull) "; // if MS SQL Server + } + + function _insertid() + { + // SCOPE_IDENTITY() + // Returns the last IDENTITY value inserted into an IDENTITY column in + // the same scope. A scope is a module -- a stored procedure, trigger, + // function, or batch. Thus, two statements are in the same scope if + // they are in the same stored procedure, function, or batch. + return $this->GetOne($this->identitySQL); + } + + + function MetaForeignKeys($table, $owner=false, $upper=false) + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $table = $this->qstr(strtoupper($table)); + + $sql = +"select object_name(constid) as constraint_name, + col_name(fkeyid, fkey) as column_name, + object_name(rkeyid) as referenced_table_name, + col_name(rkeyid, rkey) as referenced_column_name +from sysforeignkeys +where upper(object_name(fkeyid)) = $table +order by constraint_name, referenced_table_name, keyno"; + + $constraints = $this->GetArray($sql); + + $ADODB_FETCH_MODE = $save; + + $arr = false; + foreach($constraints as $constr) { + //print_r($constr); + $arr[$constr[0]][$constr[2]][] = $constr[1].'='.$constr[3]; + } + if (!$arr) return false; + + $arr2 = false; + + foreach($arr as $k => $v) { + foreach($v as $a => $b) { + if ($upper) $a = strtoupper($a); + $arr2[$a] = $b; + } + } + return $arr2; + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + if ($mask) {$this->debug=1; + $save = $this->metaTablesSQL; + $mask = $this->qstr($mask); + $this->metaTablesSQL .= " AND name like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + function MetaColumns($table, $normalize=true) + { + $arr = ADOConnection::MetaColumns($table); + return $arr; + } + + + function MetaIndexes($table,$primary=false, $owner=false) + { + $table = $this->qstr($table); + + $sql = "SELECT i.name AS ind_name, C.name AS col_name, USER_NAME(O.uid) AS Owner, c.colid, k.Keyno, + CASE WHEN I.indid BETWEEN 1 AND 254 AND (I.status & 2048 = 2048 OR I.Status = 16402 AND O.XType = 'V') THEN 1 ELSE 0 END AS IsPK, + CASE WHEN I.status & 2 = 2 THEN 1 ELSE 0 END AS IsUnique + FROM dbo.sysobjects o INNER JOIN dbo.sysindexes I ON o.id = i.id + INNER JOIN dbo.sysindexkeys K ON I.id = K.id AND I.Indid = K.Indid + INNER JOIN dbo.syscolumns c ON K.id = C.id AND K.colid = C.Colid + WHERE LEFT(i.name, 8) <> '_WA_Sys_' AND o.status >= 0 AND O.Name LIKE $table + ORDER BY O.name, I.Name, K.keyno"; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute($sql); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + return FALSE; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + if (!$primary && $row[5]) continue; + + $indexes[$row[0]]['unique'] = $row[6]; + $indexes[$row[0]]['columns'][] = $row[1]; + } + return $indexes; + } + + function _query($sql,$inputarr=false) + { + if (is_string($sql)) $sql = str_replace('||','+',$sql); + return ADODB_odbc::_query($sql,$inputarr); + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET TRANSACTION ".$transaction_mode); + } + + // "Stein-Aksel Basma" + // tested with MSSQL 2000 + function MetaPrimaryKeys($table) + { + global $ADODB_FETCH_MODE; + + $schema = ''; + $this->_findschema($table,$schema); + //if (!$schema) $schema = $this->database; + if ($schema) $schema = "and k.table_catalog like '$schema%'"; + + $sql = "select distinct k.column_name,ordinal_position from information_schema.key_column_usage k, + information_schema.table_constraints tc + where tc.constraint_name = k.constraint_name and tc.constraint_type = + 'PRIMARY KEY' and k.table_name = '$table' $schema order by ordinal_position "; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $a = $this->GetCol($sql); + $ADODB_FETCH_MODE = $savem; + + if ($a && sizeof($a)>0) return $a; + $false = false; + return $false; + } + + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + if ($nrows > 0 && $offset <= 0) { + $sql = preg_replace( + '/(^\s*select\s+(distinctrow|distinct)?)/i','\\1 '.$this->hasTop." $nrows ",$sql); + $rs = $this->Execute($sql,$inputarr); + } else + $rs = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + + return $rs; + } + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '+'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "datename(yyyy,$col)"; + break; + case 'M': + $s .= "convert(char(3),$col,0)"; + break; + case 'm': + $s .= "replace(str(month($col),2),' ','0')"; + break; + case 'Q': + case 'q': + $s .= "datename(quarter,$col)"; + break; + case 'D': + case 'd': + $s .= "replace(str(day($col),2),' ','0')"; + break; + case 'h': + $s .= "substring(convert(char(14),$col,0),13,2)"; + break; + + case 'H': + $s .= "replace(str(datepart(hh,$col),2),' ','0')"; + break; + + case 'i': + $s .= "replace(str(datepart(mi,$col),2),' ','0')"; + break; + case 's': + $s .= "replace(str(datepart(ss,$col),2),' ','0')"; + break; + case 'a': + case 'A': + $s .= "substring(convert(char(19),$col,0),18,2)"; + break; + + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + break; + } + } + return $s; + } + +} + +class ADORecordSet_odbc_mssql extends ADORecordSet_odbc { + + var $databaseType = 'odbc_mssql'; + + function ADORecordSet_odbc_mssql($id,$mode=false) + { + return $this->ADORecordSet_odbc($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-odbc_oracle.inc.php b/e_lib/adodb5/drivers/adodb-odbc_oracle.inc.php new file mode 100644 index 00000000..62aa871e --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbc_oracle.inc.php @@ -0,0 +1,115 @@ +ADODB_odbc(); + } + + function MetaTables() + { + $false = false; + $rs = $this->Execute($this->metaTablesSQL); + if ($rs === false) return $false; + $arr = $rs->GetArray(); + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + $arr2[] = $arr[$i][0]; + } + $rs->Close(); + return $arr2; + } + + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); + if ($rs === false) { + $false = false; + return $false; + } + $retarr = array(); + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + $fld->max_length = $rs->fields[2]; + + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[strtoupper($fld->name)] = $fld; + + $rs->MoveNext(); + } + $rs->Close(); + return $retarr; + } + + // returns true or false + function _connect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + + $php_errormsg = ''; + $this->_connectionID = odbc_connect($argDSN,$argUsername,$argPassword,SQL_CUR_USE_ODBC ); + $this->_errorMsg = $php_errormsg; + + $this->Execute("ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'"); + //if ($this->_connectionID) odbc_autocommit($this->_connectionID,true); + return $this->_connectionID != false; + } + // returns true or false + function _pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + global $php_errormsg; + $php_errormsg = ''; + $this->_connectionID = odbc_pconnect($argDSN,$argUsername,$argPassword,SQL_CUR_USE_ODBC ); + $this->_errorMsg = $php_errormsg; + + $this->Execute("ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD HH24:MI:SS'"); + //if ($this->_connectionID) odbc_autocommit($this->_connectionID,true); + return $this->_connectionID != false; + } +} + +class ADORecordSet_odbc_oracle extends ADORecordSet_odbc { + + var $databaseType = 'odbc_oracle'; + + function ADORecordSet_odbc_oracle($id,$mode=false) + { + return $this->ADORecordSet_odbc($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-odbtp.inc.php b/e_lib/adodb5/drivers/adodb-odbtp.inc.php new file mode 100644 index 00000000..100f7a0b --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbtp.inc.php @@ -0,0 +1,836 @@ + + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +define("_ADODB_ODBTP_LAYER", 2 ); + +class ADODB_odbtp extends ADOConnection{ + var $databaseType = "odbtp"; + var $dataProvider = "odbtp"; + var $fmtDate = "'Y-m-d'"; + var $fmtTimeStamp = "'Y-m-d, h:i:sA'"; + var $replaceQuote = "''"; // string to use to replace quotes + var $odbc_driver = 0; + var $hasAffectedRows = true; + var $hasInsertID = false; + var $hasGenID = true; + var $hasMoveFirst = true; + + var $_genSeqSQL = "create table %s (seq_name char(30) not null unique , seq_value integer not null)"; + var $_dropSeqSQL = "delete from adodb_seq where seq_name = '%s'"; + var $_bindInputArray = false; + var $_useUnicodeSQL = false; + var $_canPrepareSP = false; + var $_dontPoolDBC = true; + + function ADODB_odbtp() + { + } + + function ServerInfo() + { + return array('description' => @odbtp_get_attr( ODB_ATTR_DBMSNAME, $this->_connectionID), + 'version' => @odbtp_get_attr( ODB_ATTR_DBMSVER, $this->_connectionID)); + } + + function ErrorMsg() + { + if ($this->_errorMsg !== false) return $this->_errorMsg; + if (empty($this->_connectionID)) return @odbtp_last_error(); + return @odbtp_last_error($this->_connectionID); + } + + function ErrorNo() + { + if ($this->_errorCode !== false) return $this->_errorCode; + if (empty($this->_connectionID)) return @odbtp_last_error_state(); + return @odbtp_last_error_state($this->_connectionID); + } +/* + function DBDate($d,$isfld=false) + { + if (empty($d) && $d !== 0) return 'null'; + if ($isfld) return "convert(date, $d, 120)"; + + if (is_string($d)) $d = ADORecordSet::UnixDate($d); + $d = adodb_date($this->fmtDate,$d); + return "convert(date, $d, 120)"; + } + + function DBTimeStamp($d,$isfld=false) + { + if (empty($d) && $d !== 0) return 'null'; + if ($isfld) return "convert(datetime, $d, 120)"; + + if (is_string($d)) $d = ADORecordSet::UnixDate($d); + $d = adodb_date($this->fmtDate,$d); + return "convert(datetime, $d, 120)"; + } +*/ + + function _insertid() + { + // SCOPE_IDENTITY() + // Returns the last IDENTITY value inserted into an IDENTITY column in + // the same scope. A scope is a module -- a stored procedure, trigger, + // function, or batch. Thus, two statements are in the same scope if + // they are in the same stored procedure, function, or batch. + return $this->GetOne($this->identitySQL); + } + + function _affectedrows() + { + if ($this->_queryID) { + return @odbtp_affected_rows ($this->_queryID); + } else + return 0; + } + + function CreateSequence($seqname='adodbseq',$start=1) + { + //verify existence + $num = $this->GetOne("select seq_value from adodb_seq"); + $seqtab='adodb_seq'; + if( $this->odbc_driver == ODB_DRIVER_FOXPRO ) { + $path = @odbtp_get_attr( ODB_ATTR_DATABASENAME, $this->_connectionID ); + //if using vfp dbc file + if( !strcasecmp(strrchr($path, '.'), '.dbc') ) + $path = substr($path,0,strrpos($path,'\/')); + $seqtab = $path . '/' . $seqtab; + } + if($num == false) { + if (empty($this->_genSeqSQL)) return false; + $ok = $this->Execute(sprintf($this->_genSeqSQL ,$seqtab)); + } + $num = $this->GetOne("select seq_value from adodb_seq where seq_name='$seqname'"); + if ($num) { + return false; + } + $start -= 1; + return $this->Execute("insert into adodb_seq values('$seqname',$start)"); + } + + function DropSequence($seqname) + { + if (empty($this->_dropSeqSQL)) return false; + return $this->Execute(sprintf($this->_dropSeqSQL,$seqname)); + } + + function GenID($seq='adodbseq',$start=1) + { + $seqtab='adodb_seq'; + if( $this->odbc_driver == ODB_DRIVER_FOXPRO) { + $path = @odbtp_get_attr( ODB_ATTR_DATABASENAME, $this->_connectionID ); + //if using vfp dbc file + if( !strcasecmp(strrchr($path, '.'), '.dbc') ) + $path = substr($path,0,strrpos($path,'\/')); + $seqtab = $path . '/' . $seqtab; + } + $MAXLOOPS = 100; + while (--$MAXLOOPS>=0) { + $num = $this->GetOne("select seq_value from adodb_seq where seq_name='$seq'"); + if ($num === false) { + //verify if abodb_seq table exist + $ok = $this->GetOne("select seq_value from adodb_seq "); + if(!$ok) { + //creating the sequence table adodb_seq + $this->Execute(sprintf($this->_genSeqSQL ,$seqtab)); + } + $start -= 1; + $num = '0'; + $ok = $this->Execute("insert into adodb_seq values('$seq',$start)"); + if (!$ok) return false; + } + $ok = $this->Execute("update adodb_seq set seq_value=seq_value+1 where seq_name='$seq'"); + if($ok) { + $num += 1; + $this->genID = $num; + return $num; + } + } + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'GENID',-32000,"Unable to generate unique id after $MAXLOOPS attempts",$seq,$num); + } + return false; + } + + //example for $UserOrDSN + //for visual fox : DRIVER={Microsoft Visual FoxPro Driver};SOURCETYPE=DBF;SOURCEDB=c:\YourDbfFileDir;EXCLUSIVE=NO; + //for visual fox dbc: DRIVER={Microsoft Visual FoxPro Driver};SOURCETYPE=DBC;SOURCEDB=c:\YourDbcFileDir\mydb.dbc;EXCLUSIVE=NO; + //for access : DRIVER={Microsoft Access Driver (*.mdb)};DBQ=c:\path_to_access_db\base_test.mdb;UID=root;PWD=; + //for mssql : DRIVER={SQL Server};SERVER=myserver;UID=myuid;PWD=mypwd;DATABASE=OdbtpTest; + //if uid & pwd can be separate + function _connect($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='') + { + $this->_connectionID = odbtp_connect($HostOrInterface,$UserOrDSN,$argPassword,$argDatabase); + if ($this->_connectionID === false) { + $this->_errorMsg = $this->ErrorMsg() ; + return false; + } + + odbtp_convert_datetime($this->_connectionID,true); + + if ($this->_dontPoolDBC) { + if (function_exists('odbtp_dont_pool_dbc')) + @odbtp_dont_pool_dbc($this->_connectionID); + } + else { + $this->_dontPoolDBC = true; + } + $this->odbc_driver = @odbtp_get_attr(ODB_ATTR_DRIVER, $this->_connectionID); + $dbms = strtolower(@odbtp_get_attr(ODB_ATTR_DBMSNAME, $this->_connectionID)); + $this->odbc_name = $dbms; + + // Account for inconsistent DBMS names + if( $this->odbc_driver == ODB_DRIVER_ORACLE ) + $dbms = 'oracle'; + else if( $this->odbc_driver == ODB_DRIVER_SYBASE ) + $dbms = 'sybase'; + + // Set DBMS specific attributes + switch( $dbms ) { + case 'microsoft sql server': + $this->databaseType = 'odbtp_mssql'; + $this->fmtDate = "'Y-m-d'"; + $this->fmtTimeStamp = "'Y-m-d h:i:sA'"; + $this->sysDate = 'convert(datetime,convert(char,GetDate(),102),102)'; + $this->sysTimeStamp = 'GetDate()'; + $this->ansiOuter = true; + $this->leftOuter = '*='; + $this->rightOuter = '=*'; + $this->hasTop = 'top'; + $this->hasInsertID = true; + $this->hasTransactions = true; + $this->_bindInputArray = true; + $this->_canSelectDb = true; + $this->substr = "substring"; + $this->length = 'len'; + $this->identitySQL = 'select SCOPE_IDENTITY()'; + $this->metaDatabasesSQL = "select name from master..sysdatabases where name <> 'master'"; + $this->_canPrepareSP = true; + break; + case 'access': + $this->databaseType = 'odbtp_access'; + $this->fmtDate = "#Y-m-d#"; + $this->fmtTimeStamp = "#Y-m-d h:i:sA#"; + $this->sysDate = "FORMAT(NOW,'yyyy-mm-dd')"; + $this->sysTimeStamp = 'NOW'; + $this->hasTop = 'top'; + $this->hasTransactions = false; + $this->_canPrepareSP = true; // For MS Access only. + break; + case 'visual foxpro': + $this->databaseType = 'odbtp_vfp'; + $this->fmtDate = "{^Y-m-d}"; + $this->fmtTimeStamp = "{^Y-m-d, h:i:sA}"; + $this->sysDate = 'date()'; + $this->sysTimeStamp = 'datetime()'; + $this->ansiOuter = true; + $this->hasTop = 'top'; + $this->hasTransactions = false; + $this->replaceQuote = "'+chr(39)+'"; + $this->true = '.T.'; + $this->false = '.F.'; + + break; + case 'oracle': + $this->databaseType = 'odbtp_oci8'; + $this->fmtDate = "'Y-m-d 00:00:00'"; + $this->fmtTimeStamp = "'Y-m-d h:i:sA'"; + $this->sysDate = 'TRUNC(SYSDATE)'; + $this->sysTimeStamp = 'SYSDATE'; + $this->hasTransactions = true; + $this->_bindInputArray = true; + $this->concat_operator = '||'; + break; + case 'sybase': + $this->databaseType = 'odbtp_sybase'; + $this->fmtDate = "'Y-m-d'"; + $this->fmtTimeStamp = "'Y-m-d H:i:s'"; + $this->sysDate = 'GetDate()'; + $this->sysTimeStamp = 'GetDate()'; + $this->leftOuter = '*='; + $this->rightOuter = '=*'; + $this->hasInsertID = true; + $this->hasTransactions = true; + $this->identitySQL = 'select SCOPE_IDENTITY()'; + break; + default: + $this->databaseType = 'odbtp'; + if( @odbtp_get_attr(ODB_ATTR_TXNCAPABLE, $this->_connectionID) ) + $this->hasTransactions = true; + else + $this->hasTransactions = false; + } + @odbtp_set_attr(ODB_ATTR_FULLCOLINFO, TRUE, $this->_connectionID ); + + if ($this->_useUnicodeSQL ) + @odbtp_set_attr(ODB_ATTR_UNICODESQL, TRUE, $this->_connectionID); + + return true; + } + + function _pconnect($HostOrInterface, $UserOrDSN='', $argPassword='', $argDatabase='') + { + $this->_dontPoolDBC = false; + return $this->_connect($HostOrInterface, $UserOrDSN, $argPassword, $argDatabase); + } + + function SelectDB($dbName) + { + if (!@odbtp_select_db($dbName, $this->_connectionID)) { + return false; + } + $this->database = $dbName; + $this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions + return true; + } + + function MetaTables($ttype='',$showSchema=false,$mask=false) + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savefm = $this->SetFetchMode(false); + + $arr = $this->GetArray("||SQLTables||||$ttype"); + + if (isset($savefm)) $this->SetFetchMode($savefm); + $ADODB_FETCH_MODE = $savem; + + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + if ($arr[$i][3] == 'SYSTEM TABLE' ) continue; + if ($arr[$i][2]) + $arr2[] = $showSchema && $arr[$i][1]? $arr[$i][1].'.'.$arr[$i][2] : $arr[$i][2]; + } + return $arr2; + } + + function MetaColumns($table,$upper=true) + { + global $ADODB_FETCH_MODE; + + $schema = false; + $this->_findschema($table,$schema); + if ($upper) $table = strtoupper($table); + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savefm = $this->SetFetchMode(false); + + $rs = $this->Execute( "||SQLColumns||$schema|$table" ); + + if (isset($savefm)) $this->SetFetchMode($savefm); + $ADODB_FETCH_MODE = $savem; + + if (!$rs || $rs->EOF) { + $false = false; + return $false; + } + $retarr = array(); + while (!$rs->EOF) { + //print_r($rs->fields); + if (strtoupper($rs->fields[2]) == $table) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[3]; + $fld->type = $rs->fields[5]; + $fld->max_length = $rs->fields[6]; + $fld->not_null = !empty($rs->fields[9]); + $fld->scale = $rs->fields[7]; + if (isset($rs->fields[12])) // vfp does not have field 12 + if (!is_null($rs->fields[12])) { + $fld->has_default = true; + $fld->default_value = $rs->fields[12]; + } + $retarr[strtoupper($fld->name)] = $fld; + } else if (!empty($retarr)) + break; + $rs->MoveNext(); + } + $rs->Close(); + + return $retarr; + } + + function MetaPrimaryKeys($table, $owner='') + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $arr = $this->GetArray("||SQLPrimaryKeys||$owner|$table"); + $ADODB_FETCH_MODE = $savem; + + //print_r($arr); + $arr2 = array(); + for ($i=0; $i < sizeof($arr); $i++) { + if ($arr[$i][3]) $arr2[] = $arr[$i][3]; + } + return $arr2; + } + + function MetaForeignKeys($table, $owner='', $upper=false) + { + global $ADODB_FETCH_MODE; + + $savem = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $constraints = $this->GetArray("||SQLForeignKeys|||||$owner|$table"); + $ADODB_FETCH_MODE = $savem; + + $arr = false; + foreach($constraints as $constr) { + //print_r($constr); + $arr[$constr[11]][$constr[2]][] = $constr[7].'='.$constr[3]; + } + if (!$arr) { + $false = false; + return $false; + } + + $arr2 = array(); + + foreach($arr as $k => $v) { + foreach($v as $a => $b) { + if ($upper) $a = strtoupper($a); + $arr2[$a] = $b; + } + } + return $arr2; + } + + function BeginTrans() + { + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + $this->transCnt += 1; + $this->autoCommit = false; + if (defined('ODB_TXN_DEFAULT')) + $txn = ODB_TXN_DEFAULT; + else + $txn = ODB_TXN_READUNCOMMITTED; + $rs = @odbtp_set_attr(ODB_ATTR_TRANSACTIONS,$txn,$this->_connectionID); + if(!$rs) return false; + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $this->autoCommit = true; + if( ($ret = @odbtp_commit($this->_connectionID)) ) + $ret = @odbtp_set_attr(ODB_ATTR_TRANSACTIONS, ODB_TXN_NONE, $this->_connectionID);//set transaction off + return $ret; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->autoCommit = true; + if( ($ret = @odbtp_rollback($this->_connectionID)) ) + $ret = @odbtp_set_attr(ODB_ATTR_TRANSACTIONS, ODB_TXN_NONE, $this->_connectionID);//set transaction off + return $ret; + } + + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + // TOP requires ORDER BY for Visual FoxPro + if( $this->odbc_driver == ODB_DRIVER_FOXPRO ) { + if (!preg_match('/ORDER[ \t\r\n]+BY/is',$sql)) $sql .= ' ORDER BY 1'; + } + $ret = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $ret; + } + + function Prepare($sql) + { + if (! $this->_bindInputArray) return $sql; // no binding + + $this->_errorMsg = false; + $this->_errorCode = false; + + $stmt = @odbtp_prepare($sql,$this->_connectionID); + if (!$stmt) { + // print "Prepare Error for ($sql) ".$this->ErrorMsg()."
    "; + return $sql; + } + return array($sql,$stmt,false); + } + + function PrepareSP($sql) + { + if (!$this->_canPrepareSP) return $sql; // Can't prepare procedures + + $this->_errorMsg = false; + $this->_errorCode = false; + + $stmt = @odbtp_prepare_proc($sql,$this->_connectionID); + if (!$stmt) return false; + return array($sql,$stmt); + } + + /* + Usage: + $stmt = $db->PrepareSP('SP_RUNSOMETHING'); -- takes 2 params, @myid and @group + + # note that the parameter does not have @ in front! + $db->Parameter($stmt,$id,'myid'); + $db->Parameter($stmt,$group,'group',false,64); + $db->Parameter($stmt,$group,'photo',false,100000,ODB_BINARY); + $db->Execute($stmt); + + @param $stmt Statement returned by Prepare() or PrepareSP(). + @param $var PHP variable to bind to. Can set to null (for isNull support). + @param $name Name of stored procedure variable name to bind to. + @param [$isOutput] Indicates direction of parameter 0/false=IN 1=OUT 2= IN/OUT. This is ignored in odbtp. + @param [$maxLen] Holds an maximum length of the variable. + @param [$type] The data type of $var. Legal values depend on driver. + + See odbtp_attach_param documentation at http://odbtp.sourceforge.net. + */ + function Parameter(&$stmt, &$var, $name, $isOutput=false, $maxLen=0, $type=0) + { + if ( $this->odbc_driver == ODB_DRIVER_JET ) { + $name = '['.$name.']'; + if( !$type && $this->_useUnicodeSQL + && @odbtp_param_bindtype($stmt[1], $name) == ODB_CHAR ) + { + $type = ODB_WCHAR; + } + } + else { + $name = '@'.$name; + } + return @odbtp_attach_param($stmt[1], $name, $var, $type, $maxLen); + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + + function UpdateBlob($table,$column,$val,$where,$blobtype='image') + { + $sql = "UPDATE $table SET $column = ? WHERE $where"; + if( !($stmt = @odbtp_prepare($sql, $this->_connectionID)) ) + return false; + if( !@odbtp_input( $stmt, 1, ODB_BINARY, 1000000, $blobtype ) ) + return false; + if( !@odbtp_set( $stmt, 1, $val ) ) + return false; + return @odbtp_execute( $stmt ) != false; + } + + function MetaIndexes($table,$primary=false, $owner=false) + { + switch ( $this->odbc_driver) { + case ODB_DRIVER_MSSQL: + return $this->MetaIndexes_mssql($table, $primary); + default: + return array(); + } + } + + function MetaIndexes_mssql($table,$primary=false) + { + $table = strtolower($this->qstr($table)); + + $sql = "SELECT i.name AS ind_name, C.name AS col_name, USER_NAME(O.uid) AS Owner, c.colid, k.Keyno, + CASE WHEN I.indid BETWEEN 1 AND 254 AND (I.status & 2048 = 2048 OR I.Status = 16402 AND O.XType = 'V') THEN 1 ELSE 0 END AS IsPK, + CASE WHEN I.status & 2 = 2 THEN 1 ELSE 0 END AS IsUnique + FROM dbo.sysobjects o INNER JOIN dbo.sysindexes I ON o.id = i.id + INNER JOIN dbo.sysindexkeys K ON I.id = K.id AND I.Indid = K.Indid + INNER JOIN dbo.syscolumns c ON K.id = C.id AND K.colid = C.Colid + WHERE LEFT(i.name, 8) <> '_WA_Sys_' AND o.status >= 0 AND lower(O.Name) = $table + ORDER BY O.name, I.Name, K.keyno"; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute($sql); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + return FALSE; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + if ($primary && !$row[5]) continue; + + $indexes[$row[0]]['unique'] = $row[6]; + $indexes[$row[0]]['columns'][] = $row[1]; + } + return $indexes; + } + + function IfNull( $field, $ifNull ) + { + switch( $this->odbc_driver ) { + case ODB_DRIVER_MSSQL: + return " ISNULL($field, $ifNull) "; + case ODB_DRIVER_JET: + return " IIF(IsNull($field), $ifNull, $field) "; + } + return " CASE WHEN $field is null THEN $ifNull ELSE $field END "; + } + + function _query($sql,$inputarr=false) + { + global $php_errormsg; + + $this->_errorMsg = false; + $this->_errorCode = false; + + if ($inputarr) { + if (is_array($sql)) { + $stmtid = $sql[1]; + } else { + $stmtid = @odbtp_prepare($sql,$this->_connectionID); + if ($stmtid == false) { + $this->_errorMsg = $php_errormsg; + return false; + } + } + $num_params = @odbtp_num_params( $stmtid ); + /* + for( $param = 1; $param <= $num_params; $param++ ) { + @odbtp_input( $stmtid, $param ); + @odbtp_set( $stmtid, $param, $inputarr[$param-1] ); + }*/ + + $param = 1; + foreach($inputarr as $v) { + @odbtp_input( $stmtid, $param ); + @odbtp_set( $stmtid, $param, $v ); + $param += 1; + if ($param > $num_params) break; + } + + if (!@odbtp_execute($stmtid) ) { + return false; + } + } else if (is_array($sql)) { + $stmtid = $sql[1]; + if (!@odbtp_execute($stmtid)) { + return false; + } + } else { + $stmtid = odbtp_query($sql,$this->_connectionID); + } + $this->_lastAffectedRows = 0; + if ($stmtid) { + $this->_lastAffectedRows = @odbtp_affected_rows($stmtid); + } + return $stmtid; + } + + function _close() + { + $ret = @odbtp_close($this->_connectionID); + $this->_connectionID = false; + return $ret; + } +} + +class ADORecordSet_odbtp extends ADORecordSet { + + var $databaseType = 'odbtp'; + var $canSeek = true; + + function ADORecordSet_odbtp($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function _initrs() + { + $this->_numOfFields = @odbtp_num_fields($this->_queryID); + if (!($this->_numOfRows = @odbtp_num_rows($this->_queryID))) + $this->_numOfRows = -1; + + if (!$this->connection->_useUnicodeSQL) return; + + if ($this->connection->odbc_driver == ODB_DRIVER_JET) { + if (!@odbtp_get_attr(ODB_ATTR_MAPCHARTOWCHAR, + $this->connection->_connectionID)) + { + for ($f = 0; $f < $this->_numOfFields; $f++) { + if (@odbtp_field_bindtype($this->_queryID, $f) == ODB_CHAR) + @odbtp_bind_field($this->_queryID, $f, ODB_WCHAR); + } + } + } + } + + function FetchField($fieldOffset = 0) + { + $off=$fieldOffset; // offsets begin at 0 + $o= new ADOFieldObject(); + $o->name = @odbtp_field_name($this->_queryID,$off); + $o->type = @odbtp_field_type($this->_queryID,$off); + $o->max_length = @odbtp_field_length($this->_queryID,$off); + if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); + else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); + return $o; + } + + function _seek($row) + { + return @odbtp_data_seek($this->_queryID, $row); + } + + function fields($colname) + { + if ($this->fetchMode & ADODB_FETCH_ASSOC) return $this->fields[$colname]; + + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $name = @odbtp_field_name( $this->_queryID, $i ); + $this->bind[strtoupper($name)] = $i; + } + } + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + function _fetch_odbtp($type=0) + { + switch ($this->fetchMode) { + case ADODB_FETCH_NUM: + $this->fields = @odbtp_fetch_row($this->_queryID, $type); + break; + case ADODB_FETCH_ASSOC: + $this->fields = @odbtp_fetch_assoc($this->_queryID, $type); + break; + default: + $this->fields = @odbtp_fetch_array($this->_queryID, $type); + } + if ($this->databaseType = 'odbtp_vfp') { + if ($this->fields) + foreach($this->fields as $k => $v) { + if (strncmp($v,'1899-12-30',10) == 0) $this->fields[$k] = ''; + } + } + return is_array($this->fields); + } + + function _fetch() + { + return $this->_fetch_odbtp(); + } + + function MoveFirst() + { + if (!$this->_fetch_odbtp(ODB_FETCH_FIRST)) return false; + $this->EOF = false; + $this->_currentRow = 0; + return true; + } + + function MoveLast() + { + if (!$this->_fetch_odbtp(ODB_FETCH_LAST)) return false; + $this->EOF = false; + $this->_currentRow = $this->_numOfRows - 1; + return true; + } + + function NextRecordSet() + { + if (!@odbtp_next_result($this->_queryID)) return false; + $this->_inited = false; + $this->bind = false; + $this->_currentRow = -1; + $this->Init(); + return true; + } + + function _close() + { + return @odbtp_free_query($this->_queryID); + } +} + +class ADORecordSet_odbtp_mssql extends ADORecordSet_odbtp { + + var $databaseType = 'odbtp_mssql'; + + function ADORecordSet_odbtp_mssql($id,$mode=false) + { + return $this->ADORecordSet_odbtp($id,$mode); + } +} + +class ADORecordSet_odbtp_access extends ADORecordSet_odbtp { + + var $databaseType = 'odbtp_access'; + + function ADORecordSet_odbtp_access($id,$mode=false) + { + return $this->ADORecordSet_odbtp($id,$mode); + } +} + +class ADORecordSet_odbtp_vfp extends ADORecordSet_odbtp { + + var $databaseType = 'odbtp_vfp'; + + function ADORecordSet_odbtp_vfp($id,$mode=false) + { + return $this->ADORecordSet_odbtp($id,$mode); + } +} + +class ADORecordSet_odbtp_oci8 extends ADORecordSet_odbtp { + + var $databaseType = 'odbtp_oci8'; + + function ADORecordSet_odbtp_oci8($id,$mode=false) + { + return $this->ADORecordSet_odbtp($id,$mode); + } +} + +class ADORecordSet_odbtp_sybase extends ADORecordSet_odbtp { + + var $databaseType = 'odbtp_sybase'; + + function ADORecordSet_odbtp_sybase($id,$mode=false) + { + return $this->ADORecordSet_odbtp($id,$mode); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-odbtp_unicode.inc.php b/e_lib/adodb5/drivers/adodb-odbtp_unicode.inc.php new file mode 100644 index 00000000..4943cb5f --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-odbtp_unicode.inc.php @@ -0,0 +1,39 @@ + + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +/* + Because the ODBTP server sends and reads UNICODE text data using UTF-8 + encoding, the following HTML meta tag must be included within the HTML + head section of every HTML form and script page: + + + + Also, all SQL query strings must be submitted as UTF-8 encoded text. +*/ + +if (!defined('_ADODB_ODBTP_LAYER')) { + include(ADODB_DIR."/drivers/adodb-odbtp.inc.php"); +} + +class ADODB_odbtp_unicode extends ADODB_odbtp { + var $databaseType = 'odbtp'; + var $_useUnicodeSQL = true; + + function ADODB_odbtp_unicode() + { + $this->ADODB_odbtp(); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-oracle.inc.php b/e_lib/adodb5/drivers/adodb-oracle.inc.php new file mode 100644 index 00000000..36e85c66 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-oracle.inc.php @@ -0,0 +1,342 @@ +format($this->fmtDate); + else $ds = adodb_date($this->fmtDate,$d); + return 'TO_DATE('.$ds.",'YYYY-MM-DD')"; + } + + // format and return date string in database timestamp format + function DBTimeStamp($ts) + { + + if (is_string($ts)) $ts = ADORecordSet::UnixTimeStamp($ts); + if (is_object($ts)) $ds = $ts->format($this->fmtDate); + else $ds = adodb_date($this->fmtTimeStamp,$ts); + return 'TO_DATE('.$ds.",'RRRR-MM-DD, HH:MI:SS AM')"; + } + + + function BindDate($d) + { + $d = ADOConnection::DBDate($d); + if (strncmp($d,"'",1)) return $d; + + return substr($d,1,strlen($d)-2); + } + + function BindTimeStamp($d) + { + $d = ADOConnection::DBTimeStamp($d); + if (strncmp($d,"'",1)) return $d; + + return substr($d,1,strlen($d)-2); + } + + + + function BeginTrans() + { + $this->autoCommit = false; + ora_commitoff($this->_connectionID); + return true; + } + + + function CommitTrans($ok=true) + { + if (!$ok) return $this->RollbackTrans(); + $ret = ora_commit($this->_connectionID); + ora_commiton($this->_connectionID); + return $ret; + } + + + function RollbackTrans() + { + $ret = ora_rollback($this->_connectionID); + ora_commiton($this->_connectionID); + return $ret; + } + + + /* there seems to be a bug in the oracle extension -- always returns ORA-00000 - no error */ + function ErrorMsg() + { + if ($this->_errorMsg !== false) return $this->_errorMsg; + + if (is_resource($this->_curs)) $this->_errorMsg = @ora_error($this->_curs); + if (empty($this->_errorMsg)) $this->_errorMsg = @ora_error($this->_connectionID); + return $this->_errorMsg; + } + + + function ErrorNo() + { + if ($this->_errorCode !== false) return $this->_errorCode; + + if (is_resource($this->_curs)) $this->_errorCode = @ora_errorcode($this->_curs); + if (empty($this->_errorCode)) $this->_errorCode = @ora_errorcode($this->_connectionID); + return $this->_errorCode; + } + + + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename, $mode=0) + { + if (!function_exists('ora_plogon')) return null; + + // Reset error messages before connecting + $this->_errorMsg = false; + $this->_errorCode = false; + + // G. Giunta 2003/08/13 - This looks danegrously suspicious: why should we want to set + // the oracle home to the host name of remote DB? +// if ($argHostname) putenv("ORACLE_HOME=$argHostname"); + + if($argHostname) { // code copied from version submitted for oci8 by Jorma Tuomainen + if (empty($argDatabasename)) $argDatabasename = $argHostname; + else { + if(strpos($argHostname,":")) { + $argHostinfo=explode(":",$argHostname); + $argHostname=$argHostinfo[0]; + $argHostport=$argHostinfo[1]; + } else { + $argHostport="1521"; + } + + + if ($this->connectSID) { + $argDatabasename="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=".$argHostname + .")(PORT=$argHostport))(CONNECT_DATA=(SID=$argDatabasename)))"; + } else + $argDatabasename="(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=".$argHostname + .")(PORT=$argHostport))(CONNECT_DATA=(SERVICE_NAME=$argDatabasename)))"; + } + + } + + if ($argDatabasename) $argUsername .= "@$argDatabasename"; + + //if ($argHostname) print "

    Connect: 1st argument should be left blank for $this->databaseType

    "; + if ($mode == 1) + $this->_connectionID = ora_plogon($argUsername,$argPassword); + else + $this->_connectionID = ora_logon($argUsername,$argPassword); + if ($this->_connectionID === false) return false; + if ($this->autoCommit) ora_commiton($this->_connectionID); + if ($this->_initdate) { + $rs = $this->_query("ALTER SESSION SET NLS_DATE_FORMAT='YYYY-MM-DD'"); + if ($rs) ora_close($rs); + } + + return true; + } + + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabasename, 1); + } + + + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + // Reset error messages before executing + $this->_errorMsg = false; + $this->_errorCode = false; + + $curs = ora_open($this->_connectionID); + + if ($curs === false) return false; + $this->_curs = $curs; + if (!ora_parse($curs,$sql)) return false; + if (ora_exec($curs)) return $curs; + // before we close the cursor, we have to store the error message + // that we can obtain ONLY from the cursor (and not from the connection) + $this->_errorCode = @ora_errorcode($curs); + $this->_errorMsg = @ora_error($curs); + // + @ora_close($curs); + return false; + } + + + // returns true or false + function _close() + { + return @ora_logoff($this->_connectionID); + } + + + +} + + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_oracle extends ADORecordSet { + + var $databaseType = "oracle"; + var $bind = false; + + function ADORecordset_oracle($queryID,$mode=false) + { + + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->fetchMode = $mode; + + $this->_queryID = $queryID; + + $this->_inited = true; + $this->fields = array(); + if ($queryID) { + $this->_currentRow = 0; + $this->EOF = !$this->_fetch(); + @$this->_initrs(); + } else { + $this->_numOfRows = 0; + $this->_numOfFields = 0; + $this->EOF = true; + } + + return $this->_queryID; + } + + + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + + function FetchField($fieldOffset = -1) + { + $fld = new ADOFieldObject; + $fld->name = ora_columnname($this->_queryID, $fieldOffset); + $fld->type = ora_columntype($this->_queryID, $fieldOffset); + $fld->max_length = ora_columnsize($this->_queryID, $fieldOffset); + return $fld; + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + function _initrs() + { + $this->_numOfRows = -1; + $this->_numOfFields = @ora_numcols($this->_queryID); + } + + + function _seek($row) + { + return false; + } + + function _fetch($ignore_fields=false) { +// should remove call by reference, but ora_fetch_into requires it in 4.0.3pl1 + if ($this->fetchMode & ADODB_FETCH_ASSOC) + return @ora_fetch_into($this->_queryID,$this->fields,ORA_FETCHINTO_NULLS|ORA_FETCHINTO_ASSOC); + else + return @ora_fetch_into($this->_queryID,$this->fields,ORA_FETCHINTO_NULLS); + } + + /* close() only needs to be called if you are worried about using too much memory while your script + is running. All associated result memory for the specified result identifier will automatically be freed. */ + + function _close() +{ + return @ora_close($this->_queryID); + } + + function MetaType($t,$len=-1) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + + switch (strtoupper($t)) { + case 'VARCHAR': + case 'VARCHAR2': + case 'CHAR': + case 'VARBINARY': + case 'BINARY': + if ($len <= $this->blobSize) return 'C'; + case 'LONG': + case 'LONG VARCHAR': + case 'CLOB': + return 'X'; + case 'LONG RAW': + case 'LONG VARBINARY': + case 'BLOB': + return 'B'; + + case 'DATE': return 'D'; + + //case 'T': return 'T'; + + case 'BIT': return 'L'; + case 'INT': + case 'SMALLINT': + case 'INTEGER': return 'I'; + default: return 'N'; + } + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo.inc.php b/e_lib/adodb5/drivers/adodb-pdo.inc.php new file mode 100644 index 00000000..134d9234 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo.inc.php @@ -0,0 +1,626 @@ +_driver; + $this->fmtDate = $d->fmtDate; + $this->fmtTimeStamp = $d->fmtTimeStamp; + $this->replaceQuote = $d->replaceQuote; + $this->sysDate = $d->sysDate; + $this->sysTimeStamp = $d->sysTimeStamp; + $this->random = $d->random; + $this->concat_operator = $d->concat_operator; + $this->nameQuote = $d->nameQuote; + + $this->hasGenID = $d->hasGenID; + $this->_genIDSQL = $d->_genIDSQL; + $this->_genSeqSQL = $d->_genSeqSQL; + $this->_dropSeqSQL = $d->_dropSeqSQL; + + $d->_init($this); + } + + function Time() + { + if (!empty($this->_driver->_hasdual)) $sql = "select $this->sysTimeStamp from dual"; + else $sql = "select $this->sysTimeStamp"; + + $rs = $this->_Execute($sql); + if ($rs && !$rs->EOF) return $this->UnixTimeStamp(reset($rs->fields)); + + return false; + } + + // returns true or false + function _connect($argDSN, $argUsername, $argPassword, $argDatabasename, $persist=false) + { + $at = strpos($argDSN,':'); + $this->dsnType = substr($argDSN,0,$at); + + if ($argDatabasename) { + $argDSN .= ';dbname='.$argDatabasename; + } + try { + $this->_connectionID = new PDO($argDSN, $argUsername, $argPassword); + } catch (Exception $e) { + $this->_connectionID = false; + $this->_errorno = -1; + //var_dump($e); + $this->_errormsg = 'Connection attempt failed: '.$e->getMessage(); + return false; + } + + if ($this->_connectionID) { + switch(ADODB_ASSOC_CASE){ + case 0: $m = PDO::CASE_LOWER; break; + case 1: $m = PDO::CASE_UPPER; break; + default: + case 2: $m = PDO::CASE_NATURAL; break; + } + + //$this->_connectionID->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_SILENT ); + $this->_connectionID->setAttribute(PDO::ATTR_CASE,$m); + + $class = 'ADODB_pdo_'.$this->dsnType; + //$this->_connectionID->setAttribute(PDO::ATTR_AUTOCOMMIT,true); + switch($this->dsnType) { + case 'oci': + case 'mysql': + case 'pgsql': + case 'mssql': + case 'sqlite': + include_once(ADODB_DIR.'/drivers/adodb-pdo_'.$this->dsnType.'.inc.php'); + break; + } + if (class_exists($class)) + $this->_driver = new $class(); + else + $this->_driver = new ADODB_pdo_base(); + + $this->_driver->_connectionID = $this->_connectionID; + $this->_UpdatePDO(); + return true; + } + $this->_driver = new ADODB_pdo_base(); + return false; + } + + function Concat() + { + $args = func_get_args(); + if(method_exists($this->_driver, 'Concat')) + return call_user_func_array(array($this->_driver, 'Concat'), $args); + + return call_user_func_array(array($this,'parent::Concat'), $args); + } + + // returns true or false + function _pconnect($argDSN, $argUsername, $argPassword, $argDatabasename) + { + return $this->_connect($argDSN, $argUsername, $argPassword, $argDatabasename, true); + } + + /*------------------------------------------------------------------------------*/ + + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $save = $this->_driver->fetchMode; + $this->_driver->fetchMode = $this->fetchMode; + $this->_driver->debug = $this->debug; + $ret = $this->_driver->SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + $this->_driver->fetchMode = $save; + return $ret; + } + + + function ServerInfo() + { + return $this->_driver->ServerInfo(); + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + return $this->_driver->MetaTables($ttype,$showSchema,$mask); + } + + function MetaColumns($table,$normalize=true) + { + return $this->_driver->MetaColumns($table,$normalize); + } + + function InParameter(&$stmt,&$var,$name,$maxLen=4000,$type=false) + { + $obj = $stmt[1]; + if ($type) $obj->bindParam($name,$var,$type,$maxLen); + else $obj->bindParam($name, $var); + } + + function OffsetDate($dayFraction,$date=false) + { + return $this->_driver->OffsetDate($dayFraction,$date); + } + + function ErrorMsg() + { + if ($this->_errormsg !== false) return $this->_errormsg; + if (!empty($this->_stmt)) $arr = $this->_stmt->errorInfo(); + else if (!empty($this->_connectionID)) $arr = $this->_connectionID->errorInfo(); + else return 'No Connection Established'; + + + if ($arr) { + if (sizeof($arr)<2) return ''; + if ((integer)$arr[1]) return $arr[2]; + else return ''; + } else return '-1'; + } + + + function ErrorNo() + { + if ($this->_errorno !== false) return $this->_errorno; + if (!empty($this->_stmt)) $err = $this->_stmt->errorCode(); + else if (!empty($this->_connectionID)) { + $arr = $this->_connectionID->errorInfo(); + if (isset($arr[0])) $err = $arr[0]; + else $err = -1; + } else + return 0; + + if ($err == '00000') return 0; // allows empty check + return $err; + } + + function SetTransactionMode($transaction_mode) + { + if(method_exists($this->_driver, 'SetTransactionMode')) + return $this->_driver->SetTransactionMode($transaction_mode); + + return parent::SetTransactionMode($seqname); + } + + function BeginTrans() + { + if(method_exists($this->_driver, 'BeginTrans')) + return $this->_driver->BeginTrans(); + + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + $this->transCnt += 1; + $this->_autocommit = false; + $this->_connectionID->setAttribute(PDO::ATTR_AUTOCOMMIT,false); + return $this->_connectionID->beginTransaction(); + } + + function CommitTrans($ok=true) + { + if(method_exists($this->_driver, 'CommitTrans')) + return $this->_driver->CommitTrans($ok); + + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + + $ret = $this->_connectionID->commit(); + $this->_connectionID->setAttribute(PDO::ATTR_AUTOCOMMIT,true); + return $ret; + } + + function RollbackTrans() + { + if(method_exists($this->_driver, 'RollbackTrans')) + return $this->_driver->RollbackTrans(); + + if (!$this->hasTransactions) return false; + if ($this->transOff) return true; + if ($this->transCnt) $this->transCnt -= 1; + $this->_autocommit = true; + + $ret = $this->_connectionID->rollback(); + $this->_connectionID->setAttribute(PDO::ATTR_AUTOCOMMIT,true); + return $ret; + } + + function Prepare($sql) + { + $this->_stmt = $this->_connectionID->prepare($sql); + if ($this->_stmt) return array($sql,$this->_stmt); + + return false; + } + + function PrepareStmt($sql) + { + $stmt = $this->_connectionID->prepare($sql); + if (!$stmt) return false; + $obj = new ADOPDOStatement($stmt,$this); + return $obj; + } + + function CreateSequence($seqname='adodbseq',$startID=1) + { + if(method_exists($this->_driver, 'CreateSequence')) + return $this->_driver->CreateSequence($seqname, $startID); + + return parent::CreateSequence($seqname, $startID); + } + + function DropSequence($seqname='adodbseq') + { + if(method_exists($this->_driver, 'DropSequence')) + return $this->_driver->DropSequence($seqname); + + return parent::DropSequence($seqname); + } + + function GenID($seqname='adodbseq',$startID=1) + { + if(method_exists($this->_driver, 'GenID')) + return $this->_driver->GenID($seqname, $startID); + + return parent::GenID($seqname, $startID); + } + + + /* returns queryID or false */ + function _query($sql,$inputarr=false) + { + if (is_array($sql)) { + $stmt = $sql[1]; + } else { + $stmt = $this->_connectionID->prepare($sql); + } + #adodb_backtrace(); + #var_dump($this->_bindInputArray); + if ($stmt) { + $this->_driver->debug = $this->debug; + if ($inputarr) $ok = $stmt->execute($inputarr); + else $ok = $stmt->execute(); + } + + + $this->_errormsg = false; + $this->_errorno = false; + + if ($ok) { + $this->_stmt = $stmt; + return $stmt; + } + + if ($stmt) { + + $arr = $stmt->errorinfo(); + if ((integer)$arr[1]) { + $this->_errormsg = $arr[2]; + $this->_errorno = $arr[1]; + } + + } else { + $this->_errormsg = false; + $this->_errorno = false; + } + return false; + } + + // returns true or false + function _close() + { + $this->_stmt = false; + return true; + } + + function _affectedrows() + { + return ($this->_stmt) ? $this->_stmt->rowCount() : 0; + } + + function _insertid() + { + return ($this->_connectionID) ? $this->_connectionID->lastInsertId() : 0; + } +} + +class ADODB_pdo_base extends ADODB_pdo { + + var $sysDate = "'?'"; + var $sysTimeStamp = "'?'"; + + + function _init($parentDriver) + { + $parentDriver->_bindInputArray = true; + #$parentDriver->_connectionID->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY,true); + } + + function ServerInfo() + { + return ADOConnection::ServerInfo(); + } + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $ret = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $ret; + } + + function MetaTables() + { + return false; + } + + function MetaColumns() + { + return false; + } +} + +class ADOPDOStatement { + + var $databaseType = "pdo"; + var $dataProvider = "pdo"; + var $_stmt; + var $_connectionID; + + function ADOPDOStatement($stmt,$connection) + { + $this->_stmt = $stmt; + $this->_connectionID = $connection; + } + + function Execute($inputArr=false) + { + $savestmt = $this->_connectionID->_stmt; + $rs = $this->_connectionID->Execute(array(false,$this->_stmt),$inputArr); + $this->_connectionID->_stmt = $savestmt; + return $rs; + } + + function InParameter(&$var,$name,$maxLen=4000,$type=false) + { + + if ($type) $this->_stmt->bindParam($name,$var,$type,$maxLen); + else $this->_stmt->bindParam($name, $var); + } + + function Affected_Rows() + { + return ($this->_stmt) ? $this->_stmt->rowCount() : 0; + } + + function ErrorMsg() + { + if ($this->_stmt) $arr = $this->_stmt->errorInfo(); + else $arr = $this->_connectionID->errorInfo(); + + if (is_array($arr)) { + if ((integer) $arr[0] && isset($arr[2])) return $arr[2]; + else return ''; + } else return '-1'; + } + + function NumCols() + { + return ($this->_stmt) ? $this->_stmt->columnCount() : 0; + } + + function ErrorNo() + { + if ($this->_stmt) return $this->_stmt->errorCode(); + else return $this->_connectionID->errorInfo(); + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_pdo extends ADORecordSet { + + var $bind = false; + var $databaseType = "pdo"; + var $dataProvider = "pdo"; + + function ADORecordSet_pdo($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + $this->adodbFetchMode = $mode; + switch($mode) { + case ADODB_FETCH_NUM: $mode = PDO::FETCH_NUM; break; + case ADODB_FETCH_ASSOC: $mode = PDO::FETCH_ASSOC; break; + + case ADODB_FETCH_BOTH: + default: $mode = PDO::FETCH_BOTH; break; + } + $this->fetchMode = $mode; + + $this->_queryID = $id; + $this->ADORecordSet($id); + } + + + function Init() + { + if ($this->_inited) return; + $this->_inited = true; + if ($this->_queryID) @$this->_initrs(); + else { + $this->_numOfRows = 0; + $this->_numOfFields = 0; + } + if ($this->_numOfRows != 0 && $this->_currentRow == -1) { + $this->_currentRow = 0; + if ($this->EOF = ($this->_fetch() === false)) { + $this->_numOfRows = 0; // _numOfRows could be -1 + } + } else { + $this->EOF = true; + } + } + + function _initrs() + { + global $ADODB_COUNTRECS; + + $this->_numOfRows = ($ADODB_COUNTRECS) ? @$this->_queryID->rowCount() : -1; + if (!$this->_numOfRows) $this->_numOfRows = -1; + $this->_numOfFields = $this->_queryID->columnCount(); + } + + // returns the field object + function FetchField($fieldOffset = -1) + { + $off=$fieldOffset+1; // offsets begin at 1 + + $o= new ADOFieldObject(); + $arr = @$this->_queryID->getColumnMeta($fieldOffset); + if (!$arr) { + $o->name = 'bad getColumnMeta()'; + $o->max_length = -1; + $o->type = 'VARCHAR'; + $o->precision = 0; + # $false = false; + return $o; + } + //adodb_pr($arr); + $o->name = $arr['name']; + if (isset($arr['native_type']) && $arr['native_type'] <> "null") $o->type = $arr['native_type']; + else $o->type = adodb_pdo_type($arr['pdo_type']); + $o->max_length = $arr['len']; + $o->precision = $arr['precision']; + + if (ADODB_ASSOC_CASE == 0) $o->name = strtolower($o->name); + else if (ADODB_ASSOC_CASE == 1) $o->name = strtoupper($o->name); + return $o; + } + + function _seek($row) + { + return false; + } + + function _fetch() + { + if (!$this->_queryID) return false; + + $this->fields = $this->_queryID->fetch($this->fetchMode); + return !empty($this->fields); + } + + function _close() + { + $this->_queryID = false; + } + + function Fields($colname) + { + if ($this->adodbFetchMode != ADODB_FETCH_NUM) return @$this->fields[$colname]; + + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + return $this->fields[$this->bind[strtoupper($colname)]]; + } + +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo_mssql.inc.php b/e_lib/adodb5/drivers/adodb-pdo_mssql.inc.php new file mode 100644 index 00000000..a483b1d9 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo_mssql.inc.php @@ -0,0 +1,61 @@ +hasTransactions = false; ## <<< BUG IN PDO mssql driver + $parentDriver->_bindInputArray = false; + $parentDriver->hasInsertID = true; + } + + function ServerInfo() + { + return ADOConnection::ServerInfo(); + } + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $ret = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $ret; + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL READ COMMITTED'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET TRANSACTION ".$transaction_mode); + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + return false; + } + + function MetaColumns($table,$normalize=true) + { + return false; + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo_mysql.inc.php b/e_lib/adodb5/drivers/adodb-pdo_mysql.inc.php new file mode 100644 index 00000000..1e7599dc --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo_mysql.inc.php @@ -0,0 +1,182 @@ +hasTransactions = false; + #$parentDriver->_bindInputArray = false; + $parentDriver->hasInsertID = true; + $parentDriver->_connectionID->setAttribute(PDO::MYSQL_ATTR_USE_BUFFERED_QUERY,true); + } + + // dayFraction is a day in floating point + function OffsetDate($dayFraction,$date=false) + { + if (!$date) $date = $this->sysDate; + + $fraction = $dayFraction * 24 * 3600; + return $date . ' + INTERVAL ' . $fraction.' SECOND'; + +// return "from_unixtime(unix_timestamp($date)+$fraction)"; + } + + function Concat() + { + $s = ""; + $arr = func_get_args(); + + // suggestion by andrew005#mnogo.ru + $s = implode(',',$arr); + if (strlen($s) > 0) return "CONCAT($s)"; return ''; + } + + function ServerInfo() + { + $arr['description'] = ADOConnection::GetOne("select version()"); + $arr['version'] = ADOConnection::_findvers($arr['description']); + return $arr; + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + $save = $this->metaTablesSQL; + if ($showSchema && is_string($showSchema)) { + $this->metaTablesSQL .= " from $showSchema"; + } + + if ($mask) { + $mask = $this->qstr($mask); + $this->metaTablesSQL .= " like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + $this->metaTablesSQL = $save; + return $ret; + } + + function SetTransactionMode( $transaction_mode ) + { + $this->_transmode = $transaction_mode; + if (empty($transaction_mode)) { + $this->Execute('SET TRANSACTION ISOLATION LEVEL REPEATABLE READ'); + return; + } + if (!stristr($transaction_mode,'isolation')) $transaction_mode = 'ISOLATION LEVEL '.$transaction_mode; + $this->Execute("SET SESSION TRANSACTION ".$transaction_mode); + } + + function MetaColumns($table,$normalize=true) + { + $this->_findschema($table,$schema); + if ($schema) { + $dbName = $this->database; + $this->SelectDB($schema); + } + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table)); + + if ($schema) { + $this->SelectDB($dbName); + } + + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if (!is_object($rs)) { + $false = false; + return $false; + } + + $retarr = array(); + while (!$rs->EOF){ + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $type = $rs->fields[1]; + + // split type into type(length): + $fld->scale = null; + if (preg_match("/^(.+)\((\d+),(\d+)/", $type, $query_array)) { + $fld->type = $query_array[1]; + $fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1; + $fld->scale = is_numeric($query_array[3]) ? $query_array[3] : -1; + } elseif (preg_match("/^(.+)\((\d+)/", $type, $query_array)) { + $fld->type = $query_array[1]; + $fld->max_length = is_numeric($query_array[2]) ? $query_array[2] : -1; + } elseif (preg_match("/^(enum)\((.*)\)$/i", $type, $query_array)) { + $fld->type = $query_array[1]; + $arr = explode(",",$query_array[2]); + $fld->enums = $arr; + $zlen = max(array_map("strlen",$arr)) - 2; // PHP >= 4.0.6 + $fld->max_length = ($zlen > 0) ? $zlen : 1; + } else { + $fld->type = $type; + $fld->max_length = -1; + } + $fld->not_null = ($rs->fields[2] != 'YES'); + $fld->primary_key = ($rs->fields[3] == 'PRI'); + $fld->auto_increment = (strpos($rs->fields[5], 'auto_increment') !== false); + $fld->binary = (strpos($type,'blob') !== false); + $fld->unsigned = (strpos($type,'unsigned') !== false); + + if (!$fld->binary) { + $d = $rs->fields[4]; + if ($d != '' && $d != 'NULL') { + $fld->has_default = true; + $fld->default_value = $d; + } else { + $fld->has_default = false; + } + } + + if ($save == ADODB_FETCH_NUM) { + $retarr[] = $fld; + } else { + $retarr[strtoupper($fld->name)] = $fld; + } + $rs->MoveNext(); + } + + $rs->Close(); + return $retarr; + } + + + // parameters use PostgreSQL convention, not MySQL + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs=0) + { + $offsetStr =($offset>=0) ? "$offset," : ''; + // jason judge, see http://phplens.com/lens/lensforum/msgs.php?id=9220 + if ($nrows < 0) $nrows = '18446744073709551615'; + + if ($secs) + $rs = $this->CacheExecute($secs,$sql." LIMIT $offsetStr$nrows",$inputarr); + else + $rs = $this->Execute($sql." LIMIT $offsetStr$nrows",$inputarr); + return $rs; + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo_oci.inc.php b/e_lib/adodb5/drivers/adodb-pdo_oci.inc.php new file mode 100644 index 00000000..4f5bcf90 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo_oci.inc.php @@ -0,0 +1,93 @@ +_bindInputArray = true; + $parentDriver->_nestedSQL = true; + if ($this->_initdate) { + $parentDriver->Execute("ALTER SESSION SET NLS_DATE_FORMAT='".$this->NLS_DATE_FORMAT."'"); + } + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(strtoupper($mask)); + $this->metaTablesSQL .= " AND table_name like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + function MetaColumns($table,$normalize=true) + { + global $ADODB_FETCH_MODE; + + $false = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,strtoupper($table))); + + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + if (!$rs) { + return $false; + } + $retarr = array(); + while (!$rs->EOF) { //print_r($rs->fields); + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + $fld->max_length = $rs->fields[2]; + $fld->scale = $rs->fields[3]; + if ($rs->fields[1] == 'NUMBER' && $rs->fields[3] == 0) { + $fld->type ='INT'; + $fld->max_length = $rs->fields[4]; + } + $fld->not_null = (strncmp($rs->fields[5], 'NOT',3) === 0); + $fld->binary = (strpos($fld->type,'BLOB') !== false); + $fld->default_value = $rs->fields[6]; + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[strtoupper($fld->name)] = $fld; + $rs->MoveNext(); + } + $rs->Close(); + if (empty($retarr)) + return $false; + else + return $retarr; + } +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo_pgsql.inc.php b/e_lib/adodb5/drivers/adodb-pdo_pgsql.inc.php new file mode 100644 index 00000000..8c67a849 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo_pgsql.inc.php @@ -0,0 +1,230 @@ + 0 AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; + + // used when schema defined + var $metaColumnsSQL1 = "SELECT a.attname, t.typname, a.attlen, a.atttypmod, a.attnotnull, a.atthasdef, a.attnum +FROM pg_class c, pg_attribute a, pg_type t, pg_namespace n +WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) + and c.relnamespace=n.oid and n.nspname='%s' + and a.attname not like '....%%' AND a.attnum > 0 + AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; + + // get primary key etc -- from Freek Dijkstra + var $metaKeySQL = "SELECT ic.relname AS index_name, a.attname AS column_name,i.indisunique AS unique_key, i.indisprimary AS primary_key + FROM pg_class bc, pg_class ic, pg_index i, pg_attribute a WHERE bc.oid = i.indrelid AND ic.oid = i.indexrelid AND (i.indkey[0] = a.attnum OR i.indkey[1] = a.attnum OR i.indkey[2] = a.attnum OR i.indkey[3] = a.attnum OR i.indkey[4] = a.attnum OR i.indkey[5] = a.attnum OR i.indkey[6] = a.attnum OR i.indkey[7] = a.attnum) AND a.attrelid = bc.oid AND bc.relname = '%s'"; + + var $hasAffectedRows = true; + var $hasLimit = false; // set to true for pgsql 7 only. support pgsql/mysql SELECT * FROM TABLE LIMIT 10 + // below suggested by Freek Dijkstra + var $true = 't'; // string that represents TRUE for a database + var $false = 'f'; // string that represents FALSE for a database + var $fmtDate = "'Y-m-d'"; // used by DBDate() as the default date format used by the database + var $fmtTimeStamp = "'Y-m-d G:i:s'"; // used by DBTimeStamp as the default timestamp fmt. + var $hasMoveFirst = true; + var $hasGenID = true; + var $_genIDSQL = "SELECT NEXTVAL('%s')"; + var $_genSeqSQL = "CREATE SEQUENCE %s START %s"; + var $_dropSeqSQL = "DROP SEQUENCE %s"; + var $metaDefaultsSQL = "SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='%s' order by d.adnum"; + var $random = 'random()'; /// random function + var $concat_operator='||'; + + function _init($parentDriver) + { + + $parentDriver->hasTransactions = false; ## <<< BUG IN PDO pgsql driver + $parentDriver->hasInsertID = true; + $parentDriver->_nestedSQL = true; + } + + function ServerInfo() + { + $arr['description'] = ADOConnection::GetOne("select version()"); + $arr['version'] = ADOConnection::_findvers($arr['description']); + return $arr; + } + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $offsetStr = ($offset >= 0) ? " OFFSET $offset" : ''; + $limitStr = ($nrows >= 0) ? " LIMIT $nrows" : ''; + if ($secs2cache) + $rs = $this->CacheExecute($secs2cache,$sql."$limitStr$offsetStr",$inputarr); + else + $rs = $this->Execute($sql."$limitStr$offsetStr",$inputarr); + + return $rs; + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + $info = $this->ServerInfo(); + if ($info['version'] >= 7.3) { + $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' + and schemaname not in ( 'pg_catalog','information_schema') + union + select viewname,'V' from pg_views where viewname not like 'pg\_%' and schemaname not in ( 'pg_catalog','information_schema') "; + } + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(strtolower($mask)); + if ($info['version']>=7.3) + $this->metaTablesSQL = " +select tablename,'T' from pg_tables where tablename like $mask and schemaname not in ( 'pg_catalog','information_schema') + union +select viewname,'V' from pg_views where viewname like $mask and schemaname not in ( 'pg_catalog','information_schema') "; + else + $this->metaTablesSQL = " +select tablename,'T' from pg_tables where tablename like $mask + union +select viewname,'V' from pg_views where viewname like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + function MetaColumns($table,$normalize=true) + { + global $ADODB_FETCH_MODE; + + $schema = false; + $this->_findschema($table,$schema); + + if ($normalize) $table = strtolower($table); + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + if ($schema) $rs = $this->Execute(sprintf($this->metaColumnsSQL1,$table,$table,$schema)); + else $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table,$table)); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rs === false) { + $false = false; + return $false; + } + if (!empty($this->metaKeySQL)) { + // If we want the primary keys, we have to issue a separate query + // Of course, a modified version of the metaColumnsSQL query using a + // LEFT JOIN would have been much more elegant, but postgres does + // not support OUTER JOINS. So here is the clumsy way. + + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + + $rskey = $this->Execute(sprintf($this->metaKeySQL,($table))); + // fetch all result in once for performance. + $keys = $rskey->GetArray(); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + $rskey->Close(); + unset($rskey); + } + + $rsdefa = array(); + if (!empty($this->metaDefaultsSQL)) { + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $sql = sprintf($this->metaDefaultsSQL, ($table)); + $rsdef = $this->Execute($sql); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rsdef) { + while (!$rsdef->EOF) { + $num = $rsdef->fields['num']; + $s = $rsdef->fields['def']; + if (strpos($s,'::')===false && substr($s, 0, 1) == "'") { /* quoted strings hack... for now... fixme */ + $s = substr($s, 1); + $s = substr($s, 0, strlen($s) - 1); + } + + $rsdefa[$num] = $s; + $rsdef->MoveNext(); + } + } else { + ADOConnection::outp( "==> SQL => " . $sql); + } + unset($rsdef); + } + + $retarr = array(); + while (!$rs->EOF) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + $fld->max_length = $rs->fields[2]; + if ($fld->max_length <= 0) $fld->max_length = $rs->fields[3]-4; + if ($fld->max_length <= 0) $fld->max_length = -1; + if ($fld->type == 'numeric') { + $fld->scale = $fld->max_length & 0xFFFF; + $fld->max_length >>= 16; + } + // dannym + // 5 hasdefault; 6 num-of-column + $fld->has_default = ($rs->fields[5] == 't'); + if ($fld->has_default) { + $fld->default_value = $rsdefa[$rs->fields[6]]; + } + + //Freek + if ($rs->fields[4] == $this->true) { + $fld->not_null = true; + } + + // Freek + if (is_array($keys)) { + foreach($keys as $key) { + if ($fld->name == $key['column_name'] AND $key['primary_key'] == $this->true) + $fld->primary_key = true; + if ($fld->name == $key['column_name'] AND $key['unique_key'] == $this->true) + $fld->unique = true; // What name is more compatible? + } + } + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[($normalize) ? strtoupper($fld->name) : $fld->name] = $fld; + + $rs->MoveNext(); + } + $rs->Close(); + if (empty($retarr)) { + $false = false; + return $false; + } else return $retarr; + + } + +} + +?> diff --git a/e_lib/adodb5/drivers/adodb-pdo_sqlite.inc.php b/e_lib/adodb5/drivers/adodb-pdo_sqlite.inc.php new file mode 100644 index 00000000..b867e311 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-pdo_sqlite.inc.php @@ -0,0 +1,190 @@ +pdoDriver = $parentDriver; + $parentDriver->_bindInputArray = true; + $parentDriver->hasTransactions = true; + $parentDriver->hasInsertID = true; + } + + function ServerInfo() + { + $parent = $this->pdoDriver; + @($ver = array_pop($parent->GetCol("SELECT sqlite_version()"))); + @($end = array_pop($parent->GetCol("PRAGMA encoding"))); + + $arr['version'] = $ver; + $arr['description'] = 'SQLite '; + $arr['encoding'] = $enc; + + return $arr; + } + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $parent = $this->pdoDriver; + $offsetStr = ($offset >= 0) ? " OFFSET $offset" : ''; + $limitStr = ($nrows >= 0) ? " LIMIT $nrows" : ($offset >= 0 ? ' LIMIT 999999999' : ''); + if ($secs2cache) + $rs = $parent->CacheExecute($secs2cache,$sql."$limitStr$offsetStr",$inputarr); + else + $rs = $parent->Execute($sql."$limitStr$offsetStr",$inputarr); + + return $rs; + } + + function GenID($seq='adodbseq',$start=1) + { + $parent = $this->pdoDriver; + // if you have to modify the parameter below, your database is overloaded, + // or you need to implement generation of id's yourself! + $MAXLOOPS = 100; + while (--$MAXLOOPS>=0) { + @($num = array_pop($parent->GetCol("SELECT id FROM {$seq}"))); + if ($num === false || !is_numeric($num)) { + @$parent->Execute(sprintf($this->_genSeqSQL ,$seq)); + $start -= 1; + $num = '0'; + $cnt = $parent->GetOne(sprintf($this->_genSeqCountSQL,$seq)); + if (!$cnt) { + $ok = $parent->Execute(sprintf($this->_genSeq2SQL,$seq,$start)); + } + if (!$ok) return false; + } + $parent->Execute(sprintf($this->_genIDSQL,$seq,$num)); + + if ($parent->affected_rows() > 0) { + $num += 1; + $parent->genID = intval($num); + return intval($num); + } + } + if ($fn = $parent->raiseErrorFn) { + $fn($parent->databaseType,'GENID',-32000,"Unable to generate unique id after $MAXLOOPS attempts",$seq,$num); + } + return false; + } + + function CreateSequence($seqname='adodbseq',$start=1) + { + $parent = $this->pdoDriver; + $ok = $parent->Execute(sprintf($this->_genSeqSQL,$seqname)); + if (!$ok) return false; + $start -= 1; + return $parent->Execute("insert into $seqname values($start)"); + } + + function SetTransactionMode($transaction_mode) + { + $parent = $this->pdoDriver; + $parent->_transmode = strtoupper($transaction_mode); + } + + function BeginTrans() + { + $parent = $this->pdoDriver; + if ($parent->transOff) return true; + $parent->transCnt += 1; + $parent->_autocommit = false; + return $parent->Execute("BEGIN {$parent->_transmode}"); + } + + function CommitTrans($ok=true) + { + $parent = $this->pdoDriver; + if ($parent->transOff) return true; + if (!$ok) return $parent->RollbackTrans(); + if ($parent->transCnt) $parent->transCnt -= 1; + $parent->_autocommit = true; + + $ret = $parent->Execute('COMMIT'); + return $ret; + } + + function RollbackTrans() + { + $parent = $this->pdoDriver; + if ($parent->transOff) return true; + if ($parent->transCnt) $parent->transCnt -= 1; + $parent->_autocommit = true; + + $ret = $parent->Execute('ROLLBACK'); + return $ret; + } + + + // mark newnham + function MetaColumns($tab,$normalize=true) + { + global $ADODB_FETCH_MODE; + + $parent = $this->pdoDriver; + $false = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($parent->fetchMode !== false) $savem = $parent->SetFetchMode(false); + $rs = $parent->Execute("PRAGMA table_info('$tab')"); + if (isset($savem)) $parent->SetFetchMode($savem); + if (!$rs) { + $ADODB_FETCH_MODE = $save; + return $false; + } + $arr = array(); + while ($r = $rs->FetchRow()) { + $type = explode('(',$r['type']); + $size = ''; + if (sizeof($type)==2) + $size = trim($type[1],')'); + $fn = strtoupper($r['name']); + $fld = new ADOFieldObject; + $fld->name = $r['name']; + $fld->type = $type[0]; + $fld->max_length = $size; + $fld->not_null = $r['notnull']; + $fld->primary_key = $r['pk']; + $fld->default_value = $r['dflt_value']; + $fld->scale = 0; + if ($save == ADODB_FETCH_NUM) $arr[] = $fld; + else $arr[strtoupper($fld->name)] = $fld; + } + $rs->Close(); + $ADODB_FETCH_MODE = $save; + return $arr; + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + $parent = $this->pdoDriver; + return $parent->GetCol($this->metaTablesSQL); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-postgres.inc.php b/e_lib/adodb5/drivers/adodb-postgres.inc.php new file mode 100644 index 00000000..9ce1a856 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-postgres.inc.php @@ -0,0 +1,14 @@ + diff --git a/e_lib/adodb5/drivers/adodb-postgres64.inc.php b/e_lib/adodb5/drivers/adodb-postgres64.inc.php new file mode 100644 index 00000000..db7fcda1 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-postgres64.inc.php @@ -0,0 +1,1071 @@ + + jlim - changed concat operator to || and data types to MetaType to match documented pgsql types + see http://www.postgresql.org/devel-corner/docs/postgres/datatype.htm + 22 Nov 2000 jlim - added changes to FetchField() and MetaTables() contributed by "raser" + 27 Nov 2000 jlim - added changes to _connect/_pconnect from ideas by "Lennie" + 15 Dec 2000 jlim - added changes suggested by Additional code changes by "Eric G. Werk" egw@netguide.dk. + 31 Jan 2002 jlim - finally installed postgresql. testing + 01 Mar 2001 jlim - Freek Dijkstra changes, also support for text type + + See http://www.varlena.com/varlena/GeneralBits/47.php + + -- What indexes are on my table? + select * from pg_indexes where tablename = 'tablename'; + + -- What triggers are on my table? + select c.relname as "Table", t.tgname as "Trigger Name", + t.tgconstrname as "Constraint Name", t.tgenabled as "Enabled", + t.tgisconstraint as "Is Constraint", cc.relname as "Referenced Table", + p.proname as "Function Name" + from pg_trigger t, pg_class c, pg_class cc, pg_proc p + where t.tgfoid = p.oid and t.tgrelid = c.oid + and t.tgconstrrelid = cc.oid + and c.relname = 'tablename'; + + -- What constraints are on my table? + select r.relname as "Table", c.conname as "Constraint Name", + contype as "Constraint Type", conkey as "Key Columns", + confkey as "Foreign Columns", consrc as "Source" + from pg_class r, pg_constraint c + where r.oid = c.conrelid + and relname = 'tablename'; + +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +function adodb_addslashes($s) +{ + $len = strlen($s); + if ($len == 0) return "''"; + if (strncmp($s,"'",1) === 0 && substr($s,$len-1) == "'") return $s; // already quoted + + return "'".addslashes($s)."'"; +} + +class ADODB_postgres64 extends ADOConnection{ + var $databaseType = 'postgres64'; + var $dataProvider = 'postgres'; + var $hasInsertID = true; + var $_resultid = false; + var $concat_operator='||'; + var $metaDatabasesSQL = "select datname from pg_database where datname not in ('template0','template1') order by 1"; + var $metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' + and tablename not in ('sql_features', 'sql_implementation_info', 'sql_languages', + 'sql_packages', 'sql_sizing', 'sql_sizing_profiles') + union + select viewname,'V' from pg_views where viewname not like 'pg\_%'"; + //"select tablename from pg_tables where tablename not like 'pg_%' order by 1"; + var $isoDates = true; // accepts dates in ISO format + var $sysDate = "CURRENT_DATE"; + var $sysTimeStamp = "CURRENT_TIMESTAMP"; + var $blobEncodeType = 'C'; + var $metaColumnsSQL = "SELECT a.attname,t.typname,a.attlen,a.atttypmod,a.attnotnull,a.atthasdef,a.attnum + FROM pg_class c, pg_attribute a,pg_type t + WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) and a.attname not like '....%%' +AND a.attnum > 0 AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; + + // used when schema defined + var $metaColumnsSQL1 = "SELECT a.attname, t.typname, a.attlen, a.atttypmod, a.attnotnull, a.atthasdef, a.attnum +FROM pg_class c, pg_attribute a, pg_type t, pg_namespace n +WHERE relkind in ('r','v') AND (c.relname='%s' or c.relname = lower('%s')) + and c.relnamespace=n.oid and n.nspname='%s' + and a.attname not like '....%%' AND a.attnum > 0 + AND a.atttypid = t.oid AND a.attrelid = c.oid ORDER BY a.attnum"; + + // get primary key etc -- from Freek Dijkstra + var $metaKeySQL = "SELECT ic.relname AS index_name, a.attname AS column_name,i.indisunique AS unique_key, i.indisprimary AS primary_key + FROM pg_class bc, pg_class ic, pg_index i, pg_attribute a WHERE bc.oid = i.indrelid AND ic.oid = i.indexrelid AND (i.indkey[0] = a.attnum OR i.indkey[1] = a.attnum OR i.indkey[2] = a.attnum OR i.indkey[3] = a.attnum OR i.indkey[4] = a.attnum OR i.indkey[5] = a.attnum OR i.indkey[6] = a.attnum OR i.indkey[7] = a.attnum) AND a.attrelid = bc.oid AND bc.relname = '%s'"; + + var $hasAffectedRows = true; + var $hasLimit = false; // set to true for pgsql 7 only. support pgsql/mysql SELECT * FROM TABLE LIMIT 10 + // below suggested by Freek Dijkstra + var $true = 'TRUE'; // string that represents TRUE for a database + var $false = 'FALSE'; // string that represents FALSE for a database + var $fmtDate = "'Y-m-d'"; // used by DBDate() as the default date format used by the database + var $fmtTimeStamp = "'Y-m-d H:i:s'"; // used by DBTimeStamp as the default timestamp fmt. + var $hasMoveFirst = true; + var $hasGenID = true; + var $_genIDSQL = "SELECT NEXTVAL('%s')"; + var $_genSeqSQL = "CREATE SEQUENCE %s START %s"; + var $_dropSeqSQL = "DROP SEQUENCE %s"; + var $metaDefaultsSQL = "SELECT d.adnum as num, d.adsrc as def from pg_attrdef d, pg_class c where d.adrelid=c.oid and c.relname='%s' order by d.adnum"; + var $random = 'random()'; /// random function + var $autoRollback = true; // apparently pgsql does not autorollback properly before php 4.3.4 + // http://bugs.php.net/bug.php?id=25404 + + var $uniqueIisR = true; + var $_bindInputArray = false; // requires postgresql 7.3+ and ability to modify database + var $disableBlobs = false; // set to true to disable blob checking, resulting in 2-5% improvement in performance. + + // The last (fmtTimeStamp is not entirely correct: + // PostgreSQL also has support for time zones, + // and writes these time in this format: "2001-03-01 18:59:26+02". + // There is no code for the "+02" time zone information, so I just left that out. + // I'm not familiar enough with both ADODB as well as Postgres + // to know what the concequences are. The other values are correct (wheren't in 0.94) + // -- Freek Dijkstra + + function ADODB_postgres64() + { + // changes the metaColumnsSQL, adds columns: attnum[6] + } + + function ServerInfo() + { + if (isset($this->version)) return $this->version; + + $arr['description'] = $this->GetOne("select version()"); + $arr['version'] = ADOConnection::_findvers($arr['description']); + $this->version = $arr; + return $arr; + } + + function IfNull( $field, $ifNull ) + { + return " coalesce($field, $ifNull) "; + } + + // get the last id - never tested + function pg_insert_id($tablename,$fieldname) + { + $result=pg_exec($this->_connectionID, "SELECT last_value FROM ${tablename}_${fieldname}_seq"); + if ($result) { + $arr = @pg_fetch_row($result,0); + pg_freeresult($result); + if (isset($arr[0])) return $arr[0]; + } + return false; + } + +/* Warning from http://www.php.net/manual/function.pg-getlastoid.php: +Using a OID as a unique identifier is not generally wise. +Unless you are very careful, you might end up with a tuple having +a different OID if a database must be reloaded. */ + function _insertid($table,$column) + { + if (!is_resource($this->_resultid) || get_resource_type($this->_resultid) !== 'pgsql result') return false; + $oid = pg_getlastoid($this->_resultid); + // to really return the id, we need the table and column-name, else we can only return the oid != id + return empty($table) || empty($column) ? $oid : $this->GetOne("SELECT $column FROM $table WHERE oid=".(int)$oid); + } + +// I get this error with PHP before 4.0.6 - jlim +// Warning: This compilation does not support pg_cmdtuples() in adodb-postgres.inc.php on line 44 + function _affectedrows() + { + if (!is_resource($this->_resultid) || get_resource_type($this->_resultid) !== 'pgsql result') return false; + return pg_cmdtuples($this->_resultid); + } + + + // returns true/false + function BeginTrans() + { + if ($this->transOff) return true; + $this->transCnt += 1; + return @pg_Exec($this->_connectionID, "begin ".$this->_transmode); + } + + function RowLock($tables,$where,$flds='1 as ignore') + { + if (!$this->transCnt) $this->BeginTrans(); + return $this->GetOne("select $flds from $tables where $where for update"); + } + + // returns true/false. + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + + $this->transCnt -= 1; + return @pg_Exec($this->_connectionID, "commit"); + } + + // returns true/false + function RollbackTrans() + { + if ($this->transOff) return true; + $this->transCnt -= 1; + return @pg_Exec($this->_connectionID, "rollback"); + } + + function MetaTables($ttype=false,$showSchema=false,$mask=false) + { + $info = $this->ServerInfo(); + if ($info['version'] >= 7.3) { + $this->metaTablesSQL = "select tablename,'T' from pg_tables where tablename not like 'pg\_%' + and schemaname not in ( 'pg_catalog','information_schema') + union + select viewname,'V' from pg_views where viewname not like 'pg\_%' and schemaname not in ( 'pg_catalog','information_schema') "; + } + if ($mask) { + $save = $this->metaTablesSQL; + $mask = $this->qstr(strtolower($mask)); + if ($info['version']>=7.3) + $this->metaTablesSQL = " +select tablename,'T' from pg_tables where tablename like $mask and schemaname not in ( 'pg_catalog','information_schema') + union +select viewname,'V' from pg_views where viewname like $mask and schemaname not in ( 'pg_catalog','information_schema') "; + else + $this->metaTablesSQL = " +select tablename,'T' from pg_tables where tablename like $mask + union +select viewname,'V' from pg_views where viewname like $mask"; + } + $ret = ADOConnection::MetaTables($ttype,$showSchema); + + if ($mask) { + $this->metaTablesSQL = $save; + } + return $ret; + } + + + // if magic quotes disabled, use pg_escape_string() + function qstr($s,$magic_quotes=false) + { + if (is_bool($s)) return $s ? 'true' : 'false'; + + if (!$magic_quotes) { + if (ADODB_PHPVER >= 0x5200) { + return "'".pg_escape_string($this->_connectionID,$s)."'"; + } + if (ADODB_PHPVER >= 0x4200) { + return "'".pg_escape_string($s)."'"; + } + if ($this->replaceQuote[0] == '\\'){ + $s = adodb_str_replace(array('\\',"\0"),array('\\\\',"\\\\000"),$s); + } + return "'".str_replace("'",$this->replaceQuote,$s)."'"; + } + + // undo magic quotes for " + $s = str_replace('\\"','"',$s); + return "'$s'"; + } + + + + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = 'TO_CHAR('.$col.",'"; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= 'YYYY'; + break; + case 'Q': + case 'q': + $s .= 'Q'; + break; + + case 'M': + $s .= 'Mon'; + break; + + case 'm': + $s .= 'MM'; + break; + case 'D': + case 'd': + $s .= 'DD'; + break; + + case 'H': + $s.= 'HH24'; + break; + + case 'h': + $s .= 'HH'; + break; + + case 'i': + $s .= 'MI'; + break; + + case 's': + $s .= 'SS'; + break; + + case 'a': + case 'A': + $s .= 'AM'; + break; + + case 'w': + $s .= 'D'; + break; + + case 'l': + $s .= 'DAY'; + break; + + case 'W': + $s .= 'WW'; + break; + + default: + // handle escape characters... + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + if (strpos('-/.:;, ',$ch) !== false) $s .= $ch; + else $s .= '"'.$ch.'"'; + + } + } + return $s. "')"; + } + + + + /* + * Load a Large Object from a file + * - the procedure stores the object id in the table and imports the object using + * postgres proprietary blob handling routines + * + * contributed by Mattia Rossi mattia@technologist.com + * modified for safe mode by juraj chlebec + */ + function UpdateBlobFile($table,$column,$path,$where,$blobtype='BLOB') + { + pg_exec ($this->_connectionID, "begin"); + + $fd = fopen($path,'r'); + $contents = fread($fd,filesize($path)); + fclose($fd); + + $oid = pg_lo_create($this->_connectionID); + $handle = pg_lo_open($this->_connectionID, $oid, 'w'); + pg_lo_write($handle, $contents); + pg_lo_close($handle); + + // $oid = pg_lo_import ($path); + pg_exec($this->_connectionID, "commit"); + $rs = ADOConnection::UpdateBlob($table,$column,$oid,$where,$blobtype); + $rez = !empty($rs); + return $rez; + } + + /* + * Deletes/Unlinks a Blob from the database, otherwise it + * will be left behind + * + * Returns TRUE on success or FALSE on failure. + * + * contributed by Todd Rogers todd#windfox.net + */ + function BlobDelete( $blob ) + { + pg_exec ($this->_connectionID, "begin"); + $result = @pg_lo_unlink($blob); + pg_exec ($this->_connectionID, "commit"); + return( $result ); + } + + /* + Hueristic - not guaranteed to work. + */ + function GuessOID($oid) + { + if (strlen($oid)>16) return false; + return is_numeric($oid); + } + + /* + * If an OID is detected, then we use pg_lo_* to open the oid file and read the + * real blob from the db using the oid supplied as a parameter. If you are storing + * blobs using bytea, we autodetect and process it so this function is not needed. + * + * contributed by Mattia Rossi mattia@technologist.com + * + * see http://www.postgresql.org/idocs/index.php?largeobjects.html + * + * Since adodb 4.54, this returns the blob, instead of sending it to stdout. Also + * added maxsize parameter, which defaults to $db->maxblobsize if not defined. + */ + function BlobDecode($blob,$maxsize=false,$hastrans=true) + { + if (!$this->GuessOID($blob)) return $blob; + + if ($hastrans) @pg_exec($this->_connectionID,"begin"); + $fd = @pg_lo_open($this->_connectionID,$blob,"r"); + if ($fd === false) { + if ($hastrans) @pg_exec($this->_connectionID,"commit"); + return $blob; + } + if (!$maxsize) $maxsize = $this->maxblobsize; + $realblob = @pg_loread($fd,$maxsize); + @pg_loclose($fd); + if ($hastrans) @pg_exec($this->_connectionID,"commit"); + return $realblob; + } + + /* + See http://www.postgresql.org/idocs/index.php?datatype-binary.html + + NOTE: SQL string literals (input strings) must be preceded with two backslashes + due to the fact that they must pass through two parsers in the PostgreSQL + backend. + */ + function BlobEncode($blob) + { + if (ADODB_PHPVER >= 0x5200) return pg_escape_bytea($this->_connectionID, $blob); + if (ADODB_PHPVER >= 0x4200) return pg_escape_bytea($blob); + + /*92=backslash, 0=null, 39=single-quote*/ + $badch = array(chr(92),chr(0),chr(39)); # \ null ' + $fixch = array('\\\\134','\\\\000','\\\\047'); + return adodb_str_replace($badch,$fixch,$blob); + + // note that there is a pg_escape_bytea function only for php 4.2.0 or later + } + + // assumes bytea for blob, and varchar for clob + function UpdateBlob($table,$column,$val,$where,$blobtype='BLOB') + { + + if ($blobtype == 'CLOB') { + return $this->Execute("UPDATE $table SET $column=" . $this->qstr($val) . " WHERE $where"); + } + // do not use bind params which uses qstr(), as blobencode() already quotes data + return $this->Execute("UPDATE $table SET $column='".$this->BlobEncode($val)."'::bytea WHERE $where"); + } + + function OffsetDate($dayFraction,$date=false) + { + if (!$date) $date = $this->sysDate; + else if (strncmp($date,"'",1) == 0) { + $len = strlen($date); + if (10 <= $len && $len <= 12) $date = 'date '.$date; + else $date = 'timestamp '.$date; + } + + + return "($date+interval'".($dayFraction * 1440)." minutes')"; + #return "($date+interval'$dayFraction days')"; + } + + + // for schema support, pass in the $table param "$schema.$tabname". + // converts field names to lowercase, $upper is ignored + // see http://phplens.com/lens/lensforum/msgs.php?id=14018 for more info + function MetaColumns($table,$normalize=true) + { + global $ADODB_FETCH_MODE; + + $schema = false; + $false = false; + $this->_findschema($table,$schema); + + if ($normalize) $table = strtolower($table); + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + + if ($schema) $rs = $this->Execute(sprintf($this->metaColumnsSQL1,$table,$table,$schema)); + else $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table,$table)); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rs === false) { + return $false; + } + if (!empty($this->metaKeySQL)) { + // If we want the primary keys, we have to issue a separate query + // Of course, a modified version of the metaColumnsSQL query using a + // LEFT JOIN would have been much more elegant, but postgres does + // not support OUTER JOINS. So here is the clumsy way. + + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + + $rskey = $this->Execute(sprintf($this->metaKeySQL,($table))); + // fetch all result in once for performance. + $keys = $rskey->GetArray(); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + $rskey->Close(); + unset($rskey); + } + + $rsdefa = array(); + if (!empty($this->metaDefaultsSQL)) { + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $sql = sprintf($this->metaDefaultsSQL, ($table)); + $rsdef = $this->Execute($sql); + if (isset($savem)) $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if ($rsdef) { + while (!$rsdef->EOF) { + $num = $rsdef->fields['num']; + $s = $rsdef->fields['def']; + if (strpos($s,'::')===false && substr($s, 0, 1) == "'") { /* quoted strings hack... for now... fixme */ + $s = substr($s, 1); + $s = substr($s, 0, strlen($s) - 1); + } + + $rsdefa[$num] = $s; + $rsdef->MoveNext(); + } + } else { + ADOConnection::outp( "==> SQL => " . $sql); + } + unset($rsdef); + } + + $retarr = array(); + while (!$rs->EOF) { + $fld = new ADOFieldObject(); + $fld->name = $rs->fields[0]; + $fld->type = $rs->fields[1]; + $fld->max_length = $rs->fields[2]; + $fld->attnum = $rs->fields[6]; + + if ($fld->max_length <= 0) $fld->max_length = $rs->fields[3]-4; + if ($fld->max_length <= 0) $fld->max_length = -1; + if ($fld->type == 'numeric') { + $fld->scale = $fld->max_length & 0xFFFF; + $fld->max_length >>= 16; + } + // dannym + // 5 hasdefault; 6 num-of-column + $fld->has_default = ($rs->fields[5] == 't'); + if ($fld->has_default) { + $fld->default_value = $rsdefa[$rs->fields[6]]; + } + + //Freek + $fld->not_null = $rs->fields[4] == 't'; + + + // Freek + if (is_array($keys)) { + foreach($keys as $key) { + if ($fld->name == $key['column_name'] AND $key['primary_key'] == 't') + $fld->primary_key = true; + if ($fld->name == $key['column_name'] AND $key['unique_key'] == 't') + $fld->unique = true; // What name is more compatible? + } + } + + if ($ADODB_FETCH_MODE == ADODB_FETCH_NUM) $retarr[] = $fld; + else $retarr[($normalize) ? strtoupper($fld->name) : $fld->name] = $fld; + + $rs->MoveNext(); + } + $rs->Close(); + if (empty($retarr)) + return $false; + else + return $retarr; + + } + + function MetaIndexes ($table, $primary = FALSE) + { + global $ADODB_FETCH_MODE; + + $schema = false; + $this->_findschema($table,$schema); + + if ($schema) { // requires pgsql 7.3+ - pg_namespace used. + $sql = ' +SELECT c.relname as "Name", i.indisunique as "Unique", i.indkey as "Columns" +FROM pg_catalog.pg_class c +JOIN pg_catalog.pg_index i ON i.indexrelid=c.oid +JOIN pg_catalog.pg_class c2 ON c2.oid=i.indrelid + ,pg_namespace n +WHERE (c2.relname=\'%s\' or c2.relname=lower(\'%s\')) and c.relnamespace=c2.relnamespace and c.relnamespace=n.oid and n.nspname=\'%s\''; + } else { + $sql = ' +SELECT c.relname as "Name", i.indisunique as "Unique", i.indkey as "Columns" +FROM pg_catalog.pg_class c +JOIN pg_catalog.pg_index i ON i.indexrelid=c.oid +JOIN pg_catalog.pg_class c2 ON c2.oid=i.indrelid +WHERE (c2.relname=\'%s\' or c2.relname=lower(\'%s\'))'; + } + + if ($primary == FALSE) { + $sql .= ' AND i.indisprimary=false;'; + } + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute(sprintf($sql,$table,$table,$schema)); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + $false = false; + return $false; + } + + $col_names = $this->MetaColumnNames($table,true,true); + //3rd param is use attnum, + // see http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976 + $indexes = array(); + while ($row = $rs->FetchRow()) { + $columns = array(); + foreach (explode(' ', $row[2]) as $col) { + $columns[] = $col_names[$col]; + } + + $indexes[$row[0]] = array( + 'unique' => ($row[1] == 't'), + 'columns' => $columns + ); + } + return $indexes; + } + + // returns true or false + // + // examples: + // $db->Connect("host=host1 user=user1 password=secret port=4341"); + // $db->Connect('host1','user1','secret'); + function _connect($str,$user='',$pwd='',$db='',$ctype=0) + { + + if (!function_exists('pg_connect')) return null; + + $this->_errorMsg = false; + + if ($user || $pwd || $db) { + $user = adodb_addslashes($user); + $pwd = adodb_addslashes($pwd); + if (strlen($db) == 0) $db = 'template1'; + $db = adodb_addslashes($db); + if ($str) { + $host = split(":", $str); + if ($host[0]) $str = "host=".adodb_addslashes($host[0]); + else $str = ''; + if (isset($host[1])) $str .= " port=$host[1]"; + else if (!empty($this->port)) $str .= " port=".$this->port; + } + if ($user) $str .= " user=".$user; + if ($pwd) $str .= " password=".$pwd; + if ($db) $str .= " dbname=".$db; + } + + //if ($user) $linea = "user=$user host=$linea password=$pwd dbname=$db port=5432"; + + if ($ctype === 1) { // persistent + $this->_connectionID = pg_pconnect($str); + } else { + if ($ctype === -1) { // nconnect, we trick pgsql ext by changing the connection str + static $ncnt; + + if (empty($ncnt)) $ncnt = 1; + else $ncnt += 1; + + $str .= str_repeat(' ',$ncnt); + } + $this->_connectionID = pg_connect($str); + } + if ($this->_connectionID === false) return false; + $this->Execute("set datestyle='ISO'"); + + $info = $this->ServerInfo(); + $this->pgVersion = (float) substr($info['version'],0,3); + if ($this->pgVersion >= 7.1) { // good till version 999 + $this->_nestedSQL = true; + } + return true; + } + + function _nconnect($argHostname, $argUsername, $argPassword, $argDatabaseName) + { + return $this->_connect($argHostname, $argUsername, $argPassword, $argDatabaseName,-1); + } + + // returns true or false + // + // examples: + // $db->PConnect("host=host1 user=user1 password=secret port=4341"); + // $db->PConnect('host1','user1','secret'); + function _pconnect($str,$user='',$pwd='',$db='') + { + return $this->_connect($str,$user,$pwd,$db,1); + } + + + // returns queryID or false + function _query($sql,$inputarr=false) + { + $this->_errorMsg = false; + if ($inputarr) { + /* + It appears that PREPARE/EXECUTE is slower for many queries. + + For query executed 1000 times: + "select id,firstname,lastname from adoxyz + where firstname not like ? and lastname not like ? and id = ?" + + with plan = 1.51861286163 secs + no plan = 1.26903700829 secs + + + + */ + $plan = 'P'.md5($sql); + + $execp = ''; + foreach($inputarr as $v) { + if ($execp) $execp .= ','; + if (is_string($v)) { + if (strncmp($v,"'",1) !== 0) $execp .= $this->qstr($v); + } else { + $execp .= $v; + } + } + + if ($execp) $exsql = "EXECUTE $plan ($execp)"; + else $exsql = "EXECUTE $plan"; + + + $rez = @pg_exec($this->_connectionID,$exsql); + if (!$rez) { + # Perhaps plan does not exist? Prepare/compile plan. + $params = ''; + foreach($inputarr as $v) { + if ($params) $params .= ','; + if (is_string($v)) { + $params .= 'VARCHAR'; + } else if (is_integer($v)) { + $params .= 'INTEGER'; + } else { + $params .= "REAL"; + } + } + $sqlarr = explode('?',$sql); + //print_r($sqlarr); + $sql = ''; + $i = 1; + foreach($sqlarr as $v) { + $sql .= $v.' $'.$i; + $i++; + } + $s = "PREPARE $plan ($params) AS ".substr($sql,0,strlen($sql)-2); + //adodb_pr($s); + $rez = pg_exec($this->_connectionID,$s); + //echo $this->ErrorMsg(); + } + if ($rez) + $rez = pg_exec($this->_connectionID,$exsql); + } else { + //adodb_backtrace(); + $rez = pg_exec($this->_connectionID,$sql); + } + // check if no data returned, then no need to create real recordset + if ($rez && pg_numfields($rez) <= 0) { + if (is_resource($this->_resultid) && get_resource_type($this->_resultid) === 'pgsql result') { + pg_freeresult($this->_resultid); + } + $this->_resultid = $rez; + return true; + } + + return $rez; + } + + function _errconnect() + { + if (defined('DB_ERROR_CONNECT_FAILED')) return DB_ERROR_CONNECT_FAILED; + else return 'Database connection failed'; + } + + /* Returns: the last error message from previous database operation */ + function ErrorMsg() + { + if ($this->_errorMsg !== false) return $this->_errorMsg; + if (ADODB_PHPVER >= 0x4300) { + if (!empty($this->_resultid)) { + $this->_errorMsg = @pg_result_error($this->_resultid); + if ($this->_errorMsg) return $this->_errorMsg; + } + + if (!empty($this->_connectionID)) { + $this->_errorMsg = @pg_last_error($this->_connectionID); + } else $this->_errorMsg = $this->_errconnect(); + } else { + if (empty($this->_connectionID)) $this->_errconnect(); + else $this->_errorMsg = @pg_errormessage($this->_connectionID); + } + return $this->_errorMsg; + } + + function ErrorNo() + { + $e = $this->ErrorMsg(); + if (strlen($e)) { + return ADOConnection::MetaError($e); + } + return 0; + } + + // returns true or false + function _close() + { + if ($this->transCnt) $this->RollbackTrans(); + if ($this->_resultid) { + @pg_freeresult($this->_resultid); + $this->_resultid = false; + } + @pg_close($this->_connectionID); + $this->_connectionID = false; + return true; + } + + + /* + * Maximum size of C field + */ + function CharMax() + { + return 1000000000; // should be 1 Gb? + } + + /* + * Maximum size of X field + */ + function TextMax() + { + return 1000000000; // should be 1 Gb? + } + + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_postgres64 extends ADORecordSet{ + var $_blobArr; + var $databaseType = "postgres64"; + var $canSeek = true; + function ADORecordSet_postgres64($queryID,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch ($mode) + { + case ADODB_FETCH_NUM: $this->fetchMode = PGSQL_NUM; break; + case ADODB_FETCH_ASSOC:$this->fetchMode = PGSQL_ASSOC; break; + + case ADODB_FETCH_DEFAULT: + case ADODB_FETCH_BOTH: + default: $this->fetchMode = PGSQL_BOTH; break; + } + $this->adodbFetchMode = $mode; + $this->ADORecordSet($queryID); + } + + function GetRowAssoc($upper=true) + { + if ($this->fetchMode == PGSQL_ASSOC && !$upper) return $this->fields; + $row = ADORecordSet::GetRowAssoc($upper); + return $row; + } + + function _initrs() + { + global $ADODB_COUNTRECS; + $qid = $this->_queryID; + $this->_numOfRows = ($ADODB_COUNTRECS)? @pg_numrows($qid):-1; + $this->_numOfFields = @pg_numfields($qid); + + // cache types for blob decode check + // apparently pg_fieldtype actually performs an sql query on the database to get the type. + if (empty($this->connection->noBlobs)) + for ($i=0, $max = $this->_numOfFields; $i < $max; $i++) { + if (pg_fieldtype($qid,$i) == 'bytea') { + $this->_blobArr[$i] = pg_fieldname($qid,$i); + } + } + } + + /* Use associative array to get fields array */ + function Fields($colname) + { + if ($this->fetchMode != PGSQL_NUM) return @$this->fields[$colname]; + + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + function FetchField($off = 0) + { + // offsets begin at 0 + + $o= new ADOFieldObject(); + $o->name = @pg_fieldname($this->_queryID,$off); + $o->type = @pg_fieldtype($this->_queryID,$off); + $o->max_length = @pg_fieldsize($this->_queryID,$off); + return $o; + } + + function _seek($row) + { + return @pg_fetch_row($this->_queryID,$row); + } + + function _decode($blob) + { + if ($blob === NULL) return NULL; + eval('$realblob="'.adodb_str_replace(array('"','$'),array('\"','\$'),$blob).'";'); + return $realblob; + } + + function _fixblobs() + { + if ($this->fetchMode == PGSQL_NUM || $this->fetchMode == PGSQL_BOTH) { + foreach($this->_blobArr as $k => $v) { + $this->fields[$k] = ADORecordSet_postgres64::_decode($this->fields[$k]); + } + } + if ($this->fetchMode == PGSQL_ASSOC || $this->fetchMode == PGSQL_BOTH) { + foreach($this->_blobArr as $k => $v) { + $this->fields[$v] = ADORecordSet_postgres64::_decode($this->fields[$v]); + } + } + } + + // 10% speedup to move MoveNext to child class + function MoveNext() + { + if (!$this->EOF) { + $this->_currentRow++; + if ($this->_numOfRows < 0 || $this->_numOfRows > $this->_currentRow) { + $this->fields = @pg_fetch_array($this->_queryID,$this->_currentRow,$this->fetchMode); + if (is_array($this->fields) && $this->fields) { + if (isset($this->_blobArr)) $this->_fixblobs(); + return true; + } + } + $this->fields = false; + $this->EOF = true; + } + return false; + } + + function _fetch() + { + + if ($this->_currentRow >= $this->_numOfRows && $this->_numOfRows >= 0) + return false; + + $this->fields = @pg_fetch_array($this->_queryID,$this->_currentRow,$this->fetchMode); + + if ($this->fields && isset($this->_blobArr)) $this->_fixblobs(); + + return (is_array($this->fields)); + } + + function _close() + { + return @pg_freeresult($this->_queryID); + } + + function MetaType($t,$len=-1,$fieldobj=false) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + switch (strtoupper($t)) { + case 'MONEY': // stupid, postgres expects money to be a string + case 'INTERVAL': + case 'CHAR': + case 'CHARACTER': + case 'VARCHAR': + case 'NAME': + case 'BPCHAR': + case '_VARCHAR': + case 'INET': + case 'MACADDR': + if ($len <= $this->blobSize) return 'C'; + + case 'TEXT': + return 'X'; + + case 'IMAGE': // user defined type + case 'BLOB': // user defined type + case 'BIT': // This is a bit string, not a single bit, so don't return 'L' + case 'VARBIT': + case 'BYTEA': + return 'B'; + + case 'BOOL': + case 'BOOLEAN': + return 'L'; + + case 'DATE': + return 'D'; + + + case 'TIMESTAMP WITHOUT TIME ZONE': + case 'TIME': + case 'DATETIME': + case 'TIMESTAMP': + case 'TIMESTAMPTZ': + return 'T'; + + case 'SMALLINT': + case 'BIGINT': + case 'INTEGER': + case 'INT8': + case 'INT4': + case 'INT2': + if (isset($fieldobj) && + empty($fieldobj->primary_key) && (!$this->uniqueIisR || empty($fieldobj->unique))) return 'I'; + + case 'OID': + case 'SERIAL': + return 'R'; + + default: + return 'N'; + } + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-postgres7.inc.php b/e_lib/adodb5/drivers/adodb-postgres7.inc.php new file mode 100644 index 00000000..ec9a7fe4 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-postgres7.inc.php @@ -0,0 +1,313 @@ +ADODB_postgres64(); + if (ADODB_ASSOC_CASE !== 2) { + $this->rsPrefix .= 'assoc_'; + } + $this->_bindInputArray = PHP_VERSION >= 5.1; + } + + + // the following should be compat with postgresql 7.2, + // which makes obsolete the LIMIT limit,offset syntax + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $offsetStr = ($offset >= 0) ? " OFFSET ".((integer)$offset) : ''; + $limitStr = ($nrows >= 0) ? " LIMIT ".((integer)$nrows) : ''; + if ($secs2cache) + $rs = $this->CacheExecute($secs2cache,$sql."$limitStr$offsetStr",$inputarr); + else + $rs = $this->Execute($sql."$limitStr$offsetStr",$inputarr); + + return $rs; + } + /* + function Prepare($sql) + { + $info = $this->ServerInfo(); + if ($info['version']>=7.3) { + return array($sql,false); + } + return $sql; + } + */ + + /* + I discovered that the MetaForeignKeys method no longer worked for Postgres 8.3. + I went ahead and modified it to work for both 8.2 and 8.3. + Please feel free to include this change in your next release of adodb. + William Kolodny [William.Kolodny#gt-t.net] + */ + function MetaForeignKeys($table, $owner=false, $upper=false) + { + $sql=" + SELECT fum.ftblname AS lookup_table, split_part(fum.rf, ')'::text, 1) AS lookup_field, + fum.ltable AS dep_table, split_part(fum.lf, ')'::text, 1) AS dep_field + FROM ( + SELECT fee.ltable, fee.ftblname, fee.consrc, split_part(fee.consrc,'('::text, 2) AS lf, + split_part(fee.consrc, '('::text, 3) AS rf + FROM ( + SELECT foo.relname AS ltable, foo.ftblname, + pg_get_constraintdef(foo.oid) AS consrc + FROM ( + SELECT c.oid, c.conname AS name, t.relname, ft.relname AS ftblname + FROM pg_constraint c + JOIN pg_class t ON (t.oid = c.conrelid) + JOIN pg_class ft ON (ft.oid = c.confrelid) + JOIN pg_namespace nft ON (nft.oid = ft.relnamespace) + LEFT JOIN pg_description ds ON (ds.objoid = c.oid) + JOIN pg_namespace n ON (n.oid = t.relnamespace) + WHERE c.contype = 'f'::\"char\" + ORDER BY t.relname, n.nspname, c.conname, c.oid + ) foo + ) fee) fum + WHERE fum.ltable='".strtolower($table)."' + ORDER BY fum.ftblname, fum.ltable, split_part(fum.lf, ')'::text, 1) + "; + $rs = $this->Execute($sql); + + if (!$rs || $rs->EOF) return false; + + $a = array(); + while (!$rs->EOF) { + if ($upper) { + $a[strtoupper($rs->Fields('lookup_table'))][] = strtoupper(str_replace('"','',$rs->Fields('dep_field').'='.$rs->Fields('lookup_field'))); + } else { + $a[$rs->Fields('lookup_table')][] = str_replace('"','',$rs->Fields('dep_field').'='.$rs->Fields('lookup_field')); + } + $rs->MoveNext(); + } + + return $a; + + } + + // from Edward Jaramilla, improved version - works on pg 7.4 + function _old_MetaForeignKeys($table, $owner=false, $upper=false) + { + $sql = 'SELECT t.tgargs as args + FROM + pg_trigger t,pg_class c,pg_proc p + WHERE + t.tgenabled AND + t.tgrelid = c.oid AND + t.tgfoid = p.oid AND + p.proname = \'RI_FKey_check_ins\' AND + c.relname = \''.strtolower($table).'\' + ORDER BY + t.tgrelid'; + + $rs = $this->Execute($sql); + + if (!$rs || $rs->EOF) return false; + + $arr = $rs->GetArray(); + $a = array(); + foreach($arr as $v) { + $data = explode(chr(0), $v['args']); + $size = count($data)-1; //-1 because the last node is empty + for($i = 4; $i < $size; $i++) { + if ($upper) + $a[strtoupper($data[2])][] = strtoupper($data[$i].'='.$data[++$i]); + else + $a[$data[2]][] = $data[$i].'='.$data[++$i]; + } + } + return $a; + } + + function _query($sql,$inputarr=false) + { + if (! $this->_bindInputArray) { + // We don't have native support for parameterized queries, so let's emulate it at the parent + return ADODB_postgres64::_query($sql, $inputarr); + } + $this->_errorMsg = false; + // -- added Cristiano da Cunha Duarte + if ($inputarr) { + $sqlarr = explode('?',trim($sql)); + $sql = ''; + $i = 1; + $last = sizeof($sqlarr)-1; + foreach($sqlarr as $v) { + if ($last < $i) $sql .= $v; + else $sql .= $v.' $'.$i; + $i++; + } + + $rez = pg_query_params($this->_connectionID,$sql, $inputarr); + } else { + $rez = pg_query($this->_connectionID,$sql); + } + // check if no data returned, then no need to create real recordset + if ($rez && pg_numfields($rez) <= 0) { + if (is_resource($this->_resultid) && get_resource_type($this->_resultid) === 'pgsql result') { + pg_freeresult($this->_resultid); + } + $this->_resultid = $rez; + return true; + } + return $rez; + } + + // this is a set of functions for managing client encoding - very important if the encodings + // of your database and your output target (i.e. HTML) don't match + //for instance, you may have UNICODE database and server it on-site as WIN1251 etc. + // GetCharSet - get the name of the character set the client is using now + // the functions should work with Postgres 7.0 and above, the set of charsets supported + // depends on compile flags of postgres distribution - if no charsets were compiled into the server + // it will return 'SQL_ANSI' always + function GetCharSet() + { + //we will use ADO's builtin property charSet + $this->charSet = @pg_client_encoding($this->_connectionID); + if (!$this->charSet) { + return false; + } else { + return $this->charSet; + } + } + + // SetCharSet - switch the client encoding + function SetCharSet($charset_name) + { + $this->GetCharSet(); + if ($this->charSet !== $charset_name) { + $if = pg_set_client_encoding($this->_connectionID, $charset_name); + if ($if == "0" & $this->GetCharSet() == $charset_name) { + return true; + } else return false; + } else return true; + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordSet_postgres7 extends ADORecordSet_postgres64{ + + var $databaseType = "postgres7"; + + + function ADORecordSet_postgres7($queryID,$mode=false) + { + $this->ADORecordSet_postgres64($queryID,$mode); + } + + // 10% speedup to move MoveNext to child class + function MoveNext() + { + if (!$this->EOF) { + $this->_currentRow++; + if ($this->_numOfRows < 0 || $this->_numOfRows > $this->_currentRow) { + $this->fields = @pg_fetch_array($this->_queryID,$this->_currentRow,$this->fetchMode); + + if (is_array($this->fields)) { + if ($this->fields && isset($this->_blobArr)) $this->_fixblobs(); + return true; + } + } + $this->fields = false; + $this->EOF = true; + } + return false; + } + +} + +class ADORecordSet_assoc_postgres7 extends ADORecordSet_postgres64{ + + var $databaseType = "postgres7"; + + + function ADORecordSet_assoc_postgres7($queryID,$mode=false) + { + $this->ADORecordSet_postgres64($queryID,$mode); + } + + function _fetch() + { + if ($this->_currentRow >= $this->_numOfRows && $this->_numOfRows >= 0) + return false; + + $this->fields = @pg_fetch_array($this->_queryID,$this->_currentRow,$this->fetchMode); + + if ($this->fields) { + if (isset($this->_blobArr)) $this->_fixblobs(); + $this->_updatefields(); + } + + return (is_array($this->fields)); + } + + // Create associative array + function _updatefields() + { + if (ADODB_ASSOC_CASE == 2) return; // native + + $arr = array(); + $lowercase = (ADODB_ASSOC_CASE == 0); + + foreach($this->fields as $k => $v) { + if (is_integer($k)) $arr[$k] = $v; + else { + if ($lowercase) + $arr[strtolower($k)] = $v; + else + $arr[strtoupper($k)] = $v; + } + } + $this->fields = $arr; + } + + function MoveNext() + { + if (!$this->EOF) { + $this->_currentRow++; + if ($this->_numOfRows < 0 || $this->_numOfRows > $this->_currentRow) { + $this->fields = @pg_fetch_array($this->_queryID,$this->_currentRow,$this->fetchMode); + + if (is_array($this->fields)) { + if ($this->fields) { + if (isset($this->_blobArr)) $this->_fixblobs(); + + $this->_updatefields(); + } + return true; + } + } + + + $this->fields = false; + $this->EOF = true; + } + return false; + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-postgres8.inc.php b/e_lib/adodb5/drivers/adodb-postgres8.inc.php new file mode 100644 index 00000000..47dbb983 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-postgres8.inc.php @@ -0,0 +1,12 @@ + diff --git a/e_lib/adodb5/drivers/adodb-proxy.inc.php b/e_lib/adodb5/drivers/adodb-proxy.inc.php new file mode 100644 index 00000000..6a28e754 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-proxy.inc.php @@ -0,0 +1,33 @@ +ADORecordset($id,$mode); + } + }; +} // define + +?> diff --git a/e_lib/adodb5/drivers/adodb-sapdb.inc.php b/e_lib/adodb5/drivers/adodb-sapdb.inc.php new file mode 100644 index 00000000..022a0d34 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sapdb.inc.php @@ -0,0 +1,184 @@ +curmode = SQL_CUR_USE_ODBC; + $this->ADODB_odbc(); + } + + function ServerInfo() + { + $info = ADODB_odbc::ServerInfo(); + if (!$info['version'] && preg_match('/([0-9.]+)/',$info['description'],$matches)) { + $info['version'] = $matches[1]; + } + return $info; + } + + function MetaPrimaryKeys($table) + { + $table = $this->Quote(strtoupper($table)); + + return $this->GetCol("SELECT columnname FROM COLUMNS WHERE tablename=$table AND mode='KEY' ORDER BY pos"); + } + + function MetaIndexes ($table, $primary = FALSE) + { + $table = $this->Quote(strtoupper($table)); + + $sql = "SELECT INDEXNAME,TYPE,COLUMNNAME FROM INDEXCOLUMNS ". + " WHERE TABLENAME=$table". + " ORDER BY INDEXNAME,COLUMNNO"; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + + $rs = $this->Execute($sql); + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + if (!is_object($rs)) { + return FALSE; + } + + $indexes = array(); + while ($row = $rs->FetchRow()) { + $indexes[$row[0]]['unique'] = $row[1] == 'UNIQUE'; + $indexes[$row[0]]['columns'][] = $row[2]; + } + if ($primary) { + $indexes['SYSPRIMARYKEYINDEX'] = array( + 'unique' => True, // by definition + 'columns' => $this->GetCol("SELECT columnname FROM COLUMNS WHERE tablename=$table AND mode='KEY' ORDER BY pos"), + ); + } + return $indexes; + } + + function MetaColumns ($table) + { + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + $table = $this->Quote(strtoupper($table)); + + $retarr = array(); + foreach($this->GetAll("SELECT COLUMNNAME,DATATYPE,LEN,DEC,NULLABLE,MODE,\"DEFAULT\",CASE WHEN \"DEFAULT\" IS NULL THEN 0 ELSE 1 END AS HAS_DEFAULT FROM COLUMNS WHERE tablename=$table ORDER BY pos") as $column) + { + $fld = new ADOFieldObject(); + $fld->name = $column[0]; + $fld->type = $column[1]; + $fld->max_length = $fld->type == 'LONG' ? 2147483647 : $column[2]; + $fld->scale = $column[3]; + $fld->not_null = $column[4] == 'NO'; + $fld->primary_key = $column[5] == 'KEY'; + if ($fld->has_default = $column[7]) { + if ($fld->primary_key && $column[6] == 'DEFAULT SERIAL (1)') { + $fld->auto_increment = true; + $fld->has_default = false; + } else { + $fld->default_value = $column[6]; + switch($fld->type) { + case 'VARCHAR': + case 'CHARACTER': + case 'LONG': + $fld->default_value = $column[6]; + break; + default: + $fld->default_value = trim($column[6]); + break; + } + } + } + $retarr[$fld->name] = $fld; + } + if (isset($savem)) { + $this->SetFetchMode($savem); + } + $ADODB_FETCH_MODE = $save; + + return $retarr; + } + + function MetaColumnNames($table) + { + $table = $this->Quote(strtoupper($table)); + + return $this->GetCol("SELECT columnname FROM COLUMNS WHERE tablename=$table ORDER BY pos"); + } + + // unlike it seems, this depends on the db-session and works in a multiuser environment + function _insertid($table,$column) + { + return empty($table) ? False : $this->GetOne("SELECT $table.CURRVAL FROM DUAL"); + } + + /* + SelectLimit implementation problems: + + The following will return random 10 rows as order by performed after "WHERE rowno<10" + which is not ideal... + + select * from table where rowno < 10 order by 1 + + This means that we have to use the adoconnection base class SelectLimit when + there is an "order by". + + See http://listserv.sap.com/pipermail/sapdb.general/2002-January/010405.html + */ + +}; + + +class ADORecordSet_sapdb extends ADORecordSet_odbc { + + var $databaseType = "sapdb"; + + function ADORecordSet_sapdb($id,$mode=false) + { + $this->ADORecordSet_odbc($id,$mode); + } +} + +} //define +?> diff --git a/e_lib/adodb5/drivers/adodb-sqlanywhere.inc.php b/e_lib/adodb5/drivers/adodb-sqlanywhere.inc.php new file mode 100644 index 00000000..22293230 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sqlanywhere.inc.php @@ -0,0 +1,169 @@ +create_blobvar($blobVarName); + + b) load blob var from file. $filename must be complete path + + $dbcon->load_blobvar_from_file($blobVarName, $filename); + + c) Use the $blobVarName in SQL insert or update statement in the values + clause: + + $recordSet = $dbconn->Execute('INSERT INTO tabname (idcol, blobcol) ' + . + 'VALUES (\'test\', ' . $blobVarName . ')'); + + instead of loading blob from a file, you can also load from + an unformatted (raw) blob variable: + $dbcon->load_blobvar_from_var($blobVarName, $varName); + + d) drop blob variable on db server to free up resources: + $dbconn->drop_blobvar($blobVarName); + + Sybase_SQLAnywhere data driver. Requires ODBC. + +*/ + +// security - hide paths +if (!defined('ADODB_DIR')) die(); + +if (!defined('_ADODB_ODBC_LAYER')) { + include(ADODB_DIR."/drivers/adodb-odbc.inc.php"); +} + +if (!defined('ADODB_SYBASE_SQLANYWHERE')){ + + define('ADODB_SYBASE_SQLANYWHERE',1); + + class ADODB_sqlanywhere extends ADODB_odbc { + var $databaseType = "sqlanywhere"; + var $hasInsertID = true; + + function ADODB_sqlanywhere() + { + $this->ADODB_odbc(); + } + + function _insertid() { + return $this->GetOne('select @@identity'); + } + + function create_blobvar($blobVarName) { + $this->Execute("create variable $blobVarName long binary"); + return; + } + + function drop_blobvar($blobVarName) { + $this->Execute("drop variable $blobVarName"); + return; + } + + function load_blobvar_from_file($blobVarName, $filename) { + $chunk_size = 1000; + + $fd = fopen ($filename, "rb"); + + $integer_chunks = (integer)filesize($filename) / $chunk_size; + $modulus = filesize($filename) % $chunk_size; + if ($modulus != 0){ + $integer_chunks += 1; + } + + for($loop=1;$loop<=$integer_chunks;$loop++){ + $contents = fread ($fd, $chunk_size); + $contents = bin2hex($contents); + + $hexstring = ''; + + for($loop2=0;$loop2qstr($hexstring); + + $this->Execute("set $blobVarName = $blobVarName || " . $hexstring); + } + + fclose ($fd); + return; + } + + function load_blobvar_from_var($blobVarName, &$varName) { + $chunk_size = 1000; + + $integer_chunks = (integer)strlen($varName) / $chunk_size; + $modulus = strlen($varName) % $chunk_size; + if ($modulus != 0){ + $integer_chunks += 1; + } + + for($loop=1;$loop<=$integer_chunks;$loop++){ + $contents = substr ($varName, (($loop - 1) * $chunk_size), $chunk_size); + $contents = bin2hex($contents); + + $hexstring = ''; + + for($loop2=0;$loop2qstr($hexstring); + + $this->Execute("set $blobVarName = $blobVarName || " . $hexstring); + } + + return; + } + + /* + Insert a null into the blob field of the table first. + Then use UpdateBlob to store the blob. + + Usage: + + $conn->Execute('INSERT INTO blobtable (id, blobcol) VALUES (1, null)'); + $conn->UpdateBlob('blobtable','blobcol',$blob,'id=1'); + */ + function UpdateBlob($table,$column,&$val,$where,$blobtype='BLOB') + { + $blobVarName = 'hold_blob'; + $this->create_blobvar($blobVarName); + $this->load_blobvar_from_var($blobVarName, $val); + $this->Execute("UPDATE $table SET $column=$blobVarName WHERE $where"); + $this->drop_blobvar($blobVarName); + return true; + } + }; //class + + class ADORecordSet_sqlanywhere extends ADORecordSet_odbc { + + var $databaseType = "sqlanywhere"; + + function ADORecordSet_sqlanywhere($id,$mode=false) + { + $this->ADORecordSet_odbc($id,$mode); + } + + + }; //class + + +} //define +?> diff --git a/e_lib/adodb5/drivers/adodb-sqlite.inc.php b/e_lib/adodb5/drivers/adodb-sqlite.inc.php new file mode 100644 index 00000000..7c158d03 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sqlite.inc.php @@ -0,0 +1,398 @@ +fmtDate)."'"; + case 'sysTimeStamp' : return "'".date($this->sysTimeStamp)."'"; + } + }*/ + + function ServerInfo() + { + $arr['version'] = sqlite_libversion(); + $arr['description'] = 'SQLite '; + $arr['encoding'] = sqlite_libencoding(); + return $arr; + } + + function BeginTrans() + { + if ($this->transOff) return true; + $ret = $this->Execute("BEGIN TRANSACTION"); + $this->transCnt += 1; + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + if (!$ok) return $this->RollbackTrans(); + $ret = $this->Execute("COMMIT"); + if ($this->transCnt>0)$this->transCnt -= 1; + return !empty($ret); + } + + function RollbackTrans() + { + if ($this->transOff) return true; + $ret = $this->Execute("ROLLBACK"); + if ($this->transCnt>0)$this->transCnt -= 1; + return !empty($ret); + } + + // mark newnham + function MetaColumns($table, $normalize=true) + { + global $ADODB_FETCH_MODE; + $false = false; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($this->fetchMode !== false) $savem = $this->SetFetchMode(false); + $rs = $this->Execute("PRAGMA table_info('$table')"); + if (isset($savem)) $this->SetFetchMode($savem); + if (!$rs) { + $ADODB_FETCH_MODE = $save; + return $false; + } + $arr = array(); + while ($r = $rs->FetchRow()) { + $type = explode('(',$r['type']); + $size = ''; + if (sizeof($type)==2) + $size = trim($type[1],')'); + $fn = strtoupper($r['name']); + $fld = new ADOFieldObject; + $fld->name = $r['name']; + $fld->type = $type[0]; + $fld->max_length = $size; + $fld->not_null = $r['notnull']; + $fld->default_value = $r['dflt_value']; + $fld->scale = 0; + if ($save == ADODB_FETCH_NUM) $arr[] = $fld; + else $arr[strtoupper($fld->name)] = $fld; + } + $rs->Close(); + $ADODB_FETCH_MODE = $save; + return $arr; + } + + function _init($parentDriver) + { + + $parentDriver->hasTransactions = false; + $parentDriver->hasInsertID = true; + } + + function _insertid() + { + return sqlite_last_insert_rowid($this->_connectionID); + } + + function _affectedrows() + { + return sqlite_changes($this->_connectionID); + } + + function ErrorMsg() + { + if ($this->_logsql) return $this->_errorMsg; + return ($this->_errorNo) ? sqlite_error_string($this->_errorNo) : ''; + } + + function ErrorNo() + { + return $this->_errorNo; + } + + function SQLDate($fmt, $col=false) + { + $fmt = $this->qstr($fmt); + return ($col) ? "adodb_date2($fmt,$col)" : "adodb_date($fmt)"; + } + + + function _createFunctions() + { + @sqlite_create_function($this->_connectionID, 'adodb_date', 'adodb_date', 1); + @sqlite_create_function($this->_connectionID, 'adodb_date2', 'adodb_date2', 2); + } + + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('sqlite_open')) return null; + if (empty($argHostname) && $argDatabasename) $argHostname = $argDatabasename; + + $this->_connectionID = sqlite_open($argHostname); + if ($this->_connectionID === false) return false; + $this->_createFunctions(); + return true; + } + + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('sqlite_open')) return null; + if (empty($argHostname) && $argDatabasename) $argHostname = $argDatabasename; + + $this->_connectionID = sqlite_popen($argHostname); + if ($this->_connectionID === false) return false; + $this->_createFunctions(); + return true; + } + + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + $rez = sqlite_query($sql,$this->_connectionID); + if (!$rez) { + $this->_errorNo = sqlite_last_error($this->_connectionID); + } + + return $rez; + } + + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + $offsetStr = ($offset >= 0) ? " OFFSET $offset" : ''; + $limitStr = ($nrows >= 0) ? " LIMIT $nrows" : ($offset >= 0 ? ' LIMIT 999999999' : ''); + if ($secs2cache) + $rs = $this->CacheExecute($secs2cache,$sql."$limitStr$offsetStr",$inputarr); + else + $rs = $this->Execute($sql."$limitStr$offsetStr",$inputarr); + + return $rs; + } + + /* + This algorithm is not very efficient, but works even if table locking + is not available. + + Will return false if unable to generate an ID after $MAXLOOPS attempts. + */ + var $_genSeqSQL = "create table %s (id integer)"; + + function GenID($seq='adodbseq',$start=1) + { + // if you have to modify the parameter below, your database is overloaded, + // or you need to implement generation of id's yourself! + $MAXLOOPS = 100; + //$this->debug=1; + while (--$MAXLOOPS>=0) { + @($num = $this->GetOne("select id from $seq")); + if ($num === false) { + $this->Execute(sprintf($this->_genSeqSQL ,$seq)); + $start -= 1; + $num = '0'; + $ok = $this->Execute("insert into $seq values($start)"); + if (!$ok) return false; + } + $this->Execute("update $seq set id=id+1 where id=$num"); + + if ($this->affected_rows() > 0) { + $num += 1; + $this->genID = $num; + return $num; + } + } + if ($fn = $this->raiseErrorFn) { + $fn($this->databaseType,'GENID',-32000,"Unable to generate unique id after $MAXLOOPS attempts",$seq,$num); + } + return false; + } + + function CreateSequence($seqname='adodbseq',$start=1) + { + if (empty($this->_genSeqSQL)) return false; + $ok = $this->Execute(sprintf($this->_genSeqSQL,$seqname)); + if (!$ok) return false; + $start -= 1; + return $this->Execute("insert into $seqname values($start)"); + } + + var $_dropSeqSQL = 'drop table %s'; + function DropSequence($seqname) + { + if (empty($this->_dropSeqSQL)) return false; + return $this->Execute(sprintf($this->_dropSeqSQL,$seqname)); + } + + // returns true or false + function _close() + { + return @sqlite_close($this->_connectionID); + } + + function MetaIndexes($table, $primary = FALSE, $owner=false) + { + $false = false; + // save old fetch mode + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->fetchMode !== FALSE) { + $savem = $this->SetFetchMode(FALSE); + } + $SQL=sprintf("SELECT name,sql FROM sqlite_master WHERE type='index' AND tbl_name='%s'", strtolower($table)); + $rs = $this->Execute($SQL); + if (!is_object($rs)) { + if (isset($savem)) + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + return $false; + } + + $indexes = array (); + while ($row = $rs->FetchRow()) { + if ($primary && preg_match("/primary/i",$row[1]) == 0) continue; + if (!isset($indexes[$row[0]])) { + + $indexes[$row[0]] = array( + 'unique' => preg_match("/unique/i",$row[1]), + 'columns' => array()); + } + /** + * There must be a more elegant way of doing this, + * the index elements appear in the SQL statement + * in cols[1] between parentheses + * e.g CREATE UNIQUE INDEX ware_0 ON warehouse (org,warehouse) + */ + $cols = explode("(",$row[1]); + $cols = explode(")",$cols[1]); + array_pop($cols); + $indexes[$row[0]]['columns'] = $cols; + } + if (isset($savem)) { + $this->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + } + return $indexes; + } + +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_sqlite extends ADORecordSet { + + var $databaseType = "sqlite"; + var $bind = false; + + function ADORecordset_sqlite($queryID,$mode=false) + { + + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + switch($mode) { + case ADODB_FETCH_NUM: $this->fetchMode = SQLITE_NUM; break; + case ADODB_FETCH_ASSOC: $this->fetchMode = SQLITE_ASSOC; break; + default: $this->fetchMode = SQLITE_BOTH; break; + } + $this->adodbFetchMode = $mode; + + $this->_queryID = $queryID; + + $this->_inited = true; + $this->fields = array(); + if ($queryID) { + $this->_currentRow = 0; + $this->EOF = !$this->_fetch(); + @$this->_initrs(); + } else { + $this->_numOfRows = 0; + $this->_numOfFields = 0; + $this->EOF = true; + } + + return $this->_queryID; + } + + + function FetchField($fieldOffset = -1) + { + $fld = new ADOFieldObject; + $fld->name = sqlite_field_name($this->_queryID, $fieldOffset); + $fld->type = 'VARCHAR'; + $fld->max_length = -1; + return $fld; + } + + function _initrs() + { + $this->_numOfRows = @sqlite_num_rows($this->_queryID); + $this->_numOfFields = @sqlite_num_fields($this->_queryID); + } + + function Fields($colname) + { + if ($this->fetchMode != SQLITE_NUM) return $this->fields[$colname]; + if (!$this->bind) { + $this->bind = array(); + for ($i=0; $i < $this->_numOfFields; $i++) { + $o = $this->FetchField($i); + $this->bind[strtoupper($o->name)] = $i; + } + } + + return $this->fields[$this->bind[strtoupper($colname)]]; + } + + function _seek($row) + { + return sqlite_seek($this->_queryID, $row); + } + + function _fetch($ignore_fields=false) + { + $this->fields = @sqlite_fetch_array($this->_queryID,$this->fetchMode); + return !empty($this->fields); + } + + function _close() + { + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-sqlitepo.inc.php b/e_lib/adodb5/drivers/adodb-sqlitepo.inc.php new file mode 100644 index 00000000..cdb487de --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sqlitepo.inc.php @@ -0,0 +1,62 @@ +ADODB_sqlite(); + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ + +class ADORecordset_sqlitepo extends ADORecordset_sqlite { + + var $databaseType = 'sqlitepo'; + + function ADORecordset_sqlitepo($queryID,$mode=false) + { + $this->ADORecordset_sqlite($queryID,$mode); + } + + // Modified to strip table names from returned fields + function _fetch($ignore_fields=false) + { + $this->fields = array(); + $fields = @sqlite_fetch_array($this->_queryID,$this->fetchMode); + if(is_array($fields)) + foreach($fields as $n => $v) + { + if(($p = strpos($n, ".")) !== false) + $n = substr($n, $p+1); + $this->fields[$n] = $v; + } + + return !empty($this->fields); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-sybase.inc.php b/e_lib/adodb5/drivers/adodb-sybase.inc.php new file mode 100644 index 00000000..b2a17fb5 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sybase.inc.php @@ -0,0 +1,428 @@ +GetOne('select @@identity'); + } + // might require begintrans -- committrans + function _affectedrows() + { + return $this->GetOne('select @@rowcount'); + } + + + function BeginTrans() + { + + if ($this->transOff) return true; + $this->transCnt += 1; + + $this->Execute('BEGIN TRAN'); + return true; + } + + function CommitTrans($ok=true) + { + if ($this->transOff) return true; + + if (!$ok) return $this->RollbackTrans(); + + $this->transCnt -= 1; + $this->Execute('COMMIT TRAN'); + return true; + } + + function RollbackTrans() + { + if ($this->transOff) return true; + $this->transCnt -= 1; + $this->Execute('ROLLBACK TRAN'); + return true; + } + + // http://www.isug.com/Sybase_FAQ/ASE/section6.1.html#6.1.4 + function RowLock($tables,$where,$flds='top 1 null as ignore') + { + if (!$this->_hastrans) $this->BeginTrans(); + $tables = str_replace(',',' HOLDLOCK,',$tables); + return $this->GetOne("select $flds from $tables HOLDLOCK where $where"); + + } + + function SelectDB($dbName) + { + $this->database = $dbName; + $this->databaseName = $dbName; # obsolete, retained for compat with older adodb versions + if ($this->_connectionID) { + return @sybase_select_db($dbName); + } + else return false; + } + + /* Returns: the last error message from previous database operation + Note: This function is NOT available for Microsoft SQL Server. */ + + + function ErrorMsg() + { + if ($this->_logsql) return $this->_errorMsg; + if (function_exists('sybase_get_last_message')) + $this->_errorMsg = sybase_get_last_message(); + else + $this->_errorMsg = isset($php_errormsg) ? $php_errormsg : 'SYBASE error messages not supported on this platform'; + return $this->_errorMsg; + } + + // returns true or false + function _connect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('sybase_connect')) return null; + + if ($this->charSet) { + $this->_connectionID = sybase_connect($argHostname,$argUsername,$argPassword, $this->charSet); + } else { + $this->_connectionID = sybase_connect($argHostname,$argUsername,$argPassword); + } + + $this->_connectionID = sybase_connect($argHostname,$argUsername,$argPassword); + if ($this->_connectionID === false) return false; + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + // returns true or false + function _pconnect($argHostname, $argUsername, $argPassword, $argDatabasename) + { + if (!function_exists('sybase_connect')) return null; + + if ($this->charSet) { + $this->_connectionID = sybase_pconnect($argHostname,$argUsername,$argPassword, $this->charSet); + } else { + $this->_connectionID = sybase_pconnect($argHostname,$argUsername,$argPassword); + } + if ($this->_connectionID === false) return false; + if ($argDatabasename) return $this->SelectDB($argDatabasename); + return true; + } + + // returns query ID if successful, otherwise false + function _query($sql,$inputarr=false) + { + global $ADODB_COUNTRECS; + + if ($ADODB_COUNTRECS == false && ADODB_PHPVER >= 0x4300) + return sybase_unbuffered_query($sql,$this->_connectionID); + else + return sybase_query($sql,$this->_connectionID); + } + + // See http://www.isug.com/Sybase_FAQ/ASE/section6.2.html#6.2.12 + function SelectLimit($sql,$nrows=-1,$offset=-1,$inputarr=false,$secs2cache=0) + { + if ($secs2cache > 0) {// we do not cache rowcount, so we have to load entire recordset + $rs = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $rs; + } + + $nrows = (integer) $nrows; + $offset = (integer) $offset; + + $cnt = ($nrows >= 0) ? $nrows : 999999999; + if ($offset > 0 && $cnt) $cnt += $offset; + + $this->Execute("set rowcount $cnt"); + $rs = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,0); + $this->Execute("set rowcount 0"); + + return $rs; + } + + // returns true or false + function _close() + { + return @sybase_close($this->_connectionID); + } + + static function UnixDate($v) + { + return ADORecordSet_array_sybase::UnixDate($v); + } + + static function UnixTimeStamp($v) + { + return ADORecordSet_array_sybase::UnixTimeStamp($v); + } + + + + # Added 2003-10-05 by Chris Phillipson + # Used ASA SQL Reference Manual -- http://sybooks.sybase.com/onlinebooks/group-aw/awg0800e/dbrfen8/@ebt-link;pt=16756?target=%25N%15_12018_START_RESTART_N%25 + # to convert similar Microsoft SQL*Server (mssql) API into Sybase compatible version + // Format date column in sql string given an input format that understands Y M D + function SQLDate($fmt, $col=false) + { + if (!$col) $col = $this->sysTimeStamp; + $s = ''; + + $len = strlen($fmt); + for ($i=0; $i < $len; $i++) { + if ($s) $s .= '+'; + $ch = $fmt[$i]; + switch($ch) { + case 'Y': + case 'y': + $s .= "datename(yy,$col)"; + break; + case 'M': + $s .= "convert(char(3),$col,0)"; + break; + case 'm': + $s .= "str_replace(str(month($col),2),' ','0')"; + break; + case 'Q': + case 'q': + $s .= "datename(qq,$col)"; + break; + case 'D': + case 'd': + $s .= "str_replace(str(datepart(dd,$col),2),' ','0')"; + break; + case 'h': + $s .= "substring(convert(char(14),$col,0),13,2)"; + break; + + case 'H': + $s .= "str_replace(str(datepart(hh,$col),2),' ','0')"; + break; + + case 'i': + $s .= "str_replace(str(datepart(mi,$col),2),' ','0')"; + break; + case 's': + $s .= "str_replace(str(datepart(ss,$col),2),' ','0')"; + break; + case 'a': + case 'A': + $s .= "substring(convert(char(19),$col,0),18,2)"; + break; + + default: + if ($ch == '\\') { + $i++; + $ch = substr($fmt,$i,1); + } + $s .= $this->qstr($ch); + break; + } + } + return $s; + } + + # Added 2003-10-07 by Chris Phillipson + # Used ASA SQL Reference Manual -- http://sybooks.sybase.com/onlinebooks/group-aw/awg0800e/dbrfen8/@ebt-link;pt=5981;uf=0?target=0;window=new;showtoc=true;book=dbrfen8 + # to convert similar Microsoft SQL*Server (mssql) API into Sybase compatible version + function MetaPrimaryKeys($table) + { + $sql = "SELECT c.column_name " . + "FROM syscolumn c, systable t " . + "WHERE t.table_name='$table' AND c.table_id=t.table_id " . + "AND t.table_type='BASE' " . + "AND c.pkey = 'Y' " . + "ORDER BY c.column_id"; + + $a = $this->GetCol($sql); + if ($a && sizeof($a)>0) return $a; + return false; + } +} + +/*-------------------------------------------------------------------------------------- + Class Name: Recordset +--------------------------------------------------------------------------------------*/ +global $ADODB_sybase_mths; +$ADODB_sybase_mths = array( + 'JAN'=>1,'FEB'=>2,'MAR'=>3,'APR'=>4,'MAY'=>5,'JUN'=>6, + 'JUL'=>7,'AUG'=>8,'SEP'=>9,'OCT'=>10,'NOV'=>11,'DEC'=>12); + +class ADORecordset_sybase extends ADORecordSet { + + var $databaseType = "sybase"; + var $canSeek = true; + // _mths works only in non-localised system + var $_mths = array('JAN'=>1,'FEB'=>2,'MAR'=>3,'APR'=>4,'MAY'=>5,'JUN'=>6,'JUL'=>7,'AUG'=>8,'SEP'=>9,'OCT'=>10,'NOV'=>11,'DEC'=>12); + + function ADORecordset_sybase($id,$mode=false) + { + if ($mode === false) { + global $ADODB_FETCH_MODE; + $mode = $ADODB_FETCH_MODE; + } + if (!$mode) $this->fetchMode = ADODB_FETCH_ASSOC; + else $this->fetchMode = $mode; + $this->ADORecordSet($id,$mode); + } + + /* Returns: an object containing field information. + Get column information in the Recordset object. fetchField() can be used in order to obtain information about + fields in a certain query result. If the field offset isn't specified, the next field that wasn't yet retrieved by + fetchField() is retrieved. */ + function FetchField($fieldOffset = -1) + { + if ($fieldOffset != -1) { + $o = @sybase_fetch_field($this->_queryID, $fieldOffset); + } + else if ($fieldOffset == -1) { /* The $fieldOffset argument is not provided thus its -1 */ + $o = @sybase_fetch_field($this->_queryID); + } + // older versions of PHP did not support type, only numeric + if ($o && !isset($o->type)) $o->type = ($o->numeric) ? 'float' : 'varchar'; + return $o; + } + + function _initrs() + { + global $ADODB_COUNTRECS; + $this->_numOfRows = ($ADODB_COUNTRECS)? @sybase_num_rows($this->_queryID):-1; + $this->_numOfFields = @sybase_num_fields($this->_queryID); + } + + function _seek($row) + { + return @sybase_data_seek($this->_queryID, $row); + } + + function _fetch($ignore_fields=false) + { + if ($this->fetchMode == ADODB_FETCH_NUM) { + $this->fields = @sybase_fetch_row($this->_queryID); + } else if ($this->fetchMode == ADODB_FETCH_ASSOC) { + $this->fields = @sybase_fetch_row($this->_queryID); + if (is_array($this->fields)) { + $this->fields = $this->GetRowAssoc(ADODB_ASSOC_CASE); + return true; + } + return false; + } else { + $this->fields = @sybase_fetch_array($this->_queryID); + } + if ( is_array($this->fields)) { + return true; + } + + return false; + } + + /* close() only needs to be called if you are worried about using too much memory while your script + is running. All associated result memory for the specified result identifier will automatically be freed. */ + function _close() { + return @sybase_free_result($this->_queryID); + } + + // sybase/mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + return ADORecordSet_array_sybase::UnixDate($v); + } + + static function UnixTimeStamp($v) + { + return ADORecordSet_array_sybase::UnixTimeStamp($v); + } +} + +class ADORecordSet_array_sybase extends ADORecordSet_array { + function ADORecordSet_array_sybase($id=-1) + { + $this->ADORecordSet_array($id); + } + + // sybase/mssql uses a default date like Dec 30 2000 12:00AM + static function UnixDate($v) + { + global $ADODB_sybase_mths; + + //Dec 30 2000 12:00AM + if (!preg_match( "/([A-Za-z]{3})[-/\. ]+([0-9]{1,2})[-/\. ]+([0-9]{4})/" + ,$v, $rr)) return parent::UnixDate($v); + + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $themth = substr(strtoupper($rr[1]),0,3); + $themth = $ADODB_sybase_mths[$themth]; + if ($themth <= 0) return false; + // h-m-s-MM-DD-YY + return mktime(0,0,0,$themth,$rr[2],$rr[3]); + } + + static function UnixTimeStamp($v) + { + global $ADODB_sybase_mths; + //11.02.2001 Toni Tunkkari toni.tunkkari@finebyte.com + //Changed [0-9] to [0-9 ] in day conversion + if (!preg_match( "/([A-Za-z]{3})[-/\. ]([0-9 ]{1,2})[-/\. ]([0-9]{4}) +([0-9]{1,2}):([0-9]{1,2}) *([apAP]{0,1})/" + ,$v, $rr)) return parent::UnixTimeStamp($v); + if ($rr[3] <= TIMESTAMP_FIRST_YEAR) return 0; + + $themth = substr(strtoupper($rr[1]),0,3); + $themth = $ADODB_sybase_mths[$themth]; + if ($themth <= 0) return false; + + switch (strtoupper($rr[6])) { + case 'P': + if ($rr[4]<12) $rr[4] += 12; + break; + case 'A': + if ($rr[4]==12) $rr[4] = 0; + break; + default: + break; + } + // h-m-s-MM-DD-YY + return mktime($rr[4],$rr[5],0,$themth,$rr[2],$rr[3]); + } +} +?> diff --git a/e_lib/adodb5/drivers/adodb-sybase_ase.inc.php b/e_lib/adodb5/drivers/adodb-sybase_ase.inc.php new file mode 100644 index 00000000..b2741a2d --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-sybase_ase.inc.php @@ -0,0 +1,119 @@ +metaTablesSQL) { + // complicated state saving by the need for backward compat + + if ($ttype == 'VIEWS'){ + $sql = str_replace('U', 'V', $this->metaTablesSQL); + }elseif (false === $ttype){ + $sql = str_replace('U',"U' OR type='V", $this->metaTablesSQL); + }else{ // TABLES OR ANY OTHER + $sql = $this->metaTablesSQL; + } + $rs = $this->Execute($sql); + + if ($rs === false || !method_exists($rs, 'GetArray')){ + return $false; + } + $arr = $rs->GetArray(); + + $arr2 = array(); + foreach($arr as $key=>$value){ + $arr2[] = trim($value['name']); + } + return $arr2; + } + return $false; + } + + function MetaDatabases() + { + $arr = array(); + if ($this->metaDatabasesSQL!='') { + $rs = $this->Execute($this->metaDatabasesSQL); + if ($rs && !$rs->EOF){ + while (!$rs->EOF){ + $arr[] = $rs->Fields('name'); + $rs->MoveNext(); + } + return $arr; + } + } + return false; + } + + // fix a bug which prevent the metaColumns query to be executed for Sybase ASE + function MetaColumns($table,$upper=false) + { + $false = false; + if (!empty($this->metaColumnsSQL)) { + + $rs = $this->Execute(sprintf($this->metaColumnsSQL,$table)); + if ($rs === false) return $false; + + $retarr = array(); + while (!$rs->EOF) { + $fld = new ADOFieldObject(); + $fld->name = $rs->Fields('field_name'); + $fld->type = $rs->Fields('type'); + $fld->max_length = $rs->Fields('width'); + $retarr[strtoupper($fld->name)] = $fld; + $rs->MoveNext(); + } + $rs->Close(); + return $retarr; + } + return $false; + } + + function getProcedureList($schema) + { + return false; + } + + function ErrorMsg() + { + if (!function_exists('sybase_connect')){ + return 'Your PHP doesn\'t contain the Sybase connection module!'; + } + return parent::ErrorMsg(); + } +} + +class adorecordset_sybase_ase extends ADORecordset_sybase { +var $databaseType = "sybase_ase"; +function ADORecordset_sybase_ase($id,$mode=false) + { + $this->ADORecordSet_sybase($id,$mode); + } + +} +?> diff --git a/e_lib/adodb5/drivers/adodb-vfp.inc.php b/e_lib/adodb5/drivers/adodb-vfp.inc.php new file mode 100644 index 00000000..c5fb4661 --- /dev/null +++ b/e_lib/adodb5/drivers/adodb-vfp.inc.php @@ -0,0 +1,107 @@ +ADODB_odbc(); + } + + function Time() + { + return time(); + } + + function BeginTrans() { return false;} + + // quote string to be sent back to database + function qstr($s,$nofixquotes=false) + { + if (!$nofixquotes) return "'".str_replace("\r\n","'+chr(13)+'",str_replace("'",$this->replaceQuote,$s))."'"; + return "'".$s."'"; + } + + + // TOP requires ORDER BY for VFP + function SelectLimit($sql,$nrows=-1,$offset=-1, $inputarr=false,$secs2cache=0) + { + $this->hasTop = preg_match('/ORDER[ \t\r\n]+BY/is',$sql) ? 'top' : false; + $ret = ADOConnection::SelectLimit($sql,$nrows,$offset,$inputarr,$secs2cache); + return $ret; + } + + + +}; + + +class ADORecordSet_vfp extends ADORecordSet_odbc { + + var $databaseType = "vfp"; + + + function ADORecordSet_vfp($id,$mode=false) + { + return $this->ADORecordSet_odbc($id,$mode); + } + + function MetaType($t,$len=-1) + { + if (is_object($t)) { + $fieldobj = $t; + $t = $fieldobj->type; + $len = $fieldobj->max_length; + } + switch (strtoupper($t)) { + case 'C': + if ($len <= $this->blobSize) return 'C'; + case 'M': + return 'X'; + + case 'D': return 'D'; + + case 'T': return 'T'; + + case 'L': return 'L'; + + case 'I': return 'I'; + + default: return 'N'; + } + } +} + +} //define +?> diff --git a/e_lib/adodb5/lang/adodb-ar.inc.php b/e_lib/adodb5/lang/adodb-ar.inc.php new file mode 100644 index 00000000..1c492784 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-ar.inc.php @@ -0,0 +1,33 @@ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'ar', + DB_ERROR => '拐?凡?諡龜', + DB_ERROR_ALREADY_EXISTS => '新競?息휴?, + DB_ERROR_CANNOT_CREATE => '簫 帳色 토沌?, + DB_ERROR_CANNOT_DELETE => '簫 帳色 辜?, + DB_ERROR_CANNOT_DROP => '簫 帳色 辜?, + DB_ERROR_CONSTRAINT => '反殺?턴曠?娠仰緡', + DB_ERROR_DIVZERO => '反殺?햐艱悳?伴?糧?, + DB_ERROR_INVALID => '凡?郞雀', + DB_ERROR_INVALID_DATE => '藜排 緣?충 角欄?凡?郞雀?, + DB_ERROR_INVALID_NUMBER => '藜排 螺?凡?郞雀?, + DB_ERROR_MISMATCH => '凡?視末휴', + DB_ERROR_NODBSELECTED => '率 綽?턱堪한 僿博?햐흡헉필 휨?, + DB_ERROR_NOSUCHFIELD => '殺?抑햐?坤?흐槿 햐핥?, + DB_ERROR_NOSUCHTABLE => '殺?抑햐?卿聯 흐槿 햐핥?, + DB_ERROR_NOT_CAPABLE => '僿博?햐흡헉필 햐寔閣?흐?凡?僿局?, + DB_ERROR_NOT_FOUND => '率 綽?톼鎌躬', + DB_ERROR_NOT_LOCKED => '凡?飾婢?, + DB_ERROR_SYNTAX => '拐?枇 햐藜排', + DB_ERROR_UNSUPPORTED => '凡?豺搬?, + DB_ERROR_VALUE_COUNT_ON_ROW => '博?햐莎?枇 햐畓?, + DB_ERROR_INVALID_DSN => 'DSN 凡?郞雀', + DB_ERROR_CONNECT_FAILED => '雰?反殺?햐탱朗?, + 0 => '殺?抑햐?촘末?, // DB_OK + DB_ERROR_NEED_MORE_DATA => '햐흡헉필 햐式涓?凡?峠枇?, + DB_ERROR_EXTENSION_NOT_FOUND=> '率 綽?톼鎌?햐텅햅?햐視伴司', + DB_ERROR_NOSUCHDB => '殺?抑햐?僿博?흡헉필 흐槿 햐핥?, + DB_ERROR_ACCESS_VIOLATION => '戴핏灼?凡?峠枇? +); +?> diff --git a/e_lib/adodb5/lang/adodb-bg.inc.php b/e_lib/adodb5/lang/adodb-bg.inc.php new file mode 100644 index 00000000..e2962f1a --- /dev/null +++ b/e_lib/adodb5/lang/adodb-bg.inc.php @@ -0,0 +1,37 @@ + +*/ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'bg', + DB_ERROR => '張了橓增壯 藎予魏', + DB_ERROR_ALREADY_EXISTS => '橓特 蒸緘增詢循', + DB_ERROR_CANNOT_CREATE => '張 溢蓮 菴 守鴨 蒸醴雪孼?, + DB_ERROR_CANNOT_DELETE => '張 溢蓮 菴 守鴨 了疾嶢?, + DB_ERROR_CANNOT_DROP => '張 溢蓮 菴 守鴨 艙樂跡孼?, + DB_ERROR_CONSTRAINT => '壯宗袍狀 埰依淳?, + DB_ERROR_DIVZERO => '鴨音杖?壯 腸乙', + DB_ERROR_INVALID => '張穽設堯狀', + DB_ERROR_INVALID_DATE => '張惟釣攸壯 菴診 堯?妬?, + DB_ERROR_INVALID_NUMBER => '張循泣鴨?狀靭?, + DB_ERROR_MISMATCH => '禎藎予壯 蒼剪釣蓀', + DB_ERROR_NODBSELECTED => '張 ?了鎖陝?蓀裔 菴牆?, + DB_ERROR_NOSUCHFIELD => '張蒸緘增詢循閤 禎音', + DB_ERROR_NOSUCHTABLE => '張蒸緘增詢循咸 診頌擾?, + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => '張 ?壯靭釣壯', + DB_ERROR_NOT_LOCKED => '張 ?裔幽孼?, + DB_ERROR_SYNTAX => '藎予孼 茁粧蟾茁?, + DB_ERROR_UNSUPPORTED => '張 遵 禎狎協縯', + DB_ERROR_VALUE_COUNT_ON_ROW => '張惟釣攸孼 鎖迹 惟依杖 ?釣菴', + DB_ERROR_INVALID_DSN => '張循泣鴨?DSN', + DB_ERROR_CONNECT_FAILED => '荀賢魏診 張 溢蓮 菴 守鴨 前鋏嚴軫孼?, + 0 => '?茵 藎予孺', // DB_OK + DB_ERROR_NEED_MORE_DATA => '穽抑前診橓杖鎭 菴牆?焌 張哀增城脇杖', + DB_ERROR_EXTENSION_NOT_FOUND=> '調懊寮孼猥桎 張 ?壯靭釣狀', + DB_ERROR_NOSUCHDB => '張蒸緘增詢循咸 蓀裔 菴牆?, + DB_ERROR_ACCESS_VIOLATION => '?茵鎭 哀增城脇狀 穽設? +); +?> diff --git a/e_lib/adodb5/lang/adodb-bgutf8.inc.php b/e_lib/adodb5/lang/adodb-bgutf8.inc.php new file mode 100644 index 00000000..e0f86ca8 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-bgutf8.inc.php @@ -0,0 +1,37 @@ +癤??php +/* + Bulgarian language, v1.0, 25.03.2004, encoding by UTF-8 charset + contributed by Valentin Sheiretsky +*/ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'bgutf8', + DB_ERROR => '戟筠龜鈞勻筠??戟逵 均?筠?克逵', + DB_ERROR_ALREADY_EXISTS => '勻筠?筠 ???筠??勻?勻逵', + DB_ERROR_CANNOT_CREATE => '戟筠 劇棘菌筠 畇逵 閨?畇筠 ??鈞畇逵畇筠戟逵', + DB_ERROR_CANNOT_DELETE => '戟筠 劇棘菌筠 畇逵 閨?畇筠 龜鈞??龜?逵', + DB_ERROR_CANNOT_DROP => '戟筠 劇棘菌筠 畇逵 閨?畇筠 ?戟龜?棘菌筠戟逵', + DB_ERROR_CONSTRAINT => '戟逵???筠戟棘 ??剋棘勻龜筠', + DB_ERROR_DIVZERO => '畇筠剋筠戟龜筠 戟逵 戟?剋逵', + DB_ERROR_INVALID => '戟筠極?逵勻龜剋戟棘', + DB_ERROR_INVALID_DATE => '戟筠克棘?筠克?戟逵 畇逵?逵 龜剋龜 ?逵?', + DB_ERROR_INVALID_NUMBER => '戟筠勻逵剋龜畇筠戟 戟棘劇筠?', + DB_ERROR_MISMATCH => '極棘均?筠?戟逵 ?極棘??筠閨逵', + DB_ERROR_NODBSELECTED => '戟筠 筠 龜鈞閨?逵戟逵 閨逵鈞逵 畇逵戟戟龜', + DB_ERROR_NOSUCHFIELD => '戟筠???筠??勻?勻逵?棘 極棘剋筠', + DB_ERROR_NOSUCHTABLE => '戟筠???筠??勻?勻逵?逵 ?逵閨剋龜?逵', + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => '戟筠 筠 戟逵劇筠?筠戟逵', + DB_ERROR_NOT_LOCKED => '戟筠 筠 鈞逵克剋??筠戟逵', + DB_ERROR_SYNTAX => '均?筠?筠戟 ?龜戟?逵克?龜?', + DB_ERROR_UNSUPPORTED => '戟筠 ?筠 極棘畇畇??菌逵', + DB_ERROR_VALUE_COUNT_ON_ROW => '戟筠克棘?筠克?筠戟 閨?棘橘 克棘剋棘戟龜 勻 ?筠畇逵', + DB_ERROR_INVALID_DSN => '戟筠勻逵剋龜畇筠戟 DSN', + DB_ERROR_CONNECT_FAILED => '勻??鈞克逵?逵 戟筠 劇棘菌筠 畇逵 閨?畇筠 棘???筠??勻筠戟逵', + 0 => '戟?劇逵 均?筠?克龜', // DB_OK + DB_ERROR_NEED_MORE_DATA => '極?筠畇棘??逵勻筠戟龜?筠 畇逵戟戟龜 ?逵 戟筠畇棘??逵???戟龜', + DB_ERROR_EXTENSION_NOT_FOUND=> '?逵鈞?龜?筠戟龜筠?棘 戟筠 筠 戟逵劇筠?筠戟棘', + DB_ERROR_NOSUCHDB => '戟筠???筠??勻?勻逵?逵 閨逵鈞逵 畇逵戟戟龜', + DB_ERROR_ACCESS_VIOLATION => '戟?劇逵?筠 畇棘??逵???戟棘 極?逵勻逵' +); +?> diff --git a/e_lib/adodb5/lang/adodb-ca.inc.php b/e_lib/adodb5/lang/adodb-ca.inc.php new file mode 100644 index 00000000..2c927de1 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-ca.inc.php @@ -0,0 +1,34 @@ + 'ca', + DB_ERROR => 'error desconegut', + DB_ERROR_ALREADY_EXISTS => 'ja existeix', + DB_ERROR_CANNOT_CREATE => 'no es pot crear', + DB_ERROR_CANNOT_DELETE => 'no es pot esborrar', + DB_ERROR_CANNOT_DROP => 'no es pot eliminar', + DB_ERROR_CONSTRAINT => 'violaci?de constraint', + DB_ERROR_DIVZERO => 'divisi?per zero', + DB_ERROR_INVALID => 'no ? v?id', + DB_ERROR_INVALID_DATE => 'la data o l\'hora no s? v?ides', + DB_ERROR_INVALID_NUMBER => 'el nombre no ? v?id', + DB_ERROR_MISMATCH => 'no hi ha coincid?cia', + DB_ERROR_NODBSELECTED => 'cap base de dades seleccionada', + DB_ERROR_NOSUCHFIELD => 'camp inexistent', + DB_ERROR_NOSUCHTABLE => 'taula inexistent', + DB_ERROR_NOT_CAPABLE => 'l\'execuci?secund?ia de DB no pot', + DB_ERROR_NOT_FOUND => 'no trobat', + DB_ERROR_NOT_LOCKED => 'no blocat', + DB_ERROR_SYNTAX => 'error de sintaxi', + DB_ERROR_UNSUPPORTED => 'no suportat', + DB_ERROR_VALUE_COUNT_ON_ROW => 'el nombre de columnes no coincideix amb el nombre de valors en la fila', + DB_ERROR_INVALID_DSN => 'el DSN no ? v?id', + DB_ERROR_CONNECT_FAILED => 'connexi?fallida', + 0 => 'cap error', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'les dades subministrades s? insuficients', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extensi?no trobada', + DB_ERROR_NOSUCHDB => 'base de dades inexistent', + DB_ERROR_ACCESS_VIOLATION => 'permisos insuficients' +); +?> diff --git a/e_lib/adodb5/lang/adodb-cn.inc.php b/e_lib/adodb5/lang/adodb-cn.inc.php new file mode 100644 index 00000000..24913aa0 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-cn.inc.php @@ -0,0 +1,35 @@ + 'cn', + DB_ERROR => '灌列댄轎', + DB_ERROR_ALREADY_EXISTS => '綠쒔닸瞳', + DB_ERROR_CANNOT_CREATE => '꼇콘눼쉔', + DB_ERROR_CANNOT_DELETE => '꼇콘뇜', + DB_ERROR_CANNOT_DROP => '꼇콘땔폴', + DB_ERROR_CONSTRAINT => '獨監掘齡', + DB_ERROR_DIVZERO => '굳0뇜', + DB_ERROR_INVALID => '轟槻', + DB_ERROR_INVALID_DATE => '轟槻돨휑퍅샀諒珂쇌', + DB_ERROR_INVALID_NUMBER => '轟槻돨鑒俚', + DB_ERROR_MISMATCH => '꼇튈토', + DB_ERROR_NODBSELECTED => '청唐鑒앴욋굳朞嶝', + DB_ERROR_NOSUCHFIELD => '청唐宮壇돨俚뙈', + DB_ERROR_NOSUCHTABLE => '청唐宮壇돨깊', + DB_ERROR_NOT_CAPABLE => '鑒앴욋빈憩꼇쇗휭', + DB_ERROR_NOT_FOUND => '청唐랙君', + DB_ERROR_NOT_LOCKED => '청唐굳傑땍', + DB_ERROR_SYNTAX => '刀랬댄轎', + DB_ERROR_UNSUPPORTED => '꼇連넣', + DB_ERROR_VALUE_COUNT_ON_ROW => '瞳契작셕令', + DB_ERROR_INVALID_DSN => '轟槻돨鑒앴都 (DSN)', + DB_ERROR_CONNECT_FAILED => '젯쌈呵겨', + 0 => '청唐댄轎', // DB_OK + DB_ERROR_NEED_MORE_DATA => '瓊묩돨鑒앴꼇콘륜북狼헹', + DB_ERROR_EXTENSION_NOT_FOUND=> '윈嵐청唐굳랙君', + DB_ERROR_NOSUCHDB => '청唐宮壇돨鑒앴욋', + DB_ERROR_ACCESS_VIOLATION => '청唐북刊돨홈掘' +); +?> diff --git a/e_lib/adodb5/lang/adodb-cz.inc.php b/e_lib/adodb5/lang/adodb-cz.inc.php new file mode 100644 index 00000000..1801a79b --- /dev/null +++ b/e_lib/adodb5/lang/adodb-cz.inc.php @@ -0,0 +1,40 @@ + + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'cz', + DB_ERROR => 'nezn??chyba', + DB_ERROR_ALREADY_EXISTS => 'ji? existuje', + DB_ERROR_CANNOT_CREATE => 'nelze vytvo?it', + DB_ERROR_CANNOT_DELETE => 'nelze smazat', + DB_ERROR_CANNOT_DROP => 'nelze odstranit', + DB_ERROR_CONSTRAINT => 'poru?en?omezuj??podm?ky', + DB_ERROR_DIVZERO => 'd?len?nulou', + DB_ERROR_INVALID => 'neplatn?, + DB_ERROR_INVALID_DATE => 'neplatn?datum nebo ?as', + DB_ERROR_INVALID_NUMBER => 'neplatn???lo', + DB_ERROR_MISMATCH => 'nesouhlas?, + DB_ERROR_NODBSELECTED => '??n?datab?e nen?vybr?a', + DB_ERROR_NOSUCHFIELD => 'pole nenalezeno', + DB_ERROR_NOSUCHTABLE => 'tabulka nenalezena', + DB_ERROR_NOT_CAPABLE => 'nepodporov?o', + DB_ERROR_NOT_FOUND => 'nenalezeno', + DB_ERROR_NOT_LOCKED => 'nezam?eno', + DB_ERROR_SYNTAX => 'syntaktick?chyba', + DB_ERROR_UNSUPPORTED => 'nepodporov?o', + DB_ERROR_VALUE_COUNT_ON_ROW => '', + DB_ERROR_INVALID_DSN => 'neplatn?DSN', + DB_ERROR_CONNECT_FAILED => 'p?ipojen?selhalo', + 0 => 'bez chyb', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'm?o zdrojov?h dat', + DB_ERROR_EXTENSION_NOT_FOUND=> 'roz??en?nenalezeno', + DB_ERROR_NOSUCHDB => 'datab?e neexistuje', + DB_ERROR_ACCESS_VIOLATION => 'nedostate?n?pr?a' +); +?> diff --git a/e_lib/adodb5/lang/adodb-da.inc.php b/e_lib/adodb5/lang/adodb-da.inc.php new file mode 100644 index 00000000..40cf3439 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-da.inc.php @@ -0,0 +1,33 @@ + 'da', + DB_ERROR => 'ukendt fejl', + DB_ERROR_ALREADY_EXISTS => 'eksisterer allerede', + DB_ERROR_CANNOT_CREATE => 'kan ikke oprette', + DB_ERROR_CANNOT_DELETE => 'kan ikke slette', + DB_ERROR_CANNOT_DROP => 'kan ikke droppe', + DB_ERROR_CONSTRAINT => 'begrænsning krænket', + DB_ERROR_DIVZERO => 'division med nul', + DB_ERROR_INVALID => 'ugyldig', + DB_ERROR_INVALID_DATE => 'ugyldig dato eller klokkeslet', + DB_ERROR_INVALID_NUMBER => 'ugyldigt tal', + DB_ERROR_MISMATCH => 'mismatch', + DB_ERROR_NODBSELECTED => 'ingen database valgt', + DB_ERROR_NOSUCHFIELD => 'felt findes ikke', + DB_ERROR_NOSUCHTABLE => 'tabel findes ikke', + DB_ERROR_NOT_CAPABLE => 'DB backend opgav', + DB_ERROR_NOT_FOUND => 'ikke fundet', + DB_ERROR_NOT_LOCKED => 'ikke låst', + DB_ERROR_SYNTAX => 'syntaksfejl', + DB_ERROR_UNSUPPORTED => 'ikke understøttet', + DB_ERROR_VALUE_COUNT_ON_ROW => 'resulterende antal felter svarer ikke til forespørgslens antal felter', + DB_ERROR_INVALID_DSN => 'ugyldig DSN', + DB_ERROR_CONNECT_FAILED => 'tilslutning mislykkedes', + 0 => 'ingen fejl', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'utilstrækkelige data angivet', + DB_ERROR_EXTENSION_NOT_FOUND=> 'udvidelse ikke fundet', + DB_ERROR_NOSUCHDB => 'database ikke fundet', + DB_ERROR_ACCESS_VIOLATION => 'utilstrækkelige rettigheder' +); +?> diff --git a/e_lib/adodb5/lang/adodb-de.inc.php b/e_lib/adodb5/lang/adodb-de.inc.php new file mode 100644 index 00000000..95824db3 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-de.inc.php @@ -0,0 +1,33 @@ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'de', + DB_ERROR => 'Unbekannter Fehler', + DB_ERROR_ALREADY_EXISTS => 'existiert bereits', + DB_ERROR_CANNOT_CREATE => 'kann nicht erstellen', + DB_ERROR_CANNOT_DELETE => 'kann nicht löschen', + DB_ERROR_CANNOT_DROP => 'Tabelle oder Index konnte nicht gelöscht werden', + DB_ERROR_CONSTRAINT => 'Constraint Verletzung', + DB_ERROR_DIVZERO => 'Division durch Null', + DB_ERROR_INVALID => 'ung¨ltig', + DB_ERROR_INVALID_DATE => 'ung¨ltiges Datum oder Zeit', + DB_ERROR_INVALID_NUMBER => 'ung¨ltige Zahl', + DB_ERROR_MISMATCH => 'Unverträglichkeit', + DB_ERROR_NODBSELECTED => 'keine Dantebank ausgewählt', + DB_ERROR_NOSUCHFIELD => 'Feld nicht vorhanden', + DB_ERROR_NOSUCHTABLE => 'Tabelle nicht vorhanden', + DB_ERROR_NOT_CAPABLE => 'Funktion nicht installiert', + DB_ERROR_NOT_FOUND => 'nicht gefunden', + DB_ERROR_NOT_LOCKED => 'nicht gesperrt', + DB_ERROR_SYNTAX => 'Syntaxfehler', + DB_ERROR_UNSUPPORTED => 'nicht Unterst¨tzt', + DB_ERROR_VALUE_COUNT_ON_ROW => 'Anzahl der zur¨ckgelieferten Felder entspricht nicht der Anzahl der Felder in der Abfrage', + DB_ERROR_INVALID_DSN => 'ung¨ltiger DSN', + DB_ERROR_CONNECT_FAILED => 'Verbindung konnte nicht hergestellt werden', + 0 => 'kein Fehler', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'Nicht gen¨gend Daten geliefert', + DB_ERROR_EXTENSION_NOT_FOUND=> 'erweiterung nicht gefunden', + DB_ERROR_NOSUCHDB => 'keine Datenbank', + DB_ERROR_ACCESS_VIOLATION => 'ungen¨gende Rechte' +); +?> diff --git a/e_lib/adodb5/lang/adodb-en.inc.php b/e_lib/adodb5/lang/adodb-en.inc.php new file mode 100644 index 00000000..04f972ed --- /dev/null +++ b/e_lib/adodb5/lang/adodb-en.inc.php @@ -0,0 +1,33 @@ + 'en', + DB_ERROR => 'unknown error', + DB_ERROR_ALREADY_EXISTS => 'already exists', + DB_ERROR_CANNOT_CREATE => 'can not create', + DB_ERROR_CANNOT_DELETE => 'can not delete', + DB_ERROR_CANNOT_DROP => 'can not drop', + DB_ERROR_CONSTRAINT => 'constraint violation', + DB_ERROR_DIVZERO => 'division by zero', + DB_ERROR_INVALID => 'invalid', + DB_ERROR_INVALID_DATE => 'invalid date or time', + DB_ERROR_INVALID_NUMBER => 'invalid number', + DB_ERROR_MISMATCH => 'mismatch', + DB_ERROR_NODBSELECTED => 'no database selected', + DB_ERROR_NOSUCHFIELD => 'no such field', + DB_ERROR_NOSUCHTABLE => 'no such table', + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => 'not found', + DB_ERROR_NOT_LOCKED => 'not locked', + DB_ERROR_SYNTAX => 'syntax error', + DB_ERROR_UNSUPPORTED => 'not supported', + DB_ERROR_VALUE_COUNT_ON_ROW => 'value count on row', + DB_ERROR_INVALID_DSN => 'invalid DSN', + DB_ERROR_CONNECT_FAILED => 'connect failed', + 0 => 'no error', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'insufficient data supplied', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension not found', + DB_ERROR_NOSUCHDB => 'no such database', + DB_ERROR_ACCESS_VIOLATION => 'insufficient permissions' +); +?> diff --git a/e_lib/adodb5/lang/adodb-es.inc.php b/e_lib/adodb5/lang/adodb-es.inc.php new file mode 100644 index 00000000..ad6f55c9 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-es.inc.php @@ -0,0 +1,33 @@ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'es', + DB_ERROR => 'error desconocido', + DB_ERROR_ALREADY_EXISTS => 'ya existe', + DB_ERROR_CANNOT_CREATE => 'imposible crear', + DB_ERROR_CANNOT_DELETE => 'imposible borrar', + DB_ERROR_CANNOT_DROP => 'imposible hacer drop', + DB_ERROR_CONSTRAINT => 'violacion de constraint', + DB_ERROR_DIVZERO => 'division por cero', + DB_ERROR_INVALID => 'invalido', + DB_ERROR_INVALID_DATE => 'fecha u hora invalida', + DB_ERROR_INVALID_NUMBER => 'numero invalido', + DB_ERROR_MISMATCH => 'error', + DB_ERROR_NODBSELECTED => 'no hay base de datos seleccionada', + DB_ERROR_NOSUCHFIELD => 'campo invalido', + DB_ERROR_NOSUCHTABLE => 'tabla no existe', + DB_ERROR_NOT_CAPABLE => 'capacidad invalida para esta DB', + DB_ERROR_NOT_FOUND => 'no encontrado', + DB_ERROR_NOT_LOCKED => 'no bloqueado', + DB_ERROR_SYNTAX => 'error de sintaxis', + DB_ERROR_UNSUPPORTED => 'no soportado', + DB_ERROR_VALUE_COUNT_ON_ROW => 'la cantidad de columnas no corresponden a la cantidad de valores', + DB_ERROR_INVALID_DSN => 'DSN invalido', + DB_ERROR_CONNECT_FAILED => 'fallo la conexion', + 0 => 'sin error', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'insuficientes datos', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension no encontrada', + DB_ERROR_NOSUCHDB => 'base de datos no encontrada', + DB_ERROR_ACCESS_VIOLATION => 'permisos insuficientes' +); +?> diff --git a/e_lib/adodb5/lang/adodb-esperanto.inc.php b/e_lib/adodb5/lang/adodb-esperanto.inc.php new file mode 100644 index 00000000..3195fa88 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-esperanto.inc.php @@ -0,0 +1,35 @@ + 'eo', + DB_ERROR => 'nekonata eraro', + DB_ERROR_ALREADY_EXISTS => 'jam ekzistas', + DB_ERROR_CANNOT_CREATE => 'maleblas krei', + DB_ERROR_CANNOT_DELETE => 'maleblas elimini', + DB_ERROR_CANNOT_DROP => 'maleblas elimini (drop)', + DB_ERROR_CONSTRAINT => 'rompo de kondicxoj de provo', + DB_ERROR_DIVZERO => 'divido per 0 (nul)', + DB_ERROR_INVALID => 'malregule', + DB_ERROR_INVALID_DATE => 'malregula dato kaj tempo', + DB_ERROR_INVALID_NUMBER => 'malregula nombro', + DB_ERROR_MISMATCH => 'eraro', + DB_ERROR_NODBSELECTED => 'datumbazo ne elektita', + DB_ERROR_NOSUCHFIELD => 'ne ekzistas kampo', + DB_ERROR_NOSUCHTABLE => 'ne ekzistas tabelo', + DB_ERROR_NOT_CAPABLE => 'DBMS ne povas', + DB_ERROR_NOT_FOUND => 'ne trovita', + DB_ERROR_NOT_LOCKED => 'ne blokita', + DB_ERROR_SYNTAX => 'sintaksa eraro', + DB_ERROR_UNSUPPORTED => 'ne apogata', + DB_ERROR_VALUE_COUNT_ON_ROW => 'nombrilo de valoroj en linio', + DB_ERROR_INVALID_DSN => 'malregula DSN-o', + DB_ERROR_CONNECT_FAILED => 'konekto malsukcesa', + 0 => 'cxio bone', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'ne suficxe da datumo', + DB_ERROR_EXTENSION_NOT_FOUND=> 'etendo ne trovita', + DB_ERROR_NOSUCHDB => 'datumbazo ne ekzistas', + DB_ERROR_ACCESS_VIOLATION => 'ne suficxe da rajto por atingo' +); +?> diff --git a/e_lib/adodb5/lang/adodb-fa.inc.php b/e_lib/adodb5/lang/adodb-fa.inc.php new file mode 100644 index 00000000..a7861a40 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-fa.inc.php @@ -0,0 +1,35 @@ + */ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'fa', + DB_ERROR => '漠慢碼? ?碼娩?碼漠魔?', + DB_ERROR_ALREADY_EXISTS => '?寞?膜 膜碼邈膜', + DB_ERROR_CANNOT_CREATE => '碼?沕碼? create ?寞?膜 ?膜碼邈膜', + DB_ERROR_CANNOT_DELETE => '碼?沕碼? 幕莫? ?寞?膜 ?膜碼邈膜', + DB_ERROR_CANNOT_DROP => '碼?沕碼? drop ?寞?膜 ?膜碼邈膜', + DB_ERROR_CONSTRAINT => '??彎 娩邈慢', + DB_ERROR_DIVZERO => '魔?卍?? 磨邈 巒?邈', + DB_ERROR_INVALID => '?碼?晩魔磨邈', + DB_ERROR_INVALID_DATE => '万?碼? ?碼 魔碼邈?漠 ?碼?晩魔磨邈', + DB_ERROR_INVALID_NUMBER => '晩膜膜 ?碼?晩魔磨邈', + DB_ERROR_MISMATCH => '晩膜? ?慢碼磨?魔', + DB_ERROR_NODBSELECTED => '磨碼?沕 碼慢?碼晩碼魔? 碼?魔漠碼磨 ?娩膜? 碼卍魔', + DB_ERROR_NOSUCHFIELD => '???? 卍魔??? ?寞?膜 ?膜碼邈膜', + DB_ERROR_NOSUCHTABLE => '???? 寞膜??? ?寞?膜 ?膜碼邈膜', + DB_ERROR_NOT_CAPABLE => 'backend 磨碼?沕 碼慢?碼晩碼魔? ?碼膜邈 ??卍魔', + DB_ERROR_NOT_FOUND => '毛?膜碼 ?娩膜', + DB_ERROR_NOT_LOCKED => '??? ?娩膜?', + DB_ERROR_SYNTAX => '漠慢碼? 膜卍魔?邈?', + DB_ERROR_UNSUPPORTED => '毛娩魔?磨碼?? ??? 娩?膜', + DB_ERROR_VALUE_COUNT_ON_ROW => '娩?碼邈娩 ??碼膜?邈 邈?? 邈膜??', + DB_ERROR_INVALID_DSN => 'DSN ?碼?晩魔磨邈', + DB_ERROR_CONNECT_FAILED => '碼邈魔磨碼慢 磨邈?邈碼邈 ?娩膜', + 0 => '磨膜?? 漠慢碼', // DB_OK + DB_ERROR_NEED_MORE_DATA => '膜碼膜? ?碼沕碼?? 碼卍魔', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension 毛?膜碼 ?娩膜', + DB_ERROR_NOSUCHDB => '???? 磨碼?沕 碼慢?碼晩碼魔? ?寞?膜 ?膜碼邈膜', + DB_ERROR_ACCESS_VIOLATION => '幕? 膜卍魔邈卍? ?碼沕碼??' +); +?> diff --git a/e_lib/adodb5/lang/adodb-fr.inc.php b/e_lib/adodb5/lang/adodb-fr.inc.php new file mode 100644 index 00000000..aafaac65 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-fr.inc.php @@ -0,0 +1,33 @@ + 'fr', + DB_ERROR => 'erreur inconnue', + DB_ERROR_ALREADY_EXISTS => 'existe déjà', + DB_ERROR_CANNOT_CREATE => 'crétion impossible', + DB_ERROR_CANNOT_DELETE => 'effacement impossible', + DB_ERROR_CANNOT_DROP => 'suppression impossible', + DB_ERROR_CONSTRAINT => 'violation de contrainte', + DB_ERROR_DIVZERO => 'division par zéro', + DB_ERROR_INVALID => 'invalide', + DB_ERROR_INVALID_DATE => 'date ou heure invalide', + DB_ERROR_INVALID_NUMBER => 'nombre invalide', + DB_ERROR_MISMATCH => 'erreur de concordance', + DB_ERROR_NODBSELECTED => 'pas de base de donnéessélectionnée', + DB_ERROR_NOSUCHFIELD => 'nom de colonne invalide', + DB_ERROR_NOSUCHTABLE => 'table ou vue inexistante', + DB_ERROR_NOT_CAPABLE => 'fonction optionnelle non installée', + DB_ERROR_NOT_FOUND => 'pas trouvé', + DB_ERROR_NOT_LOCKED => 'non verrouillé', + DB_ERROR_SYNTAX => 'erreur de syntaxe', + DB_ERROR_UNSUPPORTED => 'non supporté', + DB_ERROR_VALUE_COUNT_ON_ROW => 'valeur insérée trop grande pour colonne', + DB_ERROR_INVALID_DSN => 'DSN invalide', + DB_ERROR_CONNECT_FAILED => 'échec à la connexion', + 0 => "pas d'erreur", // DB_OK + DB_ERROR_NEED_MORE_DATA => 'données fournies insuffisantes', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extension non trouvée', + DB_ERROR_NOSUCHDB => 'base de données inconnue', + DB_ERROR_ACCESS_VIOLATION => 'droits insuffisants' +); +?> diff --git a/e_lib/adodb5/lang/adodb-hu.inc.php b/e_lib/adodb5/lang/adodb-hu.inc.php new file mode 100644 index 00000000..441f7cb1 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-hu.inc.php @@ -0,0 +1,34 @@ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'hu', + DB_ERROR => 'ismeretlen hiba', + DB_ERROR_ALREADY_EXISTS => 'm? l?ezik', + DB_ERROR_CANNOT_CREATE => 'nem siker?t l?rehozni', + DB_ERROR_CANNOT_DELETE => 'nem siker?t t??ni', + DB_ERROR_CANNOT_DROP => 'nem siker?t eldobni', + DB_ERROR_CONSTRAINT => 'szab?yok megszeg?e', + DB_ERROR_DIVZERO => 'oszt? null?al', + DB_ERROR_INVALID => '?v?ytelen', + DB_ERROR_INVALID_DATE => '?v?ytelen d?um vagy id?, + DB_ERROR_INVALID_NUMBER => '?v?ytelen sz?', + DB_ERROR_MISMATCH => 'nem megfelel?, + DB_ERROR_NODBSELECTED => 'nincs kiv?asztott adatb?is', + DB_ERROR_NOSUCHFIELD => 'nincs ilyen mez?, + DB_ERROR_NOSUCHTABLE => 'nincs ilyen t?la', + DB_ERROR_NOT_CAPABLE => 'DB backend nem t?ogatja', + DB_ERROR_NOT_FOUND => 'nem tal?hat?, + DB_ERROR_NOT_LOCKED => 'nincs lez?va', + DB_ERROR_SYNTAX => 'szintaktikai hiba', + DB_ERROR_UNSUPPORTED => 'nem t?ogatott', + DB_ERROR_VALUE_COUNT_ON_ROW => 'soron v?zett ?t? sz?l??', + DB_ERROR_INVALID_DSN => 'hib? DSN', + DB_ERROR_CONNECT_FAILED => 'sikertelen csatlakoz?', + 0 => 'nincs hiba', // DB_OK + DB_ERROR_NEED_MORE_DATA => 't? kev? az adat', + DB_ERROR_EXTENSION_NOT_FOUND=> 'b??m?y nem tal?hat?, + DB_ERROR_NOSUCHDB => 'nincs ilyen adatb?is', + DB_ERROR_ACCESS_VIOLATION => 'nincs jogosults?' +); +?> diff --git a/e_lib/adodb5/lang/adodb-it.inc.php b/e_lib/adodb5/lang/adodb-it.inc.php new file mode 100644 index 00000000..5b029655 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-it.inc.php @@ -0,0 +1,34 @@ + 'it', + DB_ERROR => 'errore sconosciuto', + DB_ERROR_ALREADY_EXISTS => 'esiste già', + DB_ERROR_CANNOT_CREATE => 'non posso creare', + DB_ERROR_CANNOT_DELETE => 'non posso cancellare', + DB_ERROR_CANNOT_DROP => 'non posso eliminare', + DB_ERROR_CONSTRAINT => 'violazione constraint', + DB_ERROR_DIVZERO => 'divisione per zero', + DB_ERROR_INVALID => 'non valido', + DB_ERROR_INVALID_DATE => 'data od ora non valida', + DB_ERROR_INVALID_NUMBER => 'numero non valido', + DB_ERROR_MISMATCH => 'diversi', + DB_ERROR_NODBSELECTED => 'nessun database selezionato', + DB_ERROR_NOSUCHFIELD => 'nessun campo trovato', + DB_ERROR_NOSUCHTABLE => 'nessuna tabella trovata', + DB_ERROR_NOT_CAPABLE => 'DB backend non abilitato', + DB_ERROR_NOT_FOUND => 'non trovato', + DB_ERROR_NOT_LOCKED => 'non bloccato', + DB_ERROR_SYNTAX => 'errore di sintassi', + DB_ERROR_UNSUPPORTED => 'non supportato', + DB_ERROR_VALUE_COUNT_ON_ROW => 'valore inserito troppo grande per una colonna', + DB_ERROR_INVALID_DSN => 'DSN non valido', + DB_ERROR_CONNECT_FAILED => 'connessione fallita', + 0 => 'nessun errore', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'dati inseriti insufficienti', + DB_ERROR_EXTENSION_NOT_FOUND=> 'estensione non trovata', + DB_ERROR_NOSUCHDB => 'database non trovato', + DB_ERROR_ACCESS_VIOLATION => 'permessi insufficienti' +); +?> diff --git a/e_lib/adodb5/lang/adodb-nl.inc.php b/e_lib/adodb5/lang/adodb-nl.inc.php new file mode 100644 index 00000000..6bea4c73 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-nl.inc.php @@ -0,0 +1,33 @@ + 'nl', + DB_ERROR => 'onbekende fout', + DB_ERROR_ALREADY_EXISTS => 'bestaat al', + DB_ERROR_CANNOT_CREATE => 'kan niet aanmaken', + DB_ERROR_CANNOT_DELETE => 'kan niet wissen', + DB_ERROR_CANNOT_DROP => 'kan niet verwijderen', + DB_ERROR_CONSTRAINT => 'constraint overtreding', + DB_ERROR_DIVZERO => 'poging tot delen door nul', + DB_ERROR_INVALID => 'ongeldig', + DB_ERROR_INVALID_DATE => 'ongeldige datum of tijd', + DB_ERROR_INVALID_NUMBER => 'ongeldig nummer', + DB_ERROR_MISMATCH => 'is incorrect', + DB_ERROR_NODBSELECTED => 'geen database geselecteerd', + DB_ERROR_NOSUCHFIELD => 'onbekend veld', + DB_ERROR_NOSUCHTABLE => 'onbekende tabel', + DB_ERROR_NOT_CAPABLE => 'database systeem is niet tot uitvoer in staat', + DB_ERROR_NOT_FOUND => 'niet gevonden', + DB_ERROR_NOT_LOCKED => 'niet vergrendeld', + DB_ERROR_SYNTAX => 'syntaxis fout', + DB_ERROR_UNSUPPORTED => 'niet ondersteund', + DB_ERROR_VALUE_COUNT_ON_ROW => 'waarde telling op rij', + DB_ERROR_INVALID_DSN => 'ongeldige DSN', + DB_ERROR_CONNECT_FAILED => 'connectie mislukt', + 0 => 'geen fout', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'onvoldoende data gegeven', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extensie niet gevonden', + DB_ERROR_NOSUCHDB => 'onbekende database', + DB_ERROR_ACCESS_VIOLATION => 'onvoldoende rechten' +); +?> diff --git a/e_lib/adodb5/lang/adodb-pl.inc.php b/e_lib/adodb5/lang/adodb-pl.inc.php new file mode 100644 index 00000000..f57f39cf --- /dev/null +++ b/e_lib/adodb5/lang/adodb-pl.inc.php @@ -0,0 +1,35 @@ + + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'pl', + DB_ERROR => 'niezidentyfikowany b낢d', + DB_ERROR_ALREADY_EXISTS => 'ju?istniej?, + DB_ERROR_CANNOT_CREATE => 'nie mo퓆a stworzy?, + DB_ERROR_CANNOT_DELETE => 'nie mo퓆a usun길', + DB_ERROR_CANNOT_DROP => 'nie mo퓆a porzuci?, + DB_ERROR_CONSTRAINT => 'pogwa쿬enie uprawnie?, + DB_ERROR_DIVZERO => 'dzielenie przez zero', + DB_ERROR_INVALID => 'b녠dny', + DB_ERROR_INVALID_DATE => 'b녠dna godzina lub data', + DB_ERROR_INVALID_NUMBER => 'b녠dny numer', + DB_ERROR_MISMATCH => 'niedopasowanie', + DB_ERROR_NODBSELECTED => 'baza danych nie zosta쿪 wybrana', + DB_ERROR_NOSUCHFIELD => 'nie znaleziono pola', + DB_ERROR_NOSUCHTABLE => 'nie znaleziono tabeli', + DB_ERROR_NOT_CAPABLE => 'nie zdolny', + DB_ERROR_NOT_FOUND => 'nie znaleziono', + DB_ERROR_NOT_LOCKED => 'nie zakmni?y', + DB_ERROR_SYNTAX => 'b낢d sk쿪dni', + DB_ERROR_UNSUPPORTED => 'nie obs퀅guje', + DB_ERROR_VALUE_COUNT_ON_ROW => 'warto뜻 liczona w szeregu', + DB_ERROR_INVALID_DSN => 'b녠dny DSN', + DB_ERROR_CONNECT_FAILED => 'po낢czenie nie zosta쿽 zrealizowane', + 0 => 'brak b녠d?', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'niedostateczna ilo뜻 informacji', + DB_ERROR_EXTENSION_NOT_FOUND=> 'nie znaleziono rozszerzenia', + DB_ERROR_NOSUCHDB => 'nie znaleziono bazy', + DB_ERROR_ACCESS_VIOLATION => 'niedostateczne uprawnienia' +); +?> diff --git a/e_lib/adodb5/lang/adodb-pt-br.inc.php b/e_lib/adodb5/lang/adodb-pt-br.inc.php new file mode 100644 index 00000000..4c275a9d --- /dev/null +++ b/e_lib/adodb5/lang/adodb-pt-br.inc.php @@ -0,0 +1,35 @@ + 'pt-br', + DB_ERROR => 'erro desconhecido', + DB_ERROR_ALREADY_EXISTS => 'j?existe', + DB_ERROR_CANNOT_CREATE => 'imposs?el criar', + DB_ERROR_CANNOT_DELETE => 'imposs?el exclu?', + DB_ERROR_CANNOT_DROP => 'imposs?el remover', + DB_ERROR_CONSTRAINT => 'viola豫o do confinamente', + DB_ERROR_DIVZERO => 'divis? por zero', + DB_ERROR_INVALID => 'inv?ido', + DB_ERROR_INVALID_DATE => 'data ou hora inv?ida', + DB_ERROR_INVALID_NUMBER => 'n?ero inv?ido', + DB_ERROR_MISMATCH => 'erro', + DB_ERROR_NODBSELECTED => 'nenhum banco de dados selecionado', + DB_ERROR_NOSUCHFIELD => 'campo inv?ido', + DB_ERROR_NOSUCHTABLE => 'tabela inexistente', + DB_ERROR_NOT_CAPABLE => 'capacidade inv?ida para este BD', + DB_ERROR_NOT_FOUND => 'n? encontrado', + DB_ERROR_NOT_LOCKED => 'n? bloqueado', + DB_ERROR_SYNTAX => 'erro de sintaxe', + DB_ERROR_UNSUPPORTED => +'n? suportado', + DB_ERROR_VALUE_COUNT_ON_ROW => 'a quantidade de colunas n? corresponde ao de valores', + DB_ERROR_INVALID_DSN => 'DSN inv?ido', + DB_ERROR_CONNECT_FAILED => 'falha na conex?', + 0 => 'sem erro', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'dados insuficientes', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extens? n? encontrada', + DB_ERROR_NOSUCHDB => 'banco de dados n? encontrado', + DB_ERROR_ACCESS_VIOLATION => 'permiss? insuficiente' +); +?> diff --git a/e_lib/adodb5/lang/adodb-ro.inc.php b/e_lib/adodb5/lang/adodb-ro.inc.php new file mode 100644 index 00000000..8263d822 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-ro.inc.php @@ -0,0 +1,35 @@ + */ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'ro', + DB_ERROR => 'eroare necunoscuta', + DB_ERROR_ALREADY_EXISTS => 'deja exista', + DB_ERROR_CANNOT_CREATE => 'nu se poate creea', + DB_ERROR_CANNOT_DELETE => 'nu se poate sterge', + DB_ERROR_CANNOT_DROP => 'nu se poate executa drop', + DB_ERROR_CONSTRAINT => 'violare de constrain', + DB_ERROR_DIVZERO => 'se divide la zero', + DB_ERROR_INVALID => 'invalid', + DB_ERROR_INVALID_DATE => 'data sau timp invalide', + DB_ERROR_INVALID_NUMBER => 'numar invalid', + DB_ERROR_MISMATCH => 'nepotrivire-mismatch', + DB_ERROR_NODBSELECTED => 'nu exista baza de date selectata', + DB_ERROR_NOSUCHFIELD => 'camp inexistent', + DB_ERROR_NOSUCHTABLE => 'tabela inexistenta', + DB_ERROR_NOT_CAPABLE => 'functie optionala neinstalata', + DB_ERROR_NOT_FOUND => 'negasit', + DB_ERROR_NOT_LOCKED => 'neblocat', + DB_ERROR_SYNTAX => 'eroare de sintaxa', + DB_ERROR_UNSUPPORTED => 'nu e suportat', + DB_ERROR_VALUE_COUNT_ON_ROW => 'valoare prea mare pentru coloana', + DB_ERROR_INVALID_DSN => 'DSN invalid', + DB_ERROR_CONNECT_FAILED => 'conectare esuata', + 0 => 'fara eroare', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'data introduse insuficiente', + DB_ERROR_EXTENSION_NOT_FOUND=> 'extensie negasita', + DB_ERROR_NOSUCHDB => 'nu exista baza de date', + DB_ERROR_ACCESS_VIOLATION => 'permisiuni insuficiente' +); +?> diff --git a/e_lib/adodb5/lang/adodb-ru1251.inc.php b/e_lib/adodb5/lang/adodb-ru1251.inc.php new file mode 100644 index 00000000..b080776e --- /dev/null +++ b/e_lib/adodb5/lang/adodb-ru1251.inc.php @@ -0,0 +1,35 @@ + 'ru1251', + DB_ERROR => '張了橓增壯 廛矮魏', + DB_ERROR_ALREADY_EXISTS => '槍?憎緘增詢奄', + DB_ERROR_CANNOT_CREATE => '張脣傲跡狀 櫛醴城?, + DB_ERROR_CANNOT_DELETE => '張脣傲跡狀 昶贍嶢?, + DB_ERROR_CANNOT_DROP => '張脣傲跡狀 昶贍嶢?(drop)', + DB_ERROR_CONSTRAINT => '壯宗袍杖?埰依淳?穽荻儼孺', + DB_ERROR_DIVZERO => '鴨音杖?壯 0', + DB_ERROR_INVALID => '張穽設堯茴?, + DB_ERROR_INVALID_DATE => '張惟拙焉帙? 菴診 堯?荀諺', + DB_ERROR_INVALID_NUMBER => '張惟拙焉帙赤 婆衆?, + DB_ERROR_MISMATCH => '廛矮魏', + DB_ERROR_NODBSELECTED => '좔 張 述鎖陝?, + DB_ERROR_NOSUCHFIELD => '張 憎緘增詢奄 禎音', + DB_ERROR_NOSUCHTABLE => '張 憎緘增詢奄 診頌擾?, + DB_ERROR_NOT_CAPABLE => '儺좔 張 ?櫛增?杖?, + DB_ERROR_NOT_FOUND => '張 壯藕孼?, + DB_ERROR_NOT_LOCKED => '張 裔頌適寮荻陝?, + DB_ERROR_SYNTAX => '茁粧蟾茁特仲? 廛矮魏', + DB_ERROR_UNSUPPORTED => '張 禎狎儼鍊循奄?', + DB_ERROR_VALUE_COUNT_ON_ROW => '甑奄婆?午成孼僥 ?增尊劉', + DB_ERROR_INVALID_DSN => '張穽設堯茴? DSN', + DB_ERROR_CONNECT_FAILED => '櫛抑妖孼猥 張埰渟曝?, + 0 => '張?廛矮孺', // DB_OK + DB_ERROR_NEED_MORE_DATA => '穽抑前診瞬孼?張哀增城展狀 菴牆紅', + DB_ERROR_EXTENSION_NOT_FOUND=> '調症寮孼猥 張 壯藕孼?, + DB_ERROR_NOSUCHDB => '張 憎緘增詢奄 좔', + DB_ERROR_ACCESS_VIOLATION => '張哀增城展狀 穽設 哀增蒼? +); +?> diff --git a/e_lib/adodb5/lang/adodb-sv.inc.php b/e_lib/adodb5/lang/adodb-sv.inc.php new file mode 100644 index 00000000..2e1380b8 --- /dev/null +++ b/e_lib/adodb5/lang/adodb-sv.inc.php @@ -0,0 +1,33 @@ + 'en', + DB_ERROR => 'Ok?t fel', + DB_ERROR_ALREADY_EXISTS => 'finns redan', + DB_ERROR_CANNOT_CREATE => 'kan inte skapa', + DB_ERROR_CANNOT_DELETE => 'kan inte ta bort', + DB_ERROR_CANNOT_DROP => 'kan inte sl?pa', + DB_ERROR_CONSTRAINT => 'begr?sning kr?kt', + DB_ERROR_DIVZERO => 'division med noll', + DB_ERROR_INVALID => 'ogiltig', + DB_ERROR_INVALID_DATE => 'ogiltigt datum eller tid', + DB_ERROR_INVALID_NUMBER => 'ogiltigt tal', + DB_ERROR_MISMATCH => 'felaktig matchning', + DB_ERROR_NODBSELECTED => 'ingen databas vald', + DB_ERROR_NOSUCHFIELD => 'inget s?ant f?t', + DB_ERROR_NOSUCHTABLE => 'ingen s?an tabell', + DB_ERROR_NOT_CAPABLE => 'DB backend klarar det inte', + DB_ERROR_NOT_FOUND => 'finns inte', + DB_ERROR_NOT_LOCKED => 'inte l?t', + DB_ERROR_SYNTAX => 'syntaxfel', + DB_ERROR_UNSUPPORTED => 'st?s ej', + DB_ERROR_VALUE_COUNT_ON_ROW => 'v?de r?nat p?rad', + DB_ERROR_INVALID_DSN => 'ogiltig DSN', + DB_ERROR_CONNECT_FAILED => 'anslutning misslyckades', + 0 => 'inget fel', // DB_OK + DB_ERROR_NEED_MORE_DATA => 'otillr?kligt med data angivet', + DB_ERROR_EXTENSION_NOT_FOUND=> 'ut?ning hittades ej', + DB_ERROR_NOSUCHDB => 'ingen s?an databas', + DB_ERROR_ACCESS_VIOLATION => 'otillr?kliga r?tigheter' +); +?> diff --git a/e_lib/adodb5/lang/adodb-uk1251.inc.php b/e_lib/adodb5/lang/adodb-uk1251.inc.php new file mode 100644 index 00000000..0fb74bbc --- /dev/null +++ b/e_lib/adodb5/lang/adodb-uk1251.inc.php @@ -0,0 +1,35 @@ + 'uk1251', + DB_ERROR => '張秀哀茵 禎麟凝?, + DB_ERROR_ALREADY_EXISTS => '殉?놉腸?, + DB_ERROR_CANNOT_CREATE => '張溢劣外?增脣鳥震', + DB_ERROR_CANNOT_DELETE => '張溢劣外?淳菴泣震', + DB_ERROR_CANNOT_DROP => '張溢劣外?午樂嶢?(drop)', + DB_ERROR_CONSTRAINT => '禎宗袍牆 脹荻 渟釣秀簇?, + DB_ERROR_DIVZERO => '牙音牆 壯 0', + DB_ERROR_INVALID => '張穽設堯茴?, + DB_ERROR_INVALID_DATE => '張穽設堯茴?菴診 婆 妬?, + DB_ERROR_INVALID_NUMBER => '張穽設堯茴?婆衆?, + DB_ERROR_MISMATCH => '禎麟凝?, + DB_ERROR_NODBSELECTED => '張 淳鎖陝?좔', + DB_ERROR_NOSUCHFIELD => '張 놉腸?禎音', + DB_ERROR_NOSUCHTABLE => '張 놉腸?診頌擾', + DB_ERROR_NOT_CAPABLE => '儺좔 張 ?增陝?, + DB_ERROR_NOT_FOUND => '張 午纖鴨狀', + DB_ERROR_NOT_LOCKED => '張 裔頌適荻陝?, + DB_ERROR_SYNTAX => '茁粧蟾茁杷?禎麟凝?, + DB_ERROR_UNSUPPORTED => '張 電曖鳥壬빅劃', + DB_ERROR_VALUE_COUNT_ON_ROW => '調醋純凹 午成孼??增諸頗?, + DB_ERROR_INVALID_DSN => '張穽設堯茴?DSN', + DB_ERROR_CONNECT_FAILED => '?'뷰壯牆 張埰電曝?, + 0 => '蓴?侁調醴', // DB_OK + DB_ERROR_NEED_MORE_DATA => '壯菴狀 張哀增城贓?菴杖?, + DB_ERROR_EXTENSION_NOT_FOUND=> '尊懊寮孼? 張 午纖鴨狀', + DB_ERROR_NOSUCHDB => '張 놉腸?좔', + DB_ERROR_ACCESS_VIOLATION => '張哀增城贓?穽設 哀增蒼? +); +?> diff --git a/e_lib/adodb5/lang/adodb_th.inc.php b/e_lib/adodb5/lang/adodb_th.inc.php new file mode 100644 index 00000000..3e325c12 --- /dev/null +++ b/e_lib/adodb5/lang/adodb_th.inc.php @@ -0,0 +1,33 @@ + +$ADODB_LANG_ARRAY = array ( + 'LANG' => 'th', + DB_ERROR => 'error 仙꾝륫仙댽르錫밝퉱錫む림仙€錫ム툞錫?, + DB_ERROR_ALREADY_EXISTS => '錫□링仙?錫?퉱錫?, + DB_ERROR_CANNOT_CREATE => '錫む르仙됢림錫뉋퉬錫□퉰仙꾝툝仙?, + DB_ERROR_CANNOT_DELETE => '錫?툣仙꾝륫仙댽퉬錫붲퉱', + DB_ERROR_CANNOT_DROP => 'drop 仙꾝륫仙댽퉬錫붲퉱', + DB_ERROR_CONSTRAINT => 'constraint violation', + DB_ERROR_DIVZERO => '錫ム림錫?錫붲퉱錫㏅륭錫む많錫?', + DB_ERROR_INVALID => '仙꾝륫仙?valid', + DB_ERROR_INVALID_DATE => '錫㏅릴錫쇸툠錫듀퉰 仙€錫㏅른錫?仙꾝륫仙?valid', + DB_ERROR_INVALID_NUMBER => '仙€錫?툊仙꾝륫仙?valid', + DB_ERROR_MISMATCH => 'mismatch', + DB_ERROR_NODBSELECTED => '仙꾝륫仙댽퉬錫붲퉱仙€錫?막錫??錫?錫꿋툢錫귖퉱錫?륫錫밝른', + DB_ERROR_NOSUCHFIELD => '仙꾝륫仙댽륫錫듀툨錫듀른錫붲퉴錫쇸링仙?, + DB_ERROR_NOSUCHTABLE => '仙꾝륫仙댽륫錫듀툞錫꿋르錫꿋툏錫쇸링仙?, + DB_ERROR_NOT_CAPABLE => 'DB backend not capable', + DB_ERROR_NOT_FOUND => '仙꾝륫仙댽툧錫?, + DB_ERROR_NOT_LOCKED => '仙꾝륫仙댽퉬錫붲퉱錫?퉲錫??', + DB_ERROR_SYNTAX => '錫쒉릿錫?syntax', + DB_ERROR_UNSUPPORTED => '仙꾝륫仙?support', + DB_ERROR_VALUE_COUNT_ON_ROW => 'value count on row', + DB_ERROR_INVALID_DSN => 'invalid DSN', + DB_ERROR_CONNECT_FAILED => '仙꾝륫仙댽릉錫꿋륫錫꿋르錫?connect', + 0 => 'no error', // DB_OK + DB_ERROR_NEED_MORE_DATA => '錫귖퉱錫?륫錫밝른仙꾝륫仙댽?錫왽링錫№툏錫왽릎', + DB_ERROR_EXTENSION_NOT_FOUND=> '仙꾝륫仙댽툧錫?extension', + DB_ERROR_NOSUCHDB => '仙꾝륫仙댽륫錫듀툊仙됢릎錫□많錫?툢錫듀퉱', + DB_ERROR_ACCESS_VIOLATION => 'permissions 仙꾝륫仙댽툧錫? +); +?> diff --git a/e_lib/adodb5/license.txt b/e_lib/adodb5/license.txt new file mode 100644 index 00000000..c9f6d9ed --- /dev/null +++ b/e_lib/adodb5/license.txt @@ -0,0 +1,182 @@ +ADOdb is dual licensed using BSD and LGPL. + +In plain English, you do not need to distribute your application in source code form, nor do you need to distribute ADOdb source code, provided you follow the rest of terms of the BSD license. + +For more info about ADOdb, visit http://adodb.sourceforge.net/ + +BSD Style-License +================= + +Copyright (c) 2000, 2001, 2002, 2003, 2004 John Lim +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this list +of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this list +of conditions and the following disclaimer in the documentation and/or other materials +provided with the distribution. + +Neither the name of the John Lim nor the names of its contributors may be used to +endorse or promote products derived from this software without specific prior written +permission. + +DISCLAIMER: +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +JOHN LIM OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +========================================================== +GNU LESSER GENERAL PUBLIC LICENSE +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + +Preamble +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION +0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + +a) The modified work must itself be a software library. +b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. +c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. +d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. +(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + + +a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) +b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. +c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. +d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. +e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. +For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + + +a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. +b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. +8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + +END OF TERMS AND CONDITIONS diff --git a/e_lib/adodb5/pear/Auth/Container/ADOdb.php b/e_lib/adodb5/pear/Auth/Container/ADOdb.php new file mode 100644 index 00000000..37d7d074 --- /dev/null +++ b/e_lib/adodb5/pear/Auth/Container/ADOdb.php @@ -0,0 +1,413 @@ + +// | Richard Tango-Lowy | +// +----------------------------------------------------------------------+ +// +// $Id: ADOdb.php,v 1.3 2005/05/18 06:58:47 jlim Exp $ +// + +require_once 'Auth/Container.php'; +require_once 'adodb.inc.php'; +require_once 'adodb-pear.inc.php'; +require_once 'adodb-errorpear.inc.php'; + +/** + * Storage driver for fetching login data from a database using ADOdb-PHP. + * + * This storage driver can use all databases which are supported + * by the ADBdb DB abstraction layer to fetch login data. + * See http://php.weblogs.com/adodb for information on ADOdb. + * NOTE: The ADOdb directory MUST be in your PHP include_path! + * + * @author Richard Tango-Lowy + * @package Auth + * @version $Revision: 1.3 $ + */ +class Auth_Container_ADOdb extends Auth_Container +{ + + /** + * Additional options for the storage container + * @var array + */ + var $options = array(); + + /** + * DB object + * @var object + */ + var $db = null; + var $dsn = ''; + + /** + * User that is currently selected from the DB. + * @var string + */ + var $activeUser = ''; + + // {{{ Constructor + + /** + * Constructor of the container class + * + * Initate connection to the database via PEAR::ADOdb + * + * @param string Connection data or DB object + * @return object Returns an error object if something went wrong + */ + function Auth_Container_ADOdb($dsn) + { + $this->_setDefaults(); + + if (is_array($dsn)) { + $this->_parseOptions($dsn); + + if (empty($this->options['dsn'])) { + PEAR::raiseError('No connection parameters specified!'); + } + } else { + // Extract db_type from dsn string. + $this->options['dsn'] = $dsn; + } + } + + // }}} + // {{{ _connect() + + /** + * Connect to database by using the given DSN string + * + * @access private + * @param string DSN string + * @return mixed Object on error, otherwise bool + */ + function _connect($dsn) + { + if (is_string($dsn) || is_array($dsn)) { + if(!$this->db) { + $this->db = ADONewConnection($dsn); + if( $err = ADODB_Pear_error() ) { + return PEAR::raiseError($err); + } + } + + } else { + return PEAR::raiseError('The given dsn was not valid in file ' . __FILE__ . ' at line ' . __LINE__, + 41, + PEAR_ERROR_RETURN, + null, + null + ); + } + + if(!$this->db) { + return PEAR::raiseError(ADODB_Pear_error()); + } else { + return true; + } + } + + // }}} + // {{{ _prepare() + + /** + * Prepare database connection + * + * This function checks if we have already opened a connection to + * the database. If that's not the case, a new connection is opened. + * + * @access private + * @return mixed True or a DB error object. + */ + function _prepare() + { + if(!$this->db) { + $res = $this->_connect($this->options['dsn']); + } + return true; + } + + // }}} + // {{{ query() + + /** + * Prepare query to the database + * + * This function checks if we have already opened a connection to + * the database. If that's not the case, a new connection is opened. + * After that the query is passed to the database. + * + * @access public + * @param string Query string + * @return mixed a DB_result object or DB_OK on success, a DB + * or PEAR error on failure + */ + function query($query) + { + $err = $this->_prepare(); + if ($err !== true) { + return $err; + } + return $this->db->query($query); + } + + // }}} + // {{{ _setDefaults() + + /** + * Set some default options + * + * @access private + * @return void + */ + function _setDefaults() + { + $this->options['db_type'] = 'mysql'; + $this->options['table'] = 'auth'; + $this->options['usernamecol'] = 'username'; + $this->options['passwordcol'] = 'password'; + $this->options['dsn'] = ''; + $this->options['db_fields'] = ''; + $this->options['cryptType'] = 'md5'; + } + + // }}} + // {{{ _parseOptions() + + /** + * Parse options passed to the container class + * + * @access private + * @param array + */ + function _parseOptions($array) + { + foreach ($array as $key => $value) { + if (isset($this->options[$key])) { + $this->options[$key] = $value; + } + } + + /* Include additional fields if they exist */ + if(!empty($this->options['db_fields'])){ + if(is_array($this->options['db_fields'])){ + $this->options['db_fields'] = join($this->options['db_fields'], ', '); + } + $this->options['db_fields'] = ', '.$this->options['db_fields']; + } + } + + // }}} + // {{{ fetchData() + + /** + * Get user information from database + * + * This function uses the given username to fetch + * the corresponding login data from the database + * table. If an account that matches the passed username + * and password is found, the function returns true. + * Otherwise it returns false. + * + * @param string Username + * @param string Password + * @return mixed Error object or boolean + */ + function fetchData($username, $password) + { + // Prepare for a database query + $err = $this->_prepare(); + if ($err !== true) { + return PEAR::raiseError($err->getMessage(), $err->getCode()); + } + + // Find if db_fields contains a *, i so assume all col are selected + if(strstr($this->options['db_fields'], '*')){ + $sql_from = "*"; + } + else{ + $sql_from = $this->options['usernamecol'] . ", ".$this->options['passwordcol'].$this->options['db_fields']; + } + + $query = "SELECT ".$sql_from. + " FROM ".$this->options['table']. + " WHERE ".$this->options['usernamecol']." = " . $this->db->Quote($username); + + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rset = $this->db->Execute( $query ); + $res = $rset->fetchRow(); + + if (DB::isError($res)) { + return PEAR::raiseError($res->getMessage(), $res->getCode()); + } + if (!is_array($res)) { + $this->activeUser = ''; + return false; + } + if ($this->verifyPassword(trim($password, "\r\n"), + trim($res[$this->options['passwordcol']], "\r\n"), + $this->options['cryptType'])) { + // Store additional field values in the session + foreach ($res as $key => $value) { + if ($key == $this->options['passwordcol'] || + $key == $this->options['usernamecol']) { + continue; + } + // Use reference to the auth object if exists + // This is because the auth session variable can change so a static call to setAuthData does not make sence + if(is_object($this->_auth_obj)){ + $this->_auth_obj->setAuthData($key, $value); + } else { + Auth::setAuthData($key, $value); + } + } + + return true; + } + + $this->activeUser = $res[$this->options['usernamecol']]; + return false; + } + + // }}} + // {{{ listUsers() + + function listUsers() + { + $err = $this->_prepare(); + if ($err !== true) { + return PEAR::raiseError($err->getMessage(), $err->getCode()); + } + + $retVal = array(); + + // Find if db_fileds contains a *, i so assume all col are selected + if(strstr($this->options['db_fields'], '*')){ + $sql_from = "*"; + } + else{ + $sql_from = $this->options['usernamecol'] . ", ".$this->options['passwordcol'].$this->options['db_fields']; + } + + $query = sprintf("SELECT %s FROM %s", + $sql_from, + $this->options['table'] + ); + $res = $this->db->getAll($query, null, DB_FETCHMODE_ASSOC); + + if (DB::isError($res)) { + return PEAR::raiseError($res->getMessage(), $res->getCode()); + } else { + foreach ($res as $user) { + $user['username'] = $user[$this->options['usernamecol']]; + $retVal[] = $user; + } + } + return $retVal; + } + + // }}} + // {{{ addUser() + + /** + * Add user to the storage container + * + * @access public + * @param string Username + * @param string Password + * @param mixed Additional information that are stored in the DB + * + * @return mixed True on success, otherwise error object + */ + function addUser($username, $password, $additional = "") + { + if (function_exists($this->options['cryptType'])) { + $cryptFunction = $this->options['cryptType']; + } else { + $cryptFunction = 'md5'; + } + + $additional_key = ''; + $additional_value = ''; + + if (is_array($additional)) { + foreach ($additional as $key => $value) { + $additional_key .= ', ' . $key; + $additional_value .= ", '" . $value . "'"; + } + } + + $query = sprintf("INSERT INTO %s (%s, %s%s) VALUES ('%s', '%s'%s)", + $this->options['table'], + $this->options['usernamecol'], + $this->options['passwordcol'], + $additional_key, + $username, + $cryptFunction($password), + $additional_value + ); + + $res = $this->query($query); + + if (DB::isError($res)) { + return PEAR::raiseError($res->getMessage(), $res->getCode()); + } else { + return true; + } + } + + // }}} + // {{{ removeUser() + + /** + * Remove user from the storage container + * + * @access public + * @param string Username + * + * @return mixed True on success, otherwise error object + */ + function removeUser($username) + { + $query = sprintf("DELETE FROM %s WHERE %s = '%s'", + $this->options['table'], + $this->options['usernamecol'], + $username + ); + + $res = $this->query($query); + + if (DB::isError($res)) { + return PEAR::raiseError($res->getMessage(), $res->getCode()); + } else { + return true; + } + } + + // }}} +} + +function showDbg( $string ) { + print " +-- $string

    "; +} +function dump( $var, $str, $vardump = false ) { + print "

    $str

    ";
    +	( !$vardump ) ? ( print_r( $var )) : ( var_dump( $var ));
    +	print "
    "; +} +?> diff --git a/e_lib/adodb5/pear/readme.Auth.txt b/e_lib/adodb5/pear/readme.Auth.txt new file mode 100644 index 00000000..b6b0c157 --- /dev/null +++ b/e_lib/adodb5/pear/readme.Auth.txt @@ -0,0 +1,20 @@ +From: Rich Tango-Lowy (richtl#arscognita.com) +Date: Sat, May 29, 2004 11:20 am + +OK, I hacked out an ADOdb container for PEAR-Auth. The error handling's +a bit of a mess, but all the methods work. + +Copy ADOdb.php to your pear/Auth/Container/ directory. + +Use the ADOdb container exactly as you would the DB +container, but specify 'ADOdb' instead of 'DB': + +$dsn = "mysql://myuser:mypass@localhost/authdb"; +$a = new Auth("ADOdb", $dsn, "loginFunction"); + + +------------------- + +John Lim adds: + +See http://pear.php.net/manual/en/package.authentication.php diff --git a/e_lib/adodb5/perf/perf-db2.inc.php b/e_lib/adodb5/perf/perf-db2.inc.php new file mode 100644 index 00000000..62e4c988 --- /dev/null +++ b/e_lib/adodb5/perf/perf-db2.inc.php @@ -0,0 +1,102 @@ + array('RATIO', + "SELECT + case when sum(POOL_DATA_L_READS+POOL_INDEX_L_READS)=0 then 0 + else 100*(1-sum(POOL_DATA_P_READS+POOL_INDEX_P_READS)/sum(POOL_DATA_L_READS+POOL_INDEX_L_READS)) end + FROM TABLE(SNAPSHOT_APPL('',-2)) as t", + '=WarnCacheRatio'), + + 'Data Cache', + 'data cache buffers' => array('DATAC', + 'select sum(npages) from SYSCAT.BUFFERPOOLS', + 'See tuning reference.' ), + 'cache blocksize' => array('DATAC', + 'select avg(pagesize) from SYSCAT.BUFFERPOOLS', + '' ), + 'data cache size' => array('DATAC', + 'select sum(npages*pagesize) from SYSCAT.BUFFERPOOLS', + '' ), + 'Connections', + 'current connections' => array('SESS', + "SELECT count(*) FROM TABLE(SNAPSHOT_APPL_INFO('',-2)) as t", + ''), + + false + ); + + + function perf_db2(&$conn) + { + $this->conn = $conn; + } + + function Explain($sql,$partial=false) + { + $save = $this->conn->LogSQL(false); + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + $qno = rand(); + $ok = $this->conn->Execute("EXPLAIN PLAN SET QUERYNO=$qno FOR $sql"); + ob_start(); + if (!$ok) echo "

    Have EXPLAIN tables been created?

    "; + else { + $rs = $this->conn->Execute("select * from explain_statement where queryno=$qno"); + if ($rs) rs2html($rs); + } + $s = ob_get_contents(); + ob_end_clean(); + $this->conn->LogSQL($save); + + $s .= $this->Tracer($sql); + return $s; + } + + + function Tables() + { + $rs = $this->conn->Execute("select tabschema,tabname,card as rows, + npages pages_used,fpages pages_allocated, tbspace tablespace + from syscat.tables where tabschema not in ('SYSCAT','SYSIBM','SYSSTAT') order by 1,2"); + return rs2html($rs,false,false,false,false); + } +} +?> diff --git a/e_lib/adodb5/perf/perf-informix.inc.php b/e_lib/adodb5/perf/perf-informix.inc.php new file mode 100644 index 00000000..b534e5d2 --- /dev/null +++ b/e_lib/adodb5/perf/perf-informix.inc.php @@ -0,0 +1,70 @@ + array('RATIOH', + "select round((1-(wt.value / (rd.value + wr.value)))*100,2) + from sysmaster:sysprofile wr, sysmaster:sysprofile rd, sysmaster:sysprofile wt + where rd.name = 'pagreads' and + wr.name = 'pagwrites' and + wt.name = 'buffwts'", + '=WarnCacheRatio'), + 'IO', + 'data reads' => array('IO', + "select value from sysmaster:sysprofile where name='pagreads'", + 'Page reads'), + + 'data writes' => array('IO', + "select value from sysmaster:sysprofile where name='pagwrites'", + 'Page writes'), + + 'Connections', + 'current connections' => array('SESS', + 'select count(*) from sysmaster:syssessions', + 'Number of sessions'), + + false + + ); + + function perf_informix(&$conn) + { + $this->conn = $conn; + } + +} +?> diff --git a/e_lib/adodb5/perf/perf-mssql.inc.php b/e_lib/adodb5/perf/perf-mssql.inc.php new file mode 100644 index 00000000..b34cab3b --- /dev/null +++ b/e_lib/adodb5/perf/perf-mssql.inc.php @@ -0,0 +1,164 @@ + array('RATIO', + "select round((a.cntr_value*100.0)/b.cntr_value,2) from master.dbo.sysperfinfo a, master.dbo.sysperfinfo b where a.counter_name = 'Buffer cache hit ratio' and b.counter_name='Buffer cache hit ratio base'", + '=WarnCacheRatio'), + 'prepared sql hit ratio' => array('RATIO', + array('dbcc cachestats','Prepared',1,100), + ''), + 'adhoc sql hit ratio' => array('RATIO', + array('dbcc cachestats','Adhoc',1,100), + ''), + 'IO', + 'data reads' => array('IO', + "select cntr_value from master.dbo.sysperfinfo where counter_name = 'Page reads/sec'"), + 'data writes' => array('IO', + "select cntr_value from master.dbo.sysperfinfo where counter_name = 'Page writes/sec'"), + + 'Data Cache', + 'data cache size' => array('DATAC', + "select cntr_value*8192 from master.dbo.sysperfinfo where counter_name = 'Total Pages' and object_name='SQLServer:Buffer Manager'", + '' ), + 'data cache blocksize' => array('DATAC', + "select 8192",'page size'), + 'Connections', + 'current connections' => array('SESS', + '=sp_who', + ''), + 'max connections' => array('SESS', + "SELECT @@MAX_CONNECTIONS", + ''), + + false + ); + + + function perf_mssql(&$conn) + { + if ($conn->dataProvider == 'odbc') { + $this->sql1 = 'sql1'; + //$this->explain = false; + } + $this->conn = $conn; + } + + function Explain($sql,$partial=false) + { + + $save = $this->conn->LogSQL(false); + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + + $s = '

    Explain: '.htmlspecialchars($sql).'

    '; + $this->conn->Execute("SET SHOWPLAN_ALL ON;"); + $sql = str_replace('?',"''",$sql); + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $rs = $this->conn->Execute($sql); + //adodb_printr($rs); + $ADODB_FETCH_MODE = $save; + if ($rs) { + $rs->MoveNext(); + $s .= ''; + while (!$rs->EOF) { + $s .= '\n"; ## NOTE CORRUPT tag is intentional!!!! + $rs->MoveNext(); + } + $s .= '
    Rows IO CPU     Plan
    '.round($rs->fields[8],1).''.round($rs->fields[9],3).''.round($rs->fields[10],3).'
    '.htmlspecialchars($rs->fields[0])."
    '; + + $rs->NextRecordSet(); + } + + $this->conn->Execute("SET SHOWPLAN_ALL OFF;"); + $this->conn->LogSQL($save); + $s .= $this->Tracer($sql); + return $s; + } + + function Tables() + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + //$this->conn->debug=1; + $s = ''; + $rs1 = $this->conn->Execute("select distinct name from sysobjects where xtype='U'"); + if ($rs1) { + while (!$rs1->EOF) { + $tab = $rs1->fields[0]; + $tabq = $this->conn->qstr($tab); + $rs2 = $this->conn->Execute("sp_spaceused $tabq"); + if ($rs2) { + $s .= ''; + $rs2->Close(); + } + $rs1->MoveNext(); + } + $rs1->Close(); + } + $ADODB_FETCH_MODE = $save; + return $s.'
    tablenamesize_in_kindex sizereserved size
    '.$tab.''.$rs2->fields[3].''.$rs2->fields[4].''.$rs2->fields[2].'
    '; + } + + function sp_who() + { + $arr = $this->conn->GetArray('sp_who'); + return sizeof($arr); + } + + function HealthCheck($cli=false) + { + + $this->conn->Execute('dbcc traceon(3604)'); + $html = adodb_perf::HealthCheck($cli); + $this->conn->Execute('dbcc traceoff(3604)'); + return $html; + } + + +} + +?> diff --git a/e_lib/adodb5/perf/perf-mssqlnative.inc.php b/e_lib/adodb5/perf/perf-mssqlnative.inc.php new file mode 100644 index 00000000..0e49a2dd --- /dev/null +++ b/e_lib/adodb5/perf/perf-mssqlnative.inc.php @@ -0,0 +1,164 @@ + array('RATIO', + "select round((a.cntr_value*100.0)/b.cntr_value,2) from master.dbo.sysperfinfo a, master.dbo.sysperfinfo b where a.counter_name = 'Buffer cache hit ratio' and b.counter_name='Buffer cache hit ratio base'", + '=WarnCacheRatio'), + 'prepared sql hit ratio' => array('RATIO', + array('dbcc cachestats','Prepared',1,100), + ''), + 'adhoc sql hit ratio' => array('RATIO', + array('dbcc cachestats','Adhoc',1,100), + ''), + 'IO', + 'data reads' => array('IO', + "select cntr_value from master.dbo.sysperfinfo where counter_name = 'Page reads/sec'"), + 'data writes' => array('IO', + "select cntr_value from master.dbo.sysperfinfo where counter_name = 'Page writes/sec'"), + + 'Data Cache', + 'data cache size' => array('DATAC', + "select cntr_value*8192 from master.dbo.sysperfinfo where counter_name = 'Total Pages' and object_name='SQLServer:Buffer Manager'", + '' ), + 'data cache blocksize' => array('DATAC', + "select 8192",'page size'), + 'Connections', + 'current connections' => array('SESS', + '=sp_who', + ''), + 'max connections' => array('SESS', + "SELECT @@MAX_CONNECTIONS", + ''), + + false + ); + + + function perf_mssqlnative(&$conn) + { + if ($conn->dataProvider == 'odbc') { + $this->sql1 = 'sql1'; + //$this->explain = false; + } + $this->conn =& $conn; + } + + function Explain($sql,$partial=false) + { + + $save = $this->conn->LogSQL(false); + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + + $s = '

    Explain: '.htmlspecialchars($sql).'

    '; + $this->conn->Execute("SET SHOWPLAN_ALL ON;"); + $sql = str_replace('?',"''",$sql); + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $rs =& $this->conn->Execute($sql); + //adodb_printr($rs); + $ADODB_FETCH_MODE = $save; + if ($rs) { + $rs->MoveNext(); + $s .= ''; + while (!$rs->EOF) { + $s .= '\n"; ## NOTE CORRUPT tag is intentional!!!! + $rs->MoveNext(); + } + $s .= '
    Rows IO CPU     Plan
    '.round($rs->fields[8],1).''.round($rs->fields[9],3).''.round($rs->fields[10],3).'
    '.htmlspecialchars($rs->fields[0])."
    '; + + $rs->NextRecordSet(); + } + + $this->conn->Execute("SET SHOWPLAN_ALL OFF;"); + $this->conn->LogSQL($save); + $s .= $this->Tracer($sql); + return $s; + } + + function Tables() + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + //$this->conn->debug=1; + $s = ''; + $rs1 = $this->conn->Execute("select distinct name from sysobjects where xtype='U'"); + if ($rs1) { + while (!$rs1->EOF) { + $tab = $rs1->fields[0]; + $tabq = $this->conn->qstr($tab); + $rs2 = $this->conn->Execute("sp_spaceused $tabq"); + if ($rs2) { + $s .= ''; + $rs2->Close(); + } + $rs1->MoveNext(); + } + $rs1->Close(); + } + $ADODB_FETCH_MODE = $save; + return $s.'
    tablenamesize_in_kindex sizereserved size
    '.$tab.''.$rs2->fields[3].''.$rs2->fields[4].''.$rs2->fields[2].'
    '; + } + + function sp_who() + { + $arr = $this->conn->GetArray('sp_who'); + return sizeof($arr); + } + + function HealthCheck($cli=false) + { + + $this->conn->Execute('dbcc traceon(3604)'); + $html = adodb_perf::HealthCheck($cli); + $this->conn->Execute('dbcc traceoff(3604)'); + return $html; + } + + +} + +?> diff --git a/e_lib/adodb5/perf/perf-mysql.inc.php b/e_lib/adodb5/perf/perf-mysql.inc.php new file mode 100644 index 00000000..cf4f1d87 --- /dev/null +++ b/e_lib/adodb5/perf/perf-mysql.inc.php @@ -0,0 +1,315 @@ + array('RATIO', + '=GetKeyHitRatio', + '=WarnCacheRatio'), + 'InnoDB cache hit ratio' => array('RATIO', + '=GetInnoDBHitRatio', + '=WarnCacheRatio'), + 'data cache hit ratio' => array('HIDE', # only if called + '=FindDBHitRatio', + '=WarnCacheRatio'), + 'sql cache hit ratio' => array('RATIO', + '=GetQHitRatio', + ''), + 'IO', + 'data reads' => array('IO', + '=GetReads', + 'Number of selects (Key_reads is not accurate)'), + 'data writes' => array('IO', + '=GetWrites', + 'Number of inserts/updates/deletes * coef (Key_writes is not accurate)'), + + 'Data Cache', + 'MyISAM data cache size' => array('DATAC', + array("show variables", 'key_buffer_size'), + '' ), + 'BDB data cache size' => array('DATAC', + array("show variables", 'bdb_cache_size'), + '' ), + 'InnoDB data cache size' => array('DATAC', + array("show variables", 'innodb_buffer_pool_size'), + '' ), + 'Memory Usage', + 'read buffer size' => array('CACHE', + array("show variables", 'read_buffer_size'), + '(per session)'), + 'sort buffer size' => array('CACHE', + array("show variables", 'sort_buffer_size'), + 'Size of sort buffer (per session)' ), + 'table cache' => array('CACHE', + array("show variables", 'table_cache'), + 'Number of tables to keep open'), + 'Connections', + 'current connections' => array('SESS', + array('show status','Threads_connected'), + ''), + 'max connections' => array( 'SESS', + array("show variables",'max_connections'), + ''), + + false + ); + + function perf_mysql(&$conn) + { + $this->conn = $conn; + } + + function Explain($sql,$partial=false) + { + + if (strtoupper(substr(trim($sql),0,6)) !== 'SELECT') return '

    Unable to EXPLAIN non-select statement

    '; + $save = $this->conn->LogSQL(false); + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + $sql = str_replace('?',"''",$sql); + + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $sql = $this->conn->GetOne("select sql1 from adodb_logsql where sql1 like $sqlq"); + } + + $s = '

    Explain: '.htmlspecialchars($sql).'

    '; + $rs = $this->conn->Execute('EXPLAIN '.$sql); + $s .= rs2html($rs,false,false,false,false); + $this->conn->LogSQL($save); + $s .= $this->Tracer($sql); + return $s; + } + + function Tables() + { + if (!$this->tablesSQL) return false; + + $rs = $this->conn->Execute($this->tablesSQL); + if (!$rs) return false; + + $html = rs2html($rs,false,false,false,false); + return $html; + } + + function GetReads() + { + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->Execute('show status'); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$rs) return 0; + $val = 0; + while (!$rs->EOF) { + switch($rs->fields[0]) { + case 'Com_select': + $val = $rs->fields[1]; + $rs->Close(); + return $val; + } + $rs->MoveNext(); + } + + $rs->Close(); + + return $val; + } + + function GetWrites() + { + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->Execute('show status'); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$rs) return 0; + $val = 0.0; + while (!$rs->EOF) { + switch($rs->fields[0]) { + case 'Com_insert': + $val += $rs->fields[1]; break; + case 'Com_delete': + $val += $rs->fields[1]; break; + case 'Com_update': + $val += $rs->fields[1]/2; + $rs->Close(); + return $val; + } + $rs->MoveNext(); + } + + $rs->Close(); + + return $val; + } + + function FindDBHitRatio() + { + // first find out type of table + //$this->conn->debug=1; + + global $ADODB_FETCH_MODE; + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->Execute('show table status'); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$rs) return ''; + $type = strtoupper($rs->fields[1]); + $rs->Close(); + switch($type){ + case 'MYISAM': + case 'ISAM': + return $this->DBParameter('MyISAM cache hit ratio').' (MyISAM)'; + case 'INNODB': + return $this->DBParameter('InnoDB cache hit ratio').' (InnoDB)'; + default: + return $type.' not supported'; + } + + } + + function GetQHitRatio() + { + //Total number of queries = Qcache_inserts + Qcache_hits + Qcache_not_cached + $hits = $this->_DBParameter(array("show status","Qcache_hits")); + $total = $this->_DBParameter(array("show status","Qcache_inserts")); + $total += $this->_DBParameter(array("show status","Qcache_not_cached")); + + $total += $hits; + if ($total) return round(($hits*100)/$total,2); + return 0; + } + + /* + Use session variable to store Hit percentage, because MySQL + does not remember last value of SHOW INNODB STATUS hit ratio + + # 1st query to SHOW INNODB STATUS + 0.00 reads/s, 0.00 creates/s, 0.00 writes/s + Buffer pool hit rate 1000 / 1000 + + # 2nd query to SHOW INNODB STATUS + 0.00 reads/s, 0.00 creates/s, 0.00 writes/s + No buffer pool activity since the last printout + */ + function GetInnoDBHitRatio() + { + global $ADODB_FETCH_MODE; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $rs = $this->conn->Execute('show innodb status'); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_FETCH_MODE = $save; + + if (!$rs || $rs->EOF) return 0; + $stat = $rs->fields[0]; + $rs->Close(); + $at = strpos($stat,'Buffer pool hit rate'); + $stat = substr($stat,$at,200); + if (preg_match('!Buffer pool hit rate\s*([0-9]*) / ([0-9]*)!',$stat,$arr)) { + $val = 100*$arr[1]/$arr[2]; + $_SESSION['INNODB_HIT_PCT'] = $val; + return round($val,2); + } else { + if (isset($_SESSION['INNODB_HIT_PCT'])) return $_SESSION['INNODB_HIT_PCT']; + return 0; + } + return 0; + } + + function GetKeyHitRatio() + { + $hits = $this->_DBParameter(array("show status","Key_read_requests")); + $reqs = $this->_DBParameter(array("show status","Key_reads")); + if ($reqs == 0) return 0; + + return round(($hits/($reqs+$hits))*100,2); + } + + // start hack + var $optimizeTableLow = 'CHECK TABLE %s FAST QUICK'; + var $optimizeTableHigh = 'OPTIMIZE TABLE %s'; + + /** + * @see adodb_perf#optimizeTable + */ + function optimizeTable( $table, $mode = ADODB_OPT_LOW) + { + if ( !is_string( $table)) return false; + + $conn = $this->conn; + if ( !$conn) return false; + + $sql = ''; + switch( $mode) { + case ADODB_OPT_LOW : $sql = $this->optimizeTableLow; break; + case ADODB_OPT_HIGH : $sql = $this->optimizeTableHigh; break; + default : + { + // May dont use __FUNCTION__ constant for BC (__FUNCTION__ Added in PHP 4.3.0) + ADOConnection::outp( sprintf( "

    %s: '%s' using of undefined mode '%s'

    ", __CLASS__, __FUNCTION__, $mode)); + return false; + } + } + $sql = sprintf( $sql, $table); + + return $conn->Execute( $sql) !== false; + } + // end hack +} +?> diff --git a/e_lib/adodb5/perf/perf-oci8.inc.php b/e_lib/adodb5/perf/perf-oci8.inc.php new file mode 100644 index 00000000..0abb6388 --- /dev/null +++ b/e_lib/adodb5/perf/perf-oci8.inc.php @@ -0,0 +1,570 @@ + array('RATIOH', + "select round((1-(phy.value / (cur.value + con.value)))*100,2) + from v\$sysstat cur, v\$sysstat con, v\$sysstat phy + where cur.name = 'db block gets' and + con.name = 'consistent gets' and + phy.name = 'physical reads'", + '=WarnCacheRatio'), + + 'sql cache hit ratio' => array( 'RATIOH', + 'select round(100*(sum(pins)-sum(reloads))/sum(pins),2) from v$librarycache', + 'increase shared_pool_size if too ratio low'), + + 'datadict cache hit ratio' => array('RATIOH', + "select + round((1 - (sum(getmisses) / (sum(gets) + + sum(getmisses))))*100,2) + from v\$rowcache", + 'increase shared_pool_size if too ratio low'), + + 'memory sort ratio' => array('RATIOH', + "SELECT ROUND((100 * b.VALUE) /DECODE ((a.VALUE + b.VALUE), + 0,1,(a.VALUE + b.VALUE)),2) +FROM v\$sysstat a, + v\$sysstat b +WHERE a.name = 'sorts (disk)' +AND b.name = 'sorts (memory)'", + "% of memory sorts compared to disk sorts - should be over 95%"), + + 'IO', + 'data reads' => array('IO', + "select value from v\$sysstat where name='physical reads'"), + + 'data writes' => array('IO', + "select value from v\$sysstat where name='physical writes'"), + + 'Data Cache', + + 'data cache buffers' => array( 'DATAC', + "select a.value/b.value from v\$parameter a, v\$parameter b + where a.name = 'db_cache_size' and b.name= 'db_block_size'", + 'Number of cache buffers. Tune db_cache_size if the data cache hit ratio is too low.'), + 'data cache blocksize' => array('DATAC', + "select value from v\$parameter where name='db_block_size'", + '' ), + + 'Memory Pools', + 'SGA Max Size' => array( 'DATAC', + "select value from v\$parameter where name = 'sga_max_size'", + 'The sga_max_size is the maximum value to which sga_target can be set.' ), + 'SGA target' => array( 'DATAC', + "select value from v\$parameter where name = 'sga_target'", + 'If sga_target is defined then data cache, shared, java and large pool size can be 0. This is because all these pools are consolidated into one sga_target.' ), + 'data cache size' => array('DATAC', + "select value from v\$parameter where name = 'db_cache_size'", + 'db_cache_size' ), + 'shared pool size' => array('DATAC', + "select value from v\$parameter where name = 'shared_pool_size'", + 'shared_pool_size, which holds shared sql, stored procedures, dict cache and similar shared structs' ), + 'java pool size' => array('DATAJ', + "select value from v\$parameter where name = 'java_pool_size'", + 'java_pool_size' ), + 'large pool buffer size' => array('CACHE', + "select value from v\$parameter where name='large_pool_size'", + 'this pool is for large mem allocations (not because it is larger than shared pool), for MTS sessions, parallel queries, io buffers (large_pool_size) ' ), + + 'pga buffer size' => array('CACHE', + "select value from v\$parameter where name='pga_aggregate_target'", + 'program global area is private memory for sorting, and hash and bitmap merges - since oracle 9i (pga_aggregate_target)' ), + + + 'Connections', + 'current connections' => array('SESS', + 'select count(*) from sys.v_$session where username is not null', + ''), + 'max connections' => array( 'SESS', + "select value from v\$parameter where name='sessions'", + ''), + + 'Memory Utilization', + 'data cache utilization ratio' => array('RATIOU', + "select round((1-bytes/sgasize)*100, 2) + from (select sum(bytes) sgasize from sys.v_\$sgastat) s, sys.v_\$sgastat f + where name = 'free memory' and pool = 'shared pool'", + 'Percentage of data cache actually in use - should be over 85%'), + + 'shared pool utilization ratio' => array('RATIOU', + 'select round((sga.bytes/case when p.value=0 then sga.bytes else to_number(p.value) end)*100,2) + from v$sgastat sga, v$parameter p + where sga.name = \'free memory\' and sga.pool = \'shared pool\' + and p.name = \'shared_pool_size\'', + 'Percentage of shared pool actually used - too low is bad, too high is worse'), + + 'large pool utilization ratio' => array('RATIOU', + "select round((1-bytes/sgasize)*100, 2) + from (select sum(bytes) sgasize from sys.v_\$sgastat) s, sys.v_\$sgastat f + where name = 'free memory' and pool = 'large pool'", + 'Percentage of large_pool actually in use - too low is bad, too high is worse'), + 'sort buffer size' => array('CACHE', + "select value from v\$parameter where name='sort_area_size'", + 'max in-mem sort_area_size (per query), uses memory in pga' ), + + 'pga usage at peak' => array('RATIOU', + '=PGA','Mb utilization at peak transactions (requires Oracle 9i+)'), + 'Transactions', + 'rollback segments' => array('ROLLBACK', + "select count(*) from sys.v_\$rollstat", + ''), + + 'peak transactions' => array('ROLLBACK', + "select max_utilization tx_hwm + from sys.v_\$resource_limit + where resource_name = 'transactions'", + 'Taken from high-water-mark'), + 'max transactions' => array('ROLLBACK', + "select value from v\$parameter where name = 'transactions'", + 'max transactions / rollback segments < 3.5 (or transactions_per_rollback_segment)'), + 'Parameters', + 'cursor sharing' => array('CURSOR', + "select value from v\$parameter where name = 'cursor_sharing'", + 'Cursor reuse strategy. Recommended is FORCE (8i+) or SIMILAR (9i+). See cursor_sharing.'), + /* + 'cursor reuse' => array('CURSOR', + "select count(*) from (select sql_text_wo_constants, count(*) + from t1 + group by sql_text_wo_constants +having count(*) > 100)",'These are sql statements that should be using bind variables'),*/ + 'index cache cost' => array('COST', + "select value from v\$parameter where name = 'optimizer_index_caching'", + '=WarnIndexCost'), + 'random page cost' => array('COST', + "select value from v\$parameter where name = 'optimizer_index_cost_adj'", + '=WarnPageCost'), + + 'Backup', + 'Achivelog Mode' => array('BACKUP', 'select log_mode from v$database', 'To turn on archivelog:
    +
    +        SQLPLUS> connect sys as sysdba;
    +        SQLPLUS> shutdown immediate;
    +
    +        SQLPLUS> startup mount exclusive;
    +        SQLPLUS> alter database archivelog;
    +        SQLPLUS> archive log start;
    +        SQLPLUS> alter database open;
    +
    '), + + 'DBID' => array('BACKUP','select dbid from v$database','Primary key of database, used for recovery with an RMAN Recovery Catalog'), + 'Archive Log Dest' => array('BACKUP', "SELECT NVL(v1.value,v2.value) +FROM v\$parameter v1, v\$parameter v2 WHERE v1.name='log_archive_dest' AND v2.name='log_archive_dest_10'", ''), + + 'Flashback Area' => array('BACKUP', "select nvl(value,'Flashback Area not used') from v\$parameter where name=lower('DB_RECOVERY_FILE_DEST')", 'Flashback area is a folder where all backup data and logs can be stored and managed by Oracle. If Error: message displayed, then it is not in use.'), + 'Control File Keep Time' => array('BACKUP', "select value from v\$parameter where name='control_file_record_keep_time'",'No of days to keep RMAN info in control file. I recommend it be set to x2 or x3 times the frequency of your full backup.'), + false + + ); + + + function perf_oci8(&$conn) + { + $savelog = $conn->LogSQL(false); + $this->version = $conn->ServerInfo(); + $conn->LogSQL($savelog); + $this->conn = $conn; + } + + function WarnPageCost($val) + { + if ($val == 100) $s = 'Too High. '; + else $s = ''; + + return $s.'Recommended is 20-50 for TP, and 50 for data warehouses. Default is 100. See optimizer_index_cost_adj. '; + } + + function WarnIndexCost($val) + { + if ($val == 0) $s = 'Too Low. '; + else $s = ''; + + return $s.'Percentage of indexed data blocks expected in the cache. + Recommended is 20 (fast disk array) to 30 (slower hard disks). Default is 0. + See optimizer_index_caching.'; + } + + function PGA() + { + if ($this->version['version'] < 9) return 'Oracle 9i or later required'; + + $rs = $this->conn->Execute("select a.mb,a.targ as pga_size_pct,a.pct from + (select round(pga_target_for_estimate/1024.0/1024.0,0) Mb, + pga_target_factor targ,estd_pga_cache_hit_percentage pct,rownum as r + from v\$pga_target_advice) a left join + (select round(pga_target_for_estimate/1024.0/1024.0,0) Mb, + pga_target_factor targ,estd_pga_cache_hit_percentage pct,rownum as r + from v\$pga_target_advice) b on + a.r = b.r+1 where + b.pct < 100"); + if (!$rs) return "Only in 9i or later"; + $rs->Close(); + if ($rs->EOF) return "PGA could be too big"; + + return reset($rs->fields); + } + + function Explain($sql,$partial=false) + { + $savelog = $this->conn->LogSQL(false); + $rs = $this->conn->SelectLimit("select ID FROM PLAN_TABLE"); + if (!$rs) { + echo "

    Missing PLAN_TABLE

    +
    +CREATE TABLE PLAN_TABLE (
    +  STATEMENT_ID                    VARCHAR2(30),
    +  TIMESTAMP                       DATE,
    +  REMARKS                         VARCHAR2(80),
    +  OPERATION                       VARCHAR2(30),
    +  OPTIONS                         VARCHAR2(30),
    +  OBJECT_NODE                     VARCHAR2(128),
    +  OBJECT_OWNER                    VARCHAR2(30),
    +  OBJECT_NAME                     VARCHAR2(30),
    +  OBJECT_INSTANCE                 NUMBER(38),
    +  OBJECT_TYPE                     VARCHAR2(30),
    +  OPTIMIZER                       VARCHAR2(255),
    +  SEARCH_COLUMNS                  NUMBER,
    +  ID                              NUMBER(38),
    +  PARENT_ID                       NUMBER(38),
    +  POSITION                        NUMBER(38),
    +  COST                            NUMBER(38),
    +  CARDINALITY                     NUMBER(38),
    +  BYTES                           NUMBER(38),
    +  OTHER_TAG                       VARCHAR2(255),
    +  PARTITION_START                 VARCHAR2(255),
    +  PARTITION_STOP                  VARCHAR2(255),
    +  PARTITION_ID                    NUMBER(38),
    +  OTHER                           LONG,
    +  DISTRIBUTION                    VARCHAR2(30)
    +);
    +
    "; + return false; + } + + $rs->Close(); + // $this->conn->debug=1; + + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + + $s = "

    Explain: ".htmlspecialchars($sql)."

    "; + + $this->conn->BeginTrans(); + $id = "ADODB ".microtime(); + + $rs = $this->conn->Execute("EXPLAIN PLAN SET STATEMENT_ID='$id' FOR $sql"); + $m = $this->conn->ErrorMsg(); + if ($m) { + $this->conn->RollbackTrans(); + $this->conn->LogSQL($savelog); + $s .= "

    $m

    "; + return $s; + } + $rs = $this->conn->Execute(" + select + '
    '||lpad('--', (level-1)*2,'-') || trim(operation) || ' ' || trim(options)||'
    ' as Operation, + object_name,COST,CARDINALITY,bytes + FROM plan_table +START WITH id = 0 and STATEMENT_ID='$id' +CONNECT BY prior id=parent_id and statement_id='$id'"); + + $s .= rs2html($rs,false,false,false,false); + $this->conn->RollbackTrans(); + $this->conn->LogSQL($savelog); + $s .= $this->Tracer($sql,$partial); + return $s; + } + + + function CheckMemory() + { + if ($this->version['version'] < 9) return 'Oracle 9i or later required'; + + $rs = $this->conn->Execute(" +select a.size_for_estimate as cache_mb_estimate, + case when a.size_factor=1 then + '<<= current' + when a.estd_physical_read_factor-b.estd_physical_read_factor > 0 and a.estd_physical_read_factor<1 then + '- BETTER - ' + else ' ' end as currsize, + a.estd_physical_read_factor-b.estd_physical_read_factor as best_when_0 + from (select size_for_estimate,size_factor,estd_physical_read_factor,rownum r from v\$db_cache_advice) a , + (select size_for_estimate,size_factor,estd_physical_read_factor,rownum r from v\$db_cache_advice) b where a.r = b.r-1"); + if (!$rs) return false; + + /* + The v$db_cache_advice utility show the marginal changes in physical data block reads for different sizes of db_cache_size + */ + $s = "

    Data Cache Estimate

    "; + if ($rs->EOF) { + $s .= "

    Cache that is 50% of current size is still too big

    "; + } else { + $s .= "Ideal size of Data Cache is when \"best_when_0\" changes from a positive number and becomes zero."; + $s .= rs2html($rs,false,false,false,false); + } + return $s; + } + + /* + Generate html for suspicious/expensive sql + */ + function tohtml(&$rs,$type) + { + $o1 = $rs->FetchField(0); + $o2 = $rs->FetchField(1); + $o3 = $rs->FetchField(2); + if ($rs->EOF) return '

    None found

    '; + $check = ''; + $sql = ''; + $s = "\n\n'; + while (!$rs->EOF) { + if ($check != $rs->fields[0].'::'.$rs->fields[1]) { + if ($check) { + $carr = explode('::',$check); + $prefix = "'; + $suffix = ''; + if (strlen($prefix)>2000) { + $prefix = ''; + $suffix = ''; + } + + $s .= "\n'; + } + $sql = $rs->fields[2]; + $check = $rs->fields[0].'::'.$rs->fields[1]; + } else + $sql .= $rs->fields[2]; + if (substr($sql,strlen($sql)-1) == "\0") $sql = substr($sql,0,strlen($sql)-1); + $rs->MoveNext(); + } + $rs->Close(); + + $carr = explode('::',$check); + $prefix = "'; + $suffix = ''; + if (strlen($prefix)>2000) { + $prefix = ''; + $suffix = ''; + } + $s .= "\n'; + + return $s."
    ".$o1->name.''.$o2->name.''.$o3->name.'
    ".$carr[0].''.$carr[1].''.$prefix.$sql.$suffix.'
    ".$carr[0].''.$carr[1].''.$prefix.$sql.$suffix.'
    \n\n"; + } + + // code thanks to Ixora. + // http://www.ixora.com.au/scripts/query_opt.htm + // requires oracle 8.1.7 or later + function SuspiciousSQL($numsql=10) + { + $sql = " +select + substr(to_char(s.pct, '99.00'), 2) || '%' load, + s.executions executes, + p.sql_text +from + ( + select + address, + buffer_gets, + executions, + pct, + rank() over (order by buffer_gets desc) ranking + from + ( + select + address, + buffer_gets, + executions, + 100 * ratio_to_report(buffer_gets) over () pct + from + sys.v_\$sql + where + command_type != 47 and module != 'T.O.A.D.' + ) + where + buffer_gets > 50 * executions + ) s, + sys.v_\$sqltext p +where + s.ranking <= $numsql and + p.address = s.address +order by + 1 desc, s.address, p.piece"; + + global $ADODB_CACHE_MODE; + if (isset($_GET['expsixora']) && isset($_GET['sql'])) { + $partial = empty($_GET['part']); + echo "".$this->Explain($_GET['sql'],$partial)."\n"; + } + + if (isset($_GET['sql'])) return $this->_SuspiciousSQL($numsql); + + $s = ''; + $timer = time(); + $s .= $this->_SuspiciousSQL($numsql); + $timer = time() - $timer; + + if ($timer > $this->noShowIxora) return $s; + $s .= '

    '; + + $save = $ADODB_CACHE_MODE; + $ADODB_CACHE_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $savelog = $this->conn->LogSQL(false); + $rs = $this->conn->SelectLimit($sql); + $this->conn->LogSQL($savelog); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_CACHE_MODE = $save; + if ($rs) { + $s .= "\n

    Ixora Suspicious SQL

    "; + $s .= $this->tohtml($rs,'expsixora'); + } + + return $s; + } + + // code thanks to Ixora. + // http://www.ixora.com.au/scripts/query_opt.htm + // requires oracle 8.1.7 or later + function ExpensiveSQL($numsql = 10) + { + $sql = " +select + substr(to_char(s.pct, '99.00'), 2) || '%' load, + s.executions executes, + p.sql_text +from + ( + select + address, + disk_reads, + executions, + pct, + rank() over (order by disk_reads desc) ranking + from + ( + select + address, + disk_reads, + executions, + 100 * ratio_to_report(disk_reads) over () pct + from + sys.v_\$sql + where + command_type != 47 and module != 'T.O.A.D.' + ) + where + disk_reads > 50 * executions + ) s, + sys.v_\$sqltext p +where + s.ranking <= $numsql and + p.address = s.address +order by + 1 desc, s.address, p.piece +"; + global $ADODB_CACHE_MODE; + if (isset($_GET['expeixora']) && isset($_GET['sql'])) { + $partial = empty($_GET['part']); + echo "".$this->Explain($_GET['sql'],$partial)."\n"; + } + if (isset($_GET['sql'])) { + $var = $this->_ExpensiveSQL($numsql); + return $var; + } + + $s = ''; + $timer = time(); + $s .= $this->_ExpensiveSQL($numsql); + $timer = time() - $timer; + if ($timer > $this->noShowIxora) return $s; + + $s .= '

    '; + $save = $ADODB_CACHE_MODE; + $ADODB_CACHE_MODE = ADODB_FETCH_NUM; + if ($this->conn->fetchMode !== false) $savem = $this->conn->SetFetchMode(false); + + $savelog = $this->conn->LogSQL(false); + $rs = $this->conn->Execute($sql); + $this->conn->LogSQL($savelog); + + if (isset($savem)) $this->conn->SetFetchMode($savem); + $ADODB_CACHE_MODE = $save; + + if ($rs) { + $s .= "\n

    Ixora Expensive SQL

    "; + $s .= $this->tohtml($rs,'expeixora'); + } + + return $s; + } + + function clearsql() + { + $perf_table = adodb_perf::table(); + // using the naive "delete from $perf_table where created<".$this->conn->sysTimeStamp will cause the table to lock, possibly + // for a long time + $sql = +"DECLARE cnt pls_integer; +BEGIN + cnt := 0; + FOR rec IN (SELECT ROWID AS rr FROM $perf_table WHERE createdconn->Execute($sql); + } + +} +?> diff --git a/e_lib/adodb5/perf/perf-postgres.inc.php b/e_lib/adodb5/perf/perf-postgres.inc.php new file mode 100644 index 00000000..d17090c7 --- /dev/null +++ b/e_lib/adodb5/perf/perf-postgres.inc.php @@ -0,0 +1,153 @@ + array('RATIO', + "select case when count(*)=3 then 'TRUE' else 'FALSE' end from pg_settings where (name='stats_block_level' or name='stats_row_level' or name='stats_start_collector') and setting='on' ", + 'Value must be TRUE to enable hit ratio statistics (stats_start_collector,stats_row_level and stats_block_level must be set to true in postgresql.conf)'), + 'data cache hit ratio' => array('RATIO', + "select case when blks_hit=0 then 0 else round( ((1-blks_read::float/blks_hit)*100)::numeric, 2) end from pg_stat_database where datname='\$DATABASE'", + '=WarnCacheRatio'), + 'IO', + 'data reads' => array('IO', + 'select sum(heap_blks_read+toast_blks_read) from pg_statio_user_tables', + ), + 'data writes' => array('IO', + 'select round((sum(n_tup_ins/4.0+n_tup_upd/8.0+n_tup_del/4.0)/16)::numeric,2) from pg_stat_user_tables', + 'Count of inserts/updates/deletes * coef'), + + 'Data Cache', + 'data cache buffers' => array('DATAC', + "select setting from pg_settings where name='shared_buffers'", + 'Number of cache buffers. Tuning'), + 'cache blocksize' => array('DATAC', + 'select 8192', + '(estimate)' ), + 'data cache size' => array( 'DATAC', + "select setting::integer*8192 from pg_settings where name='shared_buffers'", + '' ), + 'operating system cache size' => array( 'DATA', + "select setting::integer*8192 from pg_settings where name='effective_cache_size'", + '(effective cache size)' ), + 'Memory Usage', + # Postgres 7.5 changelog: Rename server parameters SortMem and VacuumMem to work_mem and maintenance_work_mem; + 'sort/work buffer size' => array('CACHE', + "select setting::integer*1024 from pg_settings where name='sort_mem' or name = 'work_mem' order by name", + 'Size of sort buffer (per query)' ), + 'Connections', + 'current connections' => array('SESS', + 'select count(*) from pg_stat_activity', + ''), + 'max connections' => array('SESS', + "select setting from pg_settings where name='max_connections'", + ''), + 'Parameters', + 'rollback buffers' => array('COST', + "select setting from pg_settings where name='wal_buffers'", + 'WAL buffers'), + 'random page cost' => array('COST', + "select setting from pg_settings where name='random_page_cost'", + 'Cost of doing a seek (default=4). See random_page_cost'), + false + ); + + function perf_postgres(&$conn) + { + $this->conn = $conn; + } + + var $optimizeTableLow = 'VACUUM %s'; + var $optimizeTableHigh = 'VACUUM ANALYZE %s'; + +/** + * @see adodb_perf#optimizeTable + */ + + function optimizeTable($table, $mode = ADODB_OPT_LOW) + { + if(! is_string($table)) return false; + + $conn = $this->conn; + if (! $conn) return false; + + $sql = ''; + switch($mode) { + case ADODB_OPT_LOW : $sql = $this->optimizeTableLow; break; + case ADODB_OPT_HIGH: $sql = $this->optimizeTableHigh; break; + default : + { + ADOConnection::outp(sprintf("

    %s: '%s' using of undefined mode '%s'

    ", __CLASS__, 'optimizeTable', $mode)); + return false; + } + } + $sql = sprintf($sql, $table); + + return $conn->Execute($sql) !== false; + } + + function Explain($sql,$partial=false) + { + $save = $this->conn->LogSQL(false); + + if ($partial) { + $sqlq = $this->conn->qstr($sql.'%'); + $arr = $this->conn->GetArray("select distinct distinct sql1 from adodb_logsql where sql1 like $sqlq"); + if ($arr) { + foreach($arr as $row) { + $sql = reset($row); + if (crc32($sql) == $partial) break; + } + } + } + $sql = str_replace('?',"''",$sql); + $s = '

    Explain: '.htmlspecialchars($sql).'

    '; + $rs = $this->conn->Execute('EXPLAIN '.$sql); + $this->conn->LogSQL($save); + $s .= '
    ';
    +		if ($rs)
    +			while (!$rs->EOF) {
    +				$s .= reset($rs->fields)."\n";
    +				$rs->MoveNext();
    +			}
    +		$s .= '
    '; + $s .= $this->Tracer($sql,$partial); + return $s; + } +} +?> diff --git a/e_lib/adodb5/pivottable.inc.php b/e_lib/adodb5/pivottable.inc.php new file mode 100644 index 00000000..0f486c42 --- /dev/null +++ b/e_lib/adodb5/pivottable.inc.php @@ -0,0 +1,187 @@ +databaseType,'access') !== false; + // note - vfp 6 still doesn' work even with IIF enabled || $db->databaseType == 'vfp'; + + //$hidecnt = false; + + if ($where) $where = "\nWHERE $where"; + if (!is_array($colfield)) $colarr = $db->GetCol("select distinct $colfield from $tables $where order by 1"); + if (!$aggfield) $hidecnt = false; + + $sel = "$rowfields, "; + if (is_array($colfield)) { + foreach ($colfield as $k => $v) { + $k = trim($k); + if (!$hidecnt) { + $sel .= $iif ? + "\n\t$aggfn(IIF($v,1,0)) AS \"$k\", " + : + "\n\t$aggfn(CASE WHEN $v THEN 1 ELSE 0 END) AS \"$k\", "; + } + if ($aggfield) { + $sel .= $iif ? + "\n\t$aggfn(IIF($v,$aggfield,0)) AS \"$sumlabel$k\", " + : + "\n\t$aggfn(CASE WHEN $v THEN $aggfield ELSE 0 END) AS \"$sumlabel$k\", "; + } + } + } else { + foreach ($colarr as $v) { + if (!is_numeric($v)) $vq = $db->qstr($v); + else $vq = $v; + $v = trim($v); + if (strlen($v) == 0 ) $v = 'null'; + if (!$hidecnt) { + $sel .= $iif ? + "\n\t$aggfn(IIF($colfield=$vq,1,0)) AS \"$v\", " + : + "\n\t$aggfn(CASE WHEN $colfield=$vq THEN 1 ELSE 0 END) AS \"$v\", "; + } + if ($aggfield) { + if ($hidecnt) $label = $v; + else $label = "{$v}_$aggfield"; + $sel .= $iif ? + "\n\t$aggfn(IIF($colfield=$vq,$aggfield,0)) AS \"$label\", " + : + "\n\t$aggfn(CASE WHEN $colfield=$vq THEN $aggfield ELSE 0 END) AS \"$label\", "; + } + } + } + if ($aggfield && $aggfield != '1'){ + $agg = "$aggfn($aggfield)"; + $sel .= "\n\t$agg as \"$sumlabel$aggfield\", "; + } + + if ($showcount) + $sel .= "\n\tSUM(1) as Total"; + else + $sel = substr($sel,0,strlen($sel)-2); + + + // Strip aliases + $rowfields = preg_replace('/ AS (\w+)/i', '', $rowfields); + + $sql = "SELECT $sel \nFROM $tables $where \nGROUP BY $rowfields"; + + return $sql; + } + +/* EXAMPLES USING MS NORTHWIND DATABASE */ +if (0) { + +# example1 +# +# Query the main "product" table +# Set the rows to CompanyName and QuantityPerUnit +# and the columns to the Categories +# and define the joins to link to lookup tables +# "categories" and "suppliers" +# + + $sql = PivotTableSQL( + $gDB, # adodb connection + 'products p ,categories c ,suppliers s', # tables + 'CompanyName,QuantityPerUnit', # row fields + 'CategoryName', # column fields + 'p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID' # joins/where +); + print "
    $sql";
    + $rs = $gDB->Execute($sql);
    + rs2html($rs);
    + 
    +/*
    +Generated SQL:
    +
    +SELECT CompanyName,QuantityPerUnit, 
    +	SUM(CASE WHEN CategoryName='Beverages' THEN 1 ELSE 0 END) AS "Beverages", 
    +	SUM(CASE WHEN CategoryName='Condiments' THEN 1 ELSE 0 END) AS "Condiments", 
    +	SUM(CASE WHEN CategoryName='Confections' THEN 1 ELSE 0 END) AS "Confections", 
    +	SUM(CASE WHEN CategoryName='Dairy Products' THEN 1 ELSE 0 END) AS "Dairy Products", 
    +	SUM(CASE WHEN CategoryName='Grains/Cereals' THEN 1 ELSE 0 END) AS "Grains/Cereals", 
    +	SUM(CASE WHEN CategoryName='Meat/Poultry' THEN 1 ELSE 0 END) AS "Meat/Poultry", 
    +	SUM(CASE WHEN CategoryName='Produce' THEN 1 ELSE 0 END) AS "Produce", 
    +	SUM(CASE WHEN CategoryName='Seafood' THEN 1 ELSE 0 END) AS "Seafood", 
    +	SUM(1) as Total 
    +FROM products p ,categories c ,suppliers s  WHERE p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID 
    +GROUP BY CompanyName,QuantityPerUnit
    +*/
    +//=====================================================================
    +
    +# example2
    +#
    +# Query the main "product" table
    +# Set the rows to CompanyName and QuantityPerUnit
    +# and the columns to the UnitsInStock for diiferent ranges
    +# and define the joins to link to lookup tables 
    +# "categories" and "suppliers"
    +#
    + $sql = PivotTableSQL(
    + 	$gDB,										# adodb connection
    + 	'products p ,categories c ,suppliers s',	# tables
    +	'CompanyName,QuantityPerUnit',				# row fields
    +												# column ranges
    +array(										
    +' 0 ' => 'UnitsInStock <= 0',
    +"1 to 5" => '0 < UnitsInStock and UnitsInStock <= 5',
    +"6 to 10" => '5 < UnitsInStock and UnitsInStock <= 10',
    +"11 to 15"  => '10 < UnitsInStock and UnitsInStock <= 15',
    +"16+" =>'15 < UnitsInStock'
    +),
    +	' p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID', # joins/where
    +	'UnitsInStock', 							# sum this field
    +	'Sum'										# sum label prefix
    +);
    + print "
    $sql";
    + $rs = $gDB->Execute($sql);
    + rs2html($rs);
    + /*
    + Generated SQL:
    + 
    +SELECT CompanyName,QuantityPerUnit, 
    +	SUM(CASE WHEN UnitsInStock <= 0 THEN UnitsInStock ELSE 0 END) AS "Sum  0 ", 
    +	SUM(CASE WHEN 0 < UnitsInStock and UnitsInStock <= 5 THEN UnitsInStock ELSE 0 END) AS "Sum 1 to 5", 
    +	SUM(CASE WHEN 5 < UnitsInStock and UnitsInStock <= 10 THEN UnitsInStock ELSE 0 END) AS "Sum 6 to 10", 
    +	SUM(CASE WHEN 10 < UnitsInStock and UnitsInStock <= 15 THEN UnitsInStock ELSE 0 END) AS "Sum 11 to 15", 
    +	SUM(CASE WHEN 15 < UnitsInStock THEN UnitsInStock ELSE 0 END) AS "Sum 16+",
    +	SUM(UnitsInStock) AS "Sum UnitsInStock", 
    +	SUM(1) as Total 
    +FROM products p ,categories c ,suppliers s  WHERE  p.CategoryID = c.CategoryID and s.SupplierID= p.SupplierID 
    +GROUP BY CompanyName,QuantityPerUnit
    + */
    +}
    +?>
    diff --git a/e_lib/adodb5/readme.txt b/e_lib/adodb5/readme.txt
    new file mode 100644
    index 00000000..a1703b1b
    --- /dev/null
    +++ b/e_lib/adodb5/readme.txt
    @@ -0,0 +1,62 @@
    +>> ADODB Library for PHP4
    +
    +(c) 2000-2004 John Lim (jlim@natsoft.com.my)
    +
    +Released under both BSD and GNU Lesser GPL library license. 
    +This means you can use it in proprietary products.
    + 
    + 
    +>> Introduction
    +
    +PHP's database access functions are not standardised. This creates a 
    +need for a database class library to hide the differences between the 
    +different databases (encapsulate the differences) so we can easily 
    +switch databases.
    +
    +We currently support MySQL, Interbase, Sybase, PostgreSQL, Oracle, 
    +Microsoft SQL server,  Foxpro ODBC, Access ODBC, Informix, DB2,
    +Sybase SQL Anywhere, generic ODBC and Microsoft's ADO. 
    +
    +We hope more people will contribute drivers to support other databases.
    +
    +
    +>> Documentation and Examples
    +
    +Refer to the adodb/docs directory for full documentation and examples. 
    +There is also a  tutorial tute.htm that contrasts ADODB code with 
    +mysql code.
    +
    +
    +>>> Files
    +Adodb.inc.php is the main file. You need to include only this file.
    +
    +Adodb-*.inc.php are the database specific driver code.
    +
    +Test.php contains a list of test commands to exercise the class library.
    +
    +Adodb-session.php is the PHP4 session handling code.
    +
    +Testdatabases.inc.php contains the list of databases to apply the tests on.
    +
    +Benchmark.php is a simple benchmark to test the throughput of a simple SELECT 
    +statement for databases described in testdatabases.inc.php. The benchmark
    +tables are created in test.php.
    +
    +readme.htm is the main documentation.
    +
    +tute.htm is the tutorial.
    +
    +
    +>> More Info
    +
    +For more information, including installation see readme.htm
    +or visit
    +           http://adodb.sourceforge.net/
    +
    +
    +>> Feature Requests and Bug Reports
    +
    +Email to jlim@natsoft.com.my 
    +
    +
    + 
    diff --git a/e_lib/adodb5/rsfilter.inc.php b/e_lib/adodb5/rsfilter.inc.php
    new file mode 100644
    index 00000000..7f160dde
    --- /dev/null
    +++ b/e_lib/adodb5/rsfilter.inc.php
    @@ -0,0 +1,61 @@
    + $v) {
    +			$arr[$k] = ucwords($v);
    +		}
    +	}
    +	$rs = RSFilter($rs,'do_ucwords');
    + */
    +function RSFilter($rs,$fn)
    +{
    +	if ($rs->databaseType != 'array') {
    +		if (!$rs->connection) return false;
    +		
    +		$rs = $rs->connection->_rs2rs($rs);
    +	}
    +	$rows = $rs->RecordCount();
    +	for ($i=0; $i < $rows; $i++) {
    +		if (is_array ($fn)) {
    +        	$obj = $fn[0];
    +        	$method = $fn[1];
    +        	$obj->$method ($rs->_array[$i],$rs);
    +      } else {
    +			$fn($rs->_array[$i],$rs);
    +      }
    +	  
    +	}
    +	if (!$rs->EOF) {
    +		$rs->_currentRow = 0;
    +		$rs->fields = $rs->_array[0];
    +	}
    +	
    +	return $rs;
    +}
    +?>
    diff --git a/e_lib/adodb5/server.php b/e_lib/adodb5/server.php
    new file mode 100644
    index 00000000..292de79c
    --- /dev/null
    +++ b/e_lib/adodb5/server.php
    @@ -0,0 +1,100 @@
    +Connect($host,$uid,$pwd,$database)) err($conn->ErrorNo(). $sep . $conn->ErrorMsg());
    +$sql = undomq($_REQUEST['sql']);
    +
    +if (isset($_REQUEST['fetch']))
    +	$ADODB_FETCH_MODE = $_REQUEST['fetch'];
    +	
    +if (isset($_REQUEST['nrows'])) {
    +	$nrows = $_REQUEST['nrows'];
    +	$offset = isset($_REQUEST['offset']) ? $_REQUEST['offset'] : -1;
    +	$rs = $conn->SelectLimit($sql,$nrows,$offset);
    +} else 
    +	$rs = $conn->Execute($sql);
    +if ($rs){ 
    +	//$rs->timeToLive = 1;
    +	echo _rs2serialize($rs,$conn,$sql);
    +	$rs->Close();
    +} else
    +	err($conn->ErrorNo(). $sep .$conn->ErrorMsg());
    +
    +?>
    diff --git a/e_lib/adodb5/session/adodb-compress-bzip2.php b/e_lib/adodb5/session/adodb-compress-bzip2.php
    new file mode 100644
    index 00000000..f7de61c8
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-compress-bzip2.php
    @@ -0,0 +1,118 @@
    +_block_size;
    +	}
    +
    +	/**
    +	 */
    +	function setBlockSize($block_size) {
    +		assert('$block_size >= 1');
    +		assert('$block_size <= 9');
    +		$this->_block_size = (int) $block_size;
    +	}
    +
    +	/**
    +	 */
    +	function getWorkLevel() {
    +		return $this->_work_level;
    +	}
    +
    +	/**
    +	 */
    +	function setWorkLevel($work_level) {
    +		assert('$work_level >= 0');
    +		assert('$work_level <= 250');
    +		$this->_work_level = (int) $work_level;
    +	}
    +
    +	/**
    +	 */
    +	function getMinLength() {
    +		return $this->_min_length;
    +	}
    +
    +	/**
    +	 */
    +	function setMinLength($min_length) {
    +		assert('$min_length >= 0');
    +		$this->_min_length = (int) $min_length;
    +	}
    +
    +	/**
    +	 */
    +	function ADODB_Compress_Bzip2($block_size = null, $work_level = null, $min_length = null) {
    +		if (!is_null($block_size)) {
    +			$this->setBlockSize($block_size);
    +		}
    +
    +		if (!is_null($work_level)) {
    +			$this->setWorkLevel($work_level);
    +		}
    +
    +		if (!is_null($min_length)) {
    +			$this->setMinLength($min_length);
    +		}
    +	}
    +
    +	/**
    +	 */
    +	function write($data, $key) {
    +		if (strlen($data) < $this->_min_length) {
    +			return $data;
    +		}
    +
    +		if (!is_null($this->_block_size)) {
    +			if (!is_null($this->_work_level)) {
    +				return bzcompress($data, $this->_block_size, $this->_work_level);
    +			} else {
    +				return bzcompress($data, $this->_block_size);
    +			}
    +		}
    +
    +		return bzcompress($data);
    +	}
    +
    +	/**
    +	 */
    +	function read($data, $key) {
    +		return $data ? bzdecompress($data) : $data;
    +	}
    +
    +}
    +
    +return 1;
    +
    +?>
    diff --git a/e_lib/adodb5/session/adodb-compress-gzip.php b/e_lib/adodb5/session/adodb-compress-gzip.php
    new file mode 100644
    index 00000000..75f2ddf5
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-compress-gzip.php
    @@ -0,0 +1,93 @@
    +_level;
    +	}
    +
    +	/**
    +	 */
    +	function setLevel($level) {
    +		assert('$level >= 0');
    +		assert('$level <= 9');
    +		$this->_level = (int) $level;
    +	}
    +
    +	/**
    +	 */
    +	function getMinLength() {
    +		return $this->_min_length;
    +	}
    +
    +	/**
    +	 */
    +	function setMinLength($min_length) {
    +		assert('$min_length >= 0');
    +		$this->_min_length = (int) $min_length;
    +	}
    +
    +	/**
    +	 */
    +	function ADODB_Compress_Gzip($level = null, $min_length = null) {
    +		if (!is_null($level)) {
    +			$this->setLevel($level);
    +		}
    +
    +		if (!is_null($min_length)) {
    +			$this->setMinLength($min_length);
    +		}
    +	}
    +
    +	/**
    +	 */
    +	function write($data, $key) {
    +		if (strlen($data) < $this->_min_length) {
    +			return $data;
    +		}
    +
    +		if (!is_null($this->_level)) {
    +			return gzcompress($data, $this->_level);
    +		} else {
    +			return gzcompress($data);
    +		}
    +	}
    +
    +	/**
    +	 */
    +	function read($data, $key) {
    +		return $data ? gzuncompress($data) : $data;
    +	}
    +
    +}
    +
    +return 1;
    +
    +?>
    diff --git a/e_lib/adodb5/session/adodb-cryptsession.php b/e_lib/adodb5/session/adodb-cryptsession.php
    new file mode 100644
    index 00000000..09cc23c0
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-cryptsession.php
    @@ -0,0 +1,27 @@
    +
    diff --git a/e_lib/adodb5/session/adodb-cryptsession2.php b/e_lib/adodb5/session/adodb-cryptsession2.php
    new file mode 100644
    index 00000000..cea6eb9a
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-cryptsession2.php
    @@ -0,0 +1,27 @@
    +
    diff --git a/e_lib/adodb5/session/adodb-encrypt-mcrypt.php b/e_lib/adodb5/session/adodb-encrypt-mcrypt.php
    new file mode 100644
    index 00000000..8ffdb624
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-encrypt-mcrypt.php
    @@ -0,0 +1,109 @@
    +_cipher;
    +	}
    +
    +	/**
    +	 */
    +	function setCipher($cipher) {
    +		$this->_cipher = $cipher;
    +	}
    +
    +	/**
    +	 */
    +	function getMode() {
    +		return $this->_mode;
    +	}
    +
    +	/**
    +	 */
    +	function setMode($mode) {
    +		$this->_mode = $mode;
    +	}
    +
    +	/**
    +	 */
    +	function getSource() {
    +		return $this->_source;
    +	}
    +
    +	/**
    +	 */
    +	function setSource($source) {
    +		$this->_source = $source;
    +	}
    +
    +	/**
    +	 */
    +	function ADODB_Encrypt_MCrypt($cipher = null, $mode = null, $source = null) {
    +		if (!$cipher) {
    +			$cipher = MCRYPT_RIJNDAEL_256;
    +		}
    +		if (!$mode) {
    +			$mode = MCRYPT_MODE_ECB;
    +		}
    +		if (!$source) {
    +			$source = MCRYPT_RAND;
    +		}
    +
    +		$this->_cipher = $cipher;
    +		$this->_mode = $mode;
    +		$this->_source = $source;
    +	}
    +
    +	/**
    +	 */
    +	function write($data, $key) {
    +		$iv_size = mcrypt_get_iv_size($this->_cipher, $this->_mode);
    +		$iv = mcrypt_create_iv($iv_size, $this->_source);
    +		return mcrypt_encrypt($this->_cipher, $key, $data, $this->_mode, $iv);
    +	}
    +
    +	/**
    +	 */
    +	function read($data, $key) {
    +		$iv_size = mcrypt_get_iv_size($this->_cipher, $this->_mode);
    +		$iv = mcrypt_create_iv($iv_size, $this->_source);
    +		$rv = mcrypt_decrypt($this->_cipher, $key, $data, $this->_mode, $iv);
    +		return rtrim($rv, "\0");
    +	}
    +
    +}
    +
    +return 1;
    +
    +?>
    diff --git a/e_lib/adodb5/session/adodb-encrypt-md5.php b/e_lib/adodb5/session/adodb-encrypt-md5.php
    new file mode 100644
    index 00000000..69231bcd
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-encrypt-md5.php
    @@ -0,0 +1,39 @@
    +encrypt($data, $key);
    +	}
    +
    +	/**
    +	 */
    +	function read($data, $key) {
    +		$md5crypt = new MD5Crypt();
    +		return $md5crypt->decrypt($data, $key);
    +	}
    +
    +}
    +
    +return 1;
    +
    +?>
    diff --git a/e_lib/adodb5/session/adodb-encrypt-secret.php b/e_lib/adodb5/session/adodb-encrypt-secret.php
    new file mode 100644
    index 00000000..ed185a8b
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-encrypt-secret.php
    @@ -0,0 +1,48 @@
    +
    diff --git a/e_lib/adodb5/session/adodb-encrypt-sha1.php b/e_lib/adodb5/session/adodb-encrypt-sha1.php
    new file mode 100644
    index 00000000..1720ddc7
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-encrypt-sha1.php
    @@ -0,0 +1,32 @@
    +encrypt($data, $key);
    +
    +	}
    +
    +
    +	function read($data, $key) 
    +	{
    +		$sha1crypt = new SHA1Crypt();
    +		return $sha1crypt->decrypt($data, $key);
    +
    +	}
    +}
    +
    +
    +
    +return 1;
    +?>
    diff --git a/e_lib/adodb5/session/adodb-sess.txt b/e_lib/adodb5/session/adodb-sess.txt
    new file mode 100644
    index 00000000..c6c76858
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-sess.txt
    @@ -0,0 +1,131 @@
    +John,
    +
    +I have been an extremely satisfied ADODB user for several years now.
    +
    +To give you something back for all your hard work, I've spent the last 3
    +days rewriting the adodb-session.php code.
    +
    +----------
    +What's New
    +----------
    +
    +Here's a list of the new code's benefits:
    +
    +* Combines the functionality of the three files:
    +
    +adodb-session.php
    +adodb-session-clob.php
    +adodb-cryptsession.php
    +
    +each with very similar functionality, into a single file adodb-session.php.
    +This will ease maintenance and support issues.
    +
    +* Supports multiple encryption and compression schemes.
    +  Currently, we support:
    +
    +  MD5Crypt (crypt.inc.php)
    +  MCrypt
    +  Secure (Horde's emulation of MCrypt, if MCrypt module is not available.)
    +  GZip
    +  BZip2
    +
    +These can be stacked, so if you want to compress and then encrypt your
    +session data, it's easy.
    +Also, the built-in MCrypt functions will be *much* faster, and more secure,
    +than the MD5Crypt code.
    +
    +* adodb-session.php contains a single class ADODB_Session that encapsulates
    +all functionality.
    +  This eliminates the use of global vars and defines (though they are
    +supported for backwards compatibility).
    +
    +* All user defined parameters are now static functions in the ADODB_Session
    +class.
    +
    +New parameters include:
    +
    +* encryptionKey(): Define the encryption key used to encrypt the session.
    +Originally, it was a hard coded string.
    +
    +* persist(): Define if the database will be opened in persistent mode.
    +Originally, the user had to call adodb_sess_open().
    +
    +* dataFieldName(): Define the field name used to store the session data, as
    +'DATA' appears to be a reserved word in the following cases:
    +	ANSI SQL
    +	IBM DB2
    +	MS SQL Server
    +	Postgres
    +	SAP
    +
    +* filter(): Used to support multiple, simulataneous encryption/compression
    +schemes.
    +
    +* Debug support is improved thru _rsdump() function, which is called after
    +every database call.
    +
    +------------
    +What's Fixed
    +------------
    +
    +The new code includes several bug fixes and enhancements:
    +
    +* sesskey is compared in BINARY mode for MySQL, to avoid problems with
    +session keys that differ only by case.
    +  Of course, the user should define the sesskey field as BINARY, to
    +correctly fix this problem, otherwise performance will suffer.
    +
    +* In ADODB_Session::gc(), if $expire_notify is true, the multiple DELETES in
    +the original code have been optimized to a single DELETE.
    +
    +* In ADODB_Session::destroy(), since "SELECT expireref, sesskey FROM $table
    +WHERE sesskey = $qkey" will only return a single value, we don't loop on the
    +result, we simply process the row, if any.
    +
    +* We close $rs after every use.
    +
    +---------------
    +What's the Same
    +---------------
    +
    +I know backwards compatibility is *very* important to you.  Therefore, the
    +new code is 100% backwards compatible.
    +
    +If you like my code, but don't "trust" it's backwards compatible, maybe we
    +offer it as beta code, in a new directory for a release or two?
    +
    +------------
    +What's To Do
    +------------
    +
    +I've vascillated over whether to use a single function to get/set
    +parameters:
    +
    +$user = ADODB_Session::user(); 	// get
    +ADODB_Session::user($user);		// set
    +
    +or to use separate functions (which is the PEAR/Java way):
    +
    +$user = ADODB_Session::getUser();
    +ADODB_Session::setUser($user);
    +
    +I've chosen the former as it's makes for a simpler API, and reduces the
    +amount of code, but I'd be happy to change it to the latter.
    +
    +Also, do you think the class should be a singleton class, versus a static
    +class?
    +
    +Let me know if you find this code useful, and will be including it in the
    +next release of ADODB.
    +
    +If so, I will modify the current documentation to detail the new
    +functionality.  To that end, what file(s) contain the documentation?  Please
    +send them to me if they are not publically available.
    +
    +Also, if there is *anything* in the code that you like to see changed, let
    +me know.
    +
    +Thanks,
    +
    +Ross
    +
    diff --git a/e_lib/adodb5/session/adodb-session-clob.php b/e_lib/adodb5/session/adodb-session-clob.php
    new file mode 100644
    index 00000000..1a2dbc55
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-session-clob.php
    @@ -0,0 +1,24 @@
    +
    diff --git a/e_lib/adodb5/session/adodb-session-clob2.php b/e_lib/adodb5/session/adodb-session-clob2.php
    new file mode 100644
    index 00000000..42f82575
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-session-clob2.php
    @@ -0,0 +1,24 @@
    +
    diff --git a/e_lib/adodb5/session/adodb-session.php b/e_lib/adodb5/session/adodb-session.php
    new file mode 100644
    index 00000000..0c58ff8e
    --- /dev/null
    +++ b/e_lib/adodb5/session/adodb-session.php
    @@ -0,0 +1,934 @@
    +Execute('UPDATE '. ADODB_Session::table(). ' SET sesskey='. $conn->qstr($new_id). ' WHERE sesskey='.$conn->qstr($old_id));
    +	
    +	/* it is possible that the update statement fails due to a collision */
    +	if (!$ok) {
    +		session_id($old_id);
    +		if (empty($ck)) $ck = session_get_cookie_params();
    +		setcookie(session_name(), session_id(), false, $ck['path'], $ck['domain'], $ck['secure']);
    +		return false;
    +	}
    +	
    +	return true;
    +}
    +
    +/*
    +    Generate database table for session data
    +    @see http://phplens.com/lens/lensforum/msgs.php?id=12280
    +    @return 0 if failure, 1 if errors, 2 if successful.
    +	@author Markus Staab http://www.public-4u.de
    +*/
    +function adodb_session_create_table($schemaFile=null,$conn = null)
    +{
    +    // set default values
    +    if ($schemaFile===null) $schemaFile = ADODB_SESSION . '/session_schema.xml';
    +    if ($conn===null) $conn = ADODB_Session::_conn();
    +
    +	if (!$conn) return 0;
    +
    +    $schema = new adoSchema($conn);
    +    $schema->ParseSchema($schemaFile);
    +    return $schema->ExecuteSchema();
    +}
    +
    +/*!
    +	\static
    +*/
    +class ADODB_Session {
    +	/////////////////////
    +	// getter/setter methods
    +	/////////////////////
    +	
    +	/*
    +	
    +	function Lock($lock=null)
    +	{
    +	static $_lock = false;
    +	
    +		if (!is_null($lock)) $_lock = $lock;
    +		return $lock;
    +	}
    +	*/
    +	/*!
    +	*/
    +	function driver($driver = null) {
    +		static $_driver = 'mysql';
    +		static $set = false;
    +
    +		if (!is_null($driver)) {
    +			$_driver = trim($driver);
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESSION_DRIVER'])) {
    +				return $GLOBALS['ADODB_SESSION_DRIVER'];
    +			}
    +		}
    +
    +		return $_driver;
    +	}
    +
    +	/*!
    +	*/
    +	function host($host = null) {
    +		static $_host = 'localhost';
    +		static $set = false;
    +
    +		if (!is_null($host)) {
    +			$_host = trim($host);
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESSION_CONNECT'])) {
    +				return $GLOBALS['ADODB_SESSION_CONNECT'];
    +			}
    +		}
    +
    +		return $_host;
    +	}
    +
    +	/*!
    +	*/
    +	function user($user = null) {
    +		static $_user = 'root';
    +		static $set = false;
    +
    +		if (!is_null($user)) {
    +			$_user = trim($user);
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESSION_USER'])) {
    +				return $GLOBALS['ADODB_SESSION_USER'];
    +			}
    +		}
    +
    +		return $_user;
    +	}
    +
    +	/*!
    +	*/
    +	function password($password = null) {
    +		static $_password = '';
    +		static $set = false;
    +
    +		if (!is_null($password)) {
    +			$_password = $password;
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESSION_PWD'])) {
    +				return $GLOBALS['ADODB_SESSION_PWD'];
    +			}
    +		}
    +
    +		return $_password;
    +	}
    +
    +	/*!
    +	*/
    +	function database($database = null) {
    +		static $_database = 'xphplens_2';
    +		static $set = false;
    +
    +		if (!is_null($database)) {
    +			$_database = trim($database);
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESSION_DB'])) {
    +				return $GLOBALS['ADODB_SESSION_DB'];
    +			}
    +		}
    +
    +		return $_database;
    +	}
    +
    +	/*!
    +	*/
    +	function persist($persist = null) 
    +	{
    +		static $_persist = true;
    +
    +		if (!is_null($persist)) {
    +			$_persist = trim($persist);
    +		}
    +
    +		return $_persist;
    +	}
    +
    +	/*!
    +	*/
    +	function lifetime($lifetime = null) {
    +		static $_lifetime;
    +		static $set = false;
    +
    +		if (!is_null($lifetime)) {
    +			$_lifetime = (int) $lifetime;
    +			$set = true;
    +		} elseif (!$set) {
    +			// backwards compatibility
    +			if (isset($GLOBALS['ADODB_SESS_LIFE'])) {
    +				return $GLOBALS['ADODB_SESS_LIFE'];
    +			}
    +		}
    +		if (!$_lifetime) {
    +			$_lifetime = ini_get('session.gc_maxlifetime');
    +			if ($_lifetime <= 1) {
    +				// bug in PHP 4.0.3 pl 1  -- how about other versions?
    +				//print "

    Session Error: PHP.INI setting session.gc_maxlifetimenot set: $lifetime

    "; + $_lifetime = 1440; + } + } + + return $_lifetime; + } + + /*! + */ + function debug($debug = null) { + static $_debug = false; + static $set = false; + + if (!is_null($debug)) { + $_debug = (bool) $debug; + + $conn = ADODB_Session::_conn(); + if ($conn) { + $conn->debug = $_debug; + } + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESS_DEBUG'])) { + return $GLOBALS['ADODB_SESS_DEBUG']; + } + } + + return $_debug; + } + + /*! + */ + function expireNotify($expire_notify = null) { + static $_expire_notify; + static $set = false; + + if (!is_null($expire_notify)) { + $_expire_notify = $expire_notify; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_EXPIRE_NOTIFY'])) { + return $GLOBALS['ADODB_SESSION_EXPIRE_NOTIFY']; + } + } + + return $_expire_notify; + } + + /*! + */ + function table($table = null) { + static $_table = 'sessions'; + static $set = false; + + if (!is_null($table)) { + $_table = trim($table); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_TBL'])) { + return $GLOBALS['ADODB_SESSION_TBL']; + } + } + + return $_table; + } + + /*! + */ + function optimize($optimize = null) { + static $_optimize = false; + static $set = false; + + if (!is_null($optimize)) { + $_optimize = (bool) $optimize; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (defined('ADODB_SESSION_OPTIMIZE')) { + return true; + } + } + + return $_optimize; + } + + /*! + */ + function syncSeconds($sync_seconds = null) { + static $_sync_seconds = 60; + static $set = false; + + if (!is_null($sync_seconds)) { + $_sync_seconds = (int) $sync_seconds; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (defined('ADODB_SESSION_SYNCH_SECS')) { + return ADODB_SESSION_SYNCH_SECS; + } + } + + return $_sync_seconds; + } + + /*! + */ + function clob($clob = null) { + static $_clob = false; + static $set = false; + + if (!is_null($clob)) { + $_clob = strtolower(trim($clob)); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_USE_LOBS'])) { + return $GLOBALS['ADODB_SESSION_USE_LOBS']; + } + } + + return $_clob; + } + + /*! + */ + function dataFieldName($data_field_name = null) { + static $_data_field_name = 'data'; + + if (!is_null($data_field_name)) { + $_data_field_name = trim($data_field_name); + } + + return $_data_field_name; + } + + /*! + */ + function filter($filter = null) { + static $_filter = array(); + + if (!is_null($filter)) { + if (!is_array($filter)) { + $filter = array($filter); + } + $_filter = $filter; + } + + return $_filter; + } + + /*! + */ + function encryptionKey($encryption_key = null) { + static $_encryption_key = 'CRYPTED ADODB SESSIONS ROCK!'; + + if (!is_null($encryption_key)) { + $_encryption_key = $encryption_key; + } + + return $_encryption_key; + } + + ///////////////////// + // private methods + ///////////////////// + + /*! + */ + function _conn($conn=null) { + return $GLOBALS['ADODB_SESS_CONN']; + } + + /*! + */ + function _crc($crc = null) { + static $_crc = false; + + if (!is_null($crc)) { + $_crc = $crc; + } + + return $_crc; + } + + /*! + */ + function _init() { + session_module_name('user'); + session_set_save_handler( + array('ADODB_Session', 'open'), + array('ADODB_Session', 'close'), + array('ADODB_Session', 'read'), + array('ADODB_Session', 'write'), + array('ADODB_Session', 'destroy'), + array('ADODB_Session', 'gc') + ); + } + + + /*! + */ + function _sessionKey() { + // use this function to create the encryption key for crypted sessions + // crypt the used key, ADODB_Session::encryptionKey() as key and session_id() as salt + return crypt(ADODB_Session::encryptionKey(), session_id()); + } + + /*! + */ + function _dumprs($rs) { + $conn = ADODB_Session::_conn(); + $debug = ADODB_Session::debug(); + + if (!$conn) { + return; + } + + if (!$debug) { + return; + } + + if (!$rs) { + echo "
    \$rs is null or false
    \n"; + return; + } + + //echo "
    \nAffected_Rows=",$conn->Affected_Rows(),"
    \n"; + + if (!is_object($rs)) { + return; + } + + require_once ADODB_SESSION.'/../tohtml.inc.php'; + rs2html($rs); + } + + ///////////////////// + // public methods + ///////////////////// + + function config($driver, $host, $user, $password, $database=false,$options=false) + { + ADODB_Session::driver($driver); + ADODB_Session::host($host); + ADODB_Session::user($user); + ADODB_Session::password($password); + ADODB_Session::database($database); + + if ($driver == 'oci8' || $driver == 'oci8po') $options['lob'] = 'CLOB'; + + if (isset($options['table'])) ADODB_Session::table($options['table']); + if (isset($options['lob'])) ADODB_Session::clob($options['lob']); + if (isset($options['debug'])) ADODB_Session::debug($options['debug']); + } + + /*! + Create the connection to the database. + + If $conn already exists, reuse that connection + */ + function open($save_path, $session_name, $persist = null) + { + $conn = ADODB_Session::_conn(); + + if ($conn) { + return true; + } + + $database = ADODB_Session::database(); + $debug = ADODB_Session::debug(); + $driver = ADODB_Session::driver(); + $host = ADODB_Session::host(); + $password = ADODB_Session::password(); + $user = ADODB_Session::user(); + + if (!is_null($persist)) { + ADODB_Session::persist($persist); + } else { + $persist = ADODB_Session::persist(); + } + +# these can all be defaulted to in php.ini +# assert('$database'); +# assert('$driver'); +# assert('$host'); + + $conn = ADONewConnection($driver); + + if ($debug) { + $conn->debug = true; +// ADOConnection::outp( " driver=$driver user=$user pwd=$password db=$database "); + } + + if ($persist) { + switch($persist) { + default: + case 'P': $ok = $conn->PConnect($host, $user, $password, $database); break; + case 'C': $ok = $conn->Connect($host, $user, $password, $database); break; + case 'N': $ok = $conn->NConnect($host, $user, $password, $database); break; + } + } else { + $ok = $conn->Connect($host, $user, $password, $database); + } + + if ($ok) $GLOBALS['ADODB_SESS_CONN'] = $conn; + else + ADOConnection::outp('

    Session: connection failed

    ', false); + + + return $ok; + } + + /*! + Close the connection + */ + function close() + { +/* + $conn = ADODB_Session::_conn(); + if ($conn) $conn->Close(); +*/ + return true; + } + + /* + Slurp in the session variables and return the serialized string + */ + function read($key) + { + $conn = ADODB_Session::_conn(); + $data = ADODB_Session::dataFieldName(); + $filter = ADODB_Session::filter(); + $table = ADODB_Session::table(); + + if (!$conn) { + return ''; + } + + //assert('$table'); + + $qkey = $conn->quote($key); + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + $sql = "SELECT $data FROM $table WHERE sesskey = $binary $qkey AND expiry >= " . time(); + /* Lock code does not work as it needs to hold transaction within whole page, and we don't know if + developer has commited elsewhere... :( + */ + #if (ADODB_Session::Lock()) + # $rs = $conn->RowLock($table, "$binary sesskey = $qkey AND expiry >= " . time(), $data); + #else + + $rs = $conn->Execute($sql); + //ADODB_Session::_dumprs($rs); + if ($rs) { + if ($rs->EOF) { + $v = ''; + } else { + $v = reset($rs->fields); + $filter = array_reverse($filter); + foreach ($filter as $f) { + if (is_object($f)) { + $v = $f->read($v, ADODB_Session::_sessionKey()); + } + } + $v = rawurldecode($v); + } + + $rs->Close(); + + ADODB_Session::_crc(strlen($v) . crc32($v)); + return $v; + } + + return ''; + } + + /*! + Write the serialized data to a database. + + If the data has not been modified since the last read(), we do not write. + */ + function write($key, $val) + { + global $ADODB_SESSION_READONLY; + + if (!empty($ADODB_SESSION_READONLY)) return; + + $clob = ADODB_Session::clob(); + $conn = ADODB_Session::_conn(); + $crc = ADODB_Session::_crc(); + $data = ADODB_Session::dataFieldName(); + $debug = ADODB_Session::debug(); + $driver = ADODB_Session::driver(); + $expire_notify = ADODB_Session::expireNotify(); + $filter = ADODB_Session::filter(); + $lifetime = ADODB_Session::lifetime(); + $table = ADODB_Session::table(); + + if (!$conn) { + return false; + } + $qkey = $conn->qstr($key); + + //assert('$table'); + + $expiry = time() + $lifetime; + + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + // crc32 optimization since adodb 2.1 + // now we only update expiry date, thx to sebastian thom in adodb 2.32 + if ($crc !== false && $crc == (strlen($val) . crc32($val))) { + if ($debug) { + ADOConnection::outp( '

    Session: Only updating date - crc32 not changed

    '); + } + + $expirevar = ''; + if ($expire_notify) { + $var = reset($expire_notify); + global $$var; + if (isset($$var)) { + $expirevar = $$var; + } + } + + + $sql = "UPDATE $table SET expiry = ".$conn->Param('0').",expireref=".$conn->Param('1')." WHERE $binary sesskey = ".$conn->Param('2')." AND expiry >= ".$conn->Param('3'); + $rs = $conn->Execute($sql,array($expiry,$expirevar,$key,time())); + return true; + } + $val = rawurlencode($val); + foreach ($filter as $f) { + if (is_object($f)) { + $val = $f->write($val, ADODB_Session::_sessionKey()); + } + } + + $arr = array('sesskey' => $key, 'expiry' => $expiry, $data => $val, 'expireref' => ''); + if ($expire_notify) { + $var = reset($expire_notify); + global $$var; + if (isset($$var)) { + $arr['expireref'] = $$var; + } + } + + if (!$clob) { // no lobs, simply use replace() + $arr[$data] = $val; + $rs = $conn->Replace($table, $arr, 'sesskey', $autoQuote = true); + + } else { + // what value shall we insert/update for lob row? + switch ($driver) { + // empty_clob or empty_lob for oracle dbs + case 'oracle': + case 'oci8': + case 'oci8po': + case 'oci805': + $lob_value = sprintf('empty_%s()', strtolower($clob)); + break; + + // null for all other + default: + $lob_value = 'null'; + break; + } + + $conn->StartTrans(); + $expiryref = $conn->qstr($arr['expireref']); + // do we insert or update? => as for sesskey + $rs = $conn->Execute("SELECT COUNT(*) AS cnt FROM $table WHERE $binary sesskey = $qkey"); + if ($rs && reset($rs->fields) > 0) { + $sql = "UPDATE $table SET expiry = $expiry, $data = $lob_value, expireref=$expiryref WHERE sesskey = $qkey"; + } else { + $sql = "INSERT INTO $table (expiry, $data, sesskey,expireref) VALUES ($expiry, $lob_value, $qkey,$expiryref)"; + } + if ($rs)$rs->Close(); + + + $err = ''; + $rs1 = $conn->Execute($sql); + if (!$rs1) $err = $conn->ErrorMsg()."\n"; + + $rs2 = $conn->UpdateBlob($table, $data, $val, " sesskey=$qkey", strtoupper($clob)); + if (!$rs2) $err .= $conn->ErrorMsg()."\n"; + + $rs = ($rs && $rs2) ? true : false; + $conn->CompleteTrans(); + } + + if (!$rs) { + ADOConnection::outp('

    Session Replace: ' . $conn->ErrorMsg() . '

    ', false); + return false; + } else { + // bug in access driver (could be odbc?) means that info is not committed + // properly unless select statement executed in Win2000 + if ($conn->databaseType == 'access') { + $sql = "SELECT sesskey FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + if ($rs) { + $rs->Close(); + } + } + }/* + if (ADODB_Session::Lock()) { + $conn->CommitTrans(); + }*/ + return $rs ? true : false; + } + + /*! + */ + function destroy($key) { + $conn = ADODB_Session::_conn(); + $table = ADODB_Session::table(); + $expire_notify = ADODB_Session::expireNotify(); + + if (!$conn) { + return false; + } + + //assert('$table'); + + $qkey = $conn->quote($key); + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + if ($expire_notify) { + reset($expire_notify); + $fn = next($expire_notify); + $savem = $conn->SetFetchMode(ADODB_FETCH_NUM); + $sql = "SELECT expireref, sesskey FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + $conn->SetFetchMode($savem); + if (!$rs) { + return false; + } + if (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + //assert('$ref'); + //assert('$key'); + $fn($ref, $key); + } + $rs->Close(); + } + + $sql = "DELETE FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + + return $rs ? true : false; + } + + /*! + */ + function gc($maxlifetime) + { + $conn = ADODB_Session::_conn(); + $debug = ADODB_Session::debug(); + $expire_notify = ADODB_Session::expireNotify(); + $optimize = ADODB_Session::optimize(); + $sync_seconds = ADODB_Session::syncSeconds(); + $table = ADODB_Session::table(); + + if (!$conn) { + return false; + } + + + $time = time(); + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + if ($expire_notify) { + reset($expire_notify); + $fn = next($expire_notify); + $savem = $conn->SetFetchMode(ADODB_FETCH_NUM); + $sql = "SELECT expireref, sesskey FROM $table WHERE expiry < $time"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + $conn->SetFetchMode($savem); + if ($rs) { + $conn->StartTrans(); + $keys = array(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref, $key); + $del = $conn->Execute("DELETE FROM $table WHERE sesskey=".$conn->Param('0'),array($key)); + $rs->MoveNext(); + } + $rs->Close(); + + $conn->CompleteTrans(); + } + } else { + + if (1) { + $sql = "SELECT sesskey FROM $table WHERE expiry < $time"; + $arr = $conn->GetAll($sql); + foreach ($arr as $row) { + $sql2 = "DELETE FROM $table WHERE sesskey=".$conn->Param('0'); + $conn->Execute($sql2,array(reset($row))); + } + } else { + $sql = "DELETE FROM $table WHERE expiry < $time"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + if ($rs) $rs->Close(); + } + if ($debug) { + ADOConnection::outp("

    Garbage Collection: $sql

    "); + } + } + + // suggested by Cameron, "GaM3R" + if ($optimize) { + $driver = ADODB_Session::driver(); + + if (preg_match('/mysql/i', $driver)) { + $sql = "OPTIMIZE TABLE $table"; + } + if (preg_match('/postgres/i', $driver)) { + $sql = "VACUUM $table"; + } + if (!empty($sql)) { + $conn->Execute($sql); + } + } + + if ($sync_seconds) { + $sql = 'SELECT '; + if ($conn->dataProvider === 'oci8') { + $sql .= "TO_CHAR({$conn->sysTimeStamp}, 'RRRR-MM-DD HH24:MI:SS')"; + } else { + $sql .= $conn->sysTimeStamp; + } + $sql .= " FROM $table"; + + $rs = $conn->SelectLimit($sql, 1); + if ($rs && !$rs->EOF) { + $dbts = reset($rs->fields); + $rs->Close(); + $dbt = $conn->UnixTimeStamp($dbts); + $t = time(); + + if (abs($dbt - $t) >= $sync_seconds) { + $msg = __FILE__ . + ": Server time for webserver {$_SERVER['HTTP_HOST']} not in synch with database: " . + " database=$dbt ($dbts), webserver=$t (diff=". (abs($dbt - $t) / 60) . ' minutes)'; + error_log($msg); + if ($debug) { + ADOConnection::outp("

    $msg

    "); + } + } + } + } + + return true; + } +} + +ADODB_Session::_init(); +if (empty($ADODB_SESSION_READONLY)) + register_shutdown_function('session_write_close'); + +// for backwards compatability only +function adodb_sess_open($save_path, $session_name, $persist = true) { + return ADODB_Session::open($save_path, $session_name, $persist); +} + +// for backwards compatability only +function adodb_sess_gc($t) +{ + return ADODB_Session::gc($t); +} + +?> diff --git a/e_lib/adodb5/session/adodb-session2.php b/e_lib/adodb5/session/adodb-session2.php new file mode 100644 index 00000000..c564f4b4 --- /dev/null +++ b/e_lib/adodb5/session/adodb-session2.php @@ -0,0 +1,945 @@ +Execute('UPDATE '. ADODB_Session::table(). ' SET sesskey='. $conn->qstr($new_id). ' WHERE sesskey='.$conn->qstr($old_id)); + + /* it is possible that the update statement fails due to a collision */ + if (!$ok) { + session_id($old_id); + if (empty($ck)) $ck = session_get_cookie_params(); + setcookie(session_name(), session_id(), false, $ck['path'], $ck['domain'], $ck['secure']); + return false; + } + + return true; +} + +/* + Generate database table for session data + @see http://phplens.com/lens/lensforum/msgs.php?id=12280 + @return 0 if failure, 1 if errors, 2 if successful. + @author Markus Staab http://www.public-4u.de +*/ +function adodb_session_create_table($schemaFile=null,$conn = null) +{ + // set default values + if ($schemaFile===null) $schemaFile = ADODB_SESSION . '/session_schema2.xml'; + if ($conn===null) $conn = ADODB_Session::_conn(); + + if (!$conn) return 0; + + $schema = new adoSchema($conn); + $schema->ParseSchema($schemaFile); + return $schema->ExecuteSchema(); +} + +/*! + \static +*/ +class ADODB_Session { + ///////////////////// + // getter/setter methods + ///////////////////// + + /* + + function Lock($lock=null) + { + static $_lock = false; + + if (!is_null($lock)) $_lock = $lock; + return $lock; + } + */ + /*! + */ + static function driver($driver = null) + { + static $_driver = 'mysql'; + static $set = false; + + if (!is_null($driver)) { + $_driver = trim($driver); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_DRIVER'])) { + return $GLOBALS['ADODB_SESSION_DRIVER']; + } + } + + return $_driver; + } + + /*! + */ + static function host($host = null) { + static $_host = 'localhost'; + static $set = false; + + if (!is_null($host)) { + $_host = trim($host); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_CONNECT'])) { + return $GLOBALS['ADODB_SESSION_CONNECT']; + } + } + + return $_host; + } + + /*! + */ + static function user($user = null) + { + static $_user = 'root'; + static $set = false; + + if (!is_null($user)) { + $_user = trim($user); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_USER'])) { + return $GLOBALS['ADODB_SESSION_USER']; + } + } + + return $_user; + } + + /*! + */ + static function password($password = null) + { + static $_password = ''; + static $set = false; + + if (!is_null($password)) { + $_password = $password; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_PWD'])) { + return $GLOBALS['ADODB_SESSION_PWD']; + } + } + + return $_password; + } + + /*! + */ + static function database($database = null) + { + static $_database = ''; + static $set = false; + + if (!is_null($database)) { + $_database = trim($database); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_DB'])) { + return $GLOBALS['ADODB_SESSION_DB']; + } + } + return $_database; + } + + /*! + */ + static function persist($persist = null) + { + static $_persist = true; + + if (!is_null($persist)) { + $_persist = trim($persist); + } + + return $_persist; + } + + /*! + */ + static function lifetime($lifetime = null) + { + static $_lifetime; + static $set = false; + + if (!is_null($lifetime)) { + $_lifetime = (int) $lifetime; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESS_LIFE'])) { + return $GLOBALS['ADODB_SESS_LIFE']; + } + } + if (!$_lifetime) { + $_lifetime = ini_get('session.gc_maxlifetime'); + if ($_lifetime <= 1) { + // bug in PHP 4.0.3 pl 1 -- how about other versions? + //print "

    Session Error: PHP.INI setting session.gc_maxlifetimenot set: $lifetime

    "; + $_lifetime = 1440; + } + } + + return $_lifetime; + } + + /*! + */ + static function debug($debug = null) + { + static $_debug = false; + static $set = false; + + if (!is_null($debug)) { + $_debug = (bool) $debug; + + $conn = ADODB_Session::_conn(); + if ($conn) { + #$conn->debug = $_debug; + } + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESS_DEBUG'])) { + return $GLOBALS['ADODB_SESS_DEBUG']; + } + } + + return $_debug; + } + + /*! + */ + static function expireNotify($expire_notify = null) + { + static $_expire_notify; + static $set = false; + + if (!is_null($expire_notify)) { + $_expire_notify = $expire_notify; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_EXPIRE_NOTIFY'])) { + return $GLOBALS['ADODB_SESSION_EXPIRE_NOTIFY']; + } + } + + return $_expire_notify; + } + + /*! + */ + static function table($table = null) + { + static $_table = 'sessions2'; + static $set = false; + + if (!is_null($table)) { + $_table = trim($table); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_TBL'])) { + return $GLOBALS['ADODB_SESSION_TBL']; + } + } + + return $_table; + } + + /*! + */ + static function optimize($optimize = null) + { + static $_optimize = false; + static $set = false; + + if (!is_null($optimize)) { + $_optimize = (bool) $optimize; + $set = true; + } elseif (!$set) { + // backwards compatibility + if (defined('ADODB_SESSION_OPTIMIZE')) { + return true; + } + } + + return $_optimize; + } + + /*! + */ + static function syncSeconds($sync_seconds = null) { + //echo ("

    WARNING: ADODB_SESSION::syncSeconds is longer used, please remove this function for your code

    "); + + return 0; + } + + /*! + */ + static function clob($clob = null) { + static $_clob = false; + static $set = false; + + if (!is_null($clob)) { + $_clob = strtolower(trim($clob)); + $set = true; + } elseif (!$set) { + // backwards compatibility + if (isset($GLOBALS['ADODB_SESSION_USE_LOBS'])) { + return $GLOBALS['ADODB_SESSION_USE_LOBS']; + } + } + + return $_clob; + } + + /*! + */ + static function dataFieldName($data_field_name = null) { + //echo ("

    WARNING: ADODB_SESSION::dataFieldName() is longer used, please remove this function for your code

    "); + return ''; + } + + /*! + */ + static function filter($filter = null) { + static $_filter = array(); + + if (!is_null($filter)) { + if (!is_array($filter)) { + $filter = array($filter); + } + $_filter = $filter; + } + + return $_filter; + } + + /*! + */ + static function encryptionKey($encryption_key = null) { + static $_encryption_key = 'CRYPTED ADODB SESSIONS ROCK!'; + + if (!is_null($encryption_key)) { + $_encryption_key = $encryption_key; + } + + return $_encryption_key; + } + + ///////////////////// + // private methods + ///////////////////// + + /*! + */ + static function _conn($conn=null) { + return isset($GLOBALS['ADODB_SESS_CONN']) ? $GLOBALS['ADODB_SESS_CONN'] : false; + } + + /*! + */ + static function _crc($crc = null) { + static $_crc = false; + + if (!is_null($crc)) { + $_crc = $crc; + } + + return $_crc; + } + + /*! + */ + static function _init() { + session_module_name('user'); + session_set_save_handler( + array('ADODB_Session', 'open'), + array('ADODB_Session', 'close'), + array('ADODB_Session', 'read'), + array('ADODB_Session', 'write'), + array('ADODB_Session', 'destroy'), + array('ADODB_Session', 'gc') + ); + } + + + /*! + */ + static function _sessionKey() { + // use this function to create the encryption key for crypted sessions + // crypt the used key, ADODB_Session::encryptionKey() as key and session_id() as salt + return crypt(ADODB_Session::encryptionKey(), session_id()); + } + + /*! + */ + static function _dumprs(&$rs) { + $conn = ADODB_Session::_conn(); + $debug = ADODB_Session::debug(); + + if (!$conn) { + return; + } + + if (!$debug) { + return; + } + + if (!$rs) { + echo "
    \$rs is null or false
    \n"; + return; + } + + //echo "
    \nAffected_Rows=",$conn->Affected_Rows(),"
    \n"; + + if (!is_object($rs)) { + return; + } + $rs = $conn->_rs2rs($rs); + + require_once ADODB_SESSION.'/../tohtml.inc.php'; + rs2html($rs); + $rs->MoveFirst(); + } + + ///////////////////// + // public methods + ///////////////////// + + static function config($driver, $host, $user, $password, $database=false,$options=false) + { + ADODB_Session::driver($driver); + ADODB_Session::host($host); + ADODB_Session::user($user); + ADODB_Session::password($password); + ADODB_Session::database($database); + + if ($driver == 'oci8' || $driver == 'oci8po') $options['lob'] = 'CLOB'; + + if (isset($options['table'])) ADODB_Session::table($options['table']); + if (isset($options['lob'])) ADODB_Session::clob($options['lob']); + if (isset($options['debug'])) ADODB_Session::debug($options['debug']); + } + + /*! + Create the connection to the database. + + If $conn already exists, reuse that connection + */ + static function open($save_path, $session_name, $persist = null) + { + $conn = ADODB_Session::_conn(); + + if ($conn) { + return true; + } + + $database = ADODB_Session::database(); + $debug = ADODB_Session::debug(); + $driver = ADODB_Session::driver(); + $host = ADODB_Session::host(); + $password = ADODB_Session::password(); + $user = ADODB_Session::user(); + + if (!is_null($persist)) { + ADODB_Session::persist($persist); + } else { + $persist = ADODB_Session::persist(); + } + +# these can all be defaulted to in php.ini +# assert('$database'); +# assert('$driver'); +# assert('$host'); + + $conn = ADONewConnection($driver); + + if ($debug) { + $conn->debug = true; + ADOConnection::outp( " driver=$driver user=$user db=$database "); + } + + if ($persist) { + switch($persist) { + default: + case 'P': $ok = $conn->PConnect($host, $user, $password, $database); break; + case 'C': $ok = $conn->Connect($host, $user, $password, $database); break; + case 'N': $ok = $conn->NConnect($host, $user, $password, $database); break; + } + } else { + $ok = $conn->Connect($host, $user, $password, $database); + } + + if ($ok) $GLOBALS['ADODB_SESS_CONN'] = $conn; + else + ADOConnection::outp('

    Session: connection failed

    ', false); + + + return $ok; + } + + /*! + Close the connection + */ + static function close() + { +/* + $conn = ADODB_Session::_conn(); + if ($conn) $conn->Close(); +*/ + return true; + } + + /* + Slurp in the session variables and return the serialized string + */ + static function read($key) + { + $conn = ADODB_Session::_conn(); + $filter = ADODB_Session::filter(); + $table = ADODB_Session::table(); + + if (!$conn) { + return ''; + } + + //assert('$table'); + + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + $sql = "SELECT sessdata FROM $table WHERE sesskey = $binary ".$conn->Param(0)." AND expiry >= " . $conn->sysTimeStamp; + /* Lock code does not work as it needs to hold transaction within whole page, and we don't know if + developer has commited elsewhere... :( + */ + #if (ADODB_Session::Lock()) + # $rs = $conn->RowLock($table, "$binary sesskey = $qkey AND expiry >= " . time(), sessdata); + #else + $rs = $conn->Execute($sql, array($key)); + //ADODB_Session::_dumprs($rs); + if ($rs) { + if ($rs->EOF) { + $v = ''; + } else { + $v = reset($rs->fields); + $filter = array_reverse($filter); + foreach ($filter as $f) { + if (is_object($f)) { + $v = $f->read($v, ADODB_Session::_sessionKey()); + } + } + $v = rawurldecode($v); + } + + $rs->Close(); + + ADODB_Session::_crc(strlen($v) . crc32($v)); + return $v; + } + + return ''; + } + + /*! + Write the serialized data to a database. + + If the data has not been modified since the last read(), we do not write. + */ + static function write($key, $oval) + { + global $ADODB_SESSION_READONLY; + + if (!empty($ADODB_SESSION_READONLY)) return; + + $clob = ADODB_Session::clob(); + $conn = ADODB_Session::_conn(); + $crc = ADODB_Session::_crc(); + $debug = ADODB_Session::debug(); + $driver = ADODB_Session::driver(); + $expire_notify = ADODB_Session::expireNotify(); + $filter = ADODB_Session::filter(); + $lifetime = ADODB_Session::lifetime(); + $table = ADODB_Session::table(); + + if (!$conn) { + return false; + } + if ($debug) $conn->debug = 1; + $sysTimeStamp = $conn->sysTimeStamp; + + //assert('$table'); + + $expiry = $conn->OffsetDate($lifetime/(24*3600),$sysTimeStamp); + + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + // crc32 optimization since adodb 2.1 + // now we only update expiry date, thx to sebastian thom in adodb 2.32 + if ($crc !== false && $crc == (strlen($oval) . crc32($oval))) { + if ($debug) { + echo '

    Session: Only updating date - crc32 not changed

    '; + } + + $expirevar = ''; + if ($expire_notify) { + $var = reset($expire_notify); + global $$var; + if (isset($$var)) { + $expirevar = $$var; + } + } + + + $sql = "UPDATE $table SET expiry = $expiry ,expireref=".$conn->Param('0').", modified = $sysTimeStamp WHERE $binary sesskey = ".$conn->Param('1')." AND expiry >= $sysTimeStamp"; + $rs = $conn->Execute($sql,array($expirevar,$key)); + return true; + } + $val = rawurlencode($oval); + foreach ($filter as $f) { + if (is_object($f)) { + $val = $f->write($val, ADODB_Session::_sessionKey()); + } + } + + $expireref = ''; + if ($expire_notify) { + $var = reset($expire_notify); + global $$var; + if (isset($$var)) { + $expireref = $$var; + } + } + + if (!$clob) { // no lobs, simply use replace() + $rs = $conn->Execute("SELECT COUNT(*) AS cnt FROM $table WHERE $binary sesskey = ".$conn->Param(0),array($key)); + if ($rs) $rs->Close(); + + if ($rs && reset($rs->fields) > 0) { + $sql = "UPDATE $table SET expiry=$expiry, sessdata=".$conn->Param(0).", expireref= ".$conn->Param(1).",modified=$sysTimeStamp WHERE sesskey = ".$conn->Param('2'); + + } else { + $sql = "INSERT INTO $table (expiry, sessdata, expireref, sesskey, created, modified) + VALUES ($expiry,".$conn->Param('0').", ". $conn->Param('1').", ".$conn->Param('2').", $sysTimeStamp, $sysTimeStamp)"; + } + + + $rs = $conn->Execute($sql,array($val,$expireref,$key)); + + } else { + // what value shall we insert/update for lob row? + switch ($driver) { + // empty_clob or empty_lob for oracle dbs + case 'oracle': + case 'oci8': + case 'oci8po': + case 'oci805': + $lob_value = sprintf('empty_%s()', strtolower($clob)); + break; + + // null for all other + default: + $lob_value = 'null'; + break; + } + + $conn->StartTrans(); + + $rs = $conn->Execute("SELECT COUNT(*) AS cnt FROM $table WHERE $binary sesskey = ".$conn->Param(0),array($key)); + if ($rs) $rs->Close(); + + if ($rs && reset($rs->fields) > 0) { + $sql = "UPDATE $table SET expiry=$expiry, sessdata=$lob_value, expireref= ".$conn->Param(0).",modified=$sysTimeStamp WHERE sesskey = ".$conn->Param('1'); + + } else { + $sql = "INSERT INTO $table (expiry, sessdata, expireref, sesskey, created, modified) + VALUES ($expiry,$lob_value, ". $conn->Param('0').", ".$conn->Param('1').", $sysTimeStamp, $sysTimeStamp)"; + } + + $rs = $conn->Execute($sql,array($expireref,$key)); + + $qkey = $conn->qstr($key); + $rs2 = $conn->UpdateBlob($table, 'sessdata', $val, " sesskey=$qkey", strtoupper($clob)); + if ($debug) echo "
    ",htmlspecialchars($oval), "
    "; + $rs = @$conn->CompleteTrans(); + + + } + + if (!$rs) { + ADOConnection::outp('

    Session Replace: ' . $conn->ErrorMsg() . '

    ', false); + return false; + } else { + // bug in access driver (could be odbc?) means that info is not committed + // properly unless select statement executed in Win2000 + if ($conn->databaseType == 'access') { + $sql = "SELECT sesskey FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + if ($rs) { + $rs->Close(); + } + } + }/* + if (ADODB_Session::Lock()) { + $conn->CommitTrans(); + }*/ + return $rs ? true : false; + } + + /*! + */ + static function destroy($key) { + $conn = ADODB_Session::_conn(); + $table = ADODB_Session::table(); + $expire_notify = ADODB_Session::expireNotify(); + + if (!$conn) { + return false; + } + $debug = ADODB_Session::debug(); + if ($debug) $conn->debug = 1; + //assert('$table'); + + $qkey = $conn->quote($key); + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + if ($expire_notify) { + reset($expire_notify); + $fn = next($expire_notify); + $savem = $conn->SetFetchMode(ADODB_FETCH_NUM); + $sql = "SELECT expireref, sesskey FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + ADODB_Session::_dumprs($rs); + $conn->SetFetchMode($savem); + if (!$rs) { + return false; + } + if (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + //assert('$ref'); + //assert('$key'); + $fn($ref, $key); + } + $rs->Close(); + } + + $sql = "DELETE FROM $table WHERE $binary sesskey = $qkey"; + $rs = $conn->Execute($sql); + if ($rs) { + $rs->Close(); + } + + return $rs ? true : false; + } + + /*! + */ + static function gc($maxlifetime) + { + $conn = ADODB_Session::_conn(); + $debug = ADODB_Session::debug(); + $expire_notify = ADODB_Session::expireNotify(); + $optimize = ADODB_Session::optimize(); + $table = ADODB_Session::table(); + + if (!$conn) { + return false; + } + + + $debug = ADODB_Session::debug(); + if ($debug) { + $conn->debug = 1; + $COMMITNUM = 2; + } else { + $COMMITNUM = 20; + } + + //assert('$table'); + + $time = $conn->OffsetDate(-$maxlifetime/24/3600,$conn->sysTimeStamp); + $binary = $conn->dataProvider === 'mysql' ? '/*! BINARY */' : ''; + + if ($expire_notify) { + reset($expire_notify); + $fn = next($expire_notify); + } else { + $fn = false; + } + + $savem = $conn->SetFetchMode(ADODB_FETCH_NUM); + $sql = "SELECT expireref, sesskey FROM $table WHERE expiry < $time ORDER BY 2"; # add order by to prevent deadlock + $rs = $conn->SelectLimit($sql,1000); + ADODB_Session::_dumprs($rs); + if ($debug) $conn->SetFetchMode($savem); + if ($rs) { + $tr = $conn->hasTransactions; + if ($tr) $conn->BeginTrans(); + $keys = array(); + $ccnt = 0; + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + if ($fn) $fn($ref, $key); + $del = $conn->Execute("DELETE FROM $table WHERE sesskey=".$conn->Param('0'),array($key)); + $rs->MoveNext(); + $ccnt += 1; + if ($tr && $ccnt % $COMMITNUM == 0) { + if ($debug) echo "Commit
    \n"; + $conn->CommitTrans(); + $conn->BeginTrans(); + } + } + $rs->Close(); + + if ($tr) $conn->CommitTrans(); + } + + + // suggested by Cameron, "GaM3R" + if ($optimize) { + $driver = ADODB_Session::driver(); + + if (preg_match('/mysql/i', $driver)) { + $sql = "OPTIMIZE TABLE $table"; + } + if (preg_match('/postgres/i', $driver)) { + $sql = "VACUUM $table"; + } + if (!empty($sql)) { + $conn->Execute($sql); + } + } + + + return true; + } +} + +ADODB_Session::_init(); +if (empty($ADODB_SESSION_READONLY)) + register_shutdown_function('session_write_close'); + +// for backwards compatability only +function adodb_sess_open($save_path, $session_name, $persist = true) { + return ADODB_Session::open($save_path, $session_name, $persist); +} + +// for backwards compatability only +function adodb_sess_gc($t) +{ + return ADODB_Session::gc($t); +} + +?> diff --git a/e_lib/adodb5/session/adodb-sessions.mysql.sql b/e_lib/adodb5/session/adodb-sessions.mysql.sql new file mode 100644 index 00000000..f90de449 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.mysql.sql @@ -0,0 +1,16 @@ +-- $CVSHeader$ + +CREATE DATABASE /*! IF NOT EXISTS */ adodb_sessions; + +USE adodb_sessions; + +DROP TABLE /*! IF EXISTS */ sessions; + +CREATE TABLE /*! IF NOT EXISTS */ sessions ( + sesskey CHAR(32) /*! BINARY */ NOT NULL DEFAULT '', + expiry INT(11) /*! UNSIGNED */ NOT NULL DEFAULT 0, + expireref VARCHAR(64) DEFAULT '', + data LONGTEXT DEFAULT '', + PRIMARY KEY (sesskey), + INDEX expiry (expiry) +); diff --git a/e_lib/adodb5/session/adodb-sessions.mysql.sql.orig b/e_lib/adodb5/session/adodb-sessions.mysql.sql.orig new file mode 100644 index 00000000..f90de449 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.mysql.sql.orig @@ -0,0 +1,16 @@ +-- $CVSHeader$ + +CREATE DATABASE /*! IF NOT EXISTS */ adodb_sessions; + +USE adodb_sessions; + +DROP TABLE /*! IF EXISTS */ sessions; + +CREATE TABLE /*! IF NOT EXISTS */ sessions ( + sesskey CHAR(32) /*! BINARY */ NOT NULL DEFAULT '', + expiry INT(11) /*! UNSIGNED */ NOT NULL DEFAULT 0, + expireref VARCHAR(64) DEFAULT '', + data LONGTEXT DEFAULT '', + PRIMARY KEY (sesskey), + INDEX expiry (expiry) +); diff --git a/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql b/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql new file mode 100644 index 00000000..c5c4f2d0 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql @@ -0,0 +1,15 @@ +-- $CVSHeader$ + +DROP TABLE adodb_sessions; + +CREATE TABLE sessions ( + sesskey CHAR(32) DEFAULT '' NOT NULL, + expiry INT DEFAULT 0 NOT NULL, + expireref VARCHAR(64) DEFAULT '', + data CLOB DEFAULT '', + PRIMARY KEY (sesskey) +); + +CREATE INDEX ix_expiry ON sessions (expiry); + +QUIT; diff --git a/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql.orig b/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql.orig new file mode 100644 index 00000000..c5c4f2d0 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.oracle.clob.sql.orig @@ -0,0 +1,15 @@ +-- $CVSHeader$ + +DROP TABLE adodb_sessions; + +CREATE TABLE sessions ( + sesskey CHAR(32) DEFAULT '' NOT NULL, + expiry INT DEFAULT 0 NOT NULL, + expireref VARCHAR(64) DEFAULT '', + data CLOB DEFAULT '', + PRIMARY KEY (sesskey) +); + +CREATE INDEX ix_expiry ON sessions (expiry); + +QUIT; diff --git a/e_lib/adodb5/session/adodb-sessions.oracle.sql b/e_lib/adodb5/session/adodb-sessions.oracle.sql new file mode 100644 index 00000000..8fd5a342 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.oracle.sql @@ -0,0 +1,16 @@ +-- $CVSHeader$ + +DROP TABLE adodb_sessions; + +CREATE TABLE sessions ( + sesskey CHAR(32) DEFAULT '' NOT NULL, + expiry INT DEFAULT 0 NOT NULL, + expireref VARCHAR(64) DEFAULT '', + data VARCHAR(4000) DEFAULT '', + PRIMARY KEY (sesskey), + INDEX expiry (expiry) +); + +CREATE INDEX ix_expiry ON sessions (expiry); + +QUIT; diff --git a/e_lib/adodb5/session/adodb-sessions.oracle.sql.orig b/e_lib/adodb5/session/adodb-sessions.oracle.sql.orig new file mode 100644 index 00000000..8fd5a342 --- /dev/null +++ b/e_lib/adodb5/session/adodb-sessions.oracle.sql.orig @@ -0,0 +1,16 @@ +-- $CVSHeader$ + +DROP TABLE adodb_sessions; + +CREATE TABLE sessions ( + sesskey CHAR(32) DEFAULT '' NOT NULL, + expiry INT DEFAULT 0 NOT NULL, + expireref VARCHAR(64) DEFAULT '', + data VARCHAR(4000) DEFAULT '', + PRIMARY KEY (sesskey), + INDEX expiry (expiry) +); + +CREATE INDEX ix_expiry ON sessions (expiry); + +QUIT; diff --git a/e_lib/adodb5/session/crypt.inc.php b/e_lib/adodb5/session/crypt.inc.php new file mode 100644 index 00000000..0fcff1f6 --- /dev/null +++ b/e_lib/adodb5/session/crypt.inc.php @@ -0,0 +1,161 @@ + +class MD5Crypt{ + function keyED($txt,$encrypt_key) + { + $encrypt_key = md5($encrypt_key); + $ctr=0; + $tmp = ""; + for ($i=0;$ikeyED($tmp,$key)); + } + + function Decrypt($txt,$key) + { + $txt = $this->keyED(base64_decode($txt),$key); + $tmp = ""; + for ($i=0;$i= 58 && $randnumber <= 64) || ($randnumber >= 91 && $randnumber <= 96)) + { + $randnumber = rand(48,120); + } + + $randomPassword .= chr($randnumber); + } + return $randomPassword; + } + +} + + +class SHA1Crypt{ + + function keyED($txt,$encrypt_key) + { + + $encrypt_key = sha1($encrypt_key); + $ctr=0; + $tmp = ""; + + for ($i=0;$ikeyED($tmp,$key)); + + } + + + + function Decrypt($txt,$key) + { + + $txt = $this->keyED(base64_decode($txt),$key); + + $tmp = ""; + + for ($i=0;$i= 58 && $randnumber <= 64) || ($randnumber >= 91 && $randnumber <= 96)) + { + $randnumber = rand(48,120); + } + + $randomPassword .= chr($randnumber); + } + + return $randomPassword; + + } + + + +} +?> diff --git a/e_lib/adodb5/session/old/adodb-cryptsession.php b/e_lib/adodb5/session/old/adodb-cryptsession.php new file mode 100644 index 00000000..ee5b627c --- /dev/null +++ b/e_lib/adodb5/session/old/adodb-cryptsession.php @@ -0,0 +1,324 @@ + + + Set tabs to 4 for best viewing. + + Latest version of ADODB is available at http://php.weblogs.com/adodb + ====================================================================== + + This file provides PHP4 session management using the ADODB database +wrapper library. + + Example + ======= + + include('adodb.inc.php'); + #---------------------------------# + include('adodb-cryptsession.php'); + #---------------------------------# + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + print " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    "; + + + Installation + ============ + 1. Create a new database in MySQL or Access "sessions" like +so: + + create table sessions ( + SESSKEY char(32) not null, + EXPIRY int(11) unsigned not null, + EXPIREREF varchar(64), + DATA CLOB, + primary key (sesskey) + ); + + 2. Then define the following parameters. You can either modify + this file, or define them before this file is included: + + $ADODB_SESSION_DRIVER='database driver, eg. mysql or ibase'; + $ADODB_SESSION_CONNECT='server to connect to'; + $ADODB_SESSION_USER ='user'; + $ADODB_SESSION_PWD ='password'; + $ADODB_SESSION_DB ='database'; + $ADODB_SESSION_TBL = 'sessions' + + 3. Recommended is PHP 4.0.2 or later. There are documented +session bugs in earlier versions of PHP. + +*/ + + +include_once('crypt.inc.php'); + +if (!defined('_ADODB_LAYER')) { + include (dirname(__FILE__).'/adodb.inc.php'); +} + + /* if database time and system time is difference is greater than this, then give warning */ + define('ADODB_SESSION_SYNCH_SECS',60); + +if (!defined('ADODB_SESSION')) { + + define('ADODB_SESSION',1); + +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_CONN, + $ADODB_SESS_LIFE, + $ADODB_SESS_DEBUG, + $ADODB_SESS_INSERT, + $ADODB_SESSION_EXPIRE_NOTIFY, + $ADODB_SESSION_TBL; + + //$ADODB_SESS_DEBUG = true; + + /* SET THE FOLLOWING PARAMETERS */ +if (empty($ADODB_SESSION_DRIVER)) { + $ADODB_SESSION_DRIVER='mysql'; + $ADODB_SESSION_CONNECT='localhost'; + $ADODB_SESSION_USER ='root'; + $ADODB_SESSION_PWD =''; + $ADODB_SESSION_DB ='xphplens_2'; +} + +if (empty($ADODB_SESSION_TBL)){ + $ADODB_SESSION_TBL = 'sessions'; +} + +if (empty($ADODB_SESSION_EXPIRE_NOTIFY)) { + $ADODB_SESSION_EXPIRE_NOTIFY = false; +} + +function ADODB_Session_Key() +{ +$ADODB_CRYPT_KEY = 'CRYPTED ADODB SESSIONS ROCK!'; + + /* USE THIS FUNCTION TO CREATE THE ENCRYPTION KEY FOR CRYPTED SESSIONS */ + /* Crypt the used key, $ADODB_CRYPT_KEY as key and session_ID as SALT */ + return crypt($ADODB_CRYPT_KEY, session_ID()); +} + +$ADODB_SESS_LIFE = ini_get('session.gc_maxlifetime'); +if ($ADODB_SESS_LIFE <= 1) { + // bug in PHP 4.0.3 pl 1 -- how about other versions? + //print "

    Session Error: PHP.INI setting session.gc_maxlifetimenot set: $ADODB_SESS_LIFE

    "; + $ADODB_SESS_LIFE=1440; +} + +function adodb_sess_open($save_path, $session_name) +{ +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_CONN, + $ADODB_SESS_DEBUG; + + $ADODB_SESS_INSERT = false; + + if (isset($ADODB_SESS_CONN)) return true; + + $ADODB_SESS_CONN = ADONewConnection($ADODB_SESSION_DRIVER); + if (!empty($ADODB_SESS_DEBUG)) { + $ADODB_SESS_CONN->debug = true; + print" conn=$ADODB_SESSION_CONNECT user=$ADODB_SESSION_USER pwd=$ADODB_SESSION_PWD db=$ADODB_SESSION_DB "; + } + return $ADODB_SESS_CONN->PConnect($ADODB_SESSION_CONNECT, + $ADODB_SESSION_USER,$ADODB_SESSION_PWD,$ADODB_SESSION_DB); + +} + +function adodb_sess_close() +{ +global $ADODB_SESS_CONN; + + if ($ADODB_SESS_CONN) $ADODB_SESS_CONN->Close(); + return true; +} + +function adodb_sess_read($key) +{ +$Crypt = new MD5Crypt; +global $ADODB_SESS_CONN,$ADODB_SESS_INSERT,$ADODB_SESSION_TBL; + $rs = $ADODB_SESS_CONN->Execute("SELECT data FROM $ADODB_SESSION_TBL WHERE sesskey = '$key' AND expiry >= " . time()); + if ($rs) { + if ($rs->EOF) { + $ADODB_SESS_INSERT = true; + $v = ''; + } else { + // Decrypt session data + $v = rawurldecode($Crypt->Decrypt(reset($rs->fields), ADODB_Session_Key())); + } + $rs->Close(); + return $v; + } + else $ADODB_SESS_INSERT = true; + + return ''; +} + +function adodb_sess_write($key, $val) +{ +$Crypt = new MD5Crypt; + global $ADODB_SESS_INSERT,$ADODB_SESS_CONN, $ADODB_SESS_LIFE, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + $expiry = time() + $ADODB_SESS_LIFE; + + // encrypt session data.. + $val = $Crypt->Encrypt(rawurlencode($val), ADODB_Session_Key()); + + $arr = array('sesskey' => $key, 'expiry' => $expiry, 'data' => $val); + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + $var = reset($ADODB_SESSION_EXPIRE_NOTIFY); + global $$var; + $arr['expireref'] = $$var; + } + $rs = $ADODB_SESS_CONN->Replace($ADODB_SESSION_TBL, + $arr, + 'sesskey',$autoQuote = true); + + if (!$rs) { + ADOConnection::outp( ' +-- Session Replace: '.$ADODB_SESS_CONN->ErrorMsg().'

    ',false); + } else { + // bug in access driver (could be odbc?) means that info is not commited + // properly unless select statement executed in Win2000 + + if ($ADODB_SESS_CONN->databaseType == 'access') $rs = $ADODB_SESS_CONN->Execute("select sesskey from $ADODB_SESSION_TBL WHERE sesskey='$key'"); + } + return isset($rs); +} + +function adodb_sess_destroy($key) +{ + global $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + $del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $ADODB_SESS_CONN->CommitTrans(); + } + } else { + $qry = "DELETE FROM $ADODB_SESSION_TBL WHERE sesskey = '$key'"; + $rs = $ADODB_SESS_CONN->Execute($qry); + } + return $rs ? true : false; +} + + +function adodb_sess_gc($maxlifetime) { + global $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY,$ADODB_SESS_DEBUG; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $t = time(); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE expiry < $t"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + //$del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $rs->Close(); + + $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE expiry < $t"); + $ADODB_SESS_CONN->CommitTrans(); + } + } else { + $qry = "DELETE FROM $ADODB_SESSION_TBL WHERE expiry < " . time(); + $ADODB_SESS_CONN->Execute($qry); + } + + // suggested by Cameron, "GaM3R" + if (defined('ADODB_SESSION_OPTIMIZE')) + { + global $ADODB_SESSION_DRIVER; + + switch( $ADODB_SESSION_DRIVER ) { + case 'mysql': + case 'mysqlt': + $opt_qry = 'OPTIMIZE TABLE '.$ADODB_SESSION_TBL; + break; + case 'postgresql': + case 'postgresql7': + $opt_qry = 'VACUUM '.$ADODB_SESSION_TBL; + break; + } + } + + if ($ADODB_SESS_CONN->dataProvider === 'oci8') $sql = 'select TO_CHAR('.($ADODB_SESS_CONN->sysTimeStamp).', \'RRRR-MM-DD HH24:MI:SS\') from '. $ADODB_SESSION_TBL; + else $sql = 'select '.$ADODB_SESS_CONN->sysTimeStamp.' from '. $ADODB_SESSION_TBL; + + $rs = $ADODB_SESS_CONN->SelectLimit($sql,1); + if ($rs && !$rs->EOF) { + + $dbts = reset($rs->fields); + $rs->Close(); + $dbt = $ADODB_SESS_CONN->UnixTimeStamp($dbts); + $t = time(); + if (abs($dbt - $t) >= ADODB_SESSION_SYNCH_SECS) { + $msg = + __FILE__.": Server time for webserver {$_SERVER['HTTP_HOST']} not in synch with database: database=$dbt ($dbts), webserver=$t (diff=".(abs($dbt-$t)/3600)." hrs)"; + error_log($msg); + if ($ADODB_SESS_DEBUG) ADOConnection::outp(" +-- $msg

    "); + } + } + + return true; +} + +session_module_name('user'); +session_set_save_handler( + "adodb_sess_open", + "adodb_sess_close", + "adodb_sess_read", + "adodb_sess_write", + "adodb_sess_destroy", + "adodb_sess_gc"); +} + +/* TEST SCRIPT -- UNCOMMENT */ +/* +if (0) { + + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + print " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    "; +} +*/ +?> diff --git a/e_lib/adodb5/session/old/adodb-session-clob.php b/e_lib/adodb5/session/old/adodb-session-clob.php new file mode 100644 index 00000000..6b8572de --- /dev/null +++ b/e_lib/adodb5/session/old/adodb-session-clob.php @@ -0,0 +1,448 @@ +"; + +To force non-persistent connections, call adodb_session_open first before session_start(): + + include('adodb.inc.php'); + include('adodb-session.php'); + adodb_session_open(false,false,false); + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + print " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    "; + + + Installation + ============ + 1. Create this table in your database (syntax might vary depending on your db): + + create table sessions ( + SESSKEY char(32) not null, + EXPIRY int(11) unsigned not null, + EXPIREREF varchar(64), + DATA CLOB, + primary key (sesskey) + ); + + + 2. Then define the following parameters in this file: + $ADODB_SESSION_DRIVER='database driver, eg. mysql or ibase'; + $ADODB_SESSION_CONNECT='server to connect to'; + $ADODB_SESSION_USER ='user'; + $ADODB_SESSION_PWD ='password'; + $ADODB_SESSION_DB ='database'; + $ADODB_SESSION_TBL = 'sessions' + $ADODB_SESSION_USE_LOBS = false; (or, if you wanna use CLOBS (= 'CLOB') or ( = 'BLOB') + + 3. Recommended is PHP 4.1.0 or later. There are documented + session bugs in earlier versions of PHP. + + 4. If you want to receive notifications when a session expires, then + you can tag a session with an EXPIREREF, and before the session + record is deleted, we can call a function that will pass the EXPIREREF + as the first parameter, and the session key as the second parameter. + + To do this, define a notification function, say NotifyFn: + + function NotifyFn($expireref, $sesskey) + { + } + + Then you need to define a global variable $ADODB_SESSION_EXPIRE_NOTIFY. + This is an array with 2 elements, the first being the name of the variable + you would like to store in the EXPIREREF field, and the 2nd is the + notification function's name. + + In this example, we want to be notified when a user's session + has expired, so we store the user id in the global variable $USERID, + store this value in the EXPIREREF field: + + $ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn'); + + Then when the NotifyFn is called, we are passed the $USERID as the first + parameter, eg. NotifyFn($userid, $sesskey). +*/ + +if (!defined('_ADODB_LAYER')) { + include (dirname(__FILE__).'/adodb.inc.php'); +} + +if (!defined('ADODB_SESSION')) { + + define('ADODB_SESSION',1); + + /* if database time and system time is difference is greater than this, then give warning */ + define('ADODB_SESSION_SYNCH_SECS',60); + +/****************************************************************************************\ + Global definitions +\****************************************************************************************/ +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_CONN, + $ADODB_SESS_LIFE, + $ADODB_SESS_DEBUG, + $ADODB_SESSION_EXPIRE_NOTIFY, + $ADODB_SESSION_CRC, + $ADODB_SESSION_USE_LOBS, + $ADODB_SESSION_TBL; + + if (!isset($ADODB_SESSION_USE_LOBS)) $ADODB_SESSION_USE_LOBS = 'CLOB'; + + $ADODB_SESS_LIFE = ini_get('session.gc_maxlifetime'); + if ($ADODB_SESS_LIFE <= 1) { + // bug in PHP 4.0.3 pl 1 -- how about other versions? + //print "

    Session Error: PHP.INI setting session.gc_maxlifetimenot set: $ADODB_SESS_LIFE

    "; + $ADODB_SESS_LIFE=1440; + } + $ADODB_SESSION_CRC = false; + //$ADODB_SESS_DEBUG = true; + + ////////////////////////////////// + /* SET THE FOLLOWING PARAMETERS */ + ////////////////////////////////// + + if (empty($ADODB_SESSION_DRIVER)) { + $ADODB_SESSION_DRIVER='mysql'; + $ADODB_SESSION_CONNECT='localhost'; + $ADODB_SESSION_USER ='root'; + $ADODB_SESSION_PWD =''; + $ADODB_SESSION_DB ='xphplens_2'; + } + + if (empty($ADODB_SESSION_EXPIRE_NOTIFY)) { + $ADODB_SESSION_EXPIRE_NOTIFY = false; + } + // Made table name configurable - by David Johnson djohnson@inpro.net + if (empty($ADODB_SESSION_TBL)){ + $ADODB_SESSION_TBL = 'sessions'; + } + + + // defaulting $ADODB_SESSION_USE_LOBS + if (!isset($ADODB_SESSION_USE_LOBS) || empty($ADODB_SESSION_USE_LOBS)) { + $ADODB_SESSION_USE_LOBS = false; + } + + /* + $ADODB_SESS['driver'] = $ADODB_SESSION_DRIVER; + $ADODB_SESS['connect'] = $ADODB_SESSION_CONNECT; + $ADODB_SESS['user'] = $ADODB_SESSION_USER; + $ADODB_SESS['pwd'] = $ADODB_SESSION_PWD; + $ADODB_SESS['db'] = $ADODB_SESSION_DB; + $ADODB_SESS['life'] = $ADODB_SESS_LIFE; + $ADODB_SESS['debug'] = $ADODB_SESS_DEBUG; + + $ADODB_SESS['debug'] = $ADODB_SESS_DEBUG; + $ADODB_SESS['table'] = $ADODB_SESS_TBL; + */ + +/****************************************************************************************\ + Create the connection to the database. + + If $ADODB_SESS_CONN already exists, reuse that connection +\****************************************************************************************/ +function adodb_sess_open($save_path, $session_name,$persist=true) +{ +GLOBAL $ADODB_SESS_CONN; + if (isset($ADODB_SESS_CONN)) return true; + +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_DEBUG; + + // cannot use & below - do not know why... + $ADODB_SESS_CONN = ADONewConnection($ADODB_SESSION_DRIVER); + if (!empty($ADODB_SESS_DEBUG)) { + $ADODB_SESS_CONN->debug = true; + ADOConnection::outp( " conn=$ADODB_SESSION_CONNECT user=$ADODB_SESSION_USER pwd=$ADODB_SESSION_PWD db=$ADODB_SESSION_DB "); + } + if ($persist) $ok = $ADODB_SESS_CONN->PConnect($ADODB_SESSION_CONNECT, + $ADODB_SESSION_USER,$ADODB_SESSION_PWD,$ADODB_SESSION_DB); + else $ok = $ADODB_SESS_CONN->Connect($ADODB_SESSION_CONNECT, + $ADODB_SESSION_USER,$ADODB_SESSION_PWD,$ADODB_SESSION_DB); + + if (!$ok) ADOConnection::outp( " +-- Session: connection failed

    ",false); +} + +/****************************************************************************************\ + Close the connection +\****************************************************************************************/ +function adodb_sess_close() +{ +global $ADODB_SESS_CONN; + + if ($ADODB_SESS_CONN) $ADODB_SESS_CONN->Close(); + return true; +} + +/****************************************************************************************\ + Slurp in the session variables and return the serialized string +\****************************************************************************************/ +function adodb_sess_read($key) +{ +global $ADODB_SESS_CONN,$ADODB_SESSION_TBL,$ADODB_SESSION_CRC; + + $rs = $ADODB_SESS_CONN->Execute("SELECT data FROM $ADODB_SESSION_TBL WHERE sesskey = '$key' AND expiry >= " . time()); + if ($rs) { + if ($rs->EOF) { + $v = ''; + } else + $v = rawurldecode(reset($rs->fields)); + + $rs->Close(); + + // new optimization adodb 2.1 + $ADODB_SESSION_CRC = strlen($v).crc32($v); + + return $v; + } + + return ''; // thx to Jorma Tuomainen, webmaster#wizactive.com +} + +/****************************************************************************************\ + Write the serialized data to a database. + + If the data has not been modified since adodb_sess_read(), we do not write. +\****************************************************************************************/ +function adodb_sess_write($key, $val) +{ + global + $ADODB_SESS_CONN, + $ADODB_SESS_LIFE, + $ADODB_SESSION_TBL, + $ADODB_SESS_DEBUG, + $ADODB_SESSION_CRC, + $ADODB_SESSION_EXPIRE_NOTIFY, + $ADODB_SESSION_DRIVER, // added + $ADODB_SESSION_USE_LOBS; // added + + $expiry = time() + $ADODB_SESS_LIFE; + + // crc32 optimization since adodb 2.1 + // now we only update expiry date, thx to sebastian thom in adodb 2.32 + if ($ADODB_SESSION_CRC !== false && $ADODB_SESSION_CRC == strlen($val).crc32($val)) { + if ($ADODB_SESS_DEBUG) echo " +-- Session: Only updating date - crc32 not changed

    "; + $qry = "UPDATE $ADODB_SESSION_TBL SET expiry=$expiry WHERE sesskey='$key' AND expiry >= " . time(); + $rs = $ADODB_SESS_CONN->Execute($qry); + return true; + } + $val = rawurlencode($val); + + $arr = array('sesskey' => $key, 'expiry' => $expiry, 'data' => $val); + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + $var = reset($ADODB_SESSION_EXPIRE_NOTIFY); + global $$var; + $arr['expireref'] = $$var; + } + + + if ($ADODB_SESSION_USE_LOBS === false) { // no lobs, simply use replace() + $rs = $ADODB_SESS_CONN->Replace($ADODB_SESSION_TBL,$arr, 'sesskey',$autoQuote = true); + if (!$rs) { + $err = $ADODB_SESS_CONN->ErrorMsg(); + } + } else { + // what value shall we insert/update for lob row? + switch ($ADODB_SESSION_DRIVER) { + // empty_clob or empty_lob for oracle dbs + case "oracle": + case "oci8": + case "oci8po": + case "oci805": + $lob_value = sprintf("empty_%s()", strtolower($ADODB_SESSION_USE_LOBS)); + break; + + // null for all other + default: + $lob_value = "null"; + break; + } + + // do we insert or update? => as for sesskey + $res = $ADODB_SESS_CONN->Execute("select count(*) as cnt from $ADODB_SESSION_TBL where sesskey = '$key'"); + if ($res && reset($res->fields) > 0) { + $qry = sprintf("update %s set expiry = %d, data = %s where sesskey = '%s'", $ADODB_SESSION_TBL, $expiry, $lob_value, $key); + } else { + // insert + $qry = sprintf("insert into %s (sesskey, expiry, data) values ('%s', %d, %s)", $ADODB_SESSION_TBL, $key, $expiry, $lob_value); + } + + $err = ""; + $rs1 = $ADODB_SESS_CONN->Execute($qry); + if (!$rs1) { + $err .= $ADODB_SESS_CONN->ErrorMsg()."\n"; + } + $rs2 = $ADODB_SESS_CONN->UpdateBlob($ADODB_SESSION_TBL, 'data', $val, "sesskey='$key'", strtoupper($ADODB_SESSION_USE_LOBS)); + if (!$rs2) { + $err .= $ADODB_SESS_CONN->ErrorMsg()."\n"; + } + $rs = ($rs1 && $rs2) ? true : false; + } + + if (!$rs) { + ADOConnection::outp( ' +-- Session Replace: '.nl2br($err).'

    ',false); + } else { + // bug in access driver (could be odbc?) means that info is not commited + // properly unless select statement executed in Win2000 + if ($ADODB_SESS_CONN->databaseType == 'access') + $rs = $ADODB_SESS_CONN->Execute("select sesskey from $ADODB_SESSION_TBL WHERE sesskey='$key'"); + } + return !empty($rs); +} + +function adodb_sess_destroy($key) +{ + global $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + $del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $ADODB_SESS_CONN->CommitTrans(); + } + } else { + $qry = "DELETE FROM $ADODB_SESSION_TBL WHERE sesskey = '$key'"; + $rs = $ADODB_SESS_CONN->Execute($qry); + } + return $rs ? true : false; +} + +function adodb_sess_gc($maxlifetime) +{ + global $ADODB_SESS_DEBUG, $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $t = time(); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE expiry < $t"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + $del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $rs->Close(); + + //$ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE expiry < $t"); + $ADODB_SESS_CONN->CommitTrans(); + + } + } else { + $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE expiry < " . time()); + + if ($ADODB_SESS_DEBUG) ADOConnection::outp(" +-- Garbage Collection: $qry

    "); + } + // suggested by Cameron, "GaM3R" + if (defined('ADODB_SESSION_OPTIMIZE')) { + global $ADODB_SESSION_DRIVER; + + switch( $ADODB_SESSION_DRIVER ) { + case 'mysql': + case 'mysqlt': + $opt_qry = 'OPTIMIZE TABLE '.$ADODB_SESSION_TBL; + break; + case 'postgresql': + case 'postgresql7': + $opt_qry = 'VACUUM '.$ADODB_SESSION_TBL; + break; + } + if (!empty($opt_qry)) { + $ADODB_SESS_CONN->Execute($opt_qry); + } + } + if ($ADODB_SESS_CONN->dataProvider === 'oci8') $sql = 'select TO_CHAR('.($ADODB_SESS_CONN->sysTimeStamp).', \'RRRR-MM-DD HH24:MI:SS\') from '. $ADODB_SESSION_TBL; + else $sql = 'select '.$ADODB_SESS_CONN->sysTimeStamp.' from '. $ADODB_SESSION_TBL; + + $rs = $ADODB_SESS_CONN->SelectLimit($sql,1); + if ($rs && !$rs->EOF) { + + $dbts = reset($rs->fields); + $rs->Close(); + $dbt = $ADODB_SESS_CONN->UnixTimeStamp($dbts); + $t = time(); + if (abs($dbt - $t) >= ADODB_SESSION_SYNCH_SECS) { + $msg = + __FILE__.": Server time for webserver {$_SERVER['HTTP_HOST']} not in synch with database: database=$dbt ($dbts), webserver=$t (diff=".(abs($dbt-$t)/3600)." hrs)"; + error_log($msg); + if ($ADODB_SESS_DEBUG) ADOConnection::outp(" +-- $msg

    "); + } + } + + return true; +} + +session_module_name('user'); +session_set_save_handler( + "adodb_sess_open", + "adodb_sess_close", + "adodb_sess_read", + "adodb_sess_write", + "adodb_sess_destroy", + "adodb_sess_gc"); +} + +/* TEST SCRIPT -- UNCOMMENT */ + +if (0) { + + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + ADOConnection::outp( " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    ",false); +} + +?> diff --git a/e_lib/adodb5/session/old/adodb-session.php b/e_lib/adodb5/session/old/adodb-session.php new file mode 100644 index 00000000..cf787848 --- /dev/null +++ b/e_lib/adodb5/session/old/adodb-session.php @@ -0,0 +1,439 @@ +"; + +To force non-persistent connections, call adodb_session_open first before session_start(): + + include('adodb.inc.php'); + include('adodb-session.php'); + adodb_sess_open(false,false,false); + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + print " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    "; + + + Installation + ============ + 1. Create this table in your database (syntax might vary depending on your db): + + create table sessions ( + SESSKEY char(32) not null, + EXPIRY int(11) unsigned not null, + EXPIREREF varchar(64), + DATA text not null, + primary key (sesskey) + ); + + For oracle: + create table sessions ( + SESSKEY char(32) not null, + EXPIRY DECIMAL(16) not null, + EXPIREREF varchar(64), + DATA varchar(4000) not null, + primary key (sesskey) + ); + + + 2. Then define the following parameters. You can either modify + this file, or define them before this file is included: + + $ADODB_SESSION_DRIVER='database driver, eg. mysql or ibase'; + $ADODB_SESSION_CONNECT='server to connect to'; + $ADODB_SESSION_USER ='user'; + $ADODB_SESSION_PWD ='password'; + $ADODB_SESSION_DB ='database'; + $ADODB_SESSION_TBL = 'sessions' + + 3. Recommended is PHP 4.1.0 or later. There are documented + session bugs in earlier versions of PHP. + + 4. If you want to receive notifications when a session expires, then + you can tag a session with an EXPIREREF, and before the session + record is deleted, we can call a function that will pass the EXPIREREF + as the first parameter, and the session key as the second parameter. + + To do this, define a notification function, say NotifyFn: + + function NotifyFn($expireref, $sesskey) + { + } + + Then you need to define a global variable $ADODB_SESSION_EXPIRE_NOTIFY. + This is an array with 2 elements, the first being the name of the variable + you would like to store in the EXPIREREF field, and the 2nd is the + notification function's name. + + In this example, we want to be notified when a user's session + has expired, so we store the user id in the global variable $USERID, + store this value in the EXPIREREF field: + + $ADODB_SESSION_EXPIRE_NOTIFY = array('USERID','NotifyFn'); + + Then when the NotifyFn is called, we are passed the $USERID as the first + parameter, eg. NotifyFn($userid, $sesskey). +*/ + +if (!defined('_ADODB_LAYER')) { + include (dirname(__FILE__).'/adodb.inc.php'); +} + +if (!defined('ADODB_SESSION')) { + + define('ADODB_SESSION',1); + + /* if database time and system time is difference is greater than this, then give warning */ + define('ADODB_SESSION_SYNCH_SECS',60); + + /* + Thanks Joe Li. See http://phplens.com/lens/lensforum/msgs.php?id=11487&x=1 +*/ +function adodb_session_regenerate_id() +{ + $conn = ADODB_Session::_conn(); + if (!$conn) return false; + + $old_id = session_id(); + if (function_exists('session_regenerate_id')) { + session_regenerate_id(); + } else { + session_id(md5(uniqid(rand(), true))); + $ck = session_get_cookie_params(); + setcookie(session_name(), session_id(), false, $ck['path'], $ck['domain'], $ck['secure']); + //@session_start(); + } + $new_id = session_id(); + $ok = $conn->Execute('UPDATE '. ADODB_Session::table(). ' SET sesskey='. $conn->qstr($new_id). ' WHERE sesskey='.$conn->qstr($old_id)); + + /* it is possible that the update statement fails due to a collision */ + if (!$ok) { + session_id($old_id); + if (empty($ck)) $ck = session_get_cookie_params(); + setcookie(session_name(), session_id(), false, $ck['path'], $ck['domain'], $ck['secure']); + return false; + } + + return true; +} + +/****************************************************************************************\ + Global definitions +\****************************************************************************************/ +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_CONN, + $ADODB_SESS_LIFE, + $ADODB_SESS_DEBUG, + $ADODB_SESSION_EXPIRE_NOTIFY, + $ADODB_SESSION_CRC, + $ADODB_SESSION_TBL; + + + $ADODB_SESS_LIFE = ini_get('session.gc_maxlifetime'); + if ($ADODB_SESS_LIFE <= 1) { + // bug in PHP 4.0.3 pl 1 -- how about other versions? + //print "

    Session Error: PHP.INI setting session.gc_maxlifetimenot set: $ADODB_SESS_LIFE

    "; + $ADODB_SESS_LIFE=1440; + } + $ADODB_SESSION_CRC = false; + //$ADODB_SESS_DEBUG = true; + + ////////////////////////////////// + /* SET THE FOLLOWING PARAMETERS */ + ////////////////////////////////// + + if (empty($ADODB_SESSION_DRIVER)) { + $ADODB_SESSION_DRIVER='mysql'; + $ADODB_SESSION_CONNECT='localhost'; + $ADODB_SESSION_USER ='root'; + $ADODB_SESSION_PWD =''; + $ADODB_SESSION_DB ='xphplens_2'; + } + + if (empty($ADODB_SESSION_EXPIRE_NOTIFY)) { + $ADODB_SESSION_EXPIRE_NOTIFY = false; + } + // Made table name configurable - by David Johnson djohnson@inpro.net + if (empty($ADODB_SESSION_TBL)){ + $ADODB_SESSION_TBL = 'sessions'; + } + + /* + $ADODB_SESS['driver'] = $ADODB_SESSION_DRIVER; + $ADODB_SESS['connect'] = $ADODB_SESSION_CONNECT; + $ADODB_SESS['user'] = $ADODB_SESSION_USER; + $ADODB_SESS['pwd'] = $ADODB_SESSION_PWD; + $ADODB_SESS['db'] = $ADODB_SESSION_DB; + $ADODB_SESS['life'] = $ADODB_SESS_LIFE; + $ADODB_SESS['debug'] = $ADODB_SESS_DEBUG; + + $ADODB_SESS['debug'] = $ADODB_SESS_DEBUG; + $ADODB_SESS['table'] = $ADODB_SESS_TBL; + */ + +/****************************************************************************************\ + Create the connection to the database. + + If $ADODB_SESS_CONN already exists, reuse that connection +\****************************************************************************************/ +function adodb_sess_open($save_path, $session_name,$persist=true) +{ +GLOBAL $ADODB_SESS_CONN; + if (isset($ADODB_SESS_CONN)) return true; + +GLOBAL $ADODB_SESSION_CONNECT, + $ADODB_SESSION_DRIVER, + $ADODB_SESSION_USER, + $ADODB_SESSION_PWD, + $ADODB_SESSION_DB, + $ADODB_SESS_DEBUG; + + // cannot use & below - do not know why... + $ADODB_SESS_CONN = ADONewConnection($ADODB_SESSION_DRIVER); + if (!empty($ADODB_SESS_DEBUG)) { + $ADODB_SESS_CONN->debug = true; + ADOConnection::outp( " conn=$ADODB_SESSION_CONNECT user=$ADODB_SESSION_USER pwd=$ADODB_SESSION_PWD db=$ADODB_SESSION_DB "); + } + if ($persist) $ok = $ADODB_SESS_CONN->PConnect($ADODB_SESSION_CONNECT, + $ADODB_SESSION_USER,$ADODB_SESSION_PWD,$ADODB_SESSION_DB); + else $ok = $ADODB_SESS_CONN->Connect($ADODB_SESSION_CONNECT, + $ADODB_SESSION_USER,$ADODB_SESSION_PWD,$ADODB_SESSION_DB); + + if (!$ok) ADOConnection::outp( " +-- Session: connection failed

    ",false); +} + +/****************************************************************************************\ + Close the connection +\****************************************************************************************/ +function adodb_sess_close() +{ +global $ADODB_SESS_CONN; + + if ($ADODB_SESS_CONN) $ADODB_SESS_CONN->Close(); + return true; +} + +/****************************************************************************************\ + Slurp in the session variables and return the serialized string +\****************************************************************************************/ +function adodb_sess_read($key) +{ +global $ADODB_SESS_CONN,$ADODB_SESSION_TBL,$ADODB_SESSION_CRC; + + $rs = $ADODB_SESS_CONN->Execute("SELECT data FROM $ADODB_SESSION_TBL WHERE sesskey = '$key' AND expiry >= " . time()); + if ($rs) { + if ($rs->EOF) { + $v = ''; + } else + $v = rawurldecode(reset($rs->fields)); + + $rs->Close(); + + // new optimization adodb 2.1 + $ADODB_SESSION_CRC = strlen($v).crc32($v); + + return $v; + } + + return ''; // thx to Jorma Tuomainen, webmaster#wizactive.com +} + +/****************************************************************************************\ + Write the serialized data to a database. + + If the data has not been modified since adodb_sess_read(), we do not write. +\****************************************************************************************/ +function adodb_sess_write($key, $val) +{ + global + $ADODB_SESS_CONN, + $ADODB_SESS_LIFE, + $ADODB_SESSION_TBL, + $ADODB_SESS_DEBUG, + $ADODB_SESSION_CRC, + $ADODB_SESSION_EXPIRE_NOTIFY; + + $expiry = time() + $ADODB_SESS_LIFE; + + // crc32 optimization since adodb 2.1 + // now we only update expiry date, thx to sebastian thom in adodb 2.32 + if ($ADODB_SESSION_CRC !== false && $ADODB_SESSION_CRC == strlen($val).crc32($val)) { + if ($ADODB_SESS_DEBUG) echo " +-- Session: Only updating date - crc32 not changed

    "; + $qry = "UPDATE $ADODB_SESSION_TBL SET expiry=$expiry WHERE sesskey='$key' AND expiry >= " . time(); + $rs = $ADODB_SESS_CONN->Execute($qry); + return true; + } + $val = rawurlencode($val); + + $arr = array('sesskey' => $key, 'expiry' => $expiry, 'data' => $val); + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + $var = reset($ADODB_SESSION_EXPIRE_NOTIFY); + global $$var; + $arr['expireref'] = $$var; + } + $rs = $ADODB_SESS_CONN->Replace($ADODB_SESSION_TBL,$arr, + 'sesskey',$autoQuote = true); + + if (!$rs) { + ADOConnection::outp( ' +-- Session Replace: '.$ADODB_SESS_CONN->ErrorMsg().'

    ',false); + } else { + // bug in access driver (could be odbc?) means that info is not commited + // properly unless select statement executed in Win2000 + if ($ADODB_SESS_CONN->databaseType == 'access') + $rs = $ADODB_SESS_CONN->Execute("select sesskey from $ADODB_SESSION_TBL WHERE sesskey='$key'"); + } + return !empty($rs); +} + +function adodb_sess_destroy($key) +{ + global $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + $del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $ADODB_SESS_CONN->CommitTrans(); + } + } else { + $qry = "DELETE FROM $ADODB_SESSION_TBL WHERE sesskey = '$key'"; + $rs = $ADODB_SESS_CONN->Execute($qry); + } + return $rs ? true : false; +} + +function adodb_sess_gc($maxlifetime) +{ + global $ADODB_SESS_DEBUG, $ADODB_SESS_CONN, $ADODB_SESSION_TBL,$ADODB_SESSION_EXPIRE_NOTIFY; + + if ($ADODB_SESSION_EXPIRE_NOTIFY) { + reset($ADODB_SESSION_EXPIRE_NOTIFY); + $fn = next($ADODB_SESSION_EXPIRE_NOTIFY); + $savem = $ADODB_SESS_CONN->SetFetchMode(ADODB_FETCH_NUM); + $t = time(); + $rs = $ADODB_SESS_CONN->Execute("SELECT expireref,sesskey FROM $ADODB_SESSION_TBL WHERE expiry < $t"); + $ADODB_SESS_CONN->SetFetchMode($savem); + if ($rs) { + $ADODB_SESS_CONN->BeginTrans(); + while (!$rs->EOF) { + $ref = $rs->fields[0]; + $key = $rs->fields[1]; + $fn($ref,$key); + $del = $ADODB_SESS_CONN->Execute("DELETE FROM $ADODB_SESSION_TBL WHERE sesskey='$key'"); + $rs->MoveNext(); + } + $rs->Close(); + + $ADODB_SESS_CONN->CommitTrans(); + + } + } else { + $qry = "DELETE FROM $ADODB_SESSION_TBL WHERE expiry < " . time(); + $ADODB_SESS_CONN->Execute($qry); + + if ($ADODB_SESS_DEBUG) ADOConnection::outp(" +-- Garbage Collection: $qry

    "); + } + // suggested by Cameron, "GaM3R" + if (defined('ADODB_SESSION_OPTIMIZE')) { + global $ADODB_SESSION_DRIVER; + + switch( $ADODB_SESSION_DRIVER ) { + case 'mysql': + case 'mysqlt': + $opt_qry = 'OPTIMIZE TABLE '.$ADODB_SESSION_TBL; + break; + case 'postgresql': + case 'postgresql7': + $opt_qry = 'VACUUM '.$ADODB_SESSION_TBL; + break; + } + if (!empty($opt_qry)) { + $ADODB_SESS_CONN->Execute($opt_qry); + } + } + if ($ADODB_SESS_CONN->dataProvider === 'oci8') $sql = 'select TO_CHAR('.($ADODB_SESS_CONN->sysTimeStamp).', \'RRRR-MM-DD HH24:MI:SS\') from '. $ADODB_SESSION_TBL; + else $sql = 'select '.$ADODB_SESS_CONN->sysTimeStamp.' from '. $ADODB_SESSION_TBL; + + $rs = $ADODB_SESS_CONN->SelectLimit($sql,1); + if ($rs && !$rs->EOF) { + + $dbts = reset($rs->fields); + $rs->Close(); + $dbt = $ADODB_SESS_CONN->UnixTimeStamp($dbts); + $t = time(); + + if (abs($dbt - $t) >= ADODB_SESSION_SYNCH_SECS) { + + $msg = + __FILE__.": Server time for webserver {$_SERVER['HTTP_HOST']} not in synch with database: database=$dbt ($dbts), webserver=$t (diff=".(abs($dbt-$t)/3600)." hrs)"; + error_log($msg); + if ($ADODB_SESS_DEBUG) ADOConnection::outp(" +-- $msg

    "); + } + } + + return true; +} + +session_module_name('user'); +session_set_save_handler( + "adodb_sess_open", + "adodb_sess_close", + "adodb_sess_read", + "adodb_sess_write", + "adodb_sess_destroy", + "adodb_sess_gc"); +} + +/* TEST SCRIPT -- UNCOMMENT */ + +if (0) { + + session_start(); + session_register('AVAR'); + $_SESSION['AVAR'] += 1; + ADOConnection::outp( " +-- \$_SESSION['AVAR']={$_SESSION['AVAR']}

    ",false); +} + +?> diff --git a/e_lib/adodb5/session/old/crypt.inc.php b/e_lib/adodb5/session/old/crypt.inc.php new file mode 100644 index 00000000..9bac0ae3 --- /dev/null +++ b/e_lib/adodb5/session/old/crypt.inc.php @@ -0,0 +1,64 @@ + +class MD5Crypt{ + function keyED($txt,$encrypt_key) + { + $encrypt_key = md5($encrypt_key); + $ctr=0; + $tmp = ""; + for ($i=0;$ikeyED($tmp,$key)); + } + + function Decrypt($txt,$key) + { + $txt = $this->keyED(base64_decode($txt),$key); + $tmp = ""; + for ($i=0;$i= 58 && $randnumber <= 64) || ($randnumber >= 91 && $randnumber <= 96)) + { + $randnumber = rand(48,120); + } + + $randomPassword .= chr($randnumber); + } + return $randomPassword; + } + +} +?> diff --git a/e_lib/adodb5/session/session_schema.xml b/e_lib/adodb5/session/session_schema.xml new file mode 100644 index 00000000..3c61ff64 --- /dev/null +++ b/e_lib/adodb5/session/session_schema.xml @@ -0,0 +1,26 @@ + + + + table for ADOdb session-management + + + session key + + + + + + + + + + + + + + + + + +
    +
    diff --git a/e_lib/adodb5/session/session_schema.xml.orig b/e_lib/adodb5/session/session_schema.xml.orig new file mode 100644 index 00000000..3c61ff64 --- /dev/null +++ b/e_lib/adodb5/session/session_schema.xml.orig @@ -0,0 +1,26 @@ + + + + table for ADOdb session-management + + + session key + + + + + + + + + + + + + + + + + +
    +
    diff --git a/e_lib/adodb5/session/session_schema2.xml b/e_lib/adodb5/session/session_schema2.xml new file mode 100644 index 00000000..22f8dafe --- /dev/null +++ b/e_lib/adodb5/session/session_schema2.xml @@ -0,0 +1,38 @@ + + + + table for ADOdb session-management + + + session key + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    diff --git a/e_lib/adodb5/session/session_schema2.xml.orig b/e_lib/adodb5/session/session_schema2.xml.orig new file mode 100644 index 00000000..22f8dafe --- /dev/null +++ b/e_lib/adodb5/session/session_schema2.xml.orig @@ -0,0 +1,38 @@ + + + + table for ADOdb session-management + + + session key + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    diff --git a/e_lib/adodb5/tests/benchmark.php b/e_lib/adodb5/tests/benchmark.php new file mode 100644 index 00000000..936821ed --- /dev/null +++ b/e_lib/adodb5/tests/benchmark.php @@ -0,0 +1,84 @@ + + + + + ADODB Benchmarks + + + +ADODB Version: $ADODB_version Host: $db->host   Database: $db->database"; + + // perform query once to cache results so we are only testing throughput + $rs = $db->Execute($sql); + if (!$rs){ + print "Error in recordset

    "; + return; + } + $arr = $rs->GetArray(); + //$db->debug = true; + global $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + $start = microtime(); + for ($i=0; $i < $max; $i++) { + $rs = $db->Execute($sql); + $arr = $rs->GetArray(); + // print $arr[0][1]; + } + $end = microtime(); + $start = explode(' ',$start); + $end = explode(' ',$end); + + //print_r($start); + //print_r($end); + + // print_r($arr); + $total = $end[0]+trim($end[1]) - $start[0]-trim($start[1]); + printf ("

    seconds = %8.2f for %d iterations each with %d records

    ",$total,$max, sizeof($arr)); + flush(); + + + //$db->Close(); +} +include("testdatabases.inc.php"); + +?> + + + + diff --git a/e_lib/adodb5/tests/client.php b/e_lib/adodb5/tests/client.php new file mode 100644 index 00000000..7bf145e7 --- /dev/null +++ b/e_lib/adodb5/tests/client.php @@ -0,0 +1,198 @@ + + +'; + var_dump(parse_url('odbc_mssql://userserver/')); + die(); + +include('../adodb.inc.php'); +include('../tohtml.inc.php'); + + function send2server($url,$sql) + { + $url .= '?sql='.urlencode($sql); + print "

    $url

    "; + $rs = csv2rs($url,$err); + if ($err) print $err; + return $rs; + } + + function print_pre($s) + { + print "
    ";print_r($s);print "
    "; + } + + +$serverURL = 'http://localhost/php/phplens/adodb/server.php'; +$testhttp = false; + +$sql1 = "insertz into products (productname) values ('testprod 1')"; +$sql2 = "insert into products (productname) values ('testprod 1')"; +$sql3 = "insert into products (productname) values ('testprod 2')"; +$sql4 = "delete from products where productid>80"; +$sql5 = 'select * from products'; + +if ($testhttp) { + print "Client Driver Tests

    "; + print "

    Test Error

    "; + $rs = send2server($serverURL,$sql1); + print_pre($rs); + print "
    "; + + print "

    Test Insert

    "; + + $rs = send2server($serverURL,$sql2); + print_pre($rs); + print "
    "; + + print "

    Test Insert2

    "; + + $rs = send2server($serverURL,$sql3); + print_pre($rs); + print "
    "; + + print "

    Test Delete

    "; + + $rs = send2server($serverURL,$sql4); + print_pre($rs); + print "
    "; + + + print "

    Test Select

    "; + $rs = send2server($serverURL,$sql5); + if ($rs) rs2html($rs); + + print "
    "; +} + + +print "

    CLIENT Driver Tests

    "; +$conn = ADONewConnection('csv'); +$conn->Connect($serverURL); +$conn->debug = true; + +print "

    Bad SQL

    "; + +$rs = $conn->Execute($sql1); + +print "

    Insert SQL 1

    "; +$rs = $conn->Execute($sql2); + +print "

    Insert SQL 2

    "; +$rs = $conn->Execute($sql3); + +print "

    Select SQL

    "; +$rs = $conn->Execute($sql5); +if ($rs) rs2html($rs); + +print "

    Delete SQL

    "; +$rs = $conn->Execute($sql4); + +print "

    Select SQL

    "; +$rs = $conn->Execute($sql5); +if ($rs) rs2html($rs); + + +/* EXPECTED RESULTS FOR HTTP TEST: + +Test Insert +http://localhost/php/adodb/server.php?sql=insert+into+products+%28productname%29+values+%28%27testprod%27%29 + +adorecordset Object +( + [dataProvider] => native + [fields] => + [blobSize] => 64 + [canSeek] => + [EOF] => 1 + [emptyTimeStamp] => + [emptyDate] => + [debug] => + [timeToLive] => 0 + [bind] => + [_numOfRows] => -1 + [_numOfFields] => 0 + [_queryID] => 1 + [_currentRow] => -1 + [_closed] => + [_inited] => + [sql] => insert into products (productname) values ('testprod') + [affectedrows] => 1 + [insertid] => 81 +) + + +-------------------------------------------------------------------------------- + +Test Insert2 +http://localhost/php/adodb/server.php?sql=insert+into+products+%28productname%29+values+%28%27testprod%27%29 + +adorecordset Object +( + [dataProvider] => native + [fields] => + [blobSize] => 64 + [canSeek] => + [EOF] => 1 + [emptyTimeStamp] => + [emptyDate] => + [debug] => + [timeToLive] => 0 + [bind] => + [_numOfRows] => -1 + [_numOfFields] => 0 + [_queryID] => 1 + [_currentRow] => -1 + [_closed] => + [_inited] => + [sql] => insert into products (productname) values ('testprod') + [affectedrows] => 1 + [insertid] => 82 +) + + +-------------------------------------------------------------------------------- + +Test Delete +http://localhost/php/adodb/server.php?sql=delete+from+products+where+productid%3E80 + +adorecordset Object +( + [dataProvider] => native + [fields] => + [blobSize] => 64 + [canSeek] => + [EOF] => 1 + [emptyTimeStamp] => + [emptyDate] => + [debug] => + [timeToLive] => 0 + [bind] => + [_numOfRows] => -1 + [_numOfFields] => 0 + [_queryID] => 1 + [_currentRow] => -1 + [_closed] => + [_inited] => + [sql] => delete from products where productid>80 + [affectedrows] => 2 + [insertid] => 0 +) + +[more stuff deleted] + . + . + . +*/ +?> diff --git a/e_lib/adodb5/tests/pdo.php b/e_lib/adodb5/tests/pdo.php new file mode 100644 index 00000000..98f9c877 --- /dev/null +++ b/e_lib/adodb5/tests/pdo.php @@ -0,0 +1,94 @@ +"; +try { + echo "New Connection\n"; + + + $dsn = 'pdo_mysql://root:@localhost/northwind?persist'; + + if (!empty($dsn)) { + $DB = NewADOConnection($dsn) || die("CONNECT FAILED"); + $connstr = $dsn; + } else { + + $DB = NewADOConnection('pdo'); + + echo "Connect\n"; + + $u = ''; $p = ''; + /* + $connstr = 'odbc:nwind'; + + $connstr = 'oci:'; + $u = 'scott'; + $p = 'natsoft'; + + + $connstr ="sqlite:d:\inetpub\adodb\sqlite.db"; + */ + + $connstr = "mysql:dbname=northwind"; + $u = 'root'; + + $connstr = "pgsql:dbname=test"; + $u = 'tester'; + $p = 'test'; + + $DB->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + + } + + echo "connection string=$connstr\n Execute\n"; + + //$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rs = $DB->Execute("select * from ADOXYZ where id<3"); + if ($DB->ErrorNo()) echo "*** errno=".$DB->ErrorNo() . " ".($DB->ErrorMsg())."\n"; + + + //print_r(get_class_methods($DB->_stmt)); + + if (!$rs) die("NO RS"); + + echo "Meta\n"; + for ($i=0; $i < $rs->NumCols(); $i++) { + var_dump($rs->FetchField($i)); + echo "
    "; + } + + echo "FETCH\n"; + $cnt = 0; + while (!$rs->EOF) { + adodb_pr($rs->fields); + $rs->MoveNext(); + if ($cnt++ > 1000) break; + } + + echo "
    --------------------------------------------------------
    \n\n\n"; + + $stmt = $DB->PrepareStmt("select * from ADOXYZ"); + + $rs = $stmt->Execute(); + $cols = $stmt->NumCols(); // execute required + + echo "COLS = $cols"; + for($i=1;$i<=$cols;$i++) { + $v = $stmt->_stmt->getColumnMeta($i); + var_dump($v); + } + + echo "e=".$stmt->ErrorNo() . " ".($stmt->ErrorMsg())."\n"; + while ($arr = $rs->FetchRow()) { + adodb_pr($arr); + } + die("DONE\n"); + +} catch (exception $e) { + echo "
    ";
    +	echo $e;
    +	echo "
    "; +} + +?> diff --git a/e_lib/adodb5/tests/test-active-record.php b/e_lib/adodb5/tests/test-active-record.php new file mode 100644 index 00000000..6210d587 --- /dev/null +++ b/e_lib/adodb5/tests/test-active-record.php @@ -0,0 +1,141 @@ += 5) { + include('../adodb-exceptions.inc.php'); + echo "

    Exceptions included

    "; + } + } + + $db = NewADOConnection('mysql://root@localhost/northwind?persist'); + $db->debug=1; + ADOdb_Active_Record::SetDatabaseAdapter($db); + + + $db->Execute("CREATE TEMPORARY TABLE `persons` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_color` varchar(100) NOT NULL default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + $db->Execute("CREATE TEMPORARY TABLE `children` ( + `id` int(10) unsigned NOT NULL auto_increment, + `person_id` int(10) unsigned NOT NULL, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_pet` varchar(100) NOT NULL default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + class Person extends ADOdb_Active_Record{} + $person = new Person(); + ADOdb_Active_Record::$_quoteNames = '111'; + + echo "

    Output of getAttributeNames: "; + var_dump($person->getAttributeNames()); + + /** + * Outputs the following: + * array(4) { + * [0]=> + * string(2) "id" + * [1]=> + * string(9) "name_first" + * [2]=> + * string(8) "name_last" + * [3]=> + * string(13) "favorite_color" + * } + */ + + $person = new Person(); + $person->name_first = 'Andi'; + $person->name_last = 'Gutmans'; + $person->save(); // this save() will fail on INSERT as favorite_color is a must fill... + + + $person = new Person(); + $person->name_first = 'Andi'; + $person->name_last = 'Gutmans'; + $person->favorite_color = 'blue'; + $person->save(); // this save will perform an INSERT successfully + + echo "

    The Insert ID generated:"; print_r($person->id); + + $person->favorite_color = 'red'; + $person->save(); // this save() will perform an UPDATE + + $person = new Person(); + $person->name_first = 'John'; + $person->name_last = 'Lim'; + $person->favorite_color = 'lavender'; + $person->save(); // this save will perform an INSERT successfully + + // load record where id=2 into a new ADOdb_Active_Record + $person2 = new Person(); + $person2->Load('id=2'); + + $activeArr = $db->GetActiveRecordsClass($class = "Person",$table = "Persons","id=".$db->Param(0),array(2)); + $person2 = $activeArr[0]; + echo "

    Name (should be John): ",$person->name_first, "
    Class (should be Person): ",get_class($person2),"
    "; + + $db->Execute("insert into children (person_id,name_first,name_last) values (2,'Jill','Lim')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (2,'Joan','Lim')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (2,'JAMIE','Lim')"); + + $newperson2 = new Person(); + $person2->HasMany('children','person_id'); + $person2->Load('id=2'); + $person2->name_last='green'; + $c = $person2->children; + $person2->save(); + + if (is_array($c) && sizeof($c) == 3 && $c[0]->name_first=='Jill' && $c[1]->name_first=='Joan' + && $c[2]->name_first == 'JAMIE') echo "OK Loaded HasMany
    "; + else { + var_dump($c); + echo "error loading hasMany should have 3 array elements Jill Joan Jamie
    "; + } + + class Child extends ADOdb_Active_Record{}; + $ch = new Child('children',array('id')); + $ch->BelongsTo('person','person_id','id'); + $ch->Load('id=1'); + if ($ch->name_first !== 'Jill') echo "error in Loading Child
    "; + + $p = $ch->person; + if ($p->name_first != 'John') echo "Error loading belongsTo
    "; + else echo "OK loading BelongTo
    "; + + $p->hasMany('children','person_id'); + $p->LoadRelations('children', " Name_first like 'J%' order by id",1,2); + if (sizeof($p->children) == 2 && $p->children[1]->name_first == 'JAMIE') echo "OK LoadRelations
    "; + else echo "error LoadRelations
    "; + + $db->Execute("CREATE TEMPORARY TABLE `persons2` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_color` varchar(100) default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + $p = new adodb_active_record('persons2'); + $p->name_first = 'James'; + + $p->name_last = 'James'; + + $p->HasMany('children','person_id'); + $p->children; + var_dump($p); + $p->Save(); +?> diff --git a/e_lib/adodb5/tests/test-active-recs2.php b/e_lib/adodb5/tests/test-active-recs2.php new file mode 100644 index 00000000..e346cf87 --- /dev/null +++ b/e_lib/adodb5/tests/test-active-recs2.php @@ -0,0 +1,75 @@ +Connect("localhost","tester","test","test"); +} else + $db = NewADOConnection('oci8://scott:natsoft@/'); + + +$arr = $db->ServerInfo(); +echo "

    $db->dataProvider: {$arr['description']}

    "; + +$arr = $db->GetActiveRecords('products',' productid<10'); +adodb_pr($arr); + +ADOdb_Active_Record::SetDatabaseAdapter($db); +if (!$db) die('failed'); + + + + +$rec = new ADODB_Active_Record('photos'); + +$rec = new ADODB_Active_Record('products'); + + +adodb_pr($rec->getAttributeNames()); + +echo "
    "; + + +$rec->load('productid=2'); +adodb_pr($rec); + +$db->debug=1; + + +$rec->productname = 'Changie Chan'.rand(); + +$rec->insert(); +$rec->update(); + +$rec->productname = 'Changie Chan 99'; +$rec->replace(); + + +$rec2 = new ADODB_Active_Record('products'); +$rec->load('productid=3'); +$rec->save(); + +$rec = new ADODB_Active_record('products'); +$rec->productname = 'John ActiveRec'; +$rec->notes = 22; +#$rec->productid=0; +$rec->discontinued=1; +$rec->Save(); +$rec->supplierid=33; +$rec->Save(); +$rec->discontinued=0; +$rec->Save(); +$rec->Delete(); + +echo "

    Affected Rows after delete=".$db->Affected_Rows()."

    "; +?> diff --git a/e_lib/adodb5/tests/test-active-relations.php b/e_lib/adodb5/tests/test-active-relations.php new file mode 100644 index 00000000..26266fac --- /dev/null +++ b/e_lib/adodb5/tests/test-active-relations.php @@ -0,0 +1,87 @@ +debug=1; + ADOdb_Active_Record::SetDatabaseAdapter($db); + + $db->Execute("CREATE TEMPORARY TABLE `persons` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_color` varchar(100) NOT NULL default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + $db->Execute("CREATE TEMPORARY TABLE `children` ( + `id` int(10) unsigned NOT NULL auto_increment, + `person_id` int(10) unsigned NOT NULL, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_pet` varchar(100) NOT NULL default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + + $db->Execute("insert into children (person_id,name_first,name_last) values (1,'Jill','Lim')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (1,'Joan','Lim')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (1,'JAMIE','Lim')"); + + ADODB_Active_Record::TableHasMany('persons', 'children','person_id'); + class person extends ADOdb_Active_Record{} + + $person = new person(); +# $person->HasMany('children','person_id'); ## this is affects all other instances of Person + + $person->name_first = 'John'; + $person->name_last = 'Lim'; + $person->favorite_color = 'lavender'; + $person->save(); // this save will perform an INSERT successfully + + $person2 = new person(); + $person2->Load('id=1'); + + $c = $person2->children; + if (is_array($c) && sizeof($c) == 3 && $c[0]->name_first=='Jill' && $c[1]->name_first=='Joan' + && $c[2]->name_first == 'JAMIE') echo "OK Loaded HasMany
    "; + else { + var_dump($c); + echo "error loading hasMany should have 3 array elements Jill Joan Jamie
    "; + } + + class child extends ADOdb_Active_Record{}; + ADODB_Active_Record::TableBelongsTo('children','person','person_id','id'); + $ch = new Child('children',array('id')); + + $ch->Load('id=1'); + if ($ch->name_first !== 'Jill') echo "error in Loading Child
    "; + + $p = $ch->person; + if (!$p || $p->name_first != 'John') echo "Error loading belongsTo
    "; + else echo "OK loading BelongTo
    "; + + if ($p) { + #$p->HasMany('children','person_id'); ## this is affects all other instances of Person + $p->LoadRelations('children', 'order by id',1,2); + if (sizeof($p->children) == 2 && $p->children[1]->name_first == 'JAMIE') echo "OK LoadRelations
    "; + else { + var_dump($p->children); + echo "error LoadRelations
    "; + } + + unset($p->children); + $p->LoadRelations('children', " name_first like 'J%' order by id",1,2); + } + if ($p) + foreach($p->children as $c) { + echo " Saving $c->name_first
    "; + $c->name_first .= ' K.'; + $c->Save(); + } + +?> diff --git a/e_lib/adodb5/tests/test-active-relationsx.php b/e_lib/adodb5/tests/test-active-relationsx.php new file mode 100644 index 00000000..fbfddf66 --- /dev/null +++ b/e_lib/adodb5/tests/test-active-relationsx.php @@ -0,0 +1,419 @@ +\n", $txt); + echo $txt; + } + + include_once('../adodb.inc.php'); + include_once('../adodb-active-recordx.inc.php'); + + + $db = NewADOConnection('mysql://root@localhost/test'); + $db->debug=0; + ADOdb_Active_Record::SetDatabaseAdapter($db); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("Preparing database using SQL queries (creating 'people', 'children')\n"); + + $db->Execute("DROP TABLE `people`"); + $db->Execute("DROP TABLE `children`"); + $db->Execute("DROP TABLE `artists`"); + $db->Execute("DROP TABLE `songs`"); + + $db->Execute("CREATE TABLE `people` ( + `id` int(10) unsigned NOT NULL auto_increment, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_color` varchar(100) NOT NULL default '', + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + $db->Execute("CREATE TABLE `children` ( + `person_id` int(10) unsigned NOT NULL, + `name_first` varchar(100) NOT NULL default '', + `name_last` varchar(100) NOT NULL default '', + `favorite_pet` varchar(100) NOT NULL default '', + `id` int(10) unsigned NOT NULL auto_increment, + PRIMARY KEY (`id`) + ) ENGINE=MyISAM; + "); + + $db->Execute("CREATE TABLE `artists` ( + `name` varchar(100) NOT NULL default '', + `artistuniqueid` int(10) unsigned NOT NULL auto_increment, + PRIMARY KEY (`artistuniqueid`) + ) ENGINE=MyISAM; + "); + + $db->Execute("CREATE TABLE `songs` ( + `name` varchar(100) NOT NULL default '', + `artistid` int(10) NOT NULL, + `recordid` int(10) unsigned NOT NULL auto_increment, + PRIMARY KEY (`recordid`) + ) ENGINE=MyISAM; + "); + + $db->Execute("insert into children (person_id,name_first,name_last,favorite_pet) values (1,'Jill','Lim','tortoise')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (1,'Joan','Lim')"); + $db->Execute("insert into children (person_id,name_first,name_last) values (1,'JAMIE','Lim')"); + + $db->Execute("insert into artists (artistuniqueid, name) values(1,'Elvis Costello')"); + $db->Execute("insert into songs (recordid, name, artistid) values(1,'No Hiding Place', 1)"); + $db->Execute("insert into songs (recordid, name, artistid) values(2,'American Gangster Time', 1)"); + + // This class _implicitely_ relies on the 'people' table (pluralized form of 'person') + class Person extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct(); + $this->hasMany('children'); + } + } + // This class _implicitely_ relies on the 'children' table + class Child extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct(); + $this->belongsTo('person'); + } + } + // This class _explicitely_ relies on the 'children' table and shares its metadata with Child + class Kid extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct('children'); + $this->belongsTo('person'); + } + } + // This class _explicitely_ relies on the 'children' table but does not share its metadata + class Rugrat extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct('children', false, false, array('new' => true)); + } + } + + class Artist extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct('artists', array('artistuniqueid')); + $this->hasMany('songs', 'artistid'); + } + } + class Song extends ADOdb_Active_Record + { + function __construct() + { + parent::__construct('songs', array('recordid')); + $this->belongsTo('artist', 'artistid'); + } + } + + ar_echo("Inserting person in 'people' table ('John Lim, he likes lavender')\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + $person->name_first = 'John'; + $person->name_last = 'Lim'; + $person->favorite_color = 'lavender'; + $person->save(); // this save will perform an INSERT successfully + + $person = new Person(); + $person->name_first = 'Lady'; + $person->name_last = 'Cat'; + $person->favorite_color = 'green'; + $person->save(); + + $child = new Child(); + $child->name_first = 'Fluffy'; + $child->name_last = 'Cat'; + $child->favorite_pet = 'Cat Lady'; + $child->person_id = $person->id; + $child->save(); + + $child = new Child(); + $child->name_first = 'Sun'; + $child->name_last = 'Cat'; + $child->favorite_pet = 'Cat Lady'; + $child->person_id = $person->id; + $child->save(); + + $err_count = 0; + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("person->Find('id=1') [Lazy Method]\n"); + ar_echo("person is loaded but its children will be loaded on-demand later on\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + $people = $person->Find('id=1'); + ar_echo((ar_assert(found($people, "'name_first' => 'John'"))) ? "[OK] Found John\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo("\n-- Lazily Loading Children:\n\n"); + foreach($people as $aperson) + { + foreach($aperson->children as $achild) + { + if($achild->name_first); + } + } + ar_echo((ar_assert(found($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Joan'"))) ? "[OK] Found Joan\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'JAMIE'"))) ? "[OK] Found JAMIE\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("person->Find('id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("person is loaded, and so are its children\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + $people = $person->Find('id=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($people, "'name_first' => 'John'"))) ? "[OK] Found John\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Joan'"))) ? "[OK] Found Joan\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'JAMIE'"))) ? "[OK] Found JAMIE\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("person->Find('id=1' ... ADODB_JOIN_AR) [Join Method]\n"); + ar_echo("person and its children are loaded using a single query\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + // When I specifically ask for a join, I have to specify which table id I am looking up + // otherwise the SQL parser will wonder which table's id that would be. + $people = $person->Find('people.id=1', false, false, array('loading' => ADODB_JOIN_AR)); + ar_echo((ar_assert(found($people, "'name_first' => 'John'"))) ? "[OK] Found John\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Joan'"))) ? "[OK] Found Joan\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'JAMIE'"))) ? "[OK] Found JAMIE\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("person->Load('people.id=1') [Join Method]\n"); + ar_echo("Load() always uses the join method since it returns only one row\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + // Under the hood, Load(), since it returns only one row, always perform a join + // Therefore we need to clarify which id we are talking about. + $person->Load('people.id=1'); + ar_echo((ar_assert(found($person, "'name_first' => 'John'"))) ? "[OK] Found John\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($person, "'favorite_pet' => 'tortoise'"))) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n"); + ar_echo((ar_assert(found($person, "'name_first' => 'Joan'"))) ? "[OK] Found Joan\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($person, "'name_first' => 'JAMIE'"))) ? "[OK] Found JAMIE\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("child->Load('children.id=1') [Join Method]\n"); + ar_echo("We are now loading from the 'children' table, not from 'people'\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $child = new Child(); + $child->Load('children.id=1'); + ar_echo((ar_assert(found($child, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($child, "'favorite_color' => 'lavender'"))) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("child->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $child = new Child(); + $children = $child->Find('id=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($children, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($children, "'favorite_color' => 'lavender'"))) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n"); + ar_echo((ar_assert(notfound($children, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($children, "'name_first' => 'JAMIE'"))) ? "[OK] No JAMIE relation\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("kid->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("Where we see that kid shares relationships with child because they are stored\n"); + ar_echo("in the common table's metadata structure.\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $kid = new Kid('children'); + $kids = $kid->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($kids, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($kids, "'favorite_color' => 'lavender'"))) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'JAMIE'"))) ? "[OK] No JAMIE relation\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("kid->Find('children.id=1' ... ADODB_LAZY_AR) [Lazy Method]\n"); + ar_echo("Of course, lazy loading also retrieve medata information...\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $kid = new Kid('children'); + $kids = $kid->Find('children.id=1', false, false, array('loading' => ADODB_LAZY_AR)); + ar_echo((ar_assert(found($kids, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($kids, "'favorite_color' => 'lavender'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo("\n-- Lazily Loading People:\n\n"); + foreach($kids as $akid) + { + if($akid->person); + } + ar_echo((ar_assert(found($kids, "'favorite_color' => 'lavender'"))) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'JAMIE'"))) ? "[OK] No JAMIE relation\n" : "[!!] Found relation when I shouldn't\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("rugrat->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("In rugrat's constructor it is specified that\nit must forget any existing relation\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $rugrat = new Rugrat('children'); + $rugrats = $rugrat->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($rugrats, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($rugrats, "'favorite_color' => 'lavender'"))) ? "[OK] No relation found\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($rugrats, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($rugrats, "'name_first' => 'JAMIE'"))) ? "[OK] No JAMIE relation\n" : "[!!] Found relation when I shouldn't\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("kid->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("Note how only rugrat forgot its relations - kid is fine.\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $kid = new Kid('children'); + $kids = $kid->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($kids, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($kids, "'favorite_color' => 'lavender'"))) ? "[OK] I did not forget relation: person\n" : "[!!] I should not have forgotten relation: person\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($kids, "'name_first' => 'JAMIE'"))) ? "[OK] No JAMIE relation\n" : "[!!] Found relation when I shouldn't\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("rugrat->Find('children.id=1' ... ADODB_WORK_AR) [Worker Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $rugrat = new Rugrat('children'); + $rugrats = $rugrat->Find('children.id=1', false, false, array('loading' => ADODB_WORK_AR)); + $arugrat = $rugrats[0]; + ar_echo((ar_assert(found($arugrat, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($arugrat, "'favorite_color' => 'lavender'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + + ar_echo("\n-- Loading relations:\n\n"); + $arugrat->belongsTo('person'); + $arugrat->LoadRelations('person', 'order by id', 0, 2); + ar_echo((ar_assert(found($arugrat, "'favorite_color' => 'lavender'"))) ? "[OK] Found relation: person\n" : "[!!] Missing relation: person\n"); + ar_echo((ar_assert(found($arugrat, "'name_first' => 'Jill'"))) ? "[OK] Found Jill\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($arugrat, "'name_first' => 'Joan'"))) ? "[OK] No Joan relation\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($arugrat, "'name_first' => 'JAMIE'"))) ? "[OK] No Joan relation\n" : "[!!] Found relation when I shouldn't\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("person->Find('1=1') [Lazy Method]\n"); + ar_echo("And now for our finale...\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $person = new Person(); + $people = $person->Find('1=1', false, false, array('loading' => ADODB_LAZY_AR)); + ar_echo((ar_assert(found($people, "'name_first' => 'John'"))) ? "[OK] Found John\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + ar_echo((ar_assert(notfound($people, "'name_first' => 'Fluffy'"))) ? "[OK] No Fluffy yet\n" : "[!!] Found Fluffy relation when I shouldn't\n"); + ar_echo("\n-- Lazily Loading Everybody:\n\n"); + foreach($people as $aperson) + { + foreach($aperson->children as $achild) + { + if($achild->name_first); + } + } + ar_echo((ar_assert(found($people, "'favorite_pet' => 'tortoise'"))) ? "[OK] Found relation: child\n" : "[!!] Missing relation: child\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Joan'"))) ? "[OK] Found Joan\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'JAMIE'"))) ? "[OK] Found JAMIE\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Lady'"))) ? "[OK] Found Cat Lady\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Fluffy'"))) ? "[OK] Found Fluffy\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($people, "'name_first' => 'Sun'"))) ? "[OK] Found Sun\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("artist->Load('artistuniqueid=1') [Join Method]\n"); + ar_echo("Yes, we are dabbling in the musical field now..\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $artist = new Artist(); + $artist->Load('artistuniqueid=1'); + ar_echo((ar_assert(found($artist, "'name' => 'Elvis Costello'"))) ? "[OK] Found Elvis Costello\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($artist, "'name' => 'No Hiding Place'"))) ? "[OK] Found relation: song\n" : "[!!] Missing relation: song\n"); + + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("song->Load('recordid=1') [Join Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $song = new Song(); + $song->Load('recordid=1'); + ar_echo((ar_assert(found($song, "'name' => 'No Hiding Place'"))) ? "[OK] Found song\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("artist->Find('artistuniqueid=1' ... ADODB_JOIN_AR) [Join Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $artist = new Artist(); + $artists = $artist->Find('artistuniqueid=1', false, false, array('loading' => ADODB_JOIN_AR)); + ar_echo((ar_assert(found($artists, "'name' => 'Elvis Costello'"))) ? "[OK] Found Elvis Costello\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($artists, "'name' => 'No Hiding Place'"))) ? "[OK] Found relation: song\n" : "[!!] Missing relation: song\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("song->Find('recordid=1' ... ADODB_JOIN_AR) [Join Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $song = new Song(); + $songs = $song->Find('recordid=1', false, false, array('loading' => ADODB_JOIN_AR)); + ar_echo((ar_assert(found($songs, "'name' => 'No Hiding Place'"))) ? "[OK] Found song\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("artist->Find('artistuniqueid=1' ... ADODB_WORK_AR) [Work Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $artist = new Artist(); + $artists = $artist->Find('artistuniqueid=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($artists, "'name' => 'Elvis Costello'"))) ? "[OK] Found Elvis Costello\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(found($artists, "'name' => 'No Hiding Place'"))) ? "[OK] Found relation: song\n" : "[!!] Missing relation: song\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("song->Find('recordid=1' ... ADODB_JOIN_AR) [Join Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $song = new Song(); + $songs = $song->Find('recordid=1', false, false, array('loading' => ADODB_WORK_AR)); + ar_echo((ar_assert(found($songs, "'name' => 'No Hiding Place'"))) ? "[OK] Found song\n" : "[!!] Find failed\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("artist->Find('artistuniqueid=1' ... ADODB_LAZY_AR) [Lazy Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $artist = new Artist(); + $artists = $artist->Find('artistuniqueid=1', false, false, array('loading' => ADODB_LAZY_AR)); + ar_echo((ar_assert(found($artists, "'name' => 'Elvis Costello'"))) ? "[OK] Found Elvis Costello\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($artists, "'name' => 'No Hiding Place'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + foreach($artists as $anartist) + { + foreach($anartist->songs as $asong) + { + if($asong->name); + } + } + ar_echo((ar_assert(found($artists, "'name' => 'No Hiding Place'"))) ? "[OK] Found relation: song\n" : "[!!] Missing relation: song\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("song->Find('recordid=1' ... ADODB_LAZY_AR) [Lazy Method]\n"); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); + $song = new Song(); + $songs = $song->Find('recordid=1', false, false, array('loading' => ADODB_LAZY_AR)); + ar_echo((ar_assert(found($songs, "'name' => 'No Hiding Place'"))) ? "[OK] Found song\n" : "[!!] Find failed\n"); + ar_echo((ar_assert(notfound($songs, "'name' => 'Elvis Costello'"))) ? "[OK] No relation yet\n" : "[!!] Found relation when I shouldn't\n"); + foreach($songs as $asong) + { + if($asong->artist); + } + ar_echo((ar_assert(found($songs, "'name' => 'Elvis Costello'"))) ? "[OK] Found relation: artist\n" : "[!!] Missing relation: artist\n"); + + ar_echo("\n\n-------------------------------------------------------------------------------------------------------------------\n"); + ar_echo("Test suite complete. " . (($err_count > 0) ? "$err_count errors found.\n" : "Success.\n")); + ar_echo("-------------------------------------------------------------------------------------------------------------------\n"); +?> diff --git a/e_lib/adodb5/tests/test-datadict.php b/e_lib/adodb5/tests/test-datadict.php new file mode 100644 index 00000000..1133b103 --- /dev/null +++ b/e_lib/adodb5/tests/test-datadict.php @@ -0,0 +1,250 @@ +$dbType

    "; + $db = NewADOConnection($dbType); + $dict = NewDataDictionary($db); + + if (!$dict) continue; + $dict->debug = 1; + + $opts = array('REPLACE','mysql' => 'ENGINE=INNODB', 'oci8' => 'TABLESPACE USERS'); + +/* $flds = array( + array('id', 'I', + 'AUTO','KEY'), + + array('name' => 'firstname', 'type' => 'varchar','size' => 30, + 'DEFAULT'=>'Joan'), + + array('lastname','varchar',28, + 'DEFAULT'=>'Chen','key'), + + array('averylonglongfieldname','X',1024, + 'NOTNULL','default' => 'test'), + + array('price','N','7.2', + 'NOTNULL','default' => '0.00'), + + array('MYDATE', 'D', + 'DEFDATE'), + array('TS','T', + 'DEFTIMESTAMP') + );*/ + + $flds = " +ID I AUTO KEY, +FIRSTNAME VARCHAR(30) DEFAULT 'Joan' INDEX idx_name, +LASTNAME VARCHAR(28) DEFAULT 'Chen' key INDEX idx_name INDEX idx_lastname, +averylonglongfieldname X(1024) DEFAULT 'test', +price N(7.2) DEFAULT '0.00', +MYDATE D DEFDATE INDEX idx_date, +BIGFELLOW X NOTNULL, +TS_SECS T DEFTIMESTAMP, +TS_SUBSEC TS DEFTIMESTAMP +"; + + + $sqla = $dict->CreateDatabase('KUTU',array('postgres'=>"LOCATION='/u01/postdata'")); + $dict->SetSchema('KUTU'); + + $sqli = ($dict->CreateTableSQL('testtable',$flds, $opts)); + $sqla = array_merge($sqla,$sqli); + + $sqli = $dict->CreateIndexSQL('idx','testtable','price,firstname,lastname',array('BITMAP','FULLTEXT','CLUSTERED','HASH')); + $sqla = array_merge($sqla,$sqli); + $sqli = $dict->CreateIndexSQL('idx2','testtable','price,lastname');//,array('BITMAP','FULLTEXT','CLUSTERED')); + $sqla = array_merge($sqla,$sqli); + + $addflds = array(array('height', 'F'),array('weight','F')); + $sqli = $dict->AddColumnSQL('testtable',$addflds); + $sqla = array_merge($sqla,$sqli); + $addflds = array(array('height', 'F','NOTNULL'),array('weight','F','NOTNULL')); + $sqli = $dict->AlterColumnSQL('testtable',$addflds); + $sqla = array_merge($sqla,$sqli); + + + printsqla($dbType,$sqla); + + if (file_exists('d:\inetpub\wwwroot\php\phplens\adodb\adodb.inc.php')) + if ($dbType == 'mysqlt') { + $db->Connect('localhost', "root", "", "test"); + $dict->SetSchema(''); + $sqla2 = $dict->ChangeTableSQL('adoxyz',$flds); + if ($sqla2) printsqla($dbType,$sqla2); + } + if ($dbType == 'postgres') { + if (@$db->Connect('localhost', "tester", "test", "test")); + $dict->SetSchema(''); + $sqla2 = $dict->ChangeTableSQL('adoxyz',$flds); + if ($sqla2) printsqla($dbType,$sqla2); + } + + if ($dbType == 'odbc_mssql') { + $dsn = $dsn = "PROVIDER=MSDASQL;Driver={SQL Server};Server=localhost;Database=northwind;"; + if (@$db->Connect($dsn, "sa", "natsoft", "test")); + $dict->SetSchema(''); + $sqla2 = $dict->ChangeTableSQL('adoxyz',$flds); + if ($sqla2) printsqla($dbType,$sqla2); + } + + + + adodb_pr($dict->databaseType); + printsqla($dbType, $dict->DropColumnSQL('table',array('my col','`col2_with_Quotes`','A_col3','col3(10)'))); + printsqla($dbType, $dict->ChangeTableSQL('adoxyz','LASTNAME varchar(32)')); + +} + +function printsqla($dbType,$sqla) +{ + print "

    ";
    +	//print_r($dict->MetaTables());
    +	foreach($sqla as $s) {
    +		$s = htmlspecialchars($s);
    +		print "$s;\n";
    +		if ($dbType == 'oci8') print "/\n";
    +	}
    +	print "

    "; +} + +/*** + +Generated SQL: + +mysql + +CREATE DATABASE KUTU; +DROP TABLE KUTU.testtable; +CREATE TABLE KUTU.testtable ( +id INTEGER NOT NULL AUTO_INCREMENT, +firstname VARCHAR(30) DEFAULT 'Joan', +lastname VARCHAR(28) NOT NULL DEFAULT 'Chen', +averylonglongfieldname LONGTEXT NOT NULL, +price NUMERIC(7,2) NOT NULL DEFAULT 0.00, +MYDATE DATE DEFAULT CURDATE(), + PRIMARY KEY (id, lastname) +)TYPE=ISAM; +CREATE FULLTEXT INDEX idx ON KUTU.testtable (firstname,lastname); +CREATE INDEX idx2 ON KUTU.testtable (price,lastname); +ALTER TABLE KUTU.testtable ADD height DOUBLE; +ALTER TABLE KUTU.testtable ADD weight DOUBLE; +ALTER TABLE KUTU.testtable MODIFY COLUMN height DOUBLE NOT NULL; +ALTER TABLE KUTU.testtable MODIFY COLUMN weight DOUBLE NOT NULL; + + +-------------------------------------------------------------------------------- + +oci8 + +CREATE USER KUTU IDENTIFIED BY tiger; +/ +GRANT CREATE SESSION, CREATE TABLE,UNLIMITED TABLESPACE,CREATE SEQUENCE TO KUTU; +/ +DROP TABLE KUTU.testtable CASCADE CONSTRAINTS; +/ +CREATE TABLE KUTU.testtable ( +id NUMBER(16) NOT NULL, +firstname VARCHAR(30) DEFAULT 'Joan', +lastname VARCHAR(28) DEFAULT 'Chen' NOT NULL, +averylonglongfieldname CLOB NOT NULL, +price NUMBER(7,2) DEFAULT 0.00 NOT NULL, +MYDATE DATE DEFAULT TRUNC(SYSDATE), + PRIMARY KEY (id, lastname) +)TABLESPACE USERS; +/ +DROP SEQUENCE KUTU.SEQ_testtable; +/ +CREATE SEQUENCE KUTU.SEQ_testtable; +/ +CREATE OR REPLACE TRIGGER KUTU.TRIG_SEQ_testtable BEFORE insert ON KUTU.testtable + FOR EACH ROW + BEGIN + select KUTU.SEQ_testtable.nextval into :new.id from dual; + END; +/ +CREATE BITMAP INDEX idx ON KUTU.testtable (firstname,lastname); +/ +CREATE INDEX idx2 ON KUTU.testtable (price,lastname); +/ +ALTER TABLE testtable ADD ( + height NUMBER, + weight NUMBER); +/ +ALTER TABLE testtable MODIFY( + height NUMBER NOT NULL, + weight NUMBER NOT NULL); +/ + + +-------------------------------------------------------------------------------- + +postgres +AlterColumnSQL not supported for PostgreSQL + + +CREATE DATABASE KUTU LOCATION='/u01/postdata'; +DROP TABLE KUTU.testtable; +CREATE TABLE KUTU.testtable ( +id SERIAL, +firstname VARCHAR(30) DEFAULT 'Joan', +lastname VARCHAR(28) DEFAULT 'Chen' NOT NULL, +averylonglongfieldname TEXT NOT NULL, +price NUMERIC(7,2) DEFAULT 0.00 NOT NULL, +MYDATE DATE DEFAULT CURRENT_DATE, + PRIMARY KEY (id, lastname) +); +CREATE INDEX idx ON KUTU.testtable USING HASH (firstname,lastname); +CREATE INDEX idx2 ON KUTU.testtable (price,lastname); +ALTER TABLE KUTU.testtable ADD height FLOAT8; +ALTER TABLE KUTU.testtable ADD weight FLOAT8; + + +-------------------------------------------------------------------------------- + +odbc_mssql + +CREATE DATABASE KUTU; +DROP TABLE KUTU.testtable; +CREATE TABLE KUTU.testtable ( +id INT IDENTITY(1,1) NOT NULL, +firstname VARCHAR(30) DEFAULT 'Joan', +lastname VARCHAR(28) DEFAULT 'Chen' NOT NULL, +averylonglongfieldname TEXT NOT NULL, +price NUMERIC(7,2) DEFAULT 0.00 NOT NULL, +MYDATE DATETIME DEFAULT GetDate(), + PRIMARY KEY (id, lastname) +); +CREATE CLUSTERED INDEX idx ON KUTU.testtable (firstname,lastname); +CREATE INDEX idx2 ON KUTU.testtable (price,lastname); +ALTER TABLE KUTU.testtable ADD + height REAL, + weight REAL; +ALTER TABLE KUTU.testtable ALTER COLUMN height REAL NOT NULL; +ALTER TABLE KUTU.testtable ALTER COLUMN weight REAL NOT NULL; + + +-------------------------------------------------------------------------------- +*/ + + +echo "

    Test XML Schema

    "; +$ff = file('xmlschema.xml'); +echo "
    ";
    +foreach($ff as $xml) echo htmlspecialchars($xml);
    +echo "
    "; +include_once('test-xmlschema.php'); +?> diff --git a/e_lib/adodb5/tests/test-perf.php b/e_lib/adodb5/tests/test-perf.php new file mode 100644 index 00000000..bdeae281 --- /dev/null +++ b/e_lib/adodb5/tests/test-perf.php @@ -0,0 +1,50 @@ + $v) { + if (strncmp($k,'test',4) == 0) $_SESSION['_db'] = $k; + } +} + +if (isset($_SESSION['_db'])) { + $_db = $_SESSION['_db']; + $_GET[$_db] = 1; + $$_db = 1; +} + +echo "

    Performance Monitoring

    "; +include_once('testdatabases.inc.php'); + + +function testdb($db) +{ + if (!$db) return; + echo "";print_r($db->ServerInfo()); echo " user=".$db->user.""; + + $perf = NewPerfMonitor($db); + + # unit tests + if (0) { + //$DB->debug=1; + echo "Data Cache Size=".$perf->DBParameter('data cache size').'

    '; + echo $perf->HealthCheck(); + echo($perf->SuspiciousSQL()); + echo($perf->ExpensiveSQL()); + echo($perf->InvalidSQL()); + echo $perf->Tables(); + + echo "

    ";
    +		echo $perf->HealthCheckCLI();
    +		$perf->Poll(3);
    +		die();
    +	}
    +	
    +	if ($perf) $perf->UI(3);
    +}
    + 
    +?>
    diff --git a/e_lib/adodb5/tests/test-pgblob.php b/e_lib/adodb5/tests/test-pgblob.php
    new file mode 100644
    index 00000000..bd6ac1b8
    --- /dev/null
    +++ b/e_lib/adodb5/tests/test-pgblob.php
    @@ -0,0 +1,88 @@
    +Param(false);
    +		$x = (rand() % 10) + 1;
    +		$db->debug= ($i==1);
    +		$id = $db->GetOne($sql,
    +			array('Z%','Z%',$x));
    +		if($id != $offset+$x) {
    +			print "

    Error at $x"; + break; + } + } +} + +include_once('../adodb.inc.php'); +$db = NewADOConnection('postgres7'); +$db->PConnect('localhost','tester','test','test') || die("failed connection"); + +$enc = "GIF89a%01%00%01%00%80%FF%00%C0%C0%C0%00%00%00%21%F9%04%01%00%00%00%00%2C%00%00%00%00%01%00%01%00%00%01%012%00%3Bt_clear.gif%0D"; +$val = rawurldecode($enc); + +$MAX = 1000; + +adodb_pr($db->ServerInfo()); + +echo "

    Testing PREPARE/EXECUTE PLAN

    "; + + +$db->_bindInputArray = true; // requires postgresql 7.3+ and ability to modify database +$t = getmicrotime(); +doloop(); +echo '

    ',$MAX,' times, with plan=',getmicrotime() - $t,'

    '; + + +$db->_bindInputArray = false; +$t = getmicrotime(); +doloop(); +echo '

    ',$MAX,' times, no plan=',getmicrotime() - $t,'

    '; + + + +echo "

    Testing UPDATEBLOB

    "; +$db->debug=1; + +### TEST BEGINS + +$db->Execute("insert into photos (id,name) values(9999,'dot.gif')"); +$db->UpdateBlob('photos','photo',$val,'id=9999'); +$v = $db->GetOne('select photo from photos where id=9999'); + + +### CLEANUP + +$db->Execute("delete from photos where id=9999"); + +### VALIDATION + +if ($v !== $val) echo "*** ERROR: Inserted value does not match downloaded val"; +else echo "*** OK: Passed"; + +echo "
    ";
    +echo "INSERTED: ", $enc;
    +echo "
    "; +echo"RETURNED: ", rawurlencode($v); +echo "

    "; +echo "INSERTED: ", $val; +echo "


    "; +echo "RETURNED: ", $v; + +?> diff --git a/e_lib/adodb5/tests/test-php5.php b/e_lib/adodb5/tests/test-php5.php new file mode 100644 index 00000000..4359f8a3 --- /dev/null +++ b/e_lib/adodb5/tests/test-php5.php @@ -0,0 +1,115 @@ +PHP ".PHP_VERSION."\n"; +try { + +$dbt = 'oci8po'; + +try { +switch($dbt) { +case 'oci8po': + $db = NewADOConnection("oci8po"); + + $db->Connect('localhost','scott','natsoft','sherkhan'); + break; +default: +case 'mysql': + $db = NewADOConnection("mysql"); + $db->Connect('localhost','root','','northwind'); + break; + +case 'mysqli': + $db = NewADOConnection("mysqli://root:@localhost/northwind"); + //$db->Connect('localhost','root','','test'); + break; +} +} catch (exception $e){ + echo "Connect Failed"; + adodb_pr($e); + die(); +} + +$db->debug=1; + +$cnt = $db->GetOne("select count(*) from adoxyz where ?Prepare("select * from adoxyz where ?ErrorMsg(),"\n"; +$rs = $db->Execute($stmt,array(10,20)); + +echo "
    Foreach Iterator Test (rand=".rand().")
    "; +$i = 0; +foreach($rs as $v) { + $i += 1; + echo "rec $i: "; $s1 = adodb_pr($v,true); $s2 = adodb_pr($rs->fields,true); + if ($s1 != $s2 && !empty($v)) {adodb_pr($s1); adodb_pr($s2);} + else echo "passed
    "; + flush(); +} + +$rs = new ADORecordSet_empty(); +foreach($rs as $v) { + echo "

    empty ";var_dump($v); +} + + +if ($i != $cnt) die("actual cnt is $i, cnt should be $cnt\n"); +else echo "Count $i is correct
    "; + +$rs = $db->Execute("select bad from badder"); + +} catch (exception $e) { + adodb_pr($e); + echo "

    adodb_backtrace:

    \n"; + $e = adodb_backtrace($e->gettrace()); +} + +$rs = $db->Execute("select distinct id, firstname,lastname from adoxyz order by id"); +echo "Result=\n",$rs,"

    "; + +echo "

    Active Record

    "; + + include_once("../adodb-active-record.inc.php"); + ADOdb_Active_Record::SetDatabaseAdapter($db); + +try { + class City extends ADOdb_Active_Record{}; + $a = new City(); + +} catch(exception $e){ + echo $e->getMessage(); +} + +try { + + $a = new City(); + + echo "

    Successfully created City()
    "; + #var_dump($a->GetPrimaryKeys()); + $a->city = 'Kuala Lumpur'; + $a->Save(); + $a->Update(); + #$a->SetPrimaryKeys(array('city')); + $a->country = "M'sia"; + $a->save(); + $a->Delete(); +} catch(exception $e){ + echo $e->getMessage(); +} + +//include_once("test-active-record.php"); +?> diff --git a/e_lib/adodb5/tests/test-xmlschema.php b/e_lib/adodb5/tests/test-xmlschema.php new file mode 100644 index 00000000..c3af505d --- /dev/null +++ b/e_lib/adodb5/tests/test-xmlschema.php @@ -0,0 +1,54 @@ +Connect( 'localhost', 'root', '', 'test' ) || die('fail connect1'); + +// To create a schema object and build the query array. +$schema = new adoSchema( $db ); + +// To upgrade an existing schema object, use the following +// To upgrade an existing database to the provided schema, +// uncomment the following line: +#$schema->upgradeSchema(); + +print "SQL to build xmlschema.xml:\n

    ";
    +// Build the SQL array
    +$sql = $schema->ParseSchema( "xmlschema.xml" );
    +
    +var_dump( $sql );
    +print "
    \n"; + +// Execute the SQL on the database +//$result = $schema->ExecuteSchema( $sql ); + +// Finally, clean up after the XML parser +// (PHP won't do this for you!) +//$schema->Destroy(); + + + +print "SQL to build xmlschema-mssql.xml:\n
    ";
    +
    +$db2 = ADONewConnection('mssql');
    +$db2->Connect('','adodb','natsoft','northwind') || die("Fail 2");
    +
    +$db2->Execute("drop table simple_table");
    +
    +$schema = new adoSchema( $db2 );
    +$sql = $schema->ParseSchema( "xmlschema-mssql.xml" );
    +
    +print_r( $sql );
    +print "
    \n"; + +$db2->debug=1; + +foreach ($sql as $s) +$db2->Execute($s); +?> diff --git a/e_lib/adodb5/tests/test.php b/e_lib/adodb5/tests/test.php new file mode 100644 index 00000000..baa73a57 --- /dev/null +++ b/e_lib/adodb5/tests/test.php @@ -0,0 +1,1748 @@ +$msg

    "; + flush(); +} + +function CheckWS($conn) +{ +global $ADODB_EXTENSION; + + include_once('../session/adodb-session.php'); + if (defined('CHECKWSFAIL')){ echo " TESTING $conn ";flush();} + $saved = $ADODB_EXTENSION; + $db = ADONewConnection($conn); + $ADODB_EXTENSION = $saved; + if (headers_sent()) { + print "

    White space detected in adodb-$conn.inc.php or include file...

    "; + //die(); + } +} + +function do_strtolower(&$arr) +{ + foreach($arr as $k => $v) { + if (is_object($v)) $arr[$k] = adodb_pr($v,true); + else $arr[$k] = strtolower($v); + } +} + + +function CountExecs($db, $sql, $inputarray) +{ +global $EXECS; $EXECS++; +} + +function CountCachedExecs($db, $secs2cache, $sql, $inputarray) +{ +global $CACHED; $CACHED++; +} + +// the table creation code is specific to the database, so we allow the user +// to define their own table creation stuff + +function testdb(&$db,$createtab="create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)") +{ +GLOBAL $ADODB_vers,$ADODB_CACHE_DIR,$ADODB_FETCH_MODE,$ADODB_COUNTRECS; + + //adodb_pr($db); + +?>
    +

    +
     
    +

    +Execute('select lastname,firstname,lastname,id from ADOXYZ'); + $arr = $rs->GetAssoc(); + echo "
    ";print_r($arr);
    +	die();*/
    +	
    +	if (!$db) die("testdb: database not inited");
    +	GLOBAL $EXECS, $CACHED;
    +	
    +	$EXECS = 0;
    +	$CACHED = 0;
    +	//$db->Execute("drop table adodb_logsql");
    +	if ((rand()%3) == 0) @$db->Execute("delete from adodb_logsql");
    +	$db->debug=1;
    +	
    +	$db->fnExecute = 'CountExecs';
    +	$db->fnCacheExecute = 'CountCachedExecs';
    +	
    +	if (empty($_GET['nolog'])) {
    +		echo "

    SQL Logging enabled

    "; + $db->LogSQL();/* + $sql = +"SELECT t1.sid, t1.sid, t1.title, t1.hometext, t1.notes, t1.aid, t1.informant, +t2.url, t2.email, t1.catid, t3.title, t1.topic, t4.topicname, t4.topicimage, +t4.topictext, t1.score, t1.ratings, t1.counter, t1.comments, t1.acomm +FROM `nuke_stories` `t1`, `nuke_authors` `t2`, `nuke_stories_cat` `t3`, `nuke_topics` `t4` + WHERE ((t2.aid=t1.aid) AND (t3.catid=t1.catid) AND (t4.topicid=t1.topic) + AND ((t1.alanguage='german') OR (t1.alanguage='')) AND (t1.ihome='0')) + ORDER BY t1.time DESC"; + $db->SelectLimit($sql); + echo $db->ErrorMsg();*/ + } + $ADODB_CACHE_DIR = dirname(TempNam('/tmp','testadodb')); + $db->debug = false; + //print $db->UnixTimeStamp('2003-7-22 23:00:00'); + + $phpv = phpversion(); + if (defined('ADODB_EXTENSION')) $ext = '   Extension '.ADODB_EXTENSION.' installed'; + else $ext = ''; + print "

    ADODB Version: $ADODB_vers Host: $db->host   Database: $db->database   PHP: $phpv $ext

    "; + + flush(); + + if (function_exists('date_default_timezone_set')) date_default_timezone_set('Asia/Kuala_Lumpur'); + + $arr = $db->ServerInfo(); + print_r($arr); + echo E_ALL,' ',E_STRICT, "
    "; + $e = error_reporting(E_ALL | E_STRICT); + echo error_reporting(),'

    '; + flush(); + #$db->debug=1; + $tt = $db->Time(); + if ($tt == 0) echo '
    $db->Time failed'; + else echo "
    db->Time: ".date('d-m-Y H:i:s',$tt); + echo '
    '; + + echo "Date=",$db->UserDate('2002-04-07'),'
    '; + print "date1 (1969-02-20) = ".$db->DBDate('1969-2-20'); + print "
    date1 (1999-02-20) = ".$db->DBDate('1999-2-20'); + print "
    date1.1 1999 = ".$db->DBDate("'1999'"); + print "
    date2 (1970-1-2) = ".$db->DBDate(24*3600)."

    "; + print "ts1 (1999-02-20 13:40:50) = ".$db->DBTimeStamp('1999-2-20 1:40:50 pm'); + print "
    ts1.1 (1999-02-20 13:40:00) = ".$db->DBTimeStamp('1999-2-20 13:40'); + print "
    ts2 (1999-02-20) = ".$db->DBTimeStamp('1999-2-20'); + print "
    ts3 (1970-1-2 +/- timezone) = ".$db->DBTimeStamp(24*3600); + print "
    Fractional TS (1999-2-20 13:40:50.91): ".$db->DBTimeStamp($db->UnixTimeStamp('1999-2-20 13:40:50.91+1')); + $dd = $db->UnixDate('1999-02-20'); + print "
    unixdate 1999-02-20 = ".date('Y-m-d',$dd)."

    "; + print "
    ts4 =".($db->UnixTimeStamp("19700101000101")+8*3600); + print "
    ts5 =".$db->DBTimeStamp($db->UnixTimeStamp("20040110092123")); + print "
    ts6 =".$db->UserTimeStamp("20040110092123"); + print "
    ts7 =".$db->DBTimeStamp("20040110092123"); + flush(); + // mssql too slow in failing bad connection + if (false && $db->databaseType != 'mssql') { + print "

    Testing bad connection. Ignore following error msgs:
    "; + $db2 = ADONewConnection(); + $rez = $db2->Connect("bad connection"); + $err = $db2->ErrorMsg(); + print "Error='$err'

    "; + if ($rez) print "Cannot check if connection failed. The Connect() function returned true.

    "; + } + #error_reporting($e); + flush(); + + //$ADODB_COUNTRECS=false; + $rs=$db->Execute('select * from ADOXYZ order by id'); + if($rs === false) $create = true; + else $rs->Close(); + + //if ($db->databaseType !='vfp') $db->Execute("drop table ADOXYZ"); + + if ($create) { + if (false && $db->databaseType == 'ibase') { + print "Please create the following table for testing:

    $createtab

    "; + return; + } else { + $db->debug = 99; + # $e = error_reporting(E_ALL-E_WARNING); + $db->Execute($createtab); + # error_reporting($e); + } + } + #error_reporting(E_ALL); + echo "

    Testing Metatypes

    "; + $t = $db->MetaType('varchar'); + if ($t != 'C') Err("Bad Metatype for varchar"); + + $rs = $db->Execute("delete from ADOXYZ"); // some ODBC drivers will fail the drop so we delete + if ($rs) { + if(! $rs->EOF) print "Error: RecordSet returned by Execute('delete...') should show EOF

    "; + $rs->Close(); + } else print "err=".$db->ErrorMsg(); + + print "

    Test select on empty table, FetchField when EOF, and GetInsertSQL

    "; + $rs = $db->Execute("select id,firstname from ADOXYZ where id=9999"); + if ($rs && !$rs->EOF) print "Error: RecordSet returned by Execute(select...') on empty table should show EOF

    "; + if ($rs->EOF && (($ox = $rs->FetchField(0)) && !empty($ox->name))) { + $record['id'] = 99; + $record['firstname'] = 'John'; + $sql = $db->GetInsertSQL($rs, $record); + if (strtoupper($sql) != strtoupper("INSERT INTO ADOXYZ ( id, firstname ) VALUES ( 99, 'John' )")) Err("GetInsertSQL does not work on empty table: $sql"); + } else { + Err("FetchField does not work on empty recordset, meaning GetInsertSQL will fail..."); + } + if ($rs) $rs->Close(); + flush(); + //$db->debug=true; + print "

    Testing Commit: "; + $time = $db->DBDate(time()); + if (!$db->BeginTrans()) { + print 'Transactions not supported

    '; + if ($db->hasTransactions) Err("hasTransactions should be false"); + } else { /* COMMIT */ + if (!$db->hasTransactions) Err("hasTransactions should be true"); + if ($db->transCnt != 1) Err("Invalid transCnt = $db->transCnt (should be 1)"); + $rs = $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values (99,'Should Not','Exist (Commit)',$time)"); + if ($rs && $db->CommitTrans()) { + $rs->Close(); + $rs = $db->Execute("select * from ADOXYZ where id=99"); + if ($rs === false || $rs->EOF) { + print 'Data not saved

    '; + $rs = $db->Execute("select * from ADOXYZ where id=99"); + print_r($rs); + die(); + } else print 'OK

    '; + if ($rs) $rs->Close(); + } else { + if (!$rs) { + print "Insert failed

    "; + $db->RollbackTrans(); + } else print "Commit failed

    "; + } + if ($db->transCnt != 0) Err("Invalid transCnt = $db->transCnt (should be 0)"); + + /* ROLLBACK */ + if (!$db->BeginTrans()) print "

    Error in BeginTrans()

    "; + print "

    Testing Rollback: "; + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values (100,'Should Not','Exist (Rollback)',$time)"); + if ($db->RollbackTrans()) { + $rs = $db->Execute("select * from ADOXYZ where id=100"); + if ($rs && !$rs->EOF) print 'Fail: Data should rollback

    '; + else print 'OK

    '; + if ($rs) $rs->Close(); + } else + print "Commit failed

    "; + + $rs = $db->Execute('delete from ADOXYZ where id>50'); + if ($rs) $rs->Close(); + + if ($db->transCnt != 0) Err("Invalid transCnt = $db->transCnt (should be 0)"); + } + + if (1) { + print "

    Testing MetaDatabases()

    "; + print_r( $db->MetaDatabases()); + + print "

    Testing MetaTables() and MetaColumns()

    "; + $a = $db->MetaTables(); + if ($a===false) print "MetaTables not supported

    "; + else { + print "Array of tables and views: "; + foreach($a as $v) print " ($v) "; + print '

    '; + } + + $a = $db->MetaTables('VIEW'); + if ($a===false) print "MetaTables not supported (views)

    "; + else { + print "Array of views: "; + foreach($a as $v) print " ($v) "; + print '

    '; + } + + $a = $db->MetaTables(false,false,'aDo%'); + if ($a===false) print "MetaTables not supported (mask)

    "; + else { + print "Array of ado%: "; + foreach($a as $v) print " ($v) "; + print '

    '; + } + + $a = $db->MetaTables('TABLE'); + if ($a===false) print "MetaTables not supported

    "; + else { + print "Array of tables: "; + foreach($a as $v) print " ($v) "; + print '

    '; + } + + $db->debug=0; + $rez = $db->MetaColumns("NOSUCHTABLEHERE"); + if ($rez !== false) { + Err("MetaColumns error handling failed"); + var_dump($rez); + } + $db->debug=1; + $a = $db->MetaColumns('ADOXYZ'); + if ($a===false) print "MetaColumns not supported

    "; + else { + print "

    Columns of ADOXYZ:
    "; + foreach($a as $v) {print_r($v); echo "
    ";} + echo "
    "; + } + + print "

    Testing MetaIndexes

    "; + + $a = $db->MetaIndexes(('ADOXYZ'),true); + if ($a===false) print "MetaIndexes not supported

    "; + else { + print "

    Indexes of ADOXYZ:
    "; + adodb_pr($a); + echo "
    "; + } + print "

    Testing MetaPrimaryKeys

    "; + $a = $db->MetaPrimaryKeys('ADOXYZ'); + var_dump($a); + } + $rs = $db->Execute('delete from ADOXYZ'); + if ($rs) $rs->Close(); + + $db->debug = false; + + + switch ($db->databaseType) { + case 'vfp': + + if (0) { + // memo test + $rs = $db->Execute("select data from memo"); + rs2html($rs); + } + break; + + case 'postgres7': + case 'postgres64': + case 'postgres': + case 'ibase': + print "

    Encode=".$db->BlobEncode("abc\0d\"' +ef")."

    ";//' + + print "

    Testing Foreign Keys

    "; + $arr = $db->MetaForeignKeys('ADOXYZ',false,true); + print_r($arr); + if (!$arr) Err("No MetaForeignKeys"); + break; + + case 'odbc_mssql': + case 'mssqlpo': + print "

    Testing Foreign Keys

    "; + $arr = $db->MetaForeignKeys('Orders',false,true); + print_r($arr); + if (!$arr) Err("Bad MetaForeignKeys"); + if ($db->databaseType == 'odbc_mssql') break; + + case 'mssql': + + +/* +ASSUME Northwind available... + +CREATE PROCEDURE SalesByCategory + @CategoryName nvarchar(15), @OrdYear nvarchar(4) = '1998' +AS +IF @OrdYear != '1996' AND @OrdYear != '1997' AND @OrdYear != '1998' +BEGIN + SELECT @OrdYear = '1998' +END + +SELECT ProductName, + TotalPurchase=ROUND(SUM(CONVERT(decimal(14,2), OD.Quantity * (1-OD.Discount) * OD.UnitPrice)), 0) +FROM [Order Details] OD, Orders O, Products P, Categories C +WHERE OD.OrderID = O.OrderID + AND OD.ProductID = P.ProductID + AND P.CategoryID = C.CategoryID + AND C.CategoryName = @CategoryName + AND SUBSTRING(CONVERT(nvarchar(22), O.OrderDate, 111), 1, 4) = @OrdYear +GROUP BY ProductName +ORDER BY ProductName +GO + + +CREATE PROCEDURE ADODBTestSP +@a nvarchar(25) +AS +SELECT GETDATE() AS T, @a AS A +GO +*/ + print "

    Testing Stored Procedures for mssql

    "; + $saved = $db->debug; + $db->debug=true; + $assoc = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $cmd = $db->PrepareSP('ADODBTestSP'); + $ss = "You should see me in the output."; + $db->InParameter($cmd,$ss,'a'); + $rs = $db->Execute($cmd); + #var_dump($rs->fields); + echo $rs->fields['T']." --- ".$rs->fields['A']."---
    "; + + $cat = 'Dairy Products'; + $yr = '1998'; + + $stmt = $db->PrepareSP('SalesByCategory'); + $db->InParameter($stmt,$cat,'CategoryName'); + $db->InParameter($stmt,$yr,'OrdYear'); + $rs = $db->Execute($stmt); + rs2html($rs); + + $cat = 'Grains/Cereals'; + $yr = 1998; + + $stmt = $db->PrepareSP('SalesByCategory'); + $db->InParameter($stmt,$cat,'CategoryName'); + $db->InParameter($stmt,$yr,'OrdYear'); + $rs = $db->Execute($stmt); + rs2html($rs); + + $ADODB_FETCH_MODE = $assoc; + + /* + Test out params - works in PHP 4.2.3 and 4.3.3 and 4.3.8 but not 4.3.0: + + CREATE PROCEDURE at_date_interval + @days INTEGER, + @start VARCHAR(20) OUT, + @end VARCHAR(20) OUT + AS + BEGIN + set @start = CONVERT(VARCHAR(20), getdate(), 101) + set @end =CONVERT(VARCHAR(20), dateadd(day, @days, getdate()), 101 ) + END + GO + */ + $db->debug=1; + $stmt = $db->PrepareSP('at_date_interval'); + $days = 10; + $begin_date = ''; + $end_date = ''; + $db->InParameter($stmt,$days,'days', 4, SQLINT4); + $db->OutParameter($stmt,$begin_date,'start', 20, SQLVARCHAR ); + $db->OutParameter($stmt,$end_date,'end', 20, SQLVARCHAR ); + $db->Execute($stmt); + if (empty($begin_date) or empty($end_date) or $begin_date == $end_date) { + Err("MSSQL SP Test for OUT Failed"); + print "begin=$begin_date end=$end_date

    "; + } else print "(Today +10days) = (begin=$begin_date end=$end_date)

    "; + + $db->debug = $saved; + break; + case 'oci8': + case 'oci8po': + + if (0) { + $t = getmicrotime(); + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $arr = $db->GetArray('select * from abalone_tree'); + $arr = $db->GetArray('select * from abalone_tree'); + $arr = $db->GetArray('select * from abalone_tree'); + echo "

    t = ",getmicrotime() - $t,"

    "; + die(); + } + + # cleanup + $db->Execute("delete from photos where id=99 or id=1"); + $db->Execute("insert into photos (id) values(1)"); + $db->Execute("update photos set photo=null,descclob=null where id=1"); + + $saved = $db->debug; + $db->debug=true; + + + + /* + CREATE TABLE PHOTOS + ( + ID NUMBER(16) primary key, + PHOTO BLOB, + DESCRIPTION VARCHAR2(4000 BYTE), + DESCCLOB CLOB + ); + + INSERT INTO PHOTOS (ID) VALUES(1); + */ + $s = ''; + for ($i = 0; $i <= 500; $i++) { + $s .= '1234567890'; + } + + $sql = "INSERT INTO photos ( ID, photo) ". + "VALUES ( :id, empty_blob() )". + " RETURNING photo INTO :xx"; + + + $blob_data = $s; + $id = 99; + + $stmt = $db->PrepareSP($sql); + $db->InParameter($stmt, $id, 'id'); + $blob = $db->InParameter($stmt, $s, 'xx',-1, OCI_B_BLOB); + $db->StartTrans(); + $result = $db->Execute($stmt); + $db->CompleteTrans(); + + $s2= $db->GetOne("select photo from photos where id=99"); + echo "
    ---$s2"; + if ($s !== $s2) Err("insert blob does not match"); + + print "

    Testing Blob: size=".strlen($s)."

    "; + $ok = $db->Updateblob('photos','photo',$s,'id=1'); + if (!$ok) Err("Blob failed 1"); + else { + $s2= $db->GetOne("select photo from photos where id=1"); + if ($s !== $s2) Err("updateblob does not match"); + } + + print "

    Testing Clob: size=".strlen($s)."

    "; + $ok = $db->UpdateClob('photos','descclob',$s,'id=1'); + if (!$ok) Err("Clob failed 1"); + else { + $s2= $db->GetOne("select descclob from photos where id=1"); + if ($s !== $s2) Err("updateclob does not match"); + } + + + $s = ''; + $s2 = ''; + print "

    Testing Foreign Keys

    "; + $arr = $db->MetaForeignKeys('emp','scott'); + print_r($arr); + if (!$arr) Err("Bad MetaForeignKeys"); +/* +-- TEST PACKAGE +-- "Set scan off" turns off substitution variables. +Set scan off; + +CREATE OR REPLACE PACKAGE Adodb AS +TYPE TabType IS REF CURSOR RETURN TAB%ROWTYPE; +PROCEDURE open_tab (tabcursor IN OUT TabType,tablenames IN VARCHAR); +PROCEDURE open_tab2 (tabcursor IN OUT TabType,tablenames IN OUT VARCHAR) ; +PROCEDURE data_out(input IN VARCHAR, output OUT VARCHAR); +PROCEDURE data_in(input IN VARCHAR); +PROCEDURE myproc (p1 IN NUMBER, p2 OUT NUMBER); +END Adodb; +/ + + +CREATE OR REPLACE PACKAGE BODY Adodb AS +PROCEDURE open_tab (tabcursor IN OUT TabType,tablenames IN VARCHAR) IS + BEGIN + OPEN tabcursor FOR SELECT * FROM TAB WHERE tname LIKE tablenames; + END open_tab; + + PROCEDURE open_tab2 (tabcursor IN OUT TabType,tablenames IN OUT VARCHAR) IS + BEGIN + OPEN tabcursor FOR SELECT * FROM TAB WHERE tname LIKE tablenames; + tablenames := 'TEST'; + END open_tab2; + +PROCEDURE data_out(input IN VARCHAR, output OUT VARCHAR) IS + BEGIN + output := 'Cinta Hati '||input; + END; + +PROCEDURE data_in(input IN VARCHAR) IS + ignore varchar(1000); + BEGIN + ignore := input; + END; + +PROCEDURE myproc (p1 IN NUMBER, p2 OUT NUMBER) AS +BEGIN +p2 := p1; +END; +END Adodb; +/ + +*/ + + print "

    Testing Cursor Variables

    "; + $rs = $db->ExecuteCursor("BEGIN adodb.open_tab(:zz,'A%'); END;",'zz'); + + if ($rs && !$rs->EOF) { + $v = $db->GetOne("SELECT count(*) FROM tab where tname like 'A%'"); + if ($v == $rs->RecordCount()) print "Test 1 RowCount: OK

    "; + else Err("Test 1 RowCount ".$rs->RecordCount().", actual = $v"); + } else { + print "Error in using Cursor Variables 1

    "; + } + $rs->Close(); + + print "

    Testing Stored Procedures for oci8

    "; + + $stmt = $db->PrepareSP("BEGIN adodb.data_out(:a1, :a2); END;"); + $a1 = 'Malaysia'; + //$a2 = ''; # a2 doesn't even need to be defined! + $db->InParameter($stmt,$a1,'a1'); + $db->OutParameter($stmt,$a2,'a2'); + $rs = $db->Execute($stmt); + if ($rs) { + if ($a2 !== 'Cinta Hati Malaysia') print "Stored Procedure Error: a2 = $a2

    "; + else echo "OK: a2=$a2

    "; + } else { + print "Error in using Stored Procedure IN/Out Variables

    "; + } + + $tname = 'A%'; + + $stmt = $db->PrepareSP('select * from tab where tname like :tablename'); + $db->Parameter($stmt,$tname,'tablename'); + $rs = $db->Execute($stmt); + rs2html($rs); + + $stmt = $db->PrepareSP("begin adodb.data_in(:a1); end;"); + $db->InParameter($stmt,$a1,'a1'); + $db->Execute($stmt); + + $db->debug = $saved; + break; + + default: + break; + } + $arr = array( + array(1,'Caroline','Miranda'), + array(2,'John','Lim'), + array(3,'Wai Hun','See') + ); + //$db->debug=1; + print "

    Testing Bulk Insert of 3 rows

    "; + + $sql = "insert into ADOXYZ (id,firstname,lastname) values (".$db->Param('0').",".$db->Param('1').",".$db->Param('2').")"; + $db->StartTrans(); + $db->Execute($sql,$arr); + $db->CompleteTrans(); + $rs = $db->Execute('select * from ADOXYZ order by id'); + if (!$rs || $rs->RecordCount() != 3) Err("Bad bulk insert"); + + rs2html($rs); + + $db->Execute('delete from ADOXYZ'); + + print "

    Inserting 50 rows

    "; + + for ($i = 0; $i < 5; $i++) { + + $time = $db->DBDate(time()); + if (empty($_GET['hide'])) $db->debug = true; + switch($db->databaseType){ + case 'mssqlpo': + case 'mssql': + $sqlt = "CREATE TABLE mytable ( + row1 INT IDENTITY(1,1) NOT NULL, + row2 varchar(16), + PRIMARY KEY (row1))"; + //$db->debug=1; + if (!$db->Execute("delete from mytable")) + $db->Execute($sqlt); + + $ok = $db->Execute("insert into mytable (row2) values ('test')"); + $ins_id=$db->Insert_ID(); + echo "Insert ID=";var_dump($ins_id); + if ($ins_id == 0) Err("Bad Insert_ID()"); + $ins_id2 = $db->GetOne("select row1 from mytable"); + if ($ins_id != $ins_id2) Err("Bad Insert_ID() 2"); + + $arr = array(0=>'Caroline',1=>'Miranda'); + $sql = "insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+0,?,?,$time)"; + break; + case 'mysqli': + case 'mysqlt': + case 'mysql': + $sqlt = "CREATE TABLE `mytable` ( + `row1` int(11) NOT NULL auto_increment, + `row2` varchar(16) NOT NULL default '', + PRIMARY KEY (`row1`), + KEY `myindex` (`row1`,`row2`) +) "; + if (!$db->Execute("delete from mytable")) + $db->Execute($sqlt); + + $ok = $db->Execute("insert into mytable (row2) values ('test')"); + $ins_id=$db->Insert_ID(); + echo "Insert ID=";var_dump($ins_id); + if ($ins_id == 0) Err("Bad Insert_ID()"); + $ins_id2 = $db->GetOne("select row1 from mytable"); + if ($ins_id != $ins_id2) Err("Bad Insert_ID() 2"); + + default: + $arr = array(0=>'Caroline',1=>'Miranda'); + $sql = "insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+0,?,?,$time)"; + break; + + case 'oci8': + case 'oci805': + $arr = array('first'=>'Caroline','last'=>'Miranda'); + $amt = rand() % 100; + $sql = "insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+0,:first,:last,$time)"; + break; + } + if ($i & 1) { + $sql = $db->Prepare($sql); + } + $rs = $db->Execute($sql,$arr); + + if ($rs === false) Err( 'Error inserting with parameters'); + else $rs->Close(); + $db->debug = false; + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+1,'John','Lim',$time)"); + /*$ins_id=$db->Insert_ID(); + echo "Insert ID=";var_dump($ins_id);*/ + if ($db->databaseType == 'mysql') if ($ins_id == 0) Err('Bad Insert_ID'); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+2,'Mary','Lamb',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+3,'George','Washington',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+4,'Mr. Alan','Tam',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+5,'Alan',".$db->quote("Turing'ton").",$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created)values ($i*10+6,'Serena','Williams',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+7,'Yat Sun','Sun',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+8,'Wai Hun','See',$time )"); + $db->Execute("insert into ADOXYZ (id,firstname,lastname,created) values ($i*10+9,'Steven','Oey',$time )"); + } // for + if (1) { + $db->debug=1; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $cnt = $db->GetOne("select count(*) from ADOXYZ"); + $rs = $db->Execute('update ADOXYZ set id=id+1'); + if (!is_object($rs)) { + print_r($rs); + err("Update should return object"); + } + if (!$rs) err("Update generated error"); + + $nrows = $db->Affected_Rows(); + if ($nrows === false) print "

    Affected_Rows() not supported

    "; + else if ($nrows != $cnt) print "

    Affected_Rows() Error: $nrows returned (should be 50)

    "; + else print "

    Affected_Rows() passed

    "; + } + + if ($db->dataProvider == 'oci8') $array = array('zid'=>1,'zdate'=>date('Y-m-d',time())); + else $array=array(1,date('Y-m-d',time())); + + + #$array = array(1,date('Y-m-d',time())); + $id = $db->GetOne("select id from ADOXYZ + where id=".$db->Param('zid')." and created>=".$db->Param('ZDATE')."", + $array); + if ($id != 1) Err("Bad bind; id=$id"); + else echo "
    Bind date/integer 1 passed"; + + $array =array(1,$db->BindDate(time())); + $id = $db->GetOne("select id from ADOXYZ + where id=".$db->Param('0')." and created>=".$db->Param('1')."", + $array); + if ($id != 1) Err("Bad bind; id=$id"); + else echo "
    Bind date/integer 2 passed"; + + $db->debug = false; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + ////////////////////////////////////////////////////////////////////////////////////////// + + $rs = $db->Execute("select * from ADOXYZ where firstname = 'not known'"); + if (!$rs || !$rs->EOF) print "

    Error on empty recordset

    "; + else if ($rs->RecordCount() != 0) { + print "

    Error on RecordCount. Should be 0. Was ".$rs->RecordCount()."

    "; + print_r($rs->fields); + } + if ($db->databaseType !== 'odbc') { + $rs = $db->Execute("select id,firstname,lastname,created,".$db->random." from ADOXYZ order by id"); + if ($rs) { + if ($rs->RecordCount() != 50) { + print "

    RecordCount returns ".$rs->RecordCount().", should be 50

    "; + adodb_pr($rs->GetArray()); + $poc = $rs->PO_RecordCount('ADOXYZ'); + if ($poc == 50) print "

        PO_RecordCount passed

    "; + else print "

    PO_RecordCount returns wrong value: $poc

    "; + } else print "

    RecordCount() passed

    "; + if (isset($rs->fields['firstname'])) print '

    The fields columns can be indexed by column name.

    '; + else { + Err( '

    The fields columns cannot be indexed by column name.

    '); + print_r($rs->fields); + } + if (empty($_GET['hide'])) rs2html($rs); + } + else print "

    Error in Execute of SELECT with random

    "; + } + $val = $db->GetOne("select count(*) from ADOXYZ"); + if ($val == 50) print "

    GetOne returns ok

    "; + else print "

    Fail: GetOne returns $val

    "; + + echo "GetRow Test"; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $val1 = $db->GetRow("select count(*) from ADOXYZ"); + $val2 = $db->GetRow("select count(*) from ADOXYZ"); + if ($val1[0] == 50 and sizeof($val1) == 1 and $val2[0] == 50 and sizeof($val2) == 1) print "

    GetRow returns ok

    "; + else { + print_r($val); + print "

    Fail: GetRow returns {$val2[0]}

    "; + } + + print "

    FetchObject/FetchNextObject Test

    "; + $rs = $db->Execute('select * from ADOXYZ'); + if ($rs) { + if (empty($rs->connection)) print "Connection object missing from recordset
    "; + + while ($o = $rs->FetchNextObject()) { // calls FetchObject internally + if (!is_string($o->FIRSTNAME) || !is_string($o->LASTNAME)) { + print_r($o); + print "

    Firstname is not string

    "; + break; + } + } + } else { + print "

    Failed rs

    "; + die("

    ADOXYZ table cannot be read - die()"); + } + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + print "

    FetchObject/FetchNextObject Test 2

    "; + #$db->debug=99; + $rs = $db->Execute('select * from ADOXYZ'); + if (empty($rs->connection)) print "Connection object missing from recordset
    "; + print_r($rs->fields); + while ($o = $rs->FetchNextObject()) { // calls FetchObject internally + if (!is_string($o->FIRSTNAME) || !is_string($o->LASTNAME)) { + print_r($o); + print "

    Firstname is not string

    "; + break; + } + } + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + $savefetch = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + + print "

    CacheSelectLimit Test...

    "; + $db->debug=1; + $rs = $db->CacheSelectLimit('select id, firstname from ADOXYZ order by id',2); + + if ($rs && !$rs->EOF) { + if (isset($rs->fields[0])) { + Err("ASSOC has numeric fields"); + print_r($rs->fields); + } + if ($rs->fields['id'] != 1) {Err("Error"); print_r($rs->fields);}; + if (trim($rs->fields['firstname']) != 'Caroline') {print Err("Error 2"); print_r($rs->fields);}; + + $rs->MoveNext(); + if ($rs->fields['id'] != 2) {Err("Error 3"); print_r($rs->fields);}; + $rs->MoveNext(); + if (!$rs->EOF) { + Err("Error EOF"); + print_r($rs); + } + } + + print "

    FETCH_MODE = ASSOC: Should get 1, Caroline

    "; + $rs = $db->SelectLimit('select id,firstname from ADOXYZ order by id',2); + if ($rs && !$rs->EOF) { + if (ADODB_ASSOC_CASE == 2) { + $id = 'ID'; + $fname = 'FIRSTNAME'; + }else { + $id = 'id'; + $fname = 'firstname'; + } + if ($rs->fields[$id] != 1) {Err("Error 1"); print_r($rs->fields);}; + if (trim($rs->fields[$fname]) != 'Caroline') {Err("Error 2"); print_r($rs->fields);}; + $rs->MoveNext(); + if ($rs->fields[$id] != 2) {Err("Error 3"); print_r($rs->fields);}; + $rs->MoveNext(); + if (!$rs->EOF) Err("Error EOF"); + else if (is_array($rs->fields) || $rs->fields) { + Err("Error: ## fields should be set to false on EOF"); + print_r($rs->fields); + } + } + + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + print "

    FETCH_MODE = NUM: Should get 1, Caroline

    "; + $rs = $db->SelectLimit('select id,firstname from ADOXYZ order by id',1); + if ($rs && !$rs->EOF) { + if (isset($rs->fields['id'])) Err("FETCH_NUM has ASSOC fields"); + if ($rs->fields[0] != 1) {Err("Error 1"); print_r($rs->fields);}; + if (trim($rs->fields[1]) != 'Caroline') {Err("Error 2");print_r($rs->fields);}; + $rs->MoveNext(); + if (!$rs->EOF) Err("Error EOF"); + + } + $ADODB_FETCH_MODE = $savefetch; + + $db->debug = false; + print "

    GetRowAssoc Upper: Should get 1, Caroline

    "; + $rs = $db->SelectLimit('select id,firstname from ADOXYZ order by id',1); + if ($rs && !$rs->EOF) { + $arr = $rs->GetRowAssoc(); + if ($arr['ID'] != 1) {Err("Error 1");print_r($arr);}; + if (trim($arr['FIRSTNAME']) != 'Caroline') {Err("Error 2"); print_r($arr);}; + $rs->MoveNext(); + if (!$rs->EOF) Err("Error EOF"); + + } + print "

    GetRowAssoc Lower: Should get 1, Caroline

    "; + $rs = $db->SelectLimit('select id,firstname from ADOXYZ order by id',1); + if ($rs && !$rs->EOF) { + $arr = $rs->GetRowAssoc(false); + if ($arr['id'] != 1) {Err("Error 1"); print_r($arr);}; + if (trim($arr['firstname']) != 'Caroline') {Err("Error 2"); print_r($arr);}; + + } + + print "

    GetCol Test

    "; + $col = $db->GetCol('select distinct firstname from ADOXYZ order by 1'); + if (!is_array($col)) Err("Col size is wrong"); + if (trim($col[0]) != 'Alan' or trim($col[9]) != 'Yat Sun') Err("Col elements wrong"); + + + $col = $db->CacheGetCol('select distinct firstname from ADOXYZ order by 1'); + if (!is_array($col)) Err("Col size is wrong"); + if (trim($col[0]) != 'Alan' or trim($col[9]) != 'Yat Sun') Err("Col elements wrong"); + + $db->debug = true; + + + echo "

    Date Update Test

    "; + $zdate = date('Y-m-d',time()+3600*24); + $zdate = $db->DBDate($zdate); + $db->Execute("update ADOXYZ set created=$zdate where id=1"); + $row = $db->GetRow("select created,firstname from ADOXYZ where id=1"); + print_r($row); echo "
    "; + + + + print "

    SelectLimit Distinct Test 1: Should see Caroline, John and Mary

    "; + $rs = $db->SelectLimit('select distinct * from ADOXYZ order by id',3); + + + if ($rs && !$rs->EOF) { + if (trim($rs->fields[1]) != 'Caroline') Err("Error 1 (exp Caroline), ".$rs->fields[1]); + $rs->MoveNext(); + + if (trim($rs->fields[1]) != 'John') Err("Error 2 (exp John), ".$rs->fields[1]); + $rs->MoveNext(); + if (trim($rs->fields[1]) != 'Mary') Err("Error 3 (exp Mary),".$rs->fields[1]); + $rs->MoveNext(); + if (! $rs->EOF) Err("Error EOF"); + //rs2html($rs); + } else Err("Failed SelectLimit Test 1"); + + print "

    SelectLimit Test 2: Should see Mary, George and Mr. Alan

    "; + $rs = $db->SelectLimit('select * from ADOXYZ order by id',3,2); + if ($rs && !$rs->EOF) { + if (trim($rs->fields[1]) != 'Mary') Err("Error 1 - No Mary, instead: ".$rs->fields[1]); + $rs->MoveNext(); + if (trim($rs->fields[1]) != 'George')Err("Error 2 - No George, instead: ".$rs->fields[1]); + $rs->MoveNext(); + if (trim($rs->fields[1]) != 'Mr. Alan') Err("Error 3 - No Mr. Alan, instead: ".$rs->fields[1]); + $rs->MoveNext(); + if (! $rs->EOF) Err("Error EOF"); + // rs2html($rs); + } + else Err("Failed SelectLimit Test 2 ". ($rs ? 'EOF':'no RS')); + + print "

    SelectLimit Test 3: Should see Wai Hun and Steven

    "; + $db->debug=1; + global $A; $A=1; + $rs = $db->SelectLimit('select * from ADOXYZ order by id',-1,48); + $A=0; + if ($rs && !$rs->EOF) { + if (empty($rs->connection)) print "Connection object missing from recordset
    "; + if (trim($rs->fields[1]) != 'Wai Hun') Err("Error 1 ".$rs->fields[1]); + $rs->MoveNext(); + if (trim($rs->fields[1]) != 'Steven') Err("Error 2 ".$rs->fields[1]); + $rs->MoveNext(); + if (! $rs->EOF) { + Err("Error EOF"); + } + //rs2html($rs); + } + else Err("Failed SelectLimit Test 3"); + $db->debug = false; + + + $rs = $db->Execute("select * from ADOXYZ order by id"); + print "

    Testing Move()

    "; + if (!$rs)Err( "Failed Move SELECT"); + else { + if (!$rs->Move(2)) { + if (!$rs->canSeek) print "

    $db->databaseType: Move(), MoveFirst() nor MoveLast() not supported.

    "; + else print '

    RecordSet->canSeek property should be set to false

    '; + } else { + $rs->MoveFirst(); + if (trim($rs->Fields("firstname")) != 'Caroline') { + print "

    $db->databaseType: MoveFirst failed -- probably cannot scroll backwards

    "; + } + else print "MoveFirst() OK
    "; + + // Move(3) tests error handling -- MoveFirst should not move cursor + $rs->Move(3); + if (trim($rs->Fields("firstname")) != 'George') { + print '

    '.$rs->Fields("id")."$db->databaseType: Move(3) failed

    "; + } else print "Move(3) OK
    "; + + $rs->Move(7); + if (trim($rs->Fields("firstname")) != 'Yat Sun') { + print '

    '.$rs->Fields("id")."$db->databaseType: Move(7) failed

    "; + print_r($rs); + } else print "Move(7) OK
    "; + if ($rs->EOF) Err("Move(7) is EOF already"); + $rs->MoveLast(); + if (trim($rs->Fields("firstname")) != 'Steven'){ + print '

    '.$rs->Fields("id")."$db->databaseType: MoveLast() failed

    "; + print_r($rs); + }else print "MoveLast() OK
    "; + $rs->MoveNext(); + if (!$rs->EOF) err("Bad MoveNext"); + if ($rs->canSeek) { + $rs->Move(3); + if (trim($rs->Fields("firstname")) != 'George') { + print '

    '.$rs->Fields("id")."$db->databaseType: Move(3) after MoveLast failed

    "; + + } else print "Move(3) after MoveLast() OK
    "; + } + + print "

    Empty Move Test"; + $rs = $db->Execute("select * from ADOXYZ where id > 0 and id < 0"); + $rs->MoveFirst(); + if (!$rs->EOF || $rs->fields) Err("Error in empty move first"); + } + } + + $rs = $db->Execute('select * from ADOXYZ where id = 2'); + if ($rs->EOF || !is_array($rs->fields)) Err("Error in select"); + $rs->MoveNext(); + if (!$rs->EOF) Err("Error in EOF (xx) "); + // $db->debug=true; + print "

    Testing ADODB_FETCH_ASSOC and concat: concat firstname and lastname

    "; + + $save = $ADODB_FETCH_MODE; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + if ($db->dataProvider == 'postgres') { + $sql = "select ".$db->Concat('cast(firstname as varchar)',$db->qstr(' '),'lastname')." as fullname,id,".$db->sysTimeStamp." as d from ADOXYZ"; + $rs = $db->Execute($sql); + } else { + $sql = "select distinct ".$db->Concat('firstname',$db->qstr(' '),'lastname')." as fullname,id,".$db->sysTimeStamp." as d from ADOXYZ"; + $rs = $db->Execute($sql); + } + if ($rs) { + if (empty($_GET['hide'])) rs2html($rs); + } else { + Err( "Failed Concat:".$sql); + } + $ADODB_FETCH_MODE = $save; + print "
    Testing GetArray() "; + //$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + + $rs = $db->Execute("select * from ADOXYZ order by id"); + if ($rs) { + $arr = $rs->GetArray(10); + if (sizeof($arr) != 10 || trim($arr[1][1]) != 'John' || trim($arr[1][2]) != 'Lim') print $arr[1][1].' '.$arr[1][2]."   ERROR
    "; + else print " OK
    "; + } + + $arr = $db->GetArray("select x from ADOXYZ"); + $e = $db->ErrorMsg(); $e2 = $db->ErrorNo(); + echo "Testing error handling, should see illegal column 'x' error=$e ($e2)
    "; + if (!$e || !$e2) Err("Error handling did not work"); + print "Testing FetchNextObject for 1 object "; + $rs = $db->Execute("select distinct lastname,firstname from ADOXYZ where firstname='Caroline'"); + $fcnt = 0; + if ($rs) + while ($o = $rs->FetchNextObject()) { + $fcnt += 1; + } + if ($fcnt == 1) print " OK
    "; + else print "FAILED
    "; + + $stmt = $db->Prepare("select * from ADOXYZ where id < 3"); + $rs = $db->Execute($stmt); + if (!$rs) Err("Prepare failed"); + else { + $arr = $rs->GetArray(); + if (!$arr) Err("Prepare failed 2"); + if (sizeof($arr) != 2) Err("Prepare failed 3"); + } + print "Testing GetAssoc() "; + $savecrecs = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = false; + //$arr = $db->GetArray("select lastname,firstname from ADOXYZ"); + //print_r($arr); + print "
    "; + $rs = $db->Execute("select distinct lastname,firstname,created from ADOXYZ"); + + if ($rs) { + $arr = $rs->GetAssoc(); + //print_r($arr); + if (empty($arr['See']) || trim(reset($arr['See'])) != 'Wai Hun') print $arr['See']."   ERROR
    "; + else print " OK 1"; + } + + $arr = $db->GetAssoc("select distinct lastname,firstname from ADOXYZ"); + if ($arr) { + //print_r($arr); + if (empty($arr['See']) || trim($arr['See']) != 'Wai Hun') print $arr['See']."   ERROR
    "; + else print " OK 2
    "; + } + // Comment this out to test countrecs = false + $ADODB_COUNTRECS = $savecrecs; + $db->debug=1; + $query = $db->Prepare("select count(*) from ADOXYZ"); + $rs = $db->CacheExecute(10,$query); + if (reset($rs->fields) != 50) echo Err("$cnt wrong for Prepare/CacheGetOne"); + + for ($loop=0; $loop < 1; $loop++) { + print "Testing GetMenu() and CacheExecute
    "; + $db->debug = true; + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + + + + + if ($rs) print 'With blanks, Steven selected:'. $rs->GetMenu('menu','Steven').'
    '; + else print " Fail
    "; + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + + if ($rs) print ' No blanks, Steven selected: '. $rs->GetMenu('menu','Steven',false).'
    '; + else print " Fail
    "; + + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + + if ($rs) print ' 1st line set to **** , Steven selected: '. $rs->GetMenu('menu','Steven','1st:****').'
    '; + else print " Fail
    "; + + + + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + if ($rs) print ' Multiple, Alan selected: '. $rs->GetMenu('menu','Alan',false,true).'
    '; + else print " Fail
    "; + print '


    '; + + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + if ($rs) { + print ' Multiple, Alan and George selected: '. $rs->GetMenu('menu',array('Alan','George'),false,true); + if (empty($rs->connection)) print "Connection object missing from recordset
    "; + } else print " Fail
    "; + print '


    '; + + print "Testing GetMenu3()
    "; + $rs = $db->Execute("select ".$db->Concat('firstname',"'-'",'id').",id, lastname from ADOXYZ order by lastname,id"); + if ($rs) print "Grouped Menu: ".$rs->GetMenu3('name'); + else Err('Grouped Menu GetMenu3()'); + print "
    "; + + print "Testing GetMenu2()
    "; + $rs = $db->CacheExecute(4,"select distinct firstname,lastname from ADOXYZ"); + if ($rs) print 'With blanks, Steven selected:'. $rs->GetMenu2('menu',('Oey')).'
    '; + else print " Fail
    "; + $rs = $db->CacheExecute(6,"select distinct firstname,lastname from ADOXYZ"); + if ($rs) print ' No blanks, Steven selected: '. $rs->GetMenu2('menu',('Oey'),false).'
    '; + else print " Fail
    "; + } + echo "

    CacheExecute

    "; + + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $rs = $db->CacheExecute(6,"select distinct firstname,lastname from ADOXYZ"); + print_r($rs->fields); echo $rs->fetchMode;echo "
    "; + echo $rs->Fields('firstname'); + + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rs = $db->CacheExecute(6,"select distinct firstname,lastname from ADOXYZ"); + print_r($rs->fields);echo "
    "; + echo $rs->Fields('firstname'); + $db->debug = false; + + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + // phplens + + $sql = 'select * from ADOXYZ where 0=1'; + echo "

    **Testing '$sql' (phplens compat 1)

    "; + $rs = $db->Execute($sql); + if (!$rs) err( "No recordset returned for '$sql'"); + if (!$rs->FieldCount()) err( "No fields returned for $sql"); + if (!$rs->FetchField(1)) err( "FetchField failed for $sql"); + + $sql = 'select * from ADOXYZ order by 1'; + echo "

    **Testing '$sql' (phplens compat 2)

    "; + $rs = $db->Execute($sql); + if (!$rs) err( "No recordset returned for '$sql'
    ".$db->ErrorMsg()."
    "); + + + $sql = 'select * from ADOXYZ order by 1,1'; + echo "

    **Testing '$sql' (phplens compat 3)

    "; + $rs = $db->Execute($sql); + if (!$rs) err( "No recordset returned for '$sql'
    ".$db->ErrorMsg()."
    "); + + + // Move + $rs1 = $db->Execute("select id from ADOXYZ where id <= 2 order by 1"); + $rs2 = $db->Execute("select id from ADOXYZ where id = 3 or id = 4 order by 1"); + + if ($rs1) $rs1->MoveLast(); + if ($rs2) $rs2->MoveLast(); + + if (empty($rs1) || empty($rs2) || $rs1->fields[0] != 2 || $rs2->fields[0] != 4) { + $a = $rs1->fields[0]; + $b = $rs2->fields[0]; + print "

    Error in multiple recordset test rs1=$a rs2=$b (should be rs1=2 rs2=4)

    "; + } else + print "

    Testing multiple recordsets OK

    "; + + + echo "

    GenID test: "; + for ($i=1; $i <= 10; $i++) + echo "($i: ",$val = $db->GenID($db->databaseType.'abcseq7' ,5), ") "; + if ($val == 0) Err("GenID not supported"); + + if ($val) { + $db->DropSequence('abc_seq2'); + $db->CreateSequence('abc_seq2'); + $val = $db->GenID('abc_seq2'); + $db->DropSequence('abc_seq2'); + $db->CreateSequence('abc_seq2'); + $val = $db->GenID('abc_seq2'); + if ($val != 1) Err("Drop and Create Sequence not supported ($val)"); + } + echo "

    "; + + if (substr($db->dataProvider,0,3) != 'notused') { // used to crash ado + $sql = "select firstnames from ADOXYZ"; + print "

    Testing execution of illegal statement: $sql

    "; + if ($db->Execute($sql) === false) { + print "

    This returns the following ErrorMsg(): ".$db->ErrorMsg()." and ErrorNo(): ".$db->ErrorNo().'

    '; + } else + print "

    Error in error handling -- Execute() should return false

    "; + } else + print "

    ADO skipped error handling of bad select statement

    "; + + print "

    ASSOC TEST 2
    "; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rs = $db->query('select * from ADOXYZ order by id'); + if ($ee = $db->ErrorMsg()) { + Err("Error message=$ee"); + } + if ($ee = $db->ErrorNo()) { + Err("Error No = $ee"); + } + print_r($rs->fields); + for($i=0;$i<$rs->FieldCount();$i++) + { + $fld=$rs->FetchField($i); + print "
    Field name is ".$fld->name; + print " ".$rs->Fields($fld->name); + } + + + print "

    BOTH TEST 2
    "; + if ($db->dataProvider == 'ado') { + print "ADODB_FETCH_BOTH not supported for dataProvider=".$db->dataProvider."
    "; + } else { + $ADODB_FETCH_MODE = ADODB_FETCH_BOTH; + $rs = $db->query('select * from ADOXYZ order by id'); + for($i=0;$i<$rs->FieldCount();$i++) + { + $fld=$rs->FetchField($i); + print "
    Field name is ".$fld->name; + print " ".$rs->Fields($fld->name); + } + } + + print "

    NUM TEST 2
    "; + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $rs = $db->query('select * from ADOXYZ order by id'); + for($i=0;$i<$rs->FieldCount();$i++) + { + $fld=$rs->FetchField($i); + print "
    Field name is ".$fld->name; + print " ".$rs->Fields($fld->name); + } + + print "

    ASSOC Test of SelectLimit
    "; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rs = $db->selectlimit('select * from ADOXYZ order by id',3,4); + $cnt = 0; + while ($rs && !$rs->EOF) { + $cnt += 1; + if (!isset($rs->fields['firstname'])) { + print "
    ASSOC returned numeric field

    "; + break; + } + $rs->MoveNext(); + } + if ($cnt != 3) print "
    Count should be 3, instead it was $cnt

    "; + + + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + if ($db->sysDate) { + $saved = $db->debug; + $db->debug = 1; + $rs = $db->Execute("select {$db->sysDate} from ADOXYZ where id=1"); + if (ADORecordSet::UnixDate(date('Y-m-d')) != $rs->UnixDate($rs->fields[0])) { + print "

    Invalid date {$rs->fields[0]}

    "; + } else + print "

    Passed \$sysDate test ({$rs->fields[0]})

    "; + + print_r($rs->FetchField(0)); + print time(); + $db->debug=$saved; + } else { + print "

    \$db->sysDate not defined

    "; + } + + print "

    Test CSV

    "; + include_once('../toexport.inc.php'); + //$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $rs = $db->SelectLimit('select id,firstname,lastname,created,\'He, he\' he,\'"\' q from ADOXYZ',10); + + print "
    ";
    +	print rs2csv($rs);
    +	print "
    "; + + $rs = $db->SelectLimit('select id,firstname,lastname,created,\'The "young man", he said\' from ADOXYZ',10); + + if (PHP_VERSION < 5) { + print "
    ";
    +		rs2tabout($rs);
    +		print "
    "; + } + #print " CacheFlush "; + #$db->CacheFlush(); + + $date = $db->SQLDate('d-m-M-Y-\QQ h:i:s A'); + $sql = "SELECT $date from ADOXYZ"; + print "

    Test SQLDate: ".htmlspecialchars($sql)."

    "; + $rs = $db->SelectLimit($sql,1); + $d = date('d-m-M-Y-').'Q'.(ceil(date('m')/3.0)).date(' h:i:s A'); + if (!$rs) Err("SQLDate query returned no recordset"); + else if ($d != $rs->fields[0]) Err("SQLDate 1 failed expected:
    act:$d
    sql:".$rs->fields[0]); + + $date = $db->SQLDate('d-m-M-Y-\QQ h:i:s A',$db->DBDate("1974-02-25")); + $sql = "SELECT $date from ADOXYZ"; + print "

    Test SQLDate: ".htmlspecialchars($sql)."

    "; + $db->debug=1; + $rs = $db->SelectLimit($sql,1); + $ts = ADOConnection::UnixDate('1974-02-25'); + $d = date('d-m-M-Y-',$ts).'Q'.(ceil(date('m',$ts)/3.0)).date(' h:i:s A',$ts); + if (!$rs) { + Err("SQLDate query returned no recordset"); + echo $db->ErrorMsg(),'
    '; + } else if ($d != reset($rs->fields)) { + Err("SQLDate 2 failed expected:
    act:$d
    sql:".$rs->fields[0].'
    '.$db->ErrorMsg()); + } + + + print "

    Test Filter

    "; + $db->debug = 1; + + $rs = $db->SelectLimit('select * from ADOXYZ where id < 3 order by id'); + + $rs = RSFilter($rs,'do_strtolower'); + if (trim($rs->fields[1]) != 'caroline' && trim($rs->fields[2]) != 'miranda') { + err('**** RSFilter failed'); + print_r($rs->fields); + } + + rs2html($rs); + + $db->debug=1; + + + print "

    Test Replace

    "; + + $ret = $db->Replace('ADOXYZ', + array('id'=>1,'firstname'=>'Caroline','lastname'=>'Miranda'), + array('id'), + $autoq = true); + if (!$ret) echo "

    Error in replacing existing record

    "; + else { + $saved = $db->debug; + $db->debug = 0; + $savec = $ADODB_COUNTRECS; + $ADODB_COUNTRECS = true; + $rs = $db->Execute('select * FROM ADOXYZ where id=1'); + $db->debug = $saved; + if ($rs->RecordCount() != 1) { + $cnt = $rs->RecordCount(); + rs2html($rs); + print "Error - Replace failed, count=$cnt

    "; + } + $ADODB_COUNTRECS = $savec; + } + $ret = $db->Replace('ADOXYZ', + array('id'=>1000,'firstname'=>'Harun','lastname'=>'Al-Rashid'), + array('id','firstname'), + $autoq = true); + if ($ret != 2) print "Replace failed: "; + print "test A return value=$ret (2 expected)

    "; + + $ret = $db->Replace('ADOXYZ', + array('id'=>1000,'firstname'=>'Sherazade','lastname'=>'Al-Rashid'), + 'id', + $autoq = true); + if ($ret != 1) + if ($db->dataProvider == 'ibase' && $ret == 2); + else print "Replace failed: "; + print "test B return value=$ret (1 or if ibase then 2 expected)

    "; + + print "

    rs2rs Test

    "; + + $rs = $db->Execute('select * from ADOXYZ where id>= 1 order by id'); + $rs = $db->_rs2rs($rs); + $rs->valueX = 'X'; + $rs->MoveNext(); + $rs = $db->_rs2rs($rs); + if (!isset($rs->valueX)) err("rs2rs does not preserve array recordsets"); + if (reset($rs->fields) != 1) err("rs2rs does not move to first row: id=".reset($rs->fields)); + + ///////////////////////////////////////////////////////////// + include_once('../pivottable.inc.php'); + print "

    Pivot Test

    "; + $db->debug=true; + $sql = PivotTableSQL( + $db, # adodb connection + 'ADOXYZ', # tables + 'firstname', # row fields + 'lastname', # column fields + false, # join + 'ID', # sum + 'Sum ', # label for sum + 'sum', # aggregate function + true + ); + $rs = $db->Execute($sql); + if ($rs) rs2html($rs); + else Err("Pivot sql error"); + + $pear = false; //true; + $db->debug=false; + + if ($pear) { + // PEAR TESTS BELOW + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + + include_once "PEAR.php"; + $rs = $db->query('select * from ADOXYZ where id>0 and id<10 order by id'); + + $i = 0; + if ($rs && !$rs->EOF) { + while ($arr = $rs->fetchRow()) { + $i++; + //print "$i "; + if ($arr[0] != $i) { + print_r($arr); + print "

    PEAR DB emulation error 1.

    "; + $pear = false; + break; + } + } + $rs->Close(); + } + + + if ($i != $db->GetOne('select count(*) from ADOXYZ where id>0 and id<10')) { + print "

    PEAR DB emulation error 1.1 EOF ($i)

    "; + $pear = false; + } + + $rs = $db->limitQuery('select * from ADOXYZ where id>0 order by id',$i=3,$top=3); + $i2 = $i; + if ($rs && !$rs->EOF) { + + while (!is_object($rs->fetchInto($arr))) { + $i2++; + + // print_r($arr); + // print "$i ";print_r($arr); + if ($arr[0] != $i2) { + print "

    PEAR DB emulation error 2.

    "; + $pear = false; + break; + } + } + $rs->Close(); + } + if ($i2 != $i+$top) { + print "

    PEAR DB emulation error 2.1 EOF (correct=$i+$top, actual=$i2)

    "; + $pear = false; + } + } + if ($pear) print "

    PEAR DB emulation passed.

    "; + flush(); + + + $rs = $db->SelectLimit("select ".$db->sysDate." from ADOXYZ",1); + $date = $rs->fields[0]; + if (!$date) Err("Bad sysDate"); + else { + $ds = $db->UserDate($date,"d m Y"); + if ($ds != date("d m Y")) Err("Bad UserDate: ".$ds.' expected='.date("d m Y")); + else echo "Passed UserDate: $ds

    "; + } + $db->debug=1; + if ($db->dataProvider == 'oci8') + $rs = $db->SelectLimit("select to_char(".$db->sysTimeStamp.",'YYYY-MM-DD HH24:MI:SS') from ADOXYZ",1); + else + $rs = $db->SelectLimit("select ".$db->sysTimeStamp." from ADOXYZ",1); + $date = $rs->fields[0]; + if (!$date) Err("Bad sysTimeStamp"); + else { + $ds = $db->UserTimeStamp($date,"H \\h\\r\\s-d m Y"); + if ($ds != date("H \\h\\r\\s-d m Y")) Err("Bad UserTimeStamp: ".$ds.", correct is ".date("H \\h\\r\\s-d m Y")); + else echo "Passed UserTimeStamp: $ds

    "; + + $date = 100; + $ds = $db->UserTimeStamp($date,"H \\h\\r\\s-d m Y"); + $ds2 = date("H \\h\\r\\s-d m Y",$date); + if ($ds != $ds2) Err("Bad UserTimeStamp 2: $ds: $ds2"); + else echo "Passed UserTimeStamp 2: $ds

    "; + } + flush(); + + if ($db->hasTransactions) { + $db->debug=1; + echo "

    Testing StartTrans CompleteTrans

    "; + $db->raiseErrorFn = false; + + $db->SetTransactionMode('SERIALIZABLE'); + $db->StartTrans(); + $rs = $db->Execute('select * from notable'); + $db->StartTrans(); + $db->BeginTrans(); + $db->Execute("update ADOXYZ set firstname='Carolx' where id=1"); + $db->CommitTrans(); + $db->CompleteTrans(); + $rez = $db->CompleteTrans(); + $db->SetTransactionMode(''); + $db->debug=0; + if ($rez !== false) { + if (is_null($rez)) Err("Error: _transOK not modified"); + else Err("Error: CompleteTrans (1) should have failed"); + } else { + $name = $db->GetOne("Select firstname from ADOXYZ where id=1"); + if ($name == "Carolx") Err("Error: CompleteTrans (2) should have failed"); + else echo "

    -- Passed StartTrans test1 - rolling back

    "; + } + + $db->StartTrans(); + $db->BeginTrans(); + $db->Execute("update ADOXYZ set firstname='Carolx' where id=1"); + $db->RollbackTrans(); + $rez = $db->CompleteTrans(); + if ($rez !== true) Err("Error: CompleteTrans (1) should have succeeded"); + else { + $name = $db->GetOne("Select firstname from ADOXYZ where id=1"); + if (trim($name) != "Carolx") Err("Error: CompleteTrans (2) should have succeeded, returned name=$name"); + else echo "

    -- Passed StartTrans test2 - commiting

    "; + } + } + flush(); + $saved = $db->debug; + $db->debug=1; + $cnt = _adodb_getcount($db, 'select * from ADOXYZ where firstname in (select firstname from ADOXYZ)'); + echo "Count= $cnt"; + $db->debug=$saved; + + global $TESTERRS; + $debugerr = true; + + global $ADODB_LANG;$ADODB_LANG = 'fr'; + $db->debug = false; + $TESTERRS = 0; + $db->raiseErrorFn = 'adodb_test_err'; + global $ERRNO; // from adodb_test_err + $db->Execute('select * from nowhere'); + $metae = $db->MetaError($ERRNO); + if ($metae !== DB_ERROR_NOSUCHTABLE) print "

    MetaError=".$metae." wrong, should be ".DB_ERROR_NOSUCHTABLE."

    "; + else print "

    MetaError ok (".DB_ERROR_NOSUCHTABLE."): ".$db->MetaErrorMsg($metae)."

    "; + if ($TESTERRS != 1) print "raiseErrorFn select nowhere failed
    "; + $rs = $db->Execute('select * from ADOXYZ'); + if ($debugerr) print " Move"; + $rs->Move(100); + $rs->_queryID = false; + if ($debugerr) print " MoveNext"; + $rs->MoveNext(); + if ($debugerr) print " $rs=false"; + $rs = false; + + flush(); + + print "

    SetFetchMode() tests

    "; + $db->SetFetchMode(ADODB_FETCH_ASSOC); + $rs = $db->SelectLimit('select firstname from ADOXYZ',1); + if (!isset($rs->fields['firstname'])) Err("BAD FETCH ASSOC"); + + $ADODB_FETCH_MODE = ADODB_FETCH_NUM; + $rs = $db->SelectLimit('select firstname from ADOXYZ',1); + //var_dump($rs->fields); + if (!isset($rs->fields['firstname'])) Err("BAD FETCH ASSOC"); + + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $db->SetFetchMode(ADODB_FETCH_NUM); + $rs = $db->SelectLimit('select firstname from ADOXYZ',1); + if (!isset($rs->fields[0])) Err("BAD FETCH NUM"); + + flush(); + + print "

    Test MetaTables again with SetFetchMode()

    "; + $ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + $db->SetFetchMode(ADODB_FETCH_ASSOC); + print_r($db->MetaTables()); + print "

    "; + + //////////////////////////////////////////////////////////////////// + + print "

    Testing Bad Connection

    "; + flush(); + + if (true || PHP_VERSION < 5) { + if ($db->dataProvider == 'odbtp') $db->databaseType = 'odbtp'; + $conn = NewADOConnection($db->databaseType); + $conn->raiseErrorFn = 'adodb_test_err'; + if (1) $conn->PConnect('abc','baduser','badpassword'); + if ($TESTERRS == 2) print "raiseErrorFn tests passed
    "; + else print "raiseErrorFn tests failed ($TESTERRS)
    "; + + flush(); + } + //////////////////////////////////////////////////////////////////// + + global $nocountrecs; + + if (isset($nocountrecs) && $ADODB_COUNTRECS) err("Error: \$ADODB_COUNTRECS is set"); + if (empty($nocountrecs) && $ADODB_COUNTRECS==false) err("Error: \$ADODB_COUNTRECS is not set"); + + flush(); +?> +

    +
     
    +

    +Close(); + if ($rs2) $rs2->Close(); + if ($rs) $rs->Close(); + $db->Close(); + + if ($db->transCnt != 0) Err("Error in transCnt=$db->transCnt (should be 0)"); + + + printf("

    Total queries=%d; total cached=%d

    ",$EXECS+$CACHED, $CACHED); + flush(); +} + +function adodb_test_err($dbms, $fn, $errno, $errmsg, $p1=false, $p2=false) +{ +global $TESTERRS,$ERRNO; + + $ERRNO = $errno; + $TESTERRS += 1; + print "** $dbms ($fn): errno=$errno   errmsg=$errmsg ($p1,$p2)
    "; +} + +//-------------------------------------------------------------------------------------- + + +@set_time_limit(240); // increase timeout + +include("../tohtml.inc.php"); +include("../adodb.inc.php"); +include("../rsfilter.inc.php"); + +/* White Space Check */ + +if (isset($_SERVER['argv'][1])) { + //print_r($_SERVER['argv']); + $_GET[$_SERVER['argv'][1]] = 1; +} + +if (@$_SERVER['COMPUTERNAME'] == 'TIGRESS') { + CheckWS('mysqlt'); + CheckWS('postgres'); + CheckWS('oci8po'); + + CheckWS('firebird'); + CheckWS('sybase'); + if (!ini_get('safe_mode')) CheckWS('informix'); + + CheckWS('ado_mssql'); + CheckWS('ado_access'); + CheckWS('mssql'); + + CheckWS('vfp'); + CheckWS('sqlanywhere'); + CheckWS('db2'); + CheckWS('access'); + CheckWS('odbc_mssql'); + CheckWS('firebird15'); + // + CheckWS('oracle'); + CheckWS('proxy'); + CheckWS('fbsql'); + print "White Space Check complete

    "; +} +if (sizeof($_GET) == 0) $testmysql = true; + + +foreach($_GET as $k=>$v) { + //global $$k; + $$k = $v; +} + +?> + +ADODB Testing + +

    ADODB Test

    + +This script tests the following databases: Interbase, Oracle, Visual FoxPro, Microsoft Access (ODBC and ADO), MySQL, MSSQL (ODBC, native, ADO). +There is also support for Sybase, PostgreSQL.

    +For the latest version of ADODB, visit
    adodb.sourceforge.net.

    + +Test GetInsertSQL/GetUpdateSQL   + Sessions   + Paging   + Perf Monitor

    +vers=",ADOConnection::Version(); + + + +?> +

    ADODB Database Library (c) 2000-2009 John Lim. All rights reserved. Released under BSD and LGPL, PHP .

    + + diff --git a/e_lib/adodb5/tests/test2.php b/e_lib/adodb5/tests/test2.php new file mode 100644 index 00000000..7842e327 --- /dev/null +++ b/e_lib/adodb5/tests/test2.php @@ -0,0 +1,26 @@ +debug=1; + $access = 'd:\inetpub\wwwroot\php\NWIND.MDB'; + $myDSN = 'PROVIDER=Microsoft.Jet.OLEDB.4.0;' + . 'DATA SOURCE=' . $access . ';'; + + echo "

    PHP ",PHP_VERSION,"

    "; + + $db->Connect($myDSN) || die('fail'); + + print_r($db->ServerInfo()); + + try { + $rs = $db->Execute("select $db->sysTimeStamp,* from adoxyz where id>02xx"); + print_r($rs->fields); + } catch(exception $e) { + print_r($e); + echo "

    Date m/d/Y =",$db->UserDate($rs->fields[4],'m/d/Y'); + } +?> diff --git a/e_lib/adodb5/tests/test3.php b/e_lib/adodb5/tests/test3.php new file mode 100644 index 00000000..fefc339d --- /dev/null +++ b/e_lib/adodb5/tests/test3.php @@ -0,0 +1,44 @@ +Connect('','scott','natsoft'); +$db->debug=1; + +$cnt = $db->GetOne("select count(*) from adoxyz"); +$rs = $db->Execute("select * from adoxyz order by id"); + +$i = 0; +foreach($rs as $k => $v) { + $i += 1; + echo $k; adodb_pr($v); + flush(); +} + +if ($i != $cnt) die("actual cnt is $i, cnt should be $cnt\n"); + + + +$rs = $db->Execute("select bad from badder"); + +} catch (exception $e) { + adodb_pr($e); + $e = adodb_backtrace($e->trace); +} + +?> diff --git a/e_lib/adodb5/tests/test4.php b/e_lib/adodb5/tests/test4.php new file mode 100644 index 00000000..57784a3c --- /dev/null +++ b/e_lib/adodb5/tests/test4.php @@ -0,0 +1,143 @@ +PConnect("", "sa", "natsoft", "northwind"); // connect to MySQL, testdb + +$conn = ADONewConnection("mysql"); // create a connection +$conn->PConnect("localhost", "root", "", "test"); // connect to MySQL, testdb + + +#$conn = ADONewConnection('oci8po'); +#$conn->Connect('','scott','natsoft'); + +if (PHP_VERSION >= 5) { + $connstr = "mysql:dbname=northwind"; + $u = 'root';$p=''; + $conn = ADONewConnection('pdo'); + $conn->Connect($connstr, $u, $p); +} +//$ADODB_FETCH_MODE = ADODB_FETCH_ASSOC; + + +$conn->debug=1; +$conn->Execute("delete from adoxyz where lastname like 'Smi%'"); + +$rs = $conn->Execute($sql); // Execute the query and get the empty recordset +$record = array(); // Initialize an array to hold the record data to insert + +if (strpos($conn->databaseType,'mysql')===false) $record['id'] = 751; +$record["firstname"] = 'Jann'; +$record["lastname"] = "Smitts"; +$record["created"] = time(); + +$insertSQL = $conn->GetInsertSQL($rs, $record); +$conn->Execute($insertSQL); // Insert the record into the database + +if (strpos($conn->databaseType,'mysql')===false) $record['id'] = 752; +// Set the values for the fields in the record +$record["firstname"] = 'anull'; +$record["lastname"] = "Smith\$@//"; +$record["created"] = time(); + +if (isset($_GET['f'])) $ADODB_FORCE_TYPE = $_GET['f']; + +//$record["id"] = -1; + +// Pass the empty recordset and the array containing the data to insert +// into the GetInsertSQL function. The function will process the data and return +// a fully formatted insert sql statement. +$insertSQL = $conn->GetInsertSQL($rs, $record); +$conn->Execute($insertSQL); // Insert the record into the database + + + +$insertSQL2 = $conn->GetInsertSQL($table='ADOXYZ', $record); +if ($insertSQL != $insertSQL2) echo "

    Walt's new stuff failed: $insertSQL2

    "; +//========================== +// This code tests an update + +$sql = " +SELECT * +FROM ADOXYZ WHERE lastname=".$conn->Param('var'). " ORDER BY 1"; +// Select a record to update + +$varr = array('var'=>$record['lastname'].''); +$rs = $conn->Execute($sql,$varr); // Execute the query and get the existing record to update +if (!$rs || $rs->EOF) print "

    No record found!

    "; + +$record = array(); // Initialize an array to hold the record data to update + + +// Set the values for the fields in the record +$record["firstName"] = "Caroline".rand(); +//$record["lasTname"] = ""; // Update Caroline's lastname from Miranda to Smith +$record["creAted"] = '2002-12-'.(rand()%30+1); +$record['num'] = ''; +// Pass the single record recordset and the array containing the data to update +// into the GetUpdateSQL function. The function will process the data and return +// a fully formatted update sql statement. +// If the data has not changed, no recordset is returned + +$updateSQL = $conn->GetUpdateSQL($rs, $record); +$conn->Execute($updateSQL,$varr); // Update the record in the database +if ($conn->Affected_Rows() != 1)print "

    Error1 : Rows Affected=".$conn->Affected_Rows().", should be 1

    "; + +$record["firstName"] = "Caroline".rand(); +$record["lasTname"] = "Smithy Jones"; // Update Caroline's lastname from Miranda to Smith +$record["creAted"] = '2002-12-'.(rand()%30+1); +$record['num'] = 331; +$updateSQL = $conn->GetUpdateSQL($rs, $record); +$conn->Execute($updateSQL,$varr); // Update the record in the database +if ($conn->Affected_Rows() != 1)print "

    Error 2: Rows Affected=".$conn->Affected_Rows().", should be 1

    "; + +$rs = $conn->Execute("select * from ADOXYZ where lastname like 'Sm%'"); +//adodb_pr($rs); +rs2html($rs); + +$record["firstName"] = "Carol-new-".rand(); +$record["lasTname"] = "Smithy"; // Update Caroline's lastname from Miranda to Smith +$record["creAted"] = '2002-12-'.(rand()%30+1); +$record['num'] = 331; + +$conn->AutoExecute('ADOXYZ',$record,'UPDATE', "lastname like 'Sm%'"); +$rs = $conn->Execute("select * from ADOXYZ where lastname like 'Sm%'"); +//adodb_pr($rs); +rs2html($rs); +} + + +testsql(); +?> diff --git a/e_lib/adodb5/tests/test5.php b/e_lib/adodb5/tests/test5.php new file mode 100644 index 00000000..cc9b7a6a --- /dev/null +++ b/e_lib/adodb5/tests/test5.php @@ -0,0 +1,47 @@ +debug=1; + $conn->PConnect("localhost","root","","xphplens"); + print $conn->databaseType.':'.$conn->GenID().'
    '; +} + +if (0) { + $conn = ADONewConnection("oci8"); // create a connection + $conn->debug=1; + $conn->PConnect("falcon", "scott", "tiger", "juris8.ecosystem.natsoft.com.my"); // connect to MySQL, testdb + print $conn->databaseType.':'.$conn->GenID(); +} + +if (0) { + $conn = ADONewConnection("ibase"); // create a connection + $conn->debug=1; + $conn->Connect("localhost:c:\\Interbase\\Examples\\Database\\employee.gdb", "sysdba", "masterkey", ""); // connect to MySQL, testdb + print $conn->databaseType.':'.$conn->GenID().'
    '; +} + +if (0) { + $conn = ADONewConnection('postgres'); + $conn->debug=1; + @$conn->PConnect("susetikus","tester","test","test"); + print $conn->databaseType.':'.$conn->GenID().'
    '; +} +?> diff --git a/e_lib/adodb5/tests/test_rs_array.php b/e_lib/adodb5/tests/test_rs_array.php new file mode 100644 index 00000000..28a31925 --- /dev/null +++ b/e_lib/adodb5/tests/test_rs_array.php @@ -0,0 +1,47 @@ +InitArray($array,$typearr); + +while (!$rs->EOF) { + print_r($rs->fields);echo "
    "; + $rs->MoveNext(); +} + +echo "
    1 Seek
    "; +$rs->Move(1); +while (!$rs->EOF) { + print_r($rs->fields);echo "
    "; + $rs->MoveNext(); +} + +echo "
    2 Seek
    "; +$rs->Move(2); +while (!$rs->EOF) { + print_r($rs->fields);echo "
    "; + $rs->MoveNext(); +} + +echo "
    3 Seek
    "; +$rs->Move(3); +while (!$rs->EOF) { + print_r($rs->fields);echo "
    "; + $rs->MoveNext(); +} + + + +die(); +?> diff --git a/e_lib/adodb5/tests/testcache.php b/e_lib/adodb5/tests/testcache.php new file mode 100644 index 00000000..24b50208 --- /dev/null +++ b/e_lib/adodb5/tests/testcache.php @@ -0,0 +1,29 @@ + + +PConnect('nwind'); +} else { + $db = ADONewConnection('mysql'); + $db->PConnect('mangrove','root','','xphplens'); +} +if (isset($cache)) $rs = $db->CacheExecute(120,'select * from products'); +else $rs = $db->Execute('select * from products'); + +$arr = $rs->GetArray(); +print sizeof($arr); +?> diff --git a/e_lib/adodb5/tests/testdatabases.inc.php b/e_lib/adodb5/tests/testdatabases.inc.php new file mode 100644 index 00000000..473a06f3 --- /dev/null +++ b/e_lib/adodb5/tests/testdatabases.inc.php @@ -0,0 +1,452 @@ + + +
    +
    +> Access
    +> Interbase
    +> MSSQL
    + > MySQL
    +> MySQL ODBC
    +> MySQLi +
    +
    > SQLite
    +> MySQL Proxy
    +> Oracle (oci8)
    +> PostgreSQL
    +> PostgreSQL ODBC
    +
    +> PgSQL PDO
    +> MySQL PDO
    +> SQLite PDO
    +> Access PDO
    +> MSSQL PDO
    + +> OCI PDO
    + +
    > DB2
    +> VFP+ODBTP
    +> ADO (for mssql and access)
    +> $ADODB_COUNTRECS=false
    +> No SQL Logging
    +> ADOdb time test +
    + + + +FETCH MODE IS NOT ADODB_FETCH_DEFAULT"; + +if (isset($nocountrecs)) $ADODB_COUNTRECS = false; + +// cannot test databases below, but we include them anyway to check +// if they parse ok... + +if (sizeof($_GET) || !isset($_SERVER['HTTP_HOST'])) { + echo "
    "; + ADOLoadCode2("sybase"); + ADOLoadCode2("postgres"); + ADOLoadCode2("postgres7"); + ADOLoadCode2("firebird"); + ADOLoadCode2("borland_ibase"); + ADOLoadCode2("informix"); + ADOLoadCode2("sqlanywhere"); + ADOLoadCode2('mysqli'); + ADOLoadCode2("access"); + ADOLoadCode2("mysql"); + ADOLoadCode2("oci8"); +} + +function ADOLoadCode2($d) +{ + ADOLoadCode($d); + $c = ADONewConnection($d); + echo "Loaded $d ",($c ? 'ok' : 'extension not installed'),"
    "; +} + +flush(); +if (!empty($testpostgres)) { + //ADOLoadCode("postgres"); + + $db = ADONewConnection('postgres'); + print "

    Connecting $db->databaseType...

    "; + if ($db->Connect("localhost","tester","test","test")) { + testdb($db,"create table ADOXYZ (id integer, firstname char(24), lastname varchar,created date)"); + }else + print "ERROR: PostgreSQL requires a database called test on server, user tester, password test.
    ".$db->ErrorMsg(); +} + +if (!empty($testpgodbc)) { + + $db = ADONewConnection('odbc'); + $db->hasTransactions = false; + print "

    Connecting $db->databaseType...

    "; + + if ($db->PConnect('Postgresql')) { + $db->hasTransactions = true; + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date) type=innodb"); + } else print "ERROR: PostgreSQL requires a database called test on server, user tester, password test.
    ".$db->ErrorMsg(); +} + +if (!empty($testibase)) { + //$_GET['nolog'] = true; + $db = ADONewConnection('firebird'); + print "

    Connecting $db->databaseType...

    "; + if ($db->PConnect("localhost:d:\\firebird\\151\\examples\\EMPLOYEE.fdb", "sysdba", "masterkey", "")) + testdb($db,"create table ADOXYZ (id integer, firstname char(24), lastname char(24),price numeric(12,2),created date)"); + else print "ERROR: Interbase test requires a database called employee.gdb".'
    '.$db->ErrorMsg(); + +} + + +if (!empty($testsqlite)) { + $path =urlencode('d:\inetpub\adodb\sqlite.db'); + $dsn = "sqlite://$path/"; + $db = ADONewConnection($dsn); + //echo $dsn; + + //$db = ADONewConnection('sqlite'); + + + if ($db && $db->PConnect("d:\\inetpub\\adodb\\sqlite.db", "", "", "")) { + print "

    Connecting $db->databaseType...

    "; + testdb($db,"create table ADOXYZ (id int, firstname char(24), lastname char(24),created datetime)"); + } else + print "ERROR: SQLite"; + +} + +if (!empty($testpdopgsql)) { + $connstr = "pgsql:dbname=test"; + $u = 'tester';$p='test'; + $db = ADONewConnection('pdo'); + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +if (!empty($testpdomysql)) { + $connstr = "mysql:dbname=northwind"; + $u = 'root';$p=''; + $db = ADONewConnection('pdo'); + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +if (!empty($testpdomssql)) { + $connstr = "mssql:dbname=northwind"; + $u = 'sa';$p='natsoft'; + $db = ADONewConnection('pdo'); + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +if (!empty($testpdosqlite)) { + $connstr = "sqlite:d:/inetpub/adodb/sqlite-pdo.db3"; + $u = '';$p=''; + $db = ADONewConnection('pdo'); + $db->hasTransactions = false; + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +if (!empty($testpdoaccess)) { + $connstr = 'odbc:nwind'; + $u = '';$p=''; + $db = ADONewConnection('pdo'); + $db->hasTransactions = false; + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +if (!empty($testpdoora)) { + $connstr = 'oci:'; + $u = 'scott';$p='natsoft'; + $db = ADONewConnection('pdo'); + #$db->hasTransactions = false; + print "

    Connecting $db->databaseType...

    "; + $db->Connect($connstr,$u,$p) || die("CONNECT FAILED"); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); +} + +// REQUIRES ODBC DSN CALLED nwind +if (!empty($testaccess)) { + $db = ADONewConnection('access'); + print "

    Connecting $db->databaseType...

    "; + $access = 'd:\inetpub\wwwroot\php\NWIND.MDB'; + $dsn = "nwind"; + $dsn = "Driver={Microsoft Access Driver (*.mdb)};Dbq=$access;Uid=Admin;Pwd=;"; + + //$dsn = 'Provider=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=' . $access . ';'; + if ($db->PConnect($dsn, "", "", "")) + testdb($db,"create table ADOXYZ (id int, firstname char(24), lastname char(24),created datetime)"); + else print "ERROR: Access test requires a Windows ODBC DSN=nwind, Access driver"; + +} + +if (!empty($testaccess) && !empty($testado)) { // ADO ACCESS + + $db = ADONewConnection("ado_access"); + print "

    Connecting $db->databaseType...

    "; + + $access = 'd:\inetpub\wwwroot\php\NWIND.MDB'; + $myDSN = 'PROVIDER=Microsoft.Jet.OLEDB.4.0;' + . 'DATA SOURCE=' . $access . ';'; + //. 'USER ID=;PASSWORD=;'; + $_GET['nolog'] = 1; + if ($db->PConnect($myDSN, "", "", "")) { + print "ADO version=".$db->_connectionID->version."
    "; + testdb($db,"create table ADOXYZ (id int, firstname char(24), lastname char(24),created datetime)"); + } else print "ERROR: Access test requires a Access database $access".'
    '.$db->ErrorMsg(); + +} + +if (!empty($testvfp)) { // ODBC + $db = ADONewConnection('vfp'); + print "

    Connecting $db->databaseType...

    ";flush(); + + if ( $db->PConnect("vfp-adoxyz")) { + testdb($db,"create table d:\\inetpub\\adodb\\ADOXYZ (id int, firstname char(24), lastname char(24),created date)"); + } else print "ERROR: Visual FoxPro test requires a Windows ODBC DSN=vfp-adoxyz, VFP driver"; + + echo "
    "; + $db = ADONewConnection('odbtp'); + + if ( $db->PConnect('localhost','DRIVER={Microsoft Visual FoxPro Driver};SOURCETYPE=DBF;SOURCEDB=d:\inetpub\adodb;EXCLUSIVE=NO;')) { + print "

    Connecting $db->databaseType...

    ";flush(); + testdb($db,"create table d:\\inetpub\\adodb\\ADOXYZ (id int, firstname char(24), lastname char(24),created date)"); + } else print "ERROR: Visual FoxPro odbtp requires a Windows ODBC DSN=vfp-adoxyz, VFP driver"; + +} + + +// REQUIRES MySQL server at localhost with database 'test' +if (!empty($testmysql)) { // MYSQL + + + if (PHP_VERSION >= 5 || $_SERVER['HTTP_HOST'] == 'localhost') $server = 'localhost'; + else $server = "mangrove"; + $user = 'root'; $password = ''; $database = 'northwind'; + $db = ADONewConnection("mysqlt://$user:$password@$server/$database?persist"); + print "

    Connecting $db->databaseType...

    "; + + if (true || $db->PConnect($server, "root", "", "northwind")) { + //$db->Execute("DROP TABLE ADOXYZ") || die('fail drop'); + //$db->debug=1;$db->Execute('drop table ADOXYZ'); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date) Type=InnoDB"); + } else print "ERROR: MySQL test requires a MySQL server on localhost, userid='admin', password='', database='test'".'
    '.$db->ErrorMsg(); +} + +// REQUIRES MySQL server at localhost with database 'test' +if (!empty($testmysqli)) { // MYSQL + + $db = ADONewConnection('mysqli'); + print "

    Connecting $db->databaseType...

    "; + if (PHP_VERSION >= 5 || $_SERVER['HTTP_HOST'] == 'localhost') $server = 'localhost'; + else $server = "mangrove"; + if ($db->PConnect($server, "root", "", "northwind")) { + //$db->debug=1;$db->Execute('drop table ADOXYZ'); + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date)"); + } else print "ERROR: MySQL test requires a MySQL server on localhost, userid='admin', password='', database='test'".'
    '.$db->ErrorMsg(); +} + + +// REQUIRES MySQL server at localhost with database 'test' +if (!empty($testmysqlodbc)) { // MYSQL + + $db = ADONewConnection('odbc'); + $db->hasTransactions = false; + print "

    Connecting $db->databaseType...

    "; + if ($_SERVER['HTTP_HOST'] == 'localhost') $server = 'localhost'; + else $server = "mangrove"; + if ($db->PConnect('mysql', "root", "")) + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date) type=innodb"); + else print "ERROR: MySQL test requires a MySQL server on localhost, userid='admin', password='', database='test'".'
    '.$db->ErrorMsg(); +} + +if (!empty($testproxy)){ + $db = ADONewConnection('proxy'); + print "

    Connecting $db->databaseType...

    "; + if ($_SERVER['HTTP_HOST'] == 'localhost') $server = 'localhost'; + + if ($db->PConnect('http://localhost/php/phplens/adodb/server.php')) + testdb($db, + "create table ADOXYZ (id int, firstname char(24), lastname char(24), created date) type=innodb"); + else print "ERROR: MySQL test requires a MySQL server on localhost, userid='admin', password='', database='test'".'
    '.$db->ErrorMsg(); + +} + +ADOLoadCode('oci805'); +ADOLoadCode("oci8po"); + +if (!empty($testoracle)) { + $dsn = "oci8po";//://scott:natsoft@kk2?persist"; + $db = ADONewConnection($dsn );//'oci8'); + + //$db->debug=1; + print "

    Connecting $db->databaseType...

    "; + if ($db->Connect('', "scott", "natsoft",'condor')) + testdb($db,"create table ADOXYZ (id int, firstname varchar(24), lastname varchar(24),created date)"); + else + print "ERROR: Oracle test requires an Oracle server setup with scott/natsoft".'
    '.$db->ErrorMsg(); + +} +ADOLoadCode("oracle"); // no longer supported +if (false && !empty($testoracle)) { + + $db = ADONewConnection(); + print "

    Connecting $db->databaseType...

    "; + if ($db->PConnect("", "scott", "tiger", "natsoft.domain")) + testdb($db,"create table ADOXYZ (id int, firstname varchar(24), lastname varchar(24),created date)"); + else print "ERROR: Oracle test requires an Oracle server setup with scott/tiger".'
    '.$db->ErrorMsg(); + +} + +ADOLoadCode("odbc_db2"); // no longer supported +if (!empty($testdb2)) { + if (PHP_VERSION>=5.1) { + $db = ADONewConnection("db2"); + print "

    Connecting $db->databaseType...

    "; + + #$db->curMode = SQL_CUR_USE_ODBC; + #$dsn = "driver={IBM db2 odbc DRIVER};Database=test;hostname=localhost;port=50000;protocol=TCPIP; uid=natsoft; pwd=guest"; + if ($db->Connect('localhost','natsoft','guest','test')) { + testdb($db,"create table ADOXYZ (id int, firstname varchar(24), lastname varchar(24),created date)"); + } else print "ERROR: DB2 test requires an server setup with odbc data source db2_sample".'
    '.$db->ErrorMsg(); + } else { + $db = ADONewConnection("odbc_db2"); + print "

    Connecting $db->databaseType...

    "; + + $dsn = "db2test"; + #$db->curMode = SQL_CUR_USE_ODBC; + #$dsn = "driver={IBM db2 odbc DRIVER};Database=test;hostname=localhost;port=50000;protocol=TCPIP; uid=natsoft; pwd=guest"; + if ($db->Connect($dsn)) { + testdb($db,"create table ADOXYZ (id int, firstname varchar(24), lastname varchar(24),created date)"); + } else print "ERROR: DB2 test requires an server setup with odbc data source db2_sample".'
    '.$db->ErrorMsg(); + } +echo "
    "; +flush(); + $dsn = "driver={IBM db2 odbc DRIVER};Database=sample;hostname=localhost;port=50000;protocol=TCPIP; uid=root; pwd=natsoft"; + + $db = ADONewConnection('odbtp'); + if ($db->Connect('127.0.0.1',$dsn)) { + + $db->debug=1; + $arr = $db->GetArray( "||SQLProcedures" ); adodb_pr($arr); + $arr = $db->GetArray( "||SQLProcedureColumns|||GET_ROUTINE_SAR" );adodb_pr($arr); + + testdb($db,"create table ADOXYZ (id int, firstname varchar(24), lastname varchar(24),created date)"); + } else echo ("ERROR Connection"); + echo $db->ErrorMsg(); +} + + +$server = 'localhost'; + + + +ADOLoadCode("mssqlpo"); +if (false && !empty($testmssql)) { // MS SQL Server -- the extension is buggy -- probably better to use ODBC + $db = ADONewConnection("mssqlpo"); + //$db->debug=1; + print "

    Connecting $db->databaseType...

    "; + + $ok = $db->Connect('','sa','natsoft','northwind'); + echo $db->ErrorMsg(); + if ($ok /*or $db->PConnect("mangrove", "sa", "natsoft", "ai")*/) { + AutoDetect_MSSQL_Date_Order($db); + // $db->Execute('drop table adoxyz'); + testdb($db,"create table ADOXYZ (id int, firstname char(24) null, lastname char(24) null,created datetime null)"); + } else print "ERROR: MSSQL test 2 requires a MS SQL 7 on a server='$server', userid='adodb', password='natsoft', database='ai'".'
    '.$db->ErrorMsg(); + +} + + +ADOLoadCode('odbc_mssql'); +if (!empty($testmssql)) { // MS SQL Server via ODBC + $db = ADONewConnection(); + + print "

    Connecting $db->databaseType...

    "; + + $dsn = "PROVIDER=MSDASQL;Driver={SQL Server};Server=$server;Database=northwind;"; + $dsn = 'condor'; + if ($db->PConnect($dsn, "sa", "natsoft", "")) { + testdb($db,"create table ADOXYZ (id int, firstname char(24) null, lastname char(24) null,created datetime null)"); + } + else print "ERROR: MSSQL test 1 requires a MS SQL 7 server setup with DSN setup"; + +} + +ADOLoadCode("ado_mssql"); +if (!empty($testmssql) && !empty($testado) ) { // ADO ACCESS MSSQL -- thru ODBC -- DSN-less + + $db = ADONewConnection("ado_mssql"); + //$db->debug=1; + print "

    Connecting DSN-less $db->databaseType...

    "; + + $myDSN="PROVIDER=MSDASQL;DRIVER={SQL Server};" + . "SERVER=$server;DATABASE=NorthWind;UID=adodb;PWD=natsoft;Trusted_Connection=No"; + + + if ($db->PConnect($myDSN, "", "", "")) + testdb($db,"create table ADOXYZ (id int, firstname char(24) null, lastname char(24) null,created datetime null)"); + else print "ERROR: MSSQL test 2 requires MS SQL 7"; + +} + +if (!empty($testmssql) && !empty($testado)) { // ADO ACCESS MSSQL with OLEDB provider + + $db = ADONewConnection("ado_mssql"); + print "

    Connecting DSN-less OLEDB Provider $db->databaseType...

    "; + //$db->debug=1; + $myDSN="SERVER=localhost;DATABASE=northwind;Trusted_Connection=yes"; + if ($db->PConnect($myDSN, "adodb", "natsoft", 'SQLOLEDB')) { + testdb($db,"create table ADOXYZ (id int, firstname char(24), lastname char(24),created datetime)"); + } else print "ERROR: MSSQL test 2 requires a MS SQL 7 on a server='mangrove', userid='sa', password='', database='ai'"; + +} + + +if (extension_loaded('odbtp') && !empty($testmssql)) { // MS SQL Server via ODBC + $db = ADONewConnection('odbtp'); + + $dsn = "PROVIDER=MSDASQL;Driver={SQL Server};Server=$server;Database=northwind;uid=adodb;pwd=natsoft"; + + if ($db->PConnect('localhost',$dsn, "", "")) { + print "

    Connecting $db->databaseType...

    "; + testdb($db,"create table ADOXYZ (id int, firstname char(24) null, lastname char(24) null,created datetime null)"); + } + else print "ERROR: MSSQL test 1 requires a MS SQL 7 server setup with DSN setup"; + +} + + +print "

    Tests Completed

    "; + +?> diff --git a/e_lib/adodb5/tests/testgenid.php b/e_lib/adodb5/tests/testgenid.php new file mode 100644 index 00000000..2aa45dcf --- /dev/null +++ b/e_lib/adodb5/tests/testgenid.php @@ -0,0 +1,36 @@ +Execute("drop table $table"); + //$db->debug=true; + + $ctr = 5000; + $lastnum = 0; + + while (--$ctr >= 0) { + $num = $db->GenID($table); + if ($num === false) { + print "GenID returned false"; + break; + } + if ($lastnum + 1 == $num) print " $num "; + else { + print " $num "; + flush(); + } + $lastnum = $num; + } +} +?> diff --git a/e_lib/adodb5/tests/testmssql.php b/e_lib/adodb5/tests/testmssql.php new file mode 100644 index 00000000..5de92ebe --- /dev/null +++ b/e_lib/adodb5/tests/testmssql.php @@ -0,0 +1,76 @@ +Connect('127.0.0.1','adodb','natsoft','northwind') or die('Fail'); + +$conn->debug =1; +$query = 'select * from products'; +$conn->SetFetchMode(ADODB_FETCH_ASSOC); +$rs = $conn->Execute($query); +echo "
    ";
    +while( !$rs->EOF ) {
    +	$output[] = $rs->fields;
    +	var_dump($rs->fields);
    +	$rs->MoveNext();
    +	print "

    "; +} +die(); + + +$p = $conn->Prepare('insert into products (productname,unitprice,dcreated) values (?,?,?)'); +echo "

    ";
    +print_r($p);
    +
    +$conn->debug=1;
    +$conn->Execute($p,array('John'.rand(),33.3,$conn->DBDate(time())));
    +
    +$p = $conn->Prepare('select * from products where productname like ?');
    +$arr = $conn->getarray($p,array('V%'));
    +print_r($arr);
    +die();
    +
    +//$conn = ADONewConnection("mssql");
    +//$conn->Connect('mangrove','sa','natsoft','ai');
    +
    +//$conn->Connect('mangrove','sa','natsoft','ai');
    +$conn->debug=1;
    +$conn->Execute('delete from blobtest');
    +
    +$conn->Execute('insert into blobtest (id) values(1)');
    +$conn->UpdateBlobFile('blobtest','b1','../cute_icons_for_site/adodb.gif','id=1');
    +$rs = $conn->Execute('select b1 from blobtest where id=1');
    +
    +$output = "c:\\temp\\test_out-".date('H-i-s').".gif"; 
    +print "Saving file $output, size=".strlen($rs->fields[0])."

    "; +$fd = fopen($output, "wb"); +fwrite($fd, $rs->fields[0]); +fclose($fd); + +print " View Image"; +//$rs = $conn->Execute('SELECT id,SUBSTRING(b1, 1, 10) FROM blobtest'); +//rs2html($rs); +?> diff --git a/e_lib/adodb5/tests/testoci8.php b/e_lib/adodb5/tests/testoci8.php new file mode 100644 index 00000000..f90db33c --- /dev/null +++ b/e_lib/adodb5/tests/testoci8.php @@ -0,0 +1,83 @@ + + +PConnect('','scott','natsoft'); + if (!empty($testblob)) { + $varHoldingBlob = 'ABC DEF GEF John TEST'; + $num = time()%10240; + // create table atable (id integer, ablob blob); + $db->Execute('insert into ATABLE (id,ablob) values('.$num.',empty_blob())'); + $db->UpdateBlob('ATABLE', 'ablob', $varHoldingBlob, 'id='.$num, 'BLOB'); + + $rs = $db->Execute('select * from atable'); + + if (!$rs) die("Empty RS"); + if ($rs->EOF) die("EOF RS"); + rs2html($rs); + } + $stmt = $db->Prepare('select * from adoxyz where id=?'); + for ($i = 1; $i <= 10; $i++) { + $rs = $db->Execute( + $stmt, + array($i)); + + if (!$rs) die("Empty RS"); + if ($rs->EOF) die("EOF RS"); + rs2html($rs); + } +} +if (1) { + $db = ADONewConnection('oci8'); + $db->PConnect('','scott','natsoft'); + $db->debug = true; + $db->Execute("delete from emp where ename='John'"); + print $db->Affected_Rows().'
    '; + $stmt = $db->Prepare('insert into emp (empno, ename) values (:empno, :ename)'); + $rs = $db->Execute($stmt,array('empno'=>4321,'ename'=>'John')); + // prepare not quite ready for prime time + //$rs = $db->Execute($stmt,array('empno'=>3775,'ename'=>'John')); + if (!$rs) die("Empty RS"); + + $db->setfetchmode(ADODB_FETCH_NUM); + + $vv = 'A%'; + $stmt = $db->PrepareSP("BEGIN adodb.open_tab2(:rs,:tt); END;",true); + $db->OutParameter($stmt, $cur, 'rs', -1, OCI_B_CURSOR); + $db->OutParameter($stmt, $vv, 'tt'); + $rs = $db->Execute($stmt); + while (!$rs->EOF) { + adodb_pr($rs->fields); + $rs->MoveNext(); + } + echo " val = $vv"; + +} + +if (0) { + $db = ADONewConnection('odbc_oracle'); + if (!$db->PConnect('local_oracle','scott','tiger')) die('fail connect'); + $db->debug = true; + $rs = $db->Execute( + 'select * from adoxyz where firstname=? and trim(lastname)=?', + array('first'=>'Caroline','last'=>'Miranda')); + if (!$rs) die("Empty RS"); + if ($rs->EOF) die("EOF RS"); + rs2html($rs); +} +?> diff --git a/e_lib/adodb5/tests/testoci8cursor.php b/e_lib/adodb5/tests/testoci8cursor.php new file mode 100644 index 00000000..44561743 --- /dev/null +++ b/e_lib/adodb5/tests/testoci8cursor.php @@ -0,0 +1,111 @@ +PConnect('','scott','natsoft'); + $db->debug = 99; + + +/* +*/ + + define('MYNUM',5); + + + $rs = $db->ExecuteCursor("BEGIN adodb.open_tab(:RS,'A%'); END;"); + + if ($rs && !$rs->EOF) { + print "Test 1 RowCount: ".$rs->RecordCount()."

    "; + } else { + print "Error in using Cursor Variables 1

    "; + } + + print "

    Testing Stored Procedures for oci8

    "; + + $stid = $db->PrepareSP('BEGIN adodb.myproc('.MYNUM.', :myov); END;'); + $db->OutParameter($stid, $myov, 'myov'); + $db->Execute($stid); + if ($myov != MYNUM) print "

    Error with myproc

    "; + + + $stmt = $db->PrepareSP("BEGIN adodb.data_out(:a1, :a2); END;",true); + $a1 = 'Malaysia'; + //$a2 = ''; # a2 doesn't even need to be defined! + $db->InParameter($stmt,$a1,'a1'); + $db->OutParameter($stmt,$a2,'a2'); + $rs = $db->Execute($stmt); + if ($rs) { + if ($a2 !== 'Cinta Hati Malaysia') print "Stored Procedure Error: a2 = $a2

    "; + else echo "OK: a2=$a2

    "; + } else { + print "Error in using Stored Procedure IN/Out Variables

    "; + } + + + $tname = 'A%'; + + $stmt = $db->PrepareSP('select * from tab where tname like :tablename'); + $db->Parameter($stmt,$tname,'tablename'); + $rs = $db->Execute($stmt); + rs2html($rs); + + +?> diff --git a/e_lib/adodb5/tests/testpaging.php b/e_lib/adodb5/tests/testpaging.php new file mode 100644 index 00000000..17fc786f --- /dev/null +++ b/e_lib/adodb5/tests/testpaging.php @@ -0,0 +1,86 @@ +PConnect('localhost','tester','test','test'); +} + +if ($driver == 'access') { + $db = NewADOConnection('access'); + $db->PConnect("nwind", "", "", ""); +} + +if ($driver == 'ibase') { + $db = NewADOConnection('ibase'); + $db->PConnect("localhost:e:\\firebird\\examples\\employee.gdb", "sysdba", "masterkey", ""); + $sql = 'select distinct firstname, lastname from adoxyz order by firstname'; + +} +if ($driver == 'mssql') { + $db = NewADOConnection('mssql'); + $db->Connect('JAGUAR\vsdotnet','adodb','natsoft','northwind'); +} +if ($driver == 'oci8') { + $db = NewADOConnection('oci8'); + $db->Connect('','scott','natsoft'); + +$sql = "select * from (select ID, firstname as \"First Name\", lastname as \"Last Name\" from adoxyz + order by 1)"; +} + +if ($driver == 'access') { + $db = NewADOConnection('access'); + $db->Connect('nwind'); +} + +if (empty($driver) or $driver == 'mysql') { + $db = NewADOConnection('mysql'); + $db->Connect('localhost','root','','test'); +} + +//$db->pageExecuteCountRows = false; + +$db->debug = true; + +if (0) { +$rs = $db->Execute($sql); +include_once('../toexport.inc.php'); +print "

    ";
    +print rs2csv($rs); # return a string
    +
    +print '
    '; +$rs->MoveFirst(); # note, some databases do not support MoveFirst +print rs2tab($rs); # return a string + +print '
    '; +$rs->MoveFirst(); +rs2tabout($rs); # send to stdout directly +print "
    "; +} + +$pager = new ADODB_Pager($db,$sql); +$pager->showPageLinks = true; +$pager->linksPerPage = 10; +$pager->cache = 60; +$pager->Render($rows=7); +?> diff --git a/e_lib/adodb5/tests/testpear.php b/e_lib/adodb5/tests/testpear.php new file mode 100644 index 00000000..32c8f161 --- /dev/null +++ b/e_lib/adodb5/tests/testpear.php @@ -0,0 +1,34 @@ +setFetchMode(ADODB_FETCH_ASSOC); +$rs = $db->Query('select firstname,lastname from adoxyz'); +$cnt = 0; +while ($arr = $rs->FetchRow()) { + print_r($arr); + print "
    "; + $cnt += 1; +} + +if ($cnt != 50) print "Error in \$cnt = $cnt"; +?> diff --git a/e_lib/adodb5/tests/testsessions.php b/e_lib/adodb5/tests/testsessions.php new file mode 100644 index 00000000..439abfc1 --- /dev/null +++ b/e_lib/adodb5/tests/testsessions.php @@ -0,0 +1,98 @@ +Notify Expiring=$ref, sessionkey=$key

    "; +} + +//------------------------------------------------------------------- + +error_reporting(E_ALL); + + +ob_start(); +include('../session/adodb-cryptsession2.php'); + +$options['debug'] = 1; +$db = 'oci8'; + +#### CONNECTION +switch($db) { +case 'oci8': + $options['table'] = 'adodb_sessions2'; + ADOdb_Session::config('oci8', '', 'jcollect_bkrm', 'natsoft', '',$options); + break; + +case 'postgres': + $options['table'] = 'sessions2'; + ADOdb_Session::config('postgres', 'localhost', 'tester', 'test', 'test',$options); + break; + +case 'mysql': +default: + $options['table'] = 'sessions2'; + ADOdb_Session::config('mysql', 'localhost', 'root', '', 'xphplens_2',$options); + break; + + +} + + + +#### SETUP NOTIFICATION + $USER = 'JLIM'.rand(); + $ADODB_SESSION_EXPIRE_NOTIFY = array('USER','NotifyExpire'); + + adodb_session_create_table(); + session_start(); + + adodb_session_regenerate_id(); + +### SETUP SESSION VARIABLES + if (empty($_SESSION['MONKEY'])) $_SESSION['MONKEY'] = array(1,'abc',44.41); + else $_SESSION['MONKEY'][0] += 1; + if (!isset($_GET['nochange'])) @$_SESSION['AVAR'] += 1; + + +### START DISPLAY + print "

    PHP ".PHP_VERSION."

    "; + print "

    \$_SESSION['AVAR']={$_SESSION['AVAR']}

    "; + + print "
    Cookies: "; + print_r($_COOKIE); + + var_dump($_SESSION['MONKEY']); + +### RANDOMLY PERFORM Garbage Collection +### In real-production environment, this is done for you +### by php's session extension, which calls adodb_sess_gc() +### automatically for you. See php.ini's +### session.cookie_lifetime and session.gc_probability + + if (rand() % 5 == 0) { + + print "

    Garbage Collection

    "; + adodb_sess_gc(10); + + if (rand() % 2 == 0) { + print "

    Random own session destroy

    "; + session_destroy(); + } + } else { + $DB = ADODB_Session::_conn(); + $sessk = $DB->qstr('%AZ'.rand().time()); + $olddate = $DB->DBTimeStamp(time()-30*24*3600); + $rr = $DB->qstr(rand()); + $DB->Execute("insert into {$options['table']} (sesskey,expiry,expireref,sessdata,created,modified) values ($sessk,$olddate, $rr,'',$olddate,$olddate)"); + } +?> diff --git a/e_lib/adodb5/tests/time.php b/e_lib/adodb5/tests/time.php new file mode 100644 index 00000000..85e43784 --- /dev/null +++ b/e_lib/adodb5/tests/time.php @@ -0,0 +1,18 @@ + +" ); +echo( "Converted: $convertedDate" ); //why is string returned as one day (3 not 4) less for this example?? + +?> diff --git a/e_lib/adodb5/tests/tmssql.php b/e_lib/adodb5/tests/tmssql.php new file mode 100644 index 00000000..f68ddff9 --- /dev/null +++ b/e_lib/adodb5/tests/tmssql.php @@ -0,0 +1,80 @@ +mssql"; + $db = mssql_connect('JAGUAR\vsdotnet','adodb','natsoft') or die('No Connection'); + mssql_select_db('northwind',$db); + + $rs = mssql_query('select getdate() as date',$db); + $o = mssql_fetch_row($rs); + print_r($o); + mssql_free_result($rs); + + print "

    Delete

    "; flush(); + $rs2 = mssql_query('delete from adoxyz',$db); + $p = mssql_num_rows($rs2); + mssql_free_result($rs2); + +} + +function tpear() +{ +include_once('DB.php'); + + print "

    PEAR

    "; + $username = 'adodb'; + $password = 'natsoft'; + $hostname = 'JAGUAR\vsdotnet'; + $databasename = 'northwind'; + + $dsn = "mssql://$username:$password@$hostname/$databasename"; + $conn = DB::connect($dsn); + print "date=".$conn->GetOne('select getdate()')."
    "; + @$conn->query('create table tester (id integer)'); + print "

    Delete

    "; flush(); + $rs = $conn->query('delete from tester'); + print "date=".$conn->GetOne('select getdate()')."
    "; +} + +function tadodb() +{ +include_once('../adodb.inc.php'); + + print "

    ADOdb

    "; + $conn = NewADOConnection('mssql'); + $conn->Connect('JAGUAR\vsdotnet','adodb','natsoft','northwind'); +// $conn->debug=1; + print "date=".$conn->GetOne('select getdate()')."
    "; + $conn->Execute('create table tester (id integer)'); + print "

    Delete

    "; flush(); + $rs = $conn->Execute('delete from tester'); + print "date=".$conn->GetOne('select getdate()')."
    "; +} + + +$ACCEPTIP = '127.0.0.1'; + +$remote = $_SERVER["REMOTE_ADDR"]; + +if (!empty($ACCEPTIP)) + if ($remote != '127.0.0.1' && $remote != $ACCEPTIP) + die("Unauthorised client: '$remote'"); + +?> +mssql +pear +adodb + diff --git a/e_lib/adodb5/tests/xmlschema-mssql.xml b/e_lib/adodb5/tests/xmlschema-mssql.xml new file mode 100644 index 00000000..db2c3432 --- /dev/null +++ b/e_lib/adodb5/tests/xmlschema-mssql.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + +id + + +id + + + +
    + + SQL to be executed only on specific platforms + + insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' ) + + + INSERT into simple_table ( name, description ) values ( '12', 'Microsoft stuff' ) + + +
    \ No newline at end of file diff --git a/e_lib/adodb5/tests/xmlschema-mssql.xml.orig b/e_lib/adodb5/tests/xmlschema-mssql.xml.orig new file mode 100644 index 00000000..db2c3432 --- /dev/null +++ b/e_lib/adodb5/tests/xmlschema-mssql.xml.orig @@ -0,0 +1,34 @@ + + + + + + + + + + + + + +id + + +id + + + +
    + + SQL to be executed only on specific platforms + + insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' ) + + + INSERT into simple_table ( name, description ) values ( '12', 'Microsoft stuff' ) + + +
    \ No newline at end of file diff --git a/e_lib/adodb5/tests/xmlschema.xml b/e_lib/adodb5/tests/xmlschema.xml new file mode 100644 index 00000000..ea48ae2b --- /dev/null +++ b/e_lib/adodb5/tests/xmlschema.xml @@ -0,0 +1,33 @@ + + + + + An integer row that's a primary key and autoincrements + + + + + A 16 character varchar row that can't be null + + + + row1 + row2 + +
    + + SQL to be executed only on specific platforms + + insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'Microsoft stuff' ) + + + + +
    +
    \ No newline at end of file diff --git a/e_lib/adodb5/tests/xmlschema.xml.orig b/e_lib/adodb5/tests/xmlschema.xml.orig new file mode 100644 index 00000000..ea48ae2b --- /dev/null +++ b/e_lib/adodb5/tests/xmlschema.xml.orig @@ -0,0 +1,33 @@ + + + + + An integer row that's a primary key and autoincrements + + + + + A 16 character varchar row that can't be null + + + + row1 + row2 + +
    + + SQL to be executed only on specific platforms + + insert into mytable ( row1, row2 ) values ( 12, 'postgres stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'mysql stuff' ) + + + insert into mytable ( row1, row2 ) values ( 12, 'Microsoft stuff' ) + + + + +
    +
    \ No newline at end of file diff --git a/e_lib/adodb5/toexport.inc.php b/e_lib/adodb5/toexport.inc.php new file mode 100644 index 00000000..0800cd03 --- /dev/null +++ b/e_lib/adodb5/toexport.inc.php @@ -0,0 +1,134 @@ +FieldTypesArray(); + reset($fieldTypes); + $i = 0; + while(list(,$o) = each($fieldTypes)) { + + $v = ($o) ? $o->name : 'Field'.($i++); + if ($escquote) $v = str_replace($quote,$escquotequote,$v); + $v = strip_tags(str_replace("\n", $replaceNewLine, str_replace("\r\n",$replaceNewLine,str_replace($sep,$sepreplace,$v)))); + $elements[] = $v; + + } + $s .= implode($sep, $elements).$NEWLINE; + } + $hasNumIndex = isset($rs->fields[0]); + + $line = 0; + $max = $rs->FieldCount(); + + while (!$rs->EOF) { + $elements = array(); + $i = 0; + + if ($hasNumIndex) { + for ($j=0; $j < $max; $j++) { + $v = $rs->fields[$j]; + if (!is_object($v)) $v = trim($v); + else $v = 'Object'; + if ($escquote) $v = str_replace($quote,$escquotequote,$v); + $v = strip_tags(str_replace("\n", $replaceNewLine, str_replace("\r\n",$replaceNewLine,str_replace($sep,$sepreplace,$v)))); + + if (strpos($v,$sep) !== false || strpos($v,$quote) !== false) $elements[] = "$quote$v$quote"; + else $elements[] = $v; + } + } else { // ASSOCIATIVE ARRAY + foreach($rs->fields as $v) { + if ($escquote) $v = str_replace($quote,$escquotequote,trim($v)); + $v = strip_tags(str_replace("\n", $replaceNewLine, str_replace("\r\n",$replaceNewLine,str_replace($sep,$sepreplace,$v)))); + + if (strpos($v,$sep) !== false || strpos($v,$quote) !== false) $elements[] = "$quote$v$quote"; + else $elements[] = $v; + } + } + $s .= implode($sep, $elements).$NEWLINE; + $rs->MoveNext(); + $line += 1; + if ($fp && ($line % $BUFLINES) == 0) { + if ($fp === true) echo $s; + else fwrite($fp,$s); + $s = ''; + } + } + + if ($fp) { + if ($fp === true) echo $s; + else fwrite($fp,$s); + $s = ''; + } + + return $s; +} +?> diff --git a/e_lib/adodb5/tohtml.inc.php b/e_lib/adodb5/tohtml.inc.php new file mode 100644 index 00000000..abc8206c --- /dev/null +++ b/e_lib/adodb5/tohtml.inc.php @@ -0,0 +1,201 @@ + +*/ + +// specific code for tohtml +GLOBAL $gSQLMaxRows,$gSQLBlockRows,$ADODB_ROUND; + +$ADODB_ROUND=4; // rounding +$gSQLMaxRows = 1000; // max no of rows to download +$gSQLBlockRows=20; // max no of rows per table block + +// RecordSet to HTML Table +//------------------------------------------------------------ +// Convert a recordset to a html table. Multiple tables are generated +// if the number of rows is > $gSQLBlockRows. This is because +// web browsers normally require the whole table to be downloaded +// before it can be rendered, so we break the output into several +// smaller faster rendering tables. +// +// $rs: the recordset +// $ztabhtml: the table tag attributes (optional) +// $zheaderarray: contains the replacement strings for the headers (optional) +// +// USAGE: +// include('adodb.inc.php'); +// $db = ADONewConnection('mysql'); +// $db->Connect('mysql','userid','password','database'); +// $rs = $db->Execute('select col1,col2,col3 from table'); +// rs2html($rs, 'BORDER=2', array('Title1', 'Title2', 'Title3')); +// $rs->Close(); +// +// RETURNS: number of rows displayed + + +function rs2html(&$rs,$ztabhtml=false,$zheaderarray=false,$htmlspecialchars=true,$echo = true) +{ +$s ='';$rows=0;$docnt = false; +GLOBAL $gSQLMaxRows,$gSQLBlockRows,$ADODB_ROUND; + + if (!$rs) { + printf(ADODB_BAD_RS,'rs2html'); + return false; + } + + if (! $ztabhtml) $ztabhtml = "BORDER='1' WIDTH='98%'"; + //else $docnt = true; + $typearr = array(); + $ncols = $rs->FieldCount(); + $hdr = "\n\n"; + for ($i=0; $i < $ncols; $i++) { + $field = $rs->FetchField($i); + if ($field) { + if ($zheaderarray) $fname = $zheaderarray[$i]; + else $fname = htmlspecialchars($field->name); + $typearr[$i] = $rs->MetaType($field->type,$field->max_length); + //print " $field->name $field->type $typearr[$i] "; + } else { + $fname = 'Field '.($i+1); + $typearr[$i] = 'C'; + } + if (strlen($fname)==0) $fname = ' '; + $hdr .= ""; + } + $hdr .= "\n"; + if ($echo) print $hdr."\n\n"; + else $html = $hdr; + + // smart algorithm - handles ADODB_FETCH_MODE's correctly by probing... + $numoffset = isset($rs->fields[0]) ||isset($rs->fields[1]) || isset($rs->fields[2]); + while (!$rs->EOF) { + + $s .= "\n"; + + for ($i=0; $i < $ncols; $i++) { + if ($i===0) $v=($numoffset) ? $rs->fields[0] : reset($rs->fields); + else $v = ($numoffset) ? $rs->fields[$i] : next($rs->fields); + + $type = $typearr[$i]; + switch($type) { + case 'D': + if (strpos($v,':') !== false); + else { + if (empty($v)) { + $s .= "\n"; + } else { + $s .= " \n"; + } + break; + } + case 'T': + if (empty($v)) $s .= "\n"; + else $s .= " \n"; + break; + + case 'N': + if (abs(abs($v) - round($v,0)) < 0.00000001) + $v = round($v); + else + $v = round($v,$ADODB_ROUND); + case 'I': + $vv = stripslashes((trim($v))); + if (strlen($vv) == 0) $vv .= ' '; + $s .= " \n"; + + break; + /* + case 'B': + if (substr($v,8,2)=="BM" ) $v = substr($v,8); + $mtime = substr(str_replace(' ','_',microtime()),2); + $tmpname = "tmp/".uniqid($mtime).getmypid(); + $fd = @fopen($tmpname,'a'); + @ftruncate($fd,0); + @fwrite($fd,$v); + @fclose($fd); + if (!function_exists ("mime_content_type")) { + function mime_content_type ($file) { + return exec("file -bi ".escapeshellarg($file)); + } + } + $t = mime_content_type($tmpname); + $s .= (substr($t,0,5)=="image") ? " \\n" : " \\n"; + break; + */ + + default: + if ($htmlspecialchars) $v = htmlspecialchars(trim($v)); + $v = trim($v); + if (strlen($v) == 0) $v = ' '; + $s .= " \n"; + + } + } // for + $s .= "\n\n"; + + $rows += 1; + if ($rows >= $gSQLMaxRows) { + $rows = "

    Truncated at $gSQLMaxRows

    "; + break; + } // switch + + $rs->MoveNext(); + + // additional EOF check to prevent a widow header + if (!$rs->EOF && $rows % $gSQLBlockRows == 0) { + + //if (connection_aborted()) break;// not needed as PHP aborts script, unlike ASP + if ($echo) print $s . "
    $fname
      ".$rs->UserDate($v,"D d, M Y") ."   ".$rs->UserTimeStamp($v,"D d, M Y, H:i:s") ."".$vv ."$t$t". str_replace("\n",'
    ',stripslashes($v)) ."
    \n\n"; + else $html .= $s ."\n\n"; + $s = $hdr; + } + } // while + + if ($echo) print $s."\n\n"; + else $html .= $s."\n\n"; + + if ($docnt) if ($echo) print "

    ".$rows." Rows

    "; + + return ($echo) ? $rows : $html; + } + +// pass in 2 dimensional array +function arr2html(&$arr,$ztabhtml='',$zheaderarray='') +{ + if (!$ztabhtml) $ztabhtml = 'BORDER=1'; + + $s = "";//';print_r($arr); + + if ($zheaderarray) { + $s .= ''; + for ($i=0; $i\n"; + } else $s .= " \n"; + $s .= "\n\n"; + } + $s .= '
     
    '; + print $s; +} + +?> diff --git a/e_lib/adodb5/xmlschema.dtd b/e_lib/adodb5/xmlschema.dtd new file mode 100644 index 00000000..4a055da4 --- /dev/null +++ b/e_lib/adodb5/xmlschema.dtd @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +] > \ No newline at end of file diff --git a/e_lib/adodb5/xmlschema.dtd.orig b/e_lib/adodb5/xmlschema.dtd.orig new file mode 100644 index 00000000..4a055da4 --- /dev/null +++ b/e_lib/adodb5/xmlschema.dtd.orig @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +] > \ No newline at end of file diff --git a/e_lib/adodb5/xmlschema03.dtd b/e_lib/adodb5/xmlschema03.dtd new file mode 100644 index 00000000..97850bc7 --- /dev/null +++ b/e_lib/adodb5/xmlschema03.dtd @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.1-0.2.xsl b/e_lib/adodb5/xsl/convert-0.1-0.2.xsl new file mode 100644 index 00000000..6cd9e5bf --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.1-0.2.xsl @@ -0,0 +1,205 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.1-0.2.xsl.orig b/e_lib/adodb5/xsl/convert-0.1-0.2.xsl.orig new file mode 100644 index 00000000..6cd9e5bf --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.1-0.2.xsl.orig @@ -0,0 +1,205 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.1-0.3.xsl b/e_lib/adodb5/xsl/convert-0.1-0.3.xsl new file mode 100644 index 00000000..381aa4fe --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.1-0.3.xsl @@ -0,0 +1,221 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.1-0.3.xsl.orig b/e_lib/adodb5/xsl/convert-0.1-0.3.xsl.orig new file mode 100644 index 00000000..381aa4fe --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.1-0.3.xsl.orig @@ -0,0 +1,221 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.2-0.1.xsl b/e_lib/adodb5/xsl/convert-0.2-0.1.xsl new file mode 100644 index 00000000..61841b48 --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.2-0.1.xsl @@ -0,0 +1,207 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.2-0.1.xsl.orig b/e_lib/adodb5/xsl/convert-0.2-0.1.xsl.orig new file mode 100644 index 00000000..61841b48 --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.2-0.1.xsl.orig @@ -0,0 +1,207 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.2-0.3.xsl b/e_lib/adodb5/xsl/convert-0.2-0.3.xsl new file mode 100644 index 00000000..26bd9e9a --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.2-0.3.xsl @@ -0,0 +1,281 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/convert-0.2-0.3.xsl.orig b/e_lib/adodb5/xsl/convert-0.2-0.3.xsl.orig new file mode 100644 index 00000000..26bd9e9a --- /dev/null +++ b/e_lib/adodb5/xsl/convert-0.2-0.3.xsl.orig @@ -0,0 +1,281 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/remove-0.2.xsl b/e_lib/adodb5/xsl/remove-0.2.xsl new file mode 100644 index 00000000..9b10a528 --- /dev/null +++ b/e_lib/adodb5/xsl/remove-0.2.xsl @@ -0,0 +1,54 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + +Uninstallation Schema + + + + 0.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/remove-0.2.xsl.orig b/e_lib/adodb5/xsl/remove-0.2.xsl.orig new file mode 100644 index 00000000..9b10a528 --- /dev/null +++ b/e_lib/adodb5/xsl/remove-0.2.xsl.orig @@ -0,0 +1,54 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + +Uninstallation Schema + + + + 0.2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/remove-0.3.xsl b/e_lib/adodb5/xsl/remove-0.3.xsl new file mode 100644 index 00000000..768e092b --- /dev/null +++ b/e_lib/adodb5/xsl/remove-0.3.xsl @@ -0,0 +1,54 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + +Uninstallation Schema + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/adodb5/xsl/remove-0.3.xsl.orig b/e_lib/adodb5/xsl/remove-0.3.xsl.orig new file mode 100644 index 00000000..768e092b --- /dev/null +++ b/e_lib/adodb5/xsl/remove-0.3.xsl.orig @@ -0,0 +1,54 @@ + + + + + + + +ADODB XMLSchema +http://adodb-xmlschema.sourceforge.net + + + +Uninstallation Schema + + + + 0.3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/e_lib/jquery-1.6.4.min.js b/e_lib/jquery-1.6.4.min.js new file mode 100644 index 00000000..722dd70a --- /dev/null +++ b/e_lib/jquery-1.6.4.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.6.4 http://jquery.com/ | http://jquery.org/license */ +(function(a,b){function cu(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cr(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"":"")+""),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cq(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cp(){cn=b}function co(){setTimeout(cp,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){c!=="border"&&f.each(e,function(){c||(d-=parseFloat(f.css(a,"padding"+this))||0),c==="margin"?d+=parseFloat(f.css(a,c+this))||0:d-=parseFloat(f.css(a,"border"+this+"Width"))||0});return d+"px"}d=bv(a,b,b);if(d<0||d==null)d=a.style[b]||0;d=parseFloat(d)||0,c&&f.each(e,function(){d+=parseFloat(f.css(a,"padding"+this))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+this+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+this))||0)});return d+"px"}function bl(a,b){b.src?f.ajax({url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bd,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)}function bk(a){f.nodeName(a,"input")?bj(a):"getElementsByTagName"in a&&f.grep(a.getElementsByTagName("input"),bj)}function bj(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bi(a){return"getElementsByTagName"in a?a.getElementsByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bh(a,b){var c;if(b.nodeType===1){b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase();if(c==="object")b.outerHTML=a.outerHTML;else if(c!=="input"||a.type!=="checkbox"&&a.type!=="radio"){if(c==="option")b.selected=a.defaultSelected;else if(c==="input"||c==="textarea")b.defaultValue=a.defaultValue}else a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value);b.removeAttribute(f.expando)}}function bg(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c=f.expando,d=f.data(a),e=f.data(b,d);if(d=d[c]){var g=d.events;e=e[c]=f.extend({},d);if(g){delete e.handle,e.events={};for(var h in g)for(var i=0,j=g[h].length;i=0===c})}function U(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function M(a,b){return(a&&a!=="*"?a+".":"")+b.replace(y,"`").replace(z,"&")}function L(a){var b,c,d,e,g,h,i,j,k,l,m,n,o,p=[],q=[],r=f._data(this,"events");if(!(a.liveFired===this||!r||!r.live||a.target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.split(".").join("\\.(?:.*\\.)?")+"(\\.|$)")),a.liveFired=this;var s=r.live.slice(0);for(i=0;ic)break;a.currentTarget=e.elem,a.data=e.handleObj.data,a.handleObj=e.handleObj,o=e.handleObj.origHandler.apply(e.elem,arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagationStopped())break}}return b}}function J(a,c,d){var e=f.extend({},d[0]);e.type=a,e.originalEvent={},e.liveFired=b,f.event.handle.call(c,e),e.isDefaultPrevented()&&d[0].preventDefault()}function D(){return!0}function C(){return!1}function m(a,c,d){var e=c+"defer",g=c+"queue",h=c+"mark",i=f.data(a,e,b,!0);i&&(d==="queue"||!f.data(a,g,b,!0))&&(d==="mark"||!f.data(a,h,b,!0))&&setTimeout(function(){!f.data(a,g,b,!0)&&!f.data(a,h,b,!0)&&(f.removeData(a,e,!0),i.resolve())},0)}function l(a){for(var b in a)if(b!=="toJSON")return!1;return!0}function k(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(j,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNaN(d)?i.test(d)?f.parseJSON(d):d:parseFloat(d)}catch(g){}f.data(a,c,d)}else d=b}return d}var c=a.document,d=a.navigator,e=a.location,f=function(){function K(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(K,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/\d/,n=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,o=/^[\],:{}\s]*$/,p=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,q=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,r=/(?:^|:|,)(?:\s*\[)+/g,s=/(webkit)[ \/]([\w.]+)/,t=/(opera)(?:.*version)?[ \/]([\w.]+)/,u=/(msie) ([\w.]+)/,v=/(mozilla)(?:.*? rv:([\w.]+))?/,w=/-([a-z]|[0-9])/ig,x=/^-ms-/,y=function(a,b){return(b+"").toUpperCase()},z=d.userAgent,A,B,C,D=Object.prototype.toString,E=Object.prototype.hasOwnProperty,F=Array.prototype.push,G=Array.prototype.slice,H=String.prototype.trim,I=Array.prototype.indexOf,J={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=n.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.6.4",length:0,size:function(){return this.length},toArray:function(){return G.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?F.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),B.done(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(G.apply(this,arguments),"slice",G.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:F,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;B.resolveWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").unbind("ready")}},bindReady:function(){if(!B){B=e._Deferred();if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",C,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",C),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&K()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNaN:function(a){return a==null||!m.test(a)||isNaN(a)},type:function(a){return a==null?String(a):J[D.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!E.call(a,"constructor")&&!E.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||E.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw a},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(o.test(b.replace(p,"@").replace(q,"]").replace(r,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(x,"ms-").replace(w,y)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?h.call(arguments,0):c,--e||g.resolveWith(g,h.call(b,0))}}var b=arguments,c=0,d=b.length,e=d,g=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred();if(d>1){for(;c
    a",d=a.getElementsByTagName("*"),e=a.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=a.getElementsByTagName("input")[0],k={leadingWhitespace:a.firstChild.nodeType===3,tbody:!a.getElementsByTagName("tbody").length,htmlSerialize:!!a.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55$/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:a.className!=="t",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,k.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,k.optDisabled=!h.disabled;try{delete a.test}catch(v){k.deleteExpando=!1}!a.addEventListener&&a.attachEvent&&a.fireEvent&&(a.attachEvent("onclick",function(){k.noCloneEvent=!1}),a.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),k.radioValue=i.value==="t",i.setAttribute("checked","checked"),a.appendChild(i),l=c.createDocumentFragment(),l.appendChild(a.firstChild),k.checkClone=l.cloneNode(!0).cloneNode(!0).lastChild.checked,a.innerHTML="",a.style.width=a.style.paddingLeft="1px",m=c.getElementsByTagName("body")[0],o=c.createElement(m?"div":"body"),p={visibility:"hidden",width:0,height:0,border:0,margin:0,background:"none"},m&&f.extend(p,{position:"absolute",left:"-1000px",top:"-1000px"});for(t in p)o.style[t]=p[t];o.appendChild(a),n=m||b,n.insertBefore(o,n.firstChild),k.appendChecked=i.checked,k.boxModel=a.offsetWidth===2,"zoom"in a.style&&(a.style.display="inline",a.style.zoom=1,k.inlineBlockNeedsLayout=a.offsetWidth===2,a.style.display="",a.innerHTML="
    ",k.shrinkWrapBlocks=a.offsetWidth!==2),a.innerHTML="
    t
    ",q=a.getElementsByTagName("td"),u=q[0].offsetHeight===0,q[0].style.display="",q[1].style.display="none",k.reliableHiddenOffsets=u&&q[0].offsetHeight===0,a.innerHTML="",c.defaultView&&c.defaultView.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",a.appendChild(j),k.reliableMarginRight=(parseInt((c.defaultView.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0),o.innerHTML="",n.removeChild(o);if(a.attachEvent)for(t in{submit:1,change:1,focusin:1})s="on"+t,u=s in a,u||(a.setAttribute(s,"return;"),u=typeof a[s]=="function"),k[t+"Bubbles"]=u;o=l=g=h=m=j=a=i=null;return k}(),f.boxModel=f.support.boxModel;var i=/^(?:\{.*\}|\[.*\])$/,j=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!l(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i=f.expando,j=typeof c=="string",k=a.nodeType,l=k?f.cache:a,m=k?a[f.expando]:a[f.expando]&&f.expando;if((!m||e&&m&&l[m]&&!l[m][i])&&j&&d===b)return;m||(k?a[f.expando]=m=++f.uuid:m=f.expando),l[m]||(l[m]={},k||(l[m].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?l[m][i]=f.extend(l[m][i],c):l[m]=f.extend(l[m],c);g=l[m],e&&(g[i]||(g[i]={}),g=g[i]),d!==b&&(g[f.camelCase(c)]=d);if(c==="events"&&!g[c])return g[i]&&g[i].events;j?(h=g[c],h==null&&(h=g[f.camelCase(c)])):h=g;return h}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e=f.expando,g=a.nodeType,h=g?f.cache:a,i=g?a[f.expando]:f.expando;if(!h[i])return;if(b){d=c?h[i][e]:h[i];if(d){d[b]||(b=f.camelCase(b)),delete d[b];if(!l(d))return}}if(c){delete h[i][e];if(!l(h[i]))return}var j=h[i][e];f.support.deleteExpando||!h.setInterval?delete h[i]:h[i]=null,j?(h[i]={},g||(h[i].toJSON=f.noop),h[i][e]=j):g&&(f.support.deleteExpando?delete a[f.expando]:a.removeAttribute?a.removeAttribute(f.expando):a[f.expando]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d=null;if(typeof a=="undefined"){if(this.length){d=f.data(this[0]);if(this[0].nodeType===1){var e=this[0].attributes,g;for(var h=0,i=e.length;h-1)return!0;return!1},val:function(a){var c,d,e=this[0];if(!arguments.length){if(e){c=f.valHooks[e.nodeName.toLowerCase()]||f.valHooks[e.type];if(c&&"get"in c&&(d=c.get(e,"value"))!==b)return d;d=e.value;return typeof d=="string"?d.replace(p,""):d==null?"":d}return b}var g=f.isFunction(a);return this.each(function(d){var e=f(this),h;if(this.nodeType===1){g?h=a.call(this,d,e.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c=a.selectedIndex,d=[],e=a.options,g=a.type==="select-one";if(c<0)return null;for(var h=g?c:0,i=g?c+1:e.length;h=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attrFix:{tabindex:"tabIndex"},attr:function(a,c,d,e){var g=a.nodeType;if(!a||g===3||g===8||g===2)return b;if(e&&c in f.attrFn)return f(a)[c](d);if(!("getAttribute"in a))return f.prop(a,c,d);var h,i,j=g!==1||!f.isXMLDoc(a);j&&(c=f.attrFix[c]||c,i=f.attrHooks[c],i||(t.test(c)?i=v:u&&(i=u)));if(d!==b){if(d===null){f.removeAttr(a,c);return b}if(i&&"set"in i&&j&&(h=i.set(a,d,c))!==b)return h;a.setAttribute(c,""+d);return d}if(i&&"get"in i&&j&&(h=i.get(a,c))!==null)return h;h=a.getAttribute(c);return h===null?b:h},removeAttr:function(a,b){var c;a.nodeType===1&&(b=f.attrFix[b]||b,f.attr(a,b,""),a.removeAttribute(b),t.test(b)&&(c=f.propFix[b]||b)in a&&(a[c]=!1))},attrHooks:{type:{set:function(a,b){if(q.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(u&&f.nodeName(a,"button"))return u.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(u&&f.nodeName(a,"button"))return u.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e=a.nodeType;if(!a||e===3||e===8||e===2)return b;var g,h,i=e!==1||!f.isXMLDoc(a);i&&(c=f.propFix[c]||c,h=f.propHooks[c]);return d!==b?h&&"set"in h&&(g=h.set(a,d,c))!==b?g:a[c]=d:h&&"get"in h&&(g=h.get(a,c))!==null?g:a[c]},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):r.test(a.nodeName)||s.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabIndex=f.propHooks.tabIndex,v={get:function(a,c){var d;return f.prop(a,c)===!0||(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},f.support.getSetAttribute||(u=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&d.nodeValue!==""?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})})),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var w=/\.(.*)$/,x=/^(?:textarea|input|select)$/i,y=/\./g,z=/ /g,A=/[^\w\s.|`]/g,B=function(a){return a.replace(A,"\\$&")};f.event={add:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){if(d===!1)d=C;else if(!d)return;var g,h;d.handler&&(g=d,d=g.handler),d.guid||(d.guid=f.guid++);var i=f._data(a);if(!i)return;var j=i.events,k=i.handle;j||(i.events=j={}),k||(i.handle=k=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.handle.apply(k.elem,arguments):b}),k.elem=a,c=c.split(" ");var l,m=0,n;while(l=c[m++]){h=g?f.extend({},g):{handler:d,data:e},l.indexOf(".")>-1?(n=l.split("."),l=n.shift(),h.namespace=n.slice(0).sort().join(".")):(n=[],h.namespace=""),h.type=l,h.guid||(h.guid=d.guid);var o=j[l],p=f.event.special[l]||{};if(!o){o=j[l]=[];if(!p.setup||p.setup.call(a,e,n,k)===!1)a.addEventListener?a.addEventListener(l,k,!1):a.attachEvent&&a.attachEvent("on"+l,k)}p.add&&(p.add.call(a,h),h.handler.guid||(h.handler.guid=d.guid)),o.push(h),f.event.global[l]=!0}a=null}},global:{},remove:function(a,c,d,e){if(a.nodeType!==3&&a.nodeType!==8){d===!1&&(d=C);var g,h,i,j,k=0,l,m,n,o,p,q,r,s=f.hasData(a)&&f._data(a),t=s&&s.events;if(!s||!t)return;c&&c.type&&(d=c.handler,c=c.type);if(!c||typeof c=="string"&&c.charAt(0)==="."){c=c||"";for(h in t)f.event.remove(a,h+c);return}c=c.split(" ");while(h=c[k++]){r=h,q=null,l=h.indexOf(".")<0,m=[],l||(m=h.split("."),h=m.shift(),n=new RegExp("(^|\\.)"+f.map(m.slice(0).sort(),B).join("\\.(?:.*\\.)?")+"(\\.|$)")),p=t[h];if(!p)continue;if(!d){for(j=0;j=0&&(h=h.slice(0,-1),j=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)");if(g||!e)c.preventDefault(),c.stopPropagation();if(!e){f.each(f.cache,function(){var a=f.expando,b=this[a];b&&b.events&&b.events[h]&&f.event.trigger(c,d,b.handle.elem)});return}if(e.nodeType===3||e.nodeType===8)return;c.result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";do{var m=f._data(k,"handle");c.currentTarget=k,m&&m.apply(k,d),l&&f.acceptData(k)&&k[l]&&k[l].apply(k,d)===!1&&(c.result=!1,c.preventDefault()),k=k.parentNode||k.ownerDocument||k===c.target.ownerDocument&&a}while(k&&!c.isPropagationStopped());if(!c.isDefaultPrevented()){var n,o=f.event.special[h]||{};if((!o._default||o._default.call(e.ownerDocument,c)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)){try{l&&e[h]&&(n=e[l],n&&(e[l]=null),f.event.triggered=h,e[h]())}catch(p){}n&&(e[l]=n),f.event.triggered=b}}return c.result}},handle:function(c){c=f.event.fix(c||a.event);var d=((f._data(this,"events")||{})[c.type]||[]).slice(0),e=!c.exclusive&&!c.namespace,g=Array.prototype.slice.call(arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h-1?f.map(a.options,function(a){return a.selected}).join("-"):"":f.nodeName(a,"select")&&(c=a.selectedIndex);return c},I=function(c){var d=c.target,e,g;if(!!x.test(d.nodeName)&&!d.readOnly){e=f._data(d,"_change_data"),g=H(d),(c.type!=="focusout"||d.type!=="radio")&&f._data(d,"_change_data",g);if(e===b||g===e)return;if(e!=null||g)c.type="change",c.liveFired=b,f.event.trigger(c,arguments[1],d)}};f.event.special.change={filters:{focusout:I,beforedeactivate:I,click:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(c==="radio"||c==="checkbox"||f.nodeName(b,"select"))&&I.call(this,a)},keydown:function(a){var b=a.target,c=f.nodeName(b,"input")?b.type:"";(a.keyCode===13&&!f.nodeName(b,"textarea")||a.keyCode===32&&(c==="checkbox"||c==="radio")||c==="select-multiple")&&I.call(this,a)},beforeactivate:function(a){var b=a.target;f._data(b,"_change_data",H(b))}},setup:function(a,b){if(this.type==="file")return!1;for(var c in G)f.event.add(this,c+".specialChange",G[c]);return x.test(this.nodeName)},teardown:function(a){f.event.remove(this,".specialChange");return x.test(this.nodeName)}},G=f.event.special.change.filters,G.focus=G.beforeactivate}f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){function e(a){var c=f.event.fix(a);c.type=b,c.originalEvent={},f.event.trigger(c,null,c.target),c.isDefaultPrevented()&&a.preventDefault()}var d=0;f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.each(["bind","one"],function(a,c){f.fn[c]=function(a,d,e){var g;if(typeof a=="object"){for(var h in a)this[c](h,d,a[h],e);return this}if(arguments.length===2||d===!1)e=d,d=b;c==="one"?(g=function(a){f(this).unbind(a,g);return e.apply(this,arguments)},g.guid=e.guid||f.guid++):g=e;if(a==="unload"&&c!=="one")this.one(a,d,e);else for(var i=0,j=this.length;i0?this.bind(b,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0)}),function(){function u(a,b,c,d,e,f){for(var g=0,h=d.length;g0){j=i;break}}i=i[a]}d[g]=j}}}function t(a,b,c,d,e,f){for(var g=0,h=d.length;g+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d=0,e=Object.prototype.toString,g=!1,h=!0,i=/\\/g,j=/\W/;[0,0].sort(function(){h=!1;return 0});var k=function(b,d,f,g){f=f||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return f;var i,j,n,o,q,r,s,t,u=!0,w=k.isXML(d),x=[],y=b;do{a.exec(""),i=a.exec(y);if(i){y=i[3],x.push(i[1]);if(i[2]){o=i[3];break}}}while(i);if(x.length>1&&m.exec(b))if(x.length===2&&l.relative[x[0]])j=v(x[0]+x[1],d);else{j=l.relative[x[0]]?[d]:k(x.shift(),d);while(x.length)b=x.shift(),l.relative[b]&&(b+=x.shift()),j=v(b,j)}else{!g&&x.length>1&&d.nodeType===9&&!w&&l.match.ID.test(x[0])&&!l.match.ID.test(x[x.length-1])&&(q=k.find(x.shift(),d,w),d=q.expr?k.filter(q.expr,q.set)[0]:q.set[0]);if(d){q=g?{expr:x.pop(),set:p(g)}:k.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&d.parentNode?d.parentNode:d,w),j=q.expr?k.filter(q.expr,q.set):q.set,x.length>0?n=p(j):u=!1;while(x.length)r=x.pop(),s=r,l.relative[r]?s=x.pop():r="",s==null&&(s=d),l.relative[r](n,s,w)}else n=x=[]}n||(n=j),n||k.error(r||b);if(e.call(n)==="[object Array]")if(!u)f.push.apply(f,n);else if(d&&d.nodeType===1)for(t=0;n[t]!=null;t++)n[t]&&(n[t]===!0||n[t].nodeType===1&&k.contains(d,n[t]))&&f.push(j[t]);else for(t=0;n[t]!=null;t++)n[t]&&n[t].nodeType===1&&f.push(j[t]);else p(n,f);o&&(k(o,h,f,g),k.uniqueSort(f));return f};k.uniqueSort=function(a){if(r){g=h,a.sort(r);if(g)for(var b=1;b0},k.find=function(a,b,c){var d;if(!a)return[];for(var e=0,f=l.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!j.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(i,"")},TAG:function(a,b){return a[1].replace(i,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||k.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&k.error(a[0]);a[0]=d++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(i,"");!f&&l.attrMap[g]&&(a[1]=l.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(i,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=k(b[3],null,null,c);else{var g=k.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(l.match.POS.test(b[0])||l.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!k(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=l.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||k.getText([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=l.attrHandle[c]?l.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=l.setFilters[e];if(f)return f(a,c,b,d)}}},m=l.match.POS,n=function(a,b){return"\\"+(b-0+1)};for(var o in l.match)l.match[o]=new RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\r|\n)*?)/.source+l.match[o].source.replace(/\\(\d+)/g,n));var p=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(q){p=function(a,b){var c=0,d=b||[];if(e.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var f=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(l.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},l.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(l.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(l.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=k,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

    ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){k=function(b,e,f,g){e=e||c;if(!g&&!k.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return p(e.getElementsByTagName(b),f);if(h[2]&&l.find.CLASS&&e.getElementsByClassName)return p(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return p([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return p([],f);if(i.id===h[3])return p([i],f)}try{return p(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var m=e,n=e.getAttribute("id"),o=n||d,q=e.parentNode,r=/^\s*[+~]/.test(b);n?o=o.replace(/'/g,"\\$&"):e.setAttribute("id",o),r&&q&&(e=e.parentNode);try{if(!r||q)return p(e.querySelectorAll("[id='"+o+"'] "+b),f)}catch(s){}finally{n||m.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)k[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}k.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!k.isXML(a))try{if(e||!l.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return k(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
    ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;l.order.splice(1,0,"CLASS"),l.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?k.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?k.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:k.contains=function(){return!1},k.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var v=function(a,b){var c,d=[],e="",f=b.nodeType?[b]:b;while(c=l.match.PSEUDO.exec(a))e+=c[0],a=a.replace(l.match.PSEUDO,"");a=l.relative[a]?a+"*":a;for(var g=0,h=f.length;g0)for(h=g;h0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h,i,j={},k=1;if(g&&a.length){for(d=0,e=a.length;d-1:f(g).is(h))&&c.push({selector:i,elem:g,level:k});g=g.parentNode,k++}}return c}var l=S.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(U(c[0])||U(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c),g=R.call(arguments);N.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!T[a]?f.unique(e):e,(this.length>1||P.test(d))&&O.test(a)&&(e=e.reverse());return this.pushStack(e,a,g.join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]};be.optgroup=be.option,be.tbody=be.tfoot=be.colgroup=be.caption=be.thead,be.th=be.td,f.support.htmlSerialize||(be._default=[1,"div
    ","
    "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){f(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f(arguments[0]).toArray());return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!be[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bh(a,d),e=bi(a),g=bi(d);for(h=0;e[h];++h)g[h]&&bh(e[h],g[h])}if(b){bg(a,d);if(c){e=bi(a),g=bi(d);for(h=0;e[h];++h)bg(e[h],g[h])}}e=g=null;return d},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=be[l]||be._default,n=m[0],o=b.createElement("div");o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bn.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNaN(b)?"":"alpha(opacity="+b*100+")",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bm,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bm.test(g)?g.replace(bm,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bv(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bw=function(a,c){var d,e,g;c=c.replace(bo,"-$1").toLowerCase();if(!(e=a.ownerDocument.defaultView))return b;if(g=e.getComputedStyle(a,null))d=g.getPropertyValue(c),d===""&&!f.contains(a.ownerDocument.documentElement,a)&&(d=f.style(a,c));return d}),c.documentElement.currentStyle&&(bx=function(a,b){var c,d=a.currentStyle&&a.currentStyle[b],e=a.runtimeStyle&&a.runtimeStyle[b],f=a.style;!bp.test(d)&&bq.test(d)&&(c=f.left,e&&(a.runtimeStyle.left=a.currentStyle.left),f.left=b==="fontSize"?"1em":d||0,d=f.pixelLeft+"px",f.left=c,e&&(a.runtimeStyle.left=e));return d===""?"auto":d}),bv=bw||bx,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bz=/%20/g,bA=/\[\]$/,bB=/\r?\n/g,bC=/#.*$/,bD=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bE=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bF=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bG=/^(?:GET|HEAD)$/,bH=/^\/\//,bI=/\?/,bJ=/)<[^<]*)*<\/script>/gi,bK=/^(?:select|textarea)/i,bL=/\s+/,bM=/([?&])_=[^&]*/,bN=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bO=f.fn.load,bP={},bQ={},bR,bS,bT=["*/"]+["*"];try{bR=e.href}catch(bU){bR=c.createElement("a"),bR.href="",bR=bR.href}bS=bN.exec(bR.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bO)return bO.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
    ").append(c.replace(bJ,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bK.test(this.nodeName)||bE.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bB,"\r\n")}}):{name:b.name,value:c.replace(bB,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.bind(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?bX(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),bX(a,b);return a},ajaxSettings:{url:bR,isLocal:bF.test(bS[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bT},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bV(bP),ajaxTransport:bV(bQ),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?bZ(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=b$(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.resolveWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f._Deferred(),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bD.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.done,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bC,"").replace(bH,bS[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bL),d.crossDomain==null&&(r=bN.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bS[1]&&r[2]==bS[2]&&(r[3]||(r[1]==="http:"?80:443))==(bS[3]||(bS[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bW(bP,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bG.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bI.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bM,"$1_="+x);d.url=y+(y===d.url?(bI.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bT+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bW(bQ,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){s<2?w(-1,z):f.error(z)}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)bY(g,a[g],c,e);return d.join("&").replace(bz,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var b_=f.now(),ca=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+b_++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ca.test(b.url)||e&&ca.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ca,l),b.url===j&&(e&&(k=k.replace(ca,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cb=a.ActiveXObject?function(){for(var a in cd)cd[a](0,1)}:!1,cc=0,cd;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ce()||cf()}:ce,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cb&&delete cd[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cc,cb&&(cd||(cd={},f(a).unload(cb)),cd[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cg={},ch,ci,cj=/^(?:toggle|show|hide)$/,ck=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cl,cm=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cn;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cq("show",3),a,b,c);for(var g=0,h=this.length;g=e.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),e.animatedProperties[this.prop]=!0;for(g in e.animatedProperties)e.animatedProperties[g]!==!0&&(c=!1);if(c){e.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){d.style["overflow"+b]=e.overflow[a]}),e.hide&&f(d).hide();if(e.hide||e.show)for(var i in e.animatedProperties)f.style(d,i,e.orig[i]);e.complete.call(d)}return!1}e.duration==Infinity?this.now=b:(h=b-this.startTime,this.state=h/e.duration,this.pos=f.easing[e.animatedProperties[this.prop]](this.state,h,0,1,e.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){for(var a=f.timers,b=0;b
    ";f.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"}),b.innerHTML=j,a.insertBefore(b,a.firstChild),d=b.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,this.doesNotAddBorder=e.offsetTop!==5,this.doesAddBorderForTableAndCells=h.offsetTop===5,e.style.position="fixed",e.style.top="20px",this.supportsFixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",this.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==i,a.removeChild(b),f.offset.initialize=f.noop},bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.offset.initialize(),f.offset.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=ct.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!ct.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cu(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cu(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a&&a.style?parseFloat(f.css(a,d,"padding")):null},f.fn["outer"+c]=function(a){var b=this[0];return b&&b.style?parseFloat(f.css(b,d,a?"margin":"border")):null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNaN(j)?i:j}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f})(window); diff --git a/e_lib/md5-min.js b/e_lib/md5-min.js new file mode 100644 index 00000000..4c8f0a35 --- /dev/null +++ b/e_lib/md5-min.js @@ -0,0 +1,9 @@ +/* + * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message + * Digest Algorithm, as defined in RFC 1321. + * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009 + * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet + * Distributed under the BSD License + * See http://pajhome.org.uk/crypt/md5 for more info. + */ +var hexcase=0;function hex_md5(a){return rstr2hex(rstr_md5(str2rstr_utf8(a)))}function hex_hmac_md5(a,b){return rstr2hex(rstr_hmac_md5(str2rstr_utf8(a),str2rstr_utf8(b)))}function md5_vm_test(){return hex_md5("abc").toLowerCase()=="900150983cd24fb0d6963f7d28e17f72"}function rstr_md5(a){return binl2rstr(binl_md5(rstr2binl(a),a.length*8))}function rstr_hmac_md5(c,f){var e=rstr2binl(c);if(e.length>16){e=binl_md5(e,c.length*8)}var a=Array(16),d=Array(16);for(var b=0;b<16;b++){a[b]=e[b]^909522486;d[b]=e[b]^1549556828}var g=binl_md5(a.concat(rstr2binl(f)),512+f.length*8);return binl2rstr(binl_md5(d.concat(g),512+128))}function rstr2hex(c){try{hexcase}catch(g){hexcase=0}var f=hexcase?"0123456789ABCDEF":"0123456789abcdef";var b="";var a;for(var d=0;d>>4)&15)+f.charAt(a&15)}return b}function str2rstr_utf8(c){var b="";var d=-1;var a,e;while(++d>>6)&31),128|(a&63))}else{if(a<=65535){b+=String.fromCharCode(224|((a>>>12)&15),128|((a>>>6)&63),128|(a&63))}else{if(a<=2097151){b+=String.fromCharCode(240|((a>>>18)&7),128|((a>>>12)&63),128|((a>>>6)&63),128|(a&63))}}}}}return b}function rstr2binl(b){var a=Array(b.length>>2);for(var c=0;c>5]|=(b.charCodeAt(c/8)&255)<<(c%32)}return a}function binl2rstr(b){var a="";for(var c=0;c>5]>>>(c%32))&255)}return a}function binl_md5(p,k){p[k>>5]|=128<<((k)%32);p[(((k+64)>>>9)<<4)+14]=k;var o=1732584193;var n=-271733879;var m=-1732584194;var l=271733878;for(var g=0;g>16)+(d>>16)+(c>>16);return(b<<16)|(c&65535)}function bit_rol(a,b){return(a<>>(32-b))}; diff --git a/e_lib/phpmailer5/LICENSE b/e_lib/phpmailer5/LICENSE new file mode 100644 index 00000000..f3f1b3b6 --- /dev/null +++ b/e_lib/phpmailer5/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/e_lib/phpmailer5/LICENSE.orig b/e_lib/phpmailer5/LICENSE.orig new file mode 100644 index 00000000..f3f1b3b6 --- /dev/null +++ b/e_lib/phpmailer5/LICENSE.orig @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! + + diff --git a/e_lib/phpmailer5/README b/e_lib/phpmailer5/README new file mode 100644 index 00000000..8d48dc05 --- /dev/null +++ b/e_lib/phpmailer5/README @@ -0,0 +1,218 @@ +/******************************************************************* +* The http://phpmailer.codeworxtech.com/ website now carries a few * +* advertisements through the Google Adsense network. Please visit * +* the advertiser sites and help us offset some of our costs. * +* Thanks .... * +********************************************************************/ + +PHPMailer +Full Featured Email Transfer Class for PHP +========================================== + +Version 5.0.0 (April 02, 2009) + +With the release of this version, we are initiating a new version numbering +system to differentiate from the PHP4 version of PHPMailer. + +Most notable in this release is fully object oriented code. + +We now have available the PHPDocumentor (phpdocs) documentation. This is +separate from the regular download to keep file sizes down. Please see the +download area of http://phpmailer.codeworxtech.com. + +We also have created a new test script (see /test_script) that you can use +right out of the box. Copy the /test_script folder directly to your server (in +the same structure ... with class.phpmailer.php and class.smtp.php in the +folder above it. Then launch the test script with: +http://www.yourdomain.com/phpmailer/test_script/index.php +from this one script, you can test your server settings for mail(), sendmail (or +qmail), and SMTP. This will email you a sample email (using contents.html for +the email body) and two attachments. One of the attachments is used as an inline +image to demonstrate how PHPMailer will automatically detect if attachments are +the same source as inline graphics and only include one version. Once you click +the Submit button, the results will be displayed including any SMTP debug +information and send status. We will also display a version of the script that +you can cut and paste to include in your projects. Enjoy! + +Version 2.3 (November 08, 2008) + +We have removed the /phpdoc from the downloads. All documentation is now on +the http://phpmailer.codeworxtech.com website. + +The phpunit.php has been updated to support PHP5. + +For all other changes and notes, please see the changelog. + +Donations are accepted at PayPal with our id "paypal@worxteam.com". + +Version 2.2 (July 15 2008) + +- see the changelog. + +Version 2.1 (June 04 2008) + +With this release, we are announcing that the development of PHPMailer for PHP5 +will be our focus from this date on. We have implemented all the enhancements +and fixes from the latest release of PHPMailer for PHP4. + +Far more important, though, is that this release of PHPMailer (v2.1) is +fully tested with E_STRICT error checking enabled. + +** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS. + IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE + APPRECIATED. + +We have now added S/MIME functionality (ability to digitally sign emails). +BIG THANKS TO "sergiocambra" for posting this patch back in November 2007. +The "Signed Emails" functionality adds the Sign method to pass the private key +filename and the password to read it, and then email will be sent with +content-type multipart/signed and with the digital signature attached. + +A quick note on E_STRICT: + +- In about half the test environments the development version was subjected + to, an error was thrown for the date() functions (used at line 1565 and 1569). + This is NOT a PHPMailer error, it is the result of an incorrectly configured + PHP5 installation. The fix is to modify your 'php.ini' file and include the + date.timezone = America/New York + directive, (for your own server timezone) +- If you do get this error, and are unable to access your php.ini file, there is + a workaround. In your PHP script, add + date_default_timezone_set('America/Toronto'); + + * do NOT try to use + $myVar = date_default_timezone_get(); + as a test, it will throw an error. + +We have also included more example files to show the use of "sendmail", "mail()", +"smtp", and "gmail". + +We are also looking for more programmers to join the volunteer development team. +If you have an interest in this, please let us know. + +Enjoy! + + +Version 2.1.0beta1 & beta2 + +please note, this is BETA software +** DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS +INTENDED STRICTLY FOR TESTING + +** NOTE: + +As of November 2007, PHPMailer has a new project team headed by industry +veteran Andy Prevost (codeworxtech). The first release in more than two +years will focus on fixes, adding ease-of-use enhancements, provide +basic compatibility with PHP4 and PHP5 using PHP5 backwards compatibility +features. A new release is planned before year-end 2007 that will provide +full compatiblity with PHP4 and PHP5, as well as more bug fixes. + +We are looking for project developers to assist in restoring PHPMailer to +its leadership position. Our goals are to simplify use of PHPMailer, provide +good documentation and examples, and retain backward compatibility to level +1.7.3 standards. + +If you are interested in helping out, visit http://sourceforge.net/projects/phpmailer +and indicate your interest. + +** + +http://phpmailer.sourceforge.net/ + +This software is licenced under the LGPL. Please read LICENSE for information on the +software availability and distribution. + +Class Features: +- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs +- Redundant SMTP servers +- Multipart/alternative emails for mail clients that do not read HTML email +- Support for 8bit, base64, binary, and quoted-printable encoding +- Uses the same methods as the very popular AspEmail active server (COM) component +- SMTP authentication +- Native language support +- Word wrap, and more! + +Why you might need it: + +Many PHP developers utilize email in their code. The only PHP function +that supports this is the mail() function. However, it does not expose +any of the popular features that many email clients use nowadays like +HTML-based emails and attachments. There are two proprietary +development tools out there that have all the functionality built into +easy to use classes: AspEmail(tm) and AspMail. Both of these +programs are COM components only available on Windows. They are also a +little pricey for smaller projects. + +Since I do Linux development I�ve missed these tools for my PHP coding. +So I built a version myself that implements the same methods (object +calls) that the Windows-based components do. It is open source and the +LGPL license allows you to place the class in your proprietary PHP +projects. + + +Installation: + +Copy class.phpmailer.php into your php.ini include_path. If you are +using the SMTP mailer then place class.smtp.php in your path as well. +In the language directory you will find several files like +phpmailer.lang-en.php. If you look right before the .php extension +that there are two letters. These represent the language type of the +translation file. For instance "en" is the English file and "br" is +the Portuguese file. Chose the file that best fits with your language +and place it in the PHP include path. If your language is English +then you have nothing more to do. If it is a different language then +you must point PHPMailer to the correct translation. To do this, call +the PHPMailer SetLanguage method like so: + +// To load the Portuguese version +$mail->SetLanguage("br", "/optional/path/to/language/directory/"); + +That's it. You should now be ready to use PHPMailer! + + +A Simple Example: + +IsSMTP(); // set mailer to use SMTP +$mail->Host = "smtp1.example.com;smtp2.example.com"; // specify main and backup server +$mail->SMTPAuth = true; // turn on SMTP authentication +$mail->Username = "jswan"; // SMTP username +$mail->Password = "secret"; // SMTP password + +$mail->From = "from@example.com"; +$mail->FromName = "Mailer"; +$mail->AddAddress("josh@example.net", "Josh Adams"); +$mail->AddAddress("ellen@example.com"); // name is optional +$mail->AddReplyTo("info@example.com", "Information"); + +$mail->WordWrap = 50; // set word wrap to 50 characters +$mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments +$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name +$mail->IsHTML(true); // set email format to HTML + +$mail->Subject = "Here is the subject"; +$mail->Body = "This is the HTML message body in bold!"; +$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; + +if(!$mail->Send()) +{ + echo "Message could not be sent.

    "; + echo "Mailer Error: " . $mail->ErrorInfo; + exit; +} + +echo "Message has been sent"; +?> + +CHANGELOG + +See ChangeLog.txt + +Download: http://sourceforge.net/project/showfiles.php?group_id=26031 + +Andy Prevost diff --git a/e_lib/phpmailer5/README.orig b/e_lib/phpmailer5/README.orig new file mode 100644 index 00000000..8d48dc05 --- /dev/null +++ b/e_lib/phpmailer5/README.orig @@ -0,0 +1,218 @@ +/******************************************************************* +* The http://phpmailer.codeworxtech.com/ website now carries a few * +* advertisements through the Google Adsense network. Please visit * +* the advertiser sites and help us offset some of our costs. * +* Thanks .... * +********************************************************************/ + +PHPMailer +Full Featured Email Transfer Class for PHP +========================================== + +Version 5.0.0 (April 02, 2009) + +With the release of this version, we are initiating a new version numbering +system to differentiate from the PHP4 version of PHPMailer. + +Most notable in this release is fully object oriented code. + +We now have available the PHPDocumentor (phpdocs) documentation. This is +separate from the regular download to keep file sizes down. Please see the +download area of http://phpmailer.codeworxtech.com. + +We also have created a new test script (see /test_script) that you can use +right out of the box. Copy the /test_script folder directly to your server (in +the same structure ... with class.phpmailer.php and class.smtp.php in the +folder above it. Then launch the test script with: +http://www.yourdomain.com/phpmailer/test_script/index.php +from this one script, you can test your server settings for mail(), sendmail (or +qmail), and SMTP. This will email you a sample email (using contents.html for +the email body) and two attachments. One of the attachments is used as an inline +image to demonstrate how PHPMailer will automatically detect if attachments are +the same source as inline graphics and only include one version. Once you click +the Submit button, the results will be displayed including any SMTP debug +information and send status. We will also display a version of the script that +you can cut and paste to include in your projects. Enjoy! + +Version 2.3 (November 08, 2008) + +We have removed the /phpdoc from the downloads. All documentation is now on +the http://phpmailer.codeworxtech.com website. + +The phpunit.php has been updated to support PHP5. + +For all other changes and notes, please see the changelog. + +Donations are accepted at PayPal with our id "paypal@worxteam.com". + +Version 2.2 (July 15 2008) + +- see the changelog. + +Version 2.1 (June 04 2008) + +With this release, we are announcing that the development of PHPMailer for PHP5 +will be our focus from this date on. We have implemented all the enhancements +and fixes from the latest release of PHPMailer for PHP4. + +Far more important, though, is that this release of PHPMailer (v2.1) is +fully tested with E_STRICT error checking enabled. + +** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS. + IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE + APPRECIATED. + +We have now added S/MIME functionality (ability to digitally sign emails). +BIG THANKS TO "sergiocambra" for posting this patch back in November 2007. +The "Signed Emails" functionality adds the Sign method to pass the private key +filename and the password to read it, and then email will be sent with +content-type multipart/signed and with the digital signature attached. + +A quick note on E_STRICT: + +- In about half the test environments the development version was subjected + to, an error was thrown for the date() functions (used at line 1565 and 1569). + This is NOT a PHPMailer error, it is the result of an incorrectly configured + PHP5 installation. The fix is to modify your 'php.ini' file and include the + date.timezone = America/New York + directive, (for your own server timezone) +- If you do get this error, and are unable to access your php.ini file, there is + a workaround. In your PHP script, add + date_default_timezone_set('America/Toronto'); + + * do NOT try to use + $myVar = date_default_timezone_get(); + as a test, it will throw an error. + +We have also included more example files to show the use of "sendmail", "mail()", +"smtp", and "gmail". + +We are also looking for more programmers to join the volunteer development team. +If you have an interest in this, please let us know. + +Enjoy! + + +Version 2.1.0beta1 & beta2 + +please note, this is BETA software +** DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS +INTENDED STRICTLY FOR TESTING + +** NOTE: + +As of November 2007, PHPMailer has a new project team headed by industry +veteran Andy Prevost (codeworxtech). The first release in more than two +years will focus on fixes, adding ease-of-use enhancements, provide +basic compatibility with PHP4 and PHP5 using PHP5 backwards compatibility +features. A new release is planned before year-end 2007 that will provide +full compatiblity with PHP4 and PHP5, as well as more bug fixes. + +We are looking for project developers to assist in restoring PHPMailer to +its leadership position. Our goals are to simplify use of PHPMailer, provide +good documentation and examples, and retain backward compatibility to level +1.7.3 standards. + +If you are interested in helping out, visit http://sourceforge.net/projects/phpmailer +and indicate your interest. + +** + +http://phpmailer.sourceforge.net/ + +This software is licenced under the LGPL. Please read LICENSE for information on the +software availability and distribution. + +Class Features: +- Send emails with multiple TOs, CCs, BCCs and REPLY-TOs +- Redundant SMTP servers +- Multipart/alternative emails for mail clients that do not read HTML email +- Support for 8bit, base64, binary, and quoted-printable encoding +- Uses the same methods as the very popular AspEmail active server (COM) component +- SMTP authentication +- Native language support +- Word wrap, and more! + +Why you might need it: + +Many PHP developers utilize email in their code. The only PHP function +that supports this is the mail() function. However, it does not expose +any of the popular features that many email clients use nowadays like +HTML-based emails and attachments. There are two proprietary +development tools out there that have all the functionality built into +easy to use classes: AspEmail(tm) and AspMail. Both of these +programs are COM components only available on Windows. They are also a +little pricey for smaller projects. + +Since I do Linux development I�ve missed these tools for my PHP coding. +So I built a version myself that implements the same methods (object +calls) that the Windows-based components do. It is open source and the +LGPL license allows you to place the class in your proprietary PHP +projects. + + +Installation: + +Copy class.phpmailer.php into your php.ini include_path. If you are +using the SMTP mailer then place class.smtp.php in your path as well. +In the language directory you will find several files like +phpmailer.lang-en.php. If you look right before the .php extension +that there are two letters. These represent the language type of the +translation file. For instance "en" is the English file and "br" is +the Portuguese file. Chose the file that best fits with your language +and place it in the PHP include path. If your language is English +then you have nothing more to do. If it is a different language then +you must point PHPMailer to the correct translation. To do this, call +the PHPMailer SetLanguage method like so: + +// To load the Portuguese version +$mail->SetLanguage("br", "/optional/path/to/language/directory/"); + +That's it. You should now be ready to use PHPMailer! + + +A Simple Example: + +IsSMTP(); // set mailer to use SMTP +$mail->Host = "smtp1.example.com;smtp2.example.com"; // specify main and backup server +$mail->SMTPAuth = true; // turn on SMTP authentication +$mail->Username = "jswan"; // SMTP username +$mail->Password = "secret"; // SMTP password + +$mail->From = "from@example.com"; +$mail->FromName = "Mailer"; +$mail->AddAddress("josh@example.net", "Josh Adams"); +$mail->AddAddress("ellen@example.com"); // name is optional +$mail->AddReplyTo("info@example.com", "Information"); + +$mail->WordWrap = 50; // set word wrap to 50 characters +$mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments +$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name +$mail->IsHTML(true); // set email format to HTML + +$mail->Subject = "Here is the subject"; +$mail->Body = "This is the HTML message body in bold!"; +$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; + +if(!$mail->Send()) +{ + echo "Message could not be sent.

    "; + echo "Mailer Error: " . $mail->ErrorInfo; + exit; +} + +echo "Message has been sent"; +?> + +CHANGELOG + +See ChangeLog.txt + +Download: http://sourceforge.net/project/showfiles.php?group_id=26031 + +Andy Prevost diff --git a/e_lib/phpmailer5/changelog.txt b/e_lib/phpmailer5/changelog.txt new file mode 100644 index 00000000..76c75cf2 --- /dev/null +++ b/e_lib/phpmailer5/changelog.txt @@ -0,0 +1,415 @@ +ChangeLog + +NOTE: THIS VERSION OF PHPMAILER IS DESIGNED FOR PHP5/PHP6. + IT WILL NOT WORK WITH PHP4. + +Version 5.2 (July 19, 2011) +* protected MIME body and header +* better DKIM DNS Resource Record support +* better aly handling +* htmlfilter class added to extras +* moved to Apache Extras + +Version 5.1 (October 20, 2009) +* fixed filename issue with AddStringAttachment (thanks to Tony) +* fixed "SingleTo" property, now works with Senmail, Qmail, and SMTP in + addition to PHP mail() +* added DKIM digital signing functionality + New properties: + - DKIM_domain (sets the domain name) + - DKIM_private (holds DKIM private key) + - DKIM_passphrase (holds your DKIM passphrase) + - DKIM_selector (holds the DKIM "selector") + - DKIM_identity (holds the identifying email address) +* added callback function support + - callback function parameters include: + result, to, cc, bcc, subject and body + * see the test/test_callback.php file for usage. +* added "auto" identity functionality + - can automatically add: + - Return-path (if Sender not set) + - Reply-To (if ReplyTo not set) + - can be disabled: + - $mail->SetFrom('yourname@yourdomain.com','First Last',false); + - or by adding the $mail->Sender and/or $mail->ReplyTo properties + Note: "auto" identity added to help with emails ending up in spam + or junk boxes because of missing headers + +Version 5.0.2 (May 24, 2009) +* Fix for missing attachments when inline graphics are present +* Fix for missing Cc in header when using SMTP (mail was sent, + but not displayed in header -- Cc receiver only saw email To: + line and no Cc line, but did get the email (To receiver + saw same) + +Version 5.0.1 (April 05, 2009) +* Temporary fix for missing attachments + +Version 5.0.0 (April 02, 2009) + +* With the release of this version, we are initiating a new version numbering + system to differentiate from the PHP4 version of PHPMailer. +* Most notable in this release is fully object oriented code. +class.smtp.php: +* Refactored class.smtp.php to support new exception handling + code size reduced from 29.2 Kb to 25.6 Kb +* Removed unnecessary functions from class.smtp.php: + public function Expand($name) { + public function Help($keyword="") { + public function Noop() { + public function Send($from) { + public function SendOrMail($from) { + public function Verify($name) { +class.phpmailer.php: +* Refactored class.phpmailer.php with new exception handling +* Changed processing functionality of Sendmail and Qmail so they cannot be + inadvertently used +* removed getFile() function, just became a simple wrapper for + file_get_contents() +* added check for PHP version (will gracefully exit if not at least PHP 5.0) +class.phpmailer.php enhancements +* enhanced code to check if an attachment source is the same as an embedded or + inline graphic source to eliminate duplicate attachments +New /test_script +* We have written a test script you can use to test the script as part of your + installation. Once you press submit, the test script will send a multi-mime + email with either the message you type in or an HTML email with an inline + graphic. Two attachments are included in the email (one of the attachments + is also the inline graphic so you can see that only one copy of the graphic + is sent in the email). The test script will also display the functional + script that you can copy/paste to your editor to duplicate the functionality. +New examples +* All new examples in both basic and advanced modes. Advanced examples show + Exception handling. +PHPDocumentator (phpdocs) documentation for PHPMailer version 5.0.0 +* all new documentation + +Please note: the website has been updated to reflect the changes in PHPMailer +version 5.0.0. http://phpmailer.codeworxtech.com/ + +Version 2.3 (November 06, 2008) + +* added Arabic language (many thanks to Bahjat Al Mostafa) +* removed English language from language files and made it a default within + class.phpmailer.php - if no language is found, it will default to use + the english language translation +* fixed public/private declarations +* corrected line 1728, $basedir to $directory +* added $sign_cert_file to avoid improper duplicate use of $sign_key_file +* corrected $this->Hello on line 612 to $this->Helo +* changed default of $LE to "\r\n" to comply with RFC 2822. Can be set by the user + if default is not acceptable +* removed trim() from return results in EncodeQP +* /test and three files it contained are removed from version 2.3 +* fixed phpunit.php for compliance with PHP5 +* changed $this->AltBody = $textMsg; to $this->AltBody = html_entity_decode($textMsg); +* We have removed the /phpdoc from the downloads. All documentation is now on + the http://phpmailer.codeworxtech.com website. + +Version 2.2.1 () July 19 2008 + +* fixed line 1092 in class.smtp.php (my apologies, error on my part) + +Version 2.2 () July 15 2008 + +* Fixed redirect issue (display of UTF-8 in thank you redirect) +* fixed error in getResponse function declaration (class.pop3.php) +* PHPMailer now PHP6 compliant +* fixed line 1092 in class.smtp.php (endless loop from missing = sign) + +Version 2.1 (Wed, June 04 2008) + +** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS. + IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE + APPRECIATED. + +* added S/MIME functionality (ability to digitally sign emails) + BIG THANKS TO "sergiocambra" for posting this patch back in November 2007. + The "Signed Emails" functionality adds the Sign method to pass the private key + filename and the password to read it, and then email will be sent with + content-type multipart/signed and with the digital signature attached. +* fully compatible with E_STRICT error level + - Please note: + In about half the test environments this development version was subjected + to, an error was thrown for the date() functions used (line 1565 and 1569). + This is NOT a PHPMailer error, it is the result of an incorrectly configured + PHP5 installation. The fix is to modify your 'php.ini' file and include the + date.timezone = America/New York + directive, to your own server timezone + - If you do get this error, and are unable to access your php.ini file: + In your PHP script, add + date_default_timezone_set('America/Toronto'); + - do not try to use + $myVar = date_default_timezone_get(); + as a test, it will throw an error. +* added ability to define path (mainly for embedded images) + function MsgHTML($message,$basedir='') ... where: + $basedir is the fully qualified path +* fixed MsgHTML() function: + - Embedded Images where images are specified by :// will not be altered or embedded +* fixed the return value of SMTP exit code ( pclose ) +* addressed issue of multibyte characters in subject line and truncating +* added ability to have user specified Message ID + (default is still that PHPMailer create a unique Message ID) +* corrected unidentified message type to 'application/octet-stream' +* fixed chunk_split() multibyte issue (thanks to Colin Brown, et al). +* added check for added attachments +* enhanced conversion of HTML to text in MsgHTML (thanks to "brunny") + +Version 2.1.0beta2 (Sun, Dec 02 2007) +* implemented updated EncodeQP (thanks to coolbru, aka Marcus Bointon) +* finished all testing, all known bugs corrected, enhancements tested +- note: will NOT work with PHP4. + +please note, this is BETA software +** DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS +INTENDED STRICTLY FOR TESTING + +Version 2.1.0beta1 +please note, this is BETA software +** DO NOT USE THIS IN PRODUCTION OR LIVE PROJECTS +INTENDED STRICTLY FOR TESTING + +Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release +* implements new property to control VERP in class.smtp.php + example (requires instantiating class.smtp.php): + $mail->do_verp = true; +* POP-before-SMTP functionality included, thanks to Richard Davey + (see class.pop3.php & pop3_before_smtp_test.php for examples) +* included example showing how to use PHPMailer with GMAIL +* fixed the missing Cc in SendMail() and Mail() + +****************** +A note on sending bulk emails: + +If the email you are sending is not personalized, consider using the +"undisclosed-recipient:;" strategy. That is, put all of your recipients +in the Bcc field and set the To field to "undisclosed-recipients:;". +It's a lot faster (only one send) and saves quite a bit on resources. +Contrary to some opinions, this will not get you listed in spam engines - +it's a legitimate way for you to send emails. + +A partial example for use with PHPMailer: + +$mail->AddAddress("undisclosed-recipients:;"); +$mail->AddBCC("email1@anydomain.com,email2@anyotherdomain.com,email3@anyalternatedomain.com"); + +Many email service providers restrict the number of emails that can be sent +in any given time period. Often that is between 50 - 60 emails maximum +per hour or per send session. + +If that's the case, then break up your Bcc lists into chunks that are one +less than your limit, and put a pause in your script. +******************* + +Version 2.0.0 rc1 (Thu, Nov 08 2007), interim release +* dramatically simplified using inline graphics ... it's fully automated and requires no user input +* added automatic document type detection for attachments and pictures +* added MsgHTML() function to replace Body tag for HTML emails +* fixed the SendMail security issues (input validation vulnerability) +* enhanced the AddAddresses functionality so that the "Name" portion is used in the email address +* removed the need to use the AltBody method (set from the HTML, or default text used) +* set the PHP Mail() function as the default (still support SendMail, SMTP Mail) +* removed the need to set the IsHTML property (set automatically) +* added Estonian language file by Indrek Päri +* added header injection patch +* added "set" method to permit users to create their own pseudo-properties like 'X-Headers', etc. + example of use: + $mail->set('X-Priority', '3'); + $mail->set('X-MSMail-Priority', 'Normal'); +* fixed warning message in SMTP get_lines method +* added TLS/SSL SMTP support + example of use: + $mail = new PHPMailer(); + $mail->Mailer = "smtp"; + $mail->Host = "smtp.example.com"; + $mail->SMTPSecure = "tls"; // option + //$mail->SMTPSecure = "ssl"; // option + ... + $mail->Send(); +* PHPMailer has been tested with PHP4 (4.4.7) and PHP5 (5.2.7) +* Works with PHP installed as a module or as CGI-PHP +- NOTE: will NOT work with PHP5 in E_STRICT error mode + +Version 1.73 (Sun, Jun 10 2005) +* Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf +* Now has a total of 20 translations +* Fixed alt attachments bug: http://tinyurl.com/98u9k + +Version 1.72 (Wed, May 25 2004) +* Added Dutch, Swedish, Czech, Norwegian, and Turkish translations. +* Received: Removed this method because spam filter programs like +SpamAssassin reject this header. +* Fixed error count bug. +* SetLanguage default is now "language/". +* Fixed magic_quotes_runtime bug. + +Version 1.71 (Tue, Jul 28 2003) +* Made several speed enhancements +* Added German and Italian translation files +* Fixed HELO/AUTH bugs on keep-alive connects +* Now provides an error message if language file does not load +* Fixed attachment EOL bug +* Updated some unclear documentation +* Added additional tests and improved others + +Version 1.70 (Mon, Jun 20 2003) +* Added SMTP keep-alive support +* Added IsError method for error detection +* Added error message translation support (SetLanguage) +* Refactored many methods to increase library performance +* Hello now sends the newer EHLO message before HELO as per RFC 2821 +* Removed the boundary class and replaced it with GetBoundary +* Removed queue support methods +* New $Hostname variable +* New Message-ID header +* Received header reformat +* Helo variable default changed to $Hostname +* Removed extra spaces in Content-Type definition (#667182) +* Return-Path should be set to Sender when set +* Adds Q or B encoding to headers when necessary +* quoted-encoding should now encode NULs \000 +* Fixed encoding of body/AltBody (#553370) +* Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC) +* Multiple bug fixes + +Version 1.65 (Fri, Aug 09 2002) +* Fixed non-visible attachment bug (#585097) for Outlook +* SMTP connections are now closed after each transaction +* Fixed SMTP::Expand return value +* Converted SMTP class documentation to phpDocumentor format + +Version 1.62 (Wed, Jun 26 2002) +* Fixed multi-attach bug +* Set proper word wrapping +* Reduced memory use with attachments +* Added more debugging +* Changed documentation to phpDocumentor format + +Version 1.60 (Sat, Mar 30 2002) +* Sendmail pipe and address patch (Christian Holtje) +* Added embedded image and read confirmation support (A. Ognio) +* Added unit tests +* Added SMTP timeout support (*nix only) +* Added possibly temporary PluginDir variable for SMTP class +* Added LE message line ending variable +* Refactored boundary and attachment code +* Eliminated SMTP class warnings +* Added SendToQueue method for future queuing support + +Version 1.54 (Wed, Dec 19 2001) +* Add some queuing support code +* Fixed a pesky multi/alt bug +* Messages are no longer forced to have "To" addresses + +Version 1.50 (Thu, Nov 08 2001) +* Fix extra lines when not using SMTP mailer +* Set WordWrap variable to int with a zero default + +Version 1.47 (Tue, Oct 16 2001) +* Fixed Received header code format +* Fixed AltBody order error +* Fixed alternate port warning + +Version 1.45 (Tue, Sep 25 2001) +* Added enhanced SMTP debug support +* Added support for multiple ports on SMTP +* Added Received header for tracing +* Fixed AddStringAttachment encoding +* Fixed possible header name quote bug +* Fixed wordwrap() trim bug +* Couple other small bug fixes + +Version 1.41 (Wed, Aug 22 2001) +* Fixed AltBody bug w/o attachments +* Fixed rfc_date() for certain mail servers + +Version 1.40 (Sun, Aug 12 2001) +* Added multipart/alternative support (AltBody) +* Documentation update +* Fixed bug in Mercury MTA + +Version 1.29 (Fri, Aug 03 2001) +* Added AddStringAttachment() method +* Added SMTP authentication support + +Version 1.28 (Mon, Jul 30 2001) +* Fixed a typo in SMTP class +* Fixed header issue with Imail (win32) SMTP server +* Made fopen() calls for attachments use "rb" to fix win32 error + +Version 1.25 (Mon, Jul 02 2001) +* Added RFC 822 date fix (Patrice) +* Added improved error handling by adding a $ErrorInfo variable +* Removed MailerDebug variable (obsolete with new error handler) + +Version 1.20 (Mon, Jun 25 2001) +* Added quoted-printable encoding (Patrice) +* Set Version as public and removed PrintVersion() +* Changed phpdoc to only display public variables and methods + +Version 1.19 (Thu, Jun 21 2001) +* Fixed MS Mail header bug +* Added fix for Bcc problem with mail(). *Does not work on Win32* + (See PHP bug report: http://www.php.net/bugs.php?id=11616) +* mail() no longer passes a fifth parameter when not needed + +Version 1.15 (Fri, Jun 15 2001) +[Note: these changes contributed by Patrice Fournier] +* Changed all remaining \n to \r\n +* Bcc: header no longer writen to message except +when sent directly to sendmail +* Added a small message to non-MIME compliant mail reader +* Added Sender variable to change the Sender email +used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode +* Changed boundary setting to a place it will be set only once +* Removed transfer encoding for whole message when using multipart +* Message body now uses Encoding in multipart messages +* Can set encoding and type to attachments 7bit, 8bit +and binary attachment are sent as is, base64 are encoded +* Can set Encoding to base64 to send 8 bits body +through 7 bits servers + +Version 1.10 (Tue, Jun 12 2001) +* Fixed win32 mail header bug (printed out headers in message body) + +Version 1.09 (Fri, Jun 08 2001) +* Changed date header to work with Netscape mail programs +* Altered phpdoc documentation + +Version 1.08 (Tue, Jun 05 2001) +* Added enhanced error-checking +* Added phpdoc documentation to source + +Version 1.06 (Fri, Jun 01 2001) +* Added optional name for file attachments + +Version 1.05 (Tue, May 29 2001) +* Code cleanup +* Eliminated sendmail header warning message +* Fixed possible SMTP error + +Version 1.03 (Thu, May 24 2001) +* Fixed problem where qmail sends out duplicate messages + +Version 1.02 (Wed, May 23 2001) +* Added multiple recipient and attachment Clear* methods +* Added Sendmail public variable +* Fixed problem with loading SMTP library multiple times + +Version 0.98 (Tue, May 22 2001) +* Fixed problem with redundant mail hosts sending out multiple messages +* Added additional error handler code +* Added AddCustomHeader() function +* Added support for Microsoft mail client headers (affects priority) +* Fixed small bug with Mailer variable +* Added PrintVersion() function + +Version 0.92 (Tue, May 15 2001) +* Changed file names to class.phpmailer.php and class.smtp.php to match + current PHP class trend. +* Fixed problem where body not being printed when a message is attached +* Several small bug fixes + +Version 0.90 (Tue, April 17 2001) +* Intial public release diff --git a/e_lib/phpmailer5/class.phpmailer.php b/e_lib/phpmailer5/class.phpmailer.php new file mode 100644 index 00000000..4589cd79 --- /dev/null +++ b/e_lib/phpmailer5/class.phpmailer.php @@ -0,0 +1,2473 @@ +exceptions = ($exceptions == true); + } + + /** + * Sets message type to HTML. + * @param bool $ishtml + * @return void + */ + public function IsHTML($ishtml = true) { + if ($ishtml) { + $this->ContentType = 'text/html'; + } else { + $this->ContentType = 'text/plain'; + } + } + + /** + * Sets Mailer to send message using SMTP. + * @return void + */ + public function IsSMTP() { + $this->Mailer = 'smtp'; + } + + /** + * Sets Mailer to send message using PHP mail() function. + * @return void + */ + public function IsMail() { + $this->Mailer = 'mail'; + } + + /** + * Sets Mailer to send message using the $Sendmail program. + * @return void + */ + public function IsSendmail() { + if (!stristr(ini_get('sendmail_path'), 'sendmail')) { + $this->Sendmail = '/var/qmail/bin/sendmail'; + } + $this->Mailer = 'sendmail'; + } + + /** + * Sets Mailer to send message using the qmail MTA. + * @return void + */ + public function IsQmail() { + if (stristr(ini_get('sendmail_path'), 'qmail')) { + $this->Sendmail = '/var/qmail/bin/sendmail'; + } + $this->Mailer = 'sendmail'; + } + + ///////////////////////////////////////////////// + // METHODS, RECIPIENTS + ///////////////////////////////////////////////// + + /** + * Adds a "To" address. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function AddAddress($address, $name = '') { + return $this->AddAnAddress('to', $address, $name); + } + + /** + * Adds a "Cc" address. + * Note: this function works with the SMTP mailer on win32, not with the "mail" mailer. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function AddCC($address, $name = '') { + return $this->AddAnAddress('cc', $address, $name); + } + + /** + * Adds a "Bcc" address. + * Note: this function works with the SMTP mailer on win32, not with the "mail" mailer. + * @param string $address + * @param string $name + * @return boolean true on success, false if address already used + */ + public function AddBCC($address, $name = '') { + return $this->AddAnAddress('bcc', $address, $name); + } + + /** + * Adds a "Reply-to" address. + * @param string $address + * @param string $name + * @return boolean + */ + public function AddReplyTo($address, $name = '') { + return $this->AddAnAddress('ReplyTo', $address, $name); + } + + /** + * Adds an address to one of the recipient arrays + * Addresses that have been added already return false, but do not throw exceptions + * @param string $kind One of 'to', 'cc', 'bcc', 'ReplyTo' + * @param string $address The email address to send to + * @param string $name + * @return boolean true on success, false if address already used or invalid in some way + * @access protected + */ + protected function AddAnAddress($kind, $address, $name = '') { + if (!preg_match('/^(to|cc|bcc|ReplyTo)$/', $kind)) { + $this->SetError($this->Lang('Invalid recipient array').': '.$kind); + if ($this->exceptions) { + throw new phpmailerException('Invalid recipient array: ' . $kind); + } + echo $this->Lang('Invalid recipient array').': '.$kind; + return false; + } + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + if (!self::ValidateAddress($address)) { + $this->SetError($this->Lang('invalid_address').': '. $address); + if ($this->exceptions) { + throw new phpmailerException($this->Lang('invalid_address').': '.$address); + } + echo $this->Lang('invalid_address').': '.$address; + return false; + } + if ($kind != 'ReplyTo') { + if (!isset($this->all_recipients[strtolower($address)])) { + array_push($this->$kind, array($address, $name)); + $this->all_recipients[strtolower($address)] = true; + return true; + } + } else { + if (!array_key_exists(strtolower($address), $this->ReplyTo)) { + $this->ReplyTo[strtolower($address)] = array($address, $name); + return true; + } + } + return false; +} + +/** + * Set the From and FromName properties + * @param string $address + * @param string $name + * @return boolean + */ + public function SetFrom($address, $name = '', $auto = 1) { + $address = trim($address); + $name = trim(preg_replace('/[\r\n]+/', '', $name)); //Strip breaks and trim + if (!self::ValidateAddress($address)) { + $this->SetError($this->Lang('invalid_address').': '. $address); + if ($this->exceptions) { + throw new phpmailerException($this->Lang('invalid_address').': '.$address); + } + echo $this->Lang('invalid_address').': '.$address; + return false; + } + $this->From = $address; + $this->FromName = $name; + if ($auto) { + if (empty($this->ReplyTo)) { + $this->AddAnAddress('ReplyTo', $address, $name); + } + if (empty($this->Sender)) { + $this->Sender = $address; + } + } + return true; + } + + /** + * Check that a string looks roughly like an email address should + * Static so it can be used without instantiation + * Tries to use PHP built-in validator in the filter extension (from PHP 5.2), falls back to a reasonably competent regex validator + * Conforms approximately to RFC2822 + * @link http://www.hexillion.com/samples/#Regex Original pattern found here + * @param string $address The email address to check + * @return boolean + * @static + * @access public + */ + public static function ValidateAddress($address) { + if (function_exists('filter_var')) { //Introduced in PHP 5.2 + if(filter_var($address, FILTER_VALIDATE_EMAIL) === FALSE) { + return false; + } else { + return true; + } + } else { + return preg_match('/^(?:[\w\!\#\$\%\&\'\*\+\-\/\=\?\^\`\{\|\}\~]+\.)*[\w\!\#\$\%\&\'\*\+\-\/\=\?\^\`\{\|\}\~]+@(?:(?:(?:[a-zA-Z0-9_](?:[a-zA-Z0-9_\-](?!\.)){0,61}[a-zA-Z0-9_-]?\.)+[a-zA-Z0-9_](?:[a-zA-Z0-9_\-](?!$)){0,61}[a-zA-Z0-9_]?)|(?:\[(?:(?:[01]?\d{1,2}|2[0-4]\d|25[0-5])\.){3}(?:[01]?\d{1,2}|2[0-4]\d|25[0-5])\]))$/', $address); + } + } + + ///////////////////////////////////////////////// + // METHODS, MAIL SENDING + ///////////////////////////////////////////////// + + /** + * Creates message and assigns Mailer. If the message is + * not sent successfully then it returns false. Use the ErrorInfo + * variable to view description of the error. + * @return bool + */ + public function Send() { + try { + if(!$this->PreSend()) return false; + return $this->PostSend(); + } catch (phpmailerException $e) { + $this->SetError($e->getMessage()); + if ($this->exceptions) { + throw $e; + } + return false; + } + } + + protected function PreSend() { + try { + if ((count($this->to) + count($this->cc) + count($this->bcc)) < 1) { + throw new phpmailerException($this->Lang('provide_address'), self::STOP_CRITICAL); + } + + // Set whether the message is multipart/alternative + if(!empty($this->AltBody)) { + $this->ContentType = 'multipart/alternative'; + } + + $this->error_count = 0; // reset errors + $this->SetMessageType(); + //Refuse to send an empty message + if (empty($this->Body)) { + throw new phpmailerException($this->Lang('empty_message'), self::STOP_CRITICAL); + } + + $this->MIMEHeader = $this->CreateHeader(); + $this->MIMEBody = $this->CreateBody(); + + + // digitally sign with DKIM if enabled + if ($this->DKIM_domain && $this->DKIM_private) { + $header_dkim = $this->DKIM_Add($this->MIMEHeader, $this->EncodeHeader($this->SecureHeader($this->Subject)), $this->MIMEBody); + $this->MIMEHeader = str_replace("\r\n", "\n", $header_dkim) . $this->MIMEHeader; + } + + return true; + } catch (phpmailerException $e) { + $this->SetError($e->getMessage()); + if ($this->exceptions) { + throw $e; + } + return false; + } + } + + protected function PostSend() { + try { + // Choose the mailer and send through it + switch($this->Mailer) { + case 'sendmail': + return $this->SendmailSend($this->MIMEHeader, $this->MIMEBody); + case 'smtp': + return $this->SmtpSend($this->MIMEHeader, $this->MIMEBody); + default: + return $this->MailSend($this->MIMEHeader, $this->MIMEBody); + } + + } catch (phpmailerException $e) { + $this->SetError($e->getMessage()); + if ($this->exceptions) { + throw $e; + } + echo $e->getMessage()."\n"; + return false; + } + } + + /** + * Sends mail using the $Sendmail program. + * @param string $header The message headers + * @param string $body The message body + * @access protected + * @return bool + */ + protected function SendmailSend($header, $body) { + if ($this->Sender != '') { + $sendmail = sprintf("%s -oi -f %s -t", escapeshellcmd($this->Sendmail), escapeshellarg($this->Sender)); + } else { + $sendmail = sprintf("%s -oi -t", escapeshellcmd($this->Sendmail)); + } + if ($this->SingleTo === true) { + foreach ($this->SingleToArray as $key => $val) { + if(!@$mail = popen($sendmail, 'w')) { + throw new phpmailerException($this->Lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + fputs($mail, "To: " . $val . "\n"); + fputs($mail, $header); + fputs($mail, $body); + $result = pclose($mail); + // implement call back function if it exists + $isSent = ($result == 0) ? 1 : 0; + $this->doCallback($isSent, $val, $this->cc, $this->bcc, $this->Subject, $body); + if($result != 0) { + throw new phpmailerException($this->Lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + } else { + if(!@$mail = popen($sendmail, 'w')) { + throw new phpmailerException($this->Lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + fputs($mail, $header); + fputs($mail, $body); + $result = pclose($mail); + // implement call back function if it exists + $isSent = ($result == 0) ? 1 : 0; + $this->doCallback($isSent, $this->to, $this->cc, $this->bcc, $this->Subject, $body); + if($result != 0) { + throw new phpmailerException($this->Lang('execute') . $this->Sendmail, self::STOP_CRITICAL); + } + } + return true; + } + + /** + * Sends mail using the PHP mail() function. + * @param string $header The message headers + * @param string $body The message body + * @access protected + * @return bool + */ + protected function MailSend($header, $body) { + $toArr = array(); + foreach($this->to as $t) { + $toArr[] = $this->AddrFormat($t); + } + $to = implode(', ', $toArr); + + if (empty($this->Sender)) { + $params = "-oi -f %s"; + } else { + $params = sprintf("-oi -f %s", $this->Sender); + } + if ($this->Sender != '' and !ini_get('safe_mode')) { + $old_from = ini_get('sendmail_from'); + ini_set('sendmail_from', $this->Sender); + if ($this->SingleTo === true && count($toArr) > 1) { + foreach ($toArr as $key => $val) { + $rt = @mail($val, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header, $params); + // implement call back function if it exists + $isSent = ($rt == 1) ? 1 : 0; + $this->doCallback($isSent, $val, $this->cc, $this->bcc, $this->Subject, $body); + } + } else { + $rt = @mail($to, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header, $params); + // implement call back function if it exists + $isSent = ($rt == 1) ? 1 : 0; + $this->doCallback($isSent, $to, $this->cc, $this->bcc, $this->Subject, $body); + } + } else { + if ($this->SingleTo === true && count($toArr) > 1) { + foreach ($toArr as $key => $val) { + $rt = @mail($val, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header, $params); + // implement call back function if it exists + $isSent = ($rt == 1) ? 1 : 0; + $this->doCallback($isSent, $val, $this->cc, $this->bcc, $this->Subject, $body); + } + } else { + $rt = @mail($to, $this->EncodeHeader($this->SecureHeader($this->Subject)), $body, $header); + // implement call back function if it exists + $isSent = ($rt == 1) ? 1 : 0; + $this->doCallback($isSent, $to, $this->cc, $this->bcc, $this->Subject, $body); + } + } + if (isset($old_from)) { + ini_set('sendmail_from', $old_from); + } + if(!$rt) { + throw new phpmailerException($this->Lang('instantiate'), self::STOP_CRITICAL); + } + return true; + } + + /** + * Sends mail via SMTP using PhpSMTP + * Returns false if there is a bad MAIL FROM, RCPT, or DATA input. + * @param string $header The message headers + * @param string $body The message body + * @uses SMTP + * @access protected + * @return bool + */ + protected function SmtpSend($header, $body) { + require_once $this->PluginDir . 'class.smtp.php'; + $bad_rcpt = array(); + + if(!$this->SmtpConnect()) { + throw new phpmailerException($this->Lang('smtp_connect_failed'), self::STOP_CRITICAL); + } + $smtp_from = ($this->Sender == '') ? $this->From : $this->Sender; + if(!$this->smtp->Mail($smtp_from)) { + throw new phpmailerException($this->Lang('from_failed') . $smtp_from, self::STOP_CRITICAL); + } + + // Attempt to send attach all recipients + foreach($this->to as $to) { + if (!$this->smtp->Recipient($to[0])) { + $bad_rcpt[] = $to[0]; + // implement call back function if it exists + $isSent = 0; + $this->doCallback($isSent, $to[0], '', '', $this->Subject, $body); + } else { + // implement call back function if it exists + $isSent = 1; + $this->doCallback($isSent, $to[0], '', '', $this->Subject, $body); + } + } + foreach($this->cc as $cc) { + if (!$this->smtp->Recipient($cc[0])) { + $bad_rcpt[] = $cc[0]; + // implement call back function if it exists + $isSent = 0; + $this->doCallback($isSent, '', $cc[0], '', $this->Subject, $body); + } else { + // implement call back function if it exists + $isSent = 1; + $this->doCallback($isSent, '', $cc[0], '', $this->Subject, $body); + } + } + foreach($this->bcc as $bcc) { + if (!$this->smtp->Recipient($bcc[0])) { + $bad_rcpt[] = $bcc[0]; + // implement call back function if it exists + $isSent = 0; + $this->doCallback($isSent, '', '', $bcc[0], $this->Subject, $body); + } else { + // implement call back function if it exists + $isSent = 1; + $this->doCallback($isSent, '', '', $bcc[0], $this->Subject, $body); + } + } + + + if (count($bad_rcpt) > 0 ) { //Create error message for any bad addresses + $badaddresses = implode(', ', $bad_rcpt); + throw new phpmailerException($this->Lang('recipients_failed') . $badaddresses); + } + if(!$this->smtp->Data($header . $body)) { + throw new phpmailerException($this->Lang('data_not_accepted'), self::STOP_CRITICAL); + } + if($this->SMTPKeepAlive == true) { + $this->smtp->Reset(); + } + return true; + } + + /** + * Initiates a connection to an SMTP server. + * Returns false if the operation failed. + * @uses SMTP + * @access public + * @return bool + */ + public function SmtpConnect() { + if(is_null($this->smtp)) { + $this->smtp = new SMTP(); + } + + $this->smtp->do_debug = $this->SMTPDebug; + $hosts = explode(';', $this->Host); + $index = 0; + $connection = $this->smtp->Connected(); + + // Retry while there is no connection + try { + while($index < count($hosts) && !$connection) { + $hostinfo = array(); + if (preg_match('/^(.+):([0-9]+)$/', $hosts[$index], $hostinfo)) { + $host = $hostinfo[1]; + $port = $hostinfo[2]; + } else { + $host = $hosts[$index]; + $port = $this->Port; + } + + $tls = ($this->SMTPSecure == 'tls'); + $ssl = ($this->SMTPSecure == 'ssl'); + + if ($this->smtp->Connect(($ssl ? 'ssl://':'').$host, $port, $this->Timeout)) { + + $hello = ($this->Helo != '' ? $this->Helo : $this->ServerHostname()); + $this->smtp->Hello($hello); + + if ($tls) { + if (!$this->smtp->StartTLS()) { + throw new phpmailerException($this->Lang('tls')); + } + + //We must resend HELO after tls negotiation + $this->smtp->Hello($hello); + } + + $connection = true; + if ($this->SMTPAuth) { + if (!$this->smtp->Authenticate($this->Username, $this->Password)) { + throw new phpmailerException($this->Lang('authenticate')); + } + } + } + $index++; + if (!$connection) { + throw new phpmailerException($this->Lang('connect_host')); + } + } + } catch (phpmailerException $e) { + $this->smtp->Reset(); + throw $e; + } + return true; + } + + /** + * Closes the active SMTP session if one exists. + * @return void + */ + public function SmtpClose() { + if(!is_null($this->smtp)) { + if($this->smtp->Connected()) { + $this->smtp->Quit(); + $this->smtp->Close(); + } + } + } + + /** + * Sets the language for all class error messages. + * Returns false if it cannot load the language file. The default language is English. + * @param string $langcode ISO 639-1 2-character language code (e.g. Portuguese: "br") + * @param string $lang_path Path to the language file directory + * @access public + */ + function SetLanguage($langcode = 'en', $lang_path = 'language/') { + //Define full set of translatable strings + $PHPMAILER_LANG = array( + 'provide_address' => 'You must provide at least one recipient email address.', + 'mailer_not_supported' => ' mailer is not supported.', + 'execute' => 'Could not execute: ', + 'instantiate' => 'Could not instantiate mail function.', + 'authenticate' => 'SMTP Error: Could not authenticate.', + 'from_failed' => 'The following From address failed: ', + 'recipients_failed' => 'SMTP Error: The following recipients failed: ', + 'data_not_accepted' => 'SMTP Error: Data not accepted.', + 'connect_host' => 'SMTP Error: Could not connect to SMTP host.', + 'file_access' => 'Could not access file: ', + 'file_open' => 'File Error: Could not open file: ', + 'encoding' => 'Unknown encoding: ', + 'signing' => 'Signing Error: ', + 'smtp_error' => 'SMTP server error: ', + 'empty_message' => 'Message body empty', + 'invalid_address' => 'Invalid address', + 'variable_set' => 'Cannot set or reset variable: ' + ); + //Overwrite language-specific strings. This way we'll never have missing translations - no more "language string failed to load"! + $l = true; + if ($langcode != 'en') { //There is no English translation file + $l = @include $lang_path.'phpmailer.lang-'.$langcode.'.php'; + } + $this->language = $PHPMAILER_LANG; + return ($l == true); //Returns false if language not found + } + + /** + * Return the current array of language strings + * @return array + */ + public function GetTranslations() { + return $this->language; + } + + ///////////////////////////////////////////////// + // METHODS, MESSAGE CREATION + ///////////////////////////////////////////////// + + /** + * Creates recipient headers. + * @access public + * @return string + */ + public function AddrAppend($type, $addr) { + $addr_str = $type . ': '; + $addresses = array(); + foreach ($addr as $a) { + $addresses[] = $this->AddrFormat($a); + } + $addr_str .= implode(', ', $addresses); + $addr_str .= $this->LE; + + return $addr_str; + } + + /** + * Formats an address correctly. + * @access public + * @return string + */ + public function AddrFormat($addr) { + if (empty($addr[1])) { + return $this->SecureHeader($addr[0]); + } else { + return $this->EncodeHeader($this->SecureHeader($addr[1]), 'phrase') . " <" . $this->SecureHeader($addr[0]) . ">"; + } + } + + /** + * Wraps message for use with mailers that do not + * automatically perform wrapping and for quoted-printable. + * Original written by philippe. + * @param string $message The message to wrap + * @param integer $length The line length to wrap to + * @param boolean $qp_mode Whether to run in Quoted-Printable mode + * @access public + * @return string + */ + public function WrapText($message, $length, $qp_mode = false) { + $soft_break = ($qp_mode) ? sprintf(" =%s", $this->LE) : $this->LE; + // If utf-8 encoding is used, we will need to make sure we don't + // split multibyte characters when we wrap + $is_utf8 = (strtolower($this->CharSet) == "utf-8"); + + $message = $this->FixEOL($message); + if (substr($message, -1) == $this->LE) { + $message = substr($message, 0, -1); + } + + $line = explode($this->LE, $message); + $message = ''; + for ($i = 0 ;$i < count($line); $i++) { + $line_part = explode(' ', $line[$i]); + $buf = ''; + for ($e = 0; $e $length)) { + $space_left = $length - strlen($buf) - 1; + if ($e != 0) { + if ($space_left > 20) { + $len = $space_left; + if ($is_utf8) { + $len = $this->UTF8CharBoundary($word, $len); + } elseif (substr($word, $len - 1, 1) == "=") { + $len--; + } elseif (substr($word, $len - 2, 1) == "=") { + $len -= 2; + } + $part = substr($word, 0, $len); + $word = substr($word, $len); + $buf .= ' ' . $part; + $message .= $buf . sprintf("=%s", $this->LE); + } else { + $message .= $buf . $soft_break; + } + $buf = ''; + } + while (strlen($word) > 0) { + $len = $length; + if ($is_utf8) { + $len = $this->UTF8CharBoundary($word, $len); + } elseif (substr($word, $len - 1, 1) == "=") { + $len--; + } elseif (substr($word, $len - 2, 1) == "=") { + $len -= 2; + } + $part = substr($word, 0, $len); + $word = substr($word, $len); + + if (strlen($word) > 0) { + $message .= $part . sprintf("=%s", $this->LE); + } else { + $buf = $part; + } + } + } else { + $buf_o = $buf; + $buf .= ($e == 0) ? $word : (' ' . $word); + + if (strlen($buf) > $length and $buf_o != '') { + $message .= $buf_o . $soft_break; + $buf = $word; + } + } + } + $message .= $buf . $this->LE; + } + + return $message; + } + + /** + * Finds last character boundary prior to maxLength in a utf-8 + * quoted (printable) encoded string. + * Original written by Colin Brown. + * @access public + * @param string $encodedText utf-8 QP text + * @param int $maxLength find last character boundary prior to this length + * @return int + */ + public function UTF8CharBoundary($encodedText, $maxLength) { + $foundSplitPos = false; + $lookBack = 3; + while (!$foundSplitPos) { + $lastChunk = substr($encodedText, $maxLength - $lookBack, $lookBack); + $encodedCharPos = strpos($lastChunk, "="); + if ($encodedCharPos !== false) { + // Found start of encoded character byte within $lookBack block. + // Check the encoded byte value (the 2 chars after the '=') + $hex = substr($encodedText, $maxLength - $lookBack + $encodedCharPos + 1, 2); + $dec = hexdec($hex); + if ($dec < 128) { // Single byte character. + // If the encoded char was found at pos 0, it will fit + // otherwise reduce maxLength to start of the encoded char + $maxLength = ($encodedCharPos == 0) ? $maxLength : + $maxLength - ($lookBack - $encodedCharPos); + $foundSplitPos = true; + } elseif ($dec >= 192) { // First byte of a multi byte character + // Reduce maxLength to split at start of character + $maxLength = $maxLength - ($lookBack - $encodedCharPos); + $foundSplitPos = true; + } elseif ($dec < 192) { // Middle byte of a multi byte character, look further back + $lookBack += 3; + } + } else { + // No encoded character found + $foundSplitPos = true; + } + } + return $maxLength; + } + + + /** + * Set the body wrapping. + * @access public + * @return void + */ + public function SetWordWrap() { + if($this->WordWrap < 1) { + return; + } + + switch($this->message_type) { + case 'alt': + case 'alt_inline': + case 'alt_attach': + case 'alt_inline_attach': + $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap); + break; + default: + $this->Body = $this->WrapText($this->Body, $this->WordWrap); + break; + } + } + + /** + * Assembles message header. + * @access public + * @return string The assembled header + */ + public function CreateHeader() { + $result = ''; + + // Set the boundaries + $uniq_id = md5(uniqid(time())); + $this->boundary[1] = 'b1_' . $uniq_id; + $this->boundary[2] = 'b2_' . $uniq_id; + $this->boundary[3] = 'b3_' . $uniq_id; + + $result .= $this->HeaderLine('Date', self::RFCDate()); + if($this->Sender == '') { + $result .= $this->HeaderLine('Return-Path', trim($this->From)); + } else { + $result .= $this->HeaderLine('Return-Path', trim($this->Sender)); + } + + // To be created automatically by mail() + if($this->Mailer != 'mail') { + if ($this->SingleTo === true) { + foreach($this->to as $t) { + $this->SingleToArray[] = $this->AddrFormat($t); + } + } else { + if(count($this->to) > 0) { + $result .= $this->AddrAppend('To', $this->to); + } elseif (count($this->cc) == 0) { + $result .= $this->HeaderLine('To', 'undisclosed-recipients:;'); + } + } + } + + $from = array(); + $from[0][0] = trim($this->From); + $from[0][1] = $this->FromName; + $result .= $this->AddrAppend('From', $from); + + // sendmail and mail() extract Cc from the header before sending + if(count($this->cc) > 0) { + $result .= $this->AddrAppend('Cc', $this->cc); + } + + // sendmail and mail() extract Bcc from the header before sending + if((($this->Mailer == 'sendmail') || ($this->Mailer == 'mail')) && (count($this->bcc) > 0)) { + $result .= $this->AddrAppend('Bcc', $this->bcc); + } + + if(count($this->ReplyTo) > 0) { + $result .= $this->AddrAppend('Reply-to', $this->ReplyTo); + } + + // mail() sets the subject itself + if($this->Mailer != 'mail') { + $result .= $this->HeaderLine('Subject', $this->EncodeHeader($this->SecureHeader($this->Subject))); + } + + if($this->MessageID != '') { + $result .= $this->HeaderLine('Message-ID', $this->MessageID); + } else { + $result .= sprintf("Message-ID: <%s@%s>%s", $uniq_id, $this->ServerHostname(), $this->LE); + } + $result .= $this->HeaderLine('X-Priority', $this->Priority); + if($this->XMailer) { + $result .= $this->HeaderLine('X-Mailer', $this->XMailer); + } else { + $result .= $this->HeaderLine('X-Mailer', 'PHPMailer '.$this->Version.' (http://code.google.com/a/apache-extras.org/p/phpmailer/)'); + } + + if($this->ConfirmReadingTo != '') { + $result .= $this->HeaderLine('Disposition-Notification-To', '<' . trim($this->ConfirmReadingTo) . '>'); + } + + // Add custom headers + for($index = 0; $index < count($this->CustomHeader); $index++) { + $result .= $this->HeaderLine(trim($this->CustomHeader[$index][0]), $this->EncodeHeader(trim($this->CustomHeader[$index][1]))); + } + if (!$this->sign_key_file) { + $result .= $this->HeaderLine('MIME-Version', '1.0'); + $result .= $this->GetMailMIME(); + } + + return $result; + } + + /** + * Returns the message MIME. + * @access public + * @return string + */ + public function GetMailMIME() { + $result = ''; + switch($this->message_type) { + case 'plain': + $result .= $this->HeaderLine('Content-Transfer-Encoding', $this->Encoding); + $result .= $this->TextLine('Content-Type: '.$this->ContentType.'; charset="'.$this->CharSet.'"'); + break; + case 'inline': + $result .= $this->HeaderLine('Content-Type', 'multipart/related;'); + $result .= $this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + case 'attach': + case 'inline_attach': + case 'alt_attach': + case 'alt_inline_attach': + $result .= $this->HeaderLine('Content-Type', 'multipart/mixed;'); + $result .= $this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + case 'alt': + case 'alt_inline': + $result .= $this->HeaderLine('Content-Type', 'multipart/alternative;'); + $result .= $this->TextLine("\tboundary=\"" . $this->boundary[1] . '"'); + break; + } + + if($this->Mailer != 'mail') { + $result .= $this->LE.$this->LE; + } + + return $result; + } + + /** + * Assembles the message body. Returns an empty string on failure. + * @access public + * @return string The assembled message body + */ + public function CreateBody() { + $body = ''; + + if ($this->sign_key_file) { + $body .= $this->GetMailMIME(); + } + + $this->SetWordWrap(); + + switch($this->message_type) { + case 'plain': + $body .= $this->EncodeString($this->Body, $this->Encoding); + break; + case 'inline': + $body .= $this->GetBoundary($this->boundary[1], '', '', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->AttachAll("inline", $this->boundary[1]); + break; + case 'attach': + $body .= $this->GetBoundary($this->boundary[1], '', '', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->AttachAll("attachment", $this->boundary[1]); + break; + case 'inline_attach': + $body .= $this->TextLine("--" . $this->boundary[1]); + $body .= $this->HeaderLine('Content-Type', 'multipart/related;'); + $body .= $this->TextLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->GetBoundary($this->boundary[2], '', '', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->AttachAll("inline", $this->boundary[2]); + $body .= $this->LE; + $body .= $this->AttachAll("attachment", $this->boundary[1]); + break; + case 'alt': + $body .= $this->GetBoundary($this->boundary[1], '', 'text/plain', ''); + $body .= $this->EncodeString($this->AltBody, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->GetBoundary($this->boundary[1], '', 'text/html', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->EndBoundary($this->boundary[1]); + break; + case 'alt_inline': + $body .= $this->GetBoundary($this->boundary[1], '', 'text/plain', ''); + $body .= $this->EncodeString($this->AltBody, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->TextLine("--" . $this->boundary[1]); + $body .= $this->HeaderLine('Content-Type', 'multipart/related;'); + $body .= $this->TextLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->GetBoundary($this->boundary[2], '', 'text/html', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->AttachAll("inline", $this->boundary[2]); + $body .= $this->LE; + $body .= $this->EndBoundary($this->boundary[1]); + break; + case 'alt_attach': + $body .= $this->TextLine("--" . $this->boundary[1]); + $body .= $this->HeaderLine('Content-Type', 'multipart/alternative;'); + $body .= $this->TextLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->GetBoundary($this->boundary[2], '', 'text/plain', ''); + $body .= $this->EncodeString($this->AltBody, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->GetBoundary($this->boundary[2], '', 'text/html', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->EndBoundary($this->boundary[2]); + $body .= $this->LE; + $body .= $this->AttachAll("attachment", $this->boundary[1]); + break; + case 'alt_inline_attach': + $body .= $this->TextLine("--" . $this->boundary[1]); + $body .= $this->HeaderLine('Content-Type', 'multipart/alternative;'); + $body .= $this->TextLine("\tboundary=\"" . $this->boundary[2] . '"'); + $body .= $this->LE; + $body .= $this->GetBoundary($this->boundary[2], '', 'text/plain', ''); + $body .= $this->EncodeString($this->AltBody, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->TextLine("--" . $this->boundary[2]); + $body .= $this->HeaderLine('Content-Type', 'multipart/related;'); + $body .= $this->TextLine("\tboundary=\"" . $this->boundary[3] . '"'); + $body .= $this->LE; + $body .= $this->GetBoundary($this->boundary[3], '', 'text/html', ''); + $body .= $this->EncodeString($this->Body, $this->Encoding); + $body .= $this->LE.$this->LE; + $body .= $this->AttachAll("inline", $this->boundary[3]); + $body .= $this->LE; + $body .= $this->EndBoundary($this->boundary[2]); + $body .= $this->LE; + $body .= $this->AttachAll("attachment", $this->boundary[1]); + break; + } + + if ($this->IsError()) { + $body = ''; + } elseif ($this->sign_key_file) { + try { + $file = tempnam('', 'mail'); + file_put_contents($file, $body); //TODO check this worked + $signed = tempnam("", "signed"); + if (@openssl_pkcs7_sign($file, $signed, "file://".$this->sign_cert_file, array("file://".$this->sign_key_file, $this->sign_key_pass), NULL)) { + @unlink($file); + @unlink($signed); + $body = file_get_contents($signed); + } else { + @unlink($file); + @unlink($signed); + throw new phpmailerException($this->Lang("signing").openssl_error_string()); + } + } catch (phpmailerException $e) { + $body = ''; + if ($this->exceptions) { + throw $e; + } + } + } + + return $body; + } + + /** + * Returns the start of a message boundary. + * @access protected + * @return string + */ + protected function GetBoundary($boundary, $charSet, $contentType, $encoding) { + $result = ''; + if($charSet == '') { + $charSet = $this->CharSet; + } + if($contentType == '') { + $contentType = $this->ContentType; + } + if($encoding == '') { + $encoding = $this->Encoding; + } + $result .= $this->TextLine('--' . $boundary); + $result .= sprintf("Content-Type: %s; charset=\"%s\"", $contentType, $charSet); + $result .= $this->LE; + $result .= $this->HeaderLine('Content-Transfer-Encoding', $encoding); + $result .= $this->LE; + + return $result; + } + + /** + * Returns the end of a message boundary. + * @access protected + * @return string + */ + protected function EndBoundary($boundary) { + return $this->LE . '--' . $boundary . '--' . $this->LE; + } + + /** + * Sets the message type. + * @access protected + * @return void + */ + protected function SetMessageType() { + $this->message_type = array(); + if($this->AlternativeExists()) $this->message_type[] = "alt"; + if($this->InlineImageExists()) $this->message_type[] = "inline"; + if($this->AttachmentExists()) $this->message_type[] = "attach"; + $this->message_type = implode("_", $this->message_type); + if($this->message_type == "") $this->message_type = "plain"; + } + + /** + * Returns a formatted header line. + * @access public + * @return string + */ + public function HeaderLine($name, $value) { + return $name . ': ' . $value . $this->LE; + } + + /** + * Returns a formatted mail line. + * @access public + * @return string + */ + public function TextLine($value) { + return $value . $this->LE; + } + + ///////////////////////////////////////////////// + // CLASS METHODS, ATTACHMENTS + ///////////////////////////////////////////////// + + /** + * Adds an attachment from a path on the filesystem. + * Returns false if the file could not be found + * or accessed. + * @param string $path Path to the attachment. + * @param string $name Overrides the attachment name. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File extension (MIME) type. + * @return bool + */ + public function AddAttachment($path, $name = '', $encoding = 'base64', $type = 'application/octet-stream') { + try { + if ( !@is_file($path) ) { + throw new phpmailerException($this->Lang('file_access') . $path, self::STOP_CONTINUE); + } + $filename = basename($path); + if ( $name == '' ) { + $name = $filename; + } + + $this->attachment[] = array( + 0 => $path, + 1 => $filename, + 2 => $name, + 3 => $encoding, + 4 => $type, + 5 => false, // isStringAttachment + 6 => 'attachment', + 7 => 0 + ); + + } catch (phpmailerException $e) { + $this->SetError($e->getMessage()); + if ($this->exceptions) { + throw $e; + } + echo $e->getMessage()."\n"; + if ( $e->getCode() == self::STOP_CRITICAL ) { + return false; + } + } + return true; + } + + /** + * Return the current array of attachments + * @return array + */ + public function GetAttachments() { + return $this->attachment; + } + + /** + * Attaches all fs, string, and binary attachments to the message. + * Returns an empty string on failure. + * @access protected + * @return string + */ + protected function AttachAll($disposition_type, $boundary) { + // Return text of body + $mime = array(); + $cidUniq = array(); + $incl = array(); + + // Add all attachments + foreach ($this->attachment as $attachment) { + // CHECK IF IT IS A VALID DISPOSITION_FILTER + if($attachment[6] == $disposition_type) { + // Check for string attachment + $bString = $attachment[5]; + if ($bString) { + $string = $attachment[0]; + } else { + $path = $attachment[0]; + } + + $inclhash = md5(serialize($attachment)); + if (in_array($inclhash, $incl)) { continue; } + $incl[] = $inclhash; + $filename = $attachment[1]; + $name = $attachment[2]; + $encoding = $attachment[3]; + $type = $attachment[4]; + $disposition = $attachment[6]; + $cid = $attachment[7]; + if ( $disposition == 'inline' && isset($cidUniq[$cid]) ) { continue; } + $cidUniq[$cid] = true; + + $mime[] = sprintf("--%s%s", $boundary, $this->LE); + $mime[] = sprintf("Content-Type: %s; name=\"%s\"%s", $type, $this->EncodeHeader($this->SecureHeader($name)), $this->LE); + $mime[] = sprintf("Content-Transfer-Encoding: %s%s", $encoding, $this->LE); + + if($disposition == 'inline') { + $mime[] = sprintf("Content-ID: <%s>%s", $cid, $this->LE); + } + + $mime[] = sprintf("Content-Disposition: %s; filename=\"%s\"%s", $disposition, $this->EncodeHeader($this->SecureHeader($name)), $this->LE.$this->LE); + + // Encode as string attachment + if($bString) { + $mime[] = $this->EncodeString($string, $encoding); + if($this->IsError()) { + return ''; + } + $mime[] = $this->LE.$this->LE; + } else { + $mime[] = $this->EncodeFile($path, $encoding); + if($this->IsError()) { + return ''; + } + $mime[] = $this->LE.$this->LE; + } + } + } + + $mime[] = sprintf("--%s--%s", $boundary, $this->LE); + + return implode("", $mime); + } + + /** + * Encodes attachment in requested format. + * Returns an empty string on failure. + * @param string $path The full path to the file + * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' + * @see EncodeFile() + * @access protected + * @return string + */ + protected function EncodeFile($path, $encoding = 'base64') { + try { + if (!is_readable($path)) { + throw new phpmailerException($this->Lang('file_open') . $path, self::STOP_CONTINUE); + } + if (function_exists('get_magic_quotes')) { + function get_magic_quotes() { + return false; + } + } + if (version_compare(PHP_VERSION, '5.3.0', '<')) { + $magic_quotes = get_magic_quotes_runtime(); + set_magic_quotes_runtime(0); + } + $file_buffer = file_get_contents($path); + $file_buffer = $this->EncodeString($file_buffer, $encoding); + if (version_compare(PHP_VERSION, '5.3.0', '<')) { + set_magic_quotes_runtime($magic_quotes); + } + return $file_buffer; + } catch (Exception $e) { + $this->SetError($e->getMessage()); + return ''; + } + } + + /** + * Encodes string to requested format. + * Returns an empty string on failure. + * @param string $str The text to encode + * @param string $encoding The encoding to use; one of 'base64', '7bit', '8bit', 'binary', 'quoted-printable' + * @access public + * @return string + */ + public function EncodeString($str, $encoding = 'base64') { + $encoded = ''; + switch(strtolower($encoding)) { + case 'base64': + $encoded = chunk_split(base64_encode($str), 76, $this->LE); + break; + case '7bit': + case '8bit': + $encoded = $this->FixEOL($str); + //Make sure it ends with a line break + if (substr($encoded, -(strlen($this->LE))) != $this->LE) + $encoded .= $this->LE; + break; + case 'binary': + $encoded = $str; + break; + case 'quoted-printable': + $encoded = $this->EncodeQP($str); + break; + default: + $this->SetError($this->Lang('encoding') . $encoding); + break; + } + return $encoded; + } + + /** + * Encode a header string to best (shortest) of Q, B, quoted or none. + * @access public + * @return string + */ + public function EncodeHeader($str, $position = 'text') { + $x = 0; + + switch (strtolower($position)) { + case 'phrase': + if (!preg_match('/[\200-\377]/', $str)) { + // Can't use addslashes as we don't know what value has magic_quotes_sybase + $encoded = addcslashes($str, "\0..\37\177\\\""); + if (($str == $encoded) && !preg_match('/[^A-Za-z0-9!#$%&\'*+\/=?^_`{|}~ -]/', $str)) { + return ($encoded); + } else { + return ("\"$encoded\""); + } + } + $x = preg_match_all('/[^\040\041\043-\133\135-\176]/', $str, $matches); + break; + case 'comment': + $x = preg_match_all('/[()"]/', $str, $matches); + // Fall-through + case 'text': + default: + $x += preg_match_all('/[\000-\010\013\014\016-\037\177-\377]/', $str, $matches); + break; + } + + if ($x == 0) { + return ($str); + } + + $maxlen = 75 - 7 - strlen($this->CharSet); + // Try to select the encoding which should produce the shortest output + if (strlen($str)/3 < $x) { + $encoding = 'B'; + if (function_exists('mb_strlen') && $this->HasMultiBytes($str)) { + // Use a custom function which correctly encodes and wraps long + // multibyte strings without breaking lines within a character + $encoded = $this->Base64EncodeWrapMB($str); + } else { + $encoded = base64_encode($str); + $maxlen -= $maxlen % 4; + $encoded = trim(chunk_split($encoded, $maxlen, "\n")); + } + } else { + $encoding = 'Q'; + $encoded = $this->EncodeQ($str, $position); + $encoded = $this->WrapText($encoded, $maxlen, true); + $encoded = str_replace('='.$this->LE, "\n", trim($encoded)); + } + + $encoded = preg_replace('/^(.*)$/m', " =?".$this->CharSet."?$encoding?\\1?=", $encoded); + $encoded = trim(str_replace("\n", $this->LE, $encoded)); + + return $encoded; + } + + /** + * Checks if a string contains multibyte characters. + * @access public + * @param string $str multi-byte text to wrap encode + * @return bool + */ + public function HasMultiBytes($str) { + if (function_exists('mb_strlen')) { + return (strlen($str) > mb_strlen($str, $this->CharSet)); + } else { // Assume no multibytes (we can't handle without mbstring functions anyway) + return false; + } + } + + /** + * Correctly encodes and wraps long multibyte strings for mail headers + * without breaking lines within a character. + * Adapted from a function by paravoid at http://uk.php.net/manual/en/function.mb-encode-mimeheader.php + * @access public + * @param string $str multi-byte text to wrap encode + * @return string + */ + public function Base64EncodeWrapMB($str) { + $start = "=?".$this->CharSet."?B?"; + $end = "?="; + $encoded = ""; + + $mb_length = mb_strlen($str, $this->CharSet); + // Each line must have length <= 75, including $start and $end + $length = 75 - strlen($start) - strlen($end); + // Average multi-byte ratio + $ratio = $mb_length / strlen($str); + // Base64 has a 4:3 ratio + $offset = $avgLength = floor($length * $ratio * .75); + + for ($i = 0; $i < $mb_length; $i += $offset) { + $lookBack = 0; + + do { + $offset = $avgLength - $lookBack; + $chunk = mb_substr($str, $i, $offset, $this->CharSet); + $chunk = base64_encode($chunk); + $lookBack++; + } + while (strlen($chunk) > $length); + + $encoded .= $chunk . $this->LE; + } + + // Chomp the last linefeed + $encoded = substr($encoded, 0, -strlen($this->LE)); + return $encoded; + } + + /** + * Encode string to quoted-printable. + * Only uses standard PHP, slow, but will always work + * @access public + * @param string $string the text to encode + * @param integer $line_max Number of chars allowed on a line before wrapping + * @return string + */ + public function EncodeQPphp( $input = '', $line_max = 76, $space_conv = false) { + $hex = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'); + $lines = preg_split('/(?:\r\n|\r|\n)/', $input); + $eol = "\r\n"; + $escape = '='; + $output = ''; + while( list(, $line) = each($lines) ) { + $linlen = strlen($line); + $newline = ''; + for($i = 0; $i < $linlen; $i++) { + $c = substr( $line, $i, 1 ); + $dec = ord( $c ); + if ( ( $i == 0 ) && ( $dec == 46 ) ) { // convert first point in the line into =2E + $c = '=2E'; + } + if ( $dec == 32 ) { + if ( $i == ( $linlen - 1 ) ) { // convert space at eol only + $c = '=20'; + } else if ( $space_conv ) { + $c = '=20'; + } + } elseif ( ($dec == 61) || ($dec < 32 ) || ($dec > 126) ) { // always encode "\t", which is *not* required + $h2 = floor($dec/16); + $h1 = floor($dec%16); + $c = $escape.$hex[$h2].$hex[$h1]; + } + if ( (strlen($newline) + strlen($c)) >= $line_max ) { // CRLF is not counted + $output .= $newline.$escape.$eol; // soft line break; " =\r\n" is okay + $newline = ''; + // check if newline first character will be point or not + if ( $dec == 46 ) { + $c = '=2E'; + } + } + $newline .= $c; + } // end of for + $output .= $newline.$eol; + } // end of while + return $output; + } + + /** + * Encode string to RFC2045 (6.7) quoted-printable format + * Uses a PHP5 stream filter to do the encoding about 64x faster than the old version + * Also results in same content as you started with after decoding + * @see EncodeQPphp() + * @access public + * @param string $string the text to encode + * @param integer $line_max Number of chars allowed on a line before wrapping + * @param boolean $space_conv Dummy param for compatibility with existing EncodeQP function + * @return string + * @author Marcus Bointon + */ + public function EncodeQP($string, $line_max = 76, $space_conv = false) { + if (function_exists('quoted_printable_encode')) { //Use native function if it's available (>= PHP5.3) + return quoted_printable_encode($string); + } + $filters = stream_get_filters(); + if (!in_array('convert.*', $filters)) { //Got convert stream filter? + return $this->EncodeQPphp($string, $line_max, $space_conv); //Fall back to old implementation + } + $fp = fopen('php://temp/', 'r+'); + $string = preg_replace('/\r\n?/', $this->LE, $string); //Normalise line breaks + $params = array('line-length' => $line_max, 'line-break-chars' => $this->LE); + $s = stream_filter_append($fp, 'convert.quoted-printable-encode', STREAM_FILTER_READ, $params); + fputs($fp, $string); + rewind($fp); + $out = stream_get_contents($fp); + stream_filter_remove($s); + $out = preg_replace('/^\./m', '=2E', $out); //Encode . if it is first char on a line, workaround for bug in Exchange + fclose($fp); + return $out; + } + + /** + * Encode string to q encoding. + * @link http://tools.ietf.org/html/rfc2047 + * @param string $str the text to encode + * @param string $position Where the text is going to be used, see the RFC for what that means + * @access public + * @return string + */ + public function EncodeQ($str, $position = 'text') { + // There should not be any EOL in the string + $encoded = preg_replace('/[\r\n]*/', '', $str); + + switch (strtolower($position)) { + case 'phrase': + $encoded = preg_replace("/([^A-Za-z0-9!*+\/ -])/e", "'='.sprintf('%02X', ord('\\1'))", $encoded); + break; + case 'comment': + $encoded = preg_replace("/([\(\)\"])/e", "'='.sprintf('%02X', ord('\\1'))", $encoded); + case 'text': + default: + // Replace every high ascii, control =, ? and _ characters + //TODO using /e (equivalent to eval()) is probably not a good idea + $encoded = preg_replace('/([\000-\011\013\014\016-\037\075\077\137\177-\377])/e', + "'='.sprintf('%02X', ord(stripslashes('\\1')))", $encoded); + break; + } + + // Replace every spaces to _ (more readable than =20) + $encoded = str_replace(' ', '_', $encoded); + + return $encoded; + } + + /** + * Adds a string or binary attachment (non-filesystem) to the list. + * This method can be used to attach ascii or binary data, + * such as a BLOB record from a database. + * @param string $string String attachment data. + * @param string $filename Name of the attachment. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File extension (MIME) type. + * @return void + */ + public function AddStringAttachment($string, $filename, $encoding = 'base64', $type = 'application/octet-stream') { + // Append to $attachment array + $this->attachment[] = array( + 0 => $string, + 1 => $filename, + 2 => basename($filename), + 3 => $encoding, + 4 => $type, + 5 => true, // isStringAttachment + 6 => 'attachment', + 7 => 0 + ); + } + + /** + * Adds an embedded attachment. This can include images, sounds, and + * just about any other document. Make sure to set the $type to an + * image type. For JPEG images use "image/jpeg" and for GIF images + * use "image/gif". + * @param string $path Path to the attachment. + * @param string $cid Content ID of the attachment. Use this to identify + * the Id for accessing the image in an HTML form. + * @param string $name Overrides the attachment name. + * @param string $encoding File encoding (see $Encoding). + * @param string $type File extension (MIME) type. + * @return bool + */ + public function AddEmbeddedImage($path, $cid, $name = '', $encoding = 'base64', $type = 'application/octet-stream') { + + if ( !@is_file($path) ) { + $this->SetError($this->Lang('file_access') . $path); + return false; + } + + $filename = basename($path); + if ( $name == '' ) { + $name = $filename; + } + + // Append to $attachment array + $this->attachment[] = array( + 0 => $path, + 1 => $filename, + 2 => $name, + 3 => $encoding, + 4 => $type, + 5 => false, // isStringAttachment + 6 => 'inline', + 7 => $cid + ); + + return true; + } + + public function AddStringEmbeddedImage($string, $cid, $filename = '', $encoding = 'base64', $type = 'application/octet-stream') { + // Append to $attachment array + $this->attachment[] = array( + 0 => $string, + 1 => $filename, + 2 => basename($filename), + 3 => $encoding, + 4 => $type, + 5 => true, // isStringAttachment + 6 => 'inline', + 7 => $cid + ); + } + + /** + * Returns true if an inline attachment is present. + * @access public + * @return bool + */ + public function InlineImageExists() { + foreach($this->attachment as $attachment) { + if ($attachment[6] == 'inline') { + return true; + } + } + return false; + } + + public function AttachmentExists() { + foreach($this->attachment as $attachment) { + if ($attachment[6] == 'attachment') { + return true; + } + } + return false; + } + + public function AlternativeExists() { + return strlen($this->AltBody)>0; + } + + ///////////////////////////////////////////////// + // CLASS METHODS, MESSAGE RESET + ///////////////////////////////////////////////// + + /** + * Clears all recipients assigned in the TO array. Returns void. + * @return void + */ + public function ClearAddresses() { + foreach($this->to as $to) { + unset($this->all_recipients[strtolower($to[0])]); + } + $this->to = array(); + } + + /** + * Clears all recipients assigned in the CC array. Returns void. + * @return void + */ + public function ClearCCs() { + foreach($this->cc as $cc) { + unset($this->all_recipients[strtolower($cc[0])]); + } + $this->cc = array(); + } + + /** + * Clears all recipients assigned in the BCC array. Returns void. + * @return void + */ + public function ClearBCCs() { + foreach($this->bcc as $bcc) { + unset($this->all_recipients[strtolower($bcc[0])]); + } + $this->bcc = array(); + } + + /** + * Clears all recipients assigned in the ReplyTo array. Returns void. + * @return void + */ + public function ClearReplyTos() { + $this->ReplyTo = array(); + } + + /** + * Clears all recipients assigned in the TO, CC and BCC + * array. Returns void. + * @return void + */ + public function ClearAllRecipients() { + $this->to = array(); + $this->cc = array(); + $this->bcc = array(); + $this->all_recipients = array(); + } + + /** + * Clears all previously set filesystem, string, and binary + * attachments. Returns void. + * @return void + */ + public function ClearAttachments() { + $this->attachment = array(); + } + + /** + * Clears all custom headers. Returns void. + * @return void + */ + public function ClearCustomHeaders() { + $this->CustomHeader = array(); + } + + ///////////////////////////////////////////////// + // CLASS METHODS, MISCELLANEOUS + ///////////////////////////////////////////////// + + /** + * Adds the error message to the error container. + * @access protected + * @return void + */ + protected function SetError($msg) { + $this->error_count++; + if ($this->Mailer == 'smtp' and !is_null($this->smtp)) { + $lasterror = $this->smtp->getError(); + if (!empty($lasterror) and array_key_exists('smtp_msg', $lasterror)) { + $msg .= '

    ' . $this->Lang('smtp_error') . $lasterror['smtp_msg'] . "

    \n"; + } + } + $this->ErrorInfo = $msg; + } + + /** + * Returns the proper RFC 822 formatted date. + * @access public + * @return string + * @static + */ + public static function RFCDate() { + $tz = date('Z'); + $tzs = ($tz < 0) ? '-' : '+'; + $tz = abs($tz); + $tz = (int)($tz/3600)*100 + ($tz%3600)/60; + $result = sprintf("%s %s%04d", date('D, j M Y H:i:s'), $tzs, $tz); + + return $result; + } + + /** + * Returns the server hostname or 'localhost.localdomain' if unknown. + * @access protected + * @return string + */ + protected function ServerHostname() { + if (!empty($this->Hostname)) { + $result = $this->Hostname; + } elseif (isset($_SERVER['SERVER_NAME'])) { + $result = $_SERVER['SERVER_NAME']; + } else { + $result = 'localhost.localdomain'; + } + + return $result; + } + + /** + * Returns a message in the appropriate language. + * @access protected + * @return string + */ + protected function Lang($key) { + if(count($this->language) < 1) { + $this->SetLanguage('en'); // set the default language + } + + if(isset($this->language[$key])) { + return $this->language[$key]; + } else { + return 'Language string failed to load: ' . $key; + } + } + + /** + * Returns true if an error occurred. + * @access public + * @return bool + */ + public function IsError() { + return ($this->error_count > 0); + } + + /** + * Changes every end of line from CR or LF to CRLF. + * @access public + * @return string + */ + public function FixEOL($str) { + $str = str_replace("\r\n", "\n", $str); + $str = str_replace("\r", "\n", $str); + $str = str_replace("\n", $this->LE, $str); + return $str; + } + + /** + * Adds a custom header. + * @access public + * @return void + */ + public function AddCustomHeader($custom_header) { + $this->CustomHeader[] = explode(':', $custom_header, 2); + } + + /** + * Evaluates the message and returns modifications for inline images and backgrounds + * @access public + * @return $message + */ + public function MsgHTML($message, $basedir = '') { + preg_match_all("/(src|background)=\"(.*)\"/Ui", $message, $images); + if(isset($images[2])) { + foreach($images[2] as $i => $url) { + // do not change urls for absolute images (thanks to corvuscorax) + if (!preg_match('#^[A-z]+://#', $url)) { + $filename = basename($url); + $directory = dirname($url); + ($directory == '.') ? $directory='': ''; + $cid = 'cid:' . md5($filename); + $ext = pathinfo($filename, PATHINFO_EXTENSION); + $mimeType = self::_mime_types($ext); + if ( strlen($basedir) > 1 && substr($basedir, -1) != '/') { $basedir .= '/'; } + if ( strlen($directory) > 1 && substr($directory, -1) != '/') { $directory .= '/'; } + if ( $this->AddEmbeddedImage($basedir.$directory.$filename, md5($filename), $filename, 'base64', $mimeType) ) { + $message = preg_replace("/".$images[1][$i]."=\"".preg_quote($url, '/')."\"/Ui", $images[1][$i]."=\"".$cid."\"", $message); + } + } + } + } + $this->IsHTML(true); + $this->Body = $message; + $textMsg = trim(strip_tags(preg_replace('/<(head|title|style|script)[^>]*>.*?<\/\\1>/s', '', $message))); + if (!empty($textMsg) && empty($this->AltBody)) { + $this->AltBody = html_entity_decode($textMsg); + } + if (empty($this->AltBody)) { + $this->AltBody = 'To view this email message, open it in a program that understands HTML!' . "\n\n"; + } + } + + /** + * Gets the MIME type of the embedded or inline image + * @param string File extension + * @access public + * @return string MIME type of ext + * @static + */ + public static function _mime_types($ext = '') { + $mimes = array( + 'hqx' => 'application/mac-binhex40', + 'cpt' => 'application/mac-compactpro', + 'doc' => 'application/msword', + 'bin' => 'application/macbinary', + 'dms' => 'application/octet-stream', + 'lha' => 'application/octet-stream', + 'lzh' => 'application/octet-stream', + 'exe' => 'application/octet-stream', + 'class' => 'application/octet-stream', + 'psd' => 'application/octet-stream', + 'so' => 'application/octet-stream', + 'sea' => 'application/octet-stream', + 'dll' => 'application/octet-stream', + 'oda' => 'application/oda', + 'pdf' => 'application/pdf', + 'ai' => 'application/postscript', + 'eps' => 'application/postscript', + 'ps' => 'application/postscript', + 'smi' => 'application/smil', + 'smil' => 'application/smil', + 'mif' => 'application/vnd.mif', + 'xls' => 'application/vnd.ms-excel', + 'ppt' => 'application/vnd.ms-powerpoint', + 'wbxml' => 'application/vnd.wap.wbxml', + 'wmlc' => 'application/vnd.wap.wmlc', + 'dcr' => 'application/x-director', + 'dir' => 'application/x-director', + 'dxr' => 'application/x-director', + 'dvi' => 'application/x-dvi', + 'gtar' => 'application/x-gtar', + 'php' => 'application/x-httpd-php', + 'php4' => 'application/x-httpd-php', + 'php3' => 'application/x-httpd-php', + 'phtml' => 'application/x-httpd-php', + 'phps' => 'application/x-httpd-php-source', + 'js' => 'application/x-javascript', + 'swf' => 'application/x-shockwave-flash', + 'sit' => 'application/x-stuffit', + 'tar' => 'application/x-tar', + 'tgz' => 'application/x-tar', + 'xhtml' => 'application/xhtml+xml', + 'xht' => 'application/xhtml+xml', + 'zip' => 'application/zip', + 'mid' => 'audio/midi', + 'midi' => 'audio/midi', + 'mpga' => 'audio/mpeg', + 'mp2' => 'audio/mpeg', + 'mp3' => 'audio/mpeg', + 'aif' => 'audio/x-aiff', + 'aiff' => 'audio/x-aiff', + 'aifc' => 'audio/x-aiff', + 'ram' => 'audio/x-pn-realaudio', + 'rm' => 'audio/x-pn-realaudio', + 'rpm' => 'audio/x-pn-realaudio-plugin', + 'ra' => 'audio/x-realaudio', + 'rv' => 'video/vnd.rn-realvideo', + 'wav' => 'audio/x-wav', + 'bmp' => 'image/bmp', + 'gif' => 'image/gif', + 'jpeg' => 'image/jpeg', + 'jpg' => 'image/jpeg', + 'jpe' => 'image/jpeg', + 'png' => 'image/png', + 'tiff' => 'image/tiff', + 'tif' => 'image/tiff', + 'css' => 'text/css', + 'html' => 'text/html', + 'htm' => 'text/html', + 'shtml' => 'text/html', + 'txt' => 'text/plain', + 'text' => 'text/plain', + 'log' => 'text/plain', + 'rtx' => 'text/richtext', + 'rtf' => 'text/rtf', + 'xml' => 'text/xml', + 'xsl' => 'text/xml', + 'mpeg' => 'video/mpeg', + 'mpg' => 'video/mpeg', + 'mpe' => 'video/mpeg', + 'qt' => 'video/quicktime', + 'mov' => 'video/quicktime', + 'avi' => 'video/x-msvideo', + 'movie' => 'video/x-sgi-movie', + 'doc' => 'application/msword', + 'word' => 'application/msword', + 'xl' => 'application/excel', + 'eml' => 'message/rfc822' + ); + return (!isset($mimes[strtolower($ext)])) ? 'application/octet-stream' : $mimes[strtolower($ext)]; + } + + /** + * Set (or reset) Class Objects (variables) + * + * Usage Example: + * $page->set('X-Priority', '3'); + * + * @access public + * @param string $name Parameter Name + * @param mixed $value Parameter Value + * NOTE: will not work with arrays, there are no arrays to set/reset + * @todo Should this not be using __set() magic function? + */ + public function set($name, $value = '') { + try { + if (isset($this->$name) ) { + $this->$name = $value; + } else { + throw new phpmailerException($this->Lang('variable_set') . $name, self::STOP_CRITICAL); + } + } catch (Exception $e) { + $this->SetError($e->getMessage()); + if ($e->getCode() == self::STOP_CRITICAL) { + return false; + } + } + return true; + } + + /** + * Strips newlines to prevent header injection. + * @access public + * @param string $str String + * @return string + */ + public function SecureHeader($str) { + $str = str_replace("\r", '', $str); + $str = str_replace("\n", '', $str); + return trim($str); + } + + /** + * Set the private key file and password to sign the message. + * + * @access public + * @param string $key_filename Parameter File Name + * @param string $key_pass Password for private key + */ + public function Sign($cert_filename, $key_filename, $key_pass) { + $this->sign_cert_file = $cert_filename; + $this->sign_key_file = $key_filename; + $this->sign_key_pass = $key_pass; + } + + /** + * Set the private key file and password to sign the message. + * + * @access public + * @param string $key_filename Parameter File Name + * @param string $key_pass Password for private key + */ + public function DKIM_QP($txt) { + $tmp = ''; + $line = ''; + for ($i = 0; $i < strlen($txt); $i++) { + $ord = ord($txt[$i]); + if ( ((0x21 <= $ord) && ($ord <= 0x3A)) || $ord == 0x3C || ((0x3E <= $ord) && ($ord <= 0x7E)) ) { + $line .= $txt[$i]; + } else { + $line .= "=".sprintf("%02X", $ord); + } + } + return $line; + } + + /** + * Generate DKIM signature + * + * @access public + * @param string $s Header + */ + public function DKIM_Sign($s) { + $privKeyStr = file_get_contents($this->DKIM_private); + if ($this->DKIM_passphrase != '') { + $privKey = openssl_pkey_get_private($privKeyStr, $this->DKIM_passphrase); + } else { + $privKey = $privKeyStr; + } + if (openssl_sign($s, $signature, $privKey)) { + return base64_encode($signature); + } + } + + /** + * Generate DKIM Canonicalization Header + * + * @access public + * @param string $s Header + */ + public function DKIM_HeaderC($s) { + $s = preg_replace("/\r\n\s+/", " ", $s); + $lines = explode("\r\n", $s); + foreach ($lines as $key => $line) { + list($heading, $value) = explode(":", $line, 2); + $heading = strtolower($heading); + $value = preg_replace("/\s+/", " ", $value) ; // Compress useless spaces + $lines[$key] = $heading.":".trim($value) ; // Don't forget to remove WSP around the value + } + $s = implode("\r\n", $lines); + return $s; + } + + /** + * Generate DKIM Canonicalization Body + * + * @access public + * @param string $body Message Body + */ + public function DKIM_BodyC($body) { + if ($body == '') return "\r\n"; + // stabilize line endings + $body = str_replace("\r\n", "\n", $body); + $body = str_replace("\n", "\r\n", $body); + // END stabilize line endings + while (substr($body, strlen($body) - 4, 4) == "\r\n\r\n") { + $body = substr($body, 0, strlen($body) - 2); + } + return $body; + } + + /** + * Create the DKIM header, body, as new header + * + * @access public + * @param string $headers_line Header lines + * @param string $subject Subject + * @param string $body Body + */ + public function DKIM_Add($headers_line, $subject, $body) { + $DKIMsignatureType = 'rsa-sha1'; // Signature & hash algorithms + $DKIMcanonicalization = 'relaxed/simple'; // Canonicalization of header/body + $DKIMquery = 'dns/txt'; // Query method + $DKIMtime = time() ; // Signature Timestamp = seconds since 00:00:00 - Jan 1, 1970 (UTC time zone) + $subject_header = "Subject: $subject"; + $headers = explode($this->LE, $headers_line); + foreach($headers as $header) { + if (strpos($header, 'From:') === 0) { + $from_header = $header; + } elseif (strpos($header, 'To:') === 0) { + $to_header = $header; + } + } + $from = str_replace('|', '=7C', $this->DKIM_QP($from_header)); + $to = str_replace('|', '=7C', $this->DKIM_QP($to_header)); + $subject = str_replace('|', '=7C', $this->DKIM_QP($subject_header)) ; // Copied header fields (dkim-quoted-printable + $body = $this->DKIM_BodyC($body); + $DKIMlen = strlen($body) ; // Length of body + $DKIMb64 = base64_encode(pack("H*", sha1($body))) ; // Base64 of packed binary SHA-1 hash of body + $ident = ($this->DKIM_identity == '')? '' : " i=" . $this->DKIM_identity . ";"; + $dkimhdrs = "DKIM-Signature: v=1; a=" . $DKIMsignatureType . "; q=" . $DKIMquery . "; l=" . $DKIMlen . "; s=" . $this->DKIM_selector . ";\r\n". + "\tt=" . $DKIMtime . "; c=" . $DKIMcanonicalization . ";\r\n". + "\th=From:To:Subject;\r\n". + "\td=" . $this->DKIM_domain . ";" . $ident . "\r\n". + "\tz=$from\r\n". + "\t|$to\r\n". + "\t|$subject;\r\n". + "\tbh=" . $DKIMb64 . ";\r\n". + "\tb="; + $toSign = $this->DKIM_HeaderC($from_header . "\r\n" . $to_header . "\r\n" . $subject_header . "\r\n" . $dkimhdrs); + $signed = $this->DKIM_Sign($toSign); + return "X-PHPMAILER-DKIM: phpmailer.worxware.com\r\n".$dkimhdrs.$signed."\r\n"; + } + + protected function doCallback($isSent, $to, $cc, $bcc, $subject, $body) { + if (!empty($this->action_function) && function_exists($this->action_function)) { + $params = array($isSent, $to, $cc, $bcc, $subject, $body); + call_user_func_array($this->action_function, $params); + } + } +} + +class phpmailerException extends Exception { + public function errorMessage() { + $errorMsg = '' . $this->getMessage() . "
    \n"; + return $errorMsg; + } +} +?> diff --git a/e_lib/phpmailer5/class.pop3.php b/e_lib/phpmailer5/class.pop3.php new file mode 100644 index 00000000..83df20f3 --- /dev/null +++ b/e_lib/phpmailer5/class.pop3.php @@ -0,0 +1,410 @@ +pop_conn = 0; + $this->connected = false; + $this->error = null; + } + + /** + * Combination of public events - connect, login, disconnect + * @access public + * @param string $host + * @param integer $port + * @param integer $tval + * @param string $username + * @param string $password + */ + public function Authorise ($host, $port = false, $tval = false, $username, $password, $debug_level = 0) { + $this->host = $host; + + // If no port value is passed, retrieve it + if ($port == false) { + $this->port = $this->POP3_PORT; + } else { + $this->port = $port; + } + + // If no port value is passed, retrieve it + if ($tval == false) { + $this->tval = $this->POP3_TIMEOUT; + } else { + $this->tval = $tval; + } + + $this->do_debug = $debug_level; + $this->username = $username; + $this->password = $password; + + // Refresh the error log + $this->error = null; + + // Connect + $result = $this->Connect($this->host, $this->port, $this->tval); + + if ($result) { + $login_result = $this->Login($this->username, $this->password); + + if ($login_result) { + $this->Disconnect(); + + return true; + } + + } + + // We need to disconnect regardless if the login succeeded + $this->Disconnect(); + + return false; + } + + /** + * Connect to the POP3 server + * @access public + * @param string $host + * @param integer $port + * @param integer $tval + * @return boolean + */ + public function Connect ($host, $port = false, $tval = 30) { + // Are we already connected? + if ($this->connected) { + return true; + } + + /* + On Windows this will raise a PHP Warning error if the hostname doesn't exist. + Rather than supress it with @fsockopen, let's capture it cleanly instead + */ + + set_error_handler(array(&$this, 'catchWarning')); + + // Connect to the POP3 server + $this->pop_conn = fsockopen($host, // POP3 Host + $port, // Port # + $errno, // Error Number + $errstr, // Error Message + $tval); // Timeout (seconds) + + // Restore the error handler + restore_error_handler(); + + // Does the Error Log now contain anything? + if ($this->error && $this->do_debug >= 1) { + $this->displayErrors(); + } + + // Did we connect? + if ($this->pop_conn == false) { + // It would appear not... + $this->error = array( + 'error' => "Failed to connect to server $host on port $port", + 'errno' => $errno, + 'errstr' => $errstr + ); + + if ($this->do_debug >= 1) { + $this->displayErrors(); + } + + return false; + } + + // Increase the stream time-out + + // Check for PHP 4.3.0 or later + if (version_compare(phpversion(), '5.0.0', 'ge')) { + stream_set_timeout($this->pop_conn, $tval, 0); + } else { + // Does not work on Windows + if (substr(PHP_OS, 0, 3) !== 'WIN') { + socket_set_timeout($this->pop_conn, $tval, 0); + } + } + + // Get the POP3 server response + $pop3_response = $this->getResponse(); + + // Check for the +OK + if ($this->checkResponse($pop3_response)) { + // The connection is established and the POP3 server is talking + $this->connected = true; + return true; + } + + } + + /** + * Login to the POP3 server (does not support APOP yet) + * @access public + * @param string $username + * @param string $password + * @return boolean + */ + public function Login ($username = '', $password = '') { + if ($this->connected == false) { + $this->error = 'Not connected to POP3 server'; + + if ($this->do_debug >= 1) { + $this->displayErrors(); + } + } + + if (empty($username)) { + $username = $this->username; + } + + if (empty($password)) { + $password = $this->password; + } + + $pop_username = "USER $username" . $this->CRLF; + $pop_password = "PASS $password" . $this->CRLF; + + // Send the Username + $this->sendString($pop_username); + $pop3_response = $this->getResponse(); + + if ($this->checkResponse($pop3_response)) { + // Send the Password + $this->sendString($pop_password); + $pop3_response = $this->getResponse(); + + if ($this->checkResponse($pop3_response)) { + return true; + } else { + return false; + } + } else { + return false; + } + } + + /** + * Disconnect from the POP3 server + * @access public + */ + public function Disconnect () { + $this->sendString('QUIT'); + + fclose($this->pop_conn); + } + + ///////////////////////////////////////////////// + // Private Methods + ///////////////////////////////////////////////// + + /** + * Get the socket response back. + * $size is the maximum number of bytes to retrieve + * @access private + * @param integer $size + * @return string + */ + private function getResponse ($size = 128) { + $pop3_response = fgets($this->pop_conn, $size); + + return $pop3_response; + } + + /** + * Send a string down the open socket connection to the POP3 server + * @access private + * @param string $string + * @return integer + */ + private function sendString ($string) { + $bytes_sent = fwrite($this->pop_conn, $string, strlen($string)); + + return $bytes_sent; + } + + /** + * Checks the POP3 server response for +OK or -ERR + * @access private + * @param string $string + * @return boolean + */ + private function checkResponse ($string) { + if (substr($string, 0, 3) !== '+OK') { + $this->error = array( + 'error' => "Server reported an error: $string", + 'errno' => 0, + 'errstr' => '' + ); + + if ($this->do_debug >= 1) { + $this->displayErrors(); + } + + return false; + } else { + return true; + } + + } + + /** + * If debug is enabled, display the error message array + * @access private + */ + private function displayErrors () { + echo '
    ';
    +
    +    foreach ($this->error as $single_error) {
    +      print_r($single_error);
    +    }
    +
    +    echo '
    '; + } + + /** + * Takes over from PHP for the socket warning handler + * @access private + * @param integer $errno + * @param string $errstr + * @param string $errfile + * @param integer $errline + */ + private function catchWarning ($errno, $errstr, $errfile, $errline) { + $this->error[] = array( + 'error' => "Connecting to the POP3 server raised a PHP warning: ", + 'errno' => $errno, + 'errstr' => $errstr + ); + } + + // End of class +} +?> diff --git a/e_lib/phpmailer5/class.smtp.php b/e_lib/phpmailer5/class.smtp.php new file mode 100644 index 00000000..07c27593 --- /dev/null +++ b/e_lib/phpmailer5/class.smtp.php @@ -0,0 +1,817 @@ +smtp_conn = 0; + $this->error = null; + $this->helo_rply = null; + + $this->do_debug = 0; + } + + ///////////////////////////////////////////////// + // CONNECTION FUNCTIONS + ///////////////////////////////////////////////// + + /** + * Connect to the server specified on the port specified. + * If the port is not specified use the default SMTP_PORT. + * If tval is specified then a connection will try and be + * established with the server for that number of seconds. + * If tval is not specified the default is 30 seconds to + * try on the connection. + * + * SMTP CODE SUCCESS: 220 + * SMTP CODE FAILURE: 421 + * @access public + * @return bool + */ + public function Connect($host, $port = 0, $tval = 30) { + // set the error val to null so there is no confusion + $this->error = null; + + // make sure we are __not__ connected + if($this->connected()) { + // already connected, generate error + $this->error = array("error" => "Already connected to a server"); + return false; + } + + if(empty($port)) { + $port = $this->SMTP_PORT; + } + + // connect to the smtp server + $this->smtp_conn = @fsockopen($host, // the host of the server + $port, // the port to use + $errno, // error number if any + $errstr, // error message if any + $tval); // give up after ? secs + // verify we connected properly + if(empty($this->smtp_conn)) { + $this->error = array("error" => "Failed to connect to server", + "errno" => $errno, + "errstr" => $errstr); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": $errstr ($errno)" . $this->CRLF . '
    '; + } + return false; + } + + // SMTP server can take longer to respond, give longer timeout for first read + // Windows does not have support for this timeout function + if(substr(PHP_OS, 0, 3) != "WIN") + socket_set_timeout($this->smtp_conn, $tval, 0); + + // get any announcement + $announce = $this->get_lines(); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $announce . $this->CRLF . '
    '; + } + + return true; + } + + /** + * Initiate a TLS communication with the server. + * + * SMTP CODE 220 Ready to start TLS + * SMTP CODE 501 Syntax error (no parameters allowed) + * SMTP CODE 454 TLS not available due to temporary reason + * @access public + * @return bool success + */ + public function StartTLS() { + $this->error = null; # to avoid confusion + + if(!$this->connected()) { + $this->error = array("error" => "Called StartTLS() without being connected"); + return false; + } + + fputs($this->smtp_conn,"STARTTLS" . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 220) { + $this->error = + array("error" => "STARTTLS not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + // Begin encrypted connection + if(!stream_socket_enable_crypto($this->smtp_conn, true, STREAM_CRYPTO_METHOD_TLS_CLIENT)) { + return false; + } + + return true; + } + + /** + * Performs SMTP authentication. Must be run after running the + * Hello() method. Returns true if successfully authenticated. + * @access public + * @return bool + */ + public function Authenticate($username, $password) { + // Start authentication + fputs($this->smtp_conn,"AUTH LOGIN" . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($code != 334) { + $this->error = + array("error" => "AUTH not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + // Send encoded username + fputs($this->smtp_conn, base64_encode($username) . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($code != 334) { + $this->error = + array("error" => "Username not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + // Send encoded password + fputs($this->smtp_conn, base64_encode($password) . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($code != 235) { + $this->error = + array("error" => "Password not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + return true; + } + + /** + * Returns true if connected to a server otherwise false + * @access public + * @return bool + */ + public function Connected() { + if(!empty($this->smtp_conn)) { + $sock_status = socket_get_status($this->smtp_conn); + if($sock_status["eof"]) { + // the socket is valid but we are not connected + if($this->do_debug >= 1) { + echo "SMTP -> NOTICE:" . $this->CRLF . "EOF caught while checking if connected"; + } + $this->Close(); + return false; + } + return true; // everything looks good + } + return false; + } + + /** + * Closes the socket and cleans up the state of the class. + * It is not considered good to use this function without + * first trying to use QUIT. + * @access public + * @return void + */ + public function Close() { + $this->error = null; // so there is no confusion + $this->helo_rply = null; + if(!empty($this->smtp_conn)) { + // close the connection and cleanup + fclose($this->smtp_conn); + $this->smtp_conn = 0; + } + } + + ///////////////////////////////////////////////// + // SMTP COMMANDS + ///////////////////////////////////////////////// + + /** + * Issues a data command and sends the msg_data to the server + * finializing the mail transaction. $msg_data is the message + * that is to be send with the headers. Each header needs to be + * on a single line followed by a with the message headers + * and the message body being seperated by and additional . + * + * Implements rfc 821: DATA + * + * SMTP CODE INTERMEDIATE: 354 + * [data] + * . + * SMTP CODE SUCCESS: 250 + * SMTP CODE FAILURE: 552,554,451,452 + * SMTP CODE FAILURE: 451,554 + * SMTP CODE ERROR : 500,501,503,421 + * @access public + * @return bool + */ + public function Data($msg_data) { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Data() without being connected"); + return false; + } + + fputs($this->smtp_conn,"DATA" . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 354) { + $this->error = + array("error" => "DATA command not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + /* the server is ready to accept data! + * according to rfc 821 we should not send more than 1000 + * including the CRLF + * characters on a single line so we will break the data up + * into lines by \r and/or \n then if needed we will break + * each of those into smaller lines to fit within the limit. + * in addition we will be looking for lines that start with + * a period '.' and append and additional period '.' to that + * line. NOTE: this does not count towards limit. + */ + + // normalize the line breaks so we know the explode works + $msg_data = str_replace("\r\n","\n",$msg_data); + $msg_data = str_replace("\r","\n",$msg_data); + $lines = explode("\n",$msg_data); + + /* we need to find a good way to determine is headers are + * in the msg_data or if it is a straight msg body + * currently I am assuming rfc 822 definitions of msg headers + * and if the first field of the first line (':' sperated) + * does not contain a space then it _should_ be a header + * and we can process all lines before a blank "" line as + * headers. + */ + + $field = substr($lines[0],0,strpos($lines[0],":")); + $in_headers = false; + if(!empty($field) && !strstr($field," ")) { + $in_headers = true; + } + + $max_line_length = 998; // used below; set here for ease in change + + while(list(,$line) = @each($lines)) { + $lines_out = null; + if($line == "" && $in_headers) { + $in_headers = false; + } + // ok we need to break this line up into several smaller lines + while(strlen($line) > $max_line_length) { + $pos = strrpos(substr($line,0,$max_line_length)," "); + + // Patch to fix DOS attack + if(!$pos) { + $pos = $max_line_length - 1; + $lines_out[] = substr($line,0,$pos); + $line = substr($line,$pos); + } else { + $lines_out[] = substr($line,0,$pos); + $line = substr($line,$pos + 1); + } + + /* if processing headers add a LWSP-char to the front of new line + * rfc 822 on long msg headers + */ + if($in_headers) { + $line = "\t" . $line; + } + } + $lines_out[] = $line; + + // send the lines to the server + while(list(,$line_out) = @each($lines_out)) { + if(strlen($line_out) > 0) + { + if(substr($line_out, 0, 1) == ".") { + $line_out = "." . $line_out; + } + } + fputs($this->smtp_conn,$line_out . $this->CRLF); + } + } + + // message data has been sent + fputs($this->smtp_conn, $this->CRLF . "." . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 250) { + $this->error = + array("error" => "DATA not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + return true; + } + + /** + * Sends the HELO command to the smtp server. + * This makes sure that we and the server are in + * the same known state. + * + * Implements from rfc 821: HELO + * + * SMTP CODE SUCCESS: 250 + * SMTP CODE ERROR : 500, 501, 504, 421 + * @access public + * @return bool + */ + public function Hello($host = '') { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Hello() without being connected"); + return false; + } + + // if hostname for HELO was not specified send default + if(empty($host)) { + // determine appropriate default to send to server + $host = "localhost"; + } + + // Send extended hello first (RFC 2821) + if(!$this->SendHello("EHLO", $host)) { + if(!$this->SendHello("HELO", $host)) { + return false; + } + } + + return true; + } + + /** + * Sends a HELO/EHLO command. + * @access private + * @return bool + */ + private function SendHello($hello, $host) { + fputs($this->smtp_conn, $hello . " " . $host . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER: " . $rply . $this->CRLF . '
    '; + } + + if($code != 250) { + $this->error = + array("error" => $hello . " not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + $this->helo_rply = $rply; + + return true; + } + + /** + * Starts a mail transaction from the email address specified in + * $from. Returns true if successful or false otherwise. If True + * the mail transaction is started and then one or more Recipient + * commands may be called followed by a Data command. + * + * Implements rfc 821: MAIL FROM: + * + * SMTP CODE SUCCESS: 250 + * SMTP CODE SUCCESS: 552,451,452 + * SMTP CODE SUCCESS: 500,501,421 + * @access public + * @return bool + */ + public function Mail($from) { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Mail() without being connected"); + return false; + } + + $useVerp = ($this->do_verp ? "XVERP" : ""); + fputs($this->smtp_conn,"MAIL FROM:<" . $from . ">" . $useVerp . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 250) { + $this->error = + array("error" => "MAIL not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + return true; + } + + /** + * Sends the quit command to the server and then closes the socket + * if there is no error or the $close_on_error argument is true. + * + * Implements from rfc 821: QUIT + * + * SMTP CODE SUCCESS: 221 + * SMTP CODE ERROR : 500 + * @access public + * @return bool + */ + public function Quit($close_on_error = true) { + $this->error = null; // so there is no confusion + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Quit() without being connected"); + return false; + } + + // send the quit command to the server + fputs($this->smtp_conn,"quit" . $this->CRLF); + + // get any good-bye messages + $byemsg = $this->get_lines(); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $byemsg . $this->CRLF . '
    '; + } + + $rval = true; + $e = null; + + $code = substr($byemsg,0,3); + if($code != 221) { + // use e as a tmp var cause Close will overwrite $this->error + $e = array("error" => "SMTP server rejected quit command", + "smtp_code" => $code, + "smtp_rply" => substr($byemsg,4)); + $rval = false; + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $e["error"] . ": " . $byemsg . $this->CRLF . '
    '; + } + } + + if(empty($e) || $close_on_error) { + $this->Close(); + } + + return $rval; + } + + /** + * Sends the command RCPT to the SMTP server with the TO: argument of $to. + * Returns true if the recipient was accepted false if it was rejected. + * + * Implements from rfc 821: RCPT TO: + * + * SMTP CODE SUCCESS: 250,251 + * SMTP CODE FAILURE: 550,551,552,553,450,451,452 + * SMTP CODE ERROR : 500,501,503,421 + * @access public + * @return bool + */ + public function Recipient($to) { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Recipient() without being connected"); + return false; + } + + fputs($this->smtp_conn,"RCPT TO:<" . $to . ">" . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 250 && $code != 251) { + $this->error = + array("error" => "RCPT not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + return true; + } + + /** + * Sends the RSET command to abort and transaction that is + * currently in progress. Returns true if successful false + * otherwise. + * + * Implements rfc 821: RSET + * + * SMTP CODE SUCCESS: 250 + * SMTP CODE ERROR : 500,501,504,421 + * @access public + * @return bool + */ + public function Reset() { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called Reset() without being connected"); + return false; + } + + fputs($this->smtp_conn,"RSET" . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 250) { + $this->error = + array("error" => "RSET failed", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + + return true; + } + + /** + * Starts a mail transaction from the email address specified in + * $from. Returns true if successful or false otherwise. If True + * the mail transaction is started and then one or more Recipient + * commands may be called followed by a Data command. This command + * will send the message to the users terminal if they are logged + * in and send them an email. + * + * Implements rfc 821: SAML FROM: + * + * SMTP CODE SUCCESS: 250 + * SMTP CODE SUCCESS: 552,451,452 + * SMTP CODE SUCCESS: 500,501,502,421 + * @access public + * @return bool + */ + public function SendAndMail($from) { + $this->error = null; // so no confusion is caused + + if(!$this->connected()) { + $this->error = array( + "error" => "Called SendAndMail() without being connected"); + return false; + } + + fputs($this->smtp_conn,"SAML FROM:" . $from . $this->CRLF); + + $rply = $this->get_lines(); + $code = substr($rply,0,3); + + if($this->do_debug >= 2) { + echo "SMTP -> FROM SERVER:" . $rply . $this->CRLF . '
    '; + } + + if($code != 250) { + $this->error = + array("error" => "SAML not accepted from server", + "smtp_code" => $code, + "smtp_msg" => substr($rply,4)); + if($this->do_debug >= 1) { + echo "SMTP -> ERROR: " . $this->error["error"] . ": " . $rply . $this->CRLF . '
    '; + } + return false; + } + return true; + } + + /** + * This is an optional command for SMTP that this class does not + * support. This method is here to make the RFC821 Definition + * complete for this class and __may__ be implimented in the future + * + * Implements from rfc 821: TURN + * + * SMTP CODE SUCCESS: 250 + * SMTP CODE FAILURE: 502 + * SMTP CODE ERROR : 500, 503 + * @access public + * @return bool + */ + public function Turn() { + $this->error = array("error" => "This method, TURN, of the SMTP ". + "is not implemented"); + if($this->do_debug >= 1) { + echo "SMTP -> NOTICE: " . $this->error["error"] . $this->CRLF . '
    '; + } + return false; + } + + /** + * Get the current error + * @access public + * @return array + */ + public function getError() { + return $this->error; + } + + ///////////////////////////////////////////////// + // INTERNAL FUNCTIONS + ///////////////////////////////////////////////// + + /** + * Read in as many lines as possible + * either before eof or socket timeout occurs on the operation. + * With SMTP we can tell if we have more lines to read if the + * 4th character is '-' symbol. If it is a space then we don't + * need to read anything else. + * @access private + * @return string + */ + private function get_lines() { + $data = ""; + while($str = @fgets($this->smtp_conn,515)) { + if($this->do_debug >= 4) { + echo "SMTP -> get_lines(): \$data was \"$data\"" . $this->CRLF . '
    '; + echo "SMTP -> get_lines(): \$str is \"$str\"" . $this->CRLF . '
    '; + } + $data .= $str; + if($this->do_debug >= 4) { + echo "SMTP -> get_lines(): \$data is \"$data\"" . $this->CRLF . '
    '; + } + // if 4th character is a space, we are done reading, break the loop + if(substr($str,3,1) == " ") { break; } + } + return $data; + } + +} + +?> diff --git a/e_lib/phpmailer5/docs.ini b/e_lib/phpmailer5/docs.ini new file mode 100644 index 00000000..6906eb0d --- /dev/null +++ b/e_lib/phpmailer5/docs.ini @@ -0,0 +1,92 @@ +;; phpDocumentor parse configuration file +;; +;; This file is designed to cut down on repetitive typing on the command-line or web interface +;; You can copy this file to create a number of configuration files that can be used with the +;; command-line switch -c, as in phpdoc -c default.ini or phpdoc -c myini.ini. The web +;; interface will automatically generate a list of .ini files that can be used. +;; +;; default.ini is used to generate the online manual at http://www.phpdoc.org/docs +;; +;; ALL .ini files must be in the user subdirectory of phpDocumentor with an extension of .ini +;; +;; Copyright 2002, Greg Beaver +;; +;; WARNING: do not change the name of any command-line parameters, phpDocumentor will ignore them + +[Parse Data] +;; title of all the documentation +;; legal values: any string +title = PHPMailer Documentation + +;; parse files that start with a . like .bash_profile +;; legal values: true, false +hidden = false + +;; show elements marked @access private in documentation by setting this to on +;; legal values: on, off +parseprivate = on + +;; parse with javadoc-like description (first sentence is always the short description) +;; legal values: on, off +javadocdesc = off + +;; add any custom @tags separated by commas here +;; legal values: any legal tagname separated by commas. +;customtags = mytag1,mytag2 + +;; This is only used by the XML:DocBook/peardoc2 converter +defaultcategoryname = Documentation + +;; what is the main package? +;; legal values: alphanumeric string plus - and _ +defaultpackagename = PHPMailer + +;; output any parsing information? set to on for cron jobs +;; legal values: on +;quiet = on + +;; parse a PEAR-style repository. Do not turn this on if your project does +;; not have a parent directory named "pear" +;; legal values: on/off +;pear = on + +;; where should the documentation be written? +;; legal values: a legal path +target = ./phpdoc + +;; limit output to the specified packages, even if others are parsed +;; legal values: package names separated by commas +;packageoutput = package1,package2 + +;; comma-separated list of files to parse +;; legal values: paths separated by commas +;filename = /path/to/file1,/path/to/file2,fileincurrentdirectory +filename = *.php + +;; comma-separated list of directories to parse +;; legal values: directory paths separated by commas +;directory = /path1,/path2,.,..,subdirectory +;directory = /home/jeichorn/cvs/pear +;;directory = . + +;; template base directory (the equivalent directory of /phpDocumentor) +;templatebase = /path/to/my/templates + +;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore +;; legal values: any wildcard strings separated by commas +;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/ +ignore = templates_c/,*HTML/default/*,spec/,*CVS*,*.txt,docs/,phpdoc/,examples/,test/ + +;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format +;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib, +;; HTML:frames:earthli, +;; HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de, +;; HTML:frames:DOM/phphtmllib,HTML:frames:DOM/earthli +;; HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS +;; PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default +;;output=HTML:frames:earthli +output=HTML:Smarty:HandS + +;; turn this option on if you want highlighted source code for every file +;; legal values: on/off +sourcecode = on diff --git a/e_lib/phpmailer5/docs.ini.orig b/e_lib/phpmailer5/docs.ini.orig new file mode 100644 index 00000000..6906eb0d --- /dev/null +++ b/e_lib/phpmailer5/docs.ini.orig @@ -0,0 +1,92 @@ +;; phpDocumentor parse configuration file +;; +;; This file is designed to cut down on repetitive typing on the command-line or web interface +;; You can copy this file to create a number of configuration files that can be used with the +;; command-line switch -c, as in phpdoc -c default.ini or phpdoc -c myini.ini. The web +;; interface will automatically generate a list of .ini files that can be used. +;; +;; default.ini is used to generate the online manual at http://www.phpdoc.org/docs +;; +;; ALL .ini files must be in the user subdirectory of phpDocumentor with an extension of .ini +;; +;; Copyright 2002, Greg Beaver +;; +;; WARNING: do not change the name of any command-line parameters, phpDocumentor will ignore them + +[Parse Data] +;; title of all the documentation +;; legal values: any string +title = PHPMailer Documentation + +;; parse files that start with a . like .bash_profile +;; legal values: true, false +hidden = false + +;; show elements marked @access private in documentation by setting this to on +;; legal values: on, off +parseprivate = on + +;; parse with javadoc-like description (first sentence is always the short description) +;; legal values: on, off +javadocdesc = off + +;; add any custom @tags separated by commas here +;; legal values: any legal tagname separated by commas. +;customtags = mytag1,mytag2 + +;; This is only used by the XML:DocBook/peardoc2 converter +defaultcategoryname = Documentation + +;; what is the main package? +;; legal values: alphanumeric string plus - and _ +defaultpackagename = PHPMailer + +;; output any parsing information? set to on for cron jobs +;; legal values: on +;quiet = on + +;; parse a PEAR-style repository. Do not turn this on if your project does +;; not have a parent directory named "pear" +;; legal values: on/off +;pear = on + +;; where should the documentation be written? +;; legal values: a legal path +target = ./phpdoc + +;; limit output to the specified packages, even if others are parsed +;; legal values: package names separated by commas +;packageoutput = package1,package2 + +;; comma-separated list of files to parse +;; legal values: paths separated by commas +;filename = /path/to/file1,/path/to/file2,fileincurrentdirectory +filename = *.php + +;; comma-separated list of directories to parse +;; legal values: directory paths separated by commas +;directory = /path1,/path2,.,..,subdirectory +;directory = /home/jeichorn/cvs/pear +;;directory = . + +;; template base directory (the equivalent directory of /phpDocumentor) +;templatebase = /path/to/my/templates + +;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore +;; legal values: any wildcard strings separated by commas +;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/ +ignore = templates_c/,*HTML/default/*,spec/,*CVS*,*.txt,docs/,phpdoc/,examples/,test/ + +;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format +;; legal values: HTML:frames:default,HTML:frames:l0l33t,HTML:frames:phpdoc.de,HTML:frames:phphtmllib, +;; HTML:frames:earthli, +;; HTML:frames:DOM/default,HTML:frames:DOM/l0l33t,HTML:frames:DOM/phpdoc.de, +;; HTML:frames:DOM/phphtmllib,HTML:frames:DOM/earthli +;; HTML:Smarty:default,HTML:Smarty:PHP,HTML:Smarty:HandS +;; PDF:default:default,CHM:default:default,XML:DocBook/peardoc2:default +;;output=HTML:frames:earthli +output=HTML:Smarty:HandS + +;; turn this option on if you want highlighted source code for every file +;; legal values: on/off +sourcecode = on diff --git a/f_config/DB.php b/f_config/DB.php new file mode 100644 index 00000000..3d845065 --- /dev/null +++ b/f_config/DB.php @@ -0,0 +1,12 @@ +IsExist()) { + $DB = new _DB($SETTING->DBHost(), $SETTING->DBId(), $SETTING->DBPw(), $SETTING->DBName()); +} else { + Error('설정 파일이 없습니다. 설정을 먼저 하십시요!'); +} + +?> diff --git a/f_config/DBS.php b/f_config/DBS.php new file mode 100644 index 00000000..21c5f90b --- /dev/null +++ b/f_config/DBS.php @@ -0,0 +1,13 @@ +IsExist()) { + } else { + $DBS[$i] = new _DB($SETTINGS[$i]->DBHost(), $SETTINGS[$i]->DBId(), $SETTINGS[$i]->DBPw(), $SETTINGS[$i]->DBName()); + } +} + +?> diff --git a/f_config/MAIL.php b/f_config/MAIL.php new file mode 100644 index 00000000..469355c3 --- /dev/null +++ b/f_config/MAIL.php @@ -0,0 +1,12 @@ +IsExist()) { + $MAIL = new _Mail($SETTING->MailHost(), $SETTING->MailPort(), $SETTING->MailId(), $SETTING->MailPw(), $SETTING->MailAddr()); +} else { + Error('설정 파일이 없습니다. 설정을 먼저 하십시요!'); +} + +?> diff --git a/f_config/SESSION.php b/f_config/SESSION.php new file mode 100644 index 00000000..641a31f7 --- /dev/null +++ b/f_config/SESSION.php @@ -0,0 +1,13 @@ +IsLoggedIn() == false) { +// echo(''); + echo(''); + exit(1); +} + +?> diff --git a/f_config/SETTING.php b/f_config/SETTING.php new file mode 100644 index 00000000..69c80af2 --- /dev/null +++ b/f_config/SETTING.php @@ -0,0 +1,7 @@ + diff --git a/f_config/SETTINGS.php b/f_config/SETTINGS.php new file mode 100644 index 00000000..d821cd5c --- /dev/null +++ b/f_config/SETTINGS.php @@ -0,0 +1,11 @@ + diff --git a/f_config/_common.php b/f_config/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/f_config/_common.php @@ -0,0 +1,8 @@ + diff --git a/f_config/app.css b/f_config/app.css new file mode 100644 index 00000000..e63c05cc --- /dev/null +++ b/f_config/app.css @@ -0,0 +1 @@ +@charset "utf-8"; diff --git a/f_config/app.js b/f_config/app.js new file mode 100644 index 00000000..f7c652c2 --- /dev/null +++ b/f_config/app.js @@ -0,0 +1,15 @@ +var POPUP = "popup"; + +var LOGIN = "login"; +var JOIN = "join"; +var FINDPW = "findpw"; + +var ENTRANCE = "entrance"; +var SERVERLIST = "serverList"; +var LOGOUT = "logout"; +var ADMIN = "admin"; +var DONATION = "donation"; +var MEMBER = "member"; + +var MANAGE = "manage"; +var ICON = "icon"; diff --git a/f_config/app.php b/f_config/app.php new file mode 100644 index 00000000..cae05b13 --- /dev/null +++ b/f_config/app.php @@ -0,0 +1,45 @@ +체섭', + '퀘섭', + '풰섭', + '퉤섭', + '훼섭' +); + +$_serverLevels = array( + 1, + 1, + 1, + 1, + 1 +); + +?> diff --git a/f_config/config.css b/f_config/config.css new file mode 100644 index 00000000..68eef238 --- /dev/null +++ b/f_config/config.css @@ -0,0 +1,60 @@ +@charset "utf-8"; + +* { margin: 0px; padding: 0px; } +body { color:white; background-color:black; border-width:1; border-color:gray; } +table { + border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black; + padding: 0px; + font-size: 13px; + word-break: break-all; + text-align: center; + font-family: '맑은 고딕'; line-height: 110%; +} +td { + border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black; + padding: 0px; + font-size: 13px; + word-break: break-all; + text-align: center; + font-family: '맑은 고딕'; line-height: 110%; +} +div { + width: 100px; height: 20px; + border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black; + padding: 0px; + font-size: 13px; + word-break: break-all; + text-align: center; + font-family: '맑은 고딕'; line-height: 110%; +} +font { font-family: '맑은 고딕'; line-height: 110%; } +input { + width: 100px; height: 18px; + background-color: black; color: white; + font-family: '맑은 고딕'; + font-size: 13px; + line-height: 110%; +} +select { + width: 100px; height: 18px; + background-color: black; color: white; + font-family: '맑은 고딕'; + font-size: 13px; + line-height: 110%; +} +button { + width: 100px; height: 20px; + background-color: black; color: white; + font-family: '맑은 고딕'; + font-size: 13px; +} +.bg0 { background-image:url(http://115.68.28.99/images/back_walnut.jpg); } +.bg1 { background-image:url(http://115.68.28.99/images/back_green.jpg); } +.bg2 { background-image:url(http://115.68.28.99/images/back_blue.jpg); } + +.font0 { font-size: 10px; } +.font1 { font-size: 13px; } +.font2 { font-size: 15px; } +.font3 { font-size: 20px; } +.font4 { font-size: 30px; } +.font5 { font-size: 50px; } diff --git a/f_config/config.js b/f_config/config.js new file mode 100644 index 00000000..769219b2 --- /dev/null +++ b/f_config/config.js @@ -0,0 +1,16 @@ +var W = "/"; +var HOME = "/sam/"; +//var HOME = "http://62che.com/sam/"; +//var HOME = "http://localhost/sam/"; + +var I = "i_"; + +var PHP = ".php"; +var FRAME = "Frame.php"; +var STYLE = "Style.css"; +var ACTION = "Action.js"; +var POST = "Post.php"; +var GET = "Get.php"; +var INC = "Inc.php"; + +var RETRIVAL = "retrival"; diff --git a/f_config/config.php b/f_config/config.php new file mode 100644 index 00000000..643a1584 --- /dev/null +++ b/f_config/config.php @@ -0,0 +1,55 @@ + diff --git a/f_func/_common.php b/f_func/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/f_func/_common.php @@ -0,0 +1,8 @@ + diff --git a/f_func/class._Chat.php b/f_func/class._Chat.php new file mode 100644 index 00000000..f625c23e --- /dev/null +++ b/f_func/class._Chat.php @@ -0,0 +1,27 @@ + diff --git a/f_func/class._DB.php b/f_func/class._DB.php new file mode 100644 index 00000000..e783fc5b --- /dev/null +++ b/f_func/class._DB.php @@ -0,0 +1,145 @@ +objDB = ADONewConnection('mysqli'); // 예 'mysql' 또는 'postgres' +// $this->objDB->debug = true; + $this->objDB->debug = false; + $this->objDB->Connect($host, $id, $pw, $db) or Error('DB Connect() error: '.$db); + // 성능을 고려해 PConnect 조사 + $this->objDB->SetFetchMode(ADODB_FETCH_ASSOC); + $this->objDB->Execute('set names utf8'); + + $this->setting = "{$host}//{$id}//{$db}"; + } + + public function GetSetting() { + return $this->setting; + } + + public function QueryNoError($strQuery) { + return $this->objDB->Execute($strQuery); + } + + public function Query($strQuery) { + $rs = $this->objDB->Execute($strQuery) or Error($strQuery); + return $rs; + } + + public function Count($rs) { + if($rs == null) { + return 0; + } + return $rs->RecordCount(); + } + + public function HasNext($rs) { + return !$rs->EOF; + } + + public function GetAll($rs) { + return $rs->GetRows(); + } + + public function Get($rs) { + return $rs->fields; + } + + public function MoveNext($rs) { + $rs->MoveNext(); + } + + public function Next($rs) { + $obj = $rs->fields; + $rs->MoveNext(); + return $obj; + } + + public function Select($strFields, $strTable, $strCondition=NULL, $strGroupByField=NULL, $strHavingCondition=NULL) { + $strQuery = "SELECT {$strFields} FROM {$strTable}"; + if($strCondition != NULL) { + $strQuery .= " WHERE {$strCondition}"; + if($strGroupByField != NULL) { + $strQuery .= " GROUP BY {$strGroupByField}"; + if($strHavingCondition != NULL) { + $strQuery .= " HAVING {$strHavingCondition}"; + } + } + } + + return $this->objDB->Execute($strQuery); + } + + public function Insert($strTable, $strFields, $strValues) { + $strQuery = "INSERT INTO {$strTable} ({$strFields}) VALUES ({$strValues})"; + $this->objDB->Execute($strQuery); + } + + public function InsertArray($strTable, $arrVals) { + $arrFields = array(); + $arrValues = array(); + + foreach($arrVals as $strKey => $strVal) { + $arrFields[] = $strKey; + $arrValues[] = $strVal; + } + + $strFields = implode(',', $arrFields); + $strValues = implode("','", $arrValues); + $strValues = "'".$strValues."'"; + + $strQuery = "INSERT INTO {$strTable} ({$strFields}) VALUES ({$strValues})"; + + $this->objDB->Execute($strQuery); + } + + public function Update($strTable, $strSetting, $strCondition=NULL) { + $strQuery = "UPDATE {$strTable} SET {$strSetting}"; + if($strCondition != NULL) { + $strQuery .= " WHERE {$strCondition}"; + } + + $this->objDB->Execute($strQuery); + } + + public function UpdateArray($strTable, $arrVals, $strCondition=NULL) { + $arrSetting = array(); + + foreach($arrVals as $strKey => $strVal) { + $arrSetting[] = "{$strKey}='{$strVal}'"; + } + + $strSetting = implode(',', $arrSetting); + + $strQuery = "UPDATE {$strTable} SET {$strSetting}"; + if($strCondition != NULL) { + $strQuery .= " WHERE {$strCondition}"; + } + + $this->objDB->Execute($strQuery); + } + + public function Delete($strTable, $strCondition=NULL) { + $strQuery = "DELETE FROM {$strTable}"; + if($strCondition != NULL) { + $strQuery .= " WHERE {$strCondition}"; + } + + $this->objDB->Execute($strQuery); + } + + public function __destruct() { + $this->objDB->Close(); + } + + public function Qstr($str) { + return $this->objDB->qstr($str); + } +} + +?> diff --git a/f_func/class._JSON.php b/f_func/class._JSON.php new file mode 100644 index 00000000..fc1368fd --- /dev/null +++ b/f_func/class._JSON.php @@ -0,0 +1,55 @@ + $val) { + $key = _JSON::AddSlashes($key); + if(is_array($val) == true) { + $val = json_encode($val); + } else { + $val = _JSON::AddSlashes($val); + } + $item[] = "\"{$key}\":\"{$val}\""; + } + $encoded = '{' . implode(',', $item) . '}'; + return $encoded; + } + + public static function Decode($encoded) { + $decoded = substr($encoded, 2, strlen($encoded)-4); + $len = strlen($decoded); + $s = 0; $e = 0; + while($s < $len) { + $e = strpos($decoded, '":"', $s); + $key = substr($decoded, $s, $e-$s); + $s = $e + 3; + $e = strpos($decoded, '","', $s); + if($e == false) $e = $len; + $val = substr($decoded, $s, $e-$s); + + if(substr($val, 0, 2) != '{"') { + $s = $e + 3; + } else { + $e = strpos($decoded, '"}"', $s) + 2; + $val = substr($decoded, $s, $e-$s); + $s = $e + 3; + + $val = json_decode($val); + } + $result[$key] = $val; + } + return $result; + } + + public static function AddSlashes($str) { + $str = str_replace("\\", "\\\\", $str); + $str = str_replace("\"", "\\\"", $str); + $str = str_replace("'", "\\'", $str); + $str = str_replace("\r\n", "\\n", $str); + $str = str_replace("\n", "\\n", $str); + + return $str; + } +} + +?> diff --git a/f_func/class._Lock.php b/f_func/class._Lock.php new file mode 100644 index 00000000..2f3f4e61 --- /dev/null +++ b/f_func/class._Lock.php @@ -0,0 +1,73 @@ + diff --git a/f_func/class._Log.php b/f_func/class._Log.php new file mode 100644 index 00000000..7e57ce1e --- /dev/null +++ b/f_func/class._Log.php @@ -0,0 +1,48 @@ +", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + $log = str_replace("", "", $log); + return $log; + } +} + +?> diff --git a/f_func/class._Mail.php b/f_func/class._Mail.php new file mode 100644 index 00000000..d0ff2f6a --- /dev/null +++ b/f_func/class._Mail.php @@ -0,0 +1,40 @@ +objMail = new PHPMailer(); + $this->objMail->IsSMTP(); + $this->objMail->SMTPAuth = true; + $this->objMail->SMTPSecure = 'ssl'; + $this->objMail->Host = $host; + $this->objMail->Port = $port; + $this->objMail->Username = $id; + $this->objMail->Password = $pw; + $this->objMail->ContentType = 'text/plain'; + $this->objMail->CharSet = 'utf-8'; + $this->objMail->Encoding = 'base64'; + $this->objMail->SetFrom($addr); + } + + public function Send($to, $subject, $content) { + $this->objMail->AddAddress($to); + $this->objMail->Subject = '=?utf-8?b?'.base64_encode($subject).'?='; + $this->objMail->Body = $content; + + if(!$this->objMail->Send()) { + $result['msg'] = $this->objMail->ErrorInfo; + $result['result'] = 1; + } else { + $result['msg'] = 'Successfully sent.'; + $result['result'] = 0; + } + + return $result; + } +} + +?> diff --git a/f_func/class._Process.php b/f_func/class._Process.php new file mode 100644 index 00000000..3ba943ea --- /dev/null +++ b/f_func/class._Process.php @@ -0,0 +1,36 @@ + diff --git a/f_func/class._Queue.php b/f_func/class._Queue.php new file mode 100644 index 00000000..3a023f90 --- /dev/null +++ b/f_func/class._Queue.php @@ -0,0 +1,42 @@ +capacity = $capacity; + $this->size = 0; + $this->head = 0; + $this->tail = 0; + } + + public function getSize() { + return $this->size; + } + + public function clear() { + $this->size = 0; + $this->head = 0; + $this->tail = 0; + } + + public function push($value) { + if($this->size >= $this->capacity) return; + $this->arr[$this->tail] = $value; + $this->tail = ($this->tail + 1) % $this->capacity; + $this->size++; + } + + public function pop() { + if($this->size <= 0) return null; + $value = $this->arr[$this->head]; + $this->head = ($this->head + 1) % $this->capacity; + $this->size--; + return $value; + } +} +?> diff --git a/f_func/class._Session.php b/f_func/class._Session.php new file mode 100644 index 00000000..3ac877d6 --- /dev/null +++ b/f_func/class._Session.php @@ -0,0 +1,71 @@ + $atime+604800) { // 3600*24*7초 + @unlink("{$sessionPath}/{$file}"); + } + } + closedir($dir); + } + } + + public function Set($key, $val) { + $_SESSION[$key] = $val; + } + + public function Get($key) { + return $_SESSION[$key]; + } + + public function Login($noMember) { + $_SESSION['noMember'] = $noMember; + $_SESSION['ip'] = $_SERVER['REMOTE_ADDR']; + $_SESSION['time'] = time(); + } + + public function Logout() { + $_SESSION['noMember'] = 0; + session_destroy(); + } + + public function IsLoggedIn() { + if($_SESSION['noMember'] != 0) { + return true; + } else { + return false; + } + } + + public function NoMember() { + return $_SESSION['noMember']; + } + + public function __destruct() { + } +} + +?> diff --git a/f_func/class._Setting.php b/f_func/class._Setting.php new file mode 100644 index 00000000..e7cc61f8 --- /dev/null +++ b/f_func/class._Setting.php @@ -0,0 +1,78 @@ +settingFile = $filename; + + if(file_exists($filename)) { + $this->isExist = 1; + + $f = @file($filename); + $this->dbHost = trim(str_replace("\n", "", $f[1])); + $this->dbId = trim(str_replace("\n", "", $f[2])); + $this->dbPw = trim(str_replace("\n", "", $f[3])); + $this->dbName = trim(str_replace("\n", "", $f[4])); + $this->mailHost = trim(str_replace("\n", "", $f[5])); + $this->mailPort = trim(str_replace("\n", "", $f[6])); + $this->mailId = trim(str_replace("\n", "", $f[7])); + $this->mailPw = trim(str_replace("\n", "", $f[8])); + $this->mailAddr = trim(str_replace("\n", "", $f[9])); + } + } + + public function IsExist() { + return $this->isExist; + } + + public function DBHost() { + return $this->dbHost; + } + + public function DBId() { + return $this->dbId; + } + + public function DBPw() { + return $this->dbPw; + } + + public function DBName() { + return $this->dbName; + } + + public function MailHost() { + return $this->mailHost; + } + + public function MailPort() { + return $this->mailPort; + } + + public function MailId() { + return $this->mailId; + } + + public function MailPw() { + return $this->mailPw; + } + + public function MailAddr() { + return $this->mailAddr; + } +} + +?> diff --git a/f_func/class._String.php b/f_func/class._String.php new file mode 100644 index 00000000..893d8403 --- /dev/null +++ b/f_func/class._String.php @@ -0,0 +1,237 @@ += 0xf0) { + $len++; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $i += 2; + } else { + $len++; + $i += 1; + } + } + return $len; + } + + public static function SubStr($str, $s, $l=1000) { + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; + $len = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + } + if($isSet == 1 && $len-$s >= $l) { + $endByte = $i; + break; + } + + if($code >= 0xf0) { + $len++; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $i += 2; + } else { + $len++; + $i += 1; + } + } + $str = substr($str, $startByte, $endByte-$startByte); + return $str; + } + + public static function SubStrForWidth($str, $s, $w) { + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; $last = 0; + $len = 0; + $width = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + $width = 0; + } + if($isSet == 1 && $width == $w) { + $endByte = $i; + break; + } + if($isSet == 1 && $width > $w) { + $endByte = $i - $last; + break; + } + + if($code >= 0xf0) { + $len++; + $width += 2; + $last = 4; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $width += 2; + $last = 3; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $width += 2; + $last = 2; + $i += 2; + } else { + $len++; + $width += 1; + $last = 1; + $i += 1; + } + } + $str = substr($str, $startByte, $endByte-$startByte); + return $str; + } + + public static function CutStrForWidth($str, $s, $w, $ch='..') { + $isCut = 0; + $count = strlen($str); + $startByte = 0; $isSet = 0; + $endByte = $count; $last = 0; + $len = 0; + $width = 0; + for($i=0; $i < $count; ) { + $code = ord($str[$i]); + + if($isSet == 0 && $len >= $s) { + $startByte = $i; $isSet = 1; + $width = 0; + } + if($isSet == 1 && $width >= $w) { + $endByte = $i - $last; + $isCut = 1; + break; + } + + if($code >= 0xf0) { + $len++; + $width += 2; + $last = 4; + $i += 4; + } elseif($code >= 0xe0) { + $len++; + $width += 2; + $last = 3; + $i += 3; + } elseif($code >= 0xc2) { + $len++; + $width += 2; + $last = 2; + $i += 2; + } else { + $len++; + $width += 1; + $last = 1; + $i += 1; + } + } + if($isCut != 0) { + $str = substr($str, $startByte, $endByte-$startByte) . $ch; + } + return $str; + } + + function Fill($str, $maxsize, $ch) { + $size = strlen($str); + + $count = ($maxsize - $size) / 2; + + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + $string = $string.$str; + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + return $string; + } + + function Fill2($str, $maxsize, $ch='0') { + $size = strlen($str); + + $count = ($maxsize - $size); + + for($i=0; $i < $count; $i++) { + $string = $string.$ch; + } + $string = $string.$str; + + return $string; + } + + public static function EscapeTag($str) { + $str = htmlspecialchars($str); + $str = str_replace("\r\n", "
    ", $str); + $str = str_replace("\n", "
    ", $str); +// return nl2br(htmlspecialchars($str)); +// return htmlspecialchars($str); + return $str; + } + + public static function NoSpecialCharacter($str) { + $str = str_replace(" ", "", $str); + $str = str_replace("\"", "", $str); + $str = str_replace("'", "", $str); + $str = str_replace("ⓝ", "", $str); + $str = str_replace("ⓜ", "", $str); + $str = str_replace("ⓖ", "", $str); + $str = str_replace("\\", "", $str); + $str = str_replace("/", "", $str); + $str = str_replace("`", "", $str); + $str = str_replace("-", "", $str); + $str = str_replace("=", "", $str); + $str = str_replace("[", "", $str); + $str = str_replace("]", "", $str); + $str = str_replace(";", "", $str); + $str = str_replace(",", "", $str); + $str = str_replace(".", "", $str); + $str = str_replace("~", "", $str); + $str = str_replace("!", "", $str); + $str = str_replace("@", "", $str); + $str = str_replace("#", "", $str); + $str = str_replace("$", "", $str); + $str = str_replace("%", "", $str); + $str = str_replace("^", "", $str); + $str = str_replace("&", "", $str); + $str = str_replace("*", "", $str); + $str = str_replace("(", "", $str); + $str = str_replace(")", "", $str); + $str = str_replace("_", "", $str); + $str = str_replace("+", "", $str); + $str = str_replace("|", "", $str); + $str = str_replace("{", "", $str); + $str = str_replace("}", "", $str); + $str = str_replace(":", "", $str); + $str = str_replace("", "", $str); + $str = str_replace("<", "", $str); + $str = str_replace(">", "", $str); + $str = str_replace("?", "", $str); + $str = str_replace(" ", "", $str); + return $str; + } +} + +?> diff --git a/f_func/class._Time.php b/f_func/class._Time.php new file mode 100644 index 00000000..897b847b --- /dev/null +++ b/f_func/class._Time.php @@ -0,0 +1,47 @@ + diff --git a/f_func/class._Validation.php b/f_func/class._Validation.php new file mode 100644 index 00000000..344abc01 --- /dev/null +++ b/f_func/class._Validation.php @@ -0,0 +1,114 @@ + 12) { return 1; } + for($i=0; $i < $len; $i++) { + $ch = $id[$i]; + if(($ch < '0' || $ch > '9') && ($ch < 'a' || $ch > 'z')) { + return 2; + } + } + return 0; + } + + public static function CheckPW($pw) { + $len = strlen($pw); + if($len < 4 || $len > 12) { return 1; } + for($i=0; $i < $len; $i++) { + $ch = $pw[$i]; + if(($ch < '0' || $ch > '9') && ($ch < 'a' || $ch > 'z')) { + return 2; + } + } + return 0; + } + + public static function CheckPID($pid1, $pid2) { + $len1 = strlen($pid1); + $len2 = strlen($pid2); + if($len1 != 6 || $len2 != 7) { return 1; } + for($i=0; $i < $len1; $i++) { + $ch = $pid1[$i]; + if(($ch < '0' || $ch > '9')) { + return 2; + } + } + for($i=0; $i < $len2; $i++) { + $ch = $pid2[$i]; + if(($ch < '0' || $ch > '9')) { + return 2; + } + } + $year = $pid1[0].$pid1[1]; + $month = $pid1[2].$pid1[3]; + $day = $pid1[4].$pid1[5]; + $sex = $pid2[0]; + if($year < 50) { return 3; } + if($month < 1 || $month > 12) { return 3; } + if($day < 1 || $day > 31) { return 3; } + if($sex < 1 || $sex > 2) { return 3; } + // 주민등록번호 체크 + $chk = 0; + for($i=0; $i <= 5;$i++) { + $chk += ($i%8 + 2) * $pid1[$i]; + } + for($i=6; $i <= 11;$i++) { + $chk += ($i%8 + 2) * $pid2[$i-6]; + } + $chk = 11 - ($chk % 11); + $chk = $chk % 10; + if($chk != $pid2[6]) { + return 3; + } + return 0; + } + + public static function CheckBirth($pid1, $pid2) { + $len1 = strlen($pid1); + $len2 = strlen($pid2); + if($len1 != 6 || $len2 != 1) { return 1; } + for($i=0; $i < $len1; $i++) { + $ch = $pid1[$i]; + if(($ch < '0' || $ch > '9')) { + return 2; + } + } + for($i=0; $i < $len2; $i++) { + $ch = $pid2[$i]; + if(($ch < '0' || $ch > '9')) { + return 2; + } + } + $year = $pid1[0].$pid1[1]; + $month = $pid1[2].$pid1[3]; + $day = $pid1[4].$pid1[5]; + $sex = $pid2[0]; + //if($year < 50) { return 3; } + if($month < 1 || $month > 12) { return 3; } + if($day < 1 || $day > 31) { return 3; } + if($sex < 1 || $sex > 2) { return 3; } + return 0; + } + + public static function CheckName($name) { +// $len = strlen($name); + $len = _String::GetStrLen($name); + if(strchr($name, "<")) { return 1; } + if(strchr($name, ">")) { return 2; } + if($len < 1 || $len > 6) { return $len; } + return 0; + } + + public static function CheckEmail($email) { + if(!preg_match("/^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$/i", $email)) { + return 1; + } else { + return 0; + } + } +} + +?> diff --git a/f_func/func.js b/f_func/func.js new file mode 100644 index 00000000..3139228f --- /dev/null +++ b/f_func/func.js @@ -0,0 +1,231 @@ +function ClearContent(sel) { + $(sel).html(""); +} + +function Open(url) { + window.open(url); +} + +function Replace(url) { + location.replace(url); +} + +function ReplaceFrame(url) { + window.top.location.replace(url); +} + +function ImportStyle(href) { + var CSS = document.createElement('link'); + CSS.rel = 'stylesheet'; + CSS.type = 'text/css'; + CSS.media = 'screen'; + CSS.href = href; + document.getElementsByTagName('head')[0].appendChild(CSS); +} + +function ImportView(sel, url) { + var html = $.ajax({ + url: url, + async: false + }); + $(sel).append(html.responseText); +} + +function ImportAction(sel, url) { + var tag = ""; + $(sel).append(tag); +} + +function ImportAction(url) { +// 비동기라서 동기화된 함수로 변경 +// 추후 cache: true, 로 변경 +// $.getScript(url, function() { eval(initFunc); }); + $.ajax({ + type: 'GET', + url: url, + cache: true, + async: false, + dataType: 'script' + }); +} + +function GetJSON(url, data, callback) { + $.ajax({ + type: 'GET', + url: url, + cache: true, + async: true, + data: data, + success: callback, + dataType: 'json', + error: Error + }); +} + +function GetJSONSync(url, data, callback) { + $.ajax({ + type: 'GET', + url: url, + cache: true, + async: false, + data: data, + success: callback, + dataType: 'json', + error: Error + }); +} + +function PostJSON(url, data, callback) { + $.ajax({ + type: 'POST', + url: url, + cache: true, + async: true, + data: data, + success: callback, + dataType: 'json', + error: Error + }); +} + +function PostJSONSync(url, data, callback) { + $.ajax({ + type: 'POST', + url: url, + cache: true, + async: false, + data: data, + success: callback, + dataType: 'json', + error: Error + }); +} + +function Error(xhr, textStatus, errorThrown) { +// alert(xhr.status); + alert(xhr.responseText); +// alert(textStatus); +// alert(errorThrown); +/* + if(xhr.status == 404) { + alert("처리 프로그램이 없습니다!"); + alert(xhr.responseText); + } else if(xhr.status == 500) { + alert("처리 프로그램이 오류입니다!"); + alert(xhr.responseText); + } +*/ +} + +function IsNumber(input) { + var check = /(^\d+$)/; + return check.test(input); +} + +function Second(time, amount) { + var h = parseInt(time.substr(0, 2), 10); + var m = parseInt(time.substr(3, 2), 10); + var s = parseInt(time.substr(6, 2), 10); + s += amount; + + if(amount > 0) { + if(s > 60) { m += Math.floor(s/60); s = s%60; } + if(m > 60) { h += Math.floor(m/60); m = m%60; } + if(h > 24) { h = h%24; } + } else { + if(s < 0) { m += Math.floor(s/60); s = 60+s%60; } + if(m < 0) { h += Math.floor(m/60); m = 60+m%60; } + if(h < 0) { h = 24+h%24; } + } + + if(h < 10) h = "0"+h; + if(m < 10) m = "0"+m; + if(s < 10) s = "0"+s; + + var newTime = h+":"+m+":"+s; + return newTime; +} + +function ExitButton(obj) { + $(obj).each(function() { + $(this).css("background", "transparent url(../e_image/button/exit0x26x25.png) no-repeat"); + $(this).mouseover(function () { $(this).css("background", "transparent url(../e_image/button/exit1x26x25.png) no-repeat" ); }); + $(this).mouseout(function () { $(this).css("background", "transparent url(../e_image/button/exit0x26x25.png) no-repeat"); }); + $(this).mousedown(function () { $(this).css("background", "transparent url(../e_image/button/exit2x26x25.png) no-repeat"); }); + $(this).mouseup(function () { $(this).css("background", "transparent url(../e_image/button/exit1x26x25.png) no-repeat"); }); + }); +} + +function Button(obj, w) { + $(obj).each(function() { + $(this).css("background", "transparent url(../e_image/button/button0x"+w+"x20.png) no-repeat"); + $(this).mouseover(function () { $(this).css("background", "transparent url(../e_image/button/button1x"+w+"x20.png) no-repeat" ); }); + $(this).mouseout(function () { $(this).css("background", "transparent url(../e_image/button/button0x"+w+"x20.png) no-repeat"); }); + $(this).mousedown(function () { $(this).css("background", "transparent url(../e_image/button/button2x"+w+"x20.png) no-repeat"); }); + $(this).mouseup(function () { $(this).css("background", "transparent url(../e_image/button/button1x"+w+"x20.png) no-repeat"); }); + }); +} + +function Disable(obj, w) { + $(obj).each(function() { + $(this).css("background", "transparent url(../e_image/button/button3x"+w+"x20.png) no-repeat"); + $(this).css("color", "#CCCCCC"); + $(this).css("font-style", "italic"); + $(this).css("cursor", "default"); + $(this).attr("disabled", "true"); + }); +} + +function Enable(obj, w) { + $(obj).each(function() { + $(this).css("background", "transparent url(../e_image/button/button0x"+w+"x20.png) no-repeat"); + $(this).css("color", "#FFFFFF"); + $(this).css("font-style", "normal"); + $(this).css("cursor", "pointer"); + $(this).attr("disabled", ""); + }); +} + +function Drag(obj) { + var _ox = $(obj).offset().left; + var _oy = $(obj).offset().top; + + $(obj).attr("_x", 0); + $(obj).attr("_y", 0); + $(obj).attr("_ox", _ox); + $(obj).attr("_oy", _oy); + + $(obj).bind("dragstart", function(event) { + $(this).attr("_x", $(this).scrollLeft()); + $(this).attr("_y", $(this).scrollTop()); + }); + + $(obj).bind("dragend", function(event) { + $(this).attr("_x", $(this).scrollLeft()); + $(this).attr("_y", $(this).scrollTop()); + }); + + $(obj).bind("drag", function(event) { + var _x = parseInt($(this).attr("_x")); + var _y = parseInt($(this).attr("_y")); + var _ox = parseInt($(this).attr("_ox")); + var _oy = parseInt($(this).attr("_oy")); + + $(this).scrollLeft(_x + _ox - event.offsetX); + $(this).scrollTop(_y + _oy - event.offsetY); + }); +} + +function ScrollTo(obj, x, y) { + var w = $(obj).width(); + var h = $(obj).height(); + + $(obj).scrollLeft(x - w/2); + $(obj).scrollTop(y - h/2); +} + +function CheckIE6PNG() { + if($.browser.msie == true && $.browser.version == "6.0") { + DD_belatedPNG.fix(".png"); + } +} diff --git a/f_func/func.php b/f_func/func.php new file mode 100644 index 00000000..cc5df7a9 --- /dev/null +++ b/f_func/func.php @@ -0,0 +1,100 @@ + diff --git a/f_install/_common.php b/f_install/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/f_install/_common.php @@ -0,0 +1,8 @@ + diff --git a/f_install/common_schema.sql b/f_install/common_schema.sql new file mode 100644 index 00000000..4e021a15 --- /dev/null +++ b/f_install/common_schema.sql @@ -0,0 +1,64 @@ +-- 시스템 테이블 +CREATE TABLE SYSTEM ( + NO INT NOT NULL AUTO_INCREMENT, + REG VARCHAR(1) DEFAULT 'N', + LOGIN VARCHAR(1) DEFAULT 'N', + NOTICE VARCHAR(256) DEFAULT '', + CRT_DATE DATETIME, + MDF_DATE DATETIME, + + PRIMARY KEY (NO) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 참여 테이블 +CREATE TABLE DONATION ( + NO INT NOT NULL AUTO_INCREMENT, + ID VARCHAR(64) NOT NULL, + NAME VARCHAR(64) NOT NULL, + RNAME VARCHAR(64) NOT NULL, + SUBNAME VARCHAR(64) NOT NULL, + DATE DATE NOT NULL, + AMOUNT INT NOT NULL, + CUMUL INT NOT NULL, + TOTAL INT NOT NULL, + + PRIMARY KEY (NO), + KEY (ID), + KEY (NAME) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 회원 테이블 +CREATE TABLE MEMBER ( + NO INT NOT NULL AUTO_INCREMENT, + ID VARCHAR(64) NOT NULL, + PW VARCHAR(64) NOT NULL, + PID VARCHAR(64) NOT NULL, + NAME VARCHAR(64) NOT NULL, + EMAIL VARCHAR(64) NOT NULL, + IP VARCHAR(64) DEFAULT '', + PICTURE VARCHAR(64) DEFAULT '', + IMGSVR INT(1) DEFAULT 0, + CONMSG VARCHAR(256) DEFAULT '', + GRADE INT(1) DEFAULT 1, -- 0:블럭, 1:일반, 2:참여회원, 3:유효회원, 4:특별회원, 5:부운영자, 6:운영자 + REG_NUM INT(3) DEFAULT 0, + REG_DATE DATETIME, + BLOCK_NUM INT(3) DEFAULT 0, + BLOCK_DATE DATETIME, + QUIT VARCHAR(1) DEFAULT '', + + PRIMARY KEY (NO), + KEY (ID), + KEY (PW) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 인증 테이블 +CREATE TABLE EMAIL ( + NO INT NOT NULL AUTO_INCREMENT, + EMAIL VARCHAR(64) NOT NULL, + CODE VARCHAR(6) NOT NULL, + VERIFIED INT(1) DEFAULT 0, + REG_DATE DATETIME, + VRF_DATE DATETIME, + + PRIMARY KEY (NO) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; diff --git a/f_install/common_schema.sql.orig b/f_install/common_schema.sql.orig new file mode 100644 index 00000000..4e021a15 --- /dev/null +++ b/f_install/common_schema.sql.orig @@ -0,0 +1,64 @@ +-- 시스템 테이블 +CREATE TABLE SYSTEM ( + NO INT NOT NULL AUTO_INCREMENT, + REG VARCHAR(1) DEFAULT 'N', + LOGIN VARCHAR(1) DEFAULT 'N', + NOTICE VARCHAR(256) DEFAULT '', + CRT_DATE DATETIME, + MDF_DATE DATETIME, + + PRIMARY KEY (NO) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 참여 테이블 +CREATE TABLE DONATION ( + NO INT NOT NULL AUTO_INCREMENT, + ID VARCHAR(64) NOT NULL, + NAME VARCHAR(64) NOT NULL, + RNAME VARCHAR(64) NOT NULL, + SUBNAME VARCHAR(64) NOT NULL, + DATE DATE NOT NULL, + AMOUNT INT NOT NULL, + CUMUL INT NOT NULL, + TOTAL INT NOT NULL, + + PRIMARY KEY (NO), + KEY (ID), + KEY (NAME) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 회원 테이블 +CREATE TABLE MEMBER ( + NO INT NOT NULL AUTO_INCREMENT, + ID VARCHAR(64) NOT NULL, + PW VARCHAR(64) NOT NULL, + PID VARCHAR(64) NOT NULL, + NAME VARCHAR(64) NOT NULL, + EMAIL VARCHAR(64) NOT NULL, + IP VARCHAR(64) DEFAULT '', + PICTURE VARCHAR(64) DEFAULT '', + IMGSVR INT(1) DEFAULT 0, + CONMSG VARCHAR(256) DEFAULT '', + GRADE INT(1) DEFAULT 1, -- 0:블럭, 1:일반, 2:참여회원, 3:유효회원, 4:특별회원, 5:부운영자, 6:운영자 + REG_NUM INT(3) DEFAULT 0, + REG_DATE DATETIME, + BLOCK_NUM INT(3) DEFAULT 0, + BLOCK_DATE DATETIME, + QUIT VARCHAR(1) DEFAULT '', + + PRIMARY KEY (NO), + KEY (ID), + KEY (PW) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; + +-- 인증 테이블 +CREATE TABLE EMAIL ( + NO INT NOT NULL AUTO_INCREMENT, + EMAIL VARCHAR(64) NOT NULL, + CODE VARCHAR(6) NOT NULL, + VERIFIED INT(1) DEFAULT 0, + REG_DATE DATETIME, + VRF_DATE DATETIME, + + PRIMARY KEY (NO) +) ENGINE=MYISAM DEFAULT CHARSET=UTF8; diff --git a/f_install/install.php b/f_install/install.php new file mode 100644 index 00000000..c51a7780 --- /dev/null +++ b/f_install/install.php @@ -0,0 +1,18 @@ + + + + + + + 게임 시스템 설치 시작 + + + +
    + +
    + + + diff --git a/f_install/install1.php b/f_install/install1.php new file mode 100644 index 00000000..42a91b13 --- /dev/null +++ b/f_install/install1.php @@ -0,0 +1,31 @@ + + + + + + + 설치 시작 + + + +
    + DB정보
    + 호스트
    + 아이디
    + 비 번
    + 디 비
    + Mail정보
    + 호스트
    + 포 트
    + 아이디
    + 비 번
    + 메 일
    + +
    + + diff --git a/f_install/install1Post.php b/f_install/install1Post.php new file mode 100644 index 00000000..cf33613c --- /dev/null +++ b/f_install/install1Post.php @@ -0,0 +1,58 @@ +QueryNoError($query); +} + +//테이블 생성 +$fp = @fopen('common_schema.sql', 'r'); +$file = @fread($fp, filesize('common_schema.sql')); +@fclose($fp); + +$querys = explode(';', $file); +foreach($querys as $query) { + $query = trim($query); + if($query != "") { + $DB->Query($query); + } +} + +// 파일로 DB 정보 저장 +$file = @fopen(ROOT.W.D_SETTING.W.SET.PHP, 'w') or ErrorToScreen('설정 실패. 디렉토리의 퍼미션을 707로 주십시요'); +@fwrite($file, "\n") or ErrorToScreen('설정 실패. 디렉토리의 퍼미션을 707로 주십시요'); +@fclose($file); +@chmod(ROOT.W.D_SETTING.W.SET.PHP, 0604); + +?> + + diff --git a/f_install/install2.php b/f_install/install2.php new file mode 100644 index 00000000..e584e490 --- /dev/null +++ b/f_install/install2.php @@ -0,0 +1,19 @@ + + + + + + + 설치 시작 + + + +
    + 아이디
    + 비 번
    + +
    + + diff --git a/f_install/install2Post.php b/f_install/install2Post.php new file mode 100644 index 00000000..8fee81fd --- /dev/null +++ b/f_install/install2Post.php @@ -0,0 +1,43 @@ +InsertArray('SYSTEM', array( + JOIN => 'N', + LOGIN => 'N', + CRT_DATE => _Time::DatetimeNow(), + MDF_DATE => _Time::DatetimeNow() +)); + +// 운영자 1명 등록 +$DB->InsertArray('MEMBER', array( + ID => $id, + PW => $pw, + PID => '-', + NAME => '운영자', + IP => $_SERVER['REMOTE_ADDR'], + GRADE => 6, + REG_DATE => _Time::DatetimeNow() +)); + +// 부운영자 1명 등록 +$DB->InsertArray('MEMBER', array( + ID => 'viceadmin', + PW => md5('12qw!@QW12qw!@QW'), + PID => '-', + NAME => '부운영자', + IP => $_SERVER['REMOTE_ADDR'], + GRADE => 5, + REG_DATE => _Time::DatetimeNow() +)); + +?> + +설치가 완료되었습니다. diff --git a/f_retrival/_common.php b/f_retrival/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/f_retrival/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_banner/analytics.php b/i_banner/analytics.php new file mode 100644 index 00000000..bf3f0d19 --- /dev/null +++ b/i_banner/analytics.php @@ -0,0 +1,13 @@ + diff --git a/i_banner/banner.php b/i_banner/banner.php new file mode 100644 index 00000000..f633dc0b --- /dev/null +++ b/i_banner/banner.php @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + +G���� + + + + diff --git a/i_entrance/Action.js b/i_entrance/Action.js new file mode 100644 index 00000000..9d61a3e0 --- /dev/null +++ b/i_entrance/Action.js @@ -0,0 +1,109 @@ +function Entrance_Import() { + ImportAction(HOME+I+ENTRANCE+W+MANAGE+W+ACTION); + + EntranceManage_Import(); +} + +function Entrance_Init() { + EntranceManage_Init(); + + $("#Entrance_000101").click(Entrance_Manage); + $("#Entrance_000102").click(Entrance_Logout); +} + +function Entrance_Update() { + Entrance_UpdateServer(); +} + +function Entrance_UpdateServer() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+SERVERLIST+POST, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Entrance_ServerList(response.serverCount, response.servers); + Entrance_ServerListPosition(); + Popup_WaitHide(); + } else { + Popup_WaitShow("서버목록 로드 실패!"); + } + } + ) + }); +} + +function Entrance_ServerList(serverCount, servers) { + $("#Entrance_000002").html(servers); + $("#Entrance_000002").height(serverCount*64); +} + +function Entrance_ServerListPosition() { + var heightTitle = $("#Entrance_000000").height(); + var heightSub = $("#Entrance_000001").height(); + var heightList = $("#Entrance_000002").height(); + var heightComment = $("#Entrance_000003").height(); + var top = heightTitle+heightSub+heightList+5; + + $("#Entrance_000003").css("top", top+"px"); + top += heightComment; + $("#Entrance_0000").height(top+2); + top = 20 + top; + $("#Entrance_0001").css("top", top+"px"); + top = 20 + top + $("#Entrance_0001").height(); + $("#Entrance_0002").css("top", top+"px"); + top = 20 + top + $("#Entrance_0002").height(); + $("#Entrance_0003").css("top", top+"px"); +} + +function Entrance_Manage() { + $("#Entrance_00").hide(); + $("#EntranceManage_00").show(); + EntranceManage_Update(); +} + +function Entrance_Logout() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+LOGOUT+POST, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitHide(); + ReplaceFrame(HOME); + } else { + Popup_WaitShow("로그아웃 실패!"); + } + } + ) + }); +} + +function Entrance_Enter(serverDir) { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+"enter"+POST, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + var form = $("
    "); + $(form).attr("action", HOME+serverDir); + $(form).attr("method", "post"); + + var id = $(""); + $(id).attr("value", response.id); + var pw = $(""); + $(pw).attr("value", response.pw); + var conmsg = $(""); + $(conmsg).attr("value", response.conmsg); + + $(form).append(id).append(pw).append(conmsg); + $("body").append(form); + $(form).submit(); + } else { + Popup_WaitShow("입장 실패!"); + } + } + ) + }); +} diff --git a/i_entrance/Frame.php b/i_entrance/Frame.php new file mode 100644 index 00000000..28d29e35 --- /dev/null +++ b/i_entrance/Frame.php @@ -0,0 +1,69 @@ +Select('NOTICE', 'SYSTEM', "NO='1'"); +$system = $DB->Get($rs); + +$rs = $DB->Select('ID, GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +?> + + += 6) { + include(DONATION.W.FRAME); + include(MEMBER.W.FRAME); +} +?> + +
    + +
    +
    심의
    + +
    + +
    +
    + +
    + +
    +
    서 버 선 택
    +
    +
    서 버
    +
    정 보
    +
    캐 릭 터
    +
    선 택
    +
    +
    +
    +
    +
    ★ 1명이 1개 넘는 계정을 접속하거나 대턴(대신 턴 입력)행위는 당연히 불법입니다.
    +★ 접속장소를 못적고 로그인 한 경우, 바로 다시 잘 적고 로그인 하시면 문제없습니다.
    +계정은 한번 등록으로 계속 사용합니다. 각 서버 리셋시 캐릭터만 새로 생성하면 됩니다.
    +
    +체섭 : 메인서버입니다. 천하통일에 도전하여 왕조일람과 명예의전당에 올라봅시다! (주로 1턴=60분)
    +퀘섭 : 역사의 한 순간에 뛰어들어, 실제 장수가 되어 가상의 역사를 만들어 봅시다! (주로 1턴=30분)
    +풰섭 : 역사의 한 순간에 뛰어들어, 실제 장수들과 어울려 사실적 역사를 체험해 봅시다! (주로 1턴=20분)
    +퉤섭 : 주로 패치사항 미리보기 테스트 서버입니다. 600여명의 NPC들과 경쟁해 보세요! (주로 1턴=10분)
    +훼섭 : 1일천하 서버. 또는 운영자 테스트용 서버입니다. (주로 1턴=1분)
    +
    +
    +
    +
    계 정 관 리
    + + +
    + += 6) { + include(ADMIN.INC); +} +?> + +
    + diff --git a/i_entrance/Style.css b/i_entrance/Style.css new file mode 100644 index 00000000..676f3077 --- /dev/null +++ b/i_entrance/Style.css @@ -0,0 +1,181 @@ +@charset "utf-8"; + +@import url("manage/Style.css"); + +#Entrance_00 { + width: 800px; + position: absolute; top: 50px; left: 50%; + margin-left: -400px; + border: none; +} + +#Entrance_0004 { + width: 52px; height: 52px; + position: absolute; top: 0px; left: -62px; + border: 1px solid white; +} + +#Entrance_0005 { + width: 160px; height: 600px; + position: absolute; top: 62px; left: -170px; +} + +#Entrance_0006 { + width: 160px; height: 600px; + position: absolute; top: 62px; left: 810px; +} + +#Entrance_0007 { + width: 800px; height: 50px; + position: absolute; top: -50px; left: 50%; + margin-left: -400px; + border: none; +} + +#Entrance_0000 { + width: 800px; height: 134px; + position: absolute; top: 0px; left: 0px; +} + +#Entrance_000000 { + width: 798px; height: 50px; + position: absolute; top: 0px; left: 0px; + font-size: 30px; font-weight: bold; +} + +#Entrance_000001 { + width: 798px; height: 20px; + position: absolute; top: 52px; left: 0px; + border: none; +} + +#Entrance_00000000 { + width: 98px; height: 20px; + position: absolute; top: 0px; left: 0px; +} + +#Entrance_00000001 { + width: 398px; height: 20px; + position: absolute; top: 0px; left: 100px; +} + +#Entrance_00000002 { + width: 178px; height: 20px; + position: absolute; top: 0px; left: 500px; +} + +#Entrance_00000003 { + width: 118px; height: 20px; + position: absolute; top: 0px; left: 680px; +} + +#Entrance_000002 { + width: 798px; height: 64px; + position: absolute; top: 74px; left: 0px; + border: none; +} + +.Entrance_ServerList { + width: 800px; height: 64px; + border: none; + float: left; +} + +.Entrance_ServerListServer { + width: 98px; height: 64px; + float: left; +} + +.Entrance_ServerListDown { + width: 698px; height: 64px; + float: left; +} + +.Entrance_ServerListInfo { + width: 398px; height: 64px; + float: left; +} + +.Entrance_ServerListBlock { + width: 298px; height: 64px; + float: left; + line-height: 64px; +} + +.Entrance_ServerListNoRegister { + width: 178px; height: 64px; + float: left; + line-height: 64px; +} + +.Entrance_ServerListCharacter { + width: 64px; height: 64px; + float: left; +} + +.Entrance_ServerListName { + width: 112px; height: 64px; + float: left; + line-height: 64px; +} + +.Entrance_ServerListSelect { + width: 120px; height: 32px; + float: left; +} + +.Entrance_ServerListLogin { + width: 120px; height: 64px; + float: left; +} + +#Entrance_000003 { + width: 798px; height: 155px; + position: absolute; top: 138px; left: 0px; + text-align: left; +} + +.Entrance_Alert { + color: red; font-size: 15px; font-weight: bold; +} + +.Entrance_Che { + color: white; font-size: 15px; font-weight: bold; +} + +.Entrance_Kwe { + color: yellow; font-size: 15px; font-weight: bold; +} + +.Entrance_Pwe { + color: orange; font-size: 15px; font-weight: bold; +} + +.Entrance_Twe { + color: magenta; font-size: 15px; font-weight: bold; +} + +.Entrance_Hwe { + color: red; font-size: 15px; font-weight: bold; +} + +#Entrance_0001 { + width: 800px; height: 130px; + position: absolute; top: 154px; left: 0px; +} + +#Entrance_000100 { + width: 798px; height: 50px; + position: absolute; top: 0px; left: 0px; + font-size: 30px; font-weight: bold; +} + +#Entrance_000101 { + width: 200px; height: 50px; + position: absolute; top: 65px; left: 150px; +} + +#Entrance_000102 { + width: 200px; height: 50px; + position: absolute; top: 65px; left: 450px; +} diff --git a/i_entrance/_common.php b/i_entrance/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/i_entrance/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_entrance/adminAction.js b/i_entrance/adminAction.js new file mode 100644 index 00000000..254de0f3 --- /dev/null +++ b/i_entrance/adminAction.js @@ -0,0 +1,88 @@ +function Entrance_AdminImport() { +} + +function Entrance_AdminInit() { + $("#Entrance_000201").click(Entrance_Donation); + $("#Entrance_000202").click(Entrance_Member); + $("#Entrance_000204").click(Entrance_AdminChangeNotice); +} + +function Entrance_AdminUpdate() { +} + +function Entrance_Donation() { + $("#Entrance_00").hide(); + $("#EntranceDonation_00").show(); + EntranceDonation_Update(); +} + +function Entrance_Member() { + $("#Entrance_00").hide(); + $("#EntranceMember_00").show(); + EntranceMember_Update(); +} + +function Entrance_AdminChangeNotice() { + var notice = $("#Entrance_000203").val(); + + Popup_Confirm('정말 실행하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+ADMIN+POST, { + action: 0, + notice: notice + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitHide(); + Replace(ENTRANCE+PHP); + } else { + Popup_WaitShow(response.msg); + } + } + ) + }) + }); +} + +function Entrance_AdminPost(server, select) { + Popup_Confirm('정말 실행하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+ADMIN+POST, { + action: 1, + server: server, + select: select + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitHide(); + if(select == 1) { + ReplaceFrame(response.installURL); + } else { + Replace(ENTRANCE+PHP); + } + } else { + Popup_WaitShow(response.msg); + } + } + ) + }) + }); +} + +function Entrance_AdminNPCLogin(serverDir) { + ReplaceFrame(serverDir+W+'npc_login'+PHP); +} + +function Entrance_AdminNPCCreate(serverDir) { + ReplaceFrame(serverDir+W+'npc_join'+PHP); +} + +function Entrance_AdminClosedLogin(serverDir) { + ReplaceFrame(serverDir+'_close'+W+'npc_login'+PHP); +} + +function Entrance_AdminOpen119(serverDir) { + Open(serverDir+W+'119'+PHP); +} diff --git a/i_entrance/adminInc.php b/i_entrance/adminInc.php new file mode 100644 index 00000000..3f0163cb --- /dev/null +++ b/i_entrance/adminInc.php @@ -0,0 +1,83 @@ + + + + +
    +
    회 원 관 리
    + + + + +
    +
    +
    서 버 관 리
    +
    +
    서버(접속)
    +
    상 태
    +
    선 택
    +
    +
    + +
    +
    +
    +
    + + + + + + + +
    +
    + +
    +
    diff --git a/i_entrance/adminPost.php b/i_entrance/adminPost.php new file mode 100644 index 00000000..302cea3b --- /dev/null +++ b/i_entrance/adminPost.php @@ -0,0 +1,53 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$response['result'] = 'FAIL'; +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + if($action == 0) { + $DB->Update('SYSTEM', "NOTICE='{$notice}'", 'NO=1'); + $response['result'] = 'SUCCESS'; + } elseif($action == 1) { + $serverDir = $_serverDirs[$server]; + + if($select == 0) { + rename(ROOT.W.$serverDir, ROOT.W.$serverDir.'_close'); + rename(ROOT.W.$serverDir.'_rest', ROOT.W.$serverDir); + $response['result'] = 'SUCCESS'; + } elseif($select == 1) { + @unlink(ROOT.W.$serverDir.'_close'.W.D_SETTING.W.SET.PHP); + $response['installURL'] = ROOT.W."{$serverDir}_close/install.php"; + $response['result'] = 'SUCCESS'; + } elseif($select == 2) { + rename(ROOT.W.$serverDir, ROOT.W.$serverDir."_rest"); + rename(ROOT.W.$serverDir."_close", ROOT.W.$serverDir); + $response['result'] = 'SUCCESS'; + } + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '알 수 없는 명령입니다.'; + } +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/adminStyle.css b/i_entrance/adminStyle.css new file mode 100644 index 00000000..0e12fc36 --- /dev/null +++ b/i_entrance/adminStyle.css @@ -0,0 +1,112 @@ +@charset "utf-8"; + +#Entrance_0002 { + width: 800px; height: 170px; + position: absolute; top: 304px; left: 0px; +} + +#Entrance_000200 { + width: 798px; height: 50px; + position: absolute; top: 0px; left: 0px; + font-size: 30px; font-weight: bold; +} + +#Entrance_000201 { + width: 200px; height: 50px; + position: absolute; top: 65px; left: 150px; +} + +#Entrance_000202 { + width: 200px; height: 50px; + position: absolute; top: 65px; left: 450px; +} + +#Entrance_000203 { + width: 590px; height: 20px; + position: absolute; top: 130px; left: 50px; +} + +#Entrance_000204 { + width: 100px; height: 20px; + position: absolute; top: 130px; left: 650px; +} + + +#Entrance_0003 { + width: 800px; height: 176px; + position: absolute; top: 494px; left: 0px; +} + +#Entrance_000300 { + width: 798px; height: 50px; + position: absolute; top: 0px; left: 0px; + font-size: 30px; font-weight: bold; +} + +#Entrance_000301 { + width: 798px; height: 20px; + position: absolute; top: 52px; left: 0px; + border: none; +} + +#Entrance_00030000 { + width: 98px; height: 20px; + position: absolute; top: 0px; left: 0px; +} + +#Entrance_00030001 { + width: 198px; height: 20px; + position: absolute; top: 0px; left: 100px; +} + +#Entrance_00030002 { + width: 498px; height: 20px; + position: absolute; top: 0px; left: 300px; +} + +#Entrance_00030003 { + width: 118px; height: 20px; + position: absolute; top: 0px; left: 680px; +} + +#Entrance_000302 { + width: 798px; + position: absolute; top: 74px; left: 0px; + border: none; +} + +.Entrance_ServerAdminList { + width: 800px; height: 20px; + border: none; + float: left; +} + +.Entrance_ServerAdminListServer { + width: 98px; height: 20px; + float: left; +} + +.Entrance_ServerAdminListState { + width: 198px; height: 20px; + float: left; +} + +.Entrance_ServerAdminListSelect { + width: 498px; height: 20px; + float: left; +} + +.Entrance_ServerAdminListSelectButton1 { + width: 50px; height: 20px; + float: left; +} + +.Entrance_ServerAdminListSelectButton2 { + width: 80px; height: 20px; + float: left; +} + +.Entrance_ServerAdminListSelectButton3 { + width: 100px; height: 20px; + float: left; +} diff --git a/i_entrance/donation/Action.js b/i_entrance/donation/Action.js new file mode 100644 index 00000000..ba5c97e5 --- /dev/null +++ b/i_entrance/donation/Action.js @@ -0,0 +1,96 @@ +function EntranceDonation_Import() { +} + +function EntranceDonation_Init() { + $("#EntranceDonation_0001").click(EntranceDonation_Back); + $("#EntranceDonation_000200").click(function() { EntranceDonation_Calculate(); }); + $("#EntranceDonation_000308").click(function() { EntranceDonation_Donate(); }); +} + +function EntranceDonation_Update() { + EntranceDonation_UpdateDonation(); +} + +function EntranceDonation_Back() { + $("#EntranceDonation_00").hide(); + + $("#Entrance_00").show(); + Entrance_Update(); +} + +function EntranceDonation_UpdateDonation() { + Popup_Wait(function() { + GetJSON( + HOME+I+ENTRANCE+W+DONATION+W+GET, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#EntranceDonation_0005").html(response.donations); + $("#EntranceDonation_000301").val(response.date); + Popup_WaitHide(); + } else { + Popup_WaitShow("처리 실패!"); + } + } + ) + }); +} + +function EntranceDonation_Calculate() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+DONATION+W+"calculate"+POST, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#EntranceDonation_000301").val(""); + $("#EntranceDonation_000302").val(""); + $("#EntranceDonation_000303").val(""); + $("#EntranceDonation_000304").val(""); + $("#EntranceDonation_000305").val(""); + $("#EntranceDonation_000306").val(""); + Popup_WaitHide(); + EntranceDonation_UpdateDonation(); + } else { + Popup_WaitShow("처리 실패!"); + } + } + ) + }); +} + +function EntranceDonation_Donate() { + var date = $("#EntranceDonation_000301").val(); + var id = $("#EntranceDonation_000302").val(); + var name = $("#EntranceDonation_000303").val(); + var rname = $("#EntranceDonation_000304").val(); + var subname = $("#EntranceDonation_000305").val(); + var amount = $("#EntranceDonation_000306").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+DONATION+W+POST, { + date: date, + id: id, + name: name, + rname: rname, + subname: subname, + amount: amount + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#EntranceDonation_000301").val(""); + $("#EntranceDonation_000302").val(""); + $("#EntranceDonation_000303").val(""); + $("#EntranceDonation_000304").val(""); + $("#EntranceDonation_000305").val(""); + $("#EntranceDonation_000306").val(""); + Popup_WaitHide(); + EntranceDonation_UpdateDonation(); + } else { + Popup_WaitShow("처리 실패!"); + } + } + ) + }); +} diff --git a/i_entrance/donation/Frame.php b/i_entrance/donation/Frame.php new file mode 100644 index 00000000..4754f3ec --- /dev/null +++ b/i_entrance/donation/Frame.php @@ -0,0 +1,44 @@ + + + + +
    +
    + 참 여 기 록 +
    + +
    + +
    +
    +
    -
    + + + + + + +
    -
    + +
    +
    +
    순번
    +
    일자
    +
    ID
    +
    이름
    +
    입금자
    +
    닉네임
    +
    금액
    +
    개인누적
    +
    총누적
    +
    +
    +
    +
    diff --git a/i_entrance/donation/Get.php b/i_entrance/donation/Get.php new file mode 100644 index 00000000..357f3399 --- /dev/null +++ b/i_entrance/donation/Get.php @@ -0,0 +1,45 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + $response['donations'] = ''; + + $rs = $DB->Select('NO, ID, NAME, RNAME, SUBNAME, DATE, AMOUNT, CUMUL, TOTAL', 'DONATION', '1 ORDER BY DATE DESC, NO DESC'); + while($DB->HasNext($rs)) { + $donation = $DB->Next($rs); + + $response['donations'] .= " + + + + + + + + + + + "; + } + $response['donations'] .= '
    {$donation['NO']}{$donation['DATE']}{$donation['ID']}{$donation['NAME']}{$donation['RNAME']}{$donation['SUBNAME']}{$donation['AMOUNT']}{$donation['CUMUL']}{$donation['TOTAL']}
    '; + $response['date'] = _Time::DateToday(); + + $response['result'] = 'SUCCESS'; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/donation/Post.php b/i_entrance/donation/Post.php new file mode 100644 index 00000000..eb910fa2 --- /dev/null +++ b/i_entrance/donation/Post.php @@ -0,0 +1,58 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + if($subname == "") { + $rs = $DB->Select('NAME', 'MEMBER', "ID='{$id}'"); + $donator = $DB->Get($rs); + $subname = $donator['NAME']; + } + + $rs = $DB->Select('SUM(AMOUNT) AS CUM', 'DONATION', "ID='{$id}'"); + $donator = $DB->Get($rs); + $cumul = $donator['CUM'] + $amount; + + $rs = $DB->Select('SUM(AMOUNT) AS TOT', 'DONATION'); + $donator = $DB->Get($rs); + $total = $donator['TOT'] + $amount; + + $DB->InsertArray('DONATION', array( + ID => $id, + NAME => $name, + RNAME => $rname, + SUBNAME => $subname, + DATE => $date, + AMOUNT => $amount, + CUMUL => $cumul, + TOTAL => $total + )); + + $response['result'] = 'SUCCESS'; +} + +echo json_encode($response); + +?> diff --git a/i_entrance/donation/Style.css b/i_entrance/donation/Style.css new file mode 100644 index 00000000..2c898d41 --- /dev/null +++ b/i_entrance/donation/Style.css @@ -0,0 +1,178 @@ +@charset "utf-8"; + +#EntranceDonation_00 { + width: 800px; height: 20px; + border: none; + position: absolute; + top: 20px; left: 50%; + margin-left: -400px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ + display: none; + z-index: 2; +} + +#EntranceDonation_0000 { + width: 800px; height: 50px; + position: absolute; top: 0px; left: 0px; +} + +#EntranceDonation_0001 { + width: 100px; height: 30px; + position: absolute; top: 10px; left: 650px; +} + +#EntranceDonation_0002 { + width: 800px; height: 20px; + position: absolute; top: 52px; left: 0px; +} + +#EntranceDonation_000200 { + width: 100px; height: 20px; +} + +#EntranceDonation_0003 { + width: 800px; height: 20px; + position: absolute; top: 74px; left: 0px; + border: none; +} + +#EntranceDonation_000300 { + width: 48px; height: 20px; + float: left; +} + +#EntranceDonation_000301 { + width: 96px; height: 16px; + float: left; +} + +#EntranceDonation_000302 { + width: 96px; height: 16px; + float: left; +} + +#EntranceDonation_000303 { + width: 96px; height: 16px; + float: left; +} + +#EntranceDonation_000304 { + width: 96px; height: 16px; + float: left; +} + +#EntranceDonation_000305 { + width: 96px; height: 16px; + float: left; +} + +#EntranceDonation_000306 { + width: 66px; height: 16px; + float: left; +} + +#EntranceDonation_000307 { + width: 78px; height: 20px; + float: left; +} + +#EntranceDonation_000308 { + width: 100px; height: 20px; + float: left; +} + +#EntranceDonation_0004 { + width: 800px; height: 20px; + position: absolute; top: 96px; left: 0px; + border: none; +} + +#EntranceDonation_000400 { + width: 48px; height: 20px; + float: left; +} + +#EntranceDonation_000401 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_000402 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_000403 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_000404 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_000405 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_000406 { + width: 68px; height: 20px; + float: left; +} + +#EntranceDonation_000407 { + width: 78px; height: 20px; + float: left; +} + +#EntranceDonation_000408 { + width: 98px; height: 20px; + float: left; +} + +#EntranceDonation_0005 { + width: 800px; height: 20px; + position: absolute; top: 118px; left: 0px; + border: none; +} + +#EntranceDonation_000500 { + border: none; +} + +.EntranceDonation_00050000 { + width: 48px; +} + +.EntranceDonation_00050001 { + width: 98px; +} + +.EntranceDonation_00050002 { + width: 98px; +} + +.EntranceDonation_00050003 { + width: 98px; +} + +.EntranceDonation_00050004 { + width: 98px; +} + +.EntranceDonation_00050005 { + width: 98px; +} + +.EntranceDonation_00050006 { + width: 68px; +} + +.EntranceDonation_00050007 { + width: 78px; +} + +.EntranceDonation_00050008 { + width: 98px; +} diff --git a/i_entrance/donation/_common.php b/i_entrance/donation/_common.php new file mode 100644 index 00000000..657d0462 --- /dev/null +++ b/i_entrance/donation/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_entrance/donation/calculatePost.php b/i_entrance/donation/calculatePost.php new file mode 100644 index 00000000..8ded3d01 --- /dev/null +++ b/i_entrance/donation/calculatePost.php @@ -0,0 +1,46 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + //개인누적계산 + $rs = $DB->Select('ID', 'DONATION', '1', 'ID'); + while($DB->HasNext($rs)) { + $donator = $DB->Next($rs); + $cumul = 0; + + $rs2 = $DB->Select('NO, AMOUNT', 'DONATION', "ID='{$donator['ID']}' ORDER BY DATE, NO"); + while($DB->HasNext($rs2)) { + $donation = $DB->Next($rs2); + $cumul += $donation['AMOUNT']; + + $DB->Update('DONATION', "CUMUL='{$cumul}'", "NO='{$donation['NO']}'"); + } + } + + $total = 0; + //총누적계산 + $rs = $DB->Select('NO, AMOUNT', 'DONATION', '1 ORDER BY DATE, NO'); + while($DB->HasNext($rs)) { + $donation = $DB->Next($rs); + $total += $donation['AMOUNT']; + + $DB->Update('DONATION', "TOTAL='{$total}'", "NO='{$donation['NO']}'"); + } + + $response['result'] = 'SUCCESS'; +} + +echo json_encode($response); + +?> diff --git a/i_entrance/enterPost.php b/i_entrance/enterPost.php new file mode 100644 index 00000000..0141e09d --- /dev/null +++ b/i_entrance/enterPost.php @@ -0,0 +1,23 @@ +Select('ID, PW, CONMSG', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$response['id'] = $member['ID']; +$response['pw'] = $member['PW'].md5(rand()%100000000);; +$response['conmsg'] = $member['CONMSG']; + +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/entrance.php b/i_entrance/entrance.php new file mode 100644 index 00000000..90b4f942 --- /dev/null +++ b/i_entrance/entrance.php @@ -0,0 +1,51 @@ + + + + + + + + 서버목록 + + + > + > + + > + > + + + + + + + + + + + + + + + > + + + diff --git a/i_entrance/logoutPost.php b/i_entrance/logoutPost.php new file mode 100644 index 00000000..f9ed1d11 --- /dev/null +++ b/i_entrance/logoutPost.php @@ -0,0 +1,16 @@ +Logout(); + +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/manage/Action.js b/i_entrance/manage/Action.js new file mode 100644 index 00000000..300e93ba --- /dev/null +++ b/i_entrance/manage/Action.js @@ -0,0 +1,159 @@ +function EntranceManage_Import() { +} + +function EntranceManage_Init() { + $("#EntranceManage_0001").click(EntranceManage_Back); + $("#EntranceManage_000603").click(EntranceManage_ChangePw); + $("#EntranceManage_001600").attr("disabled", "true"); + $("#EntranceManage_001601").change(EntranceManage_SelectIcon); + $("#EntranceManage_001602").click(EntranceManage_ChangeIcon); + $("#EntranceManage_001603").click(EntranceManage_DeleteIcon); + $("#EntranceManage_0019").click(EntranceManage_Quit); + + if($.browser.mozilla == true) { + $("#EntranceManage_001601").css("left", "10px"); + } else { + $("#EntranceManage_001600").show(); + } +} + +function EntranceManage_Update() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+MANAGE+W+GET, { + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + EntranceManage_UpdateInfo(response); + Popup_WaitHide(); + } else { + Popup_WaitShow("정보 로드 실패!"); + } + } + ) + }); +} + +function EntranceManage_Back() { + $("#EntranceManage_00").hide(); + $("#Entrance_00").show(); + Entrance_Update(); +} + +function EntranceManage_SelectIcon() { + $("#EntranceManage_001600").val($("#EntranceManage_001601").val()); +} + +function EntranceManage_UpdateInfo(member) { + $("#EntranceManage_0004").text(member.id); + $("#EntranceManage_0008").text(member.name); + $("#EntranceManage_0010").text(member.grade); + $("#EntranceManage_001500").attr("src", member.picture0); + $("#EntranceManage_001501").attr("src", member.picture1); + $("#EntranceManage_0020").html(member.donation); +} + +function EntranceManage_ChangePw() { + var pw = $("#EntranceManage_000600").val(); + var pw1 = $("#EntranceManage_000601").val(); + var pw2 = $("#EntranceManage_000602").val(); + + if(pw.length < 4 || pw.length > 12) { + Popup_Alert("비밀번호 길이가 부적합합니다!", function() { + $("#EntranceManage_000600").val(""); + $("#EntranceManage_000600").focus(); + }); + return false; + } + if(pw1.length < 4 || pw1.length > 12) { + Popup_Alert("비밀번호 길이가 부적합합니다!", function() { + $("#EntranceManage_000601").val(""); + $("#EntranceManage_000601").focus(); + }); + return false; + } + if(pw1 != pw2) { + Popup_Alert("비밀번호가 일치하지 않습니다!", function() { + $("#EntranceManage_000601").val(""); + $("#EntranceManage_000601").focus(); + }); + return false; + } + + Popup_Confirm('정말 실행하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+MANAGE+W+"password"+POST, { + pw: hex_md5(pw+""+pw), + newPw: hex_md5(pw1+""+pw1) + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + $("#EntranceManage_000600").val(""); + $("#EntranceManage_000601").val(""); + $("#EntranceManage_000602").val(""); + }); + } + ) + }) + }); +} + +function EntranceManage_ChangeIcon() { + if($("#EntranceManage_001601").val() == "") { + Popup_Alert("파일을 선택해 주세요!"); + } else { + Popup_Wait(function() { + $("#formIcon").submit(); + }); + } +} + +function EntranceManage_DeleteIcon() { + Popup_Confirm('정말 실행하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+MANAGE+W+"delete"+POST, { + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + EntranceManage_Update(); + }); + } + ) + }) + }); +} + +function EntranceManage_Quit() { + var pw = $("#EntranceManage_000600").val(); + + if(pw.length < 4 || pw.length > 12) { + Popup_Alert("현재 비밀번호를 입력해주세요.", function() { + $("#EntranceManage_000600").val(""); + $("#EntranceManage_000600").focus(); + }); + return false; + } + + Popup_Confirm('정말 탈퇴하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+MANAGE+W+"quit"+POST, { + pw: hex_md5(pw+""+pw) + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitShow(response.msg, function() { + ReplaceFrame(HOME); + }); + } else { + Popup_WaitShow(response.msg, function() { + EntranceManage_Update(); + }); + } + } + ) + }) + }); +} diff --git a/i_entrance/manage/Frame.php b/i_entrance/manage/Frame.php new file mode 100644 index 00000000..70529d7c --- /dev/null +++ b/i_entrance/manage/Frame.php @@ -0,0 +1,56 @@ + + +
    +
    계 정 관 리
    + + +
    회 원 정 보
    + +
    ID
    +
    + +
    비밀번호
    +
    + 현재비번: + 바꿀비번: + 다시입력: + +
    + +
    닉네임
    +
    +
    등급
    +
    + +
    -
    +
    기존 / 신규
    +
    전용아이콘 올리기
    + +
    전용사진
    +
    + + +
    +
    + +
    + +
    + + +
    + +
    도움말
    +
    +
    jpg파일 64 x 64 크기만 가능합니다.
    +서버최적화를 위해 신규에서 기존으로 약 월1회 저장됩니다.
    +브라우저의 임시파일을 삭제하셔야 제대로 나옵니다.
    +새로 캐릭터를 생성할때부터 적용됩니다.
    +탈퇴신청시 1개월간 정보가 보존되며,
    +1개월간 재가입이 불가능합니다.
    +
    +
    +
    +
    diff --git a/i_entrance/manage/Get.php b/i_entrance/manage/Get.php new file mode 100644 index 00000000..e49e8b59 --- /dev/null +++ b/i_entrance/manage/Get.php @@ -0,0 +1,78 @@ +Select('ID, NAME, GRADE, PICTURE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$response['id'] = $member['ID']; +$response['name'] = $member['NAME']; +if($member['GRADE'] == 6) { + $response['grade'] = '운영자'; +} elseif($member['GRADE'] == 5) { + $response['grade'] = '부운영자'; +} elseif($member['GRADE'] == 4) { + $response['grade'] = '특별회원'; +} elseif($member['GRADE'] == 3) { + $response['grade'] = '참여회원'; +} elseif($member['GRADE'] == 2) { + $response['grade'] = '참여회원'; +} elseif($member['GRADE'] == 1) { + $response['grade'] = '일반회원'; +} elseif($member['GRADE'] == 0) { + $response['grade'] = '블럭회원'; +} +if($member['PICTURE'] == '') { + $response['picture0'] = IMAGE.W.'default.jpg'; + $response['picture1'] = IMAGE.W.'default.jpg'; +} else { + $response['picture0'] = IMAGE.W.$member['PICTURE']; + $response['picture1'] = '../d_pic/'.$member['PICTURE']; +} + +$response['donation'] = ''; + +$rs = $DB->Select('DATE, AMOUNT, CUMUL', 'DONATION', "ID='{$member[ID]}'"); +$count = $DB->Count($rs); +if($count > 0) { + $response['donation'] = ' + + + + + + + + + '; + + $i = 1; + while($DB->HasNext($rs)) { + $donation = $DB->Next($rs); + + $response['donation'] .= " + + + + + + + "; + $i++; + } + + $response['donation'] .= ' +
    참 여 기 록
    순번일자금액누적
    {$i}{$donation['DATE']}{$donation['AMOUNT']}{$donation['CUMUL']}
    + '; +} + +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/manage/Style.css b/i_entrance/manage/Style.css new file mode 100644 index 00000000..b9700ad5 --- /dev/null +++ b/i_entrance/manage/Style.css @@ -0,0 +1,199 @@ +@charset "utf-8"; + +#EntranceManage_00 { + width: 500px; height: 409px; + position: absolute; + top: 50px; left: 50%; + margin-left: -256px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ + display: none; + z-index: 2; +} + +#EntranceManage_0000 { + width: 498px; height: 50px; + position: absolute; top: 0px; left: 0px; +} + +#EntranceManage_0001 { + width: 100px; height: 30px; + position: absolute; top: 10px; left: 350px; +} + +#EntranceManage_0002 { + width: 498px; height: 25px; + position: absolute; top: 50px; left: 0px; +} + +#EntranceManage_0003 { + width: 98px; height: 84px; + position: absolute; top: 75px; left: 0px; + line-height: 84px; +} + +#EntranceManage_0004 { + width: 148px; height: 84px; + position: absolute; top: 75px; left: 100px; + line-height: 84px; +} + +#EntranceManage_0005 { + width: 98px; height: 84px; + position: absolute; top: 75px; left: 250px; + line-height: 84px; +} + +#EntranceManage_0006 { + width: 148px; height: 84px; + position: absolute; top: 75px; left: 350px; + text-align: left; +} + +#EntranceManage_000600 { + width: 80px; height: 17px; +} + +#EntranceManage_000601 { + width: 80px; height: 17px; +} + +#EntranceManage_000602 { + width: 80px; height: 17px; +} + +#EntranceManage_000603 { + width: 144px; height: 20px; +} + +#EntranceManage_0007 { + width: 98px; height: 64px; + position: absolute; top: 159px; left: 0px; + line-height: 64px; +} + +#EntranceManage_0008 { + width: 148px; height: 64px; + position: absolute; top: 159px; left: 100px; + line-height: 64px; +} + +#EntranceManage_0009 { + width: 98px; height: 64px; + position: absolute; top: 159px; left: 250px; + line-height: 64px; +} + +#EntranceManage_0010 { + width: 148px; height: 64px; + position: absolute; top: 159px; left: 350px; + line-height: 64px; +} + +#EntranceManage_0011 { + width: 98px; height: 20px; + position: absolute; top: 223px; left: 0px; +} + +#EntranceManage_0012 { + width: 148px; height: 20px; + position: absolute; top: 223px; left: 100px; +} + +#EntranceManage_0013 { + width: 248px; height: 20px; + position: absolute; top: 223px; left: 250px; +} + +#EntranceManage_0014 { + width: 98px; height: 64px; + position: absolute; top: 243px; left: 0px; + line-height: 64px; +} + +#EntranceManage_0015 { + width: 148px; height: 64px; + position: absolute; top: 243px; left: 100px; +} + +#EntranceManage_001500 { + width: 64px; height: 64px; + position: absolute; top: 0px; left: 0px; +} + +#EntranceManage_001501 { + width: 64px; height: 64px; + position: absolute; top: 0px; left: 85px; +} + +#EntranceManage_0016 { + width: 248px; height: 64px; + position: absolute; top: 243px; left: 250px; +} + +#EntranceManage_001600 { + width: 100px; height: 16px; + position: absolute; top: 10px; left: 10px; + display: none; +} + +#EntranceManage_001601 { + width: 70px; height: 20px; + position: absolute; top: 10px; left: 120px; +} + +#EntranceManage_001602 { + width: 85px; height: 20px; + position: absolute; top: 35px; left: 10px; +} + +#EntranceManage_001603 { + width: 85px; height: 20px; + position: absolute; top: 35px; left: 105px; +} + +#EntranceManage_0017 { + width: 98px; height: 100px; + position: absolute; top: 307px; left: 0px; + line-height: 100px; +} + +#EntranceManage_0018 { + width: 398px; height: 100px; + position: absolute; top: 307px; left: 100px; + text-align: left; +} + +#EntranceManage_0019 { + width: 149px; height: 20px; + position: absolute; top: 139px; left: 101px; +} + +#EntranceManage_0020 { + width: 500px; height: 20px; + position: absolute; top: 409px; left: -1px; + border: none; +} + +#EntranceManage_002000 { + width: 500px; + position: absolute; top: 0px; left: 0px; +} + +#EntranceManage_00200000 { + width: 498px; height: 20px; +} + +.EntranceManage_Sequence { + width: 48px; height: 20px; +} + +.EntranceManage_Date { + width: 148px; height: 20px; +} + +.EntranceManage_Amount { + width: 148px; height: 20px; +} + +.EntranceManage_Cumul { + width: 148px; height: 20px; +} diff --git a/i_entrance/manage/_common.php b/i_entrance/manage/_common.php new file mode 100644 index 00000000..657d0462 --- /dev/null +++ b/i_entrance/manage/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_entrance/manage/deletePost.php b/i_entrance/manage/deletePost.php new file mode 100644 index 00000000..c5a7654a --- /dev/null +++ b/i_entrance/manage/deletePost.php @@ -0,0 +1,47 @@ +NoMember()}.jpg"; + +$rs = $DB->Select('ID, PICTURE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$dt = substr($member['PICTURE'], -8); +$rf = date('Ymd'); + +$response['result'] = 'FAIL'; +$response['msg'] = '요청이 올바르지 않습니다!'; +if($dt == $rf) { + //갱신날짜 검사 + $response['msg'] = '1일 1회 변경 가능합니다!'; + $response['result'] = 'FAIL'; +} else { + $DB->Update('MEMBER', "PICTURE='', IMGSVR=0", "NO='{$SESSION->NoMember()}'"); + @unlink($dest); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $rs = $DBS[$i]->Select('IMG', 'game', "NO='1'"); + $game = $DBS[$i]->Get($rs); + if($game['IMG'] > 0) { + // 엔장선택 제외하고 업데이트 + $DBS[$i]->Update('general', "PICTURE='default.jpg', IMGSVR=0", "NPC=0 AND USER_ID='{$member['ID']}'"); + } + } + } + + $response['msg'] = '제거에 성공했습니다!'; + $response['result'] = 'SUCCESS'; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/manage/iconPost.php b/i_entrance/manage/iconPost.php new file mode 100644 index 00000000..5f833275 --- /dev/null +++ b/i_entrance/manage/iconPost.php @@ -0,0 +1,79 @@ +NoMember()}.jpg"; + +$rs = $DB->Select('ID, PICTURE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$dt = substr($member['PICTURE'], -8); +$rf = date('Ymd'); + +$response['result'] = 'FAIL'; +$response['msg'] = '요청이 올바르지 않습니다!'; +if(!is_uploaded_file($image['tmp_name'])) { + //진짜 전송된 파일인지 검증 + $response['msg'] = '업로드가 되지 않았습니다!'; + $response['result'] = 'FAIL'; +} elseif($ext != '.jpg' && $ext != '.JPG') { + //확장자 검사 + $response['msg'] = '잘못된 확장자입니다!'; + $response['result'] = 'FAIL'; +} elseif($image['type'] != 'image/jpg' && $image['type'] != 'image/jpeg' && $image['type'] != 'image/pjpeg') { + //파일종류 검사 + $response['msg'] = 'jpg 파일이 아닙니다!'; + $response['result'] = 'FAIL'; +} elseif($image['size'] > 10000) { + //파일크기 검사 + $response['msg'] = '10kb 이하로 올려주세요!'; + $response['result'] = 'FAIL'; +} elseif($size[0] != 64 || $size[1] != 64) { + //이미지크기 검사 + $response['msg'] = '64x64 크기로 올려주세요!'; + $response['result'] = 'FAIL'; +} elseif($dt == $rf) { + //갱신날짜 검사 + $response['msg'] = '1일 1회 변경 가능합니다!'; + $response['result'] = 'FAIL'; +} else { + //이미지 저장 + if(!move_uploaded_file($image['tmp_name'], $dest)) { + $response['msg'] = '업로드에 실패했습니다!'; + $response['result'] = 'FAIL'; + } else { + $pic = 'pic_'.$SESSION->NoMember().".jpg?={$rf}"; + $DB->Update('MEMBER', "PICTURE='{$pic}', IMGSVR=1", "NO='{$SESSION->NoMember()}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $rs = $DBS[$i]->Select('IMG', 'game', "NO='1'"); + $game = $DBS[$i]->Get($rs); + if($game['IMG'] > 0) { + // 엔장선택 제외하고 업데이트 + $DBS[$i]->Update('general', "PICTURE='{$pic}', IMGSVR=1", "NPC=0 AND USER_ID='{$member['ID']}'"); + } + } + } + + $response['msg'] = '업로드에 성공했습니다!'; + $response['result'] = 'SUCCESS'; + } +} + +sleep(1); + +echo ""; +?> diff --git a/i_entrance/manage/passwordPost.php b/i_entrance/manage/passwordPost.php new file mode 100644 index 00000000..80c52429 --- /dev/null +++ b/i_entrance/manage/passwordPost.php @@ -0,0 +1,39 @@ +Select('ID, PW', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['PW'] != $pw) { + $response['result'] = 'FAIL'; + $response['msg'] = '실패: 현재 비밀번호가 일치하지 않습니다.'; +} else { + $DB->Update('MEMBER', "PW='{$newPw}'", "NO='{$SESSION->NoMember()}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', "PASSWORD='{$newPw}'", "USER_ID='{$member['ID']}'"); + } + } + + $response['result'] = 'SUCCESS'; + $response['msg'] = "정상적으로 비밀번호가 수정되었습니다."; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/manage/quitPost.php b/i_entrance/manage/quitPost.php new file mode 100644 index 00000000..614aa469 --- /dev/null +++ b/i_entrance/manage/quitPost.php @@ -0,0 +1,36 @@ +Select('PW', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['PW'] != $pw) { + $response['result'] = 'FAIL'; + $response['msg'] = '실패: 현재 비밀번호가 일치하지 않습니다.'; +} else { + $DB->UpdateArray('MEMBER', array( + QUIT => 'Y', + REG_DATE=> _Time::DatetimeNow() + ), "NO='{$SESSION->NoMember()}'"); + + + $SESSION->Logout(); + + $response['result'] = 'SUCCESS'; + $response['msg'] = "정상적으로 탈퇴신청 되었습니다."; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/member/Action.js b/i_entrance/member/Action.js new file mode 100644 index 00000000..4281d48f --- /dev/null +++ b/i_entrance/member/Action.js @@ -0,0 +1,85 @@ +function EntranceMember_Import() { +} + +function EntranceMember_Init() { + $("#EntranceMember_0001").click(EntranceMember_Back); + $("#EntranceMember_000201").click(EntranceMember_Order); + + $("#EntranceMember_000601").click(function() { EntranceMember_Post(8); }); + $("#EntranceMember_000602").click(function() { EntranceMember_Post(9); }); + $("#EntranceMember_000603").click(function() { EntranceMember_Post(10); }); + $("#EntranceMember_000604").click(function() { EntranceMember_Post(11); }); + $("#EntranceMember_000605").click(function() { EntranceMember_Post(12); }); + $("#EntranceMember_000606").click(function() { EntranceMember_Post(13); }); + $("#EntranceMember_000607").click(function() { EntranceMember_Post(14); }); + + $("#EntranceMember_000301").click(function() { EntranceMember_Post(0); }); + $("#EntranceMember_000302").click(function() { EntranceMember_Post(1); }); + $("#EntranceMember_000303").click(function() { EntranceMember_Post(2); }); + $("#EntranceMember_000304").click(function() { EntranceMember_Post(3); }); + $("#EntranceMember_000305").click(function() { EntranceMember_Post(4); }); + $("#EntranceMember_000306").click(function() { EntranceMember_Post(5); }); + $("#EntranceMember_000307").click(function() { EntranceMember_Post(6); }); + $("#EntranceMember_000308").click(function() { EntranceMember_Post(7); }); + +} + +function EntranceMember_Update() { + EntranceMember_UpdateMember(0); +} + +function EntranceMember_Back() { + $("#EntranceMember_00").hide(); + + $("#Entrance_00").show(); + Entrance_Update(); +} + +function EntranceMember_Order() { + EntranceMember_UpdateMember($("#EntranceMember_000200").val()); +} + +function EntranceMember_UpdateMember(select) { + Popup_Wait(function() { + GetJSON( + HOME+I+ENTRANCE+W+MEMBER+W+GET, { + select: select + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#EntranceMember_000000").text(response.count); + $("#EntranceMember_000300").html(response.lists); + $("#EntranceMember_0005").html(response.members); + $("#EntranceMember_000600").html(response.state); + Popup_WaitHide(); + } else { + Popup_WaitShow("처리 실패!"); + } + } + ) + }); +} + +function EntranceMember_Post(select) { + var no = $("#EntranceMember_000300").val(); + var sel = $("#EntranceMember_000200").val(); + + Popup_Confirm('정말 실행하시겠습니까?', function() { + Popup_Wait(function() { + PostJSON( + HOME+I+ENTRANCE+W+MEMBER+W+POST, { + select: select, + no: no + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitHide(); + EntranceMember_UpdateMember(sel); + } else { + Popup_WaitShow("처리 실패!"); + } + } + ) + }) + }); +} diff --git a/i_entrance/member/Frame.php b/i_entrance/member/Frame.php new file mode 100644 index 00000000..98878317 --- /dev/null +++ b/i_entrance/member/Frame.php @@ -0,0 +1,74 @@ + + + + +
    +
    + 회 원 정 보 + (0/0) +
    + +
    +
    + + + + + + + +
    +
    + 선택: + + +
    +
    + 선택: + + + + + + + + + +
    +
    +
    순번
    +
    ID
    +
    민번
    +
    닉네임
    +
    IP
    +
    블럭
    +
    최근블럭일
    +
    등록
    +
    최근등록일
    +
    등급
    +
    총참여
    +
    최근참여일
    +
    사진
    +
    SVR
    +
    탈퇴
    +
    +
    +
    +
    diff --git a/i_entrance/member/Get.php b/i_entrance/member/Get.php new file mode 100644 index 00000000..085e5f17 --- /dev/null +++ b/i_entrance/member/Get.php @@ -0,0 +1,90 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + $rs = $DB->Select('ID, CUMUL, DATE', 'DONATION', '1 ORDER BY NO'); + while($DB->HasNext($rs)) { + $donation = $DB->Next($rs); + + $donCumul[$donation['ID']] = $donation['CUMUL']; + $donDate[$donation['ID']] = $donation['DATE']; + } + + $whereStr = ''; + switch($select) { + case 0: $whereStr = '1 ORDER BY NO'; break; + case 1: $whereStr = '1 ORDER BY ID'; break; + case 2: $whereStr = '1 ORDER BY NAME'; break; + case 3: $whereStr = '1 ORDER BY PID'; break; + case 4: $whereStr = '1 ORDER BY IP'; break; + case 5: $whereStr = '1 ORDER BY GRADE DESC'; break; + case 6: $whereStr = '1 ORDER BY REG_NUM DESC'; break; + case 7: $whereStr = '1 ORDER BY REG_DATE DESC'; break; + } + + $response['lists'] = ''; + $response['members'] = ''; + + $rs = $DB->Select('NO, ID, PID, NAME, IP, PICTURE, IMGSVR, GRADE, REG_NUM, REG_DATE, BLOCK_NUM, BLOCK_DATE, QUIT', 'MEMBER', $whereStr); + $count = $DB->Count($rs); + while($DB->HasNext($rs)) { + $member = $DB->Next($rs); + $member['PID'] = substr($member['PID'], 0, 8); + $member['PICTURE'] = substr($member['PICTURE'], -8); + + if($member['GRADE'] == 2) { $member['GRADE'] = "{$member['GRADE']}"; } + if($member['GRADE'] == 3) { $member['GRADE'] = "{$member['GRADE']}"; } + if($member['GRADE'] == 4) { $member['GRADE'] = "{$member['GRADE']}"; } + if($member['GRADE'] == 5) { $member['GRADE'] = "{$member['GRADE']}"; } + if($member['GRADE'] == 6) { $member['GRADE'] = "{$member['GRADE']}"; } + + $response['lists'] .= ""; + + $response['members'] .= " + + + + + + + + + + + + + + + + + "; + } + $response['members'] .= '
    {$member['NO']}{$member['ID']}{$member['PID']}{$member['NAME']}{$member['IP']}{$member['BLOCK_NUM']}{$member['BLOCK_DATE']}{$member['REG_NUM']}{$member['REG_DATE']}{$member['GRADE']}{$donCumul[$member['ID']]}{$donDate[$member['ID']]}{$member['PICTURE']}{$member['IMGSVR']}{$member['QUIT']}
    '; + + $response['count'] = "(0000/{$count})"; + + $rs = $DB->Select('REG, LOGIN', 'SYSTEM', "NO='1'"); + $system = $DB->Get($rs); + + $response['state'] = "가입: {$system['REG']}, 로그인: {$system['LOGIN']}"; + + $response['result'] = 'SUCCESS'; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/member/Post.php b/i_entrance/member/Post.php new file mode 100644 index 00000000..1b503db3 --- /dev/null +++ b/i_entrance/member/Post.php @@ -0,0 +1,121 @@ +Select('GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +if($member['GRADE'] < 6) { + $response['result'] = 'FAIL'; + $response['msg'] = '운영자 권한이 없습니다.'; +} else { + $rs = $DB->Select('ID', 'MEMBER', "NO='{$no}'"); + $member = $DB->Get($rs); + + if($select == 0) { + // 블럭회원 + $DB->Update('MEMBER', 'GRADE=0', "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'USERLEVEL=0', "USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 1) { + // 일반회원 + $DB->Update('MEMBER', 'GRADE=1', "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'USERLEVEL=1', "USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 2) { + // 참여회원 + $DB->Update('MEMBER', 'GRADE=2', "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'USERLEVEL=2', "USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 3) { + // 유효회원 + $DB->Update('MEMBER', 'GRADE=3', "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'USERLEVEL=3', "USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 4) { + // 특별회원 + $DB->Update('MEMBER', 'GRADE=4', "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'USERLEVEL=4', "USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 5) { + // 전콘제거 + $DB->Update('MEMBER', "PICTURE='', IMGSVR=0", "NO='{$no}'"); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', "PICTURE='default.jpg', IMGSVR=0", "NPC=0 AND USER_ID='{$member['ID']}'"); + } + } + } elseif($select == 6) { + // 비번초기화 + $pw = md5('11111111'); + $DB->Update('MEMBER', "PW='{$pw}'", "NO='{$no}'"); + } elseif($select == 7) { + // 회원삭제 + $DB->Delete('MEMBER', "NO='{$no}'"); + } elseif($select == 8) { + // 가입허용 + $DB->Update('SYSTEM', "REG='Y'", "NO='1'"); + } elseif($select == 9) { + // 가입금지 + $DB->Update('SYSTEM', "REG='N'", "NO='1'"); + } elseif($select == 10) { + // 로그인허용 + $DB->Update('SYSTEM', "LOGIN='Y'", "NO='1'"); + } elseif($select == 11) { + // 로그인금지 + $DB->Update('SYSTEM', "LOGIN='N'", "NO='1'"); + } elseif($select == 12) { + // 탈퇴처리(1개월) + $DB->Delete('MEMBER', "QUIT='Y' AND GRADE<'5' AND REG_DATEDelete('MEMBER', "GRADE<'5' AND REG_DATEUpdate('MEMBER', 'IMGSVR=0'); + + for($i=0; $i < $_serverCount; $i++) { + if($SETTINGS[$i]->IsExist()) { + $DBS[$i]->Update('general', 'IMGSVR=0'); + } + } + } + + $response['result'] = 'SUCCESS'; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_entrance/member/Style.css b/i_entrance/member/Style.css new file mode 100644 index 00000000..a115f7c8 --- /dev/null +++ b/i_entrance/member/Style.css @@ -0,0 +1,202 @@ +@charset "utf-8"; + +#EntranceMember_00 { + width: 1100px; height: 20px; + border: none; + position: absolute; + top: 20px; left: 50%; + margin-left: -550px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ + display: none; + z-index: 2; +} + +#EntranceMember_0000 { + width: 1098px; height: 50px; + position: absolute; top: 0px; left: 0px; +} + +#EntranceMember_0001 { + width: 100px; height: 30px; + position: absolute; top: 10px; left: 750px; +} + +#EntranceMember_0006 { + width: 1098px; height: 20px; + position: absolute; top: 52px; left: 0px; +} + +#EntranceMember_000600 { + width: 200px; height: 20px; + position: absolute; top: 0px; left: 0px; + border: 0px; + line-height: 20px; +} + +#EntranceMember_0002 { + width: 1098px; height: 20px; + position: absolute; top: 74px; left: 0px; +} + +#EntranceMember_000200 { + width: 70px; height: 20px; +} + +#EntranceMember_000201 { + width: 50px; height: 20px; +} + +#EntranceMember_0003 { + width: 1098px; height: 20px; + position: absolute; top: 96px; left: 0px; +} + +#EntranceMember_0004 { + width: 1100px; height: 20px; + position: absolute; top: 118px; left: 0px; + border: none; +} + +#EntranceMember_000400 { + width: 38px; height: 20px; + float: left; +} + +#EntranceMember_000401 { + width: 98px; height: 20px; + float: left; +} + +#EntranceMember_000402 { + width: 68px; height: 20px; + float: left; +} + +#EntranceMember_000403 { + width: 88px; height: 20px; + float: left; +} + +#EntranceMember_000404 { + width: 98px; height: 20px; + float: left; +} + +#EntranceMember_000405 { + width: 38px; height: 20px; + float: left; +} + +#EntranceMember_000406 { + width: 138px; height: 20px; + float: left; +} + +#EntranceMember_000407 { + width: 38px; height: 20px; + float: left; +} + +#EntranceMember_000408 { + width: 138px; height: 20px; + float: left; +} + +#EntranceMember_000409 { + width: 38px; height: 20px; + float: left; +} + +#EntranceMember_000410 { + width: 58px; height: 20px; + float: left; +} + +#EntranceMember_000411 { + width: 78px; height: 20px; + float: left; +} + +#EntranceMember_000412 { + width: 88px; height: 20px; + float: left; +} + +#EntranceMember_000413 { + width: 28px; height: 20px; + float: left; +} + +#EntranceMember_000414 { + width: 38px; height: 20px; + float: left; +} + +#EntranceMember_0005 { + width: 1100px; height: 20px; + position: absolute; top: 140px; left: 0px; + border: none; +} + +#EntranceMember_000500 { + border: none; +} + +.EntranceMember_00050000 { + width: 38px; +} + +.EntranceMember_00050001 { + width: 98px; +} + +.EntranceMember_00050002 { + width: 68px; +} + +.EntranceMember_00050003 { + width: 88px; +} + +.EntranceMember_00050004 { + width: 98px; +} + +.EntranceMember_00050005 { + width: 38px; +} + +.EntranceMember_00050006 { + width: 138px; +} + +.EntranceMember_00050007 { + width: 38px; +} + +.EntranceMember_00050008 { + width: 138px; +} + +.EntranceMember_00050009 { + width: 38px; +} + +.EntranceMember_00050010 { + width: 58px; +} + +.EntranceMember_00050011 { + width: 78px; +} + +.EntranceMember_00050012 { + width: 88px; +} + +.EntranceMember_00050013 { + width: 28px; +} + +.EntranceMember_00050014 { + width: 38px; +} diff --git a/i_entrance/member/_common.php b/i_entrance/member/_common.php new file mode 100644 index 00000000..657d0462 --- /dev/null +++ b/i_entrance/member/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_entrance/serverListPost.php b/i_entrance/serverListPost.php new file mode 100644 index 00000000..e601325e --- /dev/null +++ b/i_entrance/serverListPost.php @@ -0,0 +1,154 @@ +Select('ID, GRADE', 'MEMBER', "NO='{$SESSION->NoMember()}'"); +$member = $DB->Get($rs); + +$response['serverCount'] = $_serverCount; +$response['servers'] = ''; +for($i=0; $i < $_serverCount; $i++) { + if(!$SETTINGS[$i]->IsExist()) { + $response['servers'] .= " +
    +

    {$_serverNames[$i]}
    +

    - 폐 쇄 중 -
    +
    +"; +//
    (참여금이 모여 운영비가 마련될수록 많은 서버가 열립니다!) + } else { + $rs = $DBS[$i]->Select('ISUNITED, NPCMODE, YEAR, MONTH, SCENARIO, MAXGENERAL, TURNTERM', 'game', "NO='1'"); + $game = $DBS[$i]->Get($rs); + + $rs = $DBS[$i]->Select('COUNT(*) AS CNT', 'nation', "LEVEL>'0'"); + $nation = $DBS[$i]->Get($rs); + + $rs = $DBS[$i]->Select('COUNT(*) AS CNT', 'general', "NPC<'2'"); + $gen = $DBS[$i]->Get($rs); + + $rs = $DBS[$i]->Select('COUNT(*) AS CNT', 'general', "NPC>='2'"); + $npc = $DBS[$i]->Get($rs); + + unset($me); + $rs = $DBS[$i]->Select('NAME, PICTURE, IMGSVR', 'general', "USER_ID='{$member['ID']}'"); + $me = $DBS[$i]->Get($rs); + + if($game['ISUNITED'] == 2) { $state = "§천하통일§"; } + else { $state = "<{$nation['CNT']}국 경쟁중>"; } + $state = "{$state}"; + + if($me) { $site = "login_process.php"; } + elseif($game['NPCMODE'] == 1) { $site = "selection.php"; } + else { $site = "join.php"; } + + $info = "서기 {$game['YEAR']}년 {$game['MONTH']}월 (".getScenario($game['SCENARIO']).")
    + 유저 : {$gen['CNT']} / {$game['MAXGENERAL']}명 NPC : {$npc['CNT']}명 (".getTurnTerm($game['TURNTERM']).")"; + + if($member['GRADE'] == 0) { + $character = "
    - 계정 블럭 -
    "; + } elseif($_serverLevels[$i] == 2 && $member['GRADE'] < 2) { + $character = "
    - 클로즈 테스트중 -
    "; + } elseif($_serverLevels[$i] == 3 && $member['GRADE'] < 3) { + $character = "
    - 클로즈 테스트중 -
    "; + } elseif($_serverLevels[$i] == 4 && $member['GRADE'] < 4) { + $character = "
    - 클로즈 테스트중 -
    "; + } elseif($_serverLevels[$i] == 5 && $member['GRADE'] < 5) { + $character = "
    - 부운영자 테스트중 -
    "; + } elseif($_serverLevels[$i] >= 6 && $member['GRADE'] < 6) { + $character = "
    - 운영자 테스트중 -
    "; + } elseif($me) { + if($me['PICTURE'] == '') { + $picture = ''; + } else { + if($me['IMGSVR'] == 0) { + $picture = '"; + } else { + $picture = '"; + } + } + + $character = " +
    {$picture}
    +
    {$me['NAME']}
    + +"; + } elseif($gen['CNT'] >= $game['MAXGENERAL']) { + $character = "
    - 장수 등록 마감 -
    "; + } else { + $character = "
    - 미 등 록 -
    "; + if($game['NPCMODE'] == 1) { + $character .= ""; + $character .= ""; + } else { + $character .= ""; + } + } + + $response['servers'] .= " +
    +

    {$_serverNames[$i]}
    {$state}
    +

    {$info}
    + {$character} +
    +"; + } +} + +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +function getScenario($scenario) { + switch($scenario) { + case 0: $str = "공백지모드"; break; + case 1: $str = "역사모드1 : 184년 황건적의 난"; break; + case 2: $str = "역사모드2 : 190년 반동탁연합"; break; + case 3: $str = "역사모드3 : 194년 군웅할거"; break; + case 4: $str = "역사모드4 : 196년 황제는 허도로"; break; + case 5: $str = "역사모드5 : 200년 관도대전"; break; + case 6: $str = "역사모드6 : 202년 원가의 분열"; break; + case 7: $str = "역사모드7 : 207년 적벽대전"; break; + case 8: $str = "역사모드8 : 213년 익주 공방전"; break; + case 9: $str = "역사모드9 : 219년 삼국정립"; break; + case 10: $str = "역사모드10 : 225년 칠종칠금"; break; + case 11: $str = "역사모드11 : 228년 출사표"; break; + + case 12: $str = "IF모드1 : 191년 백마장군의 위세"; break; + + case 20: $str = "가상모드1 : 180년 영웅 난무"; break; + case 21: $str = "가상모드1 : 180년 영웅 집결"; break; + case 22: $str = "가상모드2 : 179년 훼신 집결"; break; + case 23: $str = "가상모드3 : 180년 영웅 시대"; break; + case 24: $str = "가상모드4 : 180년 결사항전"; break; + case 25: $str = "가상모드5 : 180년 영웅독존"; break; + case 26: $str = "가상모드6 : 180년 무풍지대"; break; + case 27: $str = "가상모드7 : 180년 가요대잔치"; break; + case 28: $str = "가상모드8 : 180년 확산성 밀리언 아서"; break; + default: $str = "시나리오?"; break; + } + return $str; +} + +function getTurnTerm($term) { + switch($term) { + case 0: $str = "120분 턴 서버"; break; + case 1: $str = "60분 턴 서버"; break; + case 2: $str = "30분 턴 서버"; break; + case 3: $str = "20분 턴 서버"; break; + case 4: $str = "10분 턴 서버"; break; + case 5: $str = "5분 턴 서버"; break; + case 6: $str = "2분 턴 서버"; break; + case 7: $str = "1분 턴 서버"; break; + } + return $str; +} + +?> + diff --git a/i_login/Action.js b/i_login/Action.js new file mode 100644 index 00000000..12331acc --- /dev/null +++ b/i_login/Action.js @@ -0,0 +1,114 @@ +function Login_Import() { + ImportAction(HOME+I+LOGIN+W+FINDPW+W+ACTION); + ImportAction(HOME+I+LOGIN+W+JOIN+W+ACTION); + + LoginFindpw_Import(); + LoginJoin_Import(); +} + +function Login_Init() { + LoginFindpw_Init(); + LoginJoin_Init(); + + $(".Login_Bbs").click(function() { window.open('/bbs'); }); + $(".Login_Free").click(function() { window.open('/bbs/bbs/board.php?bo_table=0free'); }); + $(".Login_News").click(function() { window.open('/bbs/bbs/board.php?bo_table=1news'); }); + $(".Login_Reference").click(function() { window.open('/bbs/bbs/board.php?bo_table=2reference'); }); + $(".Login_Patch").click(function() { window.open('/bbs/bbs/board.php?bo_table=3patch'); }); + $(".Login_Donation").click(function() { window.open('/bbs/bbs/board.php?bo_table=4donation'); }); + $(".Login_Tutorial").click(function() { window.open('../i_other/help.php'); }); + $(".Login_Emperior").click(function() { window.open('../che/a_emperior.php'); }); + $(".Login_Traffic").click(function() { window.open('../che/a_traffic.php'); }); + + $("#Login_00010007").focus(Login_DefaultConMsg); + + $("#Login_00010008").click(Login_Findpw); + $("#Login_00010009").click(Login_Join); + $("#Login_00010010").click(Login_Login); + $("#Login_00010013").click(function() { window.open('../i_other/help.php'); }); + $("#Login_00010014").click(function() { window.open('../i_other/screenshot.php'); }); + + $("#Login_00010003").keypress(Login_Enter); + $("#Login_00010005").keypress(Login_Enter); + $("#Login_00010007").keypress(Login_Enter); +} + +function Login_Enter(e) { + if(e.keyCode == 13) { + Login_Login(); + } +} + +function Login_Update() { + $("#Login_00010003").val(""); + $("#Login_00010005").val(""); + $("#Login_00010007").val(""); + + $("#Login_00010003").focus(); +} + +function Login_DefaultConMsg() { + $("#Login_00010007").val("자택"); +} + +function Login_Login() { + var id = $("#Login_00010003").val(); + var pw = $("#Login_00010005").val(); + var token = $("#token_login").val(); + var conmsg = $("#Login_00010007").val(); + + if(id.length == 0) { + Popup_Alert("ID를 입력해주세요!", function() { + $("#Login_00010003").focus(); + }); + return; + } + + if(pw.length == 0) { + Popup_Alert("PW를 입력해주세요!", function() { + $("#Login_00010005").focus(); + }); + return; + } + + if(conmsg.length == 0) { + Popup_Alert("접속장소를 입력해주세요!", function() { + $("#Login_00010007").focus(); + }); + return; + } + + pw = hex_md5(pw+""+pw)+""+hex_md5(token); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+POST, { + id: id, + pw: pw, + conmsg: conmsg + }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + Popup_WaitHide(); + ReplaceFrame(HOME); + } else { + Popup_WaitShow(response.msg, function() { + $("#Login_00010010").focus(); + }); + } + } + ) + }); +} + +function Login_Findpw() { + $("#Login_00").hide(); + $("#LoginFindpw_00").show(); + LoginFindpw_Update(); +} + +function Login_Join() { + $("#Login_00").hide(); + $("#LoginJoin_00").show(); + LoginJoin_Update(); +} diff --git a/i_login/Frame.php b/i_login/Frame.php new file mode 100644 index 00000000..47c04175 --- /dev/null +++ b/i_login/Frame.php @@ -0,0 +1,95 @@ +Select('REG, LOGIN', 'SYSTEM', "NO='1'"); +$system = $DB->Get($rs); +?> + + + + +
    + +
    심의
    + +
    + +
    +
    + +
    + + +
    +
    +
    삼모전 유기체서버
    +
    통합관리
    +
    ID 
    + +
    PW 
    + + +
    접속장소 
    + + + + '; +} else { + echo ' + + '; +} +?> + + '; +} else { + echo ' + + '; +} +?> + + +
    ※체섭은 맑은고딕체를 권장합니다.
    + + +
    +
    +
    삼국지 모의전투 유기체서버
    +제작자 : 유기체(jwh1807@gmail.com)
    +
    +
    + +
    diff --git a/i_login/Post.php b/i_login/Post.php new file mode 100644 index 00000000..c5152787 --- /dev/null +++ b/i_login/Post.php @@ -0,0 +1,54 @@ +Select('NO, GRADE, QUIT', 'MEMBER', "ID='{$id}' AND PW='{$pw}'"); +if($DB->Count($rs) == 1) { + $member = $DB->Get($rs); + + if($member['QUIT'] != 'Y') { + $rs = $DB->Select('LOGIN', 'SYSTEM', "NO='1'"); + $system = $DB->Get($rs); + + if($system['LOGIN'] == Y || $member['GRADE'] >= 5) { + $SESSION->Login($member['NO']); + $DB->Update('MEMBER', "CONMSG='{$conmsg}', IP='{$_SERVER['REMOTE_ADDR']}'", "NO='{$member['NO']}'"); + + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '로그인 실패! 현재는 로그인이 금지되어있습니다.'; + } + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '탈퇴 신청중인 계정입니다!'; + } +} else { + $response['result'] = 'FAIL'; + $response['msg'] = '로그인 실패! ID, PW를 확인해주세요.'; +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/Style.css b/i_login/Style.css new file mode 100644 index 00000000..fa98024d --- /dev/null +++ b/i_login/Style.css @@ -0,0 +1,136 @@ +@charset "utf-8"; + +@import url("findpw/Style.css"); +@import url("join/Style.css"); + +#Login_00 { + width: 1024px; height: 815px; + position: absolute; top: 0px; left: 50%; + margin-left: -512px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ +} + +.Login_TopBottomButtons { + width: 1024px; height: 20px; +} + +.Login_TopBottomButton { + width: 113px; height: 20px; + float: left; + background-color: #225500; + font-weight: bold; +} + +#Login_0000 { + width: 52px; height: 52px; + position: absolute; top: 30px; left: 10px; + border: 1px solid white; +} + +#Login_0002 { + width: 160px; height: 600px; + position: absolute; top: 100px; left: -170px; +} + +#Login_0003 { + width: 160px; height: 600px; + position: absolute; top: 100px; left: 1034px; +} + +#Login_0001 { + width: 1024px; height: 768px; + background-color: black; background-position: center; background-repeat: no-repeat; +} + +#Login_000100 { + width: 350px; height: 230px; + position: absolute; left: 337px; top: 269px; +} + +#Login_00010000 { + width: 173px; + float: left; +} + +#Login_00010001 { + width: 173px; + float: left; +} + +#Login_00010002 { + width: 104px; + float: left; + text-align: right; +} + +#Login_00010003 { + width: 92px; + float: left; +} + +#Login_00010004 { + width: 50px; + float: left; + text-align: right; +} + +#Login_00010005 { + width: 92px; + float: left; +} + +#Login_00010006 { + width: 104px; + float: left; + text-align: right; +} + +#Login_00010007 { + width: 240px; + float: left; +} + +#Login_00010008 { + width: 50px; height: 50px; + float: left; +} + +#Login_00010009 { + width: 100px; height: 50px; + float: left; +} + +#Login_00010010 { + width: 200px; height: 50px; + float: left; +} + +#Login_00010011 { + width: 348px; height: 60px; + float: left; +} + +#Login_00010012 { + width: 348px; height: 20px; + float: left; +} + +#Login_00010013 { + width: 150px; height: 30px; + float: left; +} + +#Login_00010014 { + width: 200px; height: 30px; + float: left; +} + +.Login_Alert { + text-align: right; + color: cyan; +} + +#Login_000101 { + width: 280px; height: 40px; + position: absolute; left: 700px; top: 720px; + padding-top: 10px; +} diff --git a/i_login/_common.php b/i_login/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/i_login/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_login/findpw/Action.js b/i_login/findpw/Action.js new file mode 100644 index 00000000..28131bde --- /dev/null +++ b/i_login/findpw/Action.js @@ -0,0 +1,297 @@ +var LoginFindpw_idChecked = 0; +var LoginFindpw_pidChecked = 0; +var LoginFindpw_emailChecked = 0; +var LoginFindpw_emailVerified = 0; + +function LoginFindpw_Import() { +} + +function LoginFindpw_Init() { + $(".LoginFindpw_back").click(LoginFindpw_Back); + $("#LoginFindpw_000601").click(LoginFindpw_CheckId); + $("#LoginFindpw_001402").click(LoginFindpw_CheckPid); + $("#LoginFindpw_002001").click(LoginFindpw_CheckEmail); + $("#LoginFindpw_002300").click(LoginFindpw_SendCode); + $("#LoginFindpw_002302").click(LoginFindpw_VerifyCode); + + $("#LoginFindpw_000600").keydown(LoginFindpw_InvalidateId); + $("#LoginFindpw_001400").keydown(LoginFindpw_InvalidatePid); + $("#LoginFindpw_001401").keydown(LoginFindpw_InvalidatePid); + $("#LoginFindpw_002000").keydown(LoginFindpw_InvalidateEmail); + + $("#LoginFindpw_002800").click(function() { LoginFindpw_Findpw(); }); + $("#LoginFindpw_002900").click(function() { LoginFindpw_Update(); }); +} + +function LoginFindpw_Update() { + LoginFindpw_UpdateRegisteredCount(); + + $("#LoginFindpw_000600").val(""); + $("#LoginFindpw_001400").val(""); + $("#LoginFindpw_001401").val(""); + $("#LoginFindpw_002000").val(""); + $("#LoginFindpw_002301").val(""); + + LoginFindpw_InvalidateId(); + LoginFindpw_InvalidatePid(); + LoginFindpw_InvalidateEmail(); + LoginFindpw_InvalidateCode(); + + $("#LoginFindpw_000600").focus(); +} + +function LoginFindpw_UpdateRegisteredCount() { + GetJSON( + HOME+I+LOGIN+W+FINDPW+W+GET, { }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#LoginFindpw_000100").text(response.registeredCount); + } + } + ); +} + +function LoginFindpw_Back() { + $("#LoginFindpw_00").hide(); + + $("#Login_00").show(); + Login_Update(); +} + +function LoginFindpw_InvalidateId() { + LoginFindpw_EnableCheckId(); +} + +function LoginFindpw_InvalidatePid() { + LoginFindpw_EnableCheckPid(); +} + +function LoginFindpw_InvalidateEmail() { + LoginFindpw_EnableCheckEmail(); + LoginFindpw_InvalidateCode(); +} + +function LoginFindpw_InvalidateCode() { + LoginFindpw_DisableSendCode(0); + LoginFindpw_DisableVerifyCode(0); + LoginFindpw_emailVerified = 0; +} + +function LoginFindpw_CheckId() { + LoginFindpw_Check(0); +} + +function LoginFindpw_CheckPid() { + LoginFindpw_Check(1); +} + +function LoginFindpw_CheckEmail() { + LoginFindpw_Check(2); +} + +function LoginFindpw_SendCode() { + var email = $("#LoginFindpw_002000").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+FINDPW+W+"sendCode"+POST, { + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginFindpw_DisableSendCode(1); + LoginFindpw_EnableVerifyCode(); + $("#LoginFindpw_002301").val(""); + $("#LoginFindpw_002301").focus(); + } else { + } + }) + } + ) + }); +} + +function LoginFindpw_VerifyCode() { + var email = $("#LoginFindpw_002000").val(); + var code = $("#LoginFindpw_002301").val(); + + if(code.length < 6) { + Popup_Alert("인증코드는 6자리입니다!", function() { + $("#LoginFindpw_002301").val(""); + $("#LoginFindpw_002301").focus(); + }); + return false; + } else if(code.length == 6) { + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+FINDPW+W+"verifyCode"+POST, { + email: email, + code: code + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginFindpw_DisableVerifyCode(1); + LoginFindpw_emailVerified = 1; + } else { + $("#LoginFindpw_002301").val(""); + $("#LoginFindpw_002301").focus(); + } + }) + } + ) + }); + } +} + +function LoginFindpw_Check(type) { + var id = $("#LoginFindpw_000600").val(); + var pid1 = $("#LoginFindpw_001400").val(); + var pid2 = $("#LoginFindpw_001401").val(); + var email = $("#LoginFindpw_002000").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+FINDPW+W+"check"+POST, { + type: type, + id: id, + pid1: pid1, + pid2: pid2, + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + switch(response.type) { + case "0": + LoginFindpw_DisableCheckId(); + break; + case "1": + LoginFindpw_DisableCheckPid(); + break; + case "2": + LoginFindpw_DisableCheckEmail(); + LoginFindpw_EnableSendCode(); + break; + } + } + }) + } + ) + }); +} + +function LoginFindpw_Findpw() { + if(LoginFindpw_FindpwTest() == false) { + return; + } + + var id = $("#LoginFindpw_000600").val(); + var pid1 = $("#LoginFindpw_001400").val(); + var pid2 = $("#LoginFindpw_001401").val(); + var email = $("#LoginFindpw_002000").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+FINDPW+W+POST, { + id: id, + pid1: pid1, + pid2: pid2, + name: name, + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginFindpw_Back(); + } else { + LoginFindpw_Update(); + } + }); + } + ) + }); +} + +function LoginFindpw_FindpwTest() { + if(LoginFindpw_idChecked + LoginFindpw_pidChecked + LoginFindpw_emailChecked + LoginFindpw_emailVerified < 4) { + Popup_Alert("4가지 확인을 해주세요!"); + return false; + } + return true; +} + +function LoginFindpw_EnableCheckId() { + LoginFindpw_idChecked = 0; + $("#LoginFindpw_000601").val("아이디 존재 확인"); + $("#LoginFindpw_000601").removeAttr("disabled"); + $("#LoginFindpw_000601").css("color", "white"); +} + +function LoginFindpw_DisableCheckId() { + LoginFindpw_idChecked = 1; + $("#LoginFindpw_000601").val("확인 완료"); + $("#LoginFindpw_000601").attr("disabled", true); + $("#LoginFindpw_000601").css("color", "gray"); +} + +function LoginFindpw_EnableCheckPid() { + LoginFindpw_pidChecked = 0; + $("#LoginFindpw_001402").val("생년월일 존재 확인"); + $("#LoginFindpw_001402").removeAttr("disabled"); + $("#LoginFindpw_001402").css("color", "white"); +} + +function LoginFindpw_DisableCheckPid() { + LoginFindpw_pidChecked = 1; + $("#LoginFindpw_001402").val("확인 완료"); + $("#LoginFindpw_001402").attr("disabled", true); + $("#LoginFindpw_001402").css("color", "gray"); +} + +function LoginFindpw_EnableCheckEmail() { + LoginFindpw_emailChecked = 0; + $("#LoginFindpw_002001").val("이메일 존재 확인"); + $("#LoginFindpw_002001").removeAttr("disabled"); + $("#LoginFindpw_002001").css("color", "white"); +} + +function LoginFindpw_DisableCheckEmail() { + LoginFindpw_emailChecked = 1; + $("#LoginFindpw_002001").val("확인 완료"); + $("#LoginFindpw_002001").attr("disabled", true); + $("#LoginFindpw_002001").css("color", "gray"); +} + +function LoginFindpw_EnableSendCode() { + $("#LoginFindpw_002300").val("인증번호 전송"); + $("#LoginFindpw_002300").removeAttr("disabled"); + $("#LoginFindpw_002300").css("color", "white"); +} + +function LoginFindpw_DisableSendCode(type) { + if(type == 0) { + $("#LoginFindpw_002300").val("인증번호 전송"); + } else { + $("#LoginFindpw_002300").val("전송 완료"); + } + $("#LoginFindpw_002300").attr("disabled", true); + $("#LoginFindpw_002300").css("color", "gray"); +} + +function LoginFindpw_EnableVerifyCode() { + $("#LoginFindpw_002302").val("인증번호 확인"); + $("#LoginFindpw_002302").removeAttr("disabled"); + $("#LoginFindpw_002302").css("color", "white"); +} + +function LoginFindpw_DisableVerifyCode(type) { + if(type == 0) { + $("#LoginFindpw_002302").val("인증번호 확인"); + } else { + $("#LoginFindpw_002302").val("확인 완료"); + } + $("#LoginFindpw_002302").attr("disabled", true); + $("#LoginFindpw_002302").css("color", "gray"); +} diff --git a/i_login/findpw/Frame.php b/i_login/findpw/Frame.php new file mode 100644 index 00000000..0c0d7484 --- /dev/null +++ b/i_login/findpw/Frame.php @@ -0,0 +1,45 @@ + + +
    +
    비 번 찾 기
    +
    전체 회원 수 : 0
    +
    인증 완료되면 비번이 1111로 변경됩니다.
    +
    비번 초기화
    +
    ID 
    +
    + + +
    +
    생년월일-성별 
    +
    + + + +
    +
    + 인증을 위한 이메일 주소를 입력해주세요.
    + 가입시 입력했던 인증메일을 수신할 주소입니다.
    + 메일인증을 하지 않으면 비번변경이 불가능합니다. +
    +
    이메일 
    +
    + + (64글자 이내) +
    +
    + 인증을 위한 인증번호를 입력해주세요.
    + 인증번호전송을 누르고 메일을 확인하세요.
    + 번호를 확인하여 입력후 인증확인을 누르세요. +
    +
    이메일 인증 
    +
    + + + +
    +
    +
    +
    +
    diff --git a/i_login/findpw/Get.php b/i_login/findpw/Get.php new file mode 100644 index 00000000..41a0e26f --- /dev/null +++ b/i_login/findpw/Get.php @@ -0,0 +1,15 @@ +Select('COUNT(*) AS CNT', 'MEMBER'); + +$registeredCount = $DB->Get($rs); +$response['registeredCount'] = $registeredCount['CNT']; +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/findpw/Post.php b/i_login/findpw/Post.php new file mode 100644 index 00000000..49cc58bf --- /dev/null +++ b/i_login/findpw/Post.php @@ -0,0 +1,123 @@ +Select('ID', 'MEMBER', "ID='{$id}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '없는 아이디입니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckPID($pid1, $pid2); +if($err == 3) { + $response['result'] = 'FAIL'; + $response['msg'] = '잘못된 주민번호 입니다!'; +} elseif($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '숫자가 아닙니다!'; +} elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '입력이 충분치 않습니다!'; +} elseif($err == 0) { + $rs = $DB->Select('PID', 'MEMBER', "ID='{$id}' AND PID='{$pid}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '아이디에 맞지 않는 주민번호입니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckEmail($email); +if($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일이 올바르지 않습니다!'; +} elseif($err == 0) { + $rs = $DB->Select('EMAIL', 'MEMBER', "ID='{$id}' AND EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '아이디에 맞지 않는 이메일입니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$rs = $DB->Select('VERIFIED', 'EMAIL', "EMAIL='{$email}'"); +$count = $DB->Count($rs); +if($count != 1) { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 에 대한 인증정보가 없습니다! 운영자에게 문의해보세요!'; +} else { + $res = $DB->Get($rs); + if($res['VERIFIED'] == 1) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 에 대한 인증이 되지 않았습니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +// 비밀번호 변경 +$pw = md5('11111111'); +$DB->Update('MEMBER', "PW='{$pw}'", "ID='{$id}'"); + +$response['result'] = 'SUCCESS'; +$response['msg'] = "정상적으로 비번이 변경되었습니다. ID: {$id}"; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/findpw/Style.css b/i_login/findpw/Style.css new file mode 100644 index 00000000..378796ac --- /dev/null +++ b/i_login/findpw/Style.css @@ -0,0 +1,178 @@ +@charset "utf-8"; + +#LoginFindpw_00 { + width: 800px; height: 851px; + position: absolute; top: 0px; left: 50%; + margin-left: -400px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ + display: none; + z-index: 2; +} + +#LoginFindpw_0000 { + width: 800px; height: 50px; + float: left; +} + +.LoginFindpw_back { + height: 30px; +} + +#LoginFindpw_0001 { + width: 800px; height: 15px; + float: left; +} + +#LoginFindpw_0002 { + width: 800px; height: 30px; + float: left; + color: red; font-size: 20px; font-weight: bold; +} + +#LoginFindpw_0003 { + width: 800px; height: 25px; + float: left; + font-size: 20px; font-weight: bold; +} + +#LoginFindpw_0005 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginFindpw_0006 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginFindpw_000600 { + width: 100px; height: 16px; + float: left; +} + +#LoginFindpw_000601 { + width: 120px; height: 20px; + float: left; +} + +#LoginFindpw_0013 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginFindpw_0014 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginFindpw_001400 { + width: 100px; height: 16px; + float: left; +} + +#LoginFindpw_001401 { + width: 20px; height: 16px; + float: left; +} + +#LoginFindpw_001402 { + width: 120px; height: 20px; + float: left; +} + +#LoginFindpw_0018 { + width: 800px; height: 50px; + float: left; +} + +#LoginFindpw_0019 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginFindpw_0020 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginFindpw_002000 { + width: 100px; height: 16px; + float: left; +} + +#LoginFindpw_002001 { + width: 120px; height: 20px; + float: left; +} + +#LoginFindpw_0021 { + width: 800px; height: 50px; + float: left; +} + +#LoginFindpw_0022 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginFindpw_0023 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginFindpw_002300 { + width: 100px; height: 20px; + float: left; +} + +#LoginFindpw_002301 { + width: 50px; height: 16px; + float: left; +} + +#LoginFindpw_002302 { + width: 100px; height: 20px; + float: left; +} + +#LoginFindpw_0028 { + width: 398px; height: 30px; + float: left; +} + +#LoginFindpw_002800 { + width: 120px; height: 30px; +} + +#LoginFindpw_0029 { + width: 398px; height: 30px; + float: left; +} + +#LoginFindpw_002900 { + width: 120px; height: 30px; +} + +#LoginFindpw_0030 { + width: 800px; height: 30px; + float: left; +} + +.LoginFindpw_notice { + color: cyan; + font-size: 15px; + font-weight: bold; +} + +.LoginFindpw_alert { + color: red; + font-size: 15px; + font-weight: bold; +} diff --git a/i_login/findpw/_common.php b/i_login/findpw/_common.php new file mode 100644 index 00000000..657d0462 --- /dev/null +++ b/i_login/findpw/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_login/findpw/checkPost.php b/i_login/findpw/checkPost.php new file mode 100644 index 00000000..f5dd75c9 --- /dev/null +++ b/i_login/findpw/checkPost.php @@ -0,0 +1,85 @@ +Select('ID', 'MEMBER', "ID='{$id}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '존재하는 아이디입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '없는 아이디입니다! 운영자에게 문의해보세요!'; + } + } +} elseif($type == 1) { + $err = _Validation::CheckPID($pid1, $pid2); + if($err == 3) { + $response['result'] = 'FAIL'; + $response['msg'] = '잘못된 주민번호 입니다!'; + } elseif($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '숫자가 아닙니다!'; + } elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '입력이 충분치 않습니다!'; + } elseif($err == 0) { + $rs = $DB->Select('PID', 'MEMBER', "ID='{$id}' AND PID='{$pid}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '맞는 주민번호입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '아이디에 맞지 않는 주민번호입니다! 운영자에게 문의해보세요!'; + } + } +} elseif($type == 2) { + $err = _Validation::CheckEmail($email); + if($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일이 올바르지 않습니다!'; + } elseif($err == 0) { + $rs = $DB->Select('EMAIL', 'MEMBER', "ID='{$id}' AND EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count == 1) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '맞는 이메일입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '아이디에 맞지 않는 이메일입니다! 운영자에게 문의해보세요!'; + } + } +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/findpw/sendCodePost.php b/i_login/findpw/sendCodePost.php new file mode 100644 index 00000000..315e5059 --- /dev/null +++ b/i_login/findpw/sendCodePost.php @@ -0,0 +1,49 @@ +Send($email, 'Auth code from 62che.com', "인증번호: {$code}"); + + if($res['result'] != 0) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일전송이 실패: '.$res['msg']; + } else { + $rs = $DB->Select('EMAIL', 'EMAIL', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count > 0) { + $DB->Delete('EMAIL', "EMAIL='{$email}'"); + } + $DB->InsertArray('EMAIL', array( + EMAIL => $email, + CODE => $code, + VERIFIED=> 0, + REG_DATE=> _Time::DatetimeNow() + )); + + $response['result'] = 'SUCCESS'; + $response['msg'] = $email.'로 인증번호가 전송되었습니다. 이메일을 확인하세요.'; + } +} + +//sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/findpw/verifyCodePost.php b/i_login/findpw/verifyCodePost.php new file mode 100644 index 00000000..8c375ac4 --- /dev/null +++ b/i_login/findpw/verifyCodePost.php @@ -0,0 +1,48 @@ +Select('CODE', 'EMAIL', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + + if($count == 0) { + $response['result'] = 'FAIL'; + $response['msg'] = '인증번호 전송 내역이 없습니다.'; + } elseif($count == 1) { + $result = $DB->Get($rs); + + if($result['CODE'] != $code) { + $response['result'] = 'FAIL'; + $response['msg'] = '인증번호가 일치하지 않습니다.'; + } else { + $DB->UpdateArray('EMAIL', array( + VERIFIED=> 1, + VRF_DATE=> _Time::DatetimeNow() + ), "EMAIL='{$email}'"); + + $response['result'] = 'SUCCESS'; + $response['msg'] = '인증번호가 확인되었습니다.'; + } + } +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/join/Action.js b/i_login/join/Action.js new file mode 100644 index 00000000..29c76332 --- /dev/null +++ b/i_login/join/Action.js @@ -0,0 +1,356 @@ +var LoginJoin_idChecked = 0; +var LoginJoin_pidChecked = 0; +var LoginJoin_nameChecked = 0; +var LoginJoin_emailChecked = 0; +var LoginJoin_emailVerified = 0; + +function LoginJoin_Import() { +} + +function LoginJoin_Init() { + $(".LoginJoin_back").click(LoginJoin_Back); + $("#LoginJoin_000601").click(LoginJoin_CheckId); + $("#LoginJoin_001402").click(LoginJoin_CheckPid); + $("#LoginJoin_001701").click(LoginJoin_CheckName); + $("#LoginJoin_002001").click(LoginJoin_CheckEmail); + $("#LoginJoin_002300").click(LoginJoin_SendCode); + $("#LoginJoin_002302").click(LoginJoin_VerifyCode); + + $("#LoginJoin_000600").keydown(LoginJoin_InvalidateId); + $("#LoginJoin_001400").keydown(LoginJoin_InvalidatePid); + $("#LoginJoin_001401").keydown(LoginJoin_InvalidatePid); + $("#LoginJoin_001700").keydown(LoginJoin_InvalidateName); + $("#LoginJoin_002000").keydown(LoginJoin_InvalidateEmail); + + $("#LoginJoin_002800").click(function() { LoginJoin_Join(); }); + $("#LoginJoin_002900").click(function() { LoginJoin_Update(); }); +} + +function LoginJoin_Update() { + LoginJoin_UpdateRegisteredCount(); + + $("#LoginJoin_000600").val(""); + $("#LoginJoin_000900").val(""); + $("#LoginJoin_001100").val(""); + $("#LoginJoin_001400").val(""); + $("#LoginJoin_001401").val(""); + $("#LoginJoin_001700").val(""); + $("#LoginJoin_002000").val(""); + $("#LoginJoin_002301").val(""); + $("#LoginJoin_002700").attr("checked", false); + + LoginJoin_InvalidateId(); + LoginJoin_InvalidatePid(); + LoginJoin_InvalidateName(); + LoginJoin_InvalidateEmail(); + LoginJoin_InvalidateCode(); + + $("#LoginJoin_000600").focus(); +} + +function LoginJoin_UpdateRegisteredCount() { + GetJSON( + HOME+I+LOGIN+W+JOIN+W+GET, { }, + function(response, textStatus) { + if(response.result == "SUCCESS") { + $("#LoginJoin_000100").text(response.registeredCount); + } + } + ); +} + +function LoginJoin_Back() { + $("#LoginJoin_00").hide(); + + $("#Login_00").show(); + Login_Update(); +} + +function LoginJoin_InvalidateId() { + LoginJoin_EnableCheckId(); +} + +function LoginJoin_InvalidatePid() { + LoginJoin_EnableCheckPid(); +} + +function LoginJoin_InvalidateName() { + LoginJoin_EnableCheckName(); +} + +function LoginJoin_InvalidateEmail() { + LoginJoin_EnableCheckEmail(); + LoginJoin_InvalidateCode(); +} + +function LoginJoin_InvalidateCode() { + LoginJoin_DisableSendCode(0); + LoginJoin_DisableVerifyCode(0); + LoginJoin_emailVerified = 0; +} + +function LoginJoin_CheckId() { + LoginJoin_Check(0); +} + +function LoginJoin_CheckPid() { + LoginJoin_Check(1); +} + +function LoginJoin_CheckName() { + LoginJoin_Check(2); +} + +function LoginJoin_CheckEmail() { + LoginJoin_Check(3); +} + +function LoginJoin_SendCode() { + var email = $("#LoginJoin_002000").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+JOIN+W+"sendCode"+POST, { + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginJoin_DisableSendCode(1); + LoginJoin_EnableVerifyCode(); + $("#LoginJoin_002301").val(""); + $("#LoginJoin_002301").focus(); + } else { + } + }) + } + ) + }); +} + +function LoginJoin_VerifyCode() { + var email = $("#LoginJoin_002000").val(); + var code = $("#LoginJoin_002301").val(); + + if(code.length < 6) { + Popup_Alert("인증코드는 6자리입니다!", function() { + $("#LoginJoin_002301").val(""); + $("#LoginJoin_002301").focus(); + }); + return false; + } else if(code.length == 6) { + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+JOIN+W+"verifyCode"+POST, { + email: email, + code: code + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginJoin_DisableVerifyCode(1); + LoginJoin_emailVerified = 1; + } else { + $("#LoginJoin_002301").val(""); + $("#LoginJoin_002301").focus(); + } + }) + } + ) + }); + } +} + +function LoginJoin_Check(type) { + var id = $("#LoginJoin_000600").val(); + var pid1 = $("#LoginJoin_001400").val(); + var pid2 = $("#LoginJoin_001401").val(); + var name = $("#LoginJoin_001700").val(); + var email = $("#LoginJoin_002000").val(); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+JOIN+W+"check"+POST, { + type: type, + id: id, + pid1: pid1, + pid2: pid2, + name: name, + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + switch(response.type) { + case "0": + LoginJoin_DisableCheckId(); + break; + case "1": + LoginJoin_DisableCheckPid(); + break; + case "2": + LoginJoin_DisableCheckName(response.name); + break; + case "3": + LoginJoin_DisableCheckEmail(); + LoginJoin_EnableSendCode(); + break; + } + } + }) + } + ) + }); +} + +function LoginJoin_Join() { + if(LoginJoin_JoinTest() == false) { + return; + } + + var id = $("#LoginJoin_000600").val(); + var pw = $("#LoginJoin_000900").val(); + var token = $("#token_join").val(); + var pid1 = $("#LoginJoin_001400").val(); + var pid2 = $("#LoginJoin_001401").val(); + var name = $("#LoginJoin_001700").val(); + var email = $("#LoginJoin_002000").val(); + + pw = hex_md5(pw+""+pw)+""+hex_md5(token); + + Popup_Wait(function() { + PostJSON( + HOME+I+LOGIN+W+JOIN+W+POST, { + id: id, + pw: pw, + pid1: pid1, + pid2: pid2, + name: name, + email: email + }, + function(response, textStatus) { + Popup_WaitShow(response.msg, function() { + if(response.result == "SUCCESS") { + LoginJoin_Back(); + } else { + LoginJoin_Update(); + } + }); + } + ) + }); +} + +function LoginJoin_JoinTest() { + if($("#LoginJoin_002700").is(":checked") == false) { + Popup_Alert("주의사항을 읽으시고 동의하시는 분만 삼모전을 사용하실수 있습니다!"); + return false; + } + + if(LoginJoin_idChecked + LoginJoin_pidChecked + LoginJoin_nameChecked + LoginJoin_emailChecked + LoginJoin_emailVerified < 5) { + Popup_Alert("5가지 확인을 해주세요!"); + return false; + } + + var pw1 = $("#LoginJoin_000900").val(); + var pw2 = $("#LoginJoin_001100").val(); + + if(pw1.length < 4 || pw1.length > 12) { + Popup_Alert("비밀번호 길이가 부적합합니다!"); + return false; + } + if(pw1 != pw2) { + Popup_Alert("비밀번호가 일치하지 않습니다!"); + return false; + } + return true; +} + +function LoginJoin_EnableCheckId() { + LoginJoin_idChecked = 0; + $("#LoginJoin_000601").val("아이디 중복 확인"); + $("#LoginJoin_000601").removeAttr("disabled"); + $("#LoginJoin_000601").css("color", "white"); +} + +function LoginJoin_DisableCheckId() { + LoginJoin_idChecked = 1; + $("#LoginJoin_000601").val("확인 완료"); + $("#LoginJoin_000601").attr("disabled", true); + $("#LoginJoin_000601").css("color", "gray"); +} + +function LoginJoin_EnableCheckPid() { + LoginJoin_pidChecked = 0; + $("#LoginJoin_001402").val("생년월일 확인"); + $("#LoginJoin_001402").removeAttr("disabled"); + $("#LoginJoin_001402").css("color", "white"); +} + +function LoginJoin_DisableCheckPid() { + LoginJoin_pidChecked = 1; + $("#LoginJoin_001402").val("확인 완료"); + $("#LoginJoin_001402").attr("disabled", true); + $("#LoginJoin_001402").css("color", "gray"); +} + +function LoginJoin_EnableCheckName() { + LoginJoin_nameChecked = 0; + $("#LoginJoin_001701").val("닉네임 중복 확인"); + $("#LoginJoin_001701").removeAttr("disabled"); + $("#LoginJoin_001701").css("color", "white"); +} + +function LoginJoin_DisableCheckName(name) { + LoginJoin_nameChecked = 1; + $("#LoginJoin_001701").val("확인 완료"); + $("#LoginJoin_001701").attr("disabled", true); + $("#LoginJoin_001701").css("color", "gray"); + $("#LoginJoin_001700").val(name); +} + +function LoginJoin_EnableCheckEmail() { + LoginJoin_emailChecked = 0; + $("#LoginJoin_002001").val("이메일 중복 확인"); + $("#LoginJoin_002001").removeAttr("disabled"); + $("#LoginJoin_002001").css("color", "white"); +} + +function LoginJoin_DisableCheckEmail() { + LoginJoin_emailChecked = 1; + $("#LoginJoin_002001").val("확인 완료"); + $("#LoginJoin_002001").attr("disabled", true); + $("#LoginJoin_002001").css("color", "gray"); +} + +function LoginJoin_EnableSendCode() { + $("#LoginJoin_002300").val("인증번호 전송"); + $("#LoginJoin_002300").removeAttr("disabled"); + $("#LoginJoin_002300").css("color", "white"); +} + +function LoginJoin_DisableSendCode(type) { + if(type == 0) { + $("#LoginJoin_002300").val("인증번호 전송"); + } else { + $("#LoginJoin_002300").val("전송 완료"); + } + $("#LoginJoin_002300").attr("disabled", true); + $("#LoginJoin_002300").css("color", "gray"); +} + +function LoginJoin_EnableVerifyCode() { + $("#LoginJoin_002302").val("인증번호 확인"); + $("#LoginJoin_002302").removeAttr("disabled"); + $("#LoginJoin_002302").css("color", "white"); +} + +function LoginJoin_DisableVerifyCode(type) { + if(type == 0) { + $("#LoginJoin_002302").val("인증번호 확인"); + } else { + $("#LoginJoin_002302").val("확인 완료"); + } + $("#LoginJoin_002302").attr("disabled", true); + $("#LoginJoin_002302").css("color", "gray"); +} diff --git a/i_login/join/Frame.php b/i_login/join/Frame.php new file mode 100644 index 00000000..e39144bf --- /dev/null +++ b/i_login/join/Frame.php @@ -0,0 +1,92 @@ +주민번호는 중복가입 방지와 허위정보 방지를 위한 용도로만 사용되며, +생년은 통계정보 등에 사용되며, 뒷자리는 다른용도로 악용될 수 없도록 암호화됩니다. +게임물등급위원회의 정책에 따라 연령제한을 위해 주민번호 입력이 필요합니다. +주민번호 도용시 주민등록법 제21조 제2항 9호에 따라 처벌될 수 있습니다.
    +*/ + +?> + +
    +
    회 원 가 입
    +
    전체 회원 수 : 0
    +
    6개월간 플레이 하지 않은 일반 계정은 삭제됩니다.
    +
    계정 생성
    +
    아이디는 4~12자의 영문소문자 숫자 또는 조합된 문자열이어야 합니다!
    +
    ID 
    +
    + + +
    +
    비밀번호는 4~12자의 영문자나 숫자 또는 조합된 문자열이어야 합니다!
    암호화되어서 운영자도 알 수 없으므로 주의해 주세요!
    +
    비밀번호 
    +
    +
    비밀번호 확인 
    +
    + +
    +
    생년월일과 성별은 유저 구분을 위한 보조 용도와 통계정보 등에 사용됩니다.
    +진짜 본인의 생년월일을 입력해주셔야, 아이디 복구나 암호 초기화시 불이익을 당하지 않습니다.
    +주민번호 사용 불가로 인해 셧다운 제도 적용이 불가능하므로,
    +본인이 청소년이라면 스스로의 의지로 셧다운 제도를 준수하실 것을 권고합니다.
    +
    +
    생년월일-성별 
    +
    + + + (남자: 1, 여자: 2) +
    +
    + 삼모전에서 주로 사용할 장수명을 입력해주세요.
    + 한번 가입하면 영구회원이므로 운영자가 알아볼 수 있는 평소 닉네임을 써주세요.
    + 일반 특수문자는 무시됩니다. +
    +
    닉네임 
    +
    + + (6글자 이내) +
    +
    + 인증을 위한 이메일 주소를 입력해주세요.
    + 가입완료를 위한 인증메일을 수신할 주소입니다. 메일인증을 하지 않으면 로그인이 불가능합니다.
    + 메일주소를 주의해서 입력해주세요! @gmail.com, @naver.com, @hanmail.net
    +
    +
    이메일 
    +
    + + (64글자 이내) +
    +
    + 인증을 위한 인증번호를 입력해주세요.
    + 인증번호전송을 누르고 메일을 확인하세요.
    + 번호를 확인하여 입력후 인증확인을 누르세요. +
    +
    이메일 인증 
    +
    + + + +
    +
    필 독
    +
    + 접속을 6개월간 하지 않는 계정은 삭제됩니다.
    + 한 사람의 유저가 다수의 계정을 등록을 하는것은 멀티이며 엄중히 처리되니 양심껏 1개만 등록하시길 바랍니다.
    + 멀티 등록이 적발될 시에는 운영자 임의대로 캐릭터를 블럭하게 됩니다. 블럭된 캐릭터는 24시간 후 삭제되면 재등록 가능합니다.
    + 계정이 삭제되는것은 아니며, 해당 서버의 캐릭터만 삭제되게 됩니다.
    + 블럭시에는 24시간후에 로그인하여 캐릭터 생성만 다시 하시면 됩니다.
    + 악의적으로 멀티를 계속 시도하는 경우는 영구ip블럭이 될 수 있습니다.
    + 멀티 검사는 관리자가 일일이 검사를 합니다. +
    +
    + 반드시 게시판의 이용 약관을 읽어보셔야 합니다.
    + 약관을 지키지 않는 유저의 경우 임의의 조치를 받으실 수 있습니다.
    + 접속장소를 적지 않는 것은 블럭해도 이의 없다는 것에 동의하는 것입니다. +
    +
    위의 주의사항을 모두 읽었으며 동의합니다.
    +
    +
    +
    +
    diff --git a/i_login/join/Get.php b/i_login/join/Get.php new file mode 100644 index 00000000..41a0e26f --- /dev/null +++ b/i_login/join/Get.php @@ -0,0 +1,15 @@ +Select('COUNT(*) AS CNT', 'MEMBER'); + +$registeredCount = $DB->Get($rs); +$response['registeredCount'] = $registeredCount['CNT']; +$response['result'] = 'SUCCESS'; + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/join/Post.php b/i_login/join/Post.php new file mode 100644 index 00000000..29255cee --- /dev/null +++ b/i_login/join/Post.php @@ -0,0 +1,179 @@ +Select('REG', 'SYSTEM', "NO='1'"); +$system = $DB->Get($rs); + +if($system['REG'] != 'Y') { + $response['result'] = 'FAIL'; + $response['msg'] = '현재는 가입이 금지되어있습니다!'; +} else { + $response['result'] = 'SUCCESS'; +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckID($id); +if($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '영어 소문자와 숫자만 입력 가능합니다!'; +} elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '4~12글자로 입력해주세요.'; +} elseif($err == 0) { + $rs = $DB->Select('ID', 'MEMBER', "ID='{$id}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '이미 가입된 아이디입니다! 로그인을 시도해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckBirth($pid1, $pid2); +//$err = _Validation::CheckPID($pid1, $pid2); +if($err == 3) { + $response['result'] = 'FAIL'; + $response['msg'] = '잘못된 생년월일 입니다!'; +} elseif($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '숫자가 아닙니다!'; +} elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '입력이 충분치 않습니다!'; +} elseif($err == 0) { + $response['result'] = 'SUCCESS'; +/* + $rs = $DB->Select('PID', 'MEMBER', "PID='{$pid}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '이미 가입된 주민번호입니다! 운영자에게 문의해보세요!'; + } +*/ +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckName($name); +if($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '닉네임이 올바르지 않습니다!'; +} elseif($err == 0) { + $rs = $DB->Select('NAME', 'MEMBER', "NAME='{$name}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $name.' 은(는) 이미 존재하는 닉네임입니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$err = _Validation::CheckEmail($email); +if($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일이 올바르지 않습니다!'; +} elseif($err == 0) { + $rs = $DB->Select('EMAIL', 'MEMBER', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 은(는) 이미 존재하는 이메일입니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +$response['result'] = 'FAIL'; +$rs = $DB->Select('VERIFIED', 'EMAIL', "EMAIL='{$email}'"); +$count = $DB->Count($rs); +if($count != 1) { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 에 대한 인증정보가 없습니다! 운영자에게 문의해보세요!'; +} else { + $res = $DB->Get($rs); + if($res['VERIFIED'] == 1) { + $response['result'] = 'SUCCESS'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 에 대한 인증이 되지 않았습니다! 운영자에게 문의해보세요!'; + } +} + +if($response['result'] != 'SUCCESS') { + echo json_encode($response); + exit(0); +} + +// 멤버 등록 +$DB->InsertArray('MEMBER', array( + ID => $id, + PW => $pw, + PID => $pid, + NAME => $name, + EMAIL => $email, + IP => $_SERVER['REMOTE_ADDR'], + GRADE => 1, + REG_DATE => _Time::DatetimeNow() +)); + +$response['result'] = 'SUCCESS'; +$response['msg'] = "정상적으로 회원 가입되었습니다. ID: {$id}"; + +sleep(1); +echo json_encode($response); + +?> \ No newline at end of file diff --git a/i_login/join/Style.css b/i_login/join/Style.css new file mode 100644 index 00000000..b1095596 --- /dev/null +++ b/i_login/join/Style.css @@ -0,0 +1,280 @@ +@charset "utf-8"; + +#LoginJoin_00 { + width: 800px; height: 851px; + position: absolute; top: 0px; left: 50%; + margin-left: -400px; /* DIV박스 크기의 1/2로 마진을 잡아줍니다. */ + display: none; + z-index: 2; +} + +#LoginJoin_0000 { + width: 800px; height: 50px; + float: left; +} + +.LoginJoin_back { + height: 30px; +} + +#LoginJoin_0001 { + width: 800px; height: 15px; + float: left; +} + +#LoginJoin_0002 { + width: 800px; height: 30px; + float: left; + color: red; font-size: 20px; font-weight: bold; +} + +#LoginJoin_0003 { + width: 800px; height: 25px; + float: left; + font-size: 20px; font-weight: bold; +} + +#LoginJoin_0004 { + width: 800px; height: 15px; + float: left; +} + +#LoginJoin_0005 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0006 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_000600 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_000601 { + width: 120px; height: 20px; + float: left; +} + +#LoginJoin_0007 { + width: 800px; height: 30px; + float: left; +} + +#LoginJoin_0008 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0009 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_000900 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_0010 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0011 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_001100 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_0012 { + width: 800px; height: 65px; + float: left; +} + +#LoginJoin_0013 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0014 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_001400 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_001401 { + width: 20px; height: 16px; + float: left; +} + +#LoginJoin_001402 { + width: 120px; height: 20px; + float: left; +} + +#LoginJoin_0015 { + width: 800px; height: 50px; + float: left; +} + +#LoginJoin_0016 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0017 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_001700 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_001701 { + width: 120px; height: 20px; + float: left; +} + +#LoginJoin_0018 { + width: 800px; height: 50px; + float: left; +} + +#LoginJoin_0019 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0020 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_002000 { + width: 100px; height: 16px; + float: left; +} + +#LoginJoin_002001 { + width: 120px; height: 20px; + float: left; +} + +#LoginJoin_0021 { + width: 800px; height: 50px; + float: left; +} + +#LoginJoin_0022 { + width: 398px; height: 20px; + float: left; + text-align: right; +} + +#LoginJoin_0023 { + width: 398px; height: 20px; + float: left; + text-align: left; +} + +#LoginJoin_002300 { + width: 100px; height: 20px; + float: left; +} + +#LoginJoin_002301 { + width: 50px; height: 16px; + float: left; +} + +#LoginJoin_002302 { + width: 100px; height: 20px; + float: left; +} + +#LoginJoin_0024 { + width: 800px; height: 35px; + float: left; + color: red; font-size: 30px; font-weight: bold; +} + +#LoginJoin_0025 { + width: 800px; height: 110px; + float: left; +} + +#LoginJoin_0026 { + width: 800px; height: 60px; + float: left; + color: cyan; font-size: 15px; font-weight: bold; +} + +#LoginJoin_0027 { + width: 800px; height: 20px; + float: left; +} + +#LoginJoin_002700 { + width: 15px; height: 15px; +} + +#LoginJoin_0028 { + width: 398px; height: 30px; + float: left; +} + +#LoginJoin_002800 { + width: 120px; height: 30px; +} + +#LoginJoin_0029 { + width: 398px; height: 30px; + float: left; +} + +#LoginJoin_002900 { + width: 120px; height: 30px; +} + +#LoginJoin_0030 { + width: 800px; height: 30px; + float: left; +} + +.LoginJoin_notice { + color: cyan; + font-size: 15px; + font-weight: bold; +} + +.LoginJoin_alert { + color: red; + font-size: 15px; + font-weight: bold; +} diff --git a/i_login/join/_common.php b/i_login/join/_common.php new file mode 100644 index 00000000..657d0462 --- /dev/null +++ b/i_login/join/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_login/join/checkPost.php b/i_login/join/checkPost.php new file mode 100644 index 00000000..60d166b2 --- /dev/null +++ b/i_login/join/checkPost.php @@ -0,0 +1,119 @@ +Select('REG', 'SYSTEM', "NO='1'"); +$system = $DB->Get($rs); + +if($system['REG'] != 'Y') { + $response['result'] = 'FAIL'; + $response['msg'] = '현재는 가입이 금지되어있습니다!'; +} else { + if($type == 0) { + $err = _Validation::CheckID($id); + if($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '영어 소문자와 숫자만 입력 가능합니다!'; + } elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '4~12글자로 입력해주세요.'; + } elseif($err == 0) { + $rs = $DB->Select('ID', 'MEMBER', "ID='{$id}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '사용할 수 있는 아이디입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '이미 가입된 아이디입니다! 로그인을 시도해보세요!'; + } + } + } elseif($type == 1) { + $err = _Validation::CheckBirth($pid1, $pid2); +// $err = _Validation::CheckPID($pid1, $pid2); + if($err == 3) { + $response['result'] = 'FAIL'; + $response['msg'] = '잘못된 생년월일 입니다!'; + } elseif($err == 2) { + $response['result'] = 'FAIL'; + $response['msg'] = '숫자가 아닙니다!'; + } elseif($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '입력이 충분치 않습니다!'; + } elseif($err == 0) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '사용할 수 있는 생년월일입니다. ^^'; +/* + $rs = $DB->Select('PID', 'MEMBER', "PID='{$pid}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + $response['msg'] = '사용할 수 있는 주민번호입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = '이미 가입된 주민번호입니다! 운영자에게 문의해보세요!'; + } +*/ + } + } elseif($type == 2) { + $err = _Validation::CheckName($name); + if($err >= 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '닉네임이 올바르지 않습니다!'." ($err)"; + } elseif($err == 0) { + $rs = $DB->Select('NAME', 'MEMBER', "NAME='{$name}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + $response['name'] = $name; + $response['msg'] = $name.' 은(는) 사용할 수 있는 닉네임입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $name.' 은(는) 이미 존재하는 닉네임입니다! 운영자에게 문의해보세요!'; + } + } + } elseif($type == 3) { + $err = _Validation::CheckEmail($email); + if($err == 1) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일이 올바르지 않습니다!'; + } elseif($err == 0) { + $rs = $DB->Select('EMAIL', 'MEMBER', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count == 0) { + $response['result'] = 'SUCCESS'; + $response['msg'] = $email.' 은(는) 사용할 수 있는 이메일입니다. ^^'; + } else { + $response['result'] = 'FAIL'; + $response['msg'] = $email.' 은(는) 이미 존재하는 이메일입니다! 운영자에게 문의해보세요!'; + } + } + } +} + +sleep(1); +echo json_encode($response); + +?> \ No newline at end of file diff --git a/i_login/join/sendCodePost.php b/i_login/join/sendCodePost.php new file mode 100644 index 00000000..0ca0c68f --- /dev/null +++ b/i_login/join/sendCodePost.php @@ -0,0 +1,49 @@ +Send($email, 'Auth code from 62che.com', "인증번호: {$code}"); + + if($res['result'] != 0) { + $response['result'] = 'FAIL'; + $response['msg'] = '이메일전송이 실패: '.$res['msg']; + } else { + $rs = $DB->Select('EMAIL', 'EMAIL', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + if($count > 0) { + $DB->Delete('EMAIL', "EMAIL='{$email}'"); + } + $DB->InsertArray('EMAIL', array( + EMAIL => $email, + CODE => $code, + VERIFIED=> 0, + REG_DATE=> _Time::DatetimeNow() + )); + + $response['result'] = 'SUCCESS'; + $response['msg'] = $email.'로 인증번호가 전송되었습니다. 이메일을 확인하세요.'; + } +} + +//sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/join/verifyCodePost.php b/i_login/join/verifyCodePost.php new file mode 100644 index 00000000..8c375ac4 --- /dev/null +++ b/i_login/join/verifyCodePost.php @@ -0,0 +1,48 @@ +Select('CODE', 'EMAIL', "EMAIL='{$email}'"); + $count = $DB->Count($rs); + + if($count == 0) { + $response['result'] = 'FAIL'; + $response['msg'] = '인증번호 전송 내역이 없습니다.'; + } elseif($count == 1) { + $result = $DB->Get($rs); + + if($result['CODE'] != $code) { + $response['result'] = 'FAIL'; + $response['msg'] = '인증번호가 일치하지 않습니다.'; + } else { + $DB->UpdateArray('EMAIL', array( + VERIFIED=> 1, + VRF_DATE=> _Time::DatetimeNow() + ), "EMAIL='{$email}'"); + + $response['result'] = 'SUCCESS'; + $response['msg'] = '인증번호가 확인되었습니다.'; + } + } +} + +sleep(1); +echo json_encode($response); + +?> diff --git a/i_login/login.php b/i_login/login.php new file mode 100644 index 00000000..89026b10 --- /dev/null +++ b/i_login/login.php @@ -0,0 +1,50 @@ + + + + + + + + 로그인 + + + > + > + + > + > + + + + + + + + + + + + + + + > + + + diff --git a/i_other/_common.php b/i_other/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/i_other/_common.php @@ -0,0 +1,8 @@ + diff --git a/i_other/help.php b/i_other/help.php new file mode 100644 index 00000000..25c8efcd --- /dev/null +++ b/i_other/help.php @@ -0,0 +1,782 @@ + + + + + + + 튜토리얼 + + + + + + + + +
    도 움 말
    + + + + + + + + + + + +
    ;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='시작하기' onclick=location.replace('help.php?category=0')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='회원가입' onclick=location.replace('help.php?category=1')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='접속관리' onclick=location.replace('help.php?category=2')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='캐릭터생성' onclick=location.replace('help.php?category=3')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='명령입력' onclick=location.replace('help.php?category=4')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='인터페이스' onclick=location.replace('help.php?category=5')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='일반장수' onclick=location.replace('help.php?category=6')>;color:white;width:123px;height:50px;font-weight:bold;font-size:13; value='FAQ' onclick=location.replace('help.php?category=7')>
    + + + + + + + + + + +
    시 작 하 기
    +◈ 본 튜토리얼은 『삼국지 모의전투』(이하 삼모전) 『유기체서버』(이하 체섭)를 처음 접하시는 초보 유저(이하 뉴비)분들을 위한 길잡이입니다^^ 위에서부터 아래로 읽어나가며 따라하다보면 금방 뉴비신세는 벗어날 수 있답니다~ 세부사항은 『레퍼런스 게시판』을 참고하시면 됩니다! 그럼 시작해볼까요?
    +
    +◈ 우선 예약턴제 전략 웹게임인 『체섭』의 컨셉 & 모토를 이해해봅시다.

    +
    +/help_01_01.jpg class=leftFloat> +『웹게임』이란?
    +  온라인게임과 달리 특별한 프로그램 설치 없이도 인터넷 브라우저상에서 바로 즐길 수 있는 게임들을 칭합니다. 그렇기 때문에 어딜가든 인터넷이 되는 곳이라면 언제든지 접속해서 플레이가 가능합니다. 심지어 모바일기기(휴대폰, PMP)에서도 가능합니다!
    +
    +『예약턴제 전략 웹게임』?
    +  『갱신』(새로고침)에 의해 새로운 정보가 나오고, 또한 실행할 명령을 예약하고 실시간으로 명령이 진행되는 독특한 개념의 게임입니다.
    +
    +  미리 자신이 예약해둔 명령에 따라 본인이 접속하고 있지 않더라도 게임의 진행에 따라서 턴이 실행되는 특성으로 인해 가끔씩 접속하여 턴만 예약(이하 예턴)하는 것만으로도 플레이가 가능하므로 하루종일 게임에 얽매일 필요가 없고 플레이가 간단합니다.
    +
    +  멍청한 컴퓨터와 대결하는 일반적인 전략게임과 달리 경쟁하는 상대가 모두 실제 사람이므로 치열한 두뇌싸움이 펼쳐지므로 흥미진진합니다.
    +
    +  앞선 설명처럼, 시간투자가 적고 플레이가 간단하면서도 다양한 전략대결의 특징을 가지는 체섭은 바쁜 현대인들에게 적합한 게임입니다. 실제로 대다수의 유저들이 고등학생, 대학생, 직장인, 자영업자로 이루어져 있습니다.
    +
    +  체섭 입문을 권유하는 분들이 항상 하는 말씀 : 하루 5분 투자만으로도 가능한 게임!
    +
    +/help_01_03.jpg class=rightFloat> +『삼국지 모의전투』?
    +  동양인들이 열광하는 중국 삼국시대(서기 184년~280년)를 배경으로 하여, 유저 자신이 한명의 장수가 되어 다른 장수들과 각축을 벌이며 중원에서 활약하는 게임입니다.
    +
    +  여러국가들의 혈전 중에, 약하거나 정책이 실패한 국가들은 좌초되고 최후까지 살아남아 중국 전토를 통일(이하 천통)하는 국가가 황제국으로서 인정받고 왕조일람에 영원히 기억됩니다.
    +
    +  통일 후에는 다시 초기상태로 돌아가(이하 리셋) 새로운 기수를 시작하게 됩니다. 일반적으로 1기수는 1개월 정도가 소요됩니다.
    +
    +어떤 재미로 삼모전을 하나요?
    +  멍청한 컴퓨터와 대결하며 혼자 플레이하는 전략게임에 흥미를 잃은 전략가들은 체섭에서의 전략 대결이 결코 녹록치 않음을 느끼고 치열한 두뇌싸움에 열중하게 될겁니다!
    +
    +  일반 MMORPG에서 길드장, 혈맹장을 즐겨 하신분들이라면 체섭에서의 수뇌부나 군주를 하면서 휘하 장수들을 거느리며 통솔하는 것에서 재미를 찾을 수 있을지도 모릅니다!
    +
    +/help_01_02.jpg class=leftFloat> +  힘들이지 않고 여유롭게, 캐릭터를 육성하거나 전투하는 재미를 찾을 수 있습니다!
    +
    +  온라인 게임을 하면서도 뭔지 모르게 외롭다거나, 심심하거나, 멍때리며 칼질만 하는 당신을 발견했다면... 삼모전만의 매력인 IRC 채팅(공개채널, 국가채널 등)을 즐기며 여유로운 게임을 겸해보세요! 몇시간이 훌쩍 지나는 것을 체험할 수 있습니다!
    +
    +◈ 이정도면 기본적인 웹게임과 삼모전의 개념을 이해하실 수 있으리라 생각합니다. 그럼 이제 본격적인 게임을 배워볼까요?
    +
    + + + + + + + + + + +
    회 원 가 입
    +◈ 회원 가입을 해봅시다!
    +
    +/help_02_01.jpg class=leftFloat> +  아직 회원가입을 하지 않았다면 계정생성을 눌러봅시다.
    +
    +  원하는 ID를 입력합니다.
    +
    +  원하는 PW를 입력합니다.
    +
    +  확인을 위해 다시한번 PW를 입력합니다.
    +
    +/help_02_02.jpg class=rightFloat> +  비밀번호는 가입하는 순간 암호화되어 저장되므로 운영자도 알 수 없습니다. 그래서 비밀번호 찾기 기능이 없지요. 비밀번호를 잊었을 경우, 운영자에게 요청하여 초기화는 가능합니다. 안심하셔도 좋습니다.
    +
    +  주민등록번호를 입력합니다.
    +
    +  주민등록번호는 중복계정 방지와 악성유저 방지를 위한 목적입니다. 주민등록번호는 가입 즉시 뒷자리가 암호화되어 저장되므로 개인정보 도용의 위험이 없습니다. 통계정보를 위해 생년월일과 성별만 기록합니다. 남의 주민번호를 도용하지 맙시다
    +
    +  닉네임을 입력합니다.
    +
    +  닉네임이란 게임 내에서 사용되는 캐릭터 이름이 아닙니다. 단지 온라인에서 본인의 이름처럼 사용할 수 있는 것이면 됩니다. 그냥 평소 온라인에서 즐겨 쓰는 닉네임을 사용하시면 좋습니다. IRC 등에서 본인을 나타낼 수있는 목적으로 충분합니다. 참고로 운영자는 유기체라는 닉네임을 사용합니다^^
    +
    +  필독사항을 읽고 동의란에 체크를 합니다.
    +
    +  웹게임에서는 1인이 다중계정을 사용하는것을 엄격히 금하고 있습니다. 주로 IP를 대상으로 검사하므로, 한 가정에서 형/동생, 기숙사, 도서관 등 공공장소라면 주의하셔야 합니다.
    +
    +  회원가입을 누릅니다.
    +
    +◈ 이제 회원가입이 완료되었습니다. 플레이하러 가볼까요?
    +
    + + + + + + + + + + +
    접 속 관 리
    +◈ 웹게임에서 로그인은 굉장히 중요한 부분입니다. 잘 읽어주세요~
    +
    +/help_03_01.jpg class=leftFloat> +  로그인하는 순간 IP같은 몇가지 접속 정보가 서버에 기록됩니다. 특히 공공장소에서 접속 장소를 명시하지 않고 접속하는 경우, 멀티로 판단되어 캐릭터가 블럭되는 경우가 있으므로 주의해주세요!
    +
    +  한 가정에서 형과 동생, 직장에서 직장 동료들과 함께 플레이하는 경우는 특히 접속장소를 잘 적어주세요.
    +
    + 예시) 자택/형, 삼모대학 도서관, 62사단 사지방 등
    +
    +

    /help_03_02.jpg> +/help_03_03.jpg> +/help_03_04.jpg>

    +  위처럼, 한 IP에서 여러명이 접속해야하는 경우는 항상 멀티후보로 분류되므로 조심해야 합니다. 동생이 형의 계정으로 접속하여 대신 명령을 해준다든지(이하 대턴입력) 하는 등의 행동은 여러가지 분석정보에 의해서 적발될 수 있습니다.
    +
    +  한 IP에서 다수가 접속해야 하는 경우는 정황판단에 의해서 언제든지 블럭대상이 될 수 있음을 명심하시고, 블럭당할시에 이의제기는 받지 않습니다. 그만큼 확실히 멀티나 대턴이 확실하다고 판단되는 경우를 적발합니다.
    +
    +  실수로 접속장소를 제대로 적지 못하고 로그인 한 경우, 즉시 로그아웃하고 다시 로그인하시면 됩니다.
    +
    +◈ 자, 이제 가입시 기록했던 정보로 로그인을 해봅시다.
    +
    + + + + + + + + + + +
    캐 릭 터 생 성 & 계 정 관 리
    +◈ 각 서버의 특징을 알아봅시다.
    +
    +/help_04_01.jpg class=leftFloat> +  온라인 게임을 해보셨다면 익숙한 서버 선택 화면입니다. 체섭은 크게 유저들만 활동하는 메이져 서버인 체섭과 NPC들과 어울릴 수 있는 마이너 서버인 퀘풰퉤훼섭으로 분류됩니다. 마이너 서버들은 본래 테스트 서버 목적이므로 언제든지 리셋, 폐쇄될 수 있습니다.
    +
    +  체섭은 180년에 모두 공백지인 상태에서 유저들끼리 경쟁하는 가장 기본적인 방법의 삼모전입니다. 활동 유저도 가장 많고 그만큼 치열합니다. 대신 눈에 띄는 활약을 했다면 『명예의 전당』과 『왕조일람』에 그 명성을 영원히 남길 수 있습니다!
    +
    +  퀘섭은 실제 역사 상황에 실존하던 장수들이 되어볼 수 있습니다! 제갈량이 되어 국가 정책을 세워봅시다! 관우가 되어서 중원을 누비며 전투를 해봅시다!
    +
    +  풰섭은 실제 역사 상황에 가상 인물로 뛰어들어 실존하던 장수들과 어울려 역사를 바꾸는데 동참할 수 있습니다! 유비와 함께 적벽대전에 참여해 봅시다!
    +
    +  퉤섭은 가상상황에 뛰어들어 여러 NPC들과 어울려 자웅을 겨뤄볼 수 있습니다! 장비와 하후돈을 동시에 거느려 봅시다!
    +
    +  훼섭은 퉤섭과 비슷한 스타일이지만 고속진행이 특징입니다. 아침에 시작해서 밤에 통일되는 쾌속 서버! 휴가나 방학에 즐기면 좋습니다.
    +
    +
    +/help_04_02.jpg class=rightFloat> +◈ 원하는 서버에 캐릭터를 생성해 봅시다.
    +
    +  마음에 드는 서버에서 장수생성을 클릭해봅시다. 저는 퉤섭을 찍어볼게요~
    +
    +  각 국가에서 재야 장수를 영입하기 위해서 여러가지 홍보 문구를 써놓고 있군요. 쭉 아래로 내려서...
    +
    +  생성할 캐릭터 이름을 입력합니다. 기본적으로는 닉네님으로 설정되어 있습니다. 매 기수마다 다른사람들이 알아보지 못하도록 숨어서 플레이(이하 잠입)하는 유저도 있습니다. 잠입의 묘미는 중수가 되면 저절로 아시게 될겁니다!
    +
    + +  일반 장수 얼굴을 사용할때는 얼굴을 고릅니다. 각자의 개성을 나타낼 수 있도록 골라봅시다.
    +
    +  장수의 성격을 선택합니다. 처음은 그냥 ????(랜덤)을 선택합니다.
    +
    +  능력치를 결정합니다. 아래의 4가지 유형의 주사위를 굴려서 적당한 능력치를 골라보세요. 무난하게 통솔무력형, 통솔지력형을 눌러봅시다.
    +
    +  장수생성을 누릅시다.
    +
    +  다시 로그인 해봅시다. 캐릭터가 생성되었군요!
    +/help_04_03.jpg class=leftFloat> +
    +
    +◈ 자신의 계정을 관리하는 방법을 알아봅시다.
    +
    +/help_04_04.jpg class=leftFloat> +/help_04_05.jpg class=rightFloat> +  플레이에 들어가기에 앞서 계정관리를 살펴봅시다. 계정관리의 비번&전콘을 눌러봅시다.
    +
    +  비밀번호를 변경할 수 있습니다.
    +
    +  닉네임은 함부로 변경할 수 없으며, 특별히 바꾸고 싶은 경우는 IRC에서 유기체에게 문의해 주세요~
    +
    +  참여하신 참여회원이라면 64x64크기의 자신만의 얼굴을 업로드하여 플레이할 수 있습니다.
    +
    +  아래에는 참여내역이 표시됩니다. 서버의 운영은 꽤 많은 자금이 드는 일이므로 유저 여러분들의 힘을 모아서 운영하고 있습니다. 몇천원도 좋습니다. 참여의 행복을 느껴보시고 참여회원의 혜택도 누려보세요~ 하지만 여긴 상업적 목적의 게임이 아니므로 참여의 댓가를 바라기보단 순수한 참여의 참뜻을 느껴보시길 바랍니다~^^ 참여해주신 분들에게 유기체는 항상 감사하게 생각하고 있습니다.
    +
    +◈ 자, 이제 본격적으로 게임에 들어가볼까요! 지금은 연습이므로 풰섭이나 퉤섭중에서 하나에 캐릭터를 생성하고 입장해봅시다.
    +
    + + + + + + + + + + +
    명 령 입 력
    +◈ 가장 기본이 되는 턴입력을 해봅시다.
    +
    +/help_05_01.jpg class=leftFloat> +  중간에 보이는 세로 스크롤창에서 클릭, 드래그, Ctrl+클릭, Shift+클릭을 해봅시다. 클릭은 1개만 선택됩니다.
    +
    +/help_05_03.jpg class=rightFloat> +/help_05_02.jpg class=rightFloat> +  1턴 부분에서 버튼을 누른 후, 떼지 말고 5턴 부분까지 끌어봅시다. 여러개가 선택됩니다. 드래그라고 하지요.
    +
    +  이번엔 1턴을 클릭해봅시다. 그리고 Ctrl키를 누른 상태에서 3턴, 6턴을 눌러봅시다. 떨어져있는 여러가지를 선택할 수 있답니다.
    +
    +  이번엔 1턴 부분을 클릭해봅시다. 그리고 Shift키를 누른 상태에서 5턴 부분을 클릭해 봅시다. 드래그와 비슷한 기능이죠? 이처럼 여러가지 방법을 사용해서 예약할 턴을 선택할 수 있습니다.
    +
    +
    +/help_05_04.jpg class=leftFloat> +  간단하게 1턴, 3턴을 골라봅시다.
    +
    +  우측에 보이는 콤보박스를 클릭하면 명령 목록이 쭉 나열됩니다. 휠이나 스크롤바를 사용하여 아래로 쭉 내려봅시다. ===개인=== 탭에 가장 먼저 보이는 견문을 선택합니다. +
    +  우측에 보이는 실행 버튼을 클릭해 봅시다.
    +
    +  가장 우측에 보이는 곳에 1, 3번째 칸에 견문이 입력되었을겁니다. 이처럼 원하는 턴을 선택하고, 원하는 명령을 선택하고, 실행을 눌러서 원하는 명령을 원하는 턴에 입력하는게 가장 기본적인 플레이 방법입니다.
    +
    +/help_05_05.jpg class=leftFloat> +  우측에 보이는 정보창(이하 예턴창)에서는 턴 순서, 게임시간, 실제시간, 명령이 보이게 됩니다. 방금 입력한대로 따르면 1턴이 197년 9월이고 실제 시간으로는 21시 30분에 실행된다는 뜻이네요^^
    +
    +  이처럼 자신의 턴시간에 자신이 예약해둔 명령이 실행되는 형태로 게임이 진행됩니다. 예약턴을 지정해놓고 잠을 자도 되고, 일을 해도 되고, IRC에 가서 전략을 토론하거나 잡담을 해도 되며, 심지어 멍때려도 됩니다!
    +
    +
    +◈ 고급 턴 입력 스킬을 공부해 봅시다.
    +
    +/help_05_06.jpg class=leftFloat> +  1턴에 견문을 입력해봅시다.
    +
    +  2턴에 요양을 입력해봅시다.
    +
    +  반복&수정에서 2턴을 고르고 반복을 눌러봅시다.
    +
    +  무슨 기능인지 눈치 채셨나요? 2턴 반복을 선택한다면 1~2턴이 반복되어 24턴까지 자동 입력되는 기능입니다. 5턴 반복이라면 1~5턴이 반복되어서 6~10, 11~15, 16~20, 21~24 까지 자동 입력되게 됩니다! 아주 편리한 기능이죠.
    +
    +  이번엔 전체턴에 견문을 입력해봅시다. 1~24턴까지 견문이 입력될겁니다.
    +
    +/help_05_07.jpg class=leftFloat> +  반복&수정에서 5턴 미루기를 선택해 봅시다. 1~5턴이 휴식으로 된것을 볼 수 있습니다.
    +
    +  무슨 기능인지 눈치 채셨나요? 현재 입력된 1~24턴이 그대로 5칸이 6~24턴으로 밀리게 되고 공백칸은 휴식으로 채워지게 됩니다. 전체 턴 순서는 유지하면서도 끼워넣거나 할때 편리하게 이용할 수 있습니다. 당기기도 비슷한 기능이랍니다. 직접 해보세요!
    +
    +  이로써 입력 방법은 모두 마스터 하셨습니다. 상당히 간단하죠?
    +
    +  이제 인터페이스 구경을 하러 갑시다. 전체턴(이하 올턴)에 견문을 입력합니다.
    +
    +◈ 올턴 견문을 입력했다면 이제 전체 인터페이스를 구경해 봅시다!
    +
    + + + + + + + + + + +
    인 터 페 이 스
    +◈ 올턴 견문을 입력해놓으셨나요? 그럼 이제 각종 정보를 구경해볼까요?
    +
    +/help_06_01.jpg class=leftFloat> +세력도
    +  전체 지도와 장수동향, 정세동향을 볼 수 있습니다. 여기 나오는 정보들은 최신 소식이 가장 위에 나오는 형태이므로 아래에서 위로(↑방향) 읽는 것이 시간순서가 되겠지요^^
    +
    +세력일람
    +  현재 존재하는 국가들이 큰 세력 순서대로 나열됩니다.
    +
    +장수일람
    +  현재 존재하는 전체 장수들이 나열됩니다. 모든 장수들의 얼굴이 나오게 되어서 서버에 큰 부하를 줄 수 있으니 자주 보지 않도록 해요^^
    +
    +명장일람
    +  장수들 중에서 활약이 뛰어나거나 멋진 아이템을 소유한 장수들이 얼굴을 자랑하는 곳입니다.
    +
    +명예의전당
    +  서버에서 역대 가장 위대한 장수들의 기록을 남겨둔 곳입니다. 이곳의 이름은 영원히 남는 곳이므로 당신도 이곳에 이름을 남겨서 명성을 떨쳐 보시는건 어떨까요? 말그대로 초간지!
    +
    +왕조일람
    +  서버의 역사를 고스란히 담고 있는 곳입니다. 매 기수마다 천통한 국가의 정보가 영원히 기록됩니다. 역시 뛰어난 활약을 보였다면 여기에 자신의 이름이 기록될겁니다!
    +
    +토너먼트
    +  일기토를 아시나요? 천하제일 무술대회를 아시나요? 바로 그겁니다! 정세와 관계없이 캐릭터들끼리 실력을 겨룰 수 있는 곳입니다. 통솔, 무력, 지력, 종합능력에 자신이 있다면 각종 대회가 개최되는 순간 참여해 보세요! (체섭만 지원)
    +
    +베팅장
    +  진행중인 토너먼트가 16강에 이르렀을때, 각 장수들에게 베팅 게임을 할 수 있습니다! (체섭만 지원)
    +
    +삼모게시판
    +  자유게시판입니다. 공지사항이나 잡담등을 확인해보세요!
    +
    +삼국일보
    +  게임의 정세와 관련하여 신문기사처럼 올리거나 분석기사등을 쓰거나 읽을 수 있습니다!
    +
    +참여게시판
    +  참여하실분은 여기서 공지사항을 확인하시고 참여내역을 남겨주시면 됩니다!
    +
    +패치게시판
    +  체섭은 꾸준히 활발하게 업데이트와 패치가 이루어집니다. 최신 트렌드를 놓치고 싶지 않다면 자주 확인 필수!
    +
    +레퍼런스
    +  게임의 세부사항을 참고할 수 있는 도움말 게시판입니다.
    +
    +튜토리얼
    +  지금 당신이 보고 있는 것!
    +
    +설문조사
    +  설문조사에 참여하고 아이템도 받으세요!
    +
    +접속량정보
    +  현재 서버내의 접속현황을 확인할 수 있습니다.
    +
    +
    +/help_06_03.jpg class=rightFloat> +  1. 현재 토너먼트 진행상황을 알 수 있습니다.
    +  2. 서버의 과부하 상황을 알 수 있습니다.
    +  3. 서버의 시나리오 종류를 알 수 있습니다.
    +  4. NPC모드(기본/확장)를 표시합니다.
    +  5. NPC의 상성모드(역사상성, 가상상성)를 표시합니다.
    +  6. NPC선택가능 여부를 표시합니다.
    +  7. 게임시간과 턴종류
    +  8. 현재 접속자 수
    +  9. 과부하 방지를 위한 턴당 갱신 가능 횟수(클릭 가능 횟수)
    +  10. 현재 유저 현황 . 등록수 / 최대수 + NPC수
    +  11. 현재 접속중인 유저가 있는 나라 목록
    +  12. 긴급공지나 부가정보 표시
    +  13. 국가에서 정한 방침이 표시됨
    +  14. 같은 국가 소속의 접속자가 표시됨
    +  15. 정세 지도
    +  16. 현재 소재 도시 정보
    +  17. 턴입력 참고
    +  18. 1~24턴의 예약턴 표시
    +
    +
    +/help_06_04.jpg class=rightFloat> +  소속 국가 정보 : 현재는 재야이므로 당연히 없겠죠? ^^ (일반장수 튜토리얼)
    +  내 장수 정보 표시
    +  캐릭터의 얼굴입니다.
    +  병력을 소유했을때, 해당 병력의 종류에 따른 그림
    +  회원분류 : 특별회원, 일반회원
    +  캐릭터 이름입니다.
    +  관직이 표시됩니다. 재야부터 군주까지 다양합니다.
    +  능력치에 따른 장수분류를 나타냅니다.
    +  건강상태를 나타냅니다.
    +  턴시간(분:초) : 자신의 턴이 실행되는 시간을 말합니다.
    +  통솔력, 무력, 지력과 각 능력의 경험치들입니다.
    +  능력치 추가 상승이 가능한 아이템들이 표시됩니다.
    +  자금 : 병력을 모으거나 내정을 수행할때 필요한 돈입니다.
    +  군량 : 병력을 유지하거나 내정을 수행할때 필요한 쌀입니다.
    +  도구 : 특별한 기능을 하는 도구를 구입할 수 있습니다.
    +  병종 : 현재 소유한 병사들의 종류를 나타냅니다.
    +  병사 : 현재 소유한 병사들의 숫자를 나타냅니다.
    +  성격 : 장수의 성격을 나타냅니다.
    +  훈련 : 병사들의 훈련도를 나타냅니다. 높을수록 방어를 잘합니다.
    +  사기 : 병사들의 사기를 나타냅니다. 높을수록 공격을 잘합니다.
    +  특기 : 장수의 특기를 나타냅니다.
    +  Lv : 장수의 레벨과 경험치를 나타냅니다.
    +  연령 : 장수의 나이를 나타냅니다.
    +  수비 : 수비모드를 나타냅니다.
    +  삭턴 : 휴식을 연속으로 이만큼 실행하면 서버에서 캐릭터가 사망합니다.
    +  실행 : 다음 턴까지 남은 시간입니다.
    +  부대 : 소속된 부대를 나타냅니다.
    +  벌점 : 갱신(클릭)량에 따라서 벌점이 쌓입니다. 너무 무리한 갱신은 서버에 무리를 줄 수 있으므로 벌점이 너무 높으면 안되겠죠. 일반적으로 플레이하는 유저라면 신경쓰지 않아도 됩니다.
    +
    +
    +/help_06_05.jpg class=rightFloat> +  1. 국가정보창들 : 일반장수 튜토리얼 참고
    +  2. 장수동향 : 전체 장수들의 눈에 띄는 동향들이 표시됩니다.
    +  3. 개인기록 : 내 캐릭터의 명령 실행 결과들이 표시됩니다.
    +  4. 중원정세 : 전체 정세들이 표시됩니다.
    +  5. 메세지를 보낼 상대를 선택합니다. 전체메세지, 해당국가, 1:1메세지가 가능합니다.
    +  6. 보낼 메세지를 입력합니다.
    +  7. 엔터나 버튼을 눌러서 메세지를 보냅니다.
    +  8. 전체 메세지, 국가 메세지, 개인 메세지가 표시됩니다.
    +  9. 현재 버젼과 유기체의 연락처, 도움주신분들입니다.
    +  10. 좋은 건의나 패치에 도움 주신분들을 적어드립니다~
    +
    +
    +◈ 인터페이스 구경 잘 하셨나요? ^^ 그럼 이제 갱신 버튼을 눌러볼까요?
    +/help_06_06.jpg class=leftFloat> +
    +  음? 뭐가 바뀐거지? 잘 살펴보시면 명령목록이 구경하시는동안 시간만큼 수행되어서 당겨진 것을 볼 수 있을겁니다. 5분턴 서버 기준으로 20분정도 구경을 하셨다면 약 4턴이 실행되었겠군요^^
    +
    +
    +/help_06_07.jpg class=rightFloat> +  개인기록을 보시면 4턴이 실행된동안의 결과가 기록되어있습니다. 하하핫! 동네 장사를 이겼군요!.
    +
    +  오오~ 레벨업 하는 모습도 보이는군요.
    +
    +
    +/help_06_08.jpg class=leftFloat> +
    +
    +/help_06_09.jpg class=rightFloat> +  자, 재야에서도 볼 수 있는 중원 정보를 눌러봅시다.
    +
    +  각 국가별로 외교상황이나 장수 숫자를 살펴볼 수 있습니다. 한눈에 전체 정세를 파악할 때 유용하겠죠?
    +
    +
    +/help_06_10.jpg class=rightFloat> +  현재도시를 눌러봅시다.
    +
    +  현재 자신이 소재하고 있는 도시의 정보를 볼 수 있습니다. 흠... 각종 수치들을 보니 아직 이 도시는 개발이 더딘 것 같군요. 뭐 우리나라가 아니므로 패스~
    +
    +  장수명이 하얀색이면 유저 캐릭터, 하늘색이면 NPC입니다.
    +
    +  아악... 제 능력치가 빨간색인걸 보니 현재 부상을 입은 상태이군요. ㅠㅠ
    +
    +
    +/help_06_11.jpg class=rightFloat> +  이번엔 내정보&설정을 눌러봅시다.
    +
    +  오. 좀 더 자세한 정보가 보이는군요. 명성과 계급, 전투기록과 숙련도도 볼 수 있군요. 개인기록도 더 오래전 것까지 볼 수 있구요. 전투 결과나 자신의 열전(역사)도 볼 수 있답니다.
    +
    +  설정란은 읽어보면 대강 아실거에요. 수비모드는 전투 튜토리얼에서 배워봅시다.
    +
    +  휴가신청은 오랫동안 접속하지 못할때 캐릭터가 죽는 상황을 방지하기 위해서 있습니다. 플레이하지 않는 캐릭터는 없어지는게 자연스럽겠지요? 그래서 보통은 80시간(삭턴80)정도 휴식만 취하는 캐릭터는 사라지게 됩니다. 여행을 다녀온다거나 할때는 휴가신청 버튼을 눌러서 삭턴을 3배로 늘리면 240시간동안은 캐릭터가 유지된답니다. 삭턴이 늘어나도 플레이엔 아무 영향이 없으니 심심하면 눌러봐도 됩니다^^
    +
    +◈ 삼모전의 목적은 치열한 대결로 천하통일을 하는 것입니다. 그러므로 재야에서는 특별히 할 것이 없겠지요. 끽해야 견문하면서 토너먼트와 베팅장을 즐기는 것뿐이지요. 자, 그럼 이제 본격적으로 국가에 임관하여 삼모전을 즐겨볼까요?
    +
    + + + + + + + + + + +
    일 반 장 수
    +◈ 국가에 임관하여 일반장수가 되어서 국가를 강성하게 만들어 봅시다!
    +
    +/help_07_01.jpg class=rightFloat> +  1턴에 임관을 실행해봅시다.
    +
    +  화면이 전환되면서 각국의 홍보문구가 나타납니다. 홍보문구를 보고 마음에 드는 국가를 선택해서 임관 버튼을 눌러봅시다. 손권을 돕고 싶으니 吳을 선택!
    +
    +/help_07_02.jpg class=leftFloat> +  1턴에 【吳】(으)로 임관이라고 입력된게 보이죠? 지루하게 어떻게 기다리느냐구요? 나중에 중요 장수가 되거나 수뇌부, 군주가 되면 정신이 없을정도로 시간이 촉박할겁니다. ㅎㅎ 이리저리 구경하면서 임관이 되길 기다려봅시다.
    +
    +  1턴이 실행될즈음 중원정보나 현재도시를 들락날락 하거나 갱신 버튼을 눌러보면 임관명령 결과가 보이게 됩니다. 잘 임관 되었군요.
    +
    +/help_07_03.jpg class=leftFloat> +  이제 한 국가의 소속 장수이므로 신분도 일반이 되었고 국가를 강성하게 만들기 위해서 열심히 일을 해봅시다. 국가는 열심히 일한 장수들을 위해서 1월마다 자금을, 7월마다 군량을 지급하게 됩니다. 이 돈을 가지고 내정도 하고, 나중에 전쟁이 벌어지면 병사도 모으게 됩니다. 혹은 여유자금을 가지고 아이템을 구입하거나 베팅장에 투자를 할 수도 있습니다!(응?)
    +
    +  임관을 하게 되면 자동으로 수도(깃발에 별표시)로 이동하게 되는데요. 흠. 도시정보를 보니 농업, 수비가 부족하군요. 전체 선택후 명령목록에서 농업이나 수비를 선택합시다. 이 장수는 무력보다 지력이 높으므로 지력이 중요한 농지개간을 선택합니다. 실행을 누르면 올턴 농지개간이 입력!
    +
    +  이제 전체메세지로 전체 유저들과 인사도 나누고 국가메세지로 우리나라 장수들, 특히 수뇌부와 군주에게 아부를 떨어줍시다! 그래야 떡 하나라도 더 떨어지...
    +
    +  국가방침에서 장수들에게 방침을 정해준다면 그대로 따르는것이 더 좋겠죠? 국가는 일사불란하게 장수들이 움직일 때 더욱 강성해지는 법!
    +
    +
    +/help_07_04.jpg class=rightFloat> +  이제 국가 정보가 나타나는군요. 살펴볼까요?
    +  국가명
    +  성향 : 국가의 성향입니다. 성향마다 장점과 단점이 존재합니다.
    +  군주와 참모의 작위와 이름
    +  국가 총주민수와 총병사수
    +  국가소유 자금과 병량
    +  지급율 : 1월과 7월에 지급하는 봉록의 정도입니다.
    +  세율 : 1월과 7월에 백성들에게서 거두어 들이는 세금의 정도입니다.
    +  속령 : 아국이 소유한 거점의 개수입니다.
    +  장수 : 아국 소속의 장수수입니다.
    +  기술력 : 아국의 기술력을 등급과 수치로 표시합니다.
    +  작위 : 아국 군주의 작위를 표시합니다. 방랑군부터 황제까지 다양합니다.
    +  전략 : 아국이 국가전략을 발동할 수 있기까지 남은 턴 수 입니다.
    +  합병 : 각종 외교권을 행사할 수 있기까지 남은 턴 수 입니다.
    +  임관 : 아국이 임관을 허용하는지 나타냅니다.
    +  전쟁 : 장수들의 출병을 허용하는지 나타냅니다.
    +  이제 국가관련 버튼들이 활성화 되었군요. 하나씩 살펴볼까요?
    +  회의실 : 게시판처럼 사용할 수 있습니다. IRC에서 전부 모이기 힘들때 전략 토론을 하거나 타국 첩보 정보를 올리기도 합니다.
    +  기밀실 : 수뇌부만 사용 가능한 회의실입니다. (수뇌부 튜토리얼 참고)
    +  부대편성 : 국가에 소속된 장수라면 누구든지 부대를 만들거나 부대에 가입할 수 있습니다. 부대장이 집합명령을 실행하면 부대원들이 모두 부대장이 소재한 도시로 모이게 됩니다. 보통은 수뇌가 정해주는 지시에 따라 부대를 가입하면 됩니다.
    +  인사부 : 아국내의 각 직위를 볼 수 있습니다.
    +  내무부 : 아국의 외교상황과 예산 정보 등을 볼 수 있습니다. 아국이 어디와 전쟁중인지 누구와 동맹인지, 가난한지 부유한지 알 수 있겠죠?
    +  사령부 : 아국의 수뇌부들의 수뇌명령들을 볼 수 있습니다. 무슨 전략을 수행하는지, 자신이 어디로 발령되는지, 언제 포상을 받을지 확인할 수 있겠죠?
    +  암행부 : 아국 장수들의 일제 실행정보와 병력정보등을 볼 수 있습니다. 시중 이상의 관직 또는 국가에 설정된 사관년도 이상 장수만 볼 수 있습니다.
    +  세력정보 : 아국의 간략 정보와 역사 등을 볼 수 있습니다.
    +  세력도시 : 아국 소유의 거점들의 일제 정보를 볼 수 있습니다.
    +  세력장수 : 아국 소속 장수들의 일제 저오를 볼 수 있습니다.
    +  국법 : 수뇌부가 제정하는 법령이나 규칙, 기타 사항을 볼 수 있습니다.
    +
    +◈ 자, 이로써 일반장수로서 플레이하는 방법을 간단하게나마 살펴보았습니다. 단순히 턴입력과 결과로 여유롭게 즐기는 삼모전, 혹은 IRC나 국가메세지에 적극 참여하여 전술과 전략을 토론하며 바쁘게 즐기는 삼모전, 모두 여려분의 선택에 달려있습니다!
    +
    +◈ 일반장수를 마스터하신 분이라면 경험과 IRC에서 다른유저들과의 대화로 충분히 수뇌부도 마스터 하실 수 있습니다!
    +
    + + + + + + + + + + +
    F A Q
    +◈ 몇가지 더 알아볼까요?
    +
    +왜 가입시에 도시나 국가선택이 없죠?
    +  게임은 임의의 도시에서 재야로 시작하게 되며 건국 및 임관은 게임 내에서 명령으로 실행합니다.
    +  임관하고 싶은 국가가 너무 멀리있다고 실망하지 마세요! 어디서든지 임관만 하면 수도로 자동 이동한답니다^^
    +
    +재야에서는 뭘 할 수 있죠?
    +  모든것은 자신의 선택입니다^^ 견문을 할 수도 있고, 천하 정세를 구경할 수도 있습니다.
    +  아니면 나라를 건국하여 천하 통일의 야심을 품어보세요!
    +  군주가 부담스럽다면 다른 나라에 임관하여 신하가 되어 천하 통일에 보탬이 될 수도 있습니다.
    +
    +너무 지루해요~ 한시간에 한 명령밖에 못하나요?
    +  삼모전은 웹게임으로서, 여유롭게 하는것이 매력인 게임입니다^^ 여유를 가지고 다른 일을 하면서 즐기세요!
    +  또는 전체 메세지를 이용하여 다른 장수분들과 친분을 쌓거나 농담하기도 시간가는줄 모르게 된답니다^^
    +  잘 모르는 것들은 전체 메세지로 다른분들께 물어보세요! 고수분들이 친절할게 알려주실지도 몰라요~
    +  진정한 삼모전을 즐겨보시려면 군주나 수뇌부를 해보시길 바랍니다. 1시간이 1분처럼 느껴질 정도로 정신없고 스릴있답니다!
    +  아니면 턴시간이 빠른 마이너 서버들을 해보세요!
    +
    +공격력, 방어력, 기동력, 회피율은 무엇인가요?
    +  병종의 특성이 궁금하시군요! 공격력과 방어력은 말그대로 병종의 공수능력이며 기동력은 병종의 공격횟수입니다.
    +  보통은 7페이즈이지만 어떤 병종은 6~8페이즈를 전투하지요!
    +  회피율은 병종이 장수의 말을 잘따라 공격을 피하는 것입니다!
    +
    +징병과 모병의 차이는 무엇인가요?
    +  네. 징병은 자금이 적게 드는 대신 훈련과 사기가 낮아요. 훈련과 사기진작을 많이 해야겠죠!
    +  모병은 자금이 2배로 드는 대신 훈련과 사기가 높아요. 훈련과 사기진작을 단 한번에 거의 끝낼 수 있답니다!
    +
    +여기에는 사기치가 따로 있네요?
    +  훈련치는 방어력에 주로 영향을 미치며 공격력에도 약간의 영향을 미쳐요. 훈련을 하게 되면 사기가 조금 떨어지게 되요ㅠㅠ
    +  사기치는 사기진작을 해서 올릴 수 있으며 약간의 돈이 듭니다. 병사들에게 술과 고기를 베풀려면 당연하겠죠?
    +
    +여러가지 병종을 모으고 싶어요!
    +  병종은 특정 도시에서 생산이 가능한 특수병과 이민족병, 특정 지역에서 생산이 가능한 지역병으로 나눌 수 있어요.
    +  더 좋고, 더 나쁜 병종은 없답니다. 상황과 목적에 따라 적합한 병종을 선택하여 전략의 승자가 되어봅시다!
    +  특수병은 강력한 전투력 대신 자금과 군량 소모가 큰 특징이 있답니다.
    +  이민족병은 준수한 전투력과 더불어 자금과 군량 소모가 적은 특징이 있답니다.
    +  지역병은 일반병과 비슷한 능력에 기동력이나 회피율이 뛰어난 특징이 있답니다.
    +/help_08_01.jpg class=rightFloat> +  ---------- 보병계열 ----------
    +    보병 : 특별한 조건이 없이 만들 수 있어요.
    +   청주병 : 중원지역에서 생산이 가능해요.
    +    수병 : 오월지역에서 생산이 가능해요.
    +   자객병 : 에서 생산이 가능해요.
    +   근위병 : 낙양에서 생산이 가능해요.
    +   등갑병 : 남중지역에서 생산이 가능해요.
    +  ---------- 궁병계열 ----------
    +    궁병 : 특별한 조건이 없이 만들 수 있어요.
    +   궁기병 : 동이지역에서 생산이 가능해요.
    +   연노병 : 서촉지역에서 생산이 가능해요.
    +   강궁병 : 양양에서 생산이 가능해요.
    +   석궁병 : 건업에서 생산이 가능해요.
    +  ---------- 기병계열 ----------
    +    기병 : 특별한 조건이 없이 만들 수 있어요.
    +   백마병 : 하북지역에서 생산이 가능해요.
    +  중장기병 : 서북지역에서 생산이 가능해요.
    +  돌격기병 : 흉노에서 생산이 가능해요.
    +   철기병 : 에서 생산이 가능해요.
    +  수렵기병 : 에서 생산이 가능해요.
    +   맹수병 : 남만에서 생산이 가능해요.
    +  호표기병 : 허창에서 생산이 가능해요.
    +  ---------- 귀병계열 ----------
    +    귀병 : 특별한 조건이 없이 만들 수 있어요.
    +   신귀병 : 지역에서 생산이 가능해요.
    +   백귀병 : 오환에서 생산이 가능해요.
    +   흑귀병 : 산월에서 생산이 가능해요.
    +   악귀병 : 장안에서 생산이 가능해요.
    +   남귀병 : 특별한 조건이 없이 만들 수 있어요.
    +   황귀병 : 낙양에서 생산이 가능해요.
    +   천귀병 : 성도에서 생산이 가능해요.
    +   마귀병 : 에서 생산이 가능해요.
    +  ---------- 차병계열 ----------
    +    정란 : 특별한 조건이 없이 만들 수 있어요.
    +    충차 : 특별한 조건이 없이 만들 수 있어요.
    +   벽력거 : 에서 생산이 가능해요.
    +    목우 : 성도에서 생산이 가능해요.
    +
    +병종간의 상성이란 무엇인가요?
    +  보병은 궁병계열에 강하고, 기병은 보병계열에 강하답니다. 궁병은 기병계열에 강하답니다.
    +  무조건 강한 병종이란 없답니다^^ 상대측의 주력 병종을 파악 후 대처하는것도 좋겠죠?
    +
    +첩보란 무엇인가요?
    +  첩보는 타국 도시를 정찰하는 것이에요.
    +  자신이 있는 도시와 가까운 곳이라면 많은 정보를 얻을 수 있어요. 인접한 도시가 아니라면 간단한 정보만 얻을 수 있어요.
    +  첩보를 실행하고 개인기록을 확인하세요! 또한 첩보를 실행하면 3개월간 그 도시를 클릭하여 확인이 가능해요!
    +
    +전투 로그가 너무 길어서 지나가 버렸어요ㅠㅠ
    +  걱정하지 마세요^^ 메인화면 메뉴중 내정보&설정 부분을 클릭하면 더 많은 로그를 확인할 수 있어요!
    +
    +다른도시는 볼 수 없나요?
    +  우리나라의 장수들이 있는 도시라면 도시의 자세한 정보와 도시에 있는 장수들을 볼 수 있어요!
    +  도시 이름을 클릭하거나 중원 지도에서 성을 클릭해 보세요! 첩보를 통해서 타국의 도시도 마치 아국 도시처럼 훤히 볼 수 있답니다!
    +
    +칭호에 대해 알고 싶어요!
    +  평범 : 모든 능력치가 평범할때
    +  현명 : 지력이 높은 장수
    +  용맹 : 무력이 높은 장수
    +  명사 : 통솔이 높은 장수
    +  명장 : 무력과 지력이 높은 장수
    +  지장 : 통솔과 지력이 높은 장수
    +  용장 : 통솔과 무력이 높은 장수
    +  만능 : 모든 능력이 높은 장수
    +
    +세율이 뭐지요?
    +  세율은 국가 수뇌부가 결정하는건데요. 1월 7월마다 거두어들이는 세금의 양을 말해요.
    +  세율이 낮으면 인구가 늘고 내정이 증가해요. 다만 거두어 들이는 자금이 적어요.
    +  세율이 높으면 인구가 줄고 내정이 감소해요. 다만 거두어 들이는 자금이 늘어나요. 군주라면 세율을 적절히 잘 조절해야겠죠?
    +
    +지급율이 뭐지요?
    +  지급율은 국가 수뇌부가 결정하는건데요. 100%일때 자기 자신의 제대로된 봉급을 받을 수 있어요.
    +  예를 들어 200%로 정해져 있다면 보너스를 받아서 봉급의 2배를 받게 되는거죠!
    +  군주라면 장수들의 사기진작과 충성을 위해 재정이 충분할때는 지급율을 높여야겠죠!
    +  반대로 재정이 어렵다면 안타깝지만 국고를 유지하기 위해 지급율을 낮춰야 해요ㅠㅠ
    +
    +수지와 예산이 뭐지요?
    +  예산은 국가정보나 사령부에 들어가면 볼 수 있어요. 우리나라의 총 수입과 지출을 나타내는것이 수지에요.
    +  총 수입은 도시에서 거둬들이는 금이나 쌀의 양을 나타내구요, 총 지출은 장수들의 봉급으로 나가는 금이나 쌀의 양을 뜻해요.
    +  예산이 +라면 장수들의 봉급을 주고도 남아서 국고로 쌓이게 되는 것이지요! 이럴땐 지급율을 늘려서 장수들에게 고루 나누어줄수도 있을거에요!
    +
    +전쟁에 대해 알고 싶어요.
    +  전쟁에 영향을 미치는 요소는 아주 많답니다. 1번의 전투는 총6~9페이즈로 이루어진답니다.
    +  공격력에 영향을 미치는 것들은 병종의 공격력, 장수의 무력, 병사의 사기, 훈련, 병사의 수.
    +  방어력에 영향을 미치는 것들은 병종의 방어력, 장수의 통솔, 병사의 사기, 훈련, 병사의 수.
    +  기동력은 페이즈 수에 영향을 미쳐요.
    +  회피율은 해당 확률로 회피하는 것을 말해요.
    +
    +명 령 들
    + ---------- 내 정 ----------
    + 농지개간: 수확을 향상시킵니다. 지력과 민심이 높을수록 좋습니다.
    + 상업투자: 소득을 향상시킵니다. 지력과 민심이 높을수록 좋습니다.
    + 기술개발: 기술을 향상시킵니다. 지력과 민심이 높을수록 좋습니다.
    + 수비강화: 수비병을 모읍니다. 무력과 민심이 높을수록 좋습니다.
    + 성벽보수: 성벽을 보수합니다. 무력과 민심이 높을수록 좋습니다.
    + 치안강화: 치안을 강화합니다. 무력이 높을수록 좋습니다.
    + 정착장려: 주민들에게 쌀을 베풀어 정착하도록 돕습니다. 통솔이 높을수록 좋습니다.
    + 주민선정: 주민들에게 쌀을 베풉니다. 통솔이 높을수록 좋습니다.
    + 물자조달: 온갖 방법으로 자원을 조달합니다.
    + ---------- 군 사 ----------
    +   징병: 병사를 모읍니다. 통솔력 이상은 모집할 수 없습니다.
    +   모병: 병사를 모읍니다. 2배의 자금이 드는 대신 훌륭한 병사가 모입니다.
    +   훈련: 병사를 훈련시킵니다. 훈련도가 높을수록 방어를 잘합니다.
    + 사기진작: 병사들의 사기를 높입니다. 약간의 자금이 들지만 병사들이 공격을 잘합니다..
    +   출병: 인접 도시로 공격을 합니다.
    + 소집해제: 현재 소유중인 병사를 해체하고 주민으로 돌려보냅니다.
    + ---------- 인 사 ----------
    +   이동: 인접 도시로 이동합니다.
    +   등용: 재야나 타국의 장수를 등용합니다. 서신은 개인메세지로 도착하며 상대 장수가 수락,거절을 하게 됩니다.
    +   집합: 현재 도시로 부대원들을 집합합니다. 부대장만 가능합니다.
    +   귀환: 태수, 군사, 시중인 경우 자신의 도시로 귀환합니다.
    +   임관: 국가에 사관을 합니다. 대상 국가의 군주가 있는 장소로 바로 이동합니다. 재야만 가능합니다.
    + ---------- 계 략 ----------
    +   첩보: 어느 도시든지 첩보를 수행하여 정보를 얻을 수 있습니다. 거리가 먼 도시라면 정확한 정보를 얻을 수 없습니다.
    +   화계: 인접 도시에 불을 지릅니다. 성공시 농업, 상업, 기술치가 하락하게 되며 그 피해정도는 항상 다릅니다. 그 도시 장수의 지력이 높다면 성공률이 감소합니다.
    +   탈취: 인접 도시를 약탈합니다. 성공시 금과 쌀을 가져오게 되며 그 피해정도는 항상 다릅니다. 그 도시 장수의 무력이 높다면 성공률이 감소합니다.
    +   파괴: 인접 도시의 성벽을 부숩니다. 성공시 수비병, 내구도가 하락하게 되며 그 피해정도는 항상 다릅니다. 그 도시 장수의 무력이 높다면 성공률이 감소합니다.
    +   선동: 인접 도시에 헛소문을 퍼트립니다. 성공시 민심이 하락하게 되며 그 피해정도는 항상 다릅니다. 그 도시 장수의 통솔+지력이 높다면 성공률이 감소합니다.
    + ---------- 개 인 ----------
    +   단련: 숙련도를 단련합니다.
    +   견문: 견문을 떠납니다. 무슨일이 일어날지는 알 수 없습니다.
    + 군량매매: 쌀을 사고 팝니다. 시세가 1.0 이상이면 이익이 됩니다.
    + 장비구입: 무기나 서적을 구입합니다.
    +   증여: 자금이나 군량을 다른 장수에게 증여합니다.
    +   헌납: 자금이나 군량을 국가에 바칩니다.
    +   하야: 국가를 떠나 재야가 됩니다. 군주는 할 수 없습니다.
    +   거병: 방랑군을 결성합니다.
    +   건국: 현재 도시에서 국가를 건설합니다. 공백지에서만 가능합니다.
    +   선양: 다른 장수에게 군주직을 물려줍니다. 군주만 가능합니다.
    +   방랑: 국가를 버리고 방랑군으로 내려갑니다. 군주만 가능합니다.
    +   해산: 방랑군을 해체하고 재야로 내려갑니다. 군주만 가능합니다.
    +   모반: 군주직을 찬탈합니다. 수뇌부만 가능합니다.
    +
    +
    + + + + + + + + + + + + + + + + +
    ;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='시작하기' onclick=location.replace('help.php?category=0')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='회원가입' onclick=location.replace('help.php?category=1')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='접속관리' onclick=location.replace('help.php?category=2')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='캐릭터생성' onclick=location.replace('help.php?category=3')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='명령입력' onclick=location.replace('help.php?category=4')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='인터페이스' onclick=location.replace('help.php?category=5')>;color:white;width:125px;height:50px;font-weight:bold;font-size:13; value='일반장수' onclick=location.replace('help.php?category=6')>;color:white;width:123px;height:50px;font-weight:bold;font-size:13; value='FAQ' onclick=location.replace('help.php?category=7')>
    + + + diff --git a/i_other/screenshot.php b/i_other/screenshot.php new file mode 100644 index 00000000..392b7fe0 --- /dev/null +++ b/i_other/screenshot.php @@ -0,0 +1,87 @@ + + + + + + + 스크린샷 + + + + + + + + +
    스 크 린 샷
    + + + + + + + + + + + + + +
    + ※ 크게 보고 싶은 스크린샷을 클릭하세요. +
    + /screenshot_01.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=1')> + /screenshot_02.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=2')> + /screenshot_03.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=3')> + /screenshot_04.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=4')> + /screenshot_05.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=5')> + /screenshot_06.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=6')> + /screenshot_07.jpg style=border-style:ridge;width:125px;height:75px; onclick=location.replace('screenshot.php?sel=7')> +
    + + + +
    + /screenshot_0.jpg style=border-style:ridge;> +
    + + diff --git a/i_popup/Action.js b/i_popup/Action.js new file mode 100644 index 00000000..af1b97ad --- /dev/null +++ b/i_popup/Action.js @@ -0,0 +1,128 @@ +var Popup_callback = function() {}; +var Popup_waitTimer; + +function Popup_Import() { +} + +function Popup_Init() { + $("#Popup_0102").click(Popup_AlertOK); + + $("#Popup_0202").click(Popup_ConfirmYes); + $("#Popup_0203").click(Popup_ConfirmNo); + + $("#Popup_0303").click(Popup_WaitHide); +} + +function Popup_Update() { +} + +function Popup_Alert(msg, callback) { + $("#Popup_0101").text(msg); + + Popup_callback = callback; + + Popup_AlertShow(); + + // 익스플로러 버그로 인해 딜레이 줌 + setTimeout(function() { $("#Popup_0102").focus(); }, 10); +} + +function Popup_AlertOK() { + if(Popup_callback) { + Popup_callback(); + Popup_callback = ""; + } + + Popup_AlertHide(); +} + +function Popup_AlertShow() { + $("#Popup_00").show(); + $("#Popup_01").show(); +} + +function Popup_AlertHide() { + $("#Popup_00").hide(); + $("#Popup_01").hide(); +} + +function Popup_Confirm(msg, callback) { + $("#Popup_0201").text(msg); + + Popup_callback = callback; + + Popup_ConfirmShow(); + + // 익스플로러 버그로 인해 딜레이 줌 + setTimeout(function() { $("#Popup_0203").focus(); }, 10); +} + +function Popup_ConfirmYes() { + Popup_ConfirmHide(); + + if(Popup_callback) { + Popup_callback(); + Popup_callback = ""; + } +} + +function Popup_ConfirmNo() { + Popup_callback = ""; + + Popup_ConfirmHide(); +} + +function Popup_ConfirmShow() { + $("#Popup_00").show(); + $("#Popup_02").show(); +} + +function Popup_ConfirmHide() { + $("#Popup_00").hide(); + $("#Popup_02").hide(); +} + +function Popup_Wait(callback) { + $("#Popup_0301").text("처리중입니다."); + Popup_waitTimer = setInterval(Popup_WaitInvalidate, 1000); + + $("#Popup_00").show(); + $("#Popup_03").show(); + + callback(); +} + +function Popup_WaitShow(msg, callback) { + clearTimeout(Popup_waitTimer); + + Popup_callback = callback; + + $("#Popup_0301").text(msg); + $("#Popup_0303").show(); + + // 익스플로러 버그로 인해 딜레이 줌 + setTimeout(function() { $("#Popup_0303").focus(); }, 10); +} + +function Popup_WaitHide() { + clearTimeout(Popup_waitTimer); + + if(Popup_callback) { + Popup_callback(); + Popup_callback = ""; + } + + $("#Popup_0303").hide(); + $("#Popup_00").hide(); + $("#Popup_03").hide(); +} + +function Popup_WaitInvalidate() { + var waitMsg = $("#Popup_0302").text(); + + if(waitMsg.length >= 5) { + waitMsg = ""; + } + + $("#Popup_0302").text(waitMsg+"."); +} diff --git a/i_popup/Frame.php b/i_popup/Frame.php new file mode 100644 index 00000000..7a44675e --- /dev/null +++ b/i_popup/Frame.php @@ -0,0 +1,25 @@ + + + + + + + + diff --git a/i_popup/Style.css b/i_popup/Style.css new file mode 100644 index 00000000..6486f055 --- /dev/null +++ b/i_popup/Style.css @@ -0,0 +1,98 @@ +@charset "utf-8"; + +#Popup_00 { + width: 99%; height: 99%; + background-color: #000000; + position: absolute; top: 0px; left: 0px; + z-index: 10; + opacity: 0.5; filter: alpha(opacity:50); + display: none; +} + +#Popup_01 { + width: 302px; height: 142px; + position: absolute; top: 40%; left: 50%; + margin-left: -150px; margin-top: -70px; + z-index: 10; + display: none; +} + +#Popup_0100 { + width: 300px; height: 20px; + position: absolute; top: 0px; left: 0px; +} + +#Popup_0101 { + width: 290px; height: 110px; + position: absolute; top: 20px; left: 0px; + padding: 5px; + text-align: left; +} + +#Popup_0102 { + width: 200px; height: 30px; + position: absolute; top: 100px; left: 50px; +} + +#Popup_02 { + width: 302px; height: 142px; + position: absolute; top: 40%; left: 50%; + margin-left: -150px; margin-top: -70px; + z-index: 10; + display: none; +} + +#Popup_0200 { + width: 300px; height: 20px; + position: absolute; top: 0px; left: 0px; +} + +#Popup_0201 { + width: 290px; height: 110px; + position: absolute; top: 20px; left: 0px; + padding: 5px; + text-align: left; +} + +#Popup_0202 { + width: 100px; height: 30px; + position: absolute; top: 100px; left: 40px; +} + +#Popup_0203 { + width: 100px; height: 30px; + position: absolute; top: 100px; left: 160px; +} + +#Popup_03 { + width: 302px; height: 112px; + position: absolute; top: 40%; left: 50%; + margin-left: -150px; margin-top: -55px; + z-index: 10; + display: none; +} + +#Popup_0300 { + width: 300px; height: 20px; + position: absolute; top: 0px; left: 0px; +} + +#Popup_0301 { + width: 290px; height: 80px; + position: absolute; top: 20px; left: 0px; + padding: 5px; + text-align: center; +} + +#Popup_0302 { + width: 20px; height: 20px; + position: absolute; top: 50px; left: 140px; + border: none; + text-align: left; +} + +#Popup_0303 { + width: 200px; height: 30px; + position: absolute; top: 70px; left: 50px; + display: none; +} diff --git a/i_popup/_common.php b/i_popup/_common.php new file mode 100644 index 00000000..c5e87709 --- /dev/null +++ b/i_popup/_common.php @@ -0,0 +1,8 @@ + diff --git a/index.php b/index.php new file mode 100644 index 00000000..6befe190 --- /dev/null +++ b/index.php @@ -0,0 +1,14 @@ + + + + + 삼국지 모의전투 유기체서버 + + + + + + + + + diff --git a/install.php b/install.php new file mode 100644 index 00000000..8f084eb4 --- /dev/null +++ b/install.php @@ -0,0 +1,6 @@ + + + diff --git a/process_all.sh b/process_all.sh new file mode 100644 index 00000000..4893190e --- /dev/null +++ b/process_all.sh @@ -0,0 +1,79 @@ +#!/bin/bash + + + +TIME=`date -d "0 hours" "+%H:%M:%S.%N"` +echo [$TIME] --- All start. --- + + + +HOUR=`date -d "0 hours" "+%H"` +HOUR=`expr ${HOUR} + 0` + + + +TAR=/home/jwh1807/www/sam/che_close/ +if [ -e $TAR ] +then + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] che is closed. +else + curl 62che.com/sam/che/proc.php + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] che finish. +fi + + + +if [ $HOUR -ge 9 -a $HOUR -lt 21 ] +then + TAR=/home/jwh1807/www/sam/kwe_close/ + if [ -e $TAR ] + then + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] kwe is closed. + else + curl 62che.com/sam/kwe/proc.php + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] kwe finish. + fi + + TAR=/home/jwh1807/www/sam/pwe_close/ + if [ -e $TAR ] + then + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] pwe is closed. + else + curl 62che.com/sam/pwe/proc.php + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] pwe finish. + fi + + TAR=/home/jwh1807/www/sam/twe_close/ + if [ -e $TAR ] + then + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] twe is closed. + else + curl 62che.com/sam/twe/proc.php + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] twe finish. + fi + + TAR=/home/jwh1807/www/sam/hwe_close/ + if [ -e $TAR ] + then + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] hwe is closed. + else + curl 62che.com/sam/hwe/proc.php + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] hwe finish. + fi +else + TIME=`date -d "0 hours" "+%H:%M:%S.%N"` + echo [$TIME] Now is night. +fi + +TIME=`date -d "0 hours" "+%H:%M:%S.%N"` +echo [$TIME] --- All finish. ---