2014-05-08 19:46:08 +02:00
< ? php
/** Adminer - Compact database management
2017-06-25 00:56:50 +02:00
* @ link https :// www . adminer . org /
* @ author Jakub Vrana , https :// www . vrana . cz /
2014-05-08 19:46:08 +02:00
* @ copyright 2007 Jakub Vrana
2018-04-01 23:34:54 +02:00
* @ license https :// www . apache . org / licenses / LICENSE - 2.0 Apache License , Version 2.0
* @ license https :// www . gnu . org / licenses / gpl - 2.0 . html GNU General Public License , version 2 ( one or other )
2021-05-08 19:20:46 +02:00
* @ version 4.8 . 0
*/ function
adminer_errors ( $Ac , $Cc ){ return !! preg_match ( '~^(Trying to access array offset on value of type null|Undefined array key)~' , $Cc );} error_reporting ( 6135 ); set_error_handler ( 'adminer_errors' , 2 ); $Yc =! preg_match ( '~^(unsafe_raw)?$~' , ini_get ( " filter.default " )); if ( $Yc || ini_get ( " filter.default_flags " )){ foreach ( array ( '_GET' , '_POST' , '_COOKIE' , '_SERVER' ) as $X ){ $Hi = filter_input_array ( constant ( " INPUT $X " ), FILTER_UNSAFE_RAW ); if ( $Hi ) $$X = $Hi ;}} if ( function_exists ( " mb_internal_encoding " )) mb_internal_encoding ( " 8bit " ); function
connection (){ global $g ; return $g ;} function
2018-04-01 23:34:54 +02:00
adminer (){ global $b ; return $b ;} function
version (){ global $ia ; return $ia ;} function
2021-05-08 19:20:46 +02:00
idf_unescape ( $v ){ $pe = substr ( $v , - 1 ); return
str_replace ( $pe . $pe , $pe , substr ( $v , 1 , - 1 ));} function
2014-05-08 19:46:08 +02:00
escape_string ( $X ){ return
substr ( q ( $X ), 1 , - 1 );} function
2015-07-03 19:50:03 +02:00
number ( $X ){ return
preg_replace ( '~[^0-9]+~' , '' , $X );} function
2018-04-01 23:34:54 +02:00
number_type (){ return '((?<!o)int(?!er)|numeric|real|float|double|decimal|money)' ;} function
2021-05-08 19:20:46 +02:00
remove_slashes ( $sg , $Yc = false ){ if ( function_exists ( " get_magic_quotes_gpc " ) && get_magic_quotes_gpc ()){ while ( list ( $z , $X ) = each ( $sg )){ foreach ( $X
as $ge => $W ){ unset ( $sg [ $z ][ $ge ]); if ( is_array ( $W )){ $sg [ $z ][ stripslashes ( $ge )] = $W ; $sg [] =& $sg [ $z ][ stripslashes ( $ge )];} else $sg [ $z ][ stripslashes ( $ge )] = ( $Yc ? $W : stripslashes ( $W ));}}}} function
bracket_escape ( $v , $Na = false ){ static $ti = array ( ':' => ':1' , ']' => ':2' , '[' => ':3' , '"' => ':4' ); return
strtr ( $v ,( $Na ? array_flip ( $ti ) : $ti ));} function
min_version ( $Yi , $Ce = " " , $h = null ){ global $g ; if ( ! $h ) $h = $g ; $mh = $h -> server_info ; if ( $Ce && preg_match ( '~([\d.]+)-MariaDB~' , $mh , $C )){ $mh = $C [ 1 ]; $Yi = $Ce ;} return ( version_compare ( $mh , $Yi ) >= 0 );} function
charset ( $g ){ return ( min_version ( " 5.5.3 " , 0 , $g ) ? " utf8mb4 " : " utf8 " );} function
script ( $xh , $si = " \n " ){ return " <script " . nonce () . " > $xh </script> $si " ;} function
script_src ( $Mi ){ return " <script src=' " . h ( $Mi ) . " ' " . nonce () . " ></script> \n " ;} function
2018-04-01 23:34:54 +02:00
nonce (){ return ' nonce="' . get_nonce () . '"' ;} function
target_blank (){ return ' target="_blank" rel="noreferrer noopener"' ;} function
2021-05-08 19:20:46 +02:00
h ( $P ){ return
str_replace ( " \0 " , " � " , htmlspecialchars ( $P , ENT_QUOTES , 'utf-8' ));} function
nl_br ( $P ){ return
str_replace ( " \n " , " <br> " , $P );} function
checkbox ( $D , $Y , $db , $le = " " , $tf = " " , $hb = " " , $me = " " ){ $I = " <input type='checkbox' name=' $D ' value=' " . h ( $Y ) . " ' " . ( $db ? " checked " : " " ) . ( $me ? " aria-labelledby=' $me ' " : " " ) . " > " . ( $tf ? script ( " qsl('input').onclick = function () { $tf }; " , " " ) : " " ); return ( $le != " " || $hb ? " <label " . ( $hb ? " class=' $hb ' " : " " ) . " > $I " . h ( $le ) . " </label> " : $I );} function
optionlist ( $zf , $fh = null , $Qi = false ){ $I = " " ; foreach ( $zf
as $ge => $W ){ $_f = array ( $ge => $W ); if ( is_array ( $W )){ $I .= '<optgroup label="' . h ( $ge ) . '">' ; $_f = $W ;} foreach ( $_f
as $z => $X ) $I .= '<option' . ( $Qi || is_string ( $z ) ? ' value="' . h ( $z ) . '"' : '' ) . (( $Qi || is_string ( $z ) ? ( string ) $z : $X ) === $fh ? ' selected' : '' ) . '>' . h ( $X ); if ( is_array ( $W )) $I .= '</optgroup>' ;} return $I ;} function
html_select ( $D , $zf , $Y = " " , $sf = true , $me = " " ){ if ( $sf ) return " <select name=' " . h ( $D ) . " ' " . ( $me ? " aria-labelledby=' $me ' " : " " ) . " > " . optionlist ( $zf , $Y ) . " </select> " . ( is_string ( $sf ) ? script ( " qsl('select').onchange = function () { $sf }; " , " " ) : " " ); $I = " " ; foreach ( $zf
as $z => $X ) $I .= " <label><input type='radio' name=' " . h ( $D ) . " ' value=' " . h ( $z ) . " ' " . ( $z == $Y ? " checked " : " " ) . " > " . h ( $X ) . " </label> " ; return $I ;} function
select_input ( $Ia , $zf , $Y = " " , $sf = " " , $eg = " " ){ $Xh = ( $zf ? " select " : " input " ); return " < $Xh $Ia " . ( $zf ? " ><option value=''> $eg " . optionlist ( $zf , $Y , true ) . " </select> " : " size='10' value=' " . h ( $Y ) . " ' placeholder=' $eg '> " ) . ( $sf ? script ( " qsl(' $Xh ').onchange = $sf ; " , " " ) : " " );} function
confirm ( $Me = " " , $gh = " qsl('input') " ){ return
script ( " $gh .onclick = function () { return confirm(' " . ( $Me ? js_escape ( $Me ) : lang ( 0 )) . " '); }; " , " " );} function
print_fieldset ( $u , $ue , $bj = false ){ echo " <fieldset><legend> " , " <a href='#fieldset- $u '> $ue </a> " , script ( " qsl('a').onclick = partial(toggle, 'fieldset- $u '); " , " " ), " </legend> " , " <div id='fieldset- $u ' " . ( $bj ? " " : " class='hidden' " ) . " > \n " ;} function
bold ( $Ua , $hb = " " ){ return ( $Ua ? " class='active $hb ' " : ( $hb ? " class=' $hb ' " : " " ));} function
2021-02-05 07:05:51 +01:00
odd ( $I = ' class="odd"' ){ static $t = 0 ; if ( ! $I ) $t =- 1 ; return ( $t ++% 2 ? $I : '' );} function
2021-05-08 19:20:46 +02:00
js_escape ( $P ){ return
addcslashes ( $P , " \r \n ' \\ / " );} function
2021-02-05 07:05:51 +01:00
json_row ( $z , $X = null ){ static $Zc = true ; if ( $Zc ) echo " { " ; if ( $z != " " ){ echo ( $Zc ? " " : " , " ) . " \n \t \" " . addcslashes ( $z , " \r \n \t \" \\ / " ) . '": ' . ( $X !== null ? '"' . addcslashes ( $X , " \r \n \" \\ / " ) . '"' : 'null' ); $Zc = false ;} else { echo " \n } \n " ; $Zc = true ;}} function
ini_bool ( $Td ){ $X = ini_get ( $Td ); return ( preg_match ( '~^(on|true|yes)$~i' , $X ) || ( int ) $X );} function
sid (){ static $I ; if ( $I === null ) $I = ( SID &&! ( $_COOKIE && ini_bool ( " session.use_cookies " ))); return $I ;} function
2021-05-08 19:20:46 +02:00
set_password ( $Xi , $M , $V , $F ){ $_SESSION [ " pwds " ][ $Xi ][ $M ][ $V ] = ( $_COOKIE [ " adminer_key " ] && is_string ( $F ) ? array ( encrypt_string ( $F , $_COOKIE [ " adminer_key " ])) : $F );} function
2021-02-05 07:05:51 +01:00
get_password (){ $I = get_session ( " pwds " ); if ( is_array ( $I )) $I = ( $_COOKIE [ " adminer_key " ] ? decrypt_string ( $I [ 0 ], $_COOKIE [ " adminer_key " ]) : false ); return $I ;} function
2021-05-08 19:20:46 +02:00
q ( $P ){ global $g ; return $g -> quote ( $P );} function
get_vals ( $G , $d = 0 ){ global $g ; $I = array (); $H = $g -> query ( $G ); if ( is_object ( $H )){ while ( $J = $H -> fetch_row ()) $I [] = $J [ $d ];} return $I ;} function
get_key_vals ( $G , $h = null , $ph = true ){ global $g ; if ( ! is_object ( $h )) $h = $g ; $I = array (); $H = $h -> query ( $G ); if ( is_object ( $H )){ while ( $J = $H -> fetch_row ()){ if ( $ph ) $I [ $J [ 0 ]] = $J [ 1 ]; else $I [] = $J [ 0 ];}} return $I ;} function
get_rows ( $G , $h = null , $n = " <p class='error'> " ){ global $g ; $xb = ( is_object ( $h ) ? $h : $g ); $I = array (); $H = $xb -> query ( $G ); if ( is_object ( $H )){ while ( $J = $H -> fetch_assoc ()) $I [] = $J ;} elseif ( ! $H &&! is_object ( $h ) && $n && defined ( " PAGE_HEADER " )) echo $n . error () . " \n " ; return $I ;} function
2021-02-05 07:05:51 +01:00
unique_array ( $J , $x ){ foreach ( $x
as $w ){ if ( preg_match ( " ~PRIMARY|UNIQUE~ " , $w [ " type " ])){ $I = array (); foreach ( $w [ " columns " ] as $z ){ if ( ! isset ( $J [ $z ])) continue
2 ; $I [ $z ] = $J [ $z ];} return $I ;}}} function
2021-05-08 19:20:46 +02:00
escape_key ( $z ){ if ( preg_match ( '(^([\w(]+)(' . str_replace ( " _ " , " .* " , preg_quote ( idf_escape ( " _ " ))) . ')([ \w)]+)$)' , $z , $C )) return $C [ 1 ] . idf_escape ( idf_unescape ( $C [ 2 ])) . $C [ 3 ]; return
2021-02-05 07:05:51 +01:00
idf_escape ( $z );} function
2021-05-08 19:20:46 +02:00
where ( $Z , $p = array ()){ global $g , $y ; $I = array (); foreach (( array ) $Z [ " where " ] as $z => $X ){ $z = bracket_escape ( $z , 1 ); $d = escape_key ( $z ); $I [] = $d . ( $y == " sql " && is_numeric ( $X ) && preg_match ( '~\.~' , $X ) ? " LIKE " . q ( $X ) : ( $y == " mssql " ? " LIKE " . q ( preg_replace ( '~[_%[]~' , '[\0]' , $X )) : " = " . unconvert_field ( $p [ $z ], q ( $X )))); if ( $y == " sql " && preg_match ( '~char|text~' , $p [ $z ][ " type " ]) && preg_match ( " ~[^ -@]~ " , $X )) $I [] = " $d = " . q ( $X ) . " COLLATE " . charset ( $g ) . " _bin " ;} foreach (( array ) $Z [ " null " ] as $z ) $I [] = escape_key ( $z ) . " IS NULL " ; return
2021-02-05 07:05:51 +01:00
implode ( " AND " , $I );} function
2021-05-08 19:20:46 +02:00
where_check ( $X , $p = array ()){ parse_str ( $X , $bb ); remove_slashes ( array ( & $bb )); return
where ( $bb , $p );} function
where_link ( $t , $d , $Y , $vf = " = " ){ return " &where%5B $t %5D%5Bcol%5D= " . urlencode ( $d ) . " &where%5B $t %5D%5Bop%5D= " . urlencode (( $Y !== null ? $vf : " IS NULL " )) . " &where%5B $t %5D%5Bval%5D= " . urlencode ( $Y );} function
convert_fields ( $e , $p , $L = array ()){ $I = " " ; foreach ( $e
as $z => $X ){ if ( $L &&! in_array ( idf_escape ( $z ), $L )) continue ; $Ga = convert_field ( $p [ $z ]); if ( $Ga ) $I .= " , $Ga AS " . idf_escape ( $z );} return $I ;} function
cookie ( $D , $Y , $xe = 2592000 ){ global $ba ; return
header ( " Set-Cookie: $D = " . urlencode ( $Y ) . ( $xe ? " ; expires= " . gmdate ( " D, d M Y H:i:s " , time () + $xe ) . " GMT " : " " ) . " ; path= " . preg_replace ( '~\?.*~' , '' , $_SERVER [ " REQUEST_URI " ]) . ( $ba ? " ; secure " : " " ) . " ; HttpOnly; SameSite=lax " , false );} function
2014-05-08 19:46:08 +02:00
restart_session (){ if ( ! ini_bool ( " session.use_cookies " )) session_start ();} function
2021-05-08 19:20:46 +02:00
stop_session ( $ed = false ){ $Pi = ini_bool ( " session.use_cookies " ); if ( ! $Pi || $ed ){ session_write_close (); if ( $Pi &&@ ini_set ( " session.use_cookies " , false ) === false ) session_start ();}} function & get_session ( $z ){ return $_SESSION [ $z ][ DRIVER ][ SERVER ][ $_GET [ " username " ]];} function
2021-02-05 07:05:51 +01:00
set_session ( $z , $X ){ $_SESSION [ $z ][ DRIVER ][ SERVER ][ $_GET [ " username " ]] = $X ;} function
2021-05-08 19:20:46 +02:00
auth_url ( $Xi , $M , $V , $l = null ){ global $ic ; preg_match ( '~([^?]*)\??(.*)~' , remove_from_uri ( implode ( " | " , array_keys ( $ic )) . " |username| " . ( $l !== null ? " db| " : " " ) . session_name ()), $C ); return " $C[1] ? " . ( sid () ? SID . " & " : " " ) . ( $Xi != " server " || $M != " " ? urlencode ( $Xi ) . " = " . urlencode ( $M ) . " & " : " " ) . " username= " . urlencode ( $V ) . ( $l != " " ? " &db= " . urlencode ( $l ) : " " ) . ( $C [ 2 ] ? " & $C[2] " : " " );} function
2014-05-08 19:46:08 +02:00
is_ajax (){ return ( $_SERVER [ " HTTP_X_REQUESTED_WITH " ] == " XMLHttpRequest " );} function
2021-05-08 19:20:46 +02:00
redirect ( $B , $Me = null ){ if ( $Me !== null ){ restart_session (); $_SESSION [ " messages " ][ preg_replace ( '~^[^?]*~' , '' ,( $B !== null ? $B : $_SERVER [ " REQUEST_URI " ]))][] = $Me ;} if ( $B !== null ){ if ( $B == " " ) $B = " . " ; header ( " Location: $B " ); exit ;}} function
query_redirect ( $G , $B , $Me , $Cg = true , $Hc = true , $Rc = false , $fi = " " ){ global $g , $n , $b ; if ( $Hc ){ $Eh = microtime ( true ); $Rc =! $g -> query ( $G ); $fi = format_time ( $Eh );} $_h = " " ; if ( $G ) $_h = $b -> messageQuery ( $G , $fi , $Rc ); if ( $Rc ){ $n = error () . $_h . script ( " messagesPrint(); " ); return
false ;} if ( $Cg ) redirect ( $B , $Me . $_h ); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
queries ( $G ){ global $g ; static $xg = array (); static $Eh ; if ( ! $Eh ) $Eh = microtime ( true ); if ( $G === null ) return
array ( implode ( " \n " , $xg ), format_time ( $Eh )); $xg [] = ( preg_match ( '~;$~' , $G ) ? " DELIMITER ;; \n $G ; \n DELIMITER " : $G ) . " ; " ; return $g -> query ( $G );} function
apply_queries ( $G , $S , $Dc = 'table' ){ foreach ( $S
as $Q ){ if ( ! queries ( " $G " . $Dc ( $Q ))) return
2014-05-08 19:46:08 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
queries_redirect ( $B , $Me , $Cg ){ list ( $xg , $fi ) = queries ( null ); return
query_redirect ( $xg , $B , $Me , $Cg , false , ! $Cg , $fi );} function
format_time ( $Eh ){ return
lang ( 1 , max ( 0 , microtime ( true ) - $Eh ));} function
2020-10-12 20:47:58 +02:00
relative_uri (){ return
2021-02-05 07:05:51 +01:00
str_replace ( " : " , " %3a " , preg_replace ( '~^[^?]*/([^?]*)~' , '\1' , $_SERVER [ " REQUEST_URI " ]));} function
2021-05-08 19:20:46 +02:00
remove_from_uri ( $Pf = " " ){ return
substr ( preg_replace ( " ~(?<=[?&])( $Pf " . ( SID ? " " : " | " . session_name ()) . " )=[^&]*&~ " , '' , relative_uri () . " & " ), 0 , - 1 );} function
pagination ( $E , $Ob ){ return " " . ( $E == $Ob ? $E + 1 : '<a href="' . h ( remove_from_uri ( " page " ) . ( $E ? " &page= $E " . ( $_GET [ " next " ] ? " &next= " . urlencode ( $_GET [ " next " ]) : " " ) : " " )) . '">' . ( $E + 1 ) . " </a> " );} function
get_file ( $z , $Wb = false ){ $Xc = $_FILES [ $z ]; if ( ! $Xc ) return
null ; foreach ( $Xc
as $z => $X ) $Xc [ $z ] = ( array ) $X ; $I = '' ; foreach ( $Xc [ " error " ] as $z => $n ){ if ( $n ) return $n ; $D = $Xc [ " name " ][ $z ]; $ni = $Xc [ " tmp_name " ][ $z ]; $Cb = file_get_contents ( $Wb && preg_match ( '~\.gz$~' , $D ) ? " compress.zlib:// $ni " : $ni ); if ( $Wb ){ $Eh = substr ( $Cb , 0 , 3 ); if ( function_exists ( " iconv " ) && preg_match ( " ~^ \xFE \xFF |^ \xFF \xFE ~ " , $Eh , $Ig )) $Cb = iconv ( " utf-16 " , " utf-8 " , $Cb ); elseif ( $Eh == " \xEF \xBB \xBF " ) $Cb = substr ( $Cb , 3 ); $I .= $Cb . " \n \n " ;} else $I .= $Cb ;} return $I ;} function
upload_error ( $n ){ $Je = ( $n == UPLOAD_ERR_INI_SIZE ? ini_get ( " upload_max_filesize " ) : 0 ); return ( $n ? lang ( 2 ) . ( $Je ? " " . lang ( 3 , $Je ) : " " ) : lang ( 4 ));} function
repeat_pattern ( $bg , $ve ){ return
str_repeat ( " $bg { 0,65535} " , $ve / 65535 ) . " $bg { 0, " . ( $ve % 65535 ) . " } " ;} function
2018-06-30 00:38:01 +02:00
is_utf8 ( $X ){ return ( preg_match ( '~~u' , $X ) &&! preg_match ( '~[\0-\x8\xB\xC\xE-\x1F]~' , $X ));} function
2021-05-08 19:20:46 +02:00
shorten_utf8 ( $P , $ve = 80 , $Lh = " " ){ if ( ! preg_match ( " (^( " . repeat_pattern ( " [ \t \r \n - \ x { 10FFFF}] " , $ve ) . " )( $ )?)u " , $P , $C )) preg_match ( " (^( " . repeat_pattern ( " [ \t \r \n -~] " , $ve ) . " )( $ )?) " , $P , $C ); return
h ( $C [ 1 ]) . $Lh . ( isset ( $C [ 2 ]) ? " " : " <i>…</i> " );} function
2014-05-08 19:46:08 +02:00
format_number ( $X ){ return
strtr ( number_format ( $X , 0 , " . " , lang ( 5 )), preg_split ( '~~u' , lang ( 6 ), - 1 , PREG_SPLIT_NO_EMPTY ));} function
friendly_url ( $X ){ return
preg_replace ( '~[^a-z0-9_]~i' , '-' , $X );} function
2021-05-08 19:20:46 +02:00
hidden_fields ( $sg , $Id = array (), $kg = '' ){ $I = false ; foreach ( $sg
as $z => $X ){ if ( ! in_array ( $z , $Id )){ if ( is_array ( $X )) hidden_fields ( $X , array (), $z ); else { $I = true ; echo '<input type="hidden" name="' . h ( $kg ? $kg . " [ $z ] " : $z ) . '" value="' . h ( $X ) . '">' ;}}} return $I ;} function
2014-05-08 19:46:08 +02:00
hidden_fields_get (){ echo ( sid () ? '<input type="hidden" name="' . session_name () . '" value="' . h ( session_id ()) . '">' : '' ),( SERVER !== null ? '<input type="hidden" name="' . DRIVER . '" value="' . h ( SERVER ) . '">' : " " ), '<input type="hidden" name="username" value="' . h ( $_GET [ " username " ]) . '">' ;} function
2021-05-08 19:20:46 +02:00
table_status1 ( $Q , $Sc = false ){ $I = table_status ( $Q , $Sc ); return ( $I ? $I : array ( " Name " => $Q ));} function
column_foreign_keys ( $Q ){ global $b ; $I = array (); foreach ( $b -> foreignKeys ( $Q ) as $r ){ foreach ( $r [ " source " ] as $X ) $I [ $X ][] = $r ;} return $I ;} function
enum_input ( $T , $Ia , $o , $Y , $xc = null ){ global $b ; preg_match_all ( " ~'((?:[^']|'')*)'~ " , $o [ " length " ], $Ee ); $I = ( $xc !== null ? " <label><input type=' $T ' $Ia value=' $xc ' " . (( is_array ( $Y ) ? in_array ( $xc , $Y ) : $Y === 0 ) ? " checked " : " " ) . " ><i> " . lang ( 7 ) . " </i></label> " : " " ); foreach ( $Ee [ 1 ] as $t => $X ){ $X = stripcslashes ( str_replace ( " '' " , " ' " , $X )); $db = ( is_int ( $Y ) ? $Y == $t + 1 : ( is_array ( $Y ) ? in_array ( $t + 1 , $Y ) : $Y === $X )); $I .= " <label><input type=' $T ' $Ia value=' " . ( $t + 1 ) . " ' " . ( $db ? ' checked' : '' ) . '>' . h ( $b -> editVal ( $X , $o )) . '</label>' ;} return $I ;} function
input ( $o , $Y , $s ){ global $U , $b , $y ; $D = h ( bracket_escape ( $o [ " field " ])); echo " <td class='function'> " ; if ( is_array ( $Y ) &&! $s ){ $Ea = array ( $Y ); if ( version_compare ( PHP_VERSION , 5.4 ) >= 0 ) $Ea [] = JSON_PRETTY_PRINT ; $Y = call_user_func_array ( 'json_encode' , $Ea ); $s = " json " ;} $Mg = ( $y == " mssql " && $o [ " auto_increment " ]); if ( $Mg &&! $_POST [ " save " ]) $s = null ; $nd = ( isset ( $_GET [ " select " ]) || $Mg ? array ( " orig " => lang ( 8 )) : array ()) + $b -> editFunctions ( $o ); $Ia = " name='fields[ $D ]' " ; if ( $o [ " type " ] == " enum " ) echo
h ( $nd [ " " ]) . " <td> " . $b -> editInput ( $_GET [ " edit " ], $o , $Ia , $Y ); else { $xd = ( in_array ( $s , $nd ) || isset ( $nd [ $s ])); echo ( count ( $nd ) > 1 ? " <select name='function[ $D ]'> " . optionlist ( $nd , $s === null || $xd ? $s : " " ) . " </select> " . on_help ( " getTarget(event).value.replace(/^SQL \$ /, '') " , 1 ) . script ( " qsl('select').onchange = functionChange; " , " " ) : h ( reset ( $nd ))) . '<td>' ; $Vd = $b -> editInput ( $_GET [ " edit " ], $o , $Ia , $Y ); if ( $Vd != " " ) echo $Vd ; elseif ( preg_match ( '~bool~' , $o [ " type " ])) echo " <input type='hidden' $Ia value='0'> " . " <input type='checkbox' " . ( preg_match ( '~^(1|t|true|y|yes|on)$~i' , $Y ) ? " checked='checked' " : " " ) . " $Ia value='1'> " ; elseif ( $o [ " type " ] == " set " ){ preg_match_all ( " ~'((?:[^']|'')*)'~ " , $o [ " length " ], $Ee ); foreach ( $Ee [ 1 ] as $t => $X ){ $X = stripcslashes ( str_replace ( " '' " , " ' " , $X )); $db = ( is_int ( $Y ) ? ( $Y >> $t ) & 1 : in_array ( $X , explode ( " , " , $Y ), true )); echo " <label><input type='checkbox' name='fields[ $D ][ $t ]' value=' " . ( 1 << $t ) . " ' " . ( $db ? ' checked' : '' ) . " > " . h ( $b -> editVal ( $X , $o )) . '</label>' ;}} elseif ( preg_match ( '~blob|bytea|raw|file~' , $o [ " type " ]) && ini_bool ( " file_uploads " )) echo " <input type='file' name='fields- $D '> " ; elseif (( $di = preg_match ( '~text|lob|memo~i' , $o [ " type " ])) || preg_match ( " ~ \n ~ " , $Y )){ if ( $di && $y != " sqlite " ) $Ia .= " cols='50' rows='12' " ; else { $K = min ( 12 , substr_count ( $Y , " \n " ) + 1 ); $Ia .= " cols='30' rows=' $K ' " . ( $K == 1 ? " style='height: 1.2em;' " : " " );} echo " <textarea $Ia > " . h ( $Y ) . '</textarea>' ;} elseif ( $s == " json " || preg_match ( '~^jsonb?$~' , $o [ " type " ])) echo " <textarea $Ia cols='50' rows='12' class='jush-js'> " . h ( $Y ) . '</textarea>' ; else { $Le = ( ! preg_match ( '~int~' , $o [ " type " ]) && preg_match ( '~^(\d+)(,(\d+))?$~' , $o [ " length " ], $C ) ? (( preg_match ( " ~binary~ " , $o [ " type " ]) ? 2 : 1 ) * $C [ 1 ] + ( $C [ 3 ] ? 1 : 0 ) + ( $C [ 2 ] &&! $o [ " unsigned " ] ? 1 : 0 )) : ( $U [ $o [ " type " ]] ? $U [ $o [ " type " ]] + ( $o [ " unsigned " ] ? 0 : 1 ) : 0 )); if ( $y == 'sql' && min_version ( 5.6 ) && preg_match ( '~time~' , $o [ " type " ])) $Le += 7 ; echo " <input " . (( ! $xd || $s === " " ) && preg_match ( '~(?<!o)int(?!er)~' , $o [ " type " ]) &&! preg_match ( '~\[\]~' , $o [ " full_type " ]) ? " type='number' " : " " ) . " value=' " . h ( $Y ) . " ' " . ( $Le ? " data-maxlength=' $Le ' " : " " ) . ( preg_match ( '~char|binary~' , $o [ " type " ]) && $Le > 20 ? " size='40' " : " " ) . " $Ia > " ;} echo $b -> editHint ( $_GET [ " edit " ], $o , $Y ); $Zc = 0 ; foreach ( $nd
2021-02-05 07:05:51 +01:00
as $z => $X ){ if ( $z === " " ||! $X ) break ; $Zc ++ ;} if ( $Zc ) echo
script ( " mixin(qsl('td'), { onchange: partial(skipOriginal, $Zc ), oninput: function () { this.onchange(); }}); " );}} function
2021-05-08 19:20:46 +02:00
process_input ( $o ){ global $b , $m ; $v = bracket_escape ( $o [ " field " ]); $s = $_POST [ " function " ][ $v ]; $Y = $_POST [ " fields " ][ $v ]; if ( $o [ " type " ] == " enum " ){ if ( $Y ==- 1 ) return
false ; if ( $Y == " " ) return " NULL " ; return + $Y ;} if ( $o [ " auto_increment " ] && $Y == " " ) return
null ; if ( $s == " orig " ) return ( preg_match ( '~^CURRENT_TIMESTAMP~i' , $o [ " on_update " ]) ? idf_escape ( $o [ " field " ]) : false ); if ( $s == " NULL " ) return " NULL " ; if ( $o [ " type " ] == " set " ) return
2021-02-05 07:05:51 +01:00
array_sum (( array ) $Y ); if ( $s == " json " ){ $s = " " ; $Y = json_decode ( $Y , true ); if ( ! is_array ( $Y )) return
2021-05-08 19:20:46 +02:00
false ; return $Y ;} if ( preg_match ( '~blob|bytea|raw|file~' , $o [ " type " ]) && ini_bool ( " file_uploads " )){ $Xc = get_file ( " fields- $v " ); if ( ! is_string ( $Xc )) return
false ; return $m -> quoteBinary ( $Xc );} return $b -> processInput ( $o , $Y , $s );} function
fields_from_edit (){ global $m ; $I = array (); foreach (( array ) $_POST [ " field_keys " ] as $z => $X ){ if ( $X != " " ){ $X = bracket_escape ( $X ); $_POST [ " function " ][ $X ] = $_POST [ " field_funs " ][ $z ]; $_POST [ " fields " ][ $X ] = $_POST [ " field_vals " ][ $z ];}} foreach (( array ) $_POST [ " fields " ] as $z => $X ){ $D = bracket_escape ( $z , 1 ); $I [ $D ] = array ( " field " => $D , " privileges " => array ( " insert " => 1 , " update " => 1 ), " null " => 1 , " auto_increment " => ( $z == $m -> primary ),);} return $I ;} function
search_tables (){ global $b , $g ; $_GET [ " where " ][ 0 ][ " val " ] = $_POST [ " query " ]; $ih = " <ul> \n " ; foreach ( table_status ( '' , true ) as $Q => $R ){ $D = $b -> tableName ( $R ); if ( isset ( $R [ " Engine " ]) && $D != " " && ( ! $_POST [ " tables " ] || in_array ( $Q , $_POST [ " tables " ]))){ $H = $g -> query ( " SELECT " . limit ( " 1 FROM " . table ( $Q ), " WHERE " . implode ( " AND " , $b -> selectSearchProcess ( fields ( $Q ), array ())), 1 )); if ( ! $H || $H -> fetch_row ()){ $og = " <a href=' " . h ( ME . " select= " . urlencode ( $Q ) . " &where[0][op]= " . urlencode ( $_GET [ " where " ][ 0 ][ " op " ]) . " &where[0][val]= " . urlencode ( $_GET [ " where " ][ 0 ][ " val " ])) . " '> $D </a> " ; echo " $ih <li> " . ( $H ? $og : " <p class='error'> $og : " . error ()) . " \n " ; $ih = " " ;}}} echo ( $ih ? " <p class='message'> " . lang ( 9 ) : " </ul> " ) . " \n " ;} function
dump_headers ( $Fd , $Ue = false ){ global $b ; $I = $b -> dumpHeaders ( $Fd , $Ue ); $Lf = $_POST [ " output " ]; if ( $Lf != " text " ) header ( " Content-Disposition: attachment; filename= " . $b -> dumpFilename ( $Fd ) . " . $I " . ( $Lf != " file " && preg_match ( '~^[0-9a-z]+$~' , $Lf ) ? " . $Lf " : " " )); session_write_close (); ob_flush (); flush (); return $I ;} function
2021-02-05 07:05:51 +01:00
dump_csv ( $J ){ foreach ( $J
2021-05-08 19:20:46 +02:00
as $z => $X ){ if ( preg_match ( '~["\n,;\t]|^0|\.\d*0$~' , $X ) || $X === " " ) $J [ $z ] = '"' . str_replace ( '"' , '""' , $X ) . '"' ;} echo
2021-02-05 07:05:51 +01:00
implode (( $_POST [ " format " ] == " csv " ? " , " : ( $_POST [ " format " ] == " tsv " ? " \t " : " ; " )), $J ) . " \r \n " ;} function
2021-05-08 19:20:46 +02:00
apply_sql_function ( $s , $d ){ return ( $s ? ( $s == " unixepoch " ? " DATETIME( $d , ' $s ') " : ( $s == " count distinct " ? " COUNT(DISTINCT " : strtoupper ( " $s ( " )) . " $d ) " ) : $d );} function
get_temp_dir (){ $I = ini_get ( " upload_tmp_dir " ); if ( ! $I ){ if ( function_exists ( 'sys_get_temp_dir' )) $I = sys_get_temp_dir (); else { $q =@ tempnam ( " " , " " ); if ( ! $q ) return
false ; $I = dirname ( $q ); unlink ( $q );}} return $I ;} function
file_open_lock ( $q ){ $ld =@ fopen ( $q , " r+ " ); if ( ! $ld ){ $ld =@ fopen ( $q , " w " ); if ( ! $ld ) return ; chmod ( $q , 0660 );} flock ( $ld , LOCK_EX ); return $ld ;} function
file_write_unlock ( $ld , $Qb ){ rewind ( $ld ); fwrite ( $ld , $Qb ); ftruncate ( $ld , strlen ( $Qb )); flock ( $ld , LOCK_UN ); fclose ( $ld );} function
password_file ( $i ){ $q = get_temp_dir () . " /adminer.key " ; $I =@ file_get_contents ( $q ); if ( $I ||! $i ) return $I ; $ld =@ fopen ( $q , " w " ); if ( $ld ){ chmod ( $q , 0660 ); $I = rand_string (); fwrite ( $ld , $I ); fclose ( $ld );} return $I ;} function
2014-05-08 19:46:08 +02:00
rand_string (){ return
md5 ( uniqid ( mt_rand (), true ));} function
2021-05-08 19:20:46 +02:00
select_value ( $X , $A , $o , $ei ){ global $b ; if ( is_array ( $X )){ $I = " " ; foreach ( $X
as $ge => $W ) $I .= " <tr> " . ( $X != array_values ( $X ) ? " <th> " . h ( $ge ) : " " ) . " <td> " . select_value ( $W , $A , $o , $ei ); return " <table cellspacing='0'> $I </table> " ;} if ( ! $A ) $A = $b -> selectLink ( $X , $o ); if ( $A === null ){ if ( is_mail ( $X )) $A = " mailto: $X " ; if ( is_url ( $X )) $A = $X ;} $I = $b -> editVal ( $X , $o ); if ( $I !== null ){ if ( ! is_utf8 ( $I )) $I = " \0 " ; elseif ( $ei != " " && is_shortable ( $o )) $I = shorten_utf8 ( $I , max ( 0 , + $ei )); else $I = h ( $I );} return $b -> selectVal ( $I , $A , $o , $X );} function
is_mail ( $uc ){ $Ha = '[-a-z0-9!#$%&\'*+/=?^_`{|}~]' ; $hc = '[a-z0-9]([-a-z0-9]{0,61}[a-z0-9])' ; $bg = " $Ha +( \\ . $Ha +)*@( $hc ? \\ .)+ $hc " ; return
is_string ( $uc ) && preg_match ( " (^ $bg (, \\ s* $bg )* \$ )i " , $uc );} function
is_url ( $P ){ $hc = '[a-z0-9]([-a-z0-9]{0,61}[a-z0-9])' ; return
preg_match ( " ~^(https?)://( $hc ? \\ .)+ $hc (: \\ d+)?(/.*)?( \\ ?.*)?(#.*)? \$ ~i " , $P );} function
is_shortable ( $o ){ return
preg_match ( '~char|text|json|lob|geometry|point|linestring|polygon|string|bytea~' , $o [ " type " ]);} function
count_rows ( $Q , $Z , $be , $qd ){ global $y ; $G = " FROM " . table ( $Q ) . ( $Z ? " WHERE " . implode ( " AND " , $Z ) : " " ); return ( $be && ( $y == " sql " || count ( $qd ) == 1 ) ? " SELECT COUNT(DISTINCT " . implode ( " , " , $qd ) . " ) $G " : " SELECT COUNT(*) " . ( $be ? " FROM (SELECT 1 $G GROUP BY " . implode ( " , " , $qd ) . " ) x " : $G ));} function
slow_query ( $G ){ global $b , $pi , $m ; $l = $b -> database (); $gi = $b -> queryTimeout (); $uh = $m -> slowQuery ( $G , $gi ); if ( ! $uh && support ( " kill " ) && is_object ( $h = connect ()) && ( $l == " " || $h -> select_db ( $l ))){ $je = $h -> result ( connection_id ()); echo '<script' , nonce (), ' >
2014-05-08 19:46:08 +02:00
var timeout = setTimeout ( function () {
ajax ( \ '' , js_escape ( ME ), ' script = kill\ ' , function () {
2021-05-08 19:20:46 +02:00
}, \ 'kill=' , $je , '&token=' , $pi , ' \ ' );
}, ',1000*$gi,' );
2014-05-08 19:46:08 +02:00
</ script >
2021-05-08 19:20:46 +02:00
' ;} else $h = null ; ob_flush (); flush (); $I =@ get_key_vals (( $uh ? $uh : $G ), $h , false ); if ( $h ){ echo
2021-02-05 07:05:51 +01:00
script ( " clearTimeout(timeout); " ); ob_flush (); flush ();} return $I ;} function
2021-05-08 19:20:46 +02:00
get_token (){ $_g = rand ( 1 , 1e6 ); return ( $_g ^ $_SESSION [ " token " ]) . " : $_g " ;} function
verify_token (){ list ( $pi , $_g ) = explode ( " : " , $_POST [ " token " ]); return ( $_g ^ $_SESSION [ " token " ]) == $pi ;} function
lzw_decompress ( $Ra ){ $ec = 256 ; $Sa = 8 ; $jb = array (); $Og = 0 ; $Pg = 0 ; for ( $t = 0 ; $t < strlen ( $Ra ); $t ++ ){ $Og = ( $Og << 8 ) + ord ( $Ra [ $t ]); $Pg += 8 ; if ( $Pg >= $Sa ){ $Pg -= $Sa ; $jb [] = $Og >> $Pg ; $Og &= ( 1 << $Pg ) - 1 ; $ec ++ ; if ( $ec >> $Sa ) $Sa ++ ;}} $dc = range ( " \0 " , " \xFF " ); $I = " " ; foreach ( $jb
as $t => $ib ){ $tc = $dc [ $ib ]; if ( ! isset ( $tc )) $tc = $mj . $mj [ 0 ]; $I .= $tc ; if ( $t ) $dc [] = $mj . $tc [ 0 ]; $mj = $tc ;} return $I ;} function
on_help ( $qb , $rh = 0 ){ return
script ( " mixin(qsl('select, input'), { onmouseover: function (event) { helpMouseover.call(this, event, $qb , $rh ) }, onmouseout: helpMouseout}); " , " " );} function
edit_form ( $Q , $p , $J , $Ki ){ global $b , $y , $pi , $n ; $Qh = $b -> tableName ( table_status1 ( $Q , true )); page_header (( $Ki ? lang ( 10 ) : lang ( 11 )), $n , array ( " select " => array ( $Q , $Qh )), $Qh ); $b -> editRowPrint ( $Q , $p , $J , $Ki ); if ( $J === false ) echo " <p class='error'> " . lang ( 12 ) . " \n " ; echo ' < form action = " " method = " post " enctype = " multipart/form-data " id = " form " >
';if(!$p)echo"<p class=' error '>".lang(13)."\n";else{echo"<table cellspacing=' 0 ' class=' layout '>".script("qsl(' table ' ) . onkeydown = editingKeydown ; " );foreach( $p
as $D => $o ){ echo " <tr><th> " . $b -> fieldName ( $o ); $Xb = $_GET [ " set " ][ bracket_escape ( $D )]; if ( $Xb === null ){ $Xb = $o [ " default " ]; if ( $o [ " type " ] == " bit " && preg_match ( " ~^b'([01]*)' \$ ~ " , $Xb , $Ig )) $Xb = $Ig [ 1 ];} $Y = ( $J !== null ? ( $J [ $D ] != " " && $y == " sql " && preg_match ( " ~enum|set~ " , $o [ " type " ]) ? ( is_array ( $J [ $D ]) ? array_sum ( $J [ $D ]) :+ $J [ $D ]) : ( is_bool ( $J [ $D ]) ? + $J [ $D ] : $J [ $D ])) : ( ! $Ki && $o [ " auto_increment " ] ? " " : ( isset ( $_GET [ " select " ]) ? false : $Xb ))); if ( ! $_POST [ " save " ] && is_string ( $Y )) $Y = $b -> editVal ( $Y , $o ); $s = ( $_POST [ " save " ] ? ( string ) $_POST [ " function " ][ $D ] : ( $Ki && preg_match ( '~^CURRENT_TIMESTAMP~i' , $o [ " on_update " ]) ? " now " : ( $Y === false ? null : ( $Y !== null ? '' : 'NULL' )))); if ( ! $_POST &&! $Ki && $Y == $o [ " default " ] && preg_match ( '~^[\w.]+\(~' , $Y )) $s = " SQL " ; if ( preg_match ( " ~time~ " , $o [ " type " ]) && preg_match ( '~^CURRENT_TIMESTAMP~i' , $Y )){ $Y = " " ; $s = " now " ;} input ( $o , $Y , $s ); echo " \n " ;} if ( ! support ( " table " )) echo " <tr> " . " <th><input name='field_keys[]'> " . script ( " qsl('input').oninput = fieldChange; " ) . " <td class='function'> " . html_select ( " field_funs[] " , $b -> editFunctions ( array ( " null " => isset ( $_GET [ " select " ])))) . " <td><input name='field_vals[]'> " . " \n " ; echo " </table> \n " ;} echo " <p> \n " ; if ( $p ){ echo " <input type='submit' value=' " . lang ( 14 ) . " '> \n " ; if ( ! isset ( $_GET [ " select " ])){ echo " <input type='submit' name='insert' value=' " . ( $Ki ? lang ( 15 ) : lang ( 16 )) . " ' title='Ctrl+Shift+Enter'> \n " ,( $Ki ? script ( " qsl('input').onclick = function () { return !ajaxForm(this.form, ' " . lang ( 17 ) . " …', this); }; " ) : " " );}} echo ( $Ki ? " <input type='submit' name='delete' value=' " . lang ( 18 ) . " '> " . confirm () . " \n " : ( $_POST ||! $p ? " " : script ( " focus(qsa('td', qs('#form'))[1].firstChild); " ))); if ( isset ( $_GET [ " select " ])) hidden_fields ( array ( " check " => ( array ) $_POST [ " check " ], " clone " => $_POST [ " clone " ], " all " => $_POST [ " all " ])); echo '<input type="hidden" name="referer" value="' , h ( isset ( $_POST [ " referer " ]) ? $_POST [ " referer " ] : $_SERVER [ " HTTP_REFERER " ]), ' " >
2014-05-08 19:46:08 +02:00
< input type = " hidden " name = " save " value = " 1 " >
2021-05-08 19:20:46 +02:00
< input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2018-04-01 23:34:54 +02:00
' ;} if ( isset ( $_GET [ " file " ])){ if ( $_SERVER [ " HTTP_IF_MODIFIED_SINCE " ]){ header ( " HTTP/1.1 304 Not Modified " ); exit ;} header ( " Expires: " . gmdate ( " D, d M Y H:i:s " , time () + 365 * 24 * 60 * 60 ) . " GMT " ); header ( " Last-Modified: " . gmdate ( " D, d M Y H:i:s " ) . " GMT " ); header ( " Cache-Control: immutable " ); if ( $_GET [ " file " ] == " favicon.ico " ){ header ( " Content-Type: image/x-icon " ); echo
2021-05-08 19:20:46 +02:00
lzw_decompress ( " \0 \0 \0 ` \0 <EFBFBD> \0 \n @ \0 <EFBFBD> C<> <10> \" \0 `E<> Q<EFBFBD> <51> <01> <1F> ?<3F> tvM'<27> Jd<4A> d \\ <19> b0\0 <08> \" <13> <> fӈ<66> <D388> s5<73> <35> <EFBFBD> <EFBFBD> A<EFBFBD> X P a J<> 0<18> <> <EFBFBD> 8<> #R<> T<EFBFBD> <54> z`<60> #.<2E> <> c<EFBFBD> X<EFBFBD> <58> Ȁ?<3F> -\0 <05> Im?<3F> .<16> M<EFBFBD> <16> \0 ȯ (̉<> <1E> /( %<25> \0 " );} elseif ( $_GET [ " file " ] == " default.css " ){ header ( " Content-Type: text/css; charset=utf-8 " ); echo
lzw_decompress ( " \n 1 ̇<> ٌ<EFBFBD> l7<6C> <37> B1<42> 4vb0<62> <30> fs<66> <73> <EFBFBD> n2B<32> ѱ٘<D1B1> n:<0E> # (<28> b. \r D c)<29> <> a7 E<> <13> <> <EFBFBD> l<0C> ñ<EFBFBD> <C3B1> i1̎s<03> <> <EFBFBD> -4<> <34> f<EFBFBD> <09> <> i7<0E> <03> <> <EFBFBD> <EFBFBD> t4<0E> <> <EFBFBD> y<EFBFBD> Zf4<66> <05> i<01> AT<41> V V<15> <> f: Ϧ , :1<0E> Qݼ<51> b2 `<60> #<0C> >:7G<37> <47> 1<EFBFBD> <31> <EFBFBD> s<EFBFBD> <73> L<EFBFBD> XD*bv<܌#<23> e@<40> :4<1B> <> !fo<1D> <> <EFBFBD> t:<<3C> <> 咾<EFBFBD> o<EFBFBD> <6F> \n i<EFBFBD> <EFBFBD> <EFBFBD> ',<2C> <> a _<> :<3A> i<69> Bv<42> |N<> 4.5 Nf<4E> i<EFBFBD> vp<76> h<EFBFBD> <68> l<EFBFBD> <6C> <EFBFBD> ֚<EFBFBD> O<EFBFBD> <4F> <EFBFBD> <EFBFBD> = <20> OFQ<46> <51> k \$ <EFBFBD> <EFBFBD> i<EFBFBD> <1A> <> <EFBFBD> d2T<0C> <> p<EFBFBD> <70> 6<EFBFBD> <01> <> <EFBFBD> <EFBFBD> -<2D> Z<EFBFBD> <5A> <EFBFBD> <EFBFBD> <EFBFBD> 6<EFBFBD> <36> <EFBFBD> <EFBFBD> h:<3A> a<> ,<2C> <> <EFBFBD> <10> 2<EFBFBD> #8А <38> #<23> <> 6 n<> <6E> <11> <> J<1E> <> h<EFBFBD> t<EFBFBD> <74> <EFBFBD> <EFBFBD> <EFBFBD> 4 O42<34> <32> ok<6F> <12> *r<> <72> <01> @ p@<16> !<21> <1D> <> <EFBFBD> <EFBFBD> <EFBFBD> ?<3F> 6<> <36> r[<03> <> L<06> <> <EFBFBD> :2B<32> j<EFBFBD> !Hb<1C> <> P<EFBFBD> = !1 V<> \" <EFBFBD> <EFBFBD> 0<EFBFBD> <EFBFBD> \n S<EFBFBD> <19> <> D7<0E> <> Dڛ<44> C!<1C> !<21> <> <EFBFBD> Gʌ<47> <20> +<2B> = tC<74> <43> .C<> <43> : +<2B> <> =<3D> <> <EFBFBD> <EFBFBD> <18> <> <EFBFBD> %<1F> c<EFBFBD> 1MR/<2F> EȒ4<C892> <34> <EFBFBD> 2<EFBFBD> 䱠<EFBFBD> `<60> 8(<28> ӹ[W<0B> <> =<3D> yS<0C> b<EFBFBD> =<3D> -ܹ BS +ɯ <> <C9AF> <EFBFBD> <EFBFBD> <0F> @ p L4Y d<> <17> q<EFBFBD> <71> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 6<0C> 3Ĭ<0C> <> Ac܌<63> Ψ<EFBFBD> k<EFBFBD> [&><3E> <> <EFBFBD> Z<> pkm]<5D> u-c:<3A> <15> <> N t<> δpҝ<70> <D29D> 8<EFBFBD> =<3D> #<23> <> [ .<2E> <> ޯ<EFBFBD> ~<7E> <> <EFBFBD> m<EFBFBD> y<EFBFBD> PP<50> |I֛<49> <EFBFBD> <0F> Q<> 9v[<5B> Q<EFBFBD> <51> \n <EFBFBD> <EFBFBD> r<EFBFBD> 'g<> +<2B> <> T<EFBFBD> 2<EFBFBD> <32> V<EFBFBD> <56> z<EFBFBD> 4<EFBFBD> <34> 8<EFBFBD> <38> ( <09> Ey*#j<> 2]<12> <> R<EFBFBD> <52> <06> <> )<29> <> [N<> R\$ <EFBFBD> <>:<3A> <> >\$ ;<14> ><3E> <> \r <EFBFBD> <EFBFBD> <EFBFBD> H<EFBFBD> <EFBFBD> T<> \n w<> N <20> wأ<77> <D8A3> <<3C> <0E> Gw<47> <77> <EFBFBD> <15> \\ Y<EFBFBD> _<EFBFBD> Rt^<5E> ><3E> \r }<7D> <> S \r z<EFBFBD> 4=<3D> \n L<EFBFBD> %J<> <13> \" ,Z<> 8<0E> <> <EFBFBD> <EFBFBD> i<EFBFBD> 0u<30> ?<1A> <> <EFBFBD> <EFBFBD> <EFBFBD> s 3 #<23> ى<EFBFBD> :<3A> <> <EFBFBD> <EFBFBD> 㽖<18> <> E]x<> <78> <0E> s^8<> <38> K^<5E> <> *0<> <30> w<EFBFBD> <03> <> <EFBFBD> ~<7E> <> <EFBFBD> :<3A> <> i<EFBFBD> <69> <EFBFBD> v2w<32> <77> <EFBFBD> <07> ^7<> <0E> <08> 7<EFBFBD> c<EFBFBD> <63> u+U %<25> { P<EFBFBD> *4̼<34> LX./!<21> <> 1C<1E> <> qx! H<> <02> Fd<08> <> L<EFBFBD> <4C> <1B> Ġ<> `6<06> <0C> 5<> <1A> f<05> <> Ć<EFBFBD> = H<> l <20> V 1<> <31> \0 a2<EFBFBD> ;<3B> <> 6<EFBFBD> <36> <EFBFBD> <EFBFBD> _ه <D987> \0 &<26> Z<EFBFBD> S<EFBFBD> d)KE'<27> <> n<EFBFBD> <6E> [ X<> <58> \0 ZɊ<EFBFBD> F[P<> ޘ@<40> <> !<19> <0E> Y<EFBFBD> ,`<60> \" ڷ<05> <> 0Ee9 yF><3E> <> 9 b<> <62> <EFBFBD> <EFBFBD> F5:<14> <> <EFBFBD> \0 } Ĵ<> <C4B4> ( \$ <0E> <> <08> <> <EFBFBD> 37H<37> <1C> <> M<> A<EFBFBD> <41> 6R<36> <52> { Mq<EFBFBD> 7G<EFBFBD> <EFBFBD> C<> C<0C> m2<03> (<28> Ct>[<5B> -t<> /&C<0C> ]<5D> etG<74> ̬ 4@ r><06> <> <08> <<3C> Sq<11> /<2F> <> <EFBFBD> Q<EFBFBD> <51> hm<68> <6D> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> L<EFBFBD> <4C> #<10> <> K<EFBFBD> |<7C> <> <EFBFBD> 6fKP<4B> \r %t<> <08> V= \" <EFBFBD> SH\$ <EFBFBD> } <20> <> )w<> ,W\0 F<06> <> u@<40> b<0B> 9<EFBFBD> \r r<EFBFBD> 2<EFBFBD> #<23> D<EFBFBD> <44> X<EFBFBD> <58> <EFBFBD> yOI<4F> ><14> <> n<0B> <> Ǣ %<25> <> <EFBFBD> '<27> <> _<EFBFBD> <5F> t \r τz<0C> \\ 1<EFBFBD> hl<EFBFBD> ]Q5Mp6k<36> <6B> <EFBFBD> qh<71> \$ <EFBFBD> H~<06> |<7C> <14> !*4<> <34> <10> <14> `S<> <53> <EFBFBD> S t<> PP\\ g<EFBFBD> <EFBFBD> 7<EFBFBD> \n -<07> :袪p<E8A2AA> <70> <EFBFBD> <EFBFBD> l<EFBFBD> B<EFBFBD> <42> <EFBFBD> <EFBFBD> 7Ө c<> (wO0 \\ :<07> <> w<EFBFBD> <77> <EFBFBD> p4<70> <34> <EFBFBD> { T<EFBFBD> <EFBFBD> jO<EFBFBD> 6 H Ê<> r<EFBFBD> <12> <03> q \n <11> <> %%<25> y']\$ <EFBFBD> <EFBFBD> a<EFBFBD> Z<1D> .fc<66> q*-<2D> FW<46> <57> k<EFBFBD> <6B> z<EFBFBD> <15> <> j<> <1E> <> lg<6C> <67> :<3A> \$ \" <EFBFBD> N<EFBFBD> \r #<23> d<EFBFBD> Â<EFBFBD> <C382> <01> sc<73> <63> ̠<EFBFBD> <14> \" j<EFBFBD> \r <EFBFBD> <EFBFBD> <EFBFBD> <15> <> Ւ<EFBFBD> Ph<50> 1/<2F> <02> D A)<06> <> <EFBFBD> [<5B> kn<6B> p7 6<> Y<EFBFBD> <59> R{ <18> M<05> P<EFBFBD> <50> <EFBFBD> @\n -<2D> a<EFBFBD> 6<EFBFBD> <36> [<5B> zJ H,<2C> dl<14> B<> h<EFBFBD> o<EFBFBD> <6F> <EFBFBD> <03> <1D> +<2B> #Dr^<1F> ^<5E> <> e<EFBFBD> <65> E<EFBFBD> <45> <EFBFBD> ĜaP<61> <50> <EFBFBD> JG<4A> z<1A> <> t<0E> <> 2<EFBFBD> X<EFBFBD> <16> <> <EFBFBD> <EFBFBD> V<EFBFBD> <56> <EFBFBD> <EFBFBD> <EFBFBD> ȳ<13> <> B_%K=E<> <45> b 弾<7F> §kU(.! ܮ8<DCAE> <38> <EFBFBD> <EFBFBD> I.@<40> K<EFBFBD> xn<78> <6E> <EFBFBD> :<3A> P<EFBFBD> 3 2<> <32> m<EFBFBD> H C*<2A> :v<17> T<EFBFBD> \n R<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 0u<01> <> <10> <> <1C> ҧ]<01> <1B> <> <EFBFBD> <EFBFBD> P /<2F> JQd<51> { L<EFBFBD> :Y<> <59> 2b<32> <62> T <20> <> <EFBFBD> 3<EFBFBD> 4<EFBFBD> <34> <EFBFBD> c<EFBFBD> <63> V=<3D> <> <15> L4<1E> <> r<0C> !<21> B<03> Y<EFBFBD> 6<0F> <19> MeL<07> <> <EFBFBD> <1D> <> <EFBFBD> <EFBFBD> i<EFBFBD> o<EFBFBD> 9< G<> <47> ƕЙM hm^<5E> U<EFBFBD> N<EFBFBD> <4E> <EFBFBD> <0B> Tr 5HiM<69> /<2F> n<EFBFBD> 흳T<ED9DB3> <54> [-<_ _<> 3/Xr( <<3C> <> <EFBFBD> <EFBFBD> <05> <> <EFBFBD> <EFBFBD> <EFBFBD> u ҖG NX2 0<> \r \$ ^<5E> <> :'9<> <39> O<EFBFBD> <4F> ;<3B> k<EFBFBD> <03> <> <0C> f<EFBFBD> <66> N'a<> <61> <06> <0E> b<EFBFBD> ,<2C> V<EFBFBD> <56> <EFBFBD> <EFBFBD> 1<EFBFBD> <31> HI!%6@<40> <08> \$ <EFBFBD> EG ڜ<> 1<EFBFBD> (mU<6D> <55> <EFBFBD> rս <72> <03> <> `<60> <> i N+ Ü<> )<29> <> <16> 0l<30> <6C> f0<66> <06> [U<> <55> V<EFBFBD> <56> -:I^<5E> <> \$ <EFBFBD> s<EFBFBD> b\r e<EFBFBD> <EFBFBD> ug<75> h<EFBFBD> ~9<> ߈<EFBFBD> b<EFBFBD> <62> <EFBFBD> <EFBFBD> <EFBFBD> f<EFBFBD> +0<> <30> hXrݬ<72> ! \$ <EFBFBD> e,<2C> w+<2B> <> <EFBFBD> <EFBFBD> <EFBFBD> 3<EFBFBD> <33> _<10> A<EFBFBD> k<EFBFBD> <6B> \n k<EFBFBD> r<EFBFBD> ʛc u WdY<64> \\ <EFBFBD> ={ .<2E> č<EFBFBD> <C48D> <EFBFBD> g<> <67> p8<70> t \r RZ<EFBFBD> v<EFBFBD> J :<3A> ><3E> <> Y|+<2B> @<40> <> <EFBFBD> <EFBFBD> C<> t \r <EFBFBD> <EFBFBD> jt<6A> <74> 6<> <36> %<25> ?<03> <> ǎ<EFBFBD> <C78E> ><3E> /<0B> <> <EFBFBD> <EFBFBD> <EFBFBD> 9F`ו <> <D795> v ~K<> <4B> <EFBFBD> <EFBFBD> <EFBFBD> R<EFBFBD> W<EFBFBD> <57> z<EFBFBD> <0C> lm<6C> w L<> 9Y<39> * q<> x<EFBFBD> z<EFBFBD> <7A> Se<53> ݛ<EFBFBD> <DD9B> <EFBFBD> <EFBFBD> ~<7E> D<1D> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> x<EFBFBD> <78> <EFBFBD> ɟi7<69> 2<1F> <> <EFBFBD> Oݻ<07> <> _{ <EFBFBD> <EFBFBD> 53<EFBFBD> <EFBFBD> t<EFBFBD> <EFBFBD> <EFBFBD> _<EFBFBD> <EFBFBD> z<EFBFBD> 3<EFBFBD> d)<29> C<EFBFBD> <43> \$ ?KӪP<D3AA> %<25> <> T&<26> <0C> & \0 P<EFBFBD> NA<EFBFBD> ^<5E> ~<7E> <> <EFBFBD> p<06> <20> Ϝ <> <0F> <> \r \$ <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> b*+D6궦ψ<EAB6A6> <CF88> J\$ (<28> ol<6F> <6C> h&<06> <> KBS ><3E> <> <EFBFBD> ; z<> <7A> x<EFBFBD> oz><3E> <> <EFBFBD> o<> Z<EFBFBD> \n ʋ [<05> v<EFBFBD> <76> <EFBFBD> Ȝ <> <C89C> 2<EFBFBD> OxِV<D990> 0f<30> <66> <EFBFBD> <0F> <> 2Bl<42> bk<02> 6Zk<5A> hXc d<> 0*<2A> KT<4B> <54> H=<3D> <> π<> p0<70> l V<> <56> <0B> <> \r <08> <> <EFBFBD> n<EFBFBD> m<EFBFBD> <6D> )(<28> (<28> :#<23> <> <EFBFBD> <EFBFBD> E<EFBFBD> <45> :C<> C<EFBFBD> <43> <0B> \r <EFBFBD> G\r é 0<> <0E> i<0E> <> <0C> <> :`Z1Q \n :<3A> <> \r \0 <EFBFBD> <0B> <> q<05> <11> <> : `<60> -<10> M #} 1;<11> <> <EFBFBD> <EFBFBD> q<11> # |<0E> S<11> <> <EFBFBD> hl<68> D<EFBFBD> \0 f iDp<44> L<> <4C> ``<60> <> <EFBFBD> <10> 0y<30> <79> 1<> <18> <> \r <EFBFBD> =<10> M Q\\ <0C> <> %o q<> <71> \0 <EFBFBD> <0B> <> 1<> 21<32> 1<7F> <31> <20> <18> <> ќbi:<3A> <> \r <EFBFBD> / Ѣ<> ` )<29> <> 0<EFBFBD> <19> @<40> <15> <1E> I 1<> N<14> C<EFBFBD> <43> <EFBFBD> <EFBFBD> <17> O<11> <> Z<EFBFBD> <5A> 1<> <1E> <> q1 <20> <15> <> <EFBFBD> ,<2C> \r dI<11> Ǧv<C7A6> j<EFBFBD> <6A> 1 t<> B<EFBFBD> <42> <EFBFBD> ⁒0:<3A> 0<0C> <> <EFBFBD> 1<EFBFBD> A2V<32> <56> <EFBFBD> 0<EFBFBD> <30> <1B> <> %<25> f i3! &Q<> Rc%<25> q& w%<25> <> \r <EFBFBD> <EFBFBD> V<EFBFBD> #<23> <> <EFBFBD> Qw `<60> % <20> <> <EFBFBD> m*r<> <10> y &i<> +r{ *<2A> <> (rg(<28> #(2<> (<28> <> )R@ i<> -<2D> <> <20> <> <EFBFBD> 1 \" \0 <EFBFBD> <1A> R<EFBFBD> <52> <EFBFBD> . e.r<> <1A> ,<0C> ry(2<> C<EFBFBD> <43> <EFBFBD> b<EFBFBD> !Bޏ3 %ҵ,R<> 1<EFBFBD> <31> &<26> <> t<EFBFBD> <74> b<EFBFBD> a\r L<EFBFBD> <EFBFBD> -3<12> <13> <> <0C> <> \0 <EFBFBD> <0B> Bp<11> 1<EFBFBD> 94<39> O'R<> 3*<2A> <> =\$ <EFBFBD> [<13> ^iI;/3i<11> 5<EFBFBD> &<26> } 1 7<> # ѹ8<D1B9> <38> \" <EFBFBD> 7<EFBFBD> <EFBFBD> 8<11> 9*<2A> 23<32> !<21> <> !1\\ \0 <EFBFBD> 8<EFBFBD> <EFBFBD> rk9<13> ;S<> 23<32> <0B> ړ*<2A> :q]5S <<3C> <> #3<> 83<38> # e<> =<13> > ~9S螳<53> r<> )<29> <> T * a<13> @і <> be s<> <1B> <1B> :-<2D> <> <EFBFBD> <EFBFBD> <EFBFBD> *;,<2C> ؙ3 !i<> <69> <EFBFBD> LҲ<4C> #1 <20> + n<> <20> *<2A> <> @<40> 3i7<69> 1<> <04> <> _<13> F<EFBFBD> S;3<> F<EFBFBD> \r A<EFBFBD> <EFBFBD> 3<> ><3E> x:<3A> \r <EFBFBD> 0<EFBFBD> <EFBFBD> @<40> -<2D> /<0E> <> w<15> <> 7<EFBFBD> <37> <EFBFBD> S<EFBFBD> J3<4A> <20> .F<> \$ O<EFBFBD> B<EFBFBD> <EFBFBD> <EFBFBD> %4<> +t<> 'g<> Lq \r Jt<EFBFBD> J<EFBFBD> <EFBFBD> M2 \r <EFBFBD> <EFBFBD> 7<EFBFBD> <EFBFBD> T@<40> <> <EFBFBD> ) ⓣd<E293A3> <64> 2 <32> P>ΰ<0E> <> Fi<69> \n r \0 <EFBFBD> <12> b<EFBFBD> k(<28> D<EFBFBD> <44> <EFBFBD> KQ<4B> <51> <EFBFBD> <EFBFBD> 1<> \" 2t<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> P<14> \r <EFBFBD> <EFBFBD> ,\$ KCt<EFBFBD> 5<EFBFBD> <EFBFBD> #<23> <> )<29> <> P# Pi .<0C> U 2<> C<> ~<7E> \" <EFBFBD> " );} elseif ( $_GET [ " file " ] == " functions.js " ){ header ( " Content-Type: text/javascript; charset=utf-8 " ); echo
lzw_decompress ( " f:<3A> <> gCI<43> <49> \n 8<EFBFBD> <EFBFBD> 3)<29> <> 7<> <37> <EFBFBD> 81<38> <31> x: \n Og#)<29> <> r7 \n \" <EFBFBD> <EFBFBD> <EFBFBD> `<60> |2<1B> gSi<53> H) N<> S<EFBFBD> <53> <EFBFBD> \r <EFBFBD> <EFBFBD> \" 0<EFBFBD> <EFBFBD> @<40> )<1D> ` ( \$ s6O!<21> <> <EFBFBD> V/ =<3D> <> ' T4<54> =<3D> <> iS<69> <53> 6IO<49> G#<23> X<> V C<> <43> s<EFBFBD> <73> Z1.<2E> hp8,<1E> [<5B> H<EFBFBD> <48> ~Cz<43> <7A> <EFBFBD> 2<EFBFBD> l<EFBFBD> c3<63> <33> <EFBFBD> s<EFBFBD> <73> <04> I<EFBFBD> b<EFBFBD> 4\n <06> F8T<38> <54> I<> <49> <1A> U*fz<66> <04> r0<72> E<EFBFBD> <13> <> <EFBFBD> y<1B> <> <EFBFBD> f<EFBFBD> Y.:<1C> <14> I<EFBFBD> <49> (<18> c<EFBFBD> <63> !<21> _l<5F> <6C> ^<5E> ^(<28> <> N{ S<EFBFBD> <EFBFBD> )r<> q<EFBFBD> Y<EFBFBD> <59> l٦3<D9A6> 3<EFBFBD> \n <EFBFBD> +G<> <47> <EFBFBD> y<EFBFBD> <79> <EFBFBD> <EFBFBD> i<EFBFBD> <69> <EFBFBD> xV3w<17> u h<> ^r<> <72> <EFBFBD> <1E> a۔ <61> <DB94> <EFBFBD> c<EFBFBD> <63> \r <0E> <> <EFBFBD> (. <> <C288> Ch<43> <\r )<08> ѣ<EFBFBD> `<60> 7<EFBFBD> <37> <EFBFBD> 43'm 5<> <35> <EFBFBD> \n <EFBFBD> P<EFBFBD> :2<> P<EFBFBD> <50> <EFBFBD> <EFBFBD> q <20> <> <EFBFBD> C<EFBFBD> } ī<> <C4AB> <EFBFBD> <EFBFBD> <EFBFBD> 38<33> B<18> 0<EFBFBD> hR<1A> <> r(<28> 0<EFBFBD> <30> b\\ 0<EFBFBD> Hr44<EFBFBD> <EFBFBD> B<1A> !<21> p<EFBFBD> \$ <EFBFBD> rZZ<1E> 2܉.Ƀ(\\ <EFBFBD> 5<EFBFBD> |\n C(<28> \" <EFBFBD> <03> P<13> <02> <> .<0B> <> N<15> RT<52> Γ<> <CE93> ><04> HN<14> <> 8H P<> \\ <EFBFBD> 7J p~<13> <13> <> 2%<25> <> OC<4F> 1<EFBFBD> .<2E> <> C8· H<> <48> *<2A> j<EFBFBD> <6A> <04> <1C> S(<0C> /<0C> <> <EFBFBD> 6KU<4B> <55> <1E> <> < 2<0C> pOI<4F> <49> <EFBFBD> `<60> <> <EFBFBD> Ⳉd O<> H<EFBFBD> <48> 5<EFBFBD> -<2D> <> 4<EFBFBD> <34> pX25-Ң<> ۈ<EFBFBD> z7<0C> <> \" (<28> P<EFBFBD> \\ 32 :] U<> <0C> <> <EFBFBD> ߅!]<5D> <<3C> A<EFBFBD> ۤ<> <DBA4> <EFBFBD> iڰ<04> l \r <EFBFBD> \0 v<EFBFBD> <EFBFBD> #J8<4A> <38> wm<77> <6D> ɤ<> <<3C> ɠ<EFBFBD> <C9A0> %m;p #<23> `X<> D<EFBFBD> <44> <EFBFBD> iZ<69> <5A> N0<4E> <30> <EFBFBD> <EFBFBD> 9<0B> <> 占<EFBFBD> <E58DA0> `<13> <> w J<> D<EFBFBD> <EFBFBD> 2<EFBFBD> 9t<39> <74> *<1C> <> y<EFBFBD> <79> NiIh \\ 9<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> :<0E> <> <EFBFBD> <05> xﭵyl*<2A> Ȉ<> <17> Y<EFBFBD> <59> <17> <> <EFBFBD> 8<EFBFBD> W<EFBFBD> <57> ?<3F> <> <EFBFBD> ޛ3<0C> <> <EFBFBD> ! \" 6<08> <> n[<5B> <> \r <EFBFBD> *\$ <0C> Ƨ <EFBFBD> nzx<7A> 9\r <EFBFBD> |*3ףp<D7A3> ﻶ<> : (p\\ ;<3B> <> mz<1B> <> <EFBFBD> 9<> <1C> <> <EFBFBD> 8N<18> <> <EFBFBD> j2<6A> <32> <14> <> \r <EFBFBD> H<EFBFBD> H&<26> <> (<28> z<EFBFBD> <7A> 7i<37> k<EFBFBD> <20> <> <EFBFBD> <EFBFBD> c<EFBFBD> <63> e<EFBFBD> <65> <EFBFBD> <EFBFBD> t<EFBFBD> <74> <EFBFBD> 2:SH<53> Ƞ<EFBFBD> /)<29> x<EFBFBD> @<40> <> t<EFBFBD> ri9<69> <39> <EFBFBD> <EFBFBD> <EFBFBD> 8<EFBFBD> <38> <EFBFBD> <EFBFBD> yҷ<79> <D2B7> <EFBFBD> V<EFBFBD> +^Wڦ<57> <DAA6> kZ<6B> Y<EFBFBD> l<0E> ʣ<EFBFBD> <0E> <> 4<03> <> Ƌ<EFBFBD> <C68B> <05> <> <14> <> \\ E<EFBFBD> { <EFBFBD> 7\0 <EFBFBD> p<EFBFBD> <12> <> D<02> <> i<EFBFBD> -T<> <54> <EFBFBD> <EFBFBD> 0l<30> %=<3D> <> <EFBFBD> ˃ 9(<01> 5<10> \n \n <EFBFBD> n,4<> \0 <EFBFBD> a }܃ .<2E> <> Rs\0 2B\\ <EFBFBD> b1<EFBFBD> S<EFBFBD> \000 3,<2C> XPHJs p<> d<EFBFBD> K<> CA!<21> 2*W<> <13> <> <EFBFBD> 2 \$ <EFBFBD> +<19> f^\n <EFBFBD> 1<> <31> <EFBFBD> <EFBFBD> zE<7A> Iv<49> \\ <EFBFBD> <EFBFBD> 2<EFBFBD> <03> .*A<> <41> <EFBFBD> E (d<07> <> <EFBFBD> <EFBFBD> b<EFBFBD> <1C> ܄ <EFBFBD> <11> 9<EFBFBD> <39> <EFBFBD> <EFBFBD> <EFBFBD> Dh<44> &<26> <> ?<10> H<> s<EFBFBD> Q<EFBFBD> 2<EFBFBD> x~nÁ J<> T2<03> &<26> <> e R<> <52> <EFBFBD> G<EFBFBD> Q<EFBFBD> <51> Tw<54> ݑ<EFBFBD> <DD91> P<02> <> <EFBFBD> \\ <EFBFBD> )6<> <36> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> s h\\ 3<EFBFBD> \0 R <19> ' \r +*; R<1A> H<EFBFBD> .<2E> !<21> [<5B> '~<7E> %t< <20> p<EFBFBD> K# <> !<0E> l<EFBFBD> <6C> <EFBFBD> L e<> <65> <EFBFBD> <12> ,<06> <> <EFBFBD> &<26> \$ <09> <> `<60> <15> CX<43> <0E> ӆ0֭<30> <D6AD> <EFBFBD> <07> <> :M<> h <09> ڜG<DA9C> <47> !&3<> D<EFBFBD> < !<21> <> 23<32> <33> ?h<> J<> e <20> <> h<EFBFBD> \r <EFBFBD> m<EFBFBD> <EFBFBD> <EFBFBD> N i<02> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> N<EFBFBD> H l7<6C> <37> v<EFBFBD> <76> WI<0C> .<0B> <> -<2D> 5֧ey<07> \r EJ\n i *<0B> \$ @<40> RU0,\$ U<1B> E<EFBFBD> <45> <EFBFBD> <EFBFBD> ªu)@(t<> SJk<05> p!<02> ~<7E> <> <EFBFBD> d `<60> ><3E> <> \n <0B> ;#\r p9<70> j ɹ<> ]&Nc(r<> <72> <EFBFBD> TQU<51> <55> S<EFBFBD> <53> \0 8n `<60> <> y<EFBFBD> b<EFBFBD> <62> <16> L<> O5<4F> <35> ,<2C> <> <EFBFBD> <EFBFBD> ><3E> <> <EFBFBD> x<EFBFBD> <01> <15> f䴒<66> <E4B492> <1B> +<2B> <> \" <EFBFBD> I<EFBFBD> { kM<EFBFBD> [ \r %<25> [ <09> e<0B> a<> 1! <20> <> <EFBFBD> <EFBFBD> Ԯ<EFBFBD> F@<40> b)R<> <52> 72<37> <32> 0<EFBFBD> \n W<16> <> <EFBFBD> L<EFBFBD> ܜҮ td<74> +<2B> <> <1C> 0wgl<67> 0n@<40> <> ɢ<EFBFBD> i<EFBFBD> M<EFBFBD> <4D> \n A<EFBFBD> M5n<EFBFBD> \$ E<EFBFBD> ױ N<> <4E> l<EFBFBD> <6C> <12> <> <16> %<25> 1 A<> <41> <EFBFBD> <13> <> <EFBFBD> k<EFBFBD> r<EFBFBD> iFB<46> <01> <> ol,muNx-<2D> _<EFBFBD> ֤C( <0E> <> f<1C> l \r 1p [ 9x (i<> BҖ<42> <D296> zQl<51> <6C> 8C<03> <09> <02> XU Tb<54> <62> I<EFBFBD> `<60> p+V \0 <EFBFBD> <EFBFBD> <EFBFBD> ;<3B> Cb<43> <62> X<EFBFBD> +ϒ <> s<EFBFBD> <73> ]H<> <48> [<5B> k<EFBFBD> x<EFBFBD> G*<2A> <> <EFBFBD> ]<5D> awn<77> !<21> 6<EFBFBD> <36> <EFBFBD> <EFBFBD> <EFBFBD> mS<6D> <53> <EFBFBD> I<EFBFBD> <49> K<EFBFBD> ~/<2F> ӥ7<D3A5> <37> eeN<65> <4E> <EFBFBD> <EFBFBD> S<EFBFBD> /;d<> A<EFBFBD> >}l~<7E> <> <EFBFBD> <20> % ^<5E> f<> آpڜDE<44> <45> a<EFBFBD> <61> t\n x=<3D> kЎ<6B> * d<> <64> <04> T<16> <> <EFBFBD> <EFBFBD> j 2<> <32> j<EFBFBD> <6A> \n <EFBFBD> <EFBFBD> <EFBFBD> ,<2C> e=<3D> <> M8 4<> <34> <EFBFBD> a<> j@<40> T<EFBFBD> s<EFBFBD> <73> <EFBFBD> nf<6E> <66> \n <1A> 6<EFBFBD> \r d<EFBFBD> <10> 0<EFBFBD> <30> <EFBFBD> Y<EFBFBD> '%ԓ<> <18> ~ <09> Ҩ<EFBFBD> <<3C> <10> <0B> AH<EE8B96> G<1B> <> 8<EFBFBD> <19> <> \$ z<1C> <> { <EFBFBD> <EFBFBD> <EFBFBD> u2*<11> <03> a<0F> <> ><17> ( w<> K.bP<62> { <EFBFBD> <EFBFBD> o<0F> <01> ´ <0E> z<> #<23> 2<0E> 8=<3D> 8><3E> <> <EFBFBD> A,<2C> e<EFBFBD> <65> <EFBFBD> +<2B> C<EFBFBD> <43> x<EFBFBD> *<2A> <> <EFBFBD> -b=m<> <6D> <EFBFBD> ,<2C> a<EFBFBD> <61> lzk<7A> <6B> <EFBFBD> \$ W<19> ,<2C> m<EFBFBD> Ji<4A> ʧ<EFBFBD> <CAA7> <EFBFBD> +<2B> <> <EFBFBD> 0<EFBFBD> [<0B> <> .R<> sK<73> <4B> <1B> X<EFBFBD> <1D> Z L<> <4C> 2<EFBFBD> `<17> (<28> C<EFBFBD> vZ<76> <5A> <EFBFBD> <05> <> <02> \$ <EFBFBD> ,<2C> D?H<> <48> NxX<16> <> )<29> <> <EFBFBD> M<0F> <> \$ <EFBFBD> ,<2C> <> *\n ѣ \$ <q<19> şh!<21> <> S<EFBFBD> <17> <> <EFBFBD> <EFBFBD> xsA!<21> :<04> K<EFBFBD> <4B> }<7D> <> <04> <> <EFBFBD> <EFBFBD> <EFBFBD> R<EFBFBD> <52> A2k<32> X<EFBFBD> p \n <<3C> <07> <> <EFBFBD> <EFBFBD> l<EFBFBD> <0E> <> 3<EFBFBD> <33> <EFBFBD> <EFBFBD> <1B> VV<56> }<7D> g &Yݍ!<21> +<2B> ;<<3C> Y<EFBFBD> <59> <EFBFBD> YE3 r<> َ<EFBFBD> <06> C<EFBFBD> o5<6F> <35> <EFBFBD> <EFBFBD> ճ<EFBFBD> kk<6B> <6B> <EFBFBD> <EFBFBD> <EFBFBD> ۣ<EFBFBD> <DBA3> t<> <74> U<EFBFBD> <55> <EFBFBD> )<29> [<5B> <> <EFBFBD> <EFBFBD> }<7D> <12> u<EFBFBD> <75> l<15> <> :D<> <44> +Ϗ _o<5F> <0C> h140<34> <30> <EFBFBD> 0<EFBFBD> <30> b<EFBFBD> K<EFBFBD> 㬒<0C> <> <EFBFBD> <EFBFBD> <04> lG<6C> <47> #<23> <> <EFBFBD> <EFBFBD> <EFBFBD> <05> <> <EFBFBD> <EFBFBD> |Ud<55> <64> I K<08> <> <EFBFBD> 7<EFBFBD> ^<5E> <> <EFBFBD> @<40> <> O \0 H<04> <04> Hi<48> 6 \r <EFBFBD> <EFBFBD> <02> <> \\ cg \0 <EFBFBD> <EFBFBD> <EFBFBD> 2<0E> B<05> *e<> <65> \n <EFBFBD> <EFBFBD> <09> zr<7A> !<21> nW z&<26> { H<> <48> '\$ X <20> w@<40> 8<EFBFBD> DGr*<2A> <> <EFBFBD> H<> 'p#<23> Į<EFBFBD> <C4AE> <EFBFBD> \n d<EFBFBD> <EFBFBD> <EFBFBD> ,<2C> <0F> <> ,<2C> ;g~<0C> \0 <EFBFBD> #<23> <> <05> <> E<EFBFBD> <45> \r <EFBFBD> I`<60> <10> '<27> <0F> %E<> .<2E> ] `<60> Л<0E> <0E> %&<04> <> m<EFBFBD> <6D> \r <EFBFBD> <EFBFBD> %4S<34> v<EFBFBD> #\n <0E> <> fH\$ %<25> -<2D> #<23> <> <EFBFBD> qB<71> <42> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Q-<2D> c2<63> <32> <EFBFBD> &<26> <0C> <> ]<5D> <> <20> qh \r <EFBFBD> l]<5D> <> s<EFBFBD> <73> <07> h<EFBFBD> 7<16> n#<23> <> <0C> <> -<2D> jE<6A> Fr<46> <72> l&d<0C> <> <EFBFBD> <EFBFBD> z<EFBFBD> F6<46> <36> <EFBFBD> <EFBFBD> \" <13> <> <EFBFBD> |<7C> <> <EFBFBD> s@<40> <1A> <> <0E> z )0rpڏ\0 <EFBFBD> X\0 <EFBFBD> <EFBFBD> <EFBFBD> |DL<!<21> <16> o<EFBFBD> *<2A> D<> { .B<E<> <45> <EFBFBD> 0n B(<11> <20> | \r \n <EFBFBD> ^<5E> <06> <> <EFBFBD> h<> !<21> <> <EFBFBD> r\$ <EFBFBD> <EFBFBD> (^<5E> ~<7E> <> <EFBFBD> <EFBFBD> /p<> q<1F> <10> B<EFBFBD> <42> O<EFBFBD> <07> <> <EFBFBD> ,\\ <EFBFBD> <0F> #RR<52> <0E> %<25> <> <EFBFBD> d<EFBFBD> Hj<48> `<60> <05> <> <0B> ̭ V<05> bS<62> d<EFBFBD> i<16> E<EFBFBD> <06> <> oh<6F> r<i/k\$ -<2D> \$ o<EFBFBD> <EFBFBD> +<2B> ŋ<EFBFBD> <C58B> l<EFBFBD> <6C> O<EFBFBD> &evƒ<76> i<EFBFBD> jMPA' u'<27> <> <0C> ( M(h/+<2B> <> WD<57> So<53> . n<> .<0E> n<14> <12> <> (<28> ( \" <EFBFBD> <12> <> h<EFBFBD> &p<> <70> /<18> /1D̊<44> j娸 E<1D> <> &⦀<> , 'l\$ / .,<05> d<EFBFBD> <64> <EFBFBD> W<EFBFBD> b bO3<4F> B<EFBFBD> sH<11> :J`!<21> .<2E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <01> <> <EFBFBD> ,F<> <46> 7(<08> <> Կ<EFBFBD> <0B> 1<EFBFBD> l<EFBFBD> s <20> Ҏ<EFBFBD> <D28E> <EFBFBD> Ţq<C5A2> X \r <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ~R鰱 `<60> Ҟ<04> <> Y*<2A> :R<> <52> rJ<72> <13> %L<> +n<> \" <EFBFBD> <EFBFBD> \r <EFBFBD> <EFBFBD> ͇H!qb<71> 2<EFBFBD> Li<4C> %<25> <> <EFBFBD> <13> Wj#9<> <39> ObE.I:<0F> 6<EFBFBD> 7\0 <EFBFBD> 6+<2B> %<25> .<2E> <0C> <> <05> a7E8VS<56> ? (DG<44> ӳB<D3B3> %;<3B> <> <EFBFBD> <EFBFBD> /<<3C> <> <EFBFBD> <EFBFBD> <EFBFBD> \r <20> <07> ><3E> M<EFBFBD> <4D> @<40> <> <EFBFBD> H<07> D s<> <0B> Z[tH<74> Enx(<28> <> <EFBFBD> R<EFBFBD> x<> <78> <EFBFBD> @<40> <> GkjW<6A> ><3E> <> <EFBFBD> #T/8<> c8<63> Q0<51> <30> _<EFBFBD> IIGII<49> !<21> <> <EFBFBD> YEd<45> E<EFBFBD> ^<5E> td<74> th<0E> `D V!C<> 8<EFBFBD> <38> \r <EFBFBD> <EFBFBD> <EFBFBD> b<EFBFBD> 3<EFBFBD> !3<> @<40> 33N}<7D> ZB<5A> 3 <09> 3<EFBFBD> 30<33> <30> M (<28> ><3E> <> }<7D> \\ <EFBFBD> t<EFBFBD> <EFBFBD> f<EFBFBD> f<> <66> <EFBFBD> I\r <EFBFBD> <0C> <> 337 X<> \" td<EFBFBD> , \n btNO ` P<> ;<14> ܕ ҭ<05> <> <0E> \$ \n <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Zѭ5U5WU<EFBFBD> ^ho<1E> <> <EFBFBD> t<> PM/5 K4Ej<07> KQ& 53GX<47> Xx)<29> <5D<0E> <12> \r <EFBFBD> V<EFBFBD> \n <EFBFBD> r<EFBFBD> 5b܀\\ J \" ><3E> <> 1S \r [-<16> <> D u<> \r <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> )00<30> Y<EFBFBD> <59> ˢ<0C> k{ \n <EFBFBD> <EFBFBD> #<23> <> \r <EFBFBD> ^<5E> <> |<7C> uܻU<DCBB> _n<5F> U4<55> U<EFBFBD> ~Yt<59> \r I<EFBFBD> <EFBFBD> @䏳<> R <20> 3:<3A> ueP MS<4D> 0T<30> wW<77> X<> <58> <EFBFBD> D<EFBFBD> <44> <EFBFBD> KOU<4F> <55> <EFBFBD> <EFBFBD> ;U<> \n <EFBFBD> OY<EFBFBD> <EFBFBD> Y<EFBFBD> Q,M[\0 <EFBFBD> _<EFBFBD> D<EFBFBD> <EFBFBD> <EFBFBD> W<EFBFBD> <EFBFBD> J*<2A> \r g(]<5D> <> \r \" ZC<EFBFBD> <EFBFBD> 6u<EFBFBD> <EFBFBD> +<2B> Y<EFBFBD> <0E> Y6ô<36> 0<EFBFBD> q<EFBFBD> (<28> <> 8}<7D> <> 3AX3T<07> h 9j<39> j<> f<14> Mt<4D> PJ bqMP5><3E> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Y<15> k%& \\ <EFBFBD> 1 d<> <64> E4<10> <20> Yn<59> <6E> <0C> \$ <<3C> U]Ӊ1<D389> mbֶ<62> ^<5E> <> <EFBFBD> <EFBFBD> <EFBFBD> \" NV<EFBFBD> <EFBFBD> p<EFBFBD> <EFBFBD> p<EFBFBD> <EFBFBD> eM<EFBFBD> <EFBFBD> <EFBFBD> W<> ܢ<EFBFBD> \\ <EFBFBD> )\n <20> \n f7 \n <EFBFBD> 2<0B> <> r 8<> <38> =Ek7tV<74> <56> <EFBFBD> <EFBFBD> 7P<37> <50> L<> <4C> a6<0E> <14> v@ '<27> 6 i<> <69> j&><3E> <> ;<3B> <> `<60> <> a \0 pڨ(<28> J<EFBFBD> <4A> )<29> \\ <EFBFBD> <EFBFBD> n<EFBFBD> <EFBFBD> Ĭ m\0 <EFBFBD> <EFBFBD> 2<EFBFBD> <04> e q J<> <4A> P<EFBFBD> <50> t<EFBFBD> <74> <EFBFBD> f j<> <6A> \" [ \0 <EFBFBD> <EFBFBD> <15> <07> X,<\\ <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <0C> <> <EFBFBD> +md<6D> <64> ~<07> <0C> <> <EFBFBD> <EFBFBD> s%o<> <6F> mn<6D> ),ׄ<> ԇ<12> \r 4<> <34> 8\r <EFBFBD> <EFBFBD> <0C> <1C> mE<6D> H]<5D> <> <EFBFBD> <EFBFBD> <EFBFBD> HW<48> M0 D<> ߀ <EFBFBD> <DF80>
lzw_decompress ( " v0<EFBFBD> <EFBFBD> F<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ==<3D> <> FS <09> <> _6 MƳ<4D> <C6B3> <EFBFBD> r:<3A> E<EFBFBD> CI<43> <49> o:<3A> C<11> <> Xc<58> <63> \r <EFBFBD> J(:=<3D> E<EFBFBD> <13> <> a28<03> x<EFBFBD> <78> ?<0F> '<27> i<EFBFBD> SA NN<02> <> <EFBFBD> xs<78> N B<> <42> Vl0<6C> <30> <EFBFBD> S <09> <> U l<14> (D| ҄<> <D284> P<EFBFBD> <50> ><17> E<EFBFBD> 㩶yH c h<> <68> -3 Eb<45> <62> <20> b<EFBFBD> <62> pE<70> p<EFBFBD> 9.<2E> <> <EFBFBD> <EFBFBD> ~\n <EFBFBD> ? Kb<4B> iw |<7C> `<60> <> d.<2E> x8EN<45> <4E> !<21> <> 2<> <05> 3<EFBFBD> <33> <EFBFBD> \r <EFBFBD> <1C> <> Y<EFBFBD> <59> <EFBFBD> y6 GFmY<6D> 8o7\n \r <10> 0<EFBFBD> <30> \0 <EFBFBD> Dbc<EFBFBD> !<21> Q 7 Шd8<64> <38> <EFBFBD> ~<7E> <> N)<1D> Eг `<60> Ns<4E> <73> `<60> S)<29> O<EFBFBD> <4F> <0B> <> /<2F> <<0E> x<EFBFBD> 9<EFBFBD> o<EFBFBD> <6F> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 3 n<> <6E> 2<EFBFBD> !r<> :;<3B> +<2B> 9<EFBFBD> CȨ<43> <C8A8> <EFBFBD> \n <<3C> <> `<60> <> <EFBFBD> b<EFBFBD> \\ <EFBFBD> ?<3F> `<60> 4\r #`<60> <<3C> Be<0C> B#<1A> N <20> <> \r .D`<60> <> j<EFBFBD> 4<EFBFBD> <34> <EFBFBD> p<EFBFBD> ar<61> <72> 㢺<> ><3E> 8<EFBFBD> \$ <EFBFBD> c<EFBFBD> <EFBFBD> 1<EFBFBD> c<EFBFBD> <EFBFBD> <1D> c<EFBFBD> <63> <EFBFBD> <04> { n7<12> <> <07> <08> A<> N<15> RLi \r 1<EFBFBD> <EFBFBD> <EFBFBD> !<21> (<28> j´ <6A> +<2B> <> 62<36> X<> 8+<18> <05> <> <EFBFBD> . \r <EFBFBD> <18> <04> <> <EFBFBD> !x<> <78> <0E> h<EFBFBD> '<0C> <> <EFBFBD> 6S<36> \0 R<05> <> <EFBFBD> <EFBFBD> O<EFBFBD> \n <EFBFBD> <14> 1(W0<57> <30> <EFBFBD> <EFBFBD> 7 q<> <71> :N<> E:68n+<2B> <> մ 5_(<28> s<EFBFBD> \r <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> /m<> 6P<36> @<40> EQ<45> <51> <EFBFBD> 9\n <EFBFBD> V-<2D> <> <EFBFBD> \" <EFBFBD> . :<3A> J<EFBFBD> <4A> 8we<77> q<EFBFBD> |؇<> X<EFBFBD> ]<5D> <> Y X<> e<EFBFBD> zW<7A> <57> <20> 7<EFBFBD> <37> Z1<5A> <31> hQf<51> <66> u<EFBFBD> j<EFBFBD> 4Z{ p \\ AU<EFBFBD> J<<3C> <> k<> <6B> @<40> ɍ<EFBFBD> <C98D> @<14> }&<13> <> <EFBFBD> L7 U<> wuYh<59> <68> 2<EFBFBD> <32> @<40> u<EFBFBD> P<> 7<EFBFBD> A<EFBFBD> h<EFBFBD> <68> <EFBFBD> <EFBFBD> <EFBFBD> 3 Û<> <1E> XEͅZ<CD85> ]<5D> l<05> @Mp l v<> )<01> <20> <07> HW<48> <05> <> y ><03> Y <59> -<2D> Y<EFBFBD> <59> /<2F> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <0F> hC<68> [*<2A> <> F<EFBFBD> <46> #~<1F> !<21> `<60> \r #0P<10> C˝<43> f<03> <> <EFBFBD> <0B> <> <EFBFBD> \\ <EFBFBD> <EFBFBD> <0E> ^<5E> %B <<3C> \\ <EFBFBD> f<> ޱ<> <DEB1> <EFBFBD> <EFBFBD> <EFBFBD> &/<2F> O<EFBFBD> <4F> L\\ jF<EFBFBD> <EFBFBD> jZ<EFBFBD> 1<EFBFBD> \\ :ƴ><04> N<EFBFBD> <4E> XaF<61> A<EFBFBD> <1B> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> f<EFBFBD> h { \" s \n <EFBFBD> 64<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <16> <> ?<05> 8<EFBFBD> ^p<15> \" 띰<EFBFBD> ȸ \\ <EFBFBD> e(<28> P<05> N<EFBFBD> <4E> q[g<> <67> r<EFBFBD> &<26> }Ph<50> <68> <EFBFBD> <EFBFBD> W<EFBFBD> <57> *<2A> <> r _s<5F> P<EFBFBD> h<EFBFBD> <68> <EFBFBD> <EFBFBD> \n <EFBFBD> <EFBFBD> <EFBFBD> om<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> #<23> <0F> <> .<2E> \0 @<40> pdW <20> \$ Һ<EFBFBD> Q۽T l0<6C> <20> <1D> HdH<64> )<29> <> ۏ<> <0C> )P<03> <> <EFBFBD> H<EFBFBD> g<04> <> U<> <55> <EFBFBD> <EFBFBD> B<> e \r <EFBFBD> t:<3A> <> \0 ) \" <EFBFBD> t<EFBFBD> ,<2C> <> <18> <> <EFBFBD> [<5B> ( D<> O\n R8!<21> Ƭ֚<C6AC> <D69A> lA<6C> V<EFBFBD> <10> 4<03> h<EFBFBD> <1E> S q<<15> <> @}<7D> <> <EFBFBD> gK<67> ]<5D> <> <EFBFBD> ]<5D> =90<39> <30> '<27> <> <1D> <> w A <<3C> <> <EFBFBD> <1D> a<EFBFBD> ~<7E> <> W<> <57> <EFBFBD> D| A<> <41> <EFBFBD> 2<0E> X<EFBFBD> U2<55> <32> y Ŋ<> <C58A> =<05> p)<29> \0 P <0C> s<0F> <> n<EFBFBD> 3<06> <> r<EFBFBD> f \0 <EFBFBD> F<EFBFBD> <EFBFBD> <EFBFBD> v<EFBFBD> <EFBFBD> G<0C> <01> I@<40> %<25> <> <EFBFBD> +<2B> <> _I`<60> <0C> <> <EFBFBD> \r .<2E> <> N<EFBFBD> <0F> <> KI<4B> [<15> ʖSJ<53> <05> <> a Uf<55> Sz<53> <7A> <EFBFBD> M<1F> <> <EFBFBD> %<25> <> \" Q|9<04> <> Bc<42> a<EFBFBD> q \0 <EFBFBD> 8<EFBFBD> #<23> <a<> <61> :z1Uf<15> <> ><3E> Z<10> l<EFBFBD> <6C> <01> <> <EFBFBD> <EFBFBD> e5#U@iUG <47> <C282> n<EFBFBD> %Ұ s<> <73> <10> ;gxL<07> p P<> ?B<> <42> <EFBFBD> Q<EFBFBD> \\ <15> b<1F> <> 龒Q<E9BE92> =7<> :<3A> <0F> ݡQ<DDA1> \r :<3A> t<EFBFBD> <74> :y(<28> <20> \n <EFBFBD> d)<29> <07> <> \n <EFBFBD> X;<3B> <> <EFBFBD> <EFBFBD> <11> CaA<61> \r <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> P<EFBFBD> GH<EFBFBD> !<21> <> <EFBFBD> @<40> 9\n \n Al~H<> <48> <EFBFBD> V \n s<> <73> ի<EFBFBD> Ư<EFBFBD> bBr<42> <72> <EFBFBD> <05> <> <06> <> <1A> <> 3<EFBFBD> \r <EFBFBD> P<EFBFBD> %<0B> ф\r }b/<2F> Α \$ <EFBFBD> 5<> P<EFBFBD> C<EFBFBD> \" w<13> B_<42> <5F> <EFBFBD> U<> gAt<41> <74> <EFBFBD> <EFBFBD> 夅<EFBFBD> ^Q<> <51> U<EFBFBD> <01> <> j<EFBFBD> <6A> <EFBFBD> <EFBFBD> Bvh졄4<ECA184> )<29> <> +<2B> )<<3C> j ^<5E> <L<> <4C> 4U*<2A> <> <EFBFBD> Bg<42> <67> <EFBFBD> <EFBFBD> <1C> *n<> ʖ<> -<2D> <> <EFBFBD> <EFBFBD> 9 O \$ <EFBFBD> <EFBFBD> طzyM<EFBFBD> 3<0E> \\ 9<EFBFBD> <EFBFBD> <1E> . o<> <6F> <EFBFBD> <EFBFBD> <10> <> E(i<> <07> <> <0B> <> <EFBFBD> 7 tߚ<74> <DF9A> -&<26> \n j!\r <EFBFBD> <EFBFBD> y<> y<EFBFBD> D1g<31> <67> <EFBFBD> ]<5D> <> yR<79> 7\" <EFBFBD> <EFBFBD> <1D> <13> <> <EFBFBD> ~<10> <> <EFBFBD> <EFBFBD> )TZ0E9M<39> YZ t Xe !<21> f<EFBFBD> @<40> { Ȭyl 8<> ;<3B> <> <EFBFBD> R { <EFBFBD> <EFBFBD> 8<EFBFBD> Į<> e<EFBFBD> +U L<> '<27> F<> 1<EFBFBD> <04> <> 8PE5- <09> _ !<21> 7<EFBFBD> <37> <EFBFBD> [2<> J<EFBFBD> <01> ;<3B> HR<48> <52> ǹ<> 8 p痲݇@<40> <> 0,ծpsK0\r <01> 4<EFBFBD> <34> \$ sJ<73> <0E> <> 4<EFBFBD> DZ<44> <5A> I<0E> <> '\$ cL<EFBFBD> R<EFBFBD> <EFBFBD> MpY&<1E> <> <EFBFBD> <EFBFBD> i<EFBFBD> z3G<06> zҚJ%<25> <> P<> -<2D> <01> [<5B> /x<> <78> T<EFBFBD> { p<EFBFBD> <EFBFBD> z<> C<05> v<02> <05> <> :<3A> V'<27> \\ <EFBFBD> <EFBFBD> KJa<EFBFBD> <EFBFBD> M<EFBFBD> &<26> <> <EFBFBD> Ӿ\" <EFBFBD> <EFBFBD> e<13> o^Q +h^<5E> <02> iT<69> <54> 1<EFBFBD> OR<4F> l<EFBFBD> , 5[ݘ\$ <EFBFBD> <EFBFBD> )<29> <> jLƁU`<60> S<EFBFBD> `Z ^<5E> |<0F> <> r<EFBFBD> =<3D> <0F> n登<6E> <E799BB> TU 1Hyk<79> <6B> t+\0 v<1C> D<EFBFBD> \r <<3C> <> ƙ<EFBFBD> <C699> j G<> <1E> <> t<EFBFBD> *3%k<> Y ܲT *<2A> |\" C<1E> <> l hE<68> (<28> \r <EFBFBD> 8r<EFBFBD> <EFBFBD> { <EFBFBD> <18> 0<EFBFBD> <30> <EFBFBD> <EFBFBD> <EFBFBD> D<EFBFBD> _<EFBFBD> <5F> .6и<EFBFBD> ;<3B> <> <EFBFBD> <EFBFBD> rBj<1B> O'ۜ<> <DB9C> <EFBFBD> >\$ <EFBFBD> <EFBFBD> `^6<> <36> 9<EFBFBD> #<19> <> <EFBFBD> <14> 4 X<03> <> mh8:<3A> <> c<EFBFBD> <06> 0<1D> <> ;<3B> /ԉ<> <D489> <EFBFBD> <EFBFBD> ;<3B> \\ '(<28> <> <EFBFBD> t<EFBFBD> '+<0B> <1C> <> <EFBFBD> <EFBFBD> ̷<EFBFBD> ^<0B> ]<5D> <> N<EFBFBD> v<EFBFBD> <76> #<23> ,<08> v<EFBFBD> <76> <EFBFBD> O<EFBFBD> i<> ϖ<EFBFBD> ><3E> <> <S<0E> A \\ <02> \\ <EFBFBD> <EFBFBD> <EFBFBD> !<21> 3*tl`<60> u<EFBFBD> \0 p '<27> 7<EFBFBD> P<EFBFBD> 9<7F> bs<62> { <EFBFBD> v<EFBFBD> { <EFBFBD> <EFBFBD> 7<EFBFBD> \" { <EFBFBD> <EFBFBD> r<EFBFBD> a<EFBFBD> (<28> ^<5E> <> <EFBFBD> E<EFBFBD> <45> <EFBFBD> <EFBFBD> <EFBFBD> g<> <67> /<2F> <> <EFBFBD> U<EFBFBD> 9g<39> <67> <EFBFBD> /<2F> <> `<60> \n L\n <EFBFBD> )<07> <> <14> (A<> a<EFBFBD> \" <20> <03> <> <09> &<26> P<EFBFBD> <14> @O\n 師 0<> (M &<17> FJ '<27> ! <20> 0<EFBFBD> <<3C> H<EFBFBD> <48> <EFBFBD> <EFBFBD> <0E> <> <EFBFBD> *<2A> |<7C> <> *<2A> OZ<4F> m*n/b<> /<2F> <> <EFBFBD> <EFBFBD> <EFBFBD> <0C> <> .<2E> <> <EFBFBD> o \0 <EFBFBD> <EFBFBD> dn<EFBFBD> )<29> <1E> <> <EFBFBD> i<EFBFBD> :R<> <52> <EFBFBD> P2<50> m<EFBFBD> \0 /v<> OX<4F> <58> <1C> Fʳψ<CAB3> <0F> <> <EFBFBD> \" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 0<04> 0<08> <> <EFBFBD> <EFBFBD> <16> 0b<30> <62> g j<> <6A> \$ <EFBFBD> n<EFBFBD> 0}<05> <05> @<40> = M Ƃ 0n<30> P<EFBFBD> /p<> ot<6F> <10> <> <EFBFBD> <EFBFBD> <EFBFBD> .<12> ̽<0B> g\0 <EFBFBD> ) o<> \n 0<EFBFBD> <EFBFBD> <EFBFBD> \r F<> <46> <0B> <07> b<EFBFBD> i<EFBFBD> <69> o}\n <EFBFBD> ̯<> NQ<0B> '<0B> x<EFBFBD> Fa<46> J<04> <> <EFBFBD> <EFBFBD> L<EFBFBD> <10> <0F> <> <04> <> \r <EFBFBD> <EFBFBD> \r <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 0<> <07> '<0C> <> <EFBFBD> d oe p<> <13> 4D<34> <44> ʐ<> q(~<7E> <> <20> \r <EFBFBD> E<10> <> pr<70> QVFH<46> l<EFBFBD> <6C> Kj<4B> <6A> <EFBFBD> N&<26> j!<21> H`<11> _bh\r 1<EFBFBD> <0C> <> n !<21> Ɏ<> z<> <7A> <EFBFBD> <13> <> <0C> \\ <0F> <> \r <EFBFBD> <07> <> <EFBFBD> `V_k<5F> <6B> \" \\ ׂ' V<05> <> \0 ʾ `A C<> <43> <EFBFBD> <EFBFBD> <18> <> V<EFBFBD> `\r %<25> <> <EFBFBD> <02> <> <EFBFBD> \r <EFBFBD> <EFBFBD> <0E> <> k@N<> <4E> <EFBFBD> <EFBFBD> B<> 횙<11> <20> !<21> \n <EFBFBD> \0 Z<EFBFBD> 6<> \$ d<EFBFBD> <EFBFBD> ,%<03> %la<19> H<EFBFBD> \n <EFBFBD> #<23> S\$ !\$ @<40> <> 2<> <32> <EFBFBD> I \$ r<EFBFBD> { !<21> <> J<EFBFBD> 2H<32> Z M \\ <EFBFBD> <EFBFBD> hb,<2C> '||cj~g<> r<EFBFBD> `<60> ļ<EFBFBD> \$ <EFBFBD> <EFBFBD> <EFBFBD> +<2B> A1<41> <31> E <1F> <> <1F> <> <<3C> L<EFBFBD> <11> \$ <EFBFBD> Y%-FD<46> <44> d<EFBFBD> L 焳<> <E784B3> \n @<40> bVf<56> <66> ;2_(<28> <> L<EFBFBD> п<EFBFBD> <05> <%@ڜ , \" <EFBFBD> d<EFBFBD> <EFBFBD> N<EFBFBD> er<EFBFBD> \0 <EFBFBD> <EFBFBD> `<60> <0E> Z<0C> <> 4<EFBFBD> 'ld9-<2D> #`<60> <> Ŗ<EFBFBD> <C596> <EFBFBD> <EFBFBD> <EFBFBD> j6<6A> ƣ<EFBFBD> v<07> <> <04> N<EFBFBD> ͐f<CD90> <66> @܆<> &<26> B\$ <0B> <> (<28> Z&<26> <> <EFBFBD> 27 8I <20> <> <EFBFBD> P\r k \\ <EFBFBD> <EFBFBD> <EFBFBD> 2`<60> \r dL b@ E<14> <> 2`P( B'<27> <0B> <> <0F> <> 0<EFBFBD> &<05> <> { <EFBFBD> <EFBFBD> <EFBFBD> :<3A> <> dB<64> 1<EFBFBD> ^؉*\r \0 c< K<> |<06> 5sZ<73> `<60> <> <EFBFBD> O3<4F> 5=@<40> 5<EFBFBD> C>@<40> W* = \0 N<g<> 6s67Sm7 u? { <&L<04> . 3~D<> <44> \r Ś<0C> x<EFBFBD> <13> ) ,r<> i n<> /<2F> <> O \0 o { 0k<EFBFBD> ]3> m<> <05> 1 \0 <EFBFBD> I@<40> 9 T34+ԙ@e<0F> GF MC<4D> \r E3<EFBFBD> Etm!<13> #1<> D @<40> H(<28> <> n <20> <> <g,V`R]@<40> <> <EFBFBD> <EFBFBD> 3Cr7s~<7E> G I<> i@ \0 v<EFBFBD> <EFBFBD> 5 \r V<EFBFBD> '<1A> <> <EFBFBD> <0C> <> <08> P<05> <> \r <EFBFBD> \$ <b<> %(<28> Dd<44> <64> PW<50> <57> <EFBFBD> <EFBFBD> b<EFBFBD> fO <20> x \0 <EFBFBD> } <20> <0B> <> lb<6C> &<26> v j 4<> LS<1A> <> ִԶ5&d sF M<> 4<EFBFBD> <18> \" .H<> M0<4D> 1u L<> \" <EFBFBD> <EFBFBD> /J`<60> { <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> xǐYu*\" U.I53Q<33> 3Q<33> <51> J<EFBFBD> <4A> g<EFBFBD> <67> 5<EFBFBD> s<> <73> <EFBFBD> &jь<6A> <D18C> u<EFBFBD> ٭ ЪG Q MTmGB<47> t l- c<> *<2A> <> \r <02> <> Z7<5A> <37> <1B> *hs/RUV<55> <56> <EFBFBD> <EFBFBD> B<EFBFBD> Nˈ <4E> <CB88> <06> <> <EFBFBD> Ԋ<> i<EFBFBD> Lk<4C> .<2E> <> <EFBFBD> t<EFBFBD> <74> 龩<EFBFBD> rYi<59> <69> <EFBFBD> -S<> <53> 3<EFBFBD> \\ <EFBFBD> T<EFBFBD> OM^<5E> G><3E> ZQj<51> <07> <> \" <EFBFBD> <EFBFBD> <EFBFBD> i<EFBFBD> <EFBFBD> MsS<EFBFBD> S\$ Ib f<> <13> <> u<EFBFBD> <75> <08> <> <EFBFBD> :<04> SB|i<> <69> Y¦<0F> <> 8 v<07> #<02> <> D<EFBFBD> 4`<60> <> .<2E> <> ^<5E> H<EFBFBD> M<EFBFBD> _ռ <5F> u<EFBFBD> <75> U<EFBFBD> z`Z<> J e<> <65> <EFBFBD> @Ce<43> <65> a<EFBFBD> \" m<> b<12> 6ԯJR<4A> <EFBFBD> <0C> T<EFBFBD> ?ԣXMZ<4D> <5A> І <EFBFBD> <D086> p<EFBFBD> <70> <0F> <> Qv<51> j<13> jV<6A> { <EFBFBD> <EFBFBD> <EFBFBD> C<EFBFBD> \r <EFBFBD> <EFBFBD> 7<16> Tʞ<54> <20> <> 5{ P<EFBFBD> <EFBFBD> ]<12> \r <EFBFBD> ?Q<> AA<41> <41> <07> <> <EFBFBD> <EFBFBD> 2V)J i<> <69> -N 9 9f<39> l J m<> <6D> ;u<> @<40> <F<> Ѡ<EFBFBD> e<EFBFBD> j<0C> <> Ħ<> I<EFBFBD> <+CW@<40> <> <18> <> <EFBFBD> Z<EFBFBD> l<EFBFBD> 1<EFBFBD> <2<> iF<69> 7` KG<4B> ~L&+N<08> <> YtWH飑w <0E> <1A> <> <19> l<EFBFBD> <6C> s'g<04> <> q+L<> zbiz<69> <7A> <EFBFBD> Ţ<EFBFBD> .Њ<> zW<7A> <57> <20> zd<06> W<EFBFBD> <57> <EFBFBD> <EFBFBD> (<17> y)v<> E4,\0 <EFBFBD> \" d<> <64> \$ B<EFBFBD> { <EFBFBD> <EFBFBD> !) 1U<31> 5b p#<23> }m =<3D> <> @<40> w<12> P\0 <EFBFBD> \r <EFBFBD> <0C> <> <EFBFBD> <EFBFBD> `O|<7C> <> <0E> <09> ɍ<EFBFBD> <C98D> <EFBFBD> <EFBFBD> Y<EFBFBD> <59> JՂ<15> E<EFBFBD> <45> Ou<4F> _<EFBFBD> \n `F`<60> }
2018-04-01 23:34:54 +02:00
get_lang (){ global $ca ; return $ca ;} function
2021-05-08 19:20:46 +02:00
lang ( $v , $gf = null ){ if ( is_string ( $v )){ $gg = array_search ( $v , get_translations ( " en " )); if ( $gg !== false ) $v = $gg ;} global $ca , $vi ; $ui = ( $vi [ $v ] ? $vi [ $v ] : $v ); if ( is_array ( $ui )){ $gg = ( $gf == 1 ? 0 : ( $ca == 'cs' || $ca == 'sk' ? ( $gf && $gf < 5 ? 1 : 2 ) : ( $ca == 'fr' ? ( ! $gf ? 0 : 1 ) : ( $ca == 'pl' ? ( $gf % 10 > 1 && $gf % 10 < 5 && $gf / 10 % 10 != 1 ? 1 : 2 ) : ( $ca == 'sl' ? ( $gf % 100 == 1 ? 0 : ( $gf % 100 == 2 ? 1 : ( $gf % 100 == 3 || $gf % 100 == 4 ? 2 : 3 ))) : ( $ca == 'lt' ? ( $gf % 10 == 1 && $gf % 100 != 11 ? 0 : ( $gf % 10 > 1 && $gf / 10 % 10 != 1 ? 1 : 2 )) : ( $ca == 'bs' || $ca == 'ru' || $ca == 'sr' || $ca == 'uk' ? ( $gf % 10 == 1 && $gf % 100 != 11 ? 0 : ( $gf % 10 > 1 && $gf % 10 < 5 && $gf / 10 % 10 != 1 ? 1 : 2 )) : 1 ))))))); $ui = $ui [ $gg ];} $Ea = func_get_args (); array_shift ( $Ea ); $id = str_replace ( " %d " , " %s " , $ui ); if ( $id != $ui ) $Ea [ 0 ] = format_number ( $gf ); return
vsprintf ( $id , $Ea );} function
switch_lang (){ global $ca , $oe ; echo " <form action='' method='post'> \n <div id='lang'> " , lang ( 19 ) . " : " . html_select ( " lang " , $oe , $ca , " this.form.submit(); " ), " <input type='submit' value=' " . lang ( 20 ) . " ' class='hidden'> \n " , " <input type='hidden' name='token' value=' " . get_token () . " '> \n " ; echo " </div> \n </form> \n " ;} if ( isset ( $_POST [ " lang " ]) && verify_token ()){ cookie ( " adminer_lang " , $_POST [ " lang " ]); $_SESSION [ " lang " ] = $_POST [ " lang " ]; $_SESSION [ " translations " ] = array (); redirect ( remove_from_uri ());} $ca = " en " ; if ( isset ( $oe [ $_COOKIE [ " adminer_lang " ]])){ cookie ( " adminer_lang " , $_COOKIE [ " adminer_lang " ]); $ca = $_COOKIE [ " adminer_lang " ];} elseif ( isset ( $oe [ $_SESSION [ " lang " ]])) $ca = $_SESSION [ " lang " ]; else { $wa = array (); preg_match_all ( '~([-a-z]+)(;q=([0-9.]+))?~' , str_replace ( " _ " , " - " , strtolower ( $_SERVER [ " HTTP_ACCEPT_LANGUAGE " ])), $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $C ) $wa [ $C [ 1 ]] = ( isset ( $C [ 3 ]) ? $C [ 3 ] : 1 ); arsort ( $wa ); foreach ( $wa
as $z => $wg ){ if ( isset ( $oe [ $z ])){ $ca = $z ; break ;} $z = preg_replace ( '~-.*~' , '' , $z ); if ( ! isset ( $wa [ $z ]) && isset ( $oe [ $z ])){ $ca = $z ; break ;}}} $vi = $_SESSION [ " translations " ]; if ( $_SESSION [ " translations_version " ] != 197765594 ){ $vi = array (); $_SESSION [ " translations_version " ] = 197765594 ;} function
get_translations ( $ne ){ switch ( $ne ){ case " en " : $f = " A9 D<07> y<EFBFBD> @s:<3A> G<EFBFBD> <47> (<28> ff<66> <66> <EFBFBD> <EFBFBD> <EFBFBD> <09> <> :<1B> S<> <53> <EFBFBD> a2 \" 1<> .. L'<27> I<EFBFBD> <49> m<EFBFBD> #<23> s,<2C> K<17> <> OP#I<> @%9<> <39> i4<08> o2ύ<32> <CF8D> <EFBFBD> <EFBFBD> <EFBFBD> ,9<> %<02> P<EFBFBD> b2<19> <06> a<EFBFBD> <61> r\n 2<EFBFBD> N C<> (<28> r4<72> <34> 1C`(<28> :Eb<45> 9A<14> i:<02> &㙔<> y<EFBFBD> <79> F<> <46> <EFBFBD> Y<> <59> \r <13> \n <EFBFBD> 8Z<0E> S=\$ A<19> <> <0C> <13> `<60> =<3D> ܌<EFBFBD> <DC8C> <EFBFBD> 0<EFBFBD> \n <EFBFBD> <EFBFBD> dF<EFBFBD> <09> <> n:Zΰ)<29> <> Q<EFBFBD> <51> <EFBFBD> mw<6D> <77> <EFBFBD> <EFBFBD> O<EFBFBD> <4F> mfpQ<10> <> <CE82> q<> <71> a<EFBFBD> į<EFBFBD> #q<> <71> w7S<37> X3<58> <33> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> o<EFBFBD> \n >Z<> M<EFBFBD> zi<7A> <69> s;<3B> ̒<EFBFBD> <CC92> _<EFBFBD> :<3A> <> <EFBFBD> #|@<40> 46<34> <36> :<3A> \r -z|<7C> (j*<2A> <> <0E> 0<EFBFBD> :- h<> <68> /̸<> 8)+r^1/Л<> η,<2C> ZӈKX<4B> 9,<2C> p<EFBFBD> :>#<23> <> <08> (<28> 6<EFBFBD> qB<71> 7<0E> <08> 4<EFBFBD> <34> <08> 2<EFBFBD> Lu *<2A> <> <EFBFBD> /<2F> h<EFBFBD> \n H<> h\n |Z28<32> \0 <EFBFBD> <EFBFBD> <EFBFBD> Cz<EFBFBD> 7J<0B> <> <EFBFBD> H\n j=-<2D> B<08> 6<EFBFBD> p<EFBFBD> ʥ)<29> :8<> <38> <EFBFBD> <08> 1<EFBFBD> #<23> <> <EFBFBD> <<3C> <> <EFBFBD> <0E> <> Ђ<EFBFBD> <D082> <1B> 9<EFBFBD> <0F> X<07> Ѐ<> <D080> <EFBFBD> D4<0E> <> <EFBFBD> 9<EFBFBD> Ax^;<3B> rA47<34> <37> <EFBFBD> 3<EFBFBD> <33> \0 _AУ <EFBFBD> <EFBFBD> <17> J \0 |6<> <36> <EFBFBD> <EFBFBD> 3,<2C> <> bׇ<62> x<EFBFBD> 4<> 8<EFBFBD> 1<EFBFBD> <31> <EFBFBD> <EFBFBD> <EFBFBD> O<EFBFBD> <4F> <0E> <> ӈ#c:9<0C> <> ;̶T*<2A> <> <EFBFBD> <Ua/ 8<> <13> <> &<12> #<10> 7 \0 Aq3<EFBFBD> <EFBFBD> <EFBFBD> 7<EFBFBD> <EFBFBD> |<7C> *B<> =<3D> 6ƍ <36> <C68D> :<3A> <0B> ƀޫˌ3 #<23> <> f<EFBFBD> M<EFBFBD> <4D> <EFBFBD> ׀ P<D780> :<3A> <> <EFBFBD> \n <EFBFBD> L<EFBFBD> 8<EFBFBD> <EFBFBD> <EFBFBD> \$ D<EFBFBD> <18> 9<> <39> <EFBFBD> \0 -C<> G<> <47> <EFBFBD> <EFBFBD> 8nRZ<52> \n <EFBFBD> \0 @<40> <> <EFBFBD> <EFBFBD> ˇ5<CB87> V 646<34> 1<> <31> @<40> & \r u<EFBFBD> <EFBFBD> J<EFBFBD> |1. m5<6D> e<EFBFBD> 6<EFBFBD> <36> d<EFBFBD> <64> 4 /<2F> B<02> Z<> <5A> 0ʺsǭj<C7AD> <6A> \$ <EFBFBD> C\" Jő<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> .<2E> <> <EFBFBD> <EFBFBD> \$ <EFBFBD> 鈂 Q<> k`R<> <52> _<EFBFBD> <5F> D<EFBFBD> <44> <EFBFBD> :<3A> <> gJ\0 A<EFBFBD> p<EFBFBD> <04> ;@<40> @<40> <> <EFBFBD> <EFBFBD> U<EFBFBD> %<25> 4N<34> <0C> 4v<34> <76> <EFBFBD> <EFBFBD> \0 \n <EFBFBD> z5/<2F> <> <EFBFBD> 6<EFBFBD> X<EFBFBD> <58> 3`Y|<7C> <> <EFBFBD> <EFBFBD> <EFBFBD> L<EFBFBD> +XA<58> \\ <EFBFBD> <EFBFBD> <EFBFBD> с = G<> <47> <EFBFBD> D<EFBFBD> :<3A> <> <EFBFBD> <EFBFBD> <EFBFBD> 2<EFBFBD> BE<42> <45> <EFBFBD> <EFBFBD> C<EFBFBD> ]<<3C> <> @M<> W<> %<02> <16> <> Յ<EFBFBD> <D585> <EFBFBD> <EFBFBD> 58<35> P<EFBFBD> t ٔK FQԅ%JR<4A> <52> <EFBFBD> ML<4D> M<9T<12> <> VcuP<0F> <> 9<> <39> [<5B> <> <08> <> Xp\r (<28> C<EFBFBD> <43> <EFBFBD> x<EFBFBD> 9<EFBFBD> v<EFBFBD> <76> <EFBFBD> <12> <> <EFBFBD> \" S<EFBFBD> 0,<2C> <> <EFBFBD> <10> <> b<EFBFBD> R*MJ<4D> u2<75> ߰.S<> <53> <EFBFBD> 8<EFBFBD> k<> B<EFBFBD> l<EFBFBD> 9~<7E> @|<7C> 4?ἐ<> <E1BC90> <EFBFBD> <1A> <> <EFBFBD> Kɀ<4B> @g vOKk<4B> '䦡<> h<> <68> <EFBFBD> @<04> <> <1D> <> L<EFBFBD> 9 C<01> <> #BB C3Qu/<11> <> <14> <> <EFBFBD> <EFBFBD> Si(Ѡ<> <D1A0> <EFBFBD> a<EFBFBD> 00<30> #<23> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> jM簚<4D> \0 <EFBFBD> <02> @q<1C> <02> <> \n I \$ H<EFBFBD> <EFBFBD> \" P<EFBFBD> <EFBFBD> q<EFBFBD> a<EFBFBD> 4ˑ<EFBFBD> \" L<> 2<> <32> <EFBFBD> <EFBFBD> <EFBFBD> @yɉ3<C989> <33> H<EFBFBD> <13> |HÙ<48> N<EFBFBD> <4E> <EFBFBD> <EFBFBD> <EFBFBD> \\ <17> <> JG<4A> ><19> 5 KJ<4B> <4A> 1<EFBFBD> <31> 3<EFBFBD> <33> hѺ9Gd<47> !<21> 0<EFBFBD> <11> <> @\r <EFBFBD> x)<29> { <14> <> <EFBFBD> v<EFBFBD> ,<2C> <> <EFBFBD> ZK<5A> <4B> B<> <42> P<EFBFBD> H<EFBFBD> IN8d'<27> =: X;<1F> <> <EFBFBD> -k<> <07> \$ ^<5E> <> <20> ܐ<EFBFBD> <02> k#I<> !<21> ٕ H`Ƀ<> ~<7E> <> <EFBFBD> <EFBFBD> 2<x<> <78> <EFBFBD> =<3D> U<EFBFBD> <55> %<25> Zc<5A> O\n aQ<EFBFBD> <EFBFBD> <<14> <> <EFBFBD> 3<EFBFBD> <18> 8u<38> :ڽ<08> n<19> S<> <1C> <> <EFBFBD> <<3C> q<EFBFBD> <18> P<EFBFBD> Z <09> 3 \$ x<EFBFBD> '<27> <> D<02> ? \$ <EFBFBD> (ɒ0<C992> \$ Dv<44> <76> ޗ<EFBFBD> <DE97> <EFBFBD> <EFBFBD> :I/<2F> \r V<EFBFBD> <EFBFBD> <EFBFBD> ( \n 5<EFBFBD> ʔ <EFBFBD> <EFBFBD> <EFBFBD> <13> \0 U \n <20> @<40> <02> <> <08> & Z<> <5A> Wb<57> 7<EFBFBD> <37> '<27> Q<0E> <> N4<4E> 1 vd<13> Bi<42> z<EFBFBD> R<1B> Q<1C> 樣<EFBFBD> <E6A8A3> F a<> <61> (<28> QT<51> _N<5F> s2<73> ,<2C> !Āy<19> <> s5<73> X<EFBFBD> <58> <EFBFBD> [z<> <'M<> <06> TO<54> <4F> Q AY<13> %<25> <> <EFBFBD> y<EFBFBD> ?\$ 0<EFBFBD> \$ <EFBFBD> <EFBFBD> <0E> <> <EFBFBD> 0a<30> 3<EFBFBD> <33> <EFBFBD> \$ <13> <> ,<2C> (<28> x<EFBFBD> <78> ģ<01> <> <EFBFBD> 66<36> <36> <EFBFBD> <EFBFBD> t<06> <> <13> <> <EFBFBD> <EFBFBD> <EFBFBD> ɳ<EFBFBD> <C9B3> Υ @<40> fl\\ <EFBFBD> gmN<EFBFBD> MU<EFBFBD> .<2E> !Y<> @+<06> <> t֪7G<37> <47> <0C> *Z<> <5A> \n d 9'K<> <4B> [K/ɔ2 j<> <19> xe,<2C> P<EFBFBD> \\ `<60> ^<5E> +<2B> -&U%<25> <08> o̓/-h<> '<27> <> <EFBFBD> <EFBFBD> <C295> <EFBFBD> <EFBFBD> 4<> 0<EFBFBD> cM<63> < \r U<EFBFBD> <EFBFBD> ~<7E> <> <EFBFBD> T ! \$ <09> _<EFBFBD> t<EFBFBD> <74> S<EFBFBD> =<3D> <> F Nۂv<DB82> <76> .`^ a!0a<30> r<EFBFBD> <72> <08> <EFBFBD> yE=]<5D> <> B<13> Z<EFBFBD> \\ <EFBFBD> ,<2C> 9<EFBFBD> <39> @NQ/Λ* <<3C> 2<> Z<EFBFBD> <5A> .<2E> l<EFBFBD> L Bt<42> <74> J<EFBFBD> <4A> <EFBFBD> gIB<49> ș<EFBFBD> <C899> fk<66> <6B> X.ɸ<> )c<> ퟣ<EFBFBD> X.<2E> <> ݲ<EFBFBD> <DDB2> SrZ (<28> <> <EFBFBD> SD<53> <44> <EFBFBD> <EFBFBD> #<23> <> <EFBFBD> Ҷ<EFBFBD> <D2B6> b<EFBFBD> F<EFBFBD> \$ 9 \$ <EFBFBD> <15> (b7<62> *<2A> <> <EFBFBD> <EFBFBD> <EFBFBD> 5i<35> A<EFBFBD> Ý<> <C39D> w<01> ֡<EFBFBD> 2d<02> C<EFBFBD> ,<2C> <> !<21> d<EFBFBD> ]<5D> 2:-<2D> \$ Γ O<> <4F> <EFBFBD> G<EFBFBD> \" Q<EFBFBD> <EFBFBD> <EFBFBD> b<EFBFBD> Y<> <59> q_m]<5D> <> <EFBFBD> ~<7E> ;&<26> <> ]ײ<> <D7B2> ѳ \r E<10> <> 6<EFBFBD> <36> GK.Q<> <51> u<EFBFBD> C-<2D> <> <EFBFBD> cw7<77> <37> X ji8<69> <38> <EFBFBD> 0\" <EFBFBD> 0<EFBFBD> <EFBFBD> ų.\0 <EFBFBD> <EFBFBD> <EFBFBD> b<EFBFBD> W9e<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> % O<> <4F> F<EFBFBD> <46> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ̨O<CCA8> <4F> <02> KI<12> <> |<7C> <02> C<15> v<EFBFBD> Ӳ\n <19> v\r \0 <EFBFBD> <EFBFBD> V<EFBFBD> N<EFBFBD> <EFBFBD> <02> \\ 2Y<EFBFBD> <EFBFBD> dZ<EFBFBD> :<3A> ;<3B> <> <EFBFBD> <1A> yŏ<79> [C<> F<EFBFBD> ݹ<EFBFBD> <DDB9> 9<EFBFBD> 2<> <32> 9K B<> xK<78> Oqn<71> 5<EFBFBD> :Ҋ<> { <EFBFBD> پ<> <D9BE> 9<1E> <> ! eb5<62> <35> { GMg<EFBFBD> Ț<EFBFBD> <EFBFBD> <05> <> nW<6E> <57> )bC <43> w<EFBFBD> <77> <EFBFBD> <EFBFBD> <EFBFBD> 5<EFBFBD> |<7C> <> <EFBFBD> <07> .<2E> <> <EFBFBD> .}(<28> 7<EFBFBD> C<> A.I<> <<3C> <> <EFBFBD> <EFBFBD> ;~ K<> *<2A> q<> 6<> <36> <EFBFBD> |K<> <4B> !<21> <> <1F> QT,<2C> <1D> ^<5E> &<26> *e~ \n ~<7E> <> ~<7E> <> <EFBFBD> J<EFBFBD> ˥<<3C> Q<EFBFBD> <51> <EFBFBD> <EFBFBD> <EFBFBD> E<12> <> Or 0<> <30> <EFBFBD> '<27> <> <EFBFBD> <EFBFBD> n<0B> <> <EFBFBD> <1A> <> }<7D> \\ <EFBFBD> <EFBFBD> ?ʓ<1E> J><3E> <> <EFBFBD> |<7C> vJ?<3F> <> w<EFBFBD> P<EFBFBD> <08> <> <EFBFBD> <EFBFBD> N<EFBFBD> ~<7E> <> <EFBFBD> <EFBFBD> <EFBFBD> <14> 7չ/<2F> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <1B> Y<EFBFBD> <59> <EFBFBD> <EFBFBD> X<EFBFBD> <58> i\0 Kb/<2F> <> 5<EFBFBD> <35> <EFBFBD> j<EFBFBD> <6A> <EFBFBD> <EFBFBD> 9 2 \" <EFBFBD> <EFBFBD> N<EFBFBD> 6.<2E> <> o<1E> .<2E> <> <EFBFBD> .<2E> o,<2C> <> *<2A> 6<> )F<> <46> Ha<48> <61> <EFBFBD> H00d<30> <0C> <> \0 f<EFBFBD> u<EFBFBD> <1A> OPX<50> &B<> \0 <EFBFBD> !)Z^\$ <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 02W0<EFBFBD> <EFBFBD> pF<EFBFBD> <EFBFBD> <EFBFBD> 6p<EFBFBD> <EFBFBD> <EFBFBD> .<2E> <> H<EFBFBD> 0<EFBFBD> ^N<> \n <10> <> <EFBFBD> T<EFBFBD> n<EFBFBD> <6E> N~t<05> <> <EFBFBD> Ƙ,<2C> W<06> ^4<> <18> d+<0F> <> <EFBFBD> <> <C28F> \r <EFBFBD> \r <EFBFBD> <EFBFBD> <03> 8<EFBFBD> LB<10> Ip<49> t G e<> \n <EFBFBD> y P<> % n<> <03> <> <10> <08> <> %\0 <EFBFBD> <D\0 J<EFBFBD> 7<02> N<08> P^<5E> 0<0E> ވ<0C> 2 nP<6E> <50> \r bL \" <EFBFBD> <EFBFBD> <EFBFBD> c\" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> cp<EFBFBD> QH<EFBFBD> <EFBFBD> <EFBFBD> #<23> <13> l#\" <EFBFBD> -<2D> <> <14> hٰ<68> <D9B0> <EFBFBD> <EFBFBD> <EFBFBD> e<EFBFBD> \r <EFBFBD> A<15> <> <EFBFBD> ,ޑ<> \r <EFBFBD> V<EFBFBD> <EFBFBD> <EFBFBD> `<60> <> BF<42> 0thx\r <20> t<EFBFBD> <74> A \" p<EFBFBD> <EFBFBD> vv<EFBFBD> <EFBFBD> \n <EFBFBD> <EFBFBD> <05> ppc\\ .<2E> <> <EFBFBD> ,<2C> <> <EFBFBD> Zml<6D> <6C> l<EFBFBD> <6C> *<2A> <> ֏<EFBFBD> <D68F> \" f<EFBFBD> 3<06> <> <EFBFBD> v4J<34> .<2E> <> <EFBFBD> ㎪<EFBFBD> &6<> <36> <10> <> .<2E> <> <EFBFBD> l<EFBFBD> U<EFBFBD> <55> t<EFBFBD> <12> <> \n <EFBFBD> \0 <EFBFBD> <EFBFBD> hrU<EFBFBD> *K\" @e \$ <EFBFBD> : <20> <B<> \n <EFBFBD> <EFBFBD> '<0B> <> <EFBFBD> <EFBFBD> .q<> <71> N<EFBFBD> X<EFBFBD> <1A> <> K<15> <> <EFBFBD> <EFBFBD> ޫ<> \$ <EFBFBD> <EFBFBD> 5<EFBFBD> &K_&<26> <> Rq\$ <EFBFBD> T<EFBFBD> F<EFBFBD> 6\$ <EFBFBD> 'm<> '*<2A> <> k`m<> <6D> <EFBFBD> Ϗ<16> <> \$ <EFBFBD> <EFBFBD> <EFBFBD> :<3A> <> bcnN<6E> 2<EFBFBD> <32> N<EFBFBD> \r D<EFBFBD> ,F0<46> VN@<40> %<25> <> <EFBFBD> 2<EFBFBD> Y<02> \" vj<EFBFBD> <19> \0 =<3D> t \0 <EFBFBD> <06> <> q<EFBFBD> p<EFBFBD> \\ Y<EFBFBD> D<EFBFBD> R<EFBFBD> <EFBFBD> \0 <EFBFBD> ,<2C> \0 /<2F> <> -<0B> <0C> <> <EFBFBD> <06> <05> <> \" <EFBFBD> -LPDD<44> \\ <EFBFBD> <EFBFBD> <05> <> \$ Ϻ <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> s'2<> <32> 'N<> 3\0 \\ " ; break ; case " ar " : $f = " <EFBFBD> C<EFBFBD> P<EFBFBD> <> <C28D> l*<2A> \r <EFBFBD> ,&\n <EFBFBD> A<EFBFBD> <15> <> <EFBFBD> (J.<19> <> 0Se\\ <EFBFBD> \r <EFBFBD> <EFBFBD> b<> @<40> 0<> ,\n Q,l)<29> <> <EFBFBD> µ<EFBFBD> <C2B5> <EFBFBD> A<14> <> j _1<5F> C<EFBFBD> M<EFBFBD> <4D> e<0B> <> S<> \n g@<40> Og<4F> <67> <EFBFBD> <EFBFBD> X<EFBFBD> DM<44> )<29> <> 0<18> <> cA<63> <41> n8<1C> e*y#au4<75> <34> <20> Ir*;rS<72> U<> dJ }<7D> <> <EFBFBD> *z<> U<12> @<40> <> X;ai1l(n<> <1B> <> <EFBFBD> <EFBFBD> <EFBFBD> [<14> y<EFBFBD> d<EFBFBD> u 'c(<28> <> o F<> <46> <EFBFBD> <EFBFBD> e3<65> Nb<03> <> <EFBFBD> p2 N<> S<EFBFBD> <53> ӳ: LZ<4C> z<EFBFBD> P<EFBFBD> \\ b<EFBFBD> <EFBFBD> u<EFBFBD> .<2E> [<5B> Q`u !<15> <> Jy<4A> <79> &2<11> <> (gT<1C> <> SњM<D19A> x<EFBFBD> 5g5<67> K<EFBFBD> K<EFBFBD> ¦<EFBFBD> <C2A6> <EFBFBD> <EFBFBD> <EFBFBD> 0ʀ(<28> 7 \r m8<EFBFBD> 7 (<28> 9 \r <EFBFBD> <EFBFBD> f\" 7N<10> 9<EFBFBD> <39> <20> <> 4<EFBFBD> x荶<78> <E88DB6> <0B> x<> ;<3B> # \" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> 2 ɰW\" J \n B<EFBFBD> <EFBFBD> 'hk<0C> ūb<14> Di<44> \\ @<40> <> <EFBFBD> p<EFBFBD> <70> <EFBFBD> yf<79> <66> <EFBFBD> 9<08> <> <EFBFBD> <EFBFBD> V<EFBFBD> ?<3F> TXW<58> <57> <EFBFBD> F<EFBFBD> <46> { <EFBFBD> <EFBFBD> 3)\" <EFBFBD> W9<EFBFBD> |<7C> <> eRhU<68> <55> Ҫ<EFBFBD> 1<EFBFBD> <31> P<EFBFBD> ><3E> <> <02> \" o|<7C> 7<EFBFBD> <37> <EFBFBD> LQi \\ <EFBFBD> H\" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> #<23> <> 1<> |<7C> t<> <15> <12> \n <EFBFBD> <EFBFBD> <EFBFBD> |<7C> <> !Ҝ<> <D29C> '<27> <> <EFBFBD> <12> e<EFBFBD> :<3A> <> <EFBFBD> \n &T<> <54> =<3D> )<29> <0C> <> <0E> <> <EFBFBD> <EFBFBD> <EFBFBD> <04> <> V K<> <4B> <EFBFBD> <EFBFBD> v<> Ҩ<> 2 \r <EFBFBD> T BP<42> O<0B> p<EFBFBD> 6 #<18> <> oP<6F> hY h<> <07> <> <EFBFBD> <EFBFBD> <EFBFBD> <DEB3> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \0 <EFBFBD> 2<05> \0 yq<EFBFBD> <03> <> 3<07> <10> :<0E> <> <EFBFBD> <05> x<EFBFBD> }<7D> <> \r <EFBFBD> cAPH<EFBFBD> <17> <> p_<0E> p<EFBFBD> B<17> J`|6<> -+<2B> 3A#kt4<74> <34> px<17> !<21> <> <EFBFBD> <EFBFBD> Ŵ<EFBFBD> UOL<4F> <4C> <EFBFBD> <EFBFBD> 3<EFBFBD> <0C> <> j<EFBFBD> Q8<51> <38> <EFBFBD> d<EFBFBD> d<06> mWK<15> <> <EFBFBD> Vɣ <56> <C9A3> <16> <> n<EFBFBD> \" @P<> 0<EFBFBD> Cu<43> <75> <04> %R<> #<23> ;<3B> <> Ȓ<EFBFBD> 'g<0F> |<7C> <> Y<EFBFBD> e<EFBFBD> /<2F> J]R \n <EFBFBD> \" ]<5D> <08> 6B<36> <42> <EFBFBD> 6<0E> +<2B> /s<> IGʊ<47> <CA8A> <EFBFBD> ' j> \\ <EFBFBD> <EFBFBD> zlU<EFBFBD> H<EFBFBD> <EFBFBD> E*<2A> <> <EFBFBD> <EFBFBD> D۬<44> WM&<26> d<EFBFBD> F2Ѱ[<5B> <> <EFBFBD> <EFBFBD> G<EFBFBD> <47> L<> <4C> B6<42> 66<36> ^<5E> <> c<08> J\$ Br)<29> \" bԇ<15> <> <EFBFBD> <EFBFBD> k.<2E> l<> <6C> 5<<3C> d<EFBFBD> <64> N<EFBFBD> wU<77> ;<16> <> Ƽ <0C> a<EFBFBD> yO<79> <4F> [<5B> k \\ <EFBFBD> <EFBFBD> ֞\r Y<EFBFBD> dl<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> u<EFBFBD> q<EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> h9<EFBFBD> <EFBFBD> l;<3B> k¿<6B> <15> F<EFBFBD> w<EFBFBD> D<EFBFBD> <44> x@
2021-02-05 07:05:51 +01:00
Min_PDO { var $_result , $server_info , $affected_rows , $errno , $error , $pdo ; function
2021-05-08 19:20:46 +02:00
__construct (){ global $b ; $gg = array_search ( " SQL " , $b -> operators ); if ( $gg !== false ) unset ( $b -> operators [ $gg ]);} function
dsn ( $nc , $V , $F , $zf = array ()){ try { $this -> pdo = new
PDO ( $nc , $V , $F , $zf );} catch ( Exception $Fc ){ auth_error ( h ( $Fc -> getMessage ()));} $this -> pdo -> setAttribute ( 3 , 1 ); $this -> pdo -> setAttribute ( 13 , array ( 'Min_PDOStatement' )); $this -> server_info =@ $this -> pdo -> getAttribute ( 4 );} function
quote ( $P ){ return $this -> pdo -> quote ( $P );} function
query ( $G , $Di = false ){ $H = $this -> pdo -> query ( $G ); $this -> error = " " ; if ( ! $H ){ list (, $this -> errno , $this -> error ) = $this -> pdo -> errorInfo (); if ( ! $this -> error ) $this -> error = lang ( 21 ); return
2021-02-05 07:05:51 +01:00
false ;} $this -> store_result ( $H ); return $H ;} function
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
store_result ( $H = null ){ if ( ! $H ){ $H = $this -> _result ; if ( ! $H ) return
false ;} if ( $H -> columnCount ()){ $H -> num_rows = $H -> rowCount (); return $H ;} $this -> affected_rows = $H -> rowCount (); return
2014-05-08 19:46:08 +02:00
true ;} function
next_result (){ if ( ! $this -> _result ) return
false ; $this -> _result -> _offset = 0 ; return @ $this -> _result -> nextRowset ();} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! $H ) return
false ; $J = $H -> fetch (); return $J [ $o ];}} class
2014-05-08 19:46:08 +02:00
Min_PDOStatement
extends
PDOStatement { var $_offset = 0 , $num_rows ; function
fetch_assoc (){ return $this -> fetch ( 2 );} function
fetch_row (){ return $this -> fetch ( 3 );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $J = ( object ) $this -> getColumnMeta ( $this -> _offset ++ ); $J -> orgtable = $J -> table ; $J -> orgname = $J -> name ; $J -> charsetnr = ( in_array ( " blob " ,( array ) $J -> flags ) ? 63 : 0 ); return $J ;}}} $ic = array (); function
add_driver ( $u , $D ){ global $ic ; $ic [ $u ] = $D ;} class
2014-05-08 19:46:08 +02:00
Min_SQL { var $_conn ; function
2021-05-08 19:20:46 +02:00
__construct ( $g ){ $this -> _conn = $g ;} function
select ( $Q , $L , $Z , $qd , $Af = array (), $_ = 1 , $E = 0 , $og = false ){ global $b , $y ; $be = ( count ( $qd ) < count ( $L )); $G = $b -> selectQueryBuild ( $L , $Z , $qd , $Af , $_ , $E ); if ( ! $G ) $G = " SELECT " . limit (( $_GET [ " page " ] != " last " && $_ != " " && $qd && $be && $y == " sql " ? " SQL_CALC_FOUND_ROWS " : " " ) . implode ( " , " , $L ) . " \n FROM " . table ( $Q ),( $Z ? " \n WHERE " . implode ( " AND " , $Z ) : " " ) . ( $qd && $be ? " \n GROUP BY " . implode ( " , " , $qd ) : " " ) . ( $Af ? " \n ORDER BY " . implode ( " , " , $Af ) : " " ),( $_ != " " ? + $_ : null ),( $E ? $_ * $E : 0 ), " \n " ); $Eh = microtime ( true ); $I = $this -> _conn -> query ( $G ); if ( $og ) echo $b -> selectQuery ( $G , $Eh , ! $I ); return $I ;} function
delete ( $Q , $yg , $_ = 0 ){ $G = " FROM " . table ( $Q ); return
queries ( " DELETE " . ( $_ ? limit1 ( $Q , $G , $yg ) : " $G $yg " ));} function
update ( $Q , $N , $yg , $_ = 0 , $jh = " \n " ){ $Vi = array (); foreach ( $N
as $z => $X ) $Vi [] = " $z = $X " ; $G = table ( $Q ) . " SET $jh " . implode ( " , $jh " , $Vi ); return
queries ( " UPDATE " . ( $_ ? limit1 ( $Q , $G , $yg , $jh ) : " $G $yg " ));} function
insert ( $Q , $N ){ return
queries ( " INSERT INTO " . table ( $Q ) . ( $N ? " ( " . implode ( " , " , array_keys ( $N )) . " ) \n VALUES ( " . implode ( " , " , $N ) . " ) " : " DEFAULT VALUES " ));} function
insertUpdate ( $Q , $K , $mg ){ return
2014-05-08 19:46:08 +02:00
false ;} function
begin (){ return
queries ( " BEGIN " );} function
commit (){ return
queries ( " COMMIT " );} function
rollback (){ return
2018-04-01 23:34:54 +02:00
queries ( " ROLLBACK " );} function
2021-05-08 19:20:46 +02:00
slowQuery ( $G , $gi ){} function
convertSearch ( $v , $X , $o ){ return $v ;} function
value ( $X , $o ){ return ( method_exists ( $this -> _conn , 'value' ) ? $this -> _conn -> value ( $X , $o ) : ( is_resource ( $X ) ? stream_get_contents ( $X ) : $X ));} function
quoteBinary ( $Zg ){ return
q ( $Zg );} function
2018-04-01 23:34:54 +02:00
warnings (){ return '' ;} function
2021-05-08 19:20:46 +02:00
tableHelp ( $D ){}} $ic [ " sqlite " ] = " SQLite 3 " ; $ic [ " sqlite2 " ] = " SQLite 2 " ; if ( isset ( $_GET [ " sqlite " ]) || isset ( $_GET [ " sqlite2 " ])){ define ( " DRIVER " ,( isset ( $_GET [ " sqlite " ]) ? " sqlite " : " sqlite2 " )); if ( class_exists ( isset ( $_GET [ " sqlite " ]) ? " SQLite3 " : " SQLiteDatabase " )){ if ( isset ( $_GET [ " sqlite " ])){ class
2018-04-01 23:34:54 +02:00
Min_SQLite { var $extension = " SQLite3 " , $server_info , $affected_rows , $errno , $error , $_link ; function
2021-05-08 19:20:46 +02:00
__construct ( $q ){ $this -> _link = new
SQLite3 ( $q ); $Yi = $this -> _link -> version (); $this -> server_info = $Yi [ " versionString " ];} function
2021-02-05 07:05:51 +01:00
query ( $G ){ $H =@ $this -> _link -> query ( $G ); $this -> error = " " ; if ( ! $H ){ $this -> errno = $this -> _link -> lastErrorCode (); $this -> error = $this -> _link -> lastErrorMsg (); return
false ;} elseif ( $H -> numColumns ()) return
2018-04-01 23:34:54 +02:00
new
2021-02-05 07:05:51 +01:00
Min_Result ( $H ); $this -> affected_rows = $this -> _link -> changes (); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
quote ( $P ){ return ( is_utf8 ( $P ) ? " ' " . $this -> _link -> escapeString ( $P ) . " ' " : " x' " . reset ( unpack ( 'H*' , $P )) . " ' " );} function
2018-04-01 23:34:54 +02:00
store_result (){ return $this -> _result ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! is_object ( $H )) return
false ; $J = $H -> _result -> fetchArray (); return $J [ $o ];}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $_result , $_offset = 0 , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ;} function
2018-04-01 23:34:54 +02:00
fetch_assoc (){ return $this -> _result -> fetchArray ( SQLITE3_ASSOC );} function
fetch_row (){ return $this -> _result -> fetchArray ( SQLITE3_NUM );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $d = $this -> _offset ++ ; $T = $this -> _result -> columnType ( $d ); return ( object ) array ( " name " => $this -> _result -> columnName ( $d ), " type " => $T , " charsetnr " => ( $T == SQLITE3_BLOB ? 63 : 0 ),);} function
2018-04-01 23:34:54 +02:00
__desctruct (){ return $this -> _result -> finalize ();}}} else { class
Min_SQLite { var $extension = " SQLite " , $server_info , $affected_rows , $error , $_link ; function
2021-05-08 19:20:46 +02:00
__construct ( $q ){ $this -> server_info = sqlite_libversion (); $this -> _link = new
SQLiteDatabase ( $q );} function
query ( $G , $Di = false ){ $Re = ( $Di ? " unbufferedQuery " : " query " ); $H =@ $this -> _link -> $Re ( $G , SQLITE_BOTH , $n ); $this -> error = " " ; if ( ! $H ){ $this -> error = $n ; return
2021-02-05 07:05:51 +01:00
false ;} elseif ( $H === true ){ $this -> affected_rows = $this -> changes (); return
2018-04-01 23:34:54 +02:00
true ;} return
new
2021-02-05 07:05:51 +01:00
Min_Result ( $H );} function
2021-05-08 19:20:46 +02:00
quote ( $P ){ return " ' " . sqlite_escape_string ( $P ) . " ' " ;} function
2018-04-01 23:34:54 +02:00
store_result (){ return $this -> _result ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! is_object ( $H )) return
false ; $J = $H -> _result -> fetch (); return $J [ $o ];}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $_result , $_offset = 0 , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ; if ( method_exists ( $H , 'numRows' )) $this -> num_rows = $H -> numRows ();} function
fetch_assoc (){ $J = $this -> _result -> fetch ( SQLITE_ASSOC ); if ( ! $J ) return
false ; $I = array (); foreach ( $J
as $z => $X ) $I [( $z [ 0 ] == '"' ? idf_unescape ( $z ) : $z )] = $X ; return $I ;} function
2018-04-01 23:34:54 +02:00
fetch_row (){ return $this -> _result -> fetch ( SQLITE_NUM );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $D = $this -> _result -> fieldName ( $this -> _offset ++ ); $bg = '(\[.*]|"(?:[^"]|"")*"|(.+))' ; if ( preg_match ( " ~^( $bg\\ .)? $bg\ $ ~ " , $D , $C )){ $Q = ( $C [ 3 ] != " " ? $C [ 3 ] : idf_unescape ( $C [ 2 ])); $D = ( $C [ 5 ] != " " ? $C [ 5 ] : idf_unescape ( $C [ 4 ]));} return ( object ) array ( " name " => $D , " orgname " => $D , " orgtable " => $Q ,);}}}} elseif ( extension_loaded ( " pdo_sqlite " )){ class
2018-04-01 23:34:54 +02:00
Min_SQLite
extends
Min_PDO { var $extension = " PDO_SQLite " ; function
2021-05-08 19:20:46 +02:00
__construct ( $q ){ $this -> dsn ( DRIVER . " : $q " , " " , " " );}}} if ( class_exists ( " Min_SQLite " )){ class
2018-04-01 23:34:54 +02:00
Min_DB
extends
Min_SQLite { function
__construct (){ parent :: __construct ( " :memory: " ); $this -> query ( " PRAGMA foreign_keys = 1 " );} function
2021-05-08 19:20:46 +02:00
select_db ( $q ){ if ( is_readable ( $q ) && $this -> query ( " ATTACH " . $this -> quote ( preg_match ( " ~(^[/ \\ \\ ]|:)~ " , $q ) ? $q : dirname ( $_SERVER [ " SCRIPT_FILENAME " ]) . " / $q " ) . " AS a " )){ parent :: __construct ( $q ); $this -> query ( " PRAGMA foreign_keys = 1 " ); $this -> query ( " PRAGMA busy_timeout = 500 " ); return
2018-04-01 23:34:54 +02:00
true ;} return
false ;} function
2021-02-05 07:05:51 +01:00
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
2018-04-01 23:34:54 +02:00
next_result (){ return
false ;}}} class
Min_Driver
extends
Min_SQL { function
2021-05-08 19:20:46 +02:00
insertUpdate ( $Q , $K , $mg ){ $Vi = array (); foreach ( $K
as $N ) $Vi [] = " ( " . implode ( " , " , $N ) . " ) " ; return
queries ( " REPLACE INTO " . table ( $Q ) . " ( " . implode ( " , " , array_keys ( reset ( $K ))) . " ) VALUES \n " . implode ( " , \n " , $Vi ));} function
tableHelp ( $D ){ if ( $D == " sqlite_sequence " ) return " fileformat2.html#seqtab " ; if ( $D == " sqlite_master " ) return " fileformat2.html# $D " ;}} function
2021-02-05 07:05:51 +01:00
idf_escape ( $v ){ return '"' . str_replace ( '"' , '""' , $v ) . '"' ;} function
table ( $v ){ return
idf_escape ( $v );} function
connect (){ global $b ; list (,, $F ) = $b -> credentials (); if ( $F != " " ) return
2018-06-30 00:38:01 +02:00
lang ( 22 ); return
2018-04-01 23:34:54 +02:00
new
Min_DB ;} function
get_databases (){ return
array ();} function
2021-05-08 19:20:46 +02:00
limit ( $G , $Z , $_ , $jf = 0 , $jh = " " ){ return " $G $Z " . ( $_ !== null ? $jh . " LIMIT $_ " . ( $jf ? " OFFSET $jf " : " " ) : " " );} function
limit1 ( $Q , $G , $Z , $jh = " \n " ){ global $g ; return ( preg_match ( '~^INTO~' , $G ) || $g -> result ( " SELECT sqlite_compileoption_used('ENABLE_UPDATE_DELETE_LIMIT') " ) ? limit ( $G , $Z , 1 , 0 , $jh ) : " $G WHERE rowid = (SELECT rowid FROM " . table ( $Q ) . $Z . $jh . " LIMIT 1) " );} function
db_collation ( $l , $nb ){ global $g ; return $g -> result ( " PRAGMA encoding " );} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
logged_user (){ return
get_current_user ();} function
tables_list (){ return
2018-06-30 00:38:01 +02:00
get_key_vals ( " SELECT name, type FROM sqlite_master WHERE type IN ('table', 'view') ORDER BY (name = 'sqlite_sequence'), name " );} function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ return
2018-04-01 23:34:54 +02:00
array ();} function
2021-05-08 19:20:46 +02:00
table_status ( $D = " " ){ global $g ; $I = array (); foreach ( get_rows ( " SELECT name AS Name, type AS Engine, 'rowid' AS Oid, '' AS Auto_increment FROM sqlite_master WHERE type IN ('table', 'view') " . ( $D != " " ? " AND name = " . q ( $D ) : " ORDER BY name " )) as $J ){ $J [ " Rows " ] = $g -> result ( " SELECT COUNT(*) FROM " . idf_escape ( $J [ " Name " ])); $I [ $J [ " Name " ]] = $J ;} foreach ( get_rows ( " SELECT * FROM sqlite_sequence " , null , " " ) as $J ) $I [ $J [ " name " ]][ " Auto_increment " ] = $J [ " seq " ]; return ( $D != " " ? $I [ $D ] : $I );} function
is_view ( $R ){ return $R [ " Engine " ] == " view " ;} function
fk_support ( $R ){ global $g ; return ! $g -> result ( " SELECT sqlite_compileoption_used('OMIT_FOREIGN_KEY') " );} function
fields ( $Q ){ global $g ; $I = array (); $mg = " " ; foreach ( get_rows ( " PRAGMA table_info( " . table ( $Q ) . " ) " ) as $J ){ $D = $J [ " name " ]; $T = strtolower ( $J [ " type " ]); $Xb = $J [ " dflt_value " ]; $I [ $D ] = array ( " field " => $D , " type " => ( preg_match ( '~int~i' , $T ) ? " integer " : ( preg_match ( '~char|clob|text~i' , $T ) ? " text " : ( preg_match ( '~blob~i' , $T ) ? " blob " : ( preg_match ( '~real|floa|doub~i' , $T ) ? " real " : " numeric " )))), " full_type " => $T , " default " => ( preg_match ( " ~'(.*)'~ " , $Xb , $C ) ? str_replace ( " '' " , " ' " , $C [ 1 ]) : ( $Xb == " NULL " ? null : $Xb )), " null " =>! $J [ " notnull " ], " privileges " => array ( " select " => 1 , " insert " => 1 , " update " => 1 ), " primary " => $J [ " pk " ],); if ( $J [ " pk " ]){ if ( $mg != " " ) $I [ $mg ][ " auto_increment " ] = false ; elseif ( preg_match ( '~^integer$~i' , $T )) $I [ $D ][ " auto_increment " ] = true ; $mg = $D ;}} $_h = $g -> result ( " SELECT sql FROM sqlite_master WHERE type = 'table' AND name = " . q ( $Q )); preg_match_all ( '~(("[^"]*+")+|[a-z0-9_]+)\s+text\s+COLLATE\s+(\'[^\']+\'|\S+)~i' , $_h , $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $C ){ $D = str_replace ( '""' , '"' , preg_replace ( '~^"|"$~' , '' , $C [ 1 ])); if ( $I [ $D ]) $I [ $D ][ " collation " ] = trim ( $C [ 3 ], " ' " );} return $I ;} function
indexes ( $Q , $h = null ){ global $g ; if ( ! is_object ( $h )) $h = $g ; $I = array (); $_h = $h -> result ( " SELECT sql FROM sqlite_master WHERE type = 'table' AND name = " . q ( $Q )); if ( preg_match ( '~\bPRIMARY\s+KEY\s*\((([^)"]+|"[^"]*"|`[^`]*`)++)~i' , $_h , $C )){ $I [ " " ] = array ( " type " => " PRIMARY " , " columns " => array (), " lengths " => array (), " descs " => array ()); preg_match_all ( '~((("[^"]*+")+|(?:`[^`]*+`)+)|(\S+))(\s+(ASC|DESC))?(,\s*|$)~i' , $C [ 1 ], $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $C ){ $I [ " " ][ " columns " ][] = idf_unescape ( $C [ 2 ]) . $C [ 4 ]; $I [ " " ][ " descs " ][] = ( preg_match ( '~DESC~i' , $C [ 5 ]) ? '1' : null );}} if ( ! $I ){ foreach ( fields ( $Q ) as $D => $o ){ if ( $o [ " primary " ]) $I [ " " ] = array ( " type " => " PRIMARY " , " columns " => array ( $D ), " lengths " => array (), " descs " => array ( null ));}} $Ch = get_key_vals ( " SELECT name, sql FROM sqlite_master WHERE type = 'index' AND tbl_name = " . q ( $Q ), $h ); foreach ( get_rows ( " PRAGMA index_list( " . table ( $Q ) . " ) " , $h ) as $J ){ $D = $J [ " name " ]; $w = array ( " type " => ( $J [ " unique " ] ? " UNIQUE " : " INDEX " )); $w [ " lengths " ] = array (); $w [ " descs " ] = array (); foreach ( get_rows ( " PRAGMA index_info( " . idf_escape ( $D ) . " ) " , $h ) as $Yg ){ $w [ " columns " ][] = $Yg [ " name " ]; $w [ " descs " ][] = null ;} if ( preg_match ( '~^CREATE( UNIQUE)? INDEX ' . preg_quote ( idf_escape ( $D ) . ' ON ' . idf_escape ( $Q ), '~' ) . ' \((.*)\)$~i' , $Ch [ $D ], $Ig )){ preg_match_all ( '/("[^"]*+")+( DESC)?/' , $Ig [ 2 ], $Ee ); foreach ( $Ee [ 2 ] as $z => $X ){ if ( $X ) $w [ " descs " ][ $z ] = '1' ;}} if ( ! $I [ " " ] || $w [ " type " ] != " UNIQUE " || $w [ " columns " ] != $I [ " " ][ " columns " ] || $w [ " descs " ] != $I [ " " ][ " descs " ] ||! preg_match ( " ~^sqlite_~ " , $D )) $I [ $D ] = $w ;} return $I ;} function
foreign_keys ( $Q ){ $I = array (); foreach ( get_rows ( " PRAGMA foreign_key_list( " . table ( $Q ) . " ) " ) as $J ){ $r =& $I [ $J [ " id " ]]; if ( ! $r ) $r = $J ; $r [ " source " ][] = $J [ " from " ]; $r [ " target " ][] = $J [ " to " ];} return $I ;} function
view ( $D ){ global $g ; return
array ( " select " => preg_replace ( '~^(?:[^`"[]+|`[^`]*`|"[^"]*")* AS\s+~iU' , '' , $g -> result ( " SELECT sql FROM sqlite_master WHERE name = " . q ( $D ))));} function
2018-04-01 23:34:54 +02:00
collations (){ return ( isset ( $_GET [ " create " ]) ? get_vals ( " PRAGMA collation_list " , 1 ) : array ());} function
2021-05-08 19:20:46 +02:00
information_schema ( $l ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
error (){ global $g ; return
h ( $g -> error );} function
check_sqlite_name ( $D ){ global $g ; $Oc = " db|sdb|sqlite " ; if ( ! preg_match ( " ~^[^ \\ 0]* \\ .( $Oc ) \$ ~ " , $D )){ $g -> error = lang ( 23 , str_replace ( " | " , " , " , $Oc )); return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
create_database ( $l , $mb ){ global $g ; if ( file_exists ( $l )){ $g -> error = lang ( 24 ); return
false ;} if ( ! check_sqlite_name ( $l )) return
2021-02-05 07:05:51 +01:00
false ; try { $A = new
2021-05-08 19:20:46 +02:00
Min_SQLite ( $l );} catch ( Exception $Fc ){ $g -> error = $Fc -> getMessage (); return
2021-02-05 07:05:51 +01:00
false ;} $A -> query ( 'PRAGMA encoding = "UTF-8"' ); $A -> query ( 'CREATE TABLE adminer (i)' ); $A -> query ( 'DROP TABLE adminer' ); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
drop_databases ( $k ){ global $g ; $g -> __construct ( " :memory: " ); foreach ( $k
as $l ){ if ( !@ unlink ( $l )){ $g -> error = lang ( 24 ); return
2018-04-01 23:34:54 +02:00
false ;}} return
true ;} function
2021-05-08 19:20:46 +02:00
rename_database ( $D , $mb ){ global $g ; if ( ! check_sqlite_name ( $D )) return
false ; $g -> __construct ( " :memory: " ); $g -> error = lang ( 24 ); return @ rename ( DB , $D );} function
2018-04-01 23:34:54 +02:00
auto_increment (){ return " PRIMARY KEY " . ( DRIVER == " sqlite " ? " AUTOINCREMENT " : " " );} function
2021-05-08 19:20:46 +02:00
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ global $g ; $Oi = ( $Q == " " || $fd ); foreach ( $p
as $o ){ if ( $o [ 0 ] != " " ||! $o [ 1 ] || $o [ 2 ]){ $Oi = true ; break ;}} $c = array (); $Jf = array (); foreach ( $p
as $o ){ if ( $o [ 1 ]){ $c [] = ( $Oi ? $o [ 1 ] : " ADD " . implode ( $o [ 1 ])); if ( $o [ 0 ] != " " ) $Jf [ $o [ 0 ]] = $o [ 1 ][ 0 ];}} if ( ! $Oi ){ foreach ( $c
as $X ){ if ( ! queries ( " ALTER TABLE " . table ( $Q ) . " $X " )) return
false ;} if ( $Q != $D &&! queries ( " ALTER TABLE " . table ( $Q ) . " RENAME TO " . table ( $D ))) return
false ;} elseif ( ! recreate_table ( $Q , $D , $c , $Jf , $fd , $La )) return
false ; if ( $La ){ queries ( " BEGIN " ); queries ( " UPDATE sqlite_sequence SET seq = $La WHERE name = " . q ( $D )); if ( ! $g -> affected_rows ) queries ( " INSERT INTO sqlite_sequence (name, seq) VALUES ( " . q ( $D ) . " , $La ) " ); queries ( " COMMIT " );} return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
recreate_table ( $Q , $D , $p , $Jf , $fd , $La , $x = array ()){ global $g ; if ( $Q != " " ){ if ( ! $p ){ foreach ( fields ( $Q ) as $z => $o ){ if ( $x ) $o [ " auto_increment " ] = 0 ; $p [] = process_field ( $o , $o ); $Jf [ $z ] = idf_escape ( $z );}} $ng = false ; foreach ( $p
as $o ){ if ( $o [ 6 ]) $ng = true ;} $lc = array (); foreach ( $x
as $z => $X ){ if ( $X [ 2 ] == " DROP " ){ $lc [ $X [ 1 ]] = true ; unset ( $x [ $z ]);}} foreach ( indexes ( $Q ) as $he => $w ){ $e = array (); foreach ( $w [ " columns " ] as $z => $d ){ if ( ! $Jf [ $d ]) continue
2 ; $e [] = $Jf [ $d ] . ( $w [ " descs " ][ $z ] ? " DESC " : " " );} if ( ! $lc [ $he ]){ if ( $w [ " type " ] != " PRIMARY " ||! $ng ) $x [] = array ( $w [ " type " ], $he , $e );}} foreach ( $x
as $z => $X ){ if ( $X [ 0 ] == " PRIMARY " ){ unset ( $x [ $z ]); $fd [] = " PRIMARY KEY ( " . implode ( " , " , $X [ 2 ]) . " ) " ;}} foreach ( foreign_keys ( $Q ) as $he => $r ){ foreach ( $r [ " source " ] as $z => $d ){ if ( ! $Jf [ $d ]) continue
2 ; $r [ " source " ][ $z ] = idf_unescape ( $Jf [ $d ]);} if ( ! isset ( $fd [ " $he " ])) $fd [] = " " . format_foreign_key ( $r );} queries ( " BEGIN " );} foreach ( $p
as $z => $o ) $p [ $z ] = " " . implode ( $o ); $p = array_merge ( $p , array_filter ( $fd )); $ai = ( $Q == $D ? " adminer_ $D " : $D ); if ( ! queries ( " CREATE TABLE " . table ( $ai ) . " ( \n " . implode ( " , \n " , $p ) . " \n ) " )) return
false ; if ( $Q != " " ){ if ( $Jf &&! queries ( " INSERT INTO " . table ( $ai ) . " ( " . implode ( " , " , $Jf ) . " ) SELECT " . implode ( " , " , array_map ( 'idf_escape' , array_keys ( $Jf ))) . " FROM " . table ( $Q ))) return
false ; $Ai = array (); foreach ( triggers ( $Q ) as $zi => $hi ){ $yi = trigger ( $zi ); $Ai [] = " CREATE TRIGGER " . idf_escape ( $zi ) . " " . implode ( " " , $hi ) . " ON " . table ( $D ) . " \n $yi[Statement] " ;} $La = $La ? 0 : $g -> result ( " SELECT seq FROM sqlite_sequence WHERE name = " . q ( $Q )); if ( ! queries ( " DROP TABLE " . table ( $Q )) || ( $Q == $D &&! queries ( " ALTER TABLE " . table ( $ai ) . " RENAME TO " . table ( $D ))) ||! alter_indexes ( $D , $x )) return
false ; if ( $La ) queries ( " UPDATE sqlite_sequence SET seq = $La WHERE name = " . q ( $D )); foreach ( $Ai
as $yi ){ if ( ! queries ( $yi )) return
2018-04-01 23:34:54 +02:00
false ;} queries ( " COMMIT " );} return
true ;} function
2021-05-08 19:20:46 +02:00
index_sql ( $Q , $T , $D , $e ){ return " CREATE $T " . ( $T != " INDEX " ? " INDEX " : " " ) . idf_escape ( $D != " " ? $D : uniqid ( $Q . " _ " )) . " ON " . table ( $Q ) . " $e " ;} function
alter_indexes ( $Q , $c ){ foreach ( $c
as $mg ){ if ( $mg [ 0 ] == " PRIMARY " ) return
recreate_table ( $Q , $Q , array (), array (), array (), 0 , $c );} foreach ( array_reverse ( $c ) as $X ){ if ( ! queries ( $X [ 2 ] == " DROP " ? " DROP INDEX " . idf_escape ( $X [ 1 ]) : index_sql ( $Q , $X [ 0 ], $X [ 1 ], " ( " . implode ( " , " , $X [ 2 ]) . " ) " ))) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
truncate_tables ( $S ){ return
apply_queries ( " DELETE FROM " , $S );} function
drop_views ( $aj ){ return
apply_queries ( " DROP VIEW " , $aj );} function
drop_tables ( $S ){ return
apply_queries ( " DROP TABLE " , $S );} function
move_tables ( $S , $aj , $Yh ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
trigger ( $D ){ global $g ; if ( $D == " " ) return
array ( " Statement " => " BEGIN \n \t ; \n END " ); $v = '(?:[^`"\s]+|`[^`]*`|"[^"]*")+' ; $_i = trigger_options (); preg_match ( " ~^CREATE \\ s+TRIGGER \\ s* $v\\s *( " . implode ( " | " , $_i [ " Timing " ]) . " ) \\ s+([a-z]+)(?: \\ s+OF \\ s+( $v ))? \\ s+ON \\ s* $v\\s *(?:FOR \\ s+EACH \\ s+ROW \\ s)?(.*)~is " , $g -> result ( " SELECT sql FROM sqlite_master WHERE type = 'trigger' AND name = " . q ( $D )), $C ); $if = $C [ 3 ]; return
array ( " Timing " => strtoupper ( $C [ 1 ]), " Event " => strtoupper ( $C [ 2 ]) . ( $if ? " OF " : " " ), " Of " => ( $if [ 0 ] == '`' || $if [ 0 ] == '"' ? idf_unescape ( $if ) : $if ), " Trigger " => $D , " Statement " => $C [ 4 ],);} function
triggers ( $Q ){ $I = array (); $_i = trigger_options (); foreach ( get_rows ( " SELECT * FROM sqlite_master WHERE type = 'trigger' AND tbl_name = " . q ( $Q )) as $J ){ preg_match ( '~^CREATE\s+TRIGGER\s*(?:[^`"\s]+|`[^`]*`|"[^"]*")+\s*(' . implode ( " | " , $_i [ " Timing " ]) . ')\s*(.*?)\s+ON\b~i' , $J [ " sql " ], $C ); $I [ $J [ " name " ]] = array ( $C [ 1 ], $C [ 2 ]);} return $I ;} function
2018-04-01 23:34:54 +02:00
trigger_options (){ return
array ( " Timing " => array ( " BEFORE " , " AFTER " , " INSTEAD OF " ), " Event " => array ( " INSERT " , " UPDATE " , " UPDATE OF " , " DELETE " ), " Type " => array ( " FOR EACH ROW " ),);} function
begin (){ return
queries ( " BEGIN " );} function
2021-05-08 19:20:46 +02:00
last_id (){ global $g ; return $g -> result ( " SELECT LAST_INSERT_ROWID() " );} function
explain ( $g , $G ){ return $g -> query ( " EXPLAIN QUERY PLAN $G " );} function
found_rows ( $R , $Z ){} function
2018-04-01 23:34:54 +02:00
types (){ return
array ();} function
schemas (){ return
array ();} function
get_schema (){ return " " ;} function
2021-05-08 19:20:46 +02:00
set_schema ( $ch ){ return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
create_sql ( $Q , $La , $Jh ){ global $g ; $I = $g -> result ( " SELECT sql FROM sqlite_master WHERE type IN ('table', 'view') AND name = " . q ( $Q )); foreach ( indexes ( $Q ) as $D => $w ){ if ( $D == '' ) continue ; $I .= " ; \n \n " . index_sql ( $Q , $w [ 'type' ], $D , " ( " . implode ( " , " , array_map ( 'idf_escape' , $w [ 'columns' ])) . " ) " );} return $I ;} function
truncate_sql ( $Q ){ return " DELETE FROM " . table ( $Q );} function
use_sql ( $j ){} function
trigger_sql ( $Q ){ return
implode ( get_vals ( " SELECT sql || ';; \n ' FROM sqlite_master WHERE type = 'trigger' AND tbl_name = " . q ( $Q )));} function
show_variables (){ global $g ; $I = array (); foreach ( array ( " auto_vacuum " , " cache_size " , " count_changes " , " default_cache_size " , " empty_result_callbacks " , " encoding " , " foreign_keys " , " full_column_names " , " fullfsync " , " journal_mode " , " journal_size_limit " , " legacy_file_format " , " locking_mode " , " page_size " , " max_page_count " , " read_uncommitted " , " recursive_triggers " , " reverse_unordered_selects " , " secure_delete " , " short_column_names " , " synchronous " , " temp_store " , " temp_store_directory " , " schema_version " , " integrity_check " , " quick_check " ) as $z ) $I [ $z ] = $g -> result ( " PRAGMA $z " ); return $I ;} function
show_status (){ $I = array (); foreach ( get_vals ( " PRAGMA compile_options " ) as $yf ){ list ( $z , $X ) = explode ( " = " , $yf , 2 ); $I [ $z ] = $X ;} return $I ;} function
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
support ( $Tc ){ return
preg_match ( '~^(columns|database|drop_col|dump|indexes|descidx|move_col|sql|status|table|trigger|variables|view|view_trigger)$~' , $Tc );} function
driver_config (){ return
array ( 'possible_drivers' => array (( isset ( $_GET [ " sqlite " ]) ? " SQLite3 " : " SQLite " ), " PDO_SQLite " ), 'jush' => " sqlite " , 'types' => array ( " integer " => 0 , " real " => 0 , " numeric " => 0 , " text " => 0 , " blob " => 0 ), 'structured_types' => array_keys ( $U ), 'unsigned' => array (), 'operators' => array ( " = " , " < " , " > " , " <= " , " >= " , " != " , " LIKE " , " LIKE %% " , " IN " , " IS NULL " , " NOT LIKE " , " NOT IN " , " IS NOT NULL " , " SQL " ), 'functions' => array ( " hex " , " length " , " lower " , " round " , " unixepoch " , " upper " ), 'grouping' => array ( " avg " , " count " , " count distinct " , " group_concat " , " max " , " min " , " sum " ), 'edit_functions' => array ( array (), array ( " integer|real|numeric " => " +/- " , " text " => " || " ,)),);}} $ic [ " pgsql " ] = " PostgreSQL " ; if ( isset ( $_GET [ " pgsql " ])){ define ( " DRIVER " , " pgsql " ); if ( extension_loaded ( " pgsql " )){ class
2018-06-30 00:38:01 +02:00
Min_DB { var $extension = " PgSQL " , $_link , $_result , $_string , $_database = true , $server_info , $affected_rows , $error , $timeout ; function
2021-05-08 19:20:46 +02:00
_error ( $Ac , $n ){ if ( ini_bool ( " html_errors " )) $n = html_entity_decode ( strip_tags ( $n )); $n = preg_replace ( '~^[^:]*: ~' , '' , $n ); $this -> error = $n ;} function
connect ( $M , $V , $F ){ global $b ; $l = $b -> database (); set_error_handler ( array ( $this , '_error' )); $this -> _string = " host=' " . str_replace ( " : " , " ' port=' " , addcslashes ( $M , " ' \\ " )) . " ' user=' " . addcslashes ( $V , " ' \\ " ) . " ' password=' " . addcslashes ( $F , " ' \\ " ) . " ' " ; $this -> _link =@ pg_connect ( " $this->_string dbname=' " . ( $l != " " ? addcslashes ( $l , " ' \\ " ) : " postgres " ) . " ' " , PGSQL_CONNECT_FORCE_NEW ); if ( ! $this -> _link && $l != " " ){ $this -> _database = false ; $this -> _link =@ pg_connect ( " $this->_string dbname='postgres' " , PGSQL_CONNECT_FORCE_NEW );} restore_error_handler (); if ( $this -> _link ){ $Yi = pg_version ( $this -> _link ); $this -> server_info = $Yi [ " server " ]; pg_set_client_encoding ( $this -> _link , " UTF8 " );} return ( bool ) $this -> _link ;} function
quote ( $P ){ return " ' " . pg_escape_string ( $this -> _link , $P ) . " ' " ;} function
value ( $X , $o ){ return ( $o [ " type " ] == " bytea " && $X !== null ? pg_unescape_bytea ( $X ) : $X );} function
quoteBinary ( $P ){ return " ' " . pg_escape_bytea ( $this -> _link , $P ) . " ' " ;} function
select_db ( $j ){ global $b ; if ( $j == $b -> database ()) return $this -> _database ; $I =@ pg_connect ( " $this->_string dbname=' " . addcslashes ( $j , " ' \\ " ) . " ' " , PGSQL_CONNECT_FORCE_NEW ); if ( $I ) $this -> _link = $I ; return $I ;} function
2018-04-01 23:34:54 +02:00
close (){ $this -> _link =@ pg_connect ( " $this->_string dbname='postgres' " );} function
2021-05-08 19:20:46 +02:00
query ( $G , $Di = false ){ $H =@ pg_query ( $this -> _link , $G ); $this -> error = " " ; if ( ! $H ){ $this -> error = pg_last_error ( $this -> _link ); $I = false ;} elseif ( ! pg_num_fields ( $H )){ $this -> affected_rows = pg_affected_rows ( $H ); $I = true ;} else $I = new
2021-02-05 07:05:51 +01:00
Min_Result ( $H ); if ( $this -> timeout ){ $this -> timeout = 0 ; $this -> query ( " RESET statement_timeout " );} return $I ;} function
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
2018-04-01 23:34:54 +02:00
store_result (){ return $this -> _result ;} function
next_result (){ return
false ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! $H ||! $H -> num_rows ) return
2018-04-01 23:34:54 +02:00
false ; return
2021-05-08 19:20:46 +02:00
pg_fetch_result ( $H -> _result , 0 , $o );} function
2018-04-01 23:34:54 +02:00
warnings (){ return
h ( pg_last_notice ( $this -> _link ));}} class
Min_Result { var $_result , $_offset = 0 , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ; $this -> num_rows = pg_num_rows ( $H );} function
2018-04-01 23:34:54 +02:00
fetch_assoc (){ return
pg_fetch_assoc ( $this -> _result );} function
fetch_row (){ return
pg_fetch_row ( $this -> _result );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $d = $this -> _offset ++ ; $I = new
stdClass ; if ( function_exists ( 'pg_field_table' )) $I -> orgtable = pg_field_table ( $this -> _result , $d ); $I -> name = pg_field_name ( $this -> _result , $d ); $I -> orgname = $I -> name ; $I -> type = pg_field_type ( $this -> _result , $d ); $I -> charsetnr = ( $I -> type == " bytea " ? 63 : 0 ); return $I ;} function
2018-04-01 23:34:54 +02:00
__destruct (){ pg_free_result ( $this -> _result );}}} elseif ( extension_loaded ( " pdo_pgsql " )){ class
Min_DB
extends
2018-06-30 00:38:01 +02:00
Min_PDO { var $extension = " PDO_PgSQL " , $timeout ; function
2021-05-08 19:20:46 +02:00
connect ( $M , $V , $F ){ global $b ; $l = $b -> database (); $this -> dsn ( " pgsql:host=' " . str_replace ( " : " , " ' port=' " , addcslashes ( $M , " ' \\ " )) . " ' client_encoding=utf8 dbname=' " . ( $l != " " ? addcslashes ( $l , " ' \\ " ) : " postgres " ) . " ' " , $V , $F ); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
select_db ( $j ){ global $b ; return ( $b -> database () == $j );} function
quoteBinary ( $Zg ){ return
q ( $Zg );} function
query ( $G , $Di = false ){ $I = parent :: query ( $G , $Di ); if ( $this -> timeout ){ $this -> timeout = 0 ; parent :: query ( " RESET statement_timeout " );} return $I ;} function
2018-04-01 23:34:54 +02:00
warnings (){ return '' ;} function
close (){}}} class
Min_Driver
extends
Min_SQL { function
2021-05-08 19:20:46 +02:00
insertUpdate ( $Q , $K , $mg ){ global $g ; foreach ( $K
as $N ){ $Ki = array (); $Z = array (); foreach ( $N
as $z => $X ){ $Ki [] = " $z = $X " ; if ( isset ( $mg [ idf_unescape ( $z )])) $Z [] = " $z = $X " ;} if ( ! (( $Z && queries ( " UPDATE " . table ( $Q ) . " SET " . implode ( " , " , $Ki ) . " WHERE " . implode ( " AND " , $Z )) && $g -> affected_rows ) || queries ( " INSERT INTO " . table ( $Q ) . " ( " . implode ( " , " , array_keys ( $N )) . " ) VALUES ( " . implode ( " , " , $N ) . " ) " ))) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
slowQuery ( $G , $gi ){ $this -> _conn -> query ( " SET statement_timeout = " . ( 1000 * $gi )); $this -> _conn -> timeout = 1000 * $gi ; return $G ;} function
convertSearch ( $v , $X , $o ){ return ( preg_match ( '~char|text' . ( ! preg_match ( '~LIKE~' , $X [ " op " ]) ? '|date|time(stamp)?|boolean|uuid|' . number_type () : '' ) . '~' , $o [ " type " ]) ? $v : " CAST( $v AS text) " );} function
quoteBinary ( $Zg ){ return $this -> _conn -> quoteBinary ( $Zg );} function
2018-04-01 23:34:54 +02:00
warnings (){ return $this -> _conn -> warnings ();} function
2021-05-08 19:20:46 +02:00
tableHelp ( $D ){ $ye = array ( " information_schema " => " infoschema " , " pg_catalog " => " catalog " ,); $A = $ye [ $_GET [ " ns " ]]; if ( $A ) return " $A - " . str_replace ( " _ " , " - " , $D ) . " .html " ;}} function
2021-02-05 07:05:51 +01:00
idf_escape ( $v ){ return '"' . str_replace ( '"' , '""' , $v ) . '"' ;} function
table ( $v ){ return
idf_escape ( $v );} function
2021-05-08 19:20:46 +02:00
connect (){ global $b , $U , $Ih ; $g = new
Min_DB ; $Lb = $b -> credentials (); if ( $g -> connect ( $Lb [ 0 ], $Lb [ 1 ], $Lb [ 2 ])){ if ( min_version ( 9 , 0 , $g )){ $g -> query ( " SET application_name = 'Adminer' " ); if ( min_version ( 9.2 , 0 , $g )){ $Ih [ lang ( 25 )][] = " json " ; $U [ " json " ] = 4294967295 ; if ( min_version ( 9.4 , 0 , $g )){ $Ih [ lang ( 25 )][] = " jsonb " ; $U [ " jsonb " ] = 4294967295 ;}}} return $g ;} return $g -> error ;} function
2018-04-01 23:34:54 +02:00
get_databases (){ return
get_vals ( " SELECT datname FROM pg_database WHERE has_database_privilege(datname, 'CONNECT') ORDER BY datname " );} function
2021-05-08 19:20:46 +02:00
limit ( $G , $Z , $_ , $jf = 0 , $jh = " " ){ return " $G $Z " . ( $_ !== null ? $jh . " LIMIT $_ " . ( $jf ? " OFFSET $jf " : " " ) : " " );} function
limit1 ( $Q , $G , $Z , $jh = " \n " ){ return ( preg_match ( '~^INTO~' , $G ) ? limit ( $G , $Z , 1 , 0 , $jh ) : " $G " . ( is_view ( table_status1 ( $Q )) ? $Z : " WHERE ctid = (SELECT ctid FROM " . table ( $Q ) . $Z . $jh . " LIMIT 1) " ));} function
db_collation ( $l , $nb ){ global $g ; return $g -> result ( " SELECT datcollate FROM pg_database WHERE datname = " . q ( $l ));} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
2021-05-08 19:20:46 +02:00
logged_user (){ global $g ; return $g -> result ( " SELECT user " );} function
2021-02-05 07:05:51 +01:00
tables_list (){ $G = " SELECT table_name, table_type FROM information_schema.tables WHERE table_schema = current_schema() " ; if ( support ( 'materializedview' )) $G .= "
2018-04-01 23:34:54 +02:00
UNION ALL
SELECT matviewname , 'MATERIALIZED VIEW'
FROM pg_matviews
2021-02-05 07:05:51 +01:00
WHERE schemaname = current_schema () " ; $G .= "
2018-04-01 23:34:54 +02:00
ORDER BY 1 " ;return
2021-02-05 07:05:51 +01:00
get_key_vals ( $G );} function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ return
2018-04-01 23:34:54 +02:00
array ();} function
2021-05-08 19:20:46 +02:00
table_status ( $D = " " ){ $I = array (); foreach ( get_rows ( " SELECT c.relname AS \" Name \" , CASE c.relkind WHEN 'r' THEN 'table' WHEN 'm' THEN 'materialized view' ELSE 'view' END AS \" Engine \" , pg_relation_size(c.oid) AS \" Data_length \" , pg_total_relation_size(c.oid) - pg_relation_size(c.oid) AS \" Index_length \" , obj_description(c.oid, 'pg_class') AS \" Comment \" , " . ( min_version ( 12 ) ? " '' " : " CASE WHEN c.relhasoids THEN 'oid' ELSE '' END " ) . " AS \" Oid \" , c.reltuples as \" Rows \" , n.nspname
2018-04-01 23:34:54 +02:00
FROM pg_class c
JOIN pg_namespace n ON ( n . nspname = current_schema () AND n . oid = c . relnamespace )
2021-05-08 19:20:46 +02:00
WHERE relkind IN ( 'r' , 'm' , 'v' , 'f' , 'p' )
" .( $D != " " ? " AND relname = " .q( $D ): " ORDER BY relname " ))as $J ) $I[$J["Name"] ]= $J ;return( $D != " " ? $I[$D] : $I );}function
is_view ( $R ){ return
in_array ( $R [ " Engine " ], array ( " view " , " materialized view " ));} function
fk_support ( $R ){ return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
fields ( $Q ){ $I = array (); $Ca = array ( 'timestamp without time zone' => 'timestamp' , 'timestamp with time zone' => 'timestamptz' ,); $Gd = min_version ( 10 ) ? 'a.attidentity' : '0' ; foreach ( get_rows ( " SELECT a.attname AS field, format_type(a.atttypid, a.atttypmod) AS full_type, pg_get_expr(d.adbin, d.adrelid) AS default, a.attnotnull::int, col_description(c.oid, a.attnum) AS comment, $Gd AS identity
2018-04-01 23:34:54 +02:00
FROM pg_class c
JOIN pg_namespace n ON c . relnamespace = n . oid
JOIN pg_attribute a ON c . oid = a . attrelid
LEFT JOIN pg_attrdef d ON c . oid = d . adrelid AND a . attnum = d . adnum
2021-05-08 19:20:46 +02:00
WHERE c . relname = " .q( $Q ). "
2018-04-01 23:34:54 +02:00
AND n . nspname = current_schema ()
AND NOT a . attisdropped
AND a . attnum > 0
2021-05-08 19:20:46 +02:00
ORDER BY a . attnum " )as $J ) { preg_match('~([^([]+)( \ ((.*) \ ))?([a-z ]+)?(( \ [[0-9]*])*) $ ~', $J["full_type"] , $C );list(, $T , $ve , $J["length"] , $xa , $Fa )= $C ; $J["length"] .= $Fa ; $cb = $T . $xa ;if(isset( $Ca[$cb] )) { $J [ " type " ] = $Ca [ $cb ]; $J [ " full_type " ] = $J [ " type " ] . $ve . $Fa ; } else { $J [ " type " ] = $T ; $J [ " full_type " ] = $J [ " type " ] . $ve . $xa . $Fa ; } if(in_array( $J['identity'] ,array('a','d'))) $J['default'] ='GENERATED '.( $J['identity'] =='d'?'BY DEFAULT':'ALWAYS').' AS IDENTITY'; $J["null"] =! $J["attnotnull"] ; $J["auto_increment"] = $J['identity'] ||preg_match('~^nextval \ (~i', $J["default"] ); $J["privileges"] =array( " insert " =>1, " select " =>1, " update " =>1);if(preg_match('~(.+)::[^,)]+(.*)~', $J["default"] , $C )) $J["default"] =( $C[1] == " NULL " ?null:(( $C[1] [0]== " ' " ?idf_unescape( $C[1] ): $C[1] ). $C[2] )); $I[$J["field"] ]= $J ;}return $I ;}function
indexes ( $Q , $h = null ){ global $g ; if ( ! is_object ( $h )) $h = $g ; $I = array (); $Rh = $h -> result ( " SELECT oid FROM pg_class WHERE relnamespace = (SELECT oid FROM pg_namespace WHERE nspname = current_schema()) AND relname = " . q ( $Q )); $e = get_key_vals ( " SELECT attnum, attname FROM pg_attribute WHERE attrelid = $Rh AND attnum > 0 " , $h ); foreach ( get_rows ( " SELECT relname, indisunique::int, indisprimary::int, indkey, indoption, (indpred IS NOT NULL)::int as indispartial FROM pg_index i, pg_class ci WHERE i.indrelid = $Rh AND ci.oid = i.indexrelid " , $h ) as $J ){ $Jg = $J [ " relname " ]; $I [ $Jg ][ " type " ] = ( $J [ " indispartial " ] ? " INDEX " : ( $J [ " indisprimary " ] ? " PRIMARY " : ( $J [ " indisunique " ] ? " UNIQUE " : " INDEX " ))); $I [ $Jg ][ " columns " ] = array (); foreach ( explode ( " " , $J [ " indkey " ]) as $Qd ) $I [ $Jg ][ " columns " ][] = $e [ $Qd ]; $I [ $Jg ][ " descs " ] = array (); foreach ( explode ( " " , $J [ " indoption " ]) as $Rd ) $I [ $Jg ][ " descs " ][] = ( $Rd & 1 ? '1' : null ); $I [ $Jg ][ " lengths " ] = array ();} return $I ;} function
foreign_keys ( $Q ){ global $rf ; $I = array (); foreach ( get_rows ( " SELECT conname, condeferrable::int AS deferrable, pg_get_constraintdef(oid) AS definition
2018-04-01 23:34:54 +02:00
FROM pg_constraint
2021-05-08 19:20:46 +02:00
WHERE conrelid = ( SELECT pc . oid FROM pg_class AS pc INNER JOIN pg_namespace AS pn ON ( pn . oid = pc . relnamespace ) WHERE pc . relname = " .q( $Q ). " AND pn . nspname = current_schema ())
2018-04-01 23:34:54 +02:00
AND contype = 'f' :: char
2021-05-08 19:20:46 +02:00
ORDER BY conkey , conname " )as $J ) { if(preg_match('~FOREIGN KEY \ s* \ ((.+) \ ) \ s*REFERENCES (.+) \ ((.+) \ )(.*) $ ~iA', $J['definition'] , $C )) { $J [ 'source' ] = array_map ( 'trim' , explode ( ',' , $C [ 1 ])); if ( preg_match ( '~^(("([^"]|"")+"|[^"]+)\.)?"?("([^"]|"")+"|[^"]+)$~' , $C [ 2 ], $De )){ $J [ 'ns' ] = str_replace ( '""' , '"' , preg_replace ( '~^"(.+)"$~' , '\1' , $De [ 2 ])); $J [ 'table' ] = str_replace ( '""' , '"' , preg_replace ( '~^"(.+)"$~' , '\1' , $De [ 4 ])); } $J['target'] =array_map('trim',explode(',', $C[3] )); $J['on_delete'] =(preg_match( " ~ ON DELETE ( $rf ) ~ " , $C[4] , $De )? $De[1] :'NO ACTION'); $J['on_update'] =(preg_match( " ~ ON UPDATE ( $rf ) ~ " , $C[4] , $De )? $De[1] :'NO ACTION'); $I[$J['conname'] ]= $J ;}}return $I ;}function
constraints ( $Q ){ global $rf ; $I = array (); foreach ( get_rows ( " SELECT conname, consrc
FROM pg_catalog . pg_constraint
INNER JOIN pg_catalog . pg_namespace ON pg_constraint . connamespace = pg_namespace . oid
INNER JOIN pg_catalog . pg_class ON pg_constraint . conrelid = pg_class . oid AND pg_constraint . connamespace = pg_class . relnamespace
WHERE pg_constraint . contype = 'c'
AND conrelid != 0 -- handle only CONSTRAINTs here , not TYPES
AND nspname = current_schema ()
AND relname = " .q( $Q ). "
ORDER BY connamespace , conname " )as $J ) $I[$J['conname'] ]= $J['consrc'] ;return $I ;}function
view ( $D ){ global $g ; return
array ( " select " => trim ( $g -> result ( " SELECT pg_get_viewdef( " . $g -> result ( " SELECT oid FROM pg_class WHERE relnamespace = (SELECT oid FROM pg_namespace WHERE nspname = current_schema()) AND relname = " . q ( $D )) . " ) " )));} function
2018-04-01 23:34:54 +02:00
collations (){ return
array ();} function
2021-05-08 19:20:46 +02:00
information_schema ( $l ){ return ( $l == " information_schema " );} function
error (){ global $g ; $I = h ( $g -> error ); if ( preg_match ( '~^(.*\n)?([^\n]*)\n( *)\^(\n.*)?$~s' , $I , $C )) $I = $C [ 1 ] . preg_replace ( '~((?:[^&]|&[^;]*;){' . strlen ( $C [ 3 ]) . '})(.*)~' , '\1<b>\2</b>' , $C [ 2 ]) . $C [ 4 ]; return
2021-02-05 07:05:51 +01:00
nl_br ( $I );} function
2021-05-08 19:20:46 +02:00
create_database ( $l , $mb ){ return
queries ( " CREATE DATABASE " . idf_escape ( $l ) . ( $mb ? " ENCODING " . idf_escape ( $mb ) : " " ));} function
drop_databases ( $k ){ global $g ; $g -> close (); return
apply_queries ( " DROP DATABASE " , $k , 'idf_escape' );} function
rename_database ( $D , $mb ){ return
queries ( " ALTER DATABASE " . idf_escape ( DB ) . " RENAME TO " . idf_escape ( $D ));} function
2018-04-01 23:34:54 +02:00
auto_increment (){ return " " ;} function
2021-05-08 19:20:46 +02:00
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ $c = array (); $xg = array (); if ( $Q != " " && $Q != $D ) $xg [] = " ALTER TABLE " . table ( $Q ) . " RENAME TO " . table ( $D ); foreach ( $p
as $o ){ $d = idf_escape ( $o [ 0 ]); $X = $o [ 1 ]; if ( ! $X ) $c [] = " DROP $d " ; else { $Ui = $X [ 5 ]; unset ( $X [ 5 ]); if ( $o [ 0 ] == " " ){ if ( isset ( $X [ 6 ])) $X [ 1 ] = ( $X [ 1 ] == " bigint " ? " big " : ( $X [ 1 ] == " smallint " ? " small " : " " )) . " serial " ; $c [] = ( $Q != " " ? " ADD " : " " ) . implode ( $X ); if ( isset ( $X [ 6 ])) $c [] = ( $Q != " " ? " ADD " : " " ) . " PRIMARY KEY ( $X[0] ) " ;} else { if ( $d != $X [ 0 ]) $xg [] = " ALTER TABLE " . table ( $D ) . " RENAME $d TO $X[0] " ; $c [] = " ALTER $d TYPE $X[1] " ; if ( ! $X [ 6 ]){ $c [] = " ALTER $d " . ( $X [ 3 ] ? " SET $X[3] " : " DROP DEFAULT " ); $c [] = " ALTER $d " . ( $X [ 2 ] == " NULL " ? " DROP NOT " : " SET " ) . $X [ 2 ];}} if ( $o [ 0 ] != " " || $Ui != " " ) $xg [] = " COMMENT ON COLUMN " . table ( $D ) . " . $X[0] IS " . ( $Ui != " " ? substr ( $Ui , 9 ) : " '' " );}} $c = array_merge ( $c , $fd ); if ( $Q == " " ) array_unshift ( $xg , " CREATE TABLE " . table ( $D ) . " ( \n " . implode ( " , \n " , $c ) . " \n ) " ); elseif ( $c ) array_unshift ( $xg , " ALTER TABLE " . table ( $Q ) . " \n " . implode ( " , \n " , $c )); if ( $Q != " " || $sb != " " ) $xg [] = " COMMENT ON TABLE " . table ( $D ) . " IS " . q ( $sb ); if ( $La != " " ){} foreach ( $xg
2021-02-05 07:05:51 +01:00
as $G ){ if ( ! queries ( $G )) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
alter_indexes ( $Q , $c ){ $i = array (); $jc = array (); $xg = array (); foreach ( $c
as $X ){ if ( $X [ 0 ] != " INDEX " ) $i [] = ( $X [ 2 ] == " DROP " ? " \n DROP CONSTRAINT " . idf_escape ( $X [ 1 ]) : " \n ADD " . ( $X [ 1 ] != " " ? " CONSTRAINT " . idf_escape ( $X [ 1 ]) : " " ) . " $X[0] " . ( $X [ 0 ] == " PRIMARY " ? " KEY " : " " ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " ); elseif ( $X [ 2 ] == " DROP " ) $jc [] = idf_escape ( $X [ 1 ]); else $xg [] = " CREATE INDEX " . idf_escape ( $X [ 1 ] != " " ? $X [ 1 ] : uniqid ( $Q . " _ " )) . " ON " . table ( $Q ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " ;} if ( $i ) array_unshift ( $xg , " ALTER TABLE " . table ( $Q ) . implode ( " , " , $i )); if ( $jc ) array_unshift ( $xg , " DROP INDEX " . implode ( " , " , $jc )); foreach ( $xg
2021-02-05 07:05:51 +01:00
as $G ){ if ( ! queries ( $G )) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
truncate_tables ( $S ){ return
queries ( " TRUNCATE " . implode ( " , " , array_map ( 'table' , $S ))); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
drop_views ( $aj ){ return
drop_tables ( $aj );} function
drop_tables ( $S ){ foreach ( $S
as $Q ){ $O = table_status ( $Q ); if ( ! queries ( " DROP " . strtoupper ( $O [ " Engine " ]) . " " . table ( $Q ))) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
move_tables ( $S , $aj , $Yh ){ foreach ( array_merge ( $S , $aj ) as $Q ){ $O = table_status ( $Q ); if ( ! queries ( " ALTER " . strtoupper ( $O [ " Engine " ]) . " " . table ( $Q ) . " SET SCHEMA " . idf_escape ( $Yh ))) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
trigger ( $D , $Q = null ){ if ( $D == " " ) return
array ( " Statement " => " EXECUTE PROCEDURE () " ); if ( $Q === null ) $Q = $_GET [ 'trigger' ]; $K = get_rows ( 'SELECT t.trigger_name AS "Trigger", t.action_timing AS "Timing", (SELECT STRING_AGG(event_manipulation, \' OR \') FROM information_schema.triggers WHERE event_object_table = t.event_object_table AND trigger_name = t.trigger_name ) AS "Events", t.event_manipulation AS "Event", \'FOR EACH \' || t.action_orientation AS "Type", t.action_statement AS "Statement" FROM information_schema.triggers t WHERE t.event_object_table = ' . q ( $Q ) . ' AND t.trigger_name = ' . q ( $D )); return
2021-02-05 07:05:51 +01:00
reset ( $K );} function
2021-05-08 19:20:46 +02:00
triggers ( $Q ){ $I = array (); foreach ( get_rows ( " SELECT * FROM information_schema.triggers WHERE trigger_schema = current_schema() AND event_object_table = " . q ( $Q )) as $J ) $I [ $J [ " trigger_name " ]] = array ( $J [ " action_timing " ], $J [ " event_manipulation " ]); return $I ;} function
2018-04-01 23:34:54 +02:00
trigger_options (){ return
array ( " Timing " => array ( " BEFORE " , " AFTER " ), " Event " => array ( " INSERT " , " UPDATE " , " DELETE " ), " Type " => array ( " FOR EACH ROW " , " FOR EACH STATEMENT " ),);} function
2021-05-08 19:20:46 +02:00
routine ( $D , $T ){ $K = get_rows ( ' SELECT routine_definition AS definition , LOWER ( external_language ) AS language , *
2018-04-01 23:34:54 +02:00
FROM information_schema . routines
2021-05-08 19:20:46 +02:00
WHERE routine_schema = current_schema () AND specific_name = '.q($D));$I=$K[0];$I["returns"]=array("type"=>$I["type_udt_name"]);$I["fields"]=get_rows(' SELECT parameter_name AS field , data_type AS type , character_maximum_length AS length , parameter_mode AS inout
2018-04-01 23:34:54 +02:00
FROM information_schema . parameters
2021-05-08 19:20:46 +02:00
WHERE specific_schema = current_schema () AND specific_name = '.q($D).'
2021-02-05 07:05:51 +01:00
ORDER BY ordinal_position ' ); return $I ;} function
2018-04-01 23:34:54 +02:00
routines (){ return
get_rows ( ' SELECT specific_name AS " SPECIFIC_NAME " , routine_type AS " ROUTINE_TYPE " , routine_name AS " ROUTINE_NAME " , type_udt_name AS " DTD_IDENTIFIER "
FROM information_schema . routines
WHERE routine_schema = current_schema ()
ORDER BY SPECIFIC_NAME ' );} function
routine_languages (){ return
get_vals ( " SELECT LOWER(lanname) FROM pg_catalog.pg_language " );} function
2021-05-08 19:20:46 +02:00
routine_id ( $D , $J ){ $I = array (); foreach ( $J [ " fields " ] as $o ) $I [] = $o [ " type " ]; return
idf_escape ( $D ) . " ( " . implode ( " , " , $I ) . " ) " ;} function
2018-04-01 23:34:54 +02:00
last_id (){ return
0 ;} function
2021-05-08 19:20:46 +02:00
explain ( $g , $G ){ return $g -> query ( " EXPLAIN $G " );} function
found_rows ( $R , $Z ){ global $g ; if ( preg_match ( " ~ rows=([0-9]+)~ " , $g -> result ( " EXPLAIN SELECT * FROM " . idf_escape ( $R [ " Name " ]) . ( $Z ? " WHERE " . implode ( " AND " , $Z ) : " " )), $Ig )) return $Ig [ 1 ]; return
2018-04-01 23:34:54 +02:00
false ;} function
types (){ return
get_vals ( " SELECT typname
FROM pg_type
WHERE typnamespace = ( SELECT oid FROM pg_namespace WHERE nspname = current_schema ())
AND typtype IN ( 'b' , 'd' , 'e' )
AND typelem = 0 " );}function
schemas (){ return
get_vals ( " SELECT nspname FROM pg_namespace ORDER BY nspname " );} function
2021-05-08 19:20:46 +02:00
get_schema (){ global $g ; return $g -> result ( " SELECT current_schema() " );} function
set_schema ( $bh , $h = null ){ global $g , $U , $Ih ; if ( ! $h ) $h = $g ; $I = $h -> query ( " SET search_path TO " . idf_escape ( $bh )); foreach ( types () as $T ){ if ( ! isset ( $U [ $T ])){ $U [ $T ] = 0 ; $Ih [ lang ( 26 )][] = $T ;}} return $I ;} function
foreign_keys_sql ( $Q ){ $I = " " ; $O = table_status ( $Q ); $cd = foreign_keys ( $Q ); ksort ( $cd ); foreach ( $cd
as $bd => $ad ) $I .= " ALTER TABLE ONLY " . idf_escape ( $O [ 'nspname' ]) . " . " . idf_escape ( $O [ 'Name' ]) . " ADD CONSTRAINT " . idf_escape ( $bd ) . " $ad[definition] " . ( $ad [ 'deferrable' ] ? 'DEFERRABLE' : 'NOT DEFERRABLE' ) . " ; \n " ; return ( $I ? " $I\n " : $I );} function
create_sql ( $Q , $La , $Jh ){ global $g ; $I = '' ; $Rg = array (); $lh = array (); $O = table_status ( $Q ); if ( is_view ( $O )){ $Zi = view ( $Q ); return
rtrim ( " CREATE VIEW " . idf_escape ( $Q ) . " AS $Zi[select] " , " ; " );} $p = fields ( $Q ); $x = indexes ( $Q ); ksort ( $x ); $Bb = constraints ( $Q ); if ( ! $O || empty ( $p )) return
false ; $I = " CREATE TABLE " . idf_escape ( $O [ 'nspname' ]) . " . " . idf_escape ( $O [ 'Name' ]) . " ( \n " ; foreach ( $p
as $Vc => $o ){ $Sf = idf_escape ( $o [ 'field' ]) . ' ' . $o [ 'full_type' ] . default_value ( $o ) . ( $o [ 'attnotnull' ] ? " NOT NULL " : " " ); $Rg [] = $Sf ; if ( preg_match ( '~nextval\(\'([^\']+)\'\)~' , $o [ 'default' ], $Ee )){ $kh = $Ee [ 1 ]; $zh = reset ( get_rows ( min_version ( 10 ) ? " SELECT *, cache_size AS cache_value FROM pg_sequences WHERE schemaname = current_schema() AND sequencename = " . q ( $kh ) : " SELECT * FROM $kh " )); $lh [] = ( $Jh == " DROP+CREATE " ? " DROP SEQUENCE IF EXISTS $kh ; \n " : " " ) . " CREATE SEQUENCE $kh INCREMENT $zh[increment_by] MINVALUE $zh[min_value] MAXVALUE $zh[max_value] " . ( $La && $zh [ 'last_value' ] ? " START $zh[last_value] " : " " ) . " CACHE $zh[cache_value] ; " ;}} if ( ! empty ( $lh )) $I = implode ( " \n \n " , $lh ) . " \n \n $I " ; foreach ( $x
as $Ld => $w ){ switch ( $w [ 'type' ]){ case 'UNIQUE' : $Rg [] = " CONSTRAINT " . idf_escape ( $Ld ) . " UNIQUE ( " . implode ( ', ' , array_map ( 'idf_escape' , $w [ 'columns' ])) . " ) " ; break ; case 'PRIMARY' : $Rg [] = " CONSTRAINT " . idf_escape ( $Ld ) . " PRIMARY KEY ( " . implode ( ', ' , array_map ( 'idf_escape' , $w [ 'columns' ])) . " ) " ; break ;}} foreach ( $Bb
as $yb => $_b ) $Rg [] = " CONSTRAINT " . idf_escape ( $yb ) . " CHECK $_b " ; $I .= implode ( " , \n " , $Rg ) . " \n ) WITH (oids = " . ( $O [ 'Oid' ] ? 'true' : 'false' ) . " ); " ; foreach ( $x
as $Ld => $w ){ if ( $w [ 'type' ] == 'INDEX' ){ $e = array (); foreach ( $w [ 'columns' ] as $z => $X ) $e [] = idf_escape ( $X ) . ( $w [ 'descs' ][ $z ] ? " DESC " : " " ); $I .= " \n \n CREATE INDEX " . idf_escape ( $Ld ) . " ON " . idf_escape ( $O [ 'nspname' ]) . " . " . idf_escape ( $O [ 'Name' ]) . " USING btree ( " . implode ( ', ' , $e ) . " ); " ;}} if ( $O [ 'Comment' ]) $I .= " \n \n COMMENT ON TABLE " . idf_escape ( $O [ 'nspname' ]) . " . " . idf_escape ( $O [ 'Name' ]) . " IS " . q ( $O [ 'Comment' ]) . " ; " ; foreach ( $p
as $Vc => $o ){ if ( $o [ 'comment' ]) $I .= " \n \n COMMENT ON COLUMN " . idf_escape ( $O [ 'nspname' ]) . " . " . idf_escape ( $O [ 'Name' ]) . " . " . idf_escape ( $Vc ) . " IS " . q ( $o [ 'comment' ]) . " ; " ;} return
2021-02-05 07:05:51 +01:00
rtrim ( $I , ';' );} function
2021-05-08 19:20:46 +02:00
truncate_sql ( $Q ){ return " TRUNCATE " . table ( $Q );} function
trigger_sql ( $Q ){ $O = table_status ( $Q ); $I = " " ; foreach ( triggers ( $Q ) as $xi => $wi ){ $yi = trigger ( $xi , $O [ 'Name' ]); $I .= " \n CREATE TRIGGER " . idf_escape ( $yi [ 'Trigger' ]) . " $yi[Timing] $yi[Events] ON " . idf_escape ( $O [ " nspname " ]) . " . " . idf_escape ( $O [ 'Name' ]) . " $yi[Type] $yi[Statement] ;; \n " ;} return $I ;} function
use_sql ( $j ){ return " \ connect " . idf_escape ( $j );} function
2018-04-01 23:34:54 +02:00
show_variables (){ return
get_key_vals ( " SHOW ALL " );} function
process_list (){ return
get_rows ( " SELECT * FROM pg_stat_activity ORDER BY " . ( min_version ( 9.2 ) ? " pid " : " procpid " ));} function
show_status (){} function
2021-05-08 19:20:46 +02:00
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
support ( $Tc ){ return
preg_match ( '~^(database|table|columns|sql|indexes|descidx|comment|view|' . ( min_version ( 9.3 ) ? 'materializedview|' : '' ) . 'scheme|routine|processlist|sequence|trigger|type|variables|drop_col|kill|dump)$~' , $Tc );} function
2018-04-01 23:34:54 +02:00
kill_process ( $X ){ return
queries ( " SELECT pg_terminate_backend( " . number ( $X ) . " ) " );} function
connection_id (){ return " SELECT pg_backend_pid() " ;} function
2021-05-08 19:20:46 +02:00
max_connections (){ global $g ; return $g -> result ( " SHOW max_connections " );} function
driver_config (){ $U = array (); $Ih = array (); foreach ( array ( lang ( 27 ) => array ( " smallint " => 5 , " integer " => 10 , " bigint " => 19 , " boolean " => 1 , " numeric " => 0 , " real " => 7 , " double precision " => 16 , " money " => 20 ), lang ( 28 ) => array ( " date " => 13 , " time " => 17 , " timestamp " => 20 , " timestamptz " => 21 , " interval " => 0 ), lang ( 25 ) => array ( " character " => 0 , " character varying " => 0 , " text " => 0 , " tsquery " => 0 , " tsvector " => 0 , " uuid " => 0 , " xml " => 0 ), lang ( 29 ) => array ( " bit " => 0 , " bit varying " => 0 , " bytea " => 0 ), lang ( 30 ) => array ( " cidr " => 43 , " inet " => 43 , " macaddr " => 17 , " txid_snapshot " => 0 ), lang ( 31 ) => array ( " box " => 0 , " circle " => 0 , " line " => 0 , " lseg " => 0 , " path " => 0 , " point " => 0 , " polygon " => 0 ),) as $z => $X ){ $U += $X ; $Ih [ $z ] = array_keys ( $X );} return
array ( 'possible_drivers' => array ( " PgSQL " , " PDO_PgSQL " ), 'jush' => " pgsql " , 'types' => $U , 'structured_types' => $Ih , 'unsigned' => array (), 'operators' => array ( " = " , " < " , " > " , " <= " , " >= " , " != " , " ~ " , " !~ " , " LIKE " , " LIKE %% " , " ILIKE " , " ILIKE %% " , " IN " , " IS NULL " , " NOT LIKE " , " NOT IN " , " IS NOT NULL " ), 'functions' => array ( " char_length " , " lower " , " round " , " to_hex " , " to_timestamp " , " upper " ), 'grouping' => array ( " avg " , " count " , " count distinct " , " max " , " min " , " sum " ), 'edit_functions' => array ( array ( " char " => " md5 " , " date|time " => " now " ,), array ( number_type () => " +/- " , " date|time " => " + interval/- interval " , " char|text " => " || " ,)),);}} $ic [ " oracle " ] = " Oracle (beta) " ; if ( isset ( $_GET [ " oracle " ])){ define ( " DRIVER " , " oracle " ); if ( extension_loaded ( " oci8 " )){ class
Min_DB { var $extension = " oci8 " , $_link , $_result , $server_info , $affected_rows , $errno , $error ; var $_current_db ; function
_error ( $Ac , $n ){ if ( ini_bool ( " html_errors " )) $n = html_entity_decode ( strip_tags ( $n )); $n = preg_replace ( '~^[^:]*: ~' , '' , $n ); $this -> error = $n ;} function
connect ( $M , $V , $F ){ $this -> _link =@ oci_new_connect ( $V , $F , $M , " AL32UTF8 " ); if ( $this -> _link ){ $this -> server_info = oci_server_version ( $this -> _link ); return
true ;} $n = oci_error (); $this -> error = $n [ " message " ]; return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
quote ( $P ){ return " ' " . str_replace ( " ' " , " '' " , $P ) . " ' " ;} function
select_db ( $j ){ $this -> _current_db = $j ; return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
query ( $G , $Di = false ){ $H = oci_parse ( $this -> _link , $G ); $this -> error = " " ; if ( ! $H ){ $n = oci_error ( $this -> _link ); $this -> errno = $n [ " code " ]; $this -> error = $n [ " message " ]; return
2021-02-05 07:05:51 +01:00
false ;} set_error_handler ( array ( $this , '_error' )); $I =@ oci_execute ( $H ); restore_error_handler (); if ( $I ){ if ( oci_num_fields ( $H )) return
2018-04-01 23:34:54 +02:00
new
2021-05-08 19:20:46 +02:00
Min_Result ( $H ); $this -> affected_rows = oci_num_rows ( $H ); oci_free_statement ( $H );} return $I ;} function
2021-02-05 07:05:51 +01:00
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
2018-04-01 23:34:54 +02:00
store_result (){ return $this -> _result ;} function
next_result (){ return
false ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 1 ){ $H = $this -> query ( $G ); if ( ! is_object ( $H ) ||! oci_fetch ( $H -> _result )) return
2018-04-01 23:34:54 +02:00
false ; return
2021-05-08 19:20:46 +02:00
oci_result ( $H -> _result , $o );}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $_result , $_offset = 1 , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ;} function
_convert ( $J ){ foreach (( array ) $J
as $z => $X ){ if ( is_a ( $X , 'OCI-Lob' )) $J [ $z ] = $X -> load ();} return $J ;} function
2018-04-01 23:34:54 +02:00
fetch_assoc (){ return $this -> _convert ( oci_fetch_assoc ( $this -> _result ));} function
fetch_row (){ return $this -> _convert ( oci_fetch_row ( $this -> _result ));} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $d = $this -> _offset ++ ; $I = new
stdClass ; $I -> name = oci_field_name ( $this -> _result , $d ); $I -> orgname = $I -> name ; $I -> type = oci_field_type ( $this -> _result , $d ); $I -> charsetnr = ( preg_match ( " ~raw|blob|bfile~ " , $I -> type ) ? 63 : 0 ); return $I ;} function
2018-04-01 23:34:54 +02:00
__destruct (){ oci_free_statement ( $this -> _result );}}} elseif ( extension_loaded ( " pdo_oci " )){ class
Min_DB
extends
2021-05-08 19:20:46 +02:00
Min_PDO { var $extension = " PDO_OCI " ; var $_current_db ; function
connect ( $M , $V , $F ){ $this -> dsn ( " oci:dbname=// $M ;charset=AL32UTF8 " , $V , $F ); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
select_db ( $j ){ $this -> _current_db = $j ; return
2018-04-01 23:34:54 +02:00
true ;}}} class
Min_Driver
extends
Min_SQL { function
begin (){ return
2021-05-08 19:20:46 +02:00
true ;} function
insertUpdate ( $Q , $K , $mg ){ global $g ; foreach ( $K
as $N ){ $Ki = array (); $Z = array (); foreach ( $N
as $z => $X ){ $Ki [] = " $z = $X " ; if ( isset ( $mg [ idf_unescape ( $z )])) $Z [] = " $z = $X " ;} if ( ! (( $Z && queries ( " UPDATE " . table ( $Q ) . " SET " . implode ( " , " , $Ki ) . " WHERE " . implode ( " AND " , $Z )) && $g -> affected_rows ) || queries ( " INSERT INTO " . table ( $Q ) . " ( " . implode ( " , " , array_keys ( $N )) . " ) VALUES ( " . implode ( " , " , $N ) . " ) " ))) return
false ;} return
2018-04-01 23:34:54 +02:00
true ;}} function
2021-02-05 07:05:51 +01:00
idf_escape ( $v ){ return '"' . str_replace ( '"' , '""' , $v ) . '"' ;} function
table ( $v ){ return
idf_escape ( $v );} function
2021-05-08 19:20:46 +02:00
connect (){ global $b ; $g = new
Min_DB ; $Lb = $b -> credentials (); if ( $g -> connect ( $Lb [ 0 ], $Lb [ 1 ], $Lb [ 2 ])) return $g ; return $g -> error ;} function
2018-04-01 23:34:54 +02:00
get_databases (){ return
2021-05-08 19:20:46 +02:00
get_vals ( " SELECT tablespace_name FROM user_tablespaces ORDER BY 1 " );} function
limit ( $G , $Z , $_ , $jf = 0 , $jh = " " ){ return ( $jf ? " * FROM (SELECT t.*, rownum AS rnum FROM (SELECT $G $Z ) t WHERE rownum <= " . ( $_ + $jf ) . " ) WHERE rnum > $jf " : ( $_ !== null ? " * FROM (SELECT $G $Z ) WHERE rownum <= " . ( $_ + $jf ) : " $G $Z " ));} function
limit1 ( $Q , $G , $Z , $jh = " \n " ){ return " $G $Z " ;} function
db_collation ( $l , $nb ){ global $g ; return $g -> result ( " SELECT value FROM nls_database_parameters WHERE parameter = 'NLS_CHARACTERSET' " );} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
2021-05-08 19:20:46 +02:00
logged_user (){ global $g ; return $g -> result ( " SELECT USER FROM DUAL " );} function
get_current_db (){ global $g ; $l = $g -> _current_db ? $g -> _current_db : DB ; unset ( $g -> _current_db ); return $l ;} function
where_owner ( $kg , $Mf = " owner " ){ if ( ! $_GET [ " ns " ]) return '' ; return " $kg $Mf = sys_context('USERENV', 'CURRENT_SCHEMA') " ;} function
views_table ( $e ){ $Mf = where_owner ( '' ); return " (SELECT $e FROM all_views WHERE " . ( $Mf ? $Mf : " rownum < 0 " ) . " ) " ;} function
tables_list (){ $Zi = views_table ( " view_name " ); $Mf = where_owner ( " AND " ); return
get_key_vals ( " SELECT table_name, 'table' FROM all_tables WHERE tablespace_name = " . q ( DB ) . " $Mf
UNION SELECT view_name , 'view' FROM $Zi
2018-04-01 23:34:54 +02:00
ORDER BY 1 " );}function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ global $g ; $I = array (); foreach ( $k
as $l ) $I [ $l ] = $g -> result ( " SELECT COUNT(*) FROM all_tables WHERE tablespace_name = " . q ( $l )); return $I ;} function
table_status ( $D = " " ){ $I = array (); $dh = q ( $D ); $l = get_current_db (); $Zi = views_table ( " view_name " ); $Mf = where_owner ( " AND " ); foreach ( get_rows ( 'SELECT table_name "Name", \'table\' "Engine", avg_row_len * num_rows "Data_length", num_rows "Rows" FROM all_tables WHERE tablespace_name = ' . q ( $l ) . $Mf . ( $D != " " ? " AND table_name = $dh " : " " ) . "
UNION SELECT view_name , 'view' , 0 , 0 FROM $Zi " .( $D != " " ? " WHERE view_name = $dh " : " " ). "
ORDER BY 1 " )as $J ) { if( $D != " " )return $J ; $I[$J["Name"] ]= $J ;}return $I ;}function
is_view ( $R ){ return $R [ " Engine " ] == " view " ;} function
fk_support ( $R ){ return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
fields ( $Q ){ $I = array (); $Mf = where_owner ( " AND " ); foreach ( get_rows ( " SELECT * FROM all_tab_columns WHERE table_name = " . q ( $Q ) . " $Mf ORDER BY column_id " ) as $J ){ $T = $J [ " DATA_TYPE " ]; $ve = " $J[DATA_PRECISION] , $J[DATA_SCALE] " ; if ( $ve == " , " ) $ve = $J [ " CHAR_COL_DECL_LENGTH " ]; $I [ $J [ " COLUMN_NAME " ]] = array ( " field " => $J [ " COLUMN_NAME " ], " full_type " => $T . ( $ve ? " ( $ve ) " : " " ), " type " => strtolower ( $T ), " length " => $ve , " default " => $J [ " DATA_DEFAULT " ], " null " => ( $J [ " NULLABLE " ] == " Y " ), " privileges " => array ( " insert " => 1 , " select " => 1 , " update " => 1 ),);} return $I ;} function
indexes ( $Q , $h = null ){ $I = array (); $Mf = where_owner ( " AND " , " aic.table_owner " ); foreach ( get_rows ( " SELECT aic.*, ac.constraint_type
FROM all_ind_columns aic
LEFT JOIN all_constraints ac ON aic . index_name = ac . constraint_name AND aic . table_name = ac . table_name AND aic . index_owner = ac . owner
WHERE aic . table_name = " .q( $Q ). " $Mf
ORDER BY ac . constraint_type , aic . column_position " , $h )as $J ) { $Ld = $J [ " INDEX_NAME " ]; $I [ $Ld ][ " type " ] = ( $J [ " CONSTRAINT_TYPE " ] == " P " ? " PRIMARY " : ( $J [ " CONSTRAINT_TYPE " ] == " U " ? " UNIQUE " : " INDEX " )); $I [ $Ld ][ " columns " ][] = $J [ " COLUMN_NAME " ]; $I [ $Ld ][ " lengths " ][] = ( $J [ " CHAR_LENGTH " ] && $J [ " CHAR_LENGTH " ] != $J [ " COLUMN_LENGTH " ] ? $J [ " CHAR_LENGTH " ] : null ); $I [ $Ld ][ " descs " ][] = ( $J [ " DESCEND " ] ? '1' : null ); } return $I ;}function
view ( $D ){ $Zi = views_table ( " view_name, text " ); $K = get_rows ( 'SELECT text "select" FROM ' . $Zi . ' WHERE view_name = ' . q ( $D )); return
2021-02-05 07:05:51 +01:00
reset ( $K );} function
2018-04-01 23:34:54 +02:00
collations (){ return
array ();} function
2021-05-08 19:20:46 +02:00
information_schema ( $l ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
error (){ global $g ; return
h ( $g -> error );} function
explain ( $g , $G ){ $g -> query ( " EXPLAIN PLAN FOR $G " ); return $g -> query ( " SELECT * FROM plan_table " );} function
found_rows ( $R , $Z ){} function
auto_increment (){ return " " ;} function
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ $c = $jc = array (); $Gf = ( $Q ? fields ( $Q ) : array ()); foreach ( $p
as $o ){ $X = $o [ 1 ]; if ( $X && $o [ 0 ] != " " && idf_escape ( $o [ 0 ]) != $X [ 0 ]) queries ( " ALTER TABLE " . table ( $Q ) . " RENAME COLUMN " . idf_escape ( $o [ 0 ]) . " TO $X[0] " ); $Ff = $Gf [ $o [ 0 ]]; if ( $X && $Ff ){ $lf = process_field ( $Ff , $Ff ); if ( $X [ 2 ] == $lf [ 2 ]) $X [ 2 ] = " " ;} if ( $X ) $c [] = ( $Q != " " ? ( $o [ 0 ] != " " ? " MODIFY ( " : " ADD ( " ) : " " ) . implode ( $X ) . ( $Q != " " ? " ) " : " " ); else $jc [] = idf_escape ( $o [ 0 ]);} if ( $Q == " " ) return
queries ( " CREATE TABLE " . table ( $D ) . " ( \n " . implode ( " , \n " , $c ) . " \n ) " ); return ( ! $c || queries ( " ALTER TABLE " . table ( $Q ) . " \n " . implode ( " \n " , $c ))) && ( ! $jc || queries ( " ALTER TABLE " . table ( $Q ) . " DROP ( " . implode ( " , " , $jc ) . " ) " )) && ( $Q == $D || queries ( " ALTER TABLE " . table ( $Q ) . " RENAME TO " . table ( $D )));} function
alter_indexes ( $Q , $c ){ $i = array (); $jc = array (); $xg = array (); foreach ( $c
as $X ){ $X [ 2 ] = preg_replace ( '~ DESC$~' , '' , $X [ 2 ]); if ( $X [ 0 ] != " INDEX " ) $i [] = ( $X [ 2 ] == " DROP " ? " \n DROP CONSTRAINT " . idf_escape ( $X [ 1 ]) : " \n ADD " . ( $X [ 1 ] != " " ? " CONSTRAINT " . idf_escape ( $X [ 1 ]) : " " ) . " $X[0] " . ( $X [ 0 ] == " PRIMARY " ? " KEY " : " " ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " ); elseif ( $X [ 2 ] == " DROP " ) $jc [] = idf_escape ( $X [ 1 ]); else $xg [] = " CREATE INDEX " . idf_escape ( $X [ 1 ] != " " ? $X [ 1 ] : uniqid ( $Q . " _ " )) . " ON " . table ( $Q ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " ;} if ( $i ) array_unshift ( $xg , " ALTER TABLE " . table ( $Q ) . implode ( " , " , $i )); if ( $jc ) array_unshift ( $xg , " DROP INDEX " . implode ( " , " , $jc )); foreach ( $xg
as $G ){ if ( ! queries ( $G )) return
false ;} return
true ;} function
foreign_keys ( $Q ){ $I = array (); $G = " SELECT c_list.CONSTRAINT_NAME as NAME,
2018-04-01 23:34:54 +02:00
c_src . COLUMN_NAME as SRC_COLUMN ,
c_dest . OWNER as DEST_DB ,
c_dest . TABLE_NAME as DEST_TABLE ,
c_dest . COLUMN_NAME as DEST_COLUMN ,
c_list . DELETE_RULE as ON_DELETE
FROM ALL_CONSTRAINTS c_list , ALL_CONS_COLUMNS c_src , ALL_CONS_COLUMNS c_dest
WHERE c_list . CONSTRAINT_NAME = c_src . CONSTRAINT_NAME
AND c_list . R_CONSTRAINT_NAME = c_dest . CONSTRAINT_NAME
AND c_list . CONSTRAINT_TYPE = 'R'
2021-05-08 19:20:46 +02:00
AND c_src . TABLE_NAME = " .q( $Q );foreach(get_rows( $G )as $J ) $I[$J['NAME'] ]=array( " db " => $J['DEST_DB'] , " table " => $J['DEST_TABLE'] , " source " =>array( $J['SRC_COLUMN'] ), " target " =>array( $J['DEST_COLUMN'] ), " on_delete " => $J['ON_DELETE'] , " on_update " =>null,);return $I ;}function
truncate_tables ( $S ){ return
apply_queries ( " TRUNCATE TABLE " , $S );} function
drop_views ( $aj ){ return
apply_queries ( " DROP VIEW " , $aj );} function
drop_tables ( $S ){ return
apply_queries ( " DROP TABLE " , $S );} function
2018-04-01 23:34:54 +02:00
last_id (){ return
0 ;} function
2021-05-08 19:20:46 +02:00
schemas (){ $I = get_vals ( " SELECT DISTINCT owner FROM dba_segments WHERE owner IN (SELECT username FROM dba_users WHERE default_tablespace NOT IN ('SYSTEM','SYSAUX')) ORDER BY 1 " ); return ( $I ? $I : get_vals ( " SELECT DISTINCT owner FROM all_tables WHERE tablespace_name = " . q ( DB ) . " ORDER BY 1 " ));} function
get_schema (){ global $g ; return $g -> result ( " SELECT sys_context('USERENV', 'SESSION_USER') FROM dual " );} function
set_schema ( $ch , $h = null ){ global $g ; if ( ! $h ) $h = $g ; return $h -> query ( " ALTER SESSION SET CURRENT_SCHEMA = " . idf_escape ( $ch ));} function
2018-04-01 23:34:54 +02:00
show_variables (){ return
get_key_vals ( 'SELECT name, display_value FROM v$parameter' );} function
process_list (){ return
get_rows ( ' SELECT sess . process AS " process " , sess . username AS " user " , sess . schemaname AS " schema " , sess . status AS " status " , sess . wait_class AS " wait_class " , sess . seconds_in_wait AS " seconds_in_wait " , sql . sql_text AS " sql_text " , sess . machine AS " machine " , sess . port AS " port "
FROM v $session sess LEFT OUTER JOIN v $sql sql
ON sql . sql_id = sess . sql_id
WHERE sess . type = \ ' USER\ '
ORDER BY PROCESS
' );} function
2021-02-05 07:05:51 +01:00
show_status (){ $K = get_rows ( 'SELECT * FROM v$instance' ); return
reset ( $K );} function
2021-05-08 19:20:46 +02:00
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
support ( $Tc ){ return
preg_match ( '~^(columns|database|drop_col|indexes|descidx|processlist|scheme|sql|status|table|variables|view)$~' , $Tc );} function
driver_config (){ $U = array (); $Ih = array (); foreach ( array ( lang ( 27 ) => array ( " number " => 38 , " binary_float " => 12 , " binary_double " => 21 ), lang ( 28 ) => array ( " date " => 10 , " timestamp " => 29 , " interval year " => 12 , " interval day " => 28 ), lang ( 25 ) => array ( " char " => 2000 , " varchar2 " => 4000 , " nchar " => 2000 , " nvarchar2 " => 4000 , " clob " => 4294967295 , " nclob " => 4294967295 ), lang ( 29 ) => array ( " raw " => 2000 , " long raw " => 2147483648 , " blob " => 4294967295 , " bfile " => 4294967296 ),) as $z => $X ){ $U += $X ; $Ih [ $z ] = array_keys ( $X );} return
array ( 'possible_drivers' => array ( " OCI8 " , " PDO_OCI " ), 'jush' => " oracle " , 'types' => $U , 'structured_types' => $Ih , 'unsigned' => array (), 'operators' => array ( " = " , " < " , " > " , " <= " , " >= " , " != " , " LIKE " , " LIKE %% " , " IN " , " IS NULL " , " NOT LIKE " , " NOT REGEXP " , " NOT IN " , " IS NOT NULL " , " SQL " ), 'functions' => array ( " length " , " lower " , " round " , " upper " ), 'grouping' => array ( " avg " , " count " , " count distinct " , " max " , " min " , " sum " ), 'edit_functions' => array ( array ( " date " => " current_date " , " timestamp " => " current_timestamp " ,), array ( " number|float|double " => " +/- " , " date|timestamp " => " + interval/- interval " , " char|clob " => " || " ,)),);}} $ic [ " mssql " ] = " MS SQL (beta) " ; if ( isset ( $_GET [ " mssql " ])){ define ( " DRIVER " , " mssql " ); if ( extension_loaded ( " sqlsrv " )){ class
2018-04-01 23:34:54 +02:00
Min_DB { var $extension = " sqlsrv " , $_link , $_result , $server_info , $affected_rows , $errno , $error ; function
2021-05-08 19:20:46 +02:00
_get_error (){ $this -> error = " " ; foreach ( sqlsrv_errors () as $n ){ $this -> errno = $n [ " code " ]; $this -> error .= " $n[message] \n " ;} $this -> error = rtrim ( $this -> error );} function
connect ( $M , $V , $F ){ global $b ; $l = $b -> database (); $zb = array ( " UID " => $V , " PWD " => $F , " CharacterSet " => " UTF-8 " ); if ( $l != " " ) $zb [ " Database " ] = $l ; $this -> _link =@ sqlsrv_connect ( preg_replace ( '~:~' , ',' , $M ), $zb ); if ( $this -> _link ){ $Sd = sqlsrv_server_info ( $this -> _link ); $this -> server_info = $Sd [ 'SQLServerVersion' ];} else $this -> _get_error (); return ( bool ) $this -> _link ;} function
quote ( $P ){ return " ' " . str_replace ( " ' " , " '' " , $P ) . " ' " ;} function
select_db ( $j ){ return $this -> query ( " USE " . idf_escape ( $j ));} function
query ( $G , $Di = false ){ $H = sqlsrv_query ( $this -> _link , $G ); $this -> error = " " ; if ( ! $H ){ $this -> _get_error (); return
2021-02-05 07:05:51 +01:00
false ;} return $this -> store_result ( $H );} function
multi_query ( $G ){ $this -> _result = sqlsrv_query ( $this -> _link , $G ); $this -> error = " " ; if ( ! $this -> _result ){ $this -> _get_error (); return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-02-05 07:05:51 +01:00
store_result ( $H = null ){ if ( ! $H ) $H = $this -> _result ; if ( ! $H ) return
false ; if ( sqlsrv_field_metadata ( $H )) return
2018-04-01 23:34:54 +02:00
new
2021-02-05 07:05:51 +01:00
Min_Result ( $H ); $this -> affected_rows = sqlsrv_rows_affected ( $H ); return
2018-04-01 23:34:54 +02:00
true ;} function
next_result (){ return $this -> _result ? sqlsrv_next_result ( $this -> _result ) : null ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! is_object ( $H )) return
false ; $J = $H -> fetch_row (); return $J [ $o ];}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $_result , $_offset = 0 , $_fields , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ;} function
_convert ( $J ){ foreach (( array ) $J
as $z => $X ){ if ( is_a ( $X , 'DateTime' )) $J [ $z ] = $X -> format ( " Y-m-d H:i:s " );} return $J ;} function
2018-04-01 23:34:54 +02:00
fetch_assoc (){ return $this -> _convert ( sqlsrv_fetch_array ( $this -> _result , SQLSRV_FETCH_ASSOC ));} function
fetch_row (){ return $this -> _convert ( sqlsrv_fetch_array ( $this -> _result , SQLSRV_FETCH_NUMERIC ));} function
2021-05-08 19:20:46 +02:00
fetch_field (){ if ( ! $this -> _fields ) $this -> _fields = sqlsrv_field_metadata ( $this -> _result ); $o = $this -> _fields [ $this -> _offset ++ ]; $I = new
stdClass ; $I -> name = $o [ " Name " ]; $I -> orgname = $o [ " Name " ]; $I -> type = ( $o [ " Type " ] == 1 ? 254 : 0 ); return $I ;} function
seek ( $jf ){ for ( $t = 0 ; $t < $jf ; $t ++ ) sqlsrv_fetch ( $this -> _result );} function
2018-04-01 23:34:54 +02:00
__destruct (){ sqlsrv_free_stmt ( $this -> _result );}}} elseif ( extension_loaded ( " mssql " )){ class
Min_DB { var $extension = " MSSQL " , $_link , $_result , $server_info , $affected_rows , $error ; function
2021-05-08 19:20:46 +02:00
connect ( $M , $V , $F ){ $this -> _link =@ mssql_connect ( $M , $V , $F ); if ( $this -> _link ){ $H = $this -> query ( " SELECT SERVERPROPERTY('ProductLevel'), SERVERPROPERTY('Edition') " ); if ( $H ){ $J = $H -> fetch_row (); $this -> server_info = $this -> result ( " sp_server_info 2 " , 2 ) . " [ $J[0] ] $J[1] " ;}} else $this -> error = mssql_get_last_message (); return ( bool ) $this -> _link ;} function
quote ( $P ){ return " ' " . str_replace ( " ' " , " '' " , $P ) . " ' " ;} function
select_db ( $j ){ return
mssql_select_db ( $j );} function
query ( $G , $Di = false ){ $H =@ mssql_query ( $G , $this -> _link ); $this -> error = " " ; if ( ! $H ){ $this -> error = mssql_get_last_message (); return
2021-02-05 07:05:51 +01:00
false ;} if ( $H === true ){ $this -> affected_rows = mssql_rows_affected ( $this -> _link ); return
2018-04-01 23:34:54 +02:00
true ;} return
new
2021-02-05 07:05:51 +01:00
Min_Result ( $H );} function
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
2018-04-01 23:34:54 +02:00
store_result (){ return $this -> _result ;} function
next_result (){ return
mssql_next_result ( $this -> _result -> _result );} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! is_object ( $H )) return
2018-04-01 23:34:54 +02:00
false ; return
2021-05-08 19:20:46 +02:00
mssql_result ( $H -> _result , 0 , $o );}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $_result , $_offset = 0 , $_fields , $num_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ; $this -> num_rows = mssql_num_rows ( $H );} function
2018-04-01 23:34:54 +02:00
fetch_assoc (){ return
mssql_fetch_assoc ( $this -> _result );} function
fetch_row (){ return
mssql_fetch_row ( $this -> _result );} function
num_rows (){ return
mssql_num_rows ( $this -> _result );} function
2021-02-05 07:05:51 +01:00
fetch_field (){ $I = mssql_fetch_field ( $this -> _result ); $I -> orgtable = $I -> table ; $I -> orgname = $I -> name ; return $I ;} function
2021-05-08 19:20:46 +02:00
seek ( $jf ){ mssql_data_seek ( $this -> _result , $jf );} function
2018-04-01 23:34:54 +02:00
__destruct (){ mssql_free_result ( $this -> _result );}}} elseif ( extension_loaded ( " pdo_dblib " )){ class
Min_DB
extends
Min_PDO { var $extension = " PDO_DBLIB " ; function
2021-05-08 19:20:46 +02:00
connect ( $M , $V , $F ){ $this -> dsn ( " dblib:charset=utf8;host= " . str_replace ( " : " , " ;unix_socket= " , preg_replace ( '~:(\d)~' , ';port=\1' , $M )), $V , $F ); return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
select_db ( $j ){ return $this -> query ( " USE " . idf_escape ( $j ));}}} class
2018-04-01 23:34:54 +02:00
Min_Driver
extends
Min_SQL { function
2021-05-08 19:20:46 +02:00
insertUpdate ( $Q , $K , $mg ){ foreach ( $K
as $N ){ $Ki = array (); $Z = array (); foreach ( $N
as $z => $X ){ $Ki [] = " $z = $X " ; if ( isset ( $mg [ idf_unescape ( $z )])) $Z [] = " $z = $X " ;} if ( ! queries ( " MERGE " . table ( $Q ) . " USING (VALUES( " . implode ( " , " , $N ) . " )) AS source (c " . implode ( " , c " , range ( 1 , count ( $N ))) . " ) ON " . implode ( " AND " , $Z ) . " WHEN MATCHED THEN UPDATE SET " . implode ( " , " , $Ki ) . " WHEN NOT MATCHED THEN INSERT ( " . implode ( " , " , array_keys ( $N )) . " ) VALUES ( " . implode ( " , " , $N ) . " ); " )) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
begin (){ return
queries ( " BEGIN TRANSACTION " );}} function
2021-02-05 07:05:51 +01:00
idf_escape ( $v ){ return " [ " . str_replace ( " ] " , " ]] " , $v ) . " ] " ;} function
table ( $v ){ return ( $_GET [ " ns " ] != " " ? idf_escape ( $_GET [ " ns " ]) . " . " : " " ) . idf_escape ( $v );} function
2021-05-08 19:20:46 +02:00
connect (){ global $b ; $g = new
Min_DB ; $Lb = $b -> credentials (); if ( $g -> connect ( $Lb [ 0 ], $Lb [ 1 ], $Lb [ 2 ])) return $g ; return $g -> error ;} function
2018-04-01 23:34:54 +02:00
get_databases (){ return
get_vals ( " SELECT name FROM sys.databases WHERE name NOT IN ('master', 'tempdb', 'model', 'msdb') " );} function
2021-05-08 19:20:46 +02:00
limit ( $G , $Z , $_ , $jf = 0 , $jh = " " ){ return ( $_ !== null ? " TOP ( " . ( $_ + $jf ) . " ) " : " " ) . " $G $Z " ;} function
limit1 ( $Q , $G , $Z , $jh = " \n " ){ return
limit ( $G , $Z , 1 , 0 , $jh );} function
db_collation ( $l , $nb ){ global $g ; return $g -> result ( " SELECT collation_name FROM sys.databases WHERE name = " . q ( $l ));} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
2021-05-08 19:20:46 +02:00
logged_user (){ global $g ; return $g -> result ( " SELECT SUSER_NAME() " );} function
2018-04-01 23:34:54 +02:00
tables_list (){ return
get_key_vals ( " SELECT name, type_desc FROM sys.all_objects WHERE schema_id = SCHEMA_ID( " . q ( get_schema ()) . " ) AND type IN ('S', 'U', 'V') ORDER BY name " );} function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ global $g ; $I = array (); foreach ( $k
as $l ){ $g -> select_db ( $l ); $I [ $l ] = $g -> result ( " SELECT COUNT(*) FROM INFORMATION_SCHEMA.TABLES " );} return $I ;} function
table_status ( $D = " " ){ $I = array (); foreach ( get_rows ( " SELECT ao.name AS Name, ao.type_desc AS Engine, (SELECT value FROM fn_listextendedproperty(default, 'SCHEMA', schema_name(schema_id), 'TABLE', ao.name, null, null)) AS Comment FROM sys.all_objects AS ao WHERE schema_id = SCHEMA_ID( " . q ( get_schema ()) . " ) AND type IN ('S', 'U', 'V') " . ( $D != " " ? " AND name = " . q ( $D ) : " ORDER BY name " )) as $J ){ if ( $D != " " ) return $J ; $I [ $J [ " Name " ]] = $J ;} return $I ;} function
is_view ( $R ){ return $R [ " Engine " ] == " VIEW " ;} function
fk_support ( $R ){ return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
fields ( $Q ){ $ub = get_key_vals ( " SELECT objname, cast(value as varchar(max)) FROM fn_listextendedproperty('MS_DESCRIPTION', 'schema', " . q ( get_schema ()) . " , 'table', " . q ( $Q ) . " , 'column', NULL) " ); $I = array (); foreach ( get_rows ( " SELECT c.max_length, c.precision, c.scale, c.name, c.is_nullable, c.is_identity, c.collation_name, t.name type, CAST(d.definition as text) [default]
2018-04-01 23:34:54 +02:00
FROM sys . all_columns c
JOIN sys . all_objects o ON c . object_id = o . object_id
JOIN sys . types t ON c . user_type_id = t . user_type_id
LEFT JOIN sys . default_constraints d ON c . default_object_id = d . parent_column_id
2021-05-08 19:20:46 +02:00
WHERE o . schema_id = SCHEMA_ID ( " .q(get_schema()). " ) AND o . type IN ( 'S' , 'U' , 'V' ) AND o . name = " .q( $Q ))as $J ) { $T = $J [ " type " ]; $ve = ( preg_match ( " ~char|binary~ " , $T ) ? $J [ " max_length " ] : ( $T == " decimal " ? " $J[precision] , $J[scale] " : " " )); $I [ $J [ " name " ]] = array ( " field " => $J [ " name " ], " full_type " => $T . ( $ve ? " ( $ve ) " : " " ), " type " => $T , " length " => $ve , " default " => $J [ " default " ], " null " => $J [ " is_nullable " ], " auto_increment " => $J [ " is_identity " ], " collation " => $J [ " collation_name " ], " privileges " => array ( " insert " => 1 , " select " => 1 , " update " => 1 ), " primary " => $J [ " is_identity " ], " comment " => $ub [ $J [ " name " ]],); } return $I ;}function
indexes ( $Q , $h = null ){ $I = array (); foreach ( get_rows ( " SELECT i.name, key_ordinal, is_unique, is_primary_key, c.name AS column_name, is_descending_key
2018-04-01 23:34:54 +02:00
FROM sys . indexes i
INNER JOIN sys . index_columns ic ON i . object_id = ic . object_id AND i . index_id = ic . index_id
INNER JOIN sys . columns c ON ic . object_id = c . object_id AND ic . column_id = c . column_id
2021-05-08 19:20:46 +02:00
WHERE OBJECT_NAME ( i . object_id ) = " .q( $Q ), $h )as $J ) { $D = $J [ " name " ]; $I [ $D ][ " type " ] = ( $J [ " is_primary_key " ] ? " PRIMARY " : ( $J [ " is_unique " ] ? " UNIQUE " : " INDEX " )); $I [ $D ][ " lengths " ] = array (); $I [ $D ][ " columns " ][ $J [ " key_ordinal " ]] = $J [ " column_name " ]; $I [ $D ][ " descs " ][ $J [ " key_ordinal " ]] = ( $J [ " is_descending_key " ] ? '1' : null ); } return $I ;}function
view ( $D ){ global $g ; return
array ( " select " => preg_replace ( '~^(?:[^[]|\[[^]]*])*\s+AS\s+~isU' , '' , $g -> result ( " SELECT VIEW_DEFINITION FROM INFORMATION_SCHEMA.VIEWS WHERE TABLE_SCHEMA = SCHEMA_NAME() AND TABLE_NAME = " . q ( $D ))));} function
collations (){ $I = array (); foreach ( get_vals ( " SELECT name FROM fn_helpcollations() " ) as $mb ) $I [ preg_replace ( '~_.*~' , '' , $mb )][] = $mb ; return $I ;} function
information_schema ( $l ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
error (){ global $g ; return
nl_br ( h ( preg_replace ( '~^(\[[^]]*])+~m' , '' , $g -> error )));} function
create_database ( $l , $mb ){ return
queries ( " CREATE DATABASE " . idf_escape ( $l ) . ( preg_match ( '~^[a-z0-9_]+$~i' , $mb ) ? " COLLATE $mb " : " " ));} function
drop_databases ( $k ){ return
queries ( " DROP DATABASE " . implode ( " , " , array_map ( 'idf_escape' , $k )));} function
rename_database ( $D , $mb ){ if ( preg_match ( '~^[a-z0-9_]+$~i' , $mb )) queries ( " ALTER DATABASE " . idf_escape ( DB ) . " COLLATE $mb " ); queries ( " ALTER DATABASE " . idf_escape ( DB ) . " MODIFY NAME = " . idf_escape ( $D )); return
2018-04-01 23:34:54 +02:00
true ;} function
auto_increment (){ return " IDENTITY " . ( $_POST [ " Auto_increment " ] != " " ? " ( " . number ( $_POST [ " Auto_increment " ]) . " ,1) " : " " ) . " PRIMARY KEY " ;} function
2021-05-08 19:20:46 +02:00
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ $c = array (); $ub = array (); foreach ( $p
as $o ){ $d = idf_escape ( $o [ 0 ]); $X = $o [ 1 ]; if ( ! $X ) $c [ " DROP " ][] = " COLUMN $d " ; else { $X [ 1 ] = preg_replace ( " ~( COLLATE )'( \\ w+)'~ " , '\1\2' , $X [ 1 ]); $ub [ $o [ 0 ]] = $X [ 5 ]; unset ( $X [ 5 ]); if ( $o [ 0 ] == " " ) $c [ " ADD " ][] = " \n " . implode ( " " , $X ) . ( $Q == " " ? substr ( $fd [ $X [ 0 ]], 16 + strlen ( $X [ 0 ])) : " " ); else { unset ( $X [ 6 ]); if ( $d != $X [ 0 ]) queries ( " EXEC sp_rename " . q ( table ( $Q ) . " . $d " ) . " , " . q ( idf_unescape ( $X [ 0 ])) . " , 'COLUMN' " ); $c [ " ALTER COLUMN " . implode ( " " , $X )][] = " " ;}}} if ( $Q == " " ) return
queries ( " CREATE TABLE " . table ( $D ) . " ( " . implode ( " , " ,( array ) $c [ " ADD " ]) . " \n ) " ); if ( $Q != $D ) queries ( " EXEC sp_rename " . q ( table ( $Q )) . " , " . q ( $D )); if ( $fd ) $c [ " " ] = $fd ; foreach ( $c
as $z => $X ){ if ( ! queries ( " ALTER TABLE " . idf_escape ( $D ) . " $z " . implode ( " , " , $X ))) return
false ;} foreach ( $ub
as $z => $X ){ $sb = substr ( $X , 9 ); queries ( " EXEC sp_dropextendedproperty @name = N'MS_Description', @level0type = N'Schema', @level0name = " . q ( get_schema ()) . " , @level1type = N'Table', @level1name = " . q ( $D ) . " , @level2type = N'Column', @level2name = " . q ( $z )); queries ( " EXEC sp_addextendedproperty @name = N'MS_Description', @value = " . $sb . " , @level0type = N'Schema', @level0name = " . q ( get_schema ()) . " , @level1type = N'Table', @level1name = " . q ( $D ) . " , @level2type = N'Column', @level2name = " . q ( $z ));} return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
alter_indexes ( $Q , $c ){ $w = array (); $jc = array (); foreach ( $c
as $X ){ if ( $X [ 2 ] == " DROP " ){ if ( $X [ 0 ] == " PRIMARY " ) $jc [] = idf_escape ( $X [ 1 ]); else $w [] = idf_escape ( $X [ 1 ]) . " ON " . table ( $Q );} elseif ( ! queries (( $X [ 0 ] != " PRIMARY " ? " CREATE $X[0] " . ( $X [ 0 ] != " INDEX " ? " INDEX " : " " ) . idf_escape ( $X [ 1 ] != " " ? $X [ 1 ] : uniqid ( $Q . " _ " )) . " ON " . table ( $Q ) : " ALTER TABLE " . table ( $Q ) . " ADD PRIMARY KEY " ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " )) return
false ;} return ( ! $w || queries ( " DROP INDEX " . implode ( " , " , $w ))) && ( ! $jc || queries ( " ALTER TABLE " . table ( $Q ) . " DROP " . implode ( " , " , $jc )));} function
last_id (){ global $g ; return $g -> result ( " SELECT SCOPE_IDENTITY() " );} function
explain ( $g , $G ){ $g -> query ( " SET SHOWPLAN_ALL ON " ); $I = $g -> query ( $G ); $g -> query ( " SET SHOWPLAN_ALL OFF " ); return $I ;} function
found_rows ( $R , $Z ){} function
foreign_keys ( $Q ){ $I = array (); foreach ( get_rows ( " EXEC sp_fkeys @fktable_name = " . q ( $Q )) as $J ){ $r =& $I [ $J [ " FK_NAME " ]]; $r [ " db " ] = $J [ " PKTABLE_QUALIFIER " ]; $r [ " table " ] = $J [ " PKTABLE_NAME " ]; $r [ " source " ][] = $J [ " FKCOLUMN_NAME " ]; $r [ " target " ][] = $J [ " PKCOLUMN_NAME " ];} return $I ;} function
truncate_tables ( $S ){ return
apply_queries ( " TRUNCATE TABLE " , $S );} function
drop_views ( $aj ){ return
queries ( " DROP VIEW " . implode ( " , " , array_map ( 'table' , $aj )));} function
drop_tables ( $S ){ return
queries ( " DROP TABLE " . implode ( " , " , array_map ( 'table' , $S )));} function
move_tables ( $S , $aj , $Yh ){ return
apply_queries ( " ALTER SCHEMA " . idf_escape ( $Yh ) . " TRANSFER " , array_merge ( $S , $aj ));} function
trigger ( $D ){ if ( $D == " " ) return
2021-02-05 07:05:51 +01:00
array (); $K = get_rows ( " SELECT s.name [Trigger],
2018-04-01 23:34:54 +02:00
CASE WHEN OBJECTPROPERTY ( s . id , 'ExecIsInsertTrigger' ) = 1 THEN 'INSERT' WHEN OBJECTPROPERTY ( s . id , 'ExecIsUpdateTrigger' ) = 1 THEN 'UPDATE' WHEN OBJECTPROPERTY ( s . id , 'ExecIsDeleteTrigger' ) = 1 THEN 'DELETE' END [ Event ],
CASE WHEN OBJECTPROPERTY ( s . id , 'ExecIsInsteadOfTrigger' ) = 1 THEN 'INSTEAD OF' ELSE 'AFTER' END [ Timing ],
c . text
FROM sysobjects s
JOIN syscomments c ON s . id = c . id
2021-05-08 19:20:46 +02:00
WHERE s . xtype = 'TR' AND s . name = " .q( $D )); $I =reset( $K );if( $I ) $I["Statement"] =preg_replace('~^.+ \ s+AS \ s+~isU','', $I["text"] );return $I ;}function
triggers ( $Q ){ $I = array (); foreach ( get_rows ( " SELECT sys1.name,
2018-04-01 23:34:54 +02:00
CASE WHEN OBJECTPROPERTY ( sys1 . id , 'ExecIsInsertTrigger' ) = 1 THEN 'INSERT' WHEN OBJECTPROPERTY ( sys1 . id , 'ExecIsUpdateTrigger' ) = 1 THEN 'UPDATE' WHEN OBJECTPROPERTY ( sys1 . id , 'ExecIsDeleteTrigger' ) = 1 THEN 'DELETE' END [ Event ],
CASE WHEN OBJECTPROPERTY ( sys1 . id , 'ExecIsInsteadOfTrigger' ) = 1 THEN 'INSTEAD OF' ELSE 'AFTER' END [ Timing ]
FROM sysobjects sys1
JOIN sysobjects sys2 ON sys1 . parent_obj = sys2 . id
2021-05-08 19:20:46 +02:00
WHERE sys1 . xtype = 'TR' AND sys2 . name = " .q( $Q ))as $J ) $I[$J["name"] ]=array( $J["Timing"] , $J["Event"] );return $I ;}function
2018-04-01 23:34:54 +02:00
trigger_options (){ return
array ( " Timing " => array ( " AFTER " , " INSTEAD OF " ), " Event " => array ( " INSERT " , " UPDATE " , " DELETE " ), " Type " => array ( " AS " ),);} function
schemas (){ return
get_vals ( " SELECT name FROM sys.schemas " );} function
2021-05-08 19:20:46 +02:00
get_schema (){ global $g ; if ( $_GET [ " ns " ] != " " ) return $_GET [ " ns " ]; return $g -> result ( " SELECT SCHEMA_NAME() " );} function
set_schema ( $bh ){ return
2018-04-01 23:34:54 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
use_sql ( $j ){ return " USE " . idf_escape ( $j );} function
2018-04-01 23:34:54 +02:00
show_variables (){ return
array ();} function
show_status (){ return
array ();} function
2021-05-08 19:20:46 +02:00
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
support ( $Tc ){ return
preg_match ( '~^(comment|columns|database|drop_col|indexes|descidx|scheme|sql|table|trigger|view|view_trigger)$~' , $Tc );} function
driver_config (){ $U = array (); $Ih = array (); foreach ( array ( lang ( 27 ) => array ( " tinyint " => 3 , " smallint " => 5 , " int " => 10 , " bigint " => 20 , " bit " => 1 , " decimal " => 0 , " real " => 12 , " float " => 53 , " smallmoney " => 10 , " money " => 20 ), lang ( 28 ) => array ( " date " => 10 , " smalldatetime " => 19 , " datetime " => 19 , " datetime2 " => 19 , " time " => 8 , " datetimeoffset " => 10 ), lang ( 25 ) => array ( " char " => 8000 , " varchar " => 8000 , " text " => 2147483647 , " nchar " => 4000 , " nvarchar " => 4000 , " ntext " => 1073741823 ), lang ( 29 ) => array ( " binary " => 8000 , " varbinary " => 8000 , " image " => 2147483647 ),) as $z => $X ){ $U += $X ; $Ih [ $z ] = array_keys ( $X );} return
array ( 'possible_drivers' => array ( " SQLSRV " , " MSSQL " , " PDO_DBLIB " ), 'jush' => " mssql " , 'types' => $U , 'structured_types' => $Ih , 'unsigned' => array (), 'operators' => array ( " = " , " < " , " > " , " <= " , " >= " , " != " , " LIKE " , " LIKE %% " , " IN " , " IS NULL " , " NOT LIKE " , " NOT IN " , " IS NOT NULL " ), 'functions' => array ( " len " , " lower " , " round " , " upper " ), 'grouping' => array ( " avg " , " count " , " count distinct " , " max " , " min " , " sum " ), 'edit_functions' => array ( array ( " date|time " => " getdate " ,), array ( " int|decimal|real|float|money|datetime " => " +/- " , " char|text " => " + " ,)),);}} $ic [ " mongo " ] = " MongoDB (alpha) " ; if ( isset ( $_GET [ " mongo " ])){ define ( " DRIVER " , " mongo " ); if ( class_exists ( 'MongoDB' )){ class
2018-06-30 00:38:01 +02:00
Min_DB { var $extension = " Mongo " , $server_info = MongoClient :: VERSION , $error , $last_id , $_link , $_db ; function
2021-05-08 19:20:46 +02:00
connect ( $Li , $zf ){ try { $this -> _link = new
MongoClient ( $Li , $zf ); if ( $zf [ " password " ] != " " ){ $zf [ " password " ] = " " ; try { new
MongoClient ( $Li , $zf ); $this -> error = lang ( 22 );} catch ( Exception $pc ){}}} catch ( Exception $pc ){ $this -> error = $pc -> getMessage ();}} function
2021-02-05 07:05:51 +01:00
query ( $G ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
select_db ( $j ){ try { $this -> _db = $this -> _link -> selectDB ( $j ); return
true ;} catch ( Exception $Fc ){ $this -> error = $Fc -> getMessage (); return
2018-04-01 23:34:54 +02:00
false ;}} function
2021-05-08 19:20:46 +02:00
quote ( $P ){ return $P ;}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $num_rows , $_rows = array (), $_offset = 0 , $_charset = array (); function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ foreach ( $H
as $ee ){ $J = array (); foreach ( $ee
2021-05-08 19:20:46 +02:00
as $z => $X ){ if ( is_a ( $X , 'MongoBinData' )) $this -> _charset [ $z ] = 63 ; $J [ $z ] = ( is_a ( $X , 'MongoId' ) ? " ObjectId( \" $X\ " ) " :(is_a( $X ,'MongoDate')?gmdate( " Y - m - d H : i : s " , $X->sec ). " GMT " :(is_a( $X ,'MongoBinData')? $X->bin :(is_a( $X ,'MongoRegex')? " $X " :(is_object( $X )?get_class( $X ): $X )))));} $this->_rows []= $J ;foreach( $J
2021-02-05 07:05:51 +01:00
as $z => $X ){ if ( ! isset ( $this -> _rows [ 0 ][ $z ])) $this -> _rows [ 0 ][ $z ] = null ;}} $this -> num_rows = count ( $this -> _rows );} function
fetch_assoc (){ $J = current ( $this -> _rows ); if ( ! $J ) return $J ; $I = array (); foreach ( $this -> _rows [ 0 ] as $z => $X ) $I [ $z ] = $J [ $z ]; next ( $this -> _rows ); return $I ;} function
fetch_row (){ $I = $this -> fetch_assoc (); if ( ! $I ) return $I ; return
array_values ( $I );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $ie = array_keys ( $this -> _rows [ 0 ]); $D = $ie [ $this -> _offset ++ ]; return ( object ) array ( 'name' => $D , 'charsetnr' => $this -> _charset [ $D ],);}} class
2018-04-01 23:34:54 +02:00
Min_Driver
extends
2021-05-08 19:20:46 +02:00
Min_SQL { public $mg = " _id " ; function
select ( $Q , $L , $Z , $qd , $Af = array (), $_ = 1 , $E = 0 , $og = false ){ $L = ( $L == array ( " * " ) ? array () : array_fill_keys ( $L , true )); $wh = array (); foreach ( $Af
as $X ){ $X = preg_replace ( '~ DESC$~' , '' , $X , 1 , $Hb ); $wh [ $X ] = ( $Hb ? - 1 : 1 );} return
2018-04-01 23:34:54 +02:00
new
2021-05-08 19:20:46 +02:00
Min_Result ( $this -> _conn -> _db -> selectCollection ( $Q ) -> find ( array (), $L ) -> sort ( $wh ) -> limit ( $_ != " " ? + $_ : 0 ) -> skip ( $E * $_ ));} function
insert ( $Q , $N ){ try { $I = $this -> _conn -> _db -> selectCollection ( $Q ) -> insert ( $N ); $this -> _conn -> errno = $I [ 'code' ]; $this -> _conn -> error = $I [ 'err' ]; $this -> _conn -> last_id = $N [ '_id' ]; return ! $I [ 'err' ];} catch ( Exception $Fc ){ $this -> _conn -> error = $Fc -> getMessage (); return
2018-04-01 23:34:54 +02:00
false ;}}} function
2021-05-08 19:20:46 +02:00
get_databases ( $dd ){ global $g ; $I = array (); $Vb = $g -> _link -> listDBs (); foreach ( $Vb [ 'databases' ] as $l ) $I [] = $l [ 'name' ]; return $I ;} function
count_tables ( $k ){ global $g ; $I = array (); foreach ( $k
as $l ) $I [ $l ] = count ( $g -> _link -> selectDB ( $l ) -> getCollectionNames ( true )); return $I ;} function
tables_list (){ global $g ; return
array_fill_keys ( $g -> _db -> getCollectionNames ( true ), 'table' );} function
drop_databases ( $k ){ global $g ; foreach ( $k
as $l ){ $Ng = $g -> _link -> selectDB ( $l ) -> drop (); if ( ! $Ng [ 'ok' ]) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
indexes ( $Q , $h = null ){ global $g ; $I = array (); foreach ( $g -> _db -> selectCollection ( $Q ) -> getIndexInfo () as $w ){ $cc = array (); foreach ( $w [ " key " ] as $d => $T ) $cc [] = ( $T ==- 1 ? '1' : null ); $I [ $w [ " name " ]] = array ( " type " => ( $w [ " name " ] == " _id_ " ? " PRIMARY " : ( $w [ " unique " ] ? " UNIQUE " : " INDEX " )), " columns " => array_keys ( $w [ " key " ]), " lengths " => array (), " descs " => $cc ,);} return $I ;} function
fields ( $Q ){ return
2018-04-01 23:34:54 +02:00
fields_from_edit ();} function
2021-05-08 19:20:46 +02:00
found_rows ( $R , $Z ){ global $g ; return $g -> _db -> selectCollection ( $_GET [ " select " ]) -> count ( $Z );} $wf = array ( " = " );} elseif ( class_exists ( 'MongoDB\Driver\Manager' )){ class
Min_DB { var $extension = " MongoDB " , $server_info = MONGODB_VERSION , $affected_rows , $error , $last_id ; var $_link ; var $_db , $_db_name ; function
connect ( $Li , $zf ){ $hb = 'MongoDB\Driver\Manager' ; $this -> _link = new $hb ( $Li , $zf ); $this -> executeCommand ( 'admin' , array ( 'ping' => 1 ));} function
executeCommand ( $l , $qb ){ $hb = 'MongoDB\Driver\Command' ; try { return $this -> _link -> executeCommand ( $l , new $hb ( $qb ));} catch ( Exception $pc ){ $this -> error = $pc -> getMessage (); return
array ();}} function
executeBulkWrite ( $Ye , $Xa , $Ib ){ try { $Qg = $this -> _link -> executeBulkWrite ( $Ye , $Xa ); $this -> affected_rows = $Qg -> $Ib (); return
true ;} catch ( Exception $pc ){ $this -> error = $pc -> getMessage (); return
false ;}} function
2021-02-05 07:05:51 +01:00
query ( $G ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
select_db ( $j ){ $this -> _db_name = $j ; return
2018-06-30 00:38:01 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
quote ( $P ){ return $P ;}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $num_rows , $_rows = array (), $_offset = 0 , $_charset = array (); function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ foreach ( $H
as $ee ){ $J = array (); foreach ( $ee
2021-05-08 19:20:46 +02:00
as $z => $X ){ if ( is_a ( $X , 'MongoDB\BSON\Binary' )) $this -> _charset [ $z ] = 63 ; $J [ $z ] = ( is_a ( $X , 'MongoDB\BSON\ObjectID' ) ? 'MongoDB\BSON\ObjectID("' . " $X\ " ) " :(is_a( $X ,'MongoDB \ BSON \ UTCDatetime')? $X->toDateTime ()->format('Y-m-d H:i:s'):(is_a( $X ,'MongoDB \ BSON \ Binary')? $X->getData ():(is_a( $X ,'MongoDB \ BSON \R egex')? " $X " :(is_object( $X )||is_array( $X )?json_encode( $X ,256): $X )))));} $this->_rows []= $J ;foreach( $J
as $z => $X ){ if ( ! isset ( $this -> _rows [ 0 ][ $z ])) $this -> _rows [ 0 ][ $z ] = null ;}} $this -> num_rows = count ( $this -> _rows );} function
2021-02-05 07:05:51 +01:00
fetch_assoc (){ $J = current ( $this -> _rows ); if ( ! $J ) return $J ; $I = array (); foreach ( $this -> _rows [ 0 ] as $z => $X ) $I [ $z ] = $J [ $z ]; next ( $this -> _rows ); return $I ;} function
fetch_row (){ $I = $this -> fetch_assoc (); if ( ! $I ) return $I ; return
array_values ( $I );} function
2021-05-08 19:20:46 +02:00
fetch_field (){ $ie = array_keys ( $this -> _rows [ 0 ]); $D = $ie [ $this -> _offset ++ ]; return ( object ) array ( 'name' => $D , 'charsetnr' => $this -> _charset [ $D ],);}} class
2018-04-01 23:34:54 +02:00
Min_Driver
extends
2021-05-08 19:20:46 +02:00
Min_SQL { public $mg = " _id " ; function
select ( $Q , $L , $Z , $qd , $Af = array (), $_ = 1 , $E = 0 , $og = false ){ global $g ; $L = ( $L == array ( " * " ) ? array () : array_fill_keys ( $L , 1 )); if ( count ( $L ) &&! isset ( $L [ '_id' ])) $L [ '_id' ] = 0 ; $Z = where_to_query ( $Z ); $wh = array (); foreach ( $Af
as $X ){ $X = preg_replace ( '~ DESC$~' , '' , $X , 1 , $Hb ); $wh [ $X ] = ( $Hb ? - 1 : 1 );} if ( isset ( $_GET [ 'limit' ]) && is_numeric ( $_GET [ 'limit' ]) && $_GET [ 'limit' ] > 0 ) $_ = $_GET [ 'limit' ]; $_ = min ( 200 , max ( 1 ,( int ) $_ )); $th = $E * $_ ; $hb = 'MongoDB\Driver\Query' ; try { return
2018-04-01 23:34:54 +02:00
new
2021-05-08 19:20:46 +02:00
Min_Result ( $g -> _link -> executeQuery ( " $g->_db_name . $Q " , new $hb ( $Z , array ( 'projection' => $L , 'limit' => $_ , 'skip' => $th , 'sort' => $wh ))));} catch ( Exception $pc ){ $g -> error = $pc -> getMessage (); return
false ;}} function
update ( $Q , $N , $yg , $_ = 0 , $jh = " \n " ){ global $g ; $l = $g -> _db_name ; $Z = sql_query_where_parser ( $yg ); $hb = 'MongoDB\Driver\BulkWrite' ; $Xa = new $hb ( array ()); if ( isset ( $N [ '_id' ])) unset ( $N [ '_id' ]); $Kg = array (); foreach ( $N
as $z => $Y ){ if ( $Y == 'NULL' ){ $Kg [ $z ] = 1 ; unset ( $N [ $z ]);}} $Ki = array ( '$set' => $N ); if ( count ( $Kg )) $Ki [ '$unset' ] = $Kg ; $Xa -> update ( $Z , $Ki , array ( 'upsert' => false )); return $g -> executeBulkWrite ( " $l . $Q " , $Xa , 'getModifiedCount' );} function
delete ( $Q , $yg , $_ = 0 ){ global $g ; $l = $g -> _db_name ; $Z = sql_query_where_parser ( $yg ); $hb = 'MongoDB\Driver\BulkWrite' ; $Xa = new $hb ( array ()); $Xa -> delete ( $Z , array ( 'limit' => $_ )); return $g -> executeBulkWrite ( " $l . $Q " , $Xa , 'getDeletedCount' );} function
insert ( $Q , $N ){ global $g ; $l = $g -> _db_name ; $hb = 'MongoDB\Driver\BulkWrite' ; $Xa = new $hb ( array ()); if ( $N [ '_id' ] == '' ) unset ( $N [ '_id' ]); $Xa -> insert ( $N ); return $g -> executeBulkWrite ( " $l . $Q " , $Xa , 'getInsertedCount' );}} function
get_databases ( $dd ){ global $g ; $I = array (); foreach ( $g -> executeCommand ( 'admin' , array ( 'listDatabases' => 1 )) as $Vb ){ foreach ( $Vb -> databases
as $l ) $I [] = $l -> name ;} return $I ;} function
count_tables ( $k ){ $I = array (); return $I ;} function
tables_list (){ global $g ; $ob = array (); foreach ( $g -> executeCommand ( $g -> _db_name , array ( 'listCollections' => 1 )) as $H ) $ob [ $H -> name ] = 'table' ; return $ob ;} function
drop_databases ( $k ){ return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
indexes ( $Q , $h = null ){ global $g ; $I = array (); foreach ( $g -> executeCommand ( $g -> _db_name , array ( 'listIndexes' => $Q )) as $w ){ $cc = array (); $e = array (); foreach ( get_object_vars ( $w -> key ) as $d => $T ){ $cc [] = ( $T ==- 1 ? '1' : null ); $e [] = $d ;} $I [ $w -> name ] = array ( " type " => ( $w -> name == " _id_ " ? " PRIMARY " : ( isset ( $w -> unique ) ? " UNIQUE " : " INDEX " )), " columns " => $e , " lengths " => array (), " descs " => $cc ,);} return $I ;} function
fields ( $Q ){ global $m ; $p = fields_from_edit (); if ( ! $p ){ $H = $m -> select ( $Q , array ( " * " ), null , null , array (), 10 ); if ( $H ){ while ( $J = $H -> fetch_assoc ()){ foreach ( $J
as $z => $X ){ $J [ $z ] = null ; $p [ $z ] = array ( " field " => $z , " type " => " string " , " null " => ( $z != $m -> primary ), " auto_increment " => ( $z == $m -> primary ), " privileges " => array ( " insert " => 1 , " select " => 1 , " update " => 1 ,),);}}}} return $p ;} function
found_rows ( $R , $Z ){ global $g ; $Z = where_to_query ( $Z ); $oi = $g -> executeCommand ( $g -> _db_name , array ( 'count' => $R [ 'Name' ], 'query' => $Z )) -> toArray (); return $oi [ 0 ] -> n ;} function
sql_query_where_parser ( $yg ){ $yg = preg_replace ( '~^\sWHERE \(?\(?(.+?)\)?\)?$~' , '\1' , $yg ); $kj = explode ( ' AND ' , $yg ); $lj = explode ( ') OR (' , $yg ); $Z = array (); foreach ( $kj
as $ij ) $Z [] = trim ( $ij ); if ( count ( $lj ) == 1 ) $lj = array (); elseif ( count ( $lj ) > 1 ) $Z = array (); return
where_to_query ( $Z , $lj );} function
where_to_query ( $gj = array (), $hj = array ()){ global $b ; $Qb = array (); foreach ( array ( 'and' => $gj , 'or' => $hj ) as $T => $Z ){ if ( is_array ( $Z )){ foreach ( $Z
as $Lc ){ list ( $kb , $uf , $X ) = explode ( " " , $Lc , 3 ); if ( $kb == " _id " && preg_match ( '~^(MongoDB\\\\BSON\\\\ObjectID)\("(.+)"\)$~' , $X , $C )){ list (, $hb , $X ) = $C ; $X = new $hb ( $X );} if ( ! in_array ( $uf , $b -> operators )) continue ; if ( preg_match ( '~^\(f\)(.+)~' , $uf , $C )){ $X = ( float ) $X ; $uf = $C [ 1 ];} elseif ( preg_match ( '~^\(date\)(.+)~' , $uf , $C )){ $Sb = new
DateTime ( $X ); $hb = 'MongoDB\BSON\UTCDatetime' ; $X = new $hb ( $Sb -> getTimestamp () * 1000 ); $uf = $C [ 1 ];} switch ( $uf ){ case '=' : $uf = '$eq' ; break ; case '!=' : $uf = '$ne' ; break ; case '>' : $uf = '$gt' ; break ; case '<' : $uf = '$lt' ; break ; case '>=' : $uf = '$gte' ; break ; case '<=' : $uf = '$lte' ; break ; case 'regex' : $uf = '$regex' ; break ; default : continue
2 ;} if ( $T == 'and' ) $Qb [ '$and' ][] = array ( $kb => array ( $uf => $X )); elseif ( $T == 'or' ) $Qb [ '$or' ][] = array ( $kb => array ( $uf => $X ));}}} return $Qb ;} $wf = array ( " = " , " != " , " > " , " < " , " >= " , " <= " , " regex " , " (f)= " , " (f)!= " , " (f)> " , " (f)< " , " (f)>= " , " (f)<= " , " (date)= " , " (date)!= " , " (date)> " , " (date)< " , " (date)>= " , " (date)<= " ,);} function
2021-02-05 07:05:51 +01:00
table ( $v ){ return $v ;} function
idf_escape ( $v ){ return $v ;} function
2021-05-08 19:20:46 +02:00
table_status ( $D = " " , $Sc = false ){ $I = array (); foreach ( tables_list () as $Q => $T ){ $I [ $Q ] = array ( " Name " => $Q ); if ( $D == $Q ) return $I [ $Q ];} return $I ;} function
create_database ( $l , $mb ){ return
2018-06-30 00:38:01 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
last_id (){ global $g ; return $g -> last_id ;} function
error (){ global $g ; return
h ( $g -> error );} function
2018-04-01 23:34:54 +02:00
collations (){ return
array ();} function
2021-05-08 19:20:46 +02:00
logged_user (){ global $b ; $Lb = $b -> credentials (); return $Lb [ 1 ];} function
connect (){ global $b ; $g = new
Min_DB ; list ( $M , $V , $F ) = $b -> credentials (); $zf = array (); if ( $V . $F != " " ){ $zf [ " username " ] = $V ; $zf [ " password " ] = $F ;} $l = $b -> database (); if ( $l != " " ) $zf [ " db " ] = $l ; if (( $Ka = getenv ( " MONGO_AUTH_SOURCE " ))) $zf [ " authSource " ] = $Ka ; $g -> connect ( " mongodb:// $M " , $zf ); if ( $g -> error ) return $g -> error ; return $g ;} function
alter_indexes ( $Q , $c ){ global $g ; foreach ( $c
as $X ){ list ( $T , $D , $N ) = $X ; if ( $N == " DROP " ) $I = $g -> _db -> command ( array ( " deleteIndexes " => $Q , " index " => $D )); else { $e = array (); foreach ( $N
as $d ){ $d = preg_replace ( '~ DESC$~' , '' , $d , 1 , $Hb ); $e [ $d ] = ( $Hb ? - 1 : 1 );} $I = $g -> _db -> selectCollection ( $Q ) -> ensureIndex ( $e , array ( " unique " => ( $T == " UNIQUE " ), " name " => $D ,));} if ( $I [ 'errmsg' ]){ $g -> error = $I [ 'errmsg' ]; return
2018-04-01 23:34:54 +02:00
false ;}} return
true ;} function
2021-05-08 19:20:46 +02:00
support ( $Tc ){ return
preg_match ( " ~database|indexes|descidx~ " , $Tc );} function
db_collation ( $l , $nb ){} function
2018-04-01 23:34:54 +02:00
information_schema (){} function
2021-05-08 19:20:46 +02:00
is_view ( $R ){} function
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
foreign_keys ( $Q ){ return
2018-04-01 23:34:54 +02:00
array ();} function
2021-05-08 19:20:46 +02:00
fk_support ( $R ){} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
2021-05-08 19:20:46 +02:00
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ global $g ; if ( $Q == " " ){ $g -> _db -> createCollection ( $D ); return
2018-04-01 23:34:54 +02:00
true ;}} function
2021-05-08 19:20:46 +02:00
drop_tables ( $S ){ global $g ; foreach ( $S
as $Q ){ $Ng = $g -> _db -> selectCollection ( $Q ) -> drop (); if ( ! $Ng [ 'ok' ]) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
truncate_tables ( $S ){ global $g ; foreach ( $S
as $Q ){ $Ng = $g -> _db -> selectCollection ( $Q ) -> remove (); if ( ! $Ng [ 'ok' ]) return
2018-04-01 23:34:54 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
driver_config (){ global $wf ; return
array ( 'possible_drivers' => array ( " mongo " , " mongodb " ), 'jush' => " mongo " , 'operators' => $wf , 'functions' => array (), 'grouping' => array (), 'edit_functions' => array ( array ( " json " )),);}} $ic [ " elastic " ] = " Elasticsearch (beta) " ; if ( isset ( $_GET [ " elastic " ])){ define ( " DRIVER " , " elastic " ); if ( function_exists ( 'json_decode' ) && ini_bool ( 'allow_url_fopen' )){ class
Min_DB { var $extension = " JSON " , $server_info , $errno , $error , $_url , $_db ; function
rootQuery ( $Zf , $Cb = array (), $Re = 'GET' ){ @ ini_set ( 'track_errors' , 1 ); $Xc =@ file_get_contents ( " $this->_url / " . ltrim ( $Zf , '/' ), false , stream_context_create ( array ( 'http' => array ( 'method' => $Re , 'content' => $Cb === null ? $Cb : json_encode ( $Cb ), 'header' => 'Content-Type: application/json' , 'ignore_errors' => 1 ,)))); if ( ! $Xc ){ $this -> error = $php_errormsg ; return $Xc ;} if ( ! preg_match ( '~^HTTP/[0-9.]+ 2~i' , $http_response_header [ 0 ])){ $this -> error = lang ( 32 ) . " $http_response_header[0] " ; return
false ;} $I = json_decode ( $Xc , true ); if ( $I === null ){ $this -> errno = json_last_error (); if ( function_exists ( 'json_last_error_msg' )) $this -> error = json_last_error_msg (); else { $Ab = get_defined_constants ( true ); foreach ( $Ab [ 'json' ] as $D => $Y ){ if ( $Y == $this -> errno && preg_match ( '~^JSON_ERROR_~' , $D )){ $this -> error = $D ; break ;}}}} return $I ;} function
query ( $Zf , $Cb = array (), $Re = 'GET' ){ return $this -> rootQuery (( $this -> _db != " " ? " $this->_db / " : " / " ) . ltrim ( $Zf , '/' ), $Cb , $Re );} function
connect ( $M , $V , $F ){ preg_match ( '~^(https?://)?(.*)~' , $M , $C ); $this -> _url = ( $C [ 1 ] ? $C [ 1 ] : " http:// " ) . " $V : $F @ $C[2] " ; $I = $this -> query ( '' ); if ( $I ) $this -> server_info = $I [ 'version' ][ 'number' ]; return ( bool ) $I ;} function
select_db ( $j ){ $this -> _db = $j ; return
true ;} function
quote ( $P ){ return $P ;}} class
2018-04-01 23:34:54 +02:00
Min_Result { var $num_rows , $_rows ; function
2021-02-05 07:05:51 +01:00
__construct ( $K ){ $this -> num_rows = count ( $K ); $this -> _rows = $K ; reset ( $this -> _rows );} function
fetch_assoc (){ $I = current ( $this -> _rows ); next ( $this -> _rows ); return $I ;} function
2018-04-01 23:34:54 +02:00
fetch_row (){ return
array_values ( $this -> fetch_assoc ());}}} class
Min_Driver
extends
Min_SQL { function
2021-05-08 19:20:46 +02:00
select ( $Q , $L , $Z , $qd , $Af = array (), $_ = 1 , $E = 0 , $og = false ){ global $b ; $Qb = array (); $G = " $Q /_search " ; if ( $L != array ( " * " )) $Qb [ " fields " ] = $L ; if ( $Af ){ $wh = array (); foreach ( $Af
as $kb ){ $kb = preg_replace ( '~ DESC$~' , '' , $kb , 1 , $Hb ); $wh [] = ( $Hb ? array ( $kb => " desc " ) : $kb );} $Qb [ " sort " ] = $wh ;} if ( $_ ){ $Qb [ " size " ] =+ $_ ; if ( $E ) $Qb [ " from " ] = ( $E * $_ );} foreach ( $Z
as $X ){ list ( $kb , $uf , $X ) = explode ( " " , $X , 3 ); if ( $kb == " _id " ) $Qb [ " query " ][ " ids " ][ " values " ][] = $X ; elseif ( $kb . $X != " " ){ $bi = array ( " term " => array (( $kb != " " ? $kb : " _all " ) => $X )); if ( $uf == " = " ) $Qb [ " query " ][ " filtered " ][ " filter " ][ " and " ][] = $bi ; else $Qb [ " query " ][ " filtered " ][ " query " ][ " bool " ][ " must " ][] = $bi ;}} if ( $Qb [ " query " ] &&! $Qb [ " query " ][ " filtered " ][ " query " ] &&! $Qb [ " query " ][ " ids " ]) $Qb [ " query " ][ " filtered " ][ " query " ] = array ( " match_all " => array ()); $Eh = microtime ( true ); $dh = $this -> _conn -> query ( $G , $Qb ); if ( $og ) echo $b -> selectQuery ( " $G : " . json_encode ( $Qb ), $Eh , ! $dh ); if ( ! $dh ) return
false ; $I = array (); foreach ( $dh [ 'hits' ][ 'hits' ] as $Cd ){ $J = array (); if ( $L == array ( " * " )) $J [ " _id " ] = $Cd [ " _id " ]; $p = $Cd [ '_source' ]; if ( $L != array ( " * " )){ $p = array (); foreach ( $L
as $z ) $p [ $z ] = $Cd [ 'fields' ][ $z ];} foreach ( $p
as $z => $X ){ if ( $Qb [ " fields " ]) $X = $X [ 0 ]; $J [ $z ] = ( is_array ( $X ) ? json_encode ( $X ) : $X );} $I [] = $J ;} return
2018-04-01 23:34:54 +02:00
new
2021-02-05 07:05:51 +01:00
Min_Result ( $I );} function
2021-05-08 19:20:46 +02:00
update ( $T , $Bg , $yg , $_ = 0 , $jh = " \n " ){ $Xf = preg_split ( '~ *= *~' , $yg ); if ( count ( $Xf ) == 2 ){ $u = trim ( $Xf [ 1 ]); $G = " $T / $u " ; return $this -> _conn -> query ( $G , $Bg , 'POST' );} return
2018-04-01 23:34:54 +02:00
false ;} function
2021-05-08 19:20:46 +02:00
insert ( $T , $Bg ){ $u = " " ; $G = " $T / $u " ; $Ng = $this -> _conn -> query ( $G , $Bg , 'POST' ); $this -> _conn -> last_id = $Ng [ '_id' ]; return $Ng [ 'created' ];} function
delete ( $T , $yg , $_ = 0 ){ $Hd = array (); if ( is_array ( $_GET [ " where " ]) && $_GET [ " where " ][ " _id " ]) $Hd [] = $_GET [ " where " ][ " _id " ]; if ( is_array ( $_POST [ 'check' ])){ foreach ( $_POST [ 'check' ] as $bb ){ $Xf = preg_split ( '~ *= *~' , $bb ); if ( count ( $Xf ) == 2 ) $Hd [] = trim ( $Xf [ 1 ]);}} $this -> _conn -> affected_rows = 0 ; foreach ( $Hd
as $u ){ $G = " { $T } / { $u } " ; $Ng = $this -> _conn -> query ( $G , '{}' , 'DELETE' ); if ( is_array ( $Ng ) && $Ng [ 'found' ] == true ) $this -> _conn -> affected_rows ++ ;} return $this -> _conn -> affected_rows ;}} function
connect (){ global $b ; $g = new
Min_DB ; list ( $M , $V , $F ) = $b -> credentials (); if ( $F != " " && $g -> connect ( $M , $V , " " )) return
lang ( 22 ); if ( $g -> connect ( $M , $V , $F )) return $g ; return $g -> error ;} function
support ( $Tc ){ return
preg_match ( " ~database|table|columns~ " , $Tc );} function
logged_user (){ global $b ; $Lb = $b -> credentials (); return $Lb [ 1 ];} function
get_databases (){ global $g ; $I = $g -> rootQuery ( '_aliases' ); if ( $I ){ $I = array_keys ( $I ); sort ( $I , SORT_STRING );} return $I ;} function
2018-04-01 23:34:54 +02:00
collations (){ return
array ();} function
2021-05-08 19:20:46 +02:00
db_collation ( $l , $nb ){} function
2018-04-01 23:34:54 +02:00
engines (){ return
array ();} function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ global $g ; $I = array (); $H = $g -> query ( '_stats' ); if ( $H && $H [ 'indices' ]){ $Pd = $H [ 'indices' ]; foreach ( $Pd
as $Od => $Fh ){ $Nd = $Fh [ 'total' ][ 'indexing' ]; $I [ $Od ] = $Nd [ 'index_total' ];}} return $I ;} function
tables_list (){ global $g ; if ( min_version ( 6 )) return
array ( '_doc' => 'table' ); $I = $g -> query ( '_mapping' ); if ( $I ) $I = array_fill_keys ( array_keys ( $I [ $g -> _db ][ " mappings " ]), 'table' ); return $I ;} function
table_status ( $D = " " , $Sc = false ){ global $g ; $dh = $g -> query ( " _search " , array ( " size " => 0 , " aggregations " => array ( " count_by_type " => array ( " terms " => array ( " field " => " _type " )))), " POST " ); $I = array (); if ( $dh ){ $S = $dh [ " aggregations " ][ " count_by_type " ][ " buckets " ]; foreach ( $S
as $Q ){ $I [ $Q [ " key " ]] = array ( " Name " => $Q [ " key " ], " Engine " => " table " , " Rows " => $Q [ " doc_count " ],); if ( $D != " " && $D == $Q [ " key " ]) return $I [ $D ];}} return $I ;} function
error (){ global $g ; return
h ( $g -> error );} function
2018-04-01 23:34:54 +02:00
information_schema (){} function
2021-05-08 19:20:46 +02:00
is_view ( $R ){} function
indexes ( $Q , $h = null ){ return
2018-04-01 23:34:54 +02:00
array ( array ( " type " => " PRIMARY " , " columns " => array ( " _id " )),);} function
2021-05-08 19:20:46 +02:00
fields ( $Q ){ global $g ; $Ae = array (); if ( min_version ( 6 )){ $H = $g -> query ( " _mapping " ); if ( $H ) $Ae = $H [ $g -> _db ][ 'mappings' ][ 'properties' ];} else { $H = $g -> query ( " $Q /_mapping " ); if ( $H ){ $Ae = $H [ $Q ][ 'properties' ]; if ( ! $Ae ) $Ae = $H [ $g -> _db ][ 'mappings' ][ $Q ][ 'properties' ];}} $I = array (); if ( $Ae ){ foreach ( $Ae
as $D => $o ){ $I [ $D ] = array ( " field " => $D , " full_type " => $o [ " type " ], " type " => $o [ " type " ], " privileges " => array ( " insert " => 1 , " select " => 1 , " update " => 1 ),); if ( $o [ " properties " ]){ unset ( $I [ $D ][ " privileges " ][ " insert " ]); unset ( $I [ $D ][ " privileges " ][ " update " ]);}}} return $I ;} function
foreign_keys ( $Q ){ return
2018-04-01 23:34:54 +02:00
array ();} function
2021-02-05 07:05:51 +01:00
table ( $v ){ return $v ;} function
idf_escape ( $v ){ return $v ;} function
2021-05-08 19:20:46 +02:00
convert_field ( $o ){} function
unconvert_field ( $o , $I ){ return $I ;} function
fk_support ( $R ){} function
found_rows ( $R , $Z ){ return
2018-04-01 23:34:54 +02:00
null ;} function
2021-05-08 19:20:46 +02:00
create_database ( $l ){ global $g ; return $g -> rootQuery ( urlencode ( $l ), null , 'PUT' );} function
drop_databases ( $k ){ global $g ; return $g -> rootQuery ( urlencode ( implode ( ',' , $k )), array (), 'DELETE' );} function
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ global $g ; $ug = array (); foreach ( $p
as $Qc ){ $Vc = trim ( $Qc [ 1 ][ 0 ]); $Wc = trim ( $Qc [ 1 ][ 1 ] ? $Qc [ 1 ][ 1 ] : " text " ); $ug [ $Vc ] = array ( 'type' => $Wc );} if ( ! empty ( $ug )) $ug = array ( 'properties' => $ug ); return $g -> query ( " _mapping/ { $D } " , $ug , 'PUT' );} function
drop_tables ( $S ){ global $g ; $I = true ; foreach ( $S
as $Q ) $I = $I && $g -> query ( urlencode ( $Q ), array (), 'DELETE' ); return $I ;} function
last_id (){ global $g ; return $g -> last_id ;} function
driver_config (){ $U = array (); $Ih = array (); foreach ( array ( lang ( 27 ) => array ( " long " => 3 , " integer " => 5 , " short " => 8 , " byte " => 10 , " double " => 20 , " float " => 66 , " half_float " => 12 , " scaled_float " => 21 ), lang ( 28 ) => array ( " date " => 10 ), lang ( 25 ) => array ( " string " => 65535 , " text " => 65535 ), lang ( 29 ) => array ( " binary " => 255 ),) as $z => $X ){ $U += $X ; $Ih [ $z ] = array_keys ( $X );} return
array ( 'possible_drivers' => array ( " json + allow_url_fopen " ), 'jush' => " elastic " , 'operators' => array ( " = " , " query " ), 'functions' => array (), 'grouping' => array (), 'edit_functions' => array ( array ( " json " )), 'types' => $U , 'structured_types' => $Ih ,);}} class
Adminer { var $operators ; function
name (){ return " <a href='https://www.adminer.org/' " . target_blank () . " id='h1'>Adminer</a> " ;} function
credentials (){ return
array ( SERVER , $_GET [ " username " ], get_password ());} function
connectSsl (){} function
permanentLogin ( $i = false ){ return
password_file ( $i );} function
bruteForceKey (){ return $_SERVER [ " REMOTE_ADDR " ];} function
serverName ( $M ){ return
h ( $M );} function
database (){ return
DB ;} function
databases ( $dd = true ){ return
get_databases ( $dd );} function
schemas (){ return
schemas ();} function
queryTimeout (){ return
2 ;} function
headers (){} function
csp (){ return
csp ();} function
head (){ return
2018-12-25 21:50:48 +01:00
true ;} function
2021-05-08 19:20:46 +02:00
css (){ $I = array (); $q = " adminer.css " ; if ( file_exists ( $q )) $I [] = " $q ?v= " . crc32 ( file_get_contents ( $q )); return $I ;} function
loginForm (){ global $ic ; echo " <table cellspacing='0' class='layout'> \n " , $this -> loginFormField ( 'driver' , '<tr><th>' . lang ( 33 ) . '<td>' , html_select ( " auth[driver] " , $ic , DRIVER , " loginDriver(this); " ) . " \n " ), $this -> loginFormField ( 'server' , '<tr><th>' . lang ( 34 ) . '<td>' , '<input name="auth[server]" value="' . h ( SERVER ) . '" title="hostname[:port]" placeholder="localhost" autocapitalize="off">' . " \n " ), $this -> loginFormField ( 'username' , '<tr><th>' . lang ( 35 ) . '<td>' , '<input name="auth[username]" id="username" value="' . h ( $_GET [ " username " ]) . '" autocomplete="username" autocapitalize="off">' . script ( " focus(qs('#username')); qs('#username').form['auth[driver]'].onchange(); " )), $this -> loginFormField ( 'password' , '<tr><th>' . lang ( 36 ) . '<td>' , '<input type="password" name="auth[password]" autocomplete="current-password">' . " \n " ), $this -> loginFormField ( 'db' , '<tr><th>' . lang ( 37 ) . '<td>' , '<input name="auth[db]" value="' . h ( $_GET [ " db " ]) . '" autocapitalize="off">' . " \n " ), " </table> \n " , " <p><input type='submit' value=' " . lang ( 38 ) . " '> \n " , checkbox ( " auth[permanent] " , 1 , $_COOKIE [ " adminer_permanent " ], lang ( 39 )) . " \n " ;} function
loginFormField ( $D , $_d , $Y ){ return $_d . $Y ;} function
login ( $ze , $F ){ if ( $F == " " ) return
lang ( 40 , target_blank ()); return
true ;} function
tableName ( $Ph ){ return
h ( $Ph [ " Name " ]);} function
fieldName ( $o , $Af = 0 ){ return '<span title="' . h ( $o [ " full_type " ]) . '">' . h ( $o [ " field " ]) . '</span>' ;} function
selectLinks ( $Ph , $N = " " ){ global $y , $m ; echo '<p class="links">' ; $ye = array ( " select " => lang ( 41 )); if ( support ( " table " ) || support ( " indexes " )) $ye [ " table " ] = lang ( 42 ); if ( support ( " table " )){ if ( is_view ( $Ph )) $ye [ " view " ] = lang ( 43 ); else $ye [ " create " ] = lang ( 44 );} if ( $N !== null ) $ye [ " edit " ] = lang ( 45 ); $D = $Ph [ " Name " ]; foreach ( $ye
as $z => $X ) echo " <a href=' " . h ( ME ) . " $z = " . urlencode ( $D ) . ( $z == " edit " ? $N : " " ) . " ' " . bold ( isset ( $_GET [ $z ])) . " > $X </a> " ; echo
doc_link ( array ( $y => $m -> tableHelp ( $D )), " ? " ), " \n " ;} function
foreignKeys ( $Q ){ return
foreign_keys ( $Q );} function
backwardKeys ( $Q , $Oh ){ return
2018-12-25 21:50:48 +01:00
array ();} function
2021-05-08 19:20:46 +02:00
backwardKeysPrint ( $Oa , $J ){} function
selectQuery ( $G , $Eh , $Rc = false ){ global $y , $m ; $I = " </p> \n " ; if ( ! $Rc && ( $dj = $m -> warnings ())){ $u = " warnings " ; $I = " , <a href='# $u '> " . lang ( 46 ) . " </a> " . script ( " qsl('a').onclick = partial(toggle, ' $u '); " , " " ) . " $I <div id=' $u ' class='hidden'> \n $dj </div> \n " ;} return " <p><code class='jush- $y '> " . h ( str_replace ( " \n " , " " , $G )) . " </code> <span class='time'>( " . format_time ( $Eh ) . " )</span> " . ( support ( " sql " ) ? " <a href=' " . h ( ME ) . " sql= " . urlencode ( $G ) . " '> " . lang ( 10 ) . " </a> " : " " ) . $I ;} function
sqlCommandQuery ( $G ){ return
shorten_utf8 ( trim ( $G ), 1000 );} function
rowDescription ( $Q ){ return " " ;} function
rowDescriptions ( $K , $gd ){ return $K ;} function
selectLink ( $X , $o ){} function
selectVal ( $X , $A , $o , $If ){ $I = ( $X === null ? " <i>NULL</i> " : ( preg_match ( " ~char|binary|boolean~ " , $o [ " type " ]) &&! preg_match ( " ~var~ " , $o [ " type " ]) ? " <code> $X </code> " : $X )); if ( preg_match ( '~blob|bytea|raw|file~' , $o [ " type " ]) &&! is_utf8 ( $X )) $I = " <i> " . lang ( 47 , strlen ( $If )) . " </i> " ; if ( preg_match ( '~json~' , $o [ " type " ])) $I = " <code class='jush-js'> $I </code> " ; return ( $A ? " <a href=' " . h ( $A ) . " ' " . ( is_url ( $A ) ? target_blank () : " " ) . " > $I </a> " : $I );} function
editVal ( $X , $o ){ return $X ;} function
tableStructurePrint ( $p ){ echo " <div class='scrollable'> \n " , " <table cellspacing='0' class='nowrap'> \n " , " <thead><tr><th> " . lang ( 48 ) . " <td> " . lang ( 49 ) . ( support ( " comment " ) ? " <td> " . lang ( 50 ) : " " ) . " </thead> \n " ; foreach ( $p
as $o ){ echo " <tr " . odd () . " ><th> " . h ( $o [ " field " ]), " <td><span title=' " . h ( $o [ " collation " ]) . " '> " . h ( $o [ " full_type " ]) . " </span> " ,( $o [ " null " ] ? " <i>NULL</i> " : " " ),( $o [ " auto_increment " ] ? " <i> " . lang ( 51 ) . " </i> " : " " ),( isset ( $o [ " default " ]) ? " <span title=' " . lang ( 52 ) . " '>[<b> " . h ( $o [ " default " ]) . " </b>]</span> " : " " ),( support ( " comment " ) ? " <td> " . h ( $o [ " comment " ]) : " " ), " \n " ;} echo " </table> \n " , " </div> \n " ;} function
tableIndexesPrint ( $x ){ echo " <table cellspacing='0'> \n " ; foreach ( $x
as $D => $w ){ ksort ( $w [ " columns " ]); $og = array (); foreach ( $w [ " columns " ] as $z => $X ) $og [] = " <i> " . h ( $X ) . " </i> " . ( $w [ " lengths " ][ $z ] ? " ( " . $w [ " lengths " ][ $z ] . " ) " : " " ) . ( $w [ " descs " ][ $z ] ? " DESC " : " " ); echo " <tr title=' " . h ( $D ) . " '><th> $w[type] <td> " . implode ( " , " , $og ) . " \n " ;} echo " </table> \n " ;} function
selectColumnsPrint ( $L , $e ){ global $nd , $td ; print_fieldset ( " select " , lang ( 53 ), $L ); $t = 0 ; $L [ " " ] = array (); foreach ( $L
as $z => $X ){ $X = $_GET [ " columns " ][ $z ]; $d = select_input ( " name='columns[ $t ][col]' " , $e , $X [ " col " ],( $z !== " " ? " selectFieldChange " : " selectAddRow " )); echo " <div> " . ( $nd || $td ? " <select name='columns[ $t ][fun]'> " . optionlist ( array ( - 1 => " " ) + array_filter ( array ( lang ( 54 ) => $nd , lang ( 55 ) => $td )), $X [ " fun " ]) . " </select> " . on_help ( " getTarget(event).value && getTarget(event).value.replace(/ | \$ /, '(') + ')' " , 1 ) . script ( " qsl('select').onchange = function () { helpClose(); " . ( $z !== " " ? " " : " qsl('select, input', this.parentNode).onchange(); " ) . " }; " , " " ) . " ( $d ) " : $d ) . " </div> \n " ; $t ++ ;} echo " </div></fieldset> \n " ;} function
selectSearchPrint ( $Z , $e , $x ){ print_fieldset ( " search " , lang ( 56 ), $Z ); foreach ( $x
as $t => $w ){ if ( $w [ " type " ] == " FULLTEXT " ){ echo " <div>(<i> " . implode ( " </i>, <i> " , array_map ( 'h' , $w [ " columns " ])) . " </i>) AGAINST " , " <input type='search' name='fulltext[ $t ]' value=' " . h ( $_GET [ " fulltext " ][ $t ]) . " '> " , script ( " qsl('input').oninput = selectFieldChange; " , " " ), checkbox ( " boolean[ $t ] " , 1 , isset ( $_GET [ " boolean " ][ $t ]), " BOOL " ), " </div> \n " ;}} $Za = " this.parentNode.firstChild.onchange(); " ; foreach ( array_merge (( array ) $_GET [ " where " ], array ( array ())) as $t => $X ){ if ( ! $X || ( " $X[col] $X[val] " != " " && in_array ( $X [ " op " ], $this -> operators ))){ echo " <div> " . select_input ( " name='where[ $t ][col]' " , $e , $X [ " col " ],( $X ? " selectFieldChange " : " selectAddRow " ), " ( " . lang ( 57 ) . " ) " ), html_select ( " where[ $t ][op] " , $this -> operators , $X [ " op " ], $Za ), " <input type='search' name='where[ $t ][val]' value=' " . h ( $X [ " val " ]) . " '> " , script ( " mixin(qsl('input'), { oninput: function () { $Za }, onkeydown: selectSearchKeydown, onsearch: selectSearchSearch}); " , " " ), " </div> \n " ;}} echo " </div></fieldset> \n " ;} function
selectOrderPrint ( $Af , $e , $x ){ print_fieldset ( " sort " , lang ( 58 ), $Af ); $t = 0 ; foreach (( array ) $_GET [ " order " ] as $z => $X ){ if ( $X != " " ){ echo " <div> " . select_input ( " name='order[ $t ]' " , $e , $X , " selectFieldChange " ), checkbox ( " desc[ $t ] " , 1 , isset ( $_GET [ " desc " ][ $z ]), lang ( 59 )) . " </div> \n " ; $t ++ ;}} echo " <div> " . select_input ( " name='order[ $t ]' " , $e , " " , " selectAddRow " ), checkbox ( " desc[ $t ] " , 1 , false , lang ( 59 )) . " </div> \n " , " </div></fieldset> \n " ;} function
selectLimitPrint ( $_ ){ echo " <fieldset><legend> " . lang ( 60 ) . " </legend><div> " ; echo " <input type='number' name='limit' class='size' value=' " . h ( $_ ) . " '> " , script ( " qsl('input').oninput = selectFieldChange; " , " " ), " </div></fieldset> \n " ;} function
selectLengthPrint ( $ei ){ if ( $ei !== null ){ echo " <fieldset><legend> " . lang ( 61 ) . " </legend><div> " , " <input type='number' name='text_length' class='size' value=' " . h ( $ei ) . " '> " , " </div></fieldset> \n " ;}} function
selectActionPrint ( $x ){ echo " <fieldset><legend> " . lang ( 62 ) . " </legend><div> " , " <input type='submit' value=' " . lang ( 53 ) . " '> " , " <span id='noindex' title=' " . lang ( 63 ) . " '></span> " , " <script " . nonce () . " > \n " , " var indexColumns = " ; $e = array (); foreach ( $x
as $w ){ $Pb = reset ( $w [ " columns " ]); if ( $w [ " type " ] != " FULLTEXT " && $Pb ) $e [ $Pb ] = 1 ;} $e [ " " ] = 1 ; foreach ( $e
as $z => $X ) json_row ( $z ); echo " ; \n " , " selectFieldChange.call(qs('#form')['select']); \n " , " </script> \n " , " </div></fieldset> \n " ;} function
selectCommandPrint (){ return ! information_schema ( DB );} function
selectImportPrint (){ return ! information_schema ( DB );} function
selectEmailPrint ( $vc , $e ){} function
selectColumnsProcess ( $e , $x ){ global $nd , $td ; $L = array (); $qd = array (); foreach (( array ) $_GET [ " columns " ] as $z => $X ){ if ( $X [ " fun " ] == " count " || ( $X [ " col " ] != " " && ( ! $X [ " fun " ] || in_array ( $X [ " fun " ], $nd ) || in_array ( $X [ " fun " ], $td )))){ $L [ $z ] = apply_sql_function ( $X [ " fun " ],( $X [ " col " ] != " " ? idf_escape ( $X [ " col " ]) : " * " )); if ( ! in_array ( $X [ " fun " ], $td )) $qd [] = $L [ $z ];}} return
array ( $L , $qd );} function
selectSearchProcess ( $p , $x ){ global $g , $m ; $I = array (); foreach ( $x
as $t => $w ){ if ( $w [ " type " ] == " FULLTEXT " && $_GET [ " fulltext " ][ $t ] != " " ) $I [] = " MATCH ( " . implode ( " , " , array_map ( 'idf_escape' , $w [ " columns " ])) . " ) AGAINST ( " . q ( $_GET [ " fulltext " ][ $t ]) . ( isset ( $_GET [ " boolean " ][ $t ]) ? " IN BOOLEAN MODE " : " " ) . " ) " ;} foreach (( array ) $_GET [ " where " ] as $z => $X ){ if ( " $X[col] $X[val] " != " " && in_array ( $X [ " op " ], $this -> operators )){ $kg = " " ; $vb = " $X[op] " ; if ( preg_match ( '~IN$~' , $X [ " op " ])){ $Kd = process_length ( $X [ " val " ]); $vb .= " " . ( $Kd != " " ? $Kd : " (NULL) " );} elseif ( $X [ " op " ] == " SQL " ) $vb = " $X[val] " ; elseif ( $X [ " op " ] == " LIKE %% " ) $vb = " LIKE " . $this -> processInput ( $p [ $X [ " col " ]], " % $X[val] % " ); elseif ( $X [ " op " ] == " ILIKE %% " ) $vb = " ILIKE " . $this -> processInput ( $p [ $X [ " col " ]], " % $X[val] % " ); elseif ( $X [ " op " ] == " FIND_IN_SET " ){ $kg = " $X[op] ( " . q ( $X [ " val " ]) . " , " ; $vb = " ) " ;} elseif ( ! preg_match ( '~NULL$~' , $X [ " op " ])) $vb .= " " . $this -> processInput ( $p [ $X [ " col " ]], $X [ " val " ]); if ( $X [ " col " ] != " " ) $I [] = $kg . $m -> convertSearch ( idf_escape ( $X [ " col " ]), $X , $p [ $X [ " col " ]]) . $vb ; else { $pb = array (); foreach ( $p
as $D => $o ){ if (( preg_match ( '~^[-\d.' . ( preg_match ( '~IN$~' , $X [ " op " ]) ? ',' : '' ) . ']+$~' , $X [ " val " ]) ||! preg_match ( '~' . number_type () . '|bit~' , $o [ " type " ])) && ( ! preg_match ( " ~[ \x80 - \xFF ]~ " , $X [ " val " ]) || preg_match ( '~char|text|enum|set~' , $o [ " type " ])) && ( ! preg_match ( '~date|timestamp~' , $o [ " type " ]) || preg_match ( '~^\d+-\d+-\d+~' , $X [ " val " ]))) $pb [] = $kg . $m -> convertSearch ( idf_escape ( $D ), $X , $o ) . $vb ;} $I [] = ( $pb ? " ( " . implode ( " OR " , $pb ) . " ) " : " 1 = 0 " );}}} return $I ;} function
selectOrderProcess ( $p , $x ){ $I = array (); foreach (( array ) $_GET [ " order " ] as $z => $X ){ if ( $X != " " ) $I [] = ( preg_match ( '~^((COUNT\(DISTINCT |[A-Z0-9_]+\()(`(?:[^`]|``)+`|"(?:[^"]|"")+")\)|COUNT\(\*\))$~' , $X ) ? $X : idf_escape ( $X )) . ( isset ( $_GET [ " desc " ][ $z ]) ? " DESC " : " " );} return $I ;} function
selectLimitProcess (){ return ( isset ( $_GET [ " limit " ]) ? $_GET [ " limit " ] : " 50 " );} function
selectLengthProcess (){ return ( isset ( $_GET [ " text_length " ]) ? $_GET [ " text_length " ] : " 100 " );} function
selectEmailProcess ( $Z , $gd ){ return
2018-12-25 21:50:48 +01:00
false ;} function
2021-05-08 19:20:46 +02:00
selectQueryBuild ( $L , $Z , $qd , $Af , $_ , $E ){ return " " ;} function
messageQuery ( $G , $fi , $Rc = false ){ global $y , $m ; restart_session (); $Ad =& get_session ( " queries " ); if ( ! $Ad [ $_GET [ " db " ]]) $Ad [ $_GET [ " db " ]] = array (); if ( strlen ( $G ) > 1e6 ) $G = preg_replace ( '~[\x80-\xFF]+$~' , '' , substr ( $G , 0 , 1e6 )) . " \n … " ; $Ad [ $_GET [ " db " ]][] = array ( $G , time (), $fi ); $Bh = " sql- " . count ( $Ad [ $_GET [ " db " ]]); $I = " <a href='# $Bh ' class='toggle'> " . lang ( 64 ) . " </a> \n " ; if ( ! $Rc && ( $dj = $m -> warnings ())){ $u = " warnings- " . count ( $Ad [ $_GET [ " db " ]]); $I = " <a href='# $u ' class='toggle'> " . lang ( 46 ) . " </a>, $I <div id=' $u ' class='hidden'> \n $dj </div> \n " ;} return " <span class='time'> " .@ date ( " H:i:s " ) . " </span> " . " $I <div id=' $Bh ' class='hidden'><pre><code class='jush- $y '> " . shorten_utf8 ( $G , 1000 ) . " </code></pre> " . ( $fi ? " <span class='time'>( $fi )</span> " : '' ) . ( support ( " sql " ) ? '<p><a href="' . h ( str_replace ( " db= " . urlencode ( DB ), " db= " . urlencode ( $_GET [ " db " ]), ME ) . 'sql=&history=' . ( count ( $Ad [ $_GET [ " db " ]]) - 1 )) . '">' . lang ( 10 ) . '</a>' : '' ) . '</div>' ;} function
editRowPrint ( $Q , $p , $J , $Ki ){} function
editFunctions ( $o ){ global $qc ; $I = ( $o [ " null " ] ? " NULL/ " : " " ); $Ki = isset ( $_GET [ " select " ]) || where ( $_GET ); foreach ( $qc
as $z => $nd ){ if ( ! $z || ( ! isset ( $_GET [ " call " ]) && $Ki )){ foreach ( $nd
as $bg => $X ){ if ( ! $bg || preg_match ( " ~ $bg ~ " , $o [ " type " ])) $I .= " / $X " ;}} if ( $z &&! preg_match ( '~set|blob|bytea|raw|file|bool~' , $o [ " type " ])) $I .= " /SQL " ;} if ( $o [ " auto_increment " ] &&! $Ki ) $I = lang ( 51 ); return
explode ( " / " , $I );} function
editInput ( $Q , $o , $Ia , $Y ){ if ( $o [ " type " ] == " enum " ) return ( isset ( $_GET [ " select " ]) ? " <label><input type='radio' $Ia value='-1' checked><i> " . lang ( 8 ) . " </i></label> " : " " ) . ( $o [ " null " ] ? " <label><input type='radio' $Ia value='' " . ( $Y !== null || isset ( $_GET [ " select " ]) ? " " : " checked " ) . " ><i>NULL</i></label> " : " " ) . enum_input ( " radio " , $Ia , $o , $Y , 0 ); return " " ;} function
editHint ( $Q , $o , $Y ){ return " " ;} function
processInput ( $o , $Y , $s = " " ){ if ( $s == " SQL " ) return $Y ; $D = $o [ " field " ]; $I = q ( $Y ); if ( preg_match ( '~^(now|getdate|uuid)$~' , $s )) $I = " $s () " ; elseif ( preg_match ( '~^current_(date|timestamp)$~' , $s )) $I = $s ; elseif ( preg_match ( '~^([+-]|\|\|)$~' , $s )) $I = idf_escape ( $D ) . " $s $I " ; elseif ( preg_match ( '~^[+-] interval$~' , $s )) $I = idf_escape ( $D ) . " $s " . ( preg_match ( " ~^( \\ d+|'[0-9.: -]') [A-Z_]+ \$ ~i " , $Y ) ? $Y : $I ); elseif ( preg_match ( '~^(addtime|subtime|concat)$~' , $s )) $I = " $s ( " . idf_escape ( $D ) . " , $I ) " ; elseif ( preg_match ( '~^(md5|sha1|password|encrypt)$~' , $s )) $I = " $s ( $I ) " ; return
unconvert_field ( $o , $I );} function
dumpOutput (){ $I = array ( 'text' => lang ( 65 ), 'file' => lang ( 66 )); if ( function_exists ( 'gzencode' )) $I [ 'gz' ] = 'gzip' ; return $I ;} function
dumpFormat (){ return
array ( 'sql' => 'SQL' , 'csv' => 'CSV,' , 'csv;' => 'CSV;' , 'tsv' => 'TSV' );} function
dumpDatabase ( $l ){} function
dumpTable ( $Q , $Jh , $de = 0 ){ if ( $_POST [ " format " ] != " sql " ){ echo " \xef \xbb \xbf " ; if ( $Jh ) dump_csv ( array_keys ( fields ( $Q )));} else { if ( $de == 2 ){ $p = array (); foreach ( fields ( $Q ) as $D => $o ) $p [] = idf_escape ( $D ) . " $o[full_type] " ; $i = " CREATE TABLE " . table ( $Q ) . " ( " . implode ( " , " , $p ) . " ) " ;} else $i = create_sql ( $Q , $_POST [ " auto_increment " ], $Jh ); set_utf8mb4 ( $i ); if ( $Jh && $i ){ if ( $Jh == " DROP+CREATE " || $de == 1 ) echo " DROP " . ( $de == 2 ? " VIEW " : " TABLE " ) . " IF EXISTS " . table ( $Q ) . " ; \n " ; if ( $de == 1 ) $i = remove_definer ( $i ); echo " $i ; \n \n " ;}}} function
dumpData ( $Q , $Jh , $G ){ global $g , $y ; $Ge = ( $y == " sqlite " ? 0 : 1048576 ); if ( $Jh ){ if ( $_POST [ " format " ] == " sql " ){ if ( $Jh == " TRUNCATE+INSERT " ) echo
truncate_sql ( $Q ) . " ; \n " ; $p = fields ( $Q );} $H = $g -> query ( $G , 1 ); if ( $H ){ $Wd = " " ; $Wa = " " ; $ie = array (); $Lh = " " ; $Uc = ( $Q != '' ? 'fetch_assoc' : 'fetch_row' ); while ( $J = $H -> $Uc ()){ if ( ! $ie ){ $Vi = array (); foreach ( $J
as $X ){ $o = $H -> fetch_field (); $ie [] = $o -> name ; $z = idf_escape ( $o -> name ); $Vi [] = " $z = VALUES( $z ) " ;} $Lh = ( $Jh == " INSERT+UPDATE " ? " \n ON DUPLICATE KEY UPDATE " . implode ( " , " , $Vi ) : " " ) . " ; \n " ;} if ( $_POST [ " format " ] != " sql " ){ if ( $Jh == " table " ){ dump_csv ( $ie ); $Jh = " INSERT " ;} dump_csv ( $J );} else { if ( ! $Wd ) $Wd = " INSERT INTO " . table ( $Q ) . " ( " . implode ( " , " , array_map ( 'idf_escape' , $ie )) . " ) VALUES " ; foreach ( $J
as $z => $X ){ $o = $p [ $z ]; $J [ $z ] = ( $X !== null ? unconvert_field ( $o , preg_match ( number_type (), $o [ " type " ]) &&! preg_match ( '~\[~' , $o [ " full_type " ]) && is_numeric ( $X ) ? $X : q (( $X === false ? 0 : $X ))) : " NULL " );} $Zg = ( $Ge ? " \n " : " " ) . " ( " . implode ( " , \t " , $J ) . " ) " ; if ( ! $Wa ) $Wa = $Wd . $Zg ; elseif ( strlen ( $Wa ) + 4 + strlen ( $Zg ) + strlen ( $Lh ) < $Ge ) $Wa .= " , $Zg " ; else { echo $Wa . $Lh ; $Wa = $Wd . $Zg ;}}} if ( $Wa ) echo $Wa . $Lh ;} elseif ( $_POST [ " format " ] == " sql " ) echo " -- " . str_replace ( " \n " , " " , $g -> error ) . " \n " ;}} function
dumpFilename ( $Fd ){ return
friendly_url ( $Fd != " " ? $Fd : ( SERVER != " " ? SERVER : " localhost " ));} function
dumpHeaders ( $Fd , $Ue = false ){ $Lf = $_POST [ " output " ]; $Mc = ( preg_match ( '~sql~' , $_POST [ " format " ]) ? " sql " : ( $Ue ? " tar " : " csv " )); header ( " Content-Type: " . ( $Lf == " gz " ? " application/x-gzip " : ( $Mc == " tar " ? " application/x-tar " : ( $Mc == " sql " || $Lf != " file " ? " text/plain " : " text/csv " ) . " ; charset=utf-8 " ))); if ( $Lf == " gz " ) ob_start ( 'ob_gzencode' , 1e6 ); return $Mc ;} function
importServerPath (){ return " adminer.sql " ;} function
homepage (){ echo '<p class="links">' . ( $_GET [ " ns " ] == " " && support ( " database " ) ? '<a href="' . h ( ME ) . 'database=">' . lang ( 67 ) . " </a> \n " : " " ),( support ( " scheme " ) ? " <a href=' " . h ( ME ) . " scheme='> " . ( $_GET [ " ns " ] != " " ? lang ( 68 ) : lang ( 69 )) . " </a> \n " : " " ),( $_GET [ " ns " ] !== " " ? '<a href="' . h ( ME ) . 'schema=">' . lang ( 70 ) . " </a> \n " : " " ),( support ( " privileges " ) ? " <a href=' " . h ( ME ) . " privileges='> " . lang ( 71 ) . " </a> \n " : " " ); return
2018-12-25 21:50:48 +01:00
true ;} function
2021-05-08 19:20:46 +02:00
navigation ( $Te ){ global $ia , $y , $ic , $g ; echo ' < h1 >
',$this->name(),' < span class = " version " > ',$ia,' </ span >
< a href = " https://www.adminer.org/#download " ',target_blank(),' id = " version " > ',(version_compare($ia,$_COOKIE["adminer_version"])<0?h($_COOKIE["adminer_version"]):""),' </ a >
</ h1 >
' ; if ( $Te == " auth " ){ $Lf = " " ; foreach (( array ) $_SESSION [ " pwds " ] as $Xi => $nh ){ foreach ( $nh
as $M => $Si ){ foreach ( $Si
as $V => $F ){ if ( $F !== null ){ $Vb = $_SESSION [ " db " ][ $Xi ][ $M ][ $V ]; foreach (( $Vb ? array_keys ( $Vb ) : array ( " " )) as $l ) $Lf .= " <li><a href=' " . h ( auth_url ( $Xi , $M , $V , $l )) . " '>( $ic[$Xi] ) " . h ( $V . ( $M != " " ? " @ " . $this -> serverName ( $M ) : " " ) . ( $l != " " ? " - $l " : " " )) . " </a> \n " ;}}}} if ( $Lf ) echo " <ul id='logins'> \n $Lf </ul> \n " . script ( " mixin(qs('#logins'), { onmouseover: menuOver, onmouseout: menuOut}); " );} else { if ( $_GET [ " ns " ] !== " " &&! $Te && DB != " " ){ $g -> select_db ( DB ); $S = table_status ( '' , true );} echo
script_src ( preg_replace ( " ~ \\ ?.*~ " , " " , ME ) . " ?file=jush.js&version=4.8.0 " ); if ( support ( " sql " )){ echo '<script' , nonce (), ' >
' ; if ( $S ){ $ye = array (); foreach ( $S
as $Q => $T ) $ye [] = preg_quote ( $Q , '/' ); echo " var jushLinks = { $y : [ ' " . js_escape ( ME ) . ( support ( " table " ) ? " table= " : " select= " ) . " \$ &', / \\ b( " . implode ( " | " , $ye ) . " ) \\ b/g ] }; \n " ; foreach ( array ( " bac " , " bra " , " sqlite_quo " , " mssql_bra " ) as $X ) echo " jushLinks. $X = jushLinks. $y ; \n " ;} $mh = $g -> server_info ; echo 'bodyLoad(\'' ,( is_object ( $g ) ? preg_replace ( '~^(\d\.?\d).*~s' , '\1' , $mh ) : " " ), '\'' ,( preg_match ( '~MariaDB~' , $mh ) ? " , true " : " " ), ' );
</ script >
';}$this->databasesPrint($Te);if(DB==""||!$Te){echo"<p class=' links '>".(support("sql")?"<a href=' " .h(ME). " sql = '".bold(isset($_GET["sql"])&&!isset($_GET["import"])).">".lang(64)."</a>\n<a href=' " .h(ME). " import = '".bold(isset($_GET["import"])).">".lang(72)."</a>\n":"")."";if(support("dump"))echo"<a href=' " .h(ME). " dump = " .urlencode(isset( $_GET["table"] )? $_GET["table"] : $_GET["select"] ). " ' id=' dump '".bold(isset($_GET["dump"])).">".lang(73)."</a>\n";}if($_GET["ns"]!==""&&!$Te&&DB!=""){echo' < a href = " '.h(ME).'create= " '.bold($_GET["create"]==="").">".lang(74)."</a>\n";if(!$S)echo"<p class=' message ' > " .lang(9). " \n " ;else $this->tablesPrint ( $S );}}}function
databasesPrint ( $Te ){ global $b , $g ; $k = $this -> databases (); if ( DB && $k &&! in_array ( DB , $k )) array_unshift ( $k , DB ); echo ' < form action = " " >
< p id = " dbs " >
';hidden_fields_get();$Tb=script("mixin(qsl(' select '), {onmousedown: dbMouseDown, onchange: dbChange});");echo"<span title=' " .lang(75). " '>".lang(76)."</span>: ".($k?"<select name=' db '>".optionlist(array(""=>"")+$k,DB)."</select>$Tb":"<input name=' db ' value=' " .h(DB). " ' autocapitalize=' off '>\n"),"<input type=' submit ' value=' " .lang(20). " '".($k?" class=' hidden '":"").">\n";if($Te!="db"&&DB!=""&&$g->select_db(DB)){if(support("scheme")){echo"<br>".lang(77).": <select name=' ns '>".optionlist(array(""=>"")+$b->schemas(),$_GET["ns"])."</select>$Tb";if($_GET["ns"]!="")set_schema($_GET["ns"]);}}foreach(array("import","sql","schema","dump","privileges")as$X){if(isset($_GET[$X])){echo"<input type=' hidden ' name=' $X ' value=' ' > " ;break;}}echo " </ p ></ form > \n " ;}function
tablesPrint ( $S ){ echo " <ul id='tables'> " . script ( " mixin(qs('#tables'), { onmouseover: menuOver, onmouseout: menuOut}); " ); foreach ( $S
as $Q => $O ){ $D = $this -> tableName ( $O ); if ( $D != " " ){ echo '<li><a href="' . h ( ME ) . 'select=' . urlencode ( $Q ) . '"' . bold ( $_GET [ " select " ] == $Q || $_GET [ " edit " ] == $Q , " select " ) . " title=' " . lang ( 41 ) . " '> " . lang ( 78 ) . " </a> " ,( support ( " table " ) || support ( " indexes " ) ? '<a href="' . h ( ME ) . 'table=' . urlencode ( $Q ) . '"' . bold ( in_array ( $Q , array ( $_GET [ " table " ], $_GET [ " create " ], $_GET [ " indexes " ], $_GET [ " foreign " ], $_GET [ " trigger " ])),( is_view ( $O ) ? " view " : " structure " )) . " title=' " . lang ( 42 ) . " '> $D </a> " : " <span> $D </span> " ) . " \n " ;}} echo " </ul> \n " ;}} $b = ( function_exists ( 'adminer_object' ) ? adminer_object () : new
Adminer ); $ic = array ( " server " => " MySQL " ) + $ic ; if ( ! defined ( " DRIVER " )){ define ( " DRIVER " , " server " ); if ( extension_loaded ( " mysqli " )){ class
2014-05-08 19:46:08 +02:00
Min_DB
extends
MySQLi { var $extension = " MySQLi " ; function
2017-06-25 00:56:50 +02:00
__construct (){ parent :: init ();} function
2021-05-08 19:20:46 +02:00
connect ( $M = " " , $V = " " , $F = " " , $j = null , $fg = null , $vh = null ){ global $b ; mysqli_report ( MYSQLI_REPORT_OFF ); list ( $Dd , $fg ) = explode ( " : " , $M , 2 ); $Dh = $b -> connectSsl (); if ( $Dh ) $this -> ssl_set ( $Dh [ 'key' ], $Dh [ 'cert' ], $Dh [ 'ca' ], '' , '' ); $I =@ $this -> real_connect (( $M != " " ? $Dd : ini_get ( " mysqli.default_host " )),( $M . $V != " " ? $V : ini_get ( " mysqli.default_user " )),( $M . $V . $F != " " ? $F : ini_get ( " mysqli.default_pw " )), $j ,( is_numeric ( $fg ) ? $fg : ini_get ( " mysqli.default_port " )),( ! is_numeric ( $fg ) ? $fg : $vh ),( $Dh ? 64 : 0 )); $this -> options ( MYSQLI_OPT_LOCAL_INFILE , false ); return $I ;} function
set_charset ( $ab ){ if ( parent :: set_charset ( $ab )) return
true ; parent :: set_charset ( 'utf8' ); return $this -> query ( " SET NAMES $ab " );} function
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! $H ) return
false ; $J = $H -> fetch_array (); return $J [ $o ];} function
quote ( $P ){ return " ' " . $this -> escape_string ( $P ) . " ' " ;}}} elseif ( extension_loaded ( " mysql " ) &&! (( ini_bool ( " sql.safe_mode " ) || ini_bool ( " mysql.allow_local_infile " )) && extension_loaded ( " pdo_mysql " ))){ class
2014-05-08 19:46:08 +02:00
Min_DB { var $extension = " MySQL " , $server_info , $affected_rows , $errno , $error , $_link , $_result ; function
2021-05-08 19:20:46 +02:00
connect ( $M , $V , $F ){ if ( ini_bool ( " mysql.allow_local_infile " )){ $this -> error = lang ( 79 , " 'mysql.allow_local_infile' " , " MySQLi " , " PDO_MySQL " ); return
false ;} $this -> _link =@ mysql_connect (( $M != " " ? $M : ini_get ( " mysql.default_host " )),( " $M $V " != " " ? $V : ini_get ( " mysql.default_user " )),( " $M $V $F " != " " ? $F : ini_get ( " mysql.default_password " )), true , 131072 ); if ( $this -> _link ) $this -> server_info = mysql_get_server_info ( $this -> _link ); else $this -> error = mysql_error (); return ( bool ) $this -> _link ;} function
set_charset ( $ab ){ if ( function_exists ( 'mysql_set_charset' )){ if ( mysql_set_charset ( $ab , $this -> _link )) return
true ; mysql_set_charset ( 'utf8' , $this -> _link );} return $this -> query ( " SET NAMES $ab " );} function
quote ( $P ){ return " ' " . mysql_real_escape_string ( $P , $this -> _link ) . " ' " ;} function
select_db ( $j ){ return
mysql_select_db ( $j , $this -> _link );} function
query ( $G , $Di = false ){ $H =@ ( $Di ? mysql_unbuffered_query ( $G , $this -> _link ) : mysql_query ( $G , $this -> _link )); $this -> error = " " ; if ( ! $H ){ $this -> errno = mysql_errno ( $this -> _link ); $this -> error = mysql_error ( $this -> _link ); return
2021-02-05 07:05:51 +01:00
false ;} if ( $H === true ){ $this -> affected_rows = mysql_affected_rows ( $this -> _link ); $this -> info = mysql_info ( $this -> _link ); return
2014-05-08 19:46:08 +02:00
true ;} return
new
2021-02-05 07:05:51 +01:00
Min_Result ( $H );} function
multi_query ( $G ){ return $this -> _result = $this -> query ( $G );} function
2014-05-08 19:46:08 +02:00
store_result (){ return $this -> _result ;} function
next_result (){ return
false ;} function
2021-05-08 19:20:46 +02:00
result ( $G , $o = 0 ){ $H = $this -> query ( $G ); if ( ! $H ||! $H -> num_rows ) return
2014-05-08 19:46:08 +02:00
false ; return
2021-05-08 19:20:46 +02:00
mysql_result ( $H -> _result , 0 , $o );}} class
2014-05-08 19:46:08 +02:00
Min_Result { var $num_rows , $_result , $_offset = 0 ; function
2021-02-05 07:05:51 +01:00
__construct ( $H ){ $this -> _result = $H ; $this -> num_rows = mysql_num_rows ( $H );} function
2014-05-08 19:46:08 +02:00
fetch_assoc (){ return
mysql_fetch_assoc ( $this -> _result );} function
fetch_row (){ return
mysql_fetch_row ( $this -> _result );} function
2021-02-05 07:05:51 +01:00
fetch_field (){ $I = mysql_fetch_field ( $this -> _result , $this -> _offset ++ ); $I -> orgtable = $I -> table ; $I -> orgname = $I -> name ; $I -> charsetnr = ( $I -> blob ? 63 : 0 ); return $I ;} function
2014-05-08 19:46:08 +02:00
__destruct (){ mysql_free_result ( $this -> _result );}}} elseif ( extension_loaded ( " pdo_mysql " )){ class
Min_DB
extends
Min_PDO { var $extension = " PDO_MySQL " ; function
2021-05-08 19:20:46 +02:00
connect ( $M , $V , $F ){ global $b ; $zf = array ( PDO :: MYSQL_ATTR_LOCAL_INFILE => false ); $Dh = $b -> connectSsl (); if ( $Dh ){ if ( ! empty ( $Dh [ 'key' ])) $zf [ PDO :: MYSQL_ATTR_SSL_KEY ] = $Dh [ 'key' ]; if ( ! empty ( $Dh [ 'cert' ])) $zf [ PDO :: MYSQL_ATTR_SSL_CERT ] = $Dh [ 'cert' ]; if ( ! empty ( $Dh [ 'ca' ])) $zf [ PDO :: MYSQL_ATTR_SSL_CA ] = $Dh [ 'ca' ];} $this -> dsn ( " mysql:charset=utf8;host= " . str_replace ( " : " , " ;unix_socket= " , preg_replace ( '~:(\d)~' , ';port=\1' , $M )), $V , $F , $zf ); return
2014-05-08 19:46:08 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
set_charset ( $ab ){ $this -> query ( " SET NAMES $ab " );} function
select_db ( $j ){ return $this -> query ( " USE " . idf_escape ( $j ));} function
query ( $G , $Di = false ){ $this -> pdo -> setAttribute ( 1000 , ! $Di ); return
parent :: query ( $G , $Di );}}} class
2014-05-08 19:46:08 +02:00
Min_Driver
extends
Min_SQL { function
2021-05-08 19:20:46 +02:00
insert ( $Q , $N ){ return ( $N ? parent :: insert ( $Q , $N ) : queries ( " INSERT INTO " . table ( $Q ) . " () \n VALUES () " ));} function
insertUpdate ( $Q , $K , $mg ){ $e = array_keys ( reset ( $K )); $kg = " INSERT INTO " . table ( $Q ) . " ( " . implode ( " , " , $e ) . " ) VALUES \n " ; $Vi = array (); foreach ( $e
as $z ) $Vi [ $z ] = " $z = VALUES( $z ) " ; $Lh = " \n ON DUPLICATE KEY UPDATE " . implode ( " , " , $Vi ); $Vi = array (); $ve = 0 ; foreach ( $K
as $N ){ $Y = " ( " . implode ( " , " , $N ) . " ) " ; if ( $Vi && ( strlen ( $kg ) + $ve + strlen ( $Y ) + strlen ( $Lh ) > 1e6 )){ if ( ! queries ( $kg . implode ( " , \n " , $Vi ) . $Lh )) return
false ; $Vi = array (); $ve = 0 ;} $Vi [] = $Y ; $ve += strlen ( $Y ) + 2 ;} return
queries ( $kg . implode ( " , \n " , $Vi ) . $Lh );} function
slowQuery ( $G , $gi ){ if ( min_version ( '5.7.8' , '10.1.2' )){ if ( preg_match ( '~MariaDB~' , $this -> _conn -> server_info )) return " SET STATEMENT max_statement_time= $gi FOR $G " ; elseif ( preg_match ( '~^(SELECT\b)(.+)~is' , $G , $C )) return " $C[1] /*+ MAX_EXECUTION_TIME( " . ( $gi * 1000 ) . " ) */ $C[2] " ;}} function
convertSearch ( $v , $X , $o ){ return ( preg_match ( '~char|text|enum|set~' , $o [ " type " ]) &&! preg_match ( " ~^utf8~ " , $o [ " collation " ]) && preg_match ( '~[\x80-\xFF]~' , $X [ 'val' ]) ? " CONVERT( $v USING " . charset ( $this -> _conn ) . " ) " : $v );} function
2021-02-05 07:05:51 +01:00
warnings (){ $H = $this -> _conn -> query ( " SHOW WARNINGS " ); if ( $H && $H -> num_rows ){ ob_start (); select ( $H ); return
2018-04-01 23:34:54 +02:00
ob_get_clean ();}} function
2021-05-08 19:20:46 +02:00
tableHelp ( $D ){ $Be = preg_match ( '~MariaDB~' , $this -> _conn -> server_info ); if ( information_schema ( DB )) return
strtolower (( $Be ? " information-schema- $D -table/ " : str_replace ( " _ " , " - " , $D ) . " -table.html " )); if ( DB == " mysql " ) return ( $Be ? " mysql $D -table/ " : " system-database.html " );}} function
2021-02-05 07:05:51 +01:00
idf_escape ( $v ){ return " ` " . str_replace ( " ` " , " `` " , $v ) . " ` " ;} function
table ( $v ){ return
idf_escape ( $v );} function
2021-05-08 19:20:46 +02:00
connect (){ global $b , $U , $Ih ; $g = new
Min_DB ; $Lb = $b -> credentials (); if ( $g -> connect ( $Lb [ 0 ], $Lb [ 1 ], $Lb [ 2 ])){ $g -> set_charset ( charset ( $g )); $g -> query ( " SET sql_quote_show_create = 1, autocommit = 1 " ); if ( min_version ( '5.7.8' , 10.2 , $g )){ $Ih [ lang ( 25 )][] = " json " ; $U [ " json " ] = 4294967295 ;} return $g ;} $I = $g -> error ; if ( function_exists ( 'iconv' ) &&! is_utf8 ( $I ) && strlen ( $Zg = iconv ( " windows-1250 " , " utf-8 " , $I )) > strlen ( $I )) $I = $Zg ; return $I ;} function
2021-02-05 07:05:51 +01:00
get_databases ( $dd ){ $I = get_session ( " dbs " ); if ( $I === null ){ $G = ( min_version ( 5 ) ? " SELECT SCHEMA_NAME FROM information_schema.SCHEMATA ORDER BY SCHEMA_NAME " : " SHOW DATABASES " ); $I = ( $dd ? slow_query ( $G ) : get_vals ( $G )); restart_session (); set_session ( " dbs " , $I ); stop_session ();} return $I ;} function
2021-05-08 19:20:46 +02:00
limit ( $G , $Z , $_ , $jf = 0 , $jh = " " ){ return " $G $Z " . ( $_ !== null ? $jh . " LIMIT $_ " . ( $jf ? " OFFSET $jf " : " " ) : " " );} function
limit1 ( $Q , $G , $Z , $jh = " \n " ){ return
limit ( $G , $Z , 1 , 0 , $jh );} function
db_collation ( $l , $nb ){ global $g ; $I = null ; $i = $g -> result ( " SHOW CREATE DATABASE " . idf_escape ( $l ), 1 ); if ( preg_match ( '~ COLLATE ([^ ]+)~' , $i , $C )) $I = $C [ 1 ]; elseif ( preg_match ( '~ CHARACTER SET ([^ ]+)~' , $i , $C )) $I = $nb [ $C [ 1 ]][ - 1 ]; return $I ;} function
2021-02-05 07:05:51 +01:00
engines (){ $I = array (); foreach ( get_rows ( " SHOW ENGINES " ) as $J ){ if ( preg_match ( " ~YES|DEFAULT~ " , $J [ " Support " ])) $I [] = $J [ " Engine " ];} return $I ;} function
2021-05-08 19:20:46 +02:00
logged_user (){ global $g ; return $g -> result ( " SELECT USER() " );} function
2018-04-01 23:34:54 +02:00
tables_list (){ return
get_key_vals ( min_version ( 5 ) ? " SELECT TABLE_NAME, TABLE_TYPE FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() ORDER BY TABLE_NAME " : " SHOW TABLES " );} function
2021-05-08 19:20:46 +02:00
count_tables ( $k ){ $I = array (); foreach ( $k
as $l ) $I [ $l ] = count ( get_vals ( " SHOW TABLES IN " . idf_escape ( $l ))); return $I ;} function
table_status ( $D = " " , $Sc = false ){ $I = array (); foreach ( get_rows ( $Sc && min_version ( 5 ) ? " SELECT TABLE_NAME AS Name, ENGINE AS Engine, TABLE_COMMENT AS Comment FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() " . ( $D != " " ? " AND TABLE_NAME = " . q ( $D ) : " ORDER BY Name " ) : " SHOW TABLE STATUS " . ( $D != " " ? " LIKE " . q ( addcslashes ( $D , " %_ \\ " )) : " " )) as $J ){ if ( $J [ " Engine " ] == " InnoDB " ) $J [ " Comment " ] = preg_replace ( '~(?:(.+); )?InnoDB free: .*~' , '\1' , $J [ " Comment " ]); if ( ! isset ( $J [ " Engine " ])) $J [ " Comment " ] = " " ; if ( $D != " " ) return $J ; $I [ $J [ " Name " ]] = $J ;} return $I ;} function
is_view ( $R ){ return $R [ " Engine " ] === null ;} function
fk_support ( $R ){ return
preg_match ( '~InnoDB|IBMDB2I~i' , $R [ " Engine " ]) || ( preg_match ( '~NDB~i' , $R [ " Engine " ]) && min_version ( 5.6 ));} function
fields ( $Q ){ $I = array (); foreach ( get_rows ( " SHOW FULL COLUMNS FROM " . table ( $Q )) as $J ){ preg_match ( '~^([^( ]+)(?:\((.+)\))?( unsigned)?( zerofill)?$~' , $J [ " Type " ], $C ); $I [ $J [ " Field " ]] = array ( " field " => $J [ " Field " ], " full_type " => $J [ " Type " ], " type " => $C [ 1 ], " length " => $C [ 2 ], " unsigned " => ltrim ( $C [ 3 ] . $C [ 4 ]), " default " => ( $J [ " Default " ] != " " || preg_match ( " ~char|set~ " , $C [ 1 ]) ? ( preg_match ( '~text~' , $C [ 1 ]) ? stripslashes ( preg_replace ( " ~^'(.*)' \$ ~ " , '\1' , $J [ " Default " ])) : $J [ " Default " ]) : null ), " null " => ( $J [ " Null " ] == " YES " ), " auto_increment " => ( $J [ " Extra " ] == " auto_increment " ), " on_update " => ( preg_match ( '~^on update (.+)~i' , $J [ " Extra " ], $C ) ? $C [ 1 ] : " " ), " collation " => $J [ " Collation " ], " privileges " => array_flip ( preg_split ( '~, *~' , $J [ " Privileges " ])), " comment " => $J [ " Comment " ], " primary " => ( $J [ " Key " ] == " PRI " ), " generated " => preg_match ( '~^(VIRTUAL|PERSISTENT|STORED)~' , $J [ " Extra " ]),);} return $I ;} function
indexes ( $Q , $h = null ){ $I = array (); foreach ( get_rows ( " SHOW INDEX FROM " . table ( $Q ), $h ) as $J ){ $D = $J [ " Key_name " ]; $I [ $D ][ " type " ] = ( $D == " PRIMARY " ? " PRIMARY " : ( $J [ " Index_type " ] == " FULLTEXT " ? " FULLTEXT " : ( $J [ " Non_unique " ] ? ( $J [ " Index_type " ] == " SPATIAL " ? " SPATIAL " : " INDEX " ) : " UNIQUE " ))); $I [ $D ][ " columns " ][] = $J [ " Column_name " ]; $I [ $D ][ " lengths " ][] = ( $J [ " Index_type " ] == " SPATIAL " ? null : $J [ " Sub_part " ]); $I [ $D ][ " descs " ][] = null ;} return $I ;} function
foreign_keys ( $Q ){ global $g , $rf ; static $bg = '(?:`(?:[^`]|``)+`|"(?:[^"]|"")+")' ; $I = array (); $Jb = $g -> result ( " SHOW CREATE TABLE " . table ( $Q ), 1 ); if ( $Jb ){ preg_match_all ( " ~CONSTRAINT ( $bg ) FOREIGN KEY ? \\ (((?: $bg ,? ?)+) \\ ) REFERENCES ( $bg )(?: \\ .( $bg ))? \\ (((?: $bg ,? ?)+) \\ )(?: ON DELETE ( $rf ))?(?: ON UPDATE ( $rf ))?~ " , $Jb , $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $C ){ preg_match_all ( " ~ $bg ~ " , $C [ 2 ], $xh ); preg_match_all ( " ~ $bg ~ " , $C [ 5 ], $Yh ); $I [ idf_unescape ( $C [ 1 ])] = array ( " db " => idf_unescape ( $C [ 4 ] != " " ? $C [ 3 ] : $C [ 4 ]), " table " => idf_unescape ( $C [ 4 ] != " " ? $C [ 4 ] : $C [ 3 ]), " source " => array_map ( 'idf_unescape' , $xh [ 0 ]), " target " => array_map ( 'idf_unescape' , $Yh [ 0 ]), " on_delete " => ( $C [ 6 ] ? $C [ 6 ] : " RESTRICT " ), " on_update " => ( $C [ 7 ] ? $C [ 7 ] : " RESTRICT " ),);}} return $I ;} function
view ( $D ){ global $g ; return
array ( " select " => preg_replace ( '~^(?:[^`]|`[^`]*`)*\s+AS\s+~isU' , '' , $g -> result ( " SHOW CREATE VIEW " . table ( $D ), 1 )));} function
2021-02-05 07:05:51 +01:00
collations (){ $I = array (); foreach ( get_rows ( " SHOW COLLATION " ) as $J ){ if ( $J [ " Default " ]) $I [ $J [ " Charset " ]][ - 1 ] = $J [ " Collation " ]; else $I [ $J [ " Charset " ]][] = $J [ " Collation " ];} ksort ( $I ); foreach ( $I
as $z => $X ) asort ( $I [ $z ]); return $I ;} function
2021-05-08 19:20:46 +02:00
information_schema ( $l ){ return ( min_version ( 5 ) && $l == " information_schema " ) || ( min_version ( 5.5 ) && $l == " performance_schema " );} function
error (){ global $g ; return
h ( preg_replace ( '~^You have an error.*syntax to use~U' , " Syntax error " , $g -> error ));} function
create_database ( $l , $mb ){ return
queries ( " CREATE DATABASE " . idf_escape ( $l ) . ( $mb ? " COLLATE " . q ( $mb ) : " " ));} function
drop_databases ( $k ){ $I = apply_queries ( " DROP DATABASE " , $k , 'idf_escape' ); restart_session (); set_session ( " dbs " , null ); return $I ;} function
rename_database ( $D , $mb ){ $I = false ; if ( create_database ( $D , $mb )){ $Lg = array (); foreach ( tables_list () as $Q => $T ) $Lg [] = table ( $Q ) . " TO " . idf_escape ( $D ) . " . " . table ( $Q ); $I = ( ! $Lg || queries ( " RENAME TABLE " . implode ( " , " , $Lg ))); if ( $I ) queries ( " DROP DATABASE " . idf_escape ( DB )); restart_session (); set_session ( " dbs " , null );} return $I ;} function
auto_increment (){ $Ma = " PRIMARY KEY " ; if ( $_GET [ " create " ] != " " && $_POST [ " auto_increment_col " ]){ foreach ( indexes ( $_GET [ " create " ]) as $w ){ if ( in_array ( $_POST [ " fields " ][ $_POST [ " auto_increment_col " ]][ " orig " ], $w [ " columns " ], true )){ $Ma = " " ; break ;} if ( $w [ " type " ] == " PRIMARY " ) $Ma = " UNIQUE " ;}} return " AUTO_INCREMENT $Ma " ;} function
alter_table ( $Q , $D , $p , $fd , $sb , $yc , $mb , $La , $Vf ){ $c = array (); foreach ( $p
as $o ) $c [] = ( $o [ 1 ] ? ( $Q != " " ? ( $o [ 0 ] != " " ? " CHANGE " . idf_escape ( $o [ 0 ]) : " ADD " ) : " " ) . " " . implode ( $o [ 1 ]) . ( $Q != " " ? $o [ 2 ] : " " ) : " DROP " . idf_escape ( $o [ 0 ])); $c = array_merge ( $c , $fd ); $O = ( $sb !== null ? " COMMENT= " . q ( $sb ) : " " ) . ( $yc ? " ENGINE= " . q ( $yc ) : " " ) . ( $mb ? " COLLATE " . q ( $mb ) : " " ) . ( $La != " " ? " AUTO_INCREMENT= $La " : " " ); if ( $Q == " " ) return
queries ( " CREATE TABLE " . table ( $D ) . " ( \n " . implode ( " , \n " , $c ) . " \n ) $O $Vf " ); if ( $Q != $D ) $c [] = " RENAME TO " . table ( $D ); if ( $O ) $c [] = ltrim ( $O ); return ( $c || $Vf ? queries ( " ALTER TABLE " . table ( $Q ) . " \n " . implode ( " , \n " , $c ) . $Vf ) : true );} function
alter_indexes ( $Q , $c ){ foreach ( $c
2021-02-05 07:05:51 +01:00
as $z => $X ) $c [ $z ] = ( $X [ 2 ] == " DROP " ? " \n DROP INDEX " . idf_escape ( $X [ 1 ]) : " \n ADD $X[0] " . ( $X [ 0 ] == " PRIMARY " ? " KEY " : " " ) . ( $X [ 1 ] != " " ? idf_escape ( $X [ 1 ]) . " " : " " ) . " ( " . implode ( " , " , $X [ 2 ]) . " ) " ); return
2021-05-08 19:20:46 +02:00
queries ( " ALTER TABLE " . table ( $Q ) . implode ( " , " , $c ));} function
truncate_tables ( $S ){ return
apply_queries ( " TRUNCATE TABLE " , $S );} function
drop_views ( $aj ){ return
queries ( " DROP VIEW " . implode ( " , " , array_map ( 'table' , $aj )));} function
drop_tables ( $S ){ return
queries ( " DROP TABLE " . implode ( " , " , array_map ( 'table' , $S )));} function
move_tables ( $S , $aj , $Yh ){ $Lg = array (); foreach ( array_merge ( $S , $aj ) as $Q ) $Lg [] = table ( $Q ) . " TO " . idf_escape ( $Yh ) . " . " . table ( $Q ); return
queries ( " RENAME TABLE " . implode ( " , " , $Lg ));} function
copy_tables ( $S , $aj , $Yh ){ queries ( " SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO' " ); foreach ( $S
as $Q ){ $D = ( $Yh == DB ? table ( " copy_ $Q " ) : idf_escape ( $Yh ) . " . " . table ( $Q )); if (( $_POST [ " overwrite " ] &&! queries ( " \n DROP TABLE IF EXISTS $D " )) ||! queries ( " CREATE TABLE $D LIKE " . table ( $Q )) ||! queries ( " INSERT INTO $D SELECT * FROM " . table ( $Q ))) return
false ; foreach ( get_rows ( " SHOW TRIGGERS LIKE " . q ( addcslashes ( $Q , " %_ \\ " ))) as $J ){ $yi = $J [ " Trigger " ]; if ( ! queries ( " CREATE TRIGGER " . ( $Yh == DB ? idf_escape ( " copy_ $yi " ) : idf_escape ( $Yh ) . " . " . idf_escape ( $yi )) . " $J[Timing] $J[Event] ON $D FOR EACH ROW \n $J[Statement] ; " )) return
false ;}} foreach ( $aj
as $Q ){ $D = ( $Yh == DB ? table ( " copy_ $Q " ) : idf_escape ( $Yh ) . " . " . table ( $Q )); $Zi = view ( $Q ); if (( $_POST [ " overwrite " ] &&! queries ( " DROP VIEW IF EXISTS $D " )) ||! queries ( " CREATE VIEW $D AS $Zi[select] " )) return
2014-05-08 19:46:08 +02:00
false ;} return
true ;} function
2021-05-08 19:20:46 +02:00
trigger ( $D ){ if ( $D == " " ) return
array (); $K = get_rows ( " SHOW TRIGGERS WHERE `Trigger` = " . q ( $D )); return
2021-02-05 07:05:51 +01:00
reset ( $K );} function
2021-05-08 19:20:46 +02:00
triggers ( $Q ){ $I = array (); foreach ( get_rows ( " SHOW TRIGGERS LIKE " . q ( addcslashes ( $Q , " %_ \\ " ))) as $J ) $I [ $J [ " Trigger " ]] = array ( $J [ " Timing " ], $J [ " Event " ]); return $I ;} function
2014-05-08 19:46:08 +02:00
trigger_options (){ return
array ( " Timing " => array ( " BEFORE " , " AFTER " ), " Event " => array ( " INSERT " , " UPDATE " , " DELETE " ), " Type " => array ( " FOR EACH ROW " ),);} function
2021-05-08 19:20:46 +02:00
routine ( $D , $T ){ global $g , $_c , $Ud , $U ; $Ca = array ( " bool " , " boolean " , " integer " , " double precision " , " real " , " dec " , " numeric " , " fixed " , " national char " , " national varchar " ); $yh = " (?: \\ s|/ \\ *[ \ s \ S]*? \\ */|(?:#|-- )[^ \n ]* \n ?|-- \r ? \n ) " ; $Ci = " (( " . implode ( " | " , array_merge ( array_keys ( $U ), $Ca )) . " ) \\ b(?: \\ s* \\ (((?:[^' \" )]| $_c )++) \\ ))? \\ s*(zerofill \\ s*)?(unsigned(?: \\ s+zerofill)?)?)(?: \\ s*(?:CHARSET|CHARACTER \\ s+SET) \\ s*[' \" ]?([^' \" \\ s,]+)[' \" ]?)? " ; $bg = " $yh *( " . ( $T == " FUNCTION " ? " " : $Ud ) . " )? \\ s*(?:`((?:[^`]|``)*)` \\ s*| \\ b( \\ S+) \\ s+) $Ci " ; $i = $g -> result ( " SHOW CREATE $T " . idf_escape ( $D ), 2 ); preg_match ( " ~ \\ (((?: $bg\\s *,?)*) \\ ) \\ s* " . ( $T == " FUNCTION " ? " RETURNS \\ s+ $Ci\\s + " : " " ) . " (.*)~is " , $i , $C ); $p = array (); preg_match_all ( " ~ $bg\\s *,?~is " , $C [ 1 ], $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $Pf ) $p [] = array ( " field " => str_replace ( " `` " , " ` " , $Pf [ 2 ]) . $Pf [ 3 ], " type " => strtolower ( $Pf [ 5 ]), " length " => preg_replace_callback ( " ~ $_c ~s " , 'normalize_enum' , $Pf [ 6 ]), " unsigned " => strtolower ( preg_replace ( '~\s+~' , ' ' , trim ( " $Pf[8] $Pf[7] " ))), " null " => 1 , " full_type " => $Pf [ 4 ], " inout " => strtoupper ( $Pf [ 1 ]), " collation " => strtolower ( $Pf [ 9 ]),); if ( $T != " FUNCTION " ) return
array ( " fields " => $p , " definition " => $C [ 11 ]); return
array ( " fields " => $p , " returns " => array ( " type " => $C [ 12 ], " length " => $C [ 13 ], " unsigned " => $C [ 15 ], " collation " => $C [ 16 ]), " definition " => $C [ 17 ], " language " => " SQL " ,);} function
2014-05-08 19:46:08 +02:00
routines (){ return
2018-04-01 23:34:54 +02:00
get_rows ( " SELECT ROUTINE_NAME AS SPECIFIC_NAME, ROUTINE_NAME, ROUTINE_TYPE, DTD_IDENTIFIER FROM information_schema.ROUTINES WHERE ROUTINE_SCHEMA = " . q ( DB ));} function
2014-05-08 19:46:08 +02:00
routine_languages (){ return
array ();} function
2021-05-08 19:20:46 +02:00
routine_id ( $D , $J ){ return
idf_escape ( $D );} function
last_id (){ global $g ; return $g -> result ( " SELECT LAST_INSERT_ID() " );} function
explain ( $g , $G ){ return $g -> query ( " EXPLAIN " . ( min_version ( 5.1 ) &&! min_version ( 5.7 ) ? " PARTITIONS " : " " ) . $G );} function
found_rows ( $R , $Z ){ return ( $Z || $R [ " Engine " ] != " InnoDB " ? null : $R [ " Rows " ]);} function
2014-05-08 19:46:08 +02:00
types (){ return
array ();} function
schemas (){ return
array ();} function
get_schema (){ return " " ;} function
2021-05-08 19:20:46 +02:00
set_schema ( $bh , $h = null ){ return
2014-05-08 19:46:08 +02:00
true ;} function
2021-05-08 19:20:46 +02:00
create_sql ( $Q , $La , $Jh ){ global $g ; $I = $g -> result ( " SHOW CREATE TABLE " . table ( $Q ), 1 ); if ( ! $La ) $I = preg_replace ( '~ AUTO_INCREMENT=\d+~' , '' , $I ); return $I ;} function
truncate_sql ( $Q ){ return " TRUNCATE " . table ( $Q );} function
use_sql ( $j ){ return " USE " . idf_escape ( $j );} function
trigger_sql ( $Q ){ $I = " " ; foreach ( get_rows ( " SHOW TRIGGERS LIKE " . q ( addcslashes ( $Q , " %_ \\ " )), null , " -- " ) as $J ) $I .= " \n CREATE TRIGGER " . idf_escape ( $J [ " Trigger " ]) . " $J[Timing] $J[Event] ON " . table ( $J [ " Table " ]) . " FOR EACH ROW \n $J[Statement] ;; \n " ; return $I ;} function
2014-05-08 19:46:08 +02:00
show_variables (){ return
get_key_vals ( " SHOW VARIABLES " );} function
process_list (){ return
get_rows ( " SHOW FULL PROCESSLIST " );} function
show_status (){ return
get_key_vals ( " SHOW STATUS " );} function
2021-05-08 19:20:46 +02:00
convert_field ( $o ){ if ( preg_match ( " ~binary~ " , $o [ " type " ])) return " HEX( " . idf_escape ( $o [ " field " ]) . " ) " ; if ( $o [ " type " ] == " bit " ) return " BIN( " . idf_escape ( $o [ " field " ]) . " + 0) " ; if ( preg_match ( " ~geometry|point|linestring|polygon~ " , $o [ " type " ])) return ( min_version ( 8 ) ? " ST_ " : " " ) . " AsWKT( " . idf_escape ( $o [ " field " ]) . " ) " ;} function
unconvert_field ( $o , $I ){ if ( preg_match ( " ~binary~ " , $o [ " type " ])) $I = " UNHEX( $I ) " ; if ( $o [ " type " ] == " bit " ) $I = " CONV( $I , 2, 10) + 0 " ; if ( preg_match ( " ~geometry|point|linestring|polygon~ " , $o [ " type " ])) $I = ( min_version ( 8 ) ? " ST_ " : " " ) . " GeomFromText( $I , SRID( $o[field] )) " ; return $I ;} function
support ( $Tc ){ return ! preg_match ( " ~scheme|sequence|type|view_trigger|materializedview " . ( min_version ( 8 ) ? " " : " |descidx " . ( min_version ( 5.1 ) ? " " : " |event|partitioning " . ( min_version ( 5 ) ? " " : " |routine|trigger|view " ))) . " ~ " , $Tc );} function
2017-06-25 00:56:50 +02:00
kill_process ( $X ){ return
queries ( " KILL " . number ( $X ));} function
connection_id (){ return " SELECT CONNECTION_ID() " ;} function
2021-05-08 19:20:46 +02:00
max_connections (){ global $g ; return $g -> result ( " SELECT @@max_connections " );} function
driver_config (){ $U = array (); $Ih = array (); foreach ( array ( lang ( 27 ) => array ( " tinyint " => 3 , " smallint " => 5 , " mediumint " => 8 , " int " => 10 , " bigint " => 20 , " decimal " => 66 , " float " => 12 , " double " => 21 ), lang ( 28 ) => array ( " date " => 10 , " datetime " => 19 , " timestamp " => 19 , " time " => 10 , " year " => 4 ), lang ( 25 ) => array ( " char " => 255 , " varchar " => 65535 , " tinytext " => 255 , " text " => 65535 , " mediumtext " => 16777215 , " longtext " => 4294967295 ), lang ( 80 ) => array ( " enum " => 65535 , " set " => 64 ), lang ( 29 ) => array ( " bit " => 20 , " binary " => 255 , " varbinary " => 65535 , " tinyblob " => 255 , " blob " => 65535 , " mediumblob " => 16777215 , " longblob " => 4294967295 ), lang ( 31 ) => array ( " geometry " => 0 , " point " => 0 , " linestring " => 0 , " polygon " => 0 , " multipoint " => 0 , " multilinestring " => 0 , " multipolygon " => 0 , " geometrycollection " => 0 ),) as $z => $X ){ $U += $X ; $Ih [ $z ] = array_keys ( $X );} return
array ( 'possible_drivers' => array ( " MySQLi " , " MySQL " , " PDO_MySQL " ), 'jush' => " sql " , 'types' => $U , 'structured_types' => $Ih , 'unsigned' => array ( " unsigned " , " zerofill " , " unsigned zerofill " ), 'operators' => array ( " = " , " < " , " > " , " <= " , " >= " , " != " , " LIKE " , " LIKE %% " , " REGEXP " , " IN " , " FIND_IN_SET " , " IS NULL " , " NOT LIKE " , " NOT REGEXP " , " NOT IN " , " IS NOT NULL " , " SQL " ), 'functions' => array ( " char_length " , " date " , " from_unixtime " , " lower " , " round " , " floor " , " ceil " , " sec_to_time " , " time_to_sec " , " upper " ), 'grouping' => array ( " avg " , " count " , " count distinct " , " group_concat " , " max " , " min " , " sum " ), 'edit_functions' => array ( array ( " char " => " md5/sha1/password/encrypt/uuid " , " binary " => " md5/sha1 " , " date|time " => " now " ,), array ( number_type () => " +/- " , " date " => " + interval/- interval " , " time " => " addtime/subtime " , " char|text " => " concat " ,)),);}} $wb = driver_config (); $jg = $wb [ 'possible_drivers' ]; $y = $wb [ 'jush' ]; $U = $wb [ 'types' ]; $Ih = $wb [ 'structured_types' ]; $Ji = $wb [ 'unsigned' ]; $wf = $wb [ 'operators' ]; $nd = $wb [ 'functions' ]; $td = $wb [ 'grouping' ]; $qc = $wb [ 'edit_functions' ]; if ( $b -> operators === null ) $b -> operators = $wf ; define ( " SERVER " , $_GET [ DRIVER ]); define ( " DB " , $_GET [ " db " ]); define ( " ME " , preg_replace ( '~\?.*~' , '' , relative_uri ()) . '?' . ( sid () ? SID . '&' : '' ) . ( SERVER !== null ? DRIVER . " = " . urlencode ( SERVER ) . '&' : '' ) . ( isset ( $_GET [ " username " ]) ? " username= " . urlencode ( $_GET [ " username " ]) . '&' : '' ) . ( DB != " " ? 'db=' . urlencode ( DB ) . '&' . ( isset ( $_GET [ " ns " ]) ? " ns= " . urlencode ( $_GET [ " ns " ]) . " & " : " " ) : '' )); $ia = " 4.8.0 " ; function
page_header ( $ii , $n = " " , $Va = array (), $ji = " " ){ global $ca , $ia , $b , $ic , $y ; page_headers (); if ( is_ajax () && $n ){ page_messages ( $n ); exit ;} $ki = $ii . ( $ji != " " ? " : $ji " : " " ); $li = strip_tags ( $ki . ( SERVER != " " && SERVER != " localhost " ? h ( " - " . SERVER ) : " " ) . " - " . $b -> name ()); echo ' <! DOCTYPE html >
< html lang = " ', $ca ,' " dir = " ',lang(81),' " >
2014-05-08 19:46:08 +02:00
< meta http - equiv = " Content-Type " content = " text/html; charset=utf-8 " >
< meta name = " robots " content = " noindex " >
2021-05-08 19:20:46 +02:00
< title > ',$li,' </ title >
< link rel = " stylesheet " type = " text/css " href = " ',h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = default . css & version = 4.8 . 0 " ),' " >
',script_src(preg_replace("~\\?.*~","",ME)."?file=functions.js&version=4.8.0");if($b->head()){echo' < link rel = " shortcut icon " type = " image/x-icon " href = " ',h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = favicon . ico & version = 4.8 . 0 " ),' " >
< link rel = " apple-touch-icon " href = " ',h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = favicon . ico & version = 4.8 . 0 " ),' " >
';foreach($b->css()as$Nb){echo' < link rel = " stylesheet " type = " text/css " href = " ',h( $Nb ),' " >
2014-05-08 19:46:08 +02:00
';}}echo'
2021-05-08 19:20:46 +02:00
< body class = " ',lang(81),' nojs " >
';$q=get_temp_dir()."/adminer.version";if(!$_COOKIE["adminer_version"]&&function_exists(' openssl_verify ' ) && file_exists ( $q ) && filemtime ( $q ) + 86400 > time ()){ $Yi = unserialize ( file_get_contents ( $q )); $vg = " -----BEGIN PUBLIC KEY-----
2018-04-01 23:34:54 +02:00
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwqWOVuF5uw7 /+ Z70djoK
RlHIZFZPO0uYRezq90 + 7 Amk + FDNd7KkL5eDve + vHRJBLAszF / 7 XKXe11xwliIsFs
DFWQlsABVZB3oisKCBEuI71J4kPH8dKGEWR9jDHFw3cWmoH3PmqImX6FISWbG3B8
h7FIx3jEaw5ckVPVTeo5JRm / 1 DZzJxjyDenXvBQ / 6 o9DgZKeNDgxwKzH + sw9 / YCO
jHnq1cFpOIISzARlrHMa / 43 YfeNRAm / tsBXjSxembBPo7aQZLAWHmaj5 + K19H10B
nCpz9Y ++ cipkVEiKRGih4ZEvjoFysEOdRLj6WiD / uUNky4xGeA6LaJqh5XpkFkcQ
fQIDAQAB
----- END PUBLIC KEY -----
2021-05-08 19:20:46 +02:00
" ;if(openssl_verify( $Yi["version"] ,base64_decode( $Yi["signature"] ), $vg )==1) $_COOKIE["adminer_version"] = $Yi["version"] ;}echo'<script',nonce(),'>
2018-04-01 23:34:54 +02:00
mixin ( document . body , { onkeydown : bodyKeydown , onclick : bodyClick ',(isset($_COOKIE["adminer_version"])?"":", onload: partial(verifyVersion, ' $ia ', ' " .js_escape(ME). " ', ' " .get_token(). " ' ) " );?>});
2015-07-03 19:50:03 +02:00
document . body . className = document . body . className . replace ( / nojs / , ' js' );
var offlineMessage = ' < ? php echo
2021-05-08 19:20:46 +02:00
js_escape ( lang ( 82 )), ' \ ' ;
2018-04-01 23:34:54 +02:00
var thousandsSeparator = \ '' , js_escape ( lang ( 5 )), ' \ ' ;
2014-05-08 19:46:08 +02:00
</ script >
2021-02-05 07:05:51 +01:00
< div id = " help " class = " jush-', $y ,' jsonly hidden " ></ div >
2018-04-01 23:34:54 +02:00
',script("mixin(qs(' #help'), {onmouseover: function () { helpOpen = 1; }, onmouseout: helpMouseout});"),'
2014-05-08 19:46:08 +02:00
< div id = " content " >
2021-05-08 19:20:46 +02:00
';if($Va!==null){$A=substr(preg_replace(' ~ \b ( username | db | ns ) = [ ^& ] *&~ ',' ',ME),0,-1);echo' < p id = " breadcrumb " >< a href = " '.h( $A ? $A : " . " ).' " > '.$ic[DRIVER].' </ a > & raquo ; ';$A=substr(preg_replace(' ~ \b ( db | ns ) = [ ^& ] *&~ ',' ',ME),0,-1);$M=$b->serverName(SERVER);$M=($M!=""?$M:lang(34));if($Va===false)echo"$M\n";else{echo"<a href=' " .h( $A ). " ' accesskey=' 1 ' title=' Alt + Shift + 1 '>$M</a> » ";if($_GET["ns"]!=""||(DB!=""&&is_array($Va)))echo' < a href = " '.h( $A . " & db = " .urlencode(DB).(support( " scheme " )? " & ns = " : " " )).' " > '.h(DB).' </ a > & raquo ; ';if(is_array($Va)){if($_GET["ns"]!="")echo' < a href = " '.h(substr(ME,0,-1)).' " > '.h($_GET["ns"]).' </ a > & raquo ; ' ; foreach ( $Va
as $z => $X ){ $bc = ( is_array ( $X ) ? $X [ 1 ] : h ( $X )); if ( $bc != " " ) echo " <a href=' " . h ( ME . " $z = " ) . urlencode ( is_array ( $X ) ? $X [ 0 ] : $X ) . " '> $bc </a> » " ;}} echo " $ii\n " ;}} echo " <h2> $ki </h2> \n " , " <div id='ajaxstatus' class='jsonly hidden'></div> \n " ; restart_session (); page_messages ( $n ); $k =& get_session ( " dbs " ); if ( DB != " " && $k &&! in_array ( DB , $k , true )) $k = null ; stop_session (); define ( " PAGE_HEADER " , 1 );} function
page_headers (){ global $b ; header ( " Content-Type: text/html; charset=utf-8 " ); header ( " Cache-Control: no-cache " ); header ( " X-Frame-Options: deny " ); header ( " X-XSS-Protection: 0 " ); header ( " X-Content-Type-Options: nosniff " ); header ( " Referrer-Policy: origin-when-cross-origin " ); foreach ( $b -> csp () as $Mb ){ $zd = array (); foreach ( $Mb
2021-02-05 07:05:51 +01:00
as $z => $X ) $zd [] = " $z $X " ; header ( " Content-Security-Policy: " . implode ( " ; " , $zd ));} $b -> headers ();} function
2018-04-01 23:34:54 +02:00
csp (){ return
array ( array ( " script-src " => " 'self' 'unsafe-inline' 'nonce- " . get_nonce () . " ' 'strict-dynamic' " , " connect-src " => " 'self' " , " frame-src " => " https://www.adminer.org " , " object-src " => " 'none' " , " base-uri " => " 'none' " , " form-action " => " 'self' " ,),);} function
2021-05-08 19:20:46 +02:00
get_nonce (){ static $df ; if ( ! $df ) $df = base64_encode ( rand_string ()); return $df ;} function
page_messages ( $n ){ $Li = preg_replace ( '~^[^?]*~' , '' , $_SERVER [ " REQUEST_URI " ]); $Qe = $_SESSION [ " messages " ][ $Li ]; if ( $Qe ){ echo " <div class='message'> " . implode ( " </div> \n <div class='message'> " , $Qe ) . " </div> " . script ( " messagesPrint(); " ); unset ( $_SESSION [ " messages " ][ $Li ]);} if ( $n ) echo " <div class='error'> $n </div> \n " ;} function
page_footer ( $Te = " " ){ global $b , $pi ; echo ' </ div >
2014-05-08 19:46:08 +02:00
2021-05-08 19:20:46 +02:00
';switch_lang();if($Te!="auth"){echo' < form action = " " method = " post " >
2014-05-08 19:46:08 +02:00
< p class = " logout " >
2021-05-08 19:20:46 +02:00
< input type = " submit " name = " logout " value = " ',lang(83),' " id = " logout " >
< input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ p >
</ form >
';}echo' < div id = " menu " >
2021-05-08 19:20:46 +02:00
';$b->navigation($Te);echo' </ div >
2018-04-01 23:34:54 +02:00
' , script ( " setupSubmitHighlight(document); " );} function
2021-05-08 19:20:46 +02:00
int32 ( $We ){ while ( $We >= 2147483648 ) $We -= 4294967296 ; while ( $We <=- 2147483649 ) $We += 4294967296 ; return ( int ) $We ;} function
long2str ( $W , $cj ){ $Zg = '' ; foreach ( $W
as $X ) $Zg .= pack ( 'V' , $X ); if ( $cj ) return
substr ( $Zg , 0 , end ( $W )); return $Zg ;} function
str2long ( $Zg , $cj ){ $W = array_values ( unpack ( 'V*' , str_pad ( $Zg , 4 * ceil ( strlen ( $Zg ) / 4 ), " \0 " ))); if ( $cj ) $W [] = strlen ( $Zg ); return $W ;} function
xxtea_mx ( $oj , $nj , $Mh , $ge ){ return
int32 ((( $oj >> 5 & 0x7FFFFFF ) ^ $nj << 2 ) + (( $nj >> 3 & 0x1FFFFFFF ) ^ $oj << 4 )) ^ int32 (( $Mh ^ $nj ) + ( $ge ^ $oj ));} function
encrypt_string ( $Hh , $z ){ if ( $Hh == " " ) return " " ; $z = array_values ( unpack ( " V* " , pack ( " H* " , md5 ( $z )))); $W = str2long ( $Hh , true ); $We = count ( $W ) - 1 ; $oj = $W [ $We ]; $nj = $W [ 0 ]; $wg = floor ( 6 + 52 / ( $We + 1 )); $Mh = 0 ; while ( $wg --> 0 ){ $Mh = int32 ( $Mh + 0x9E3779B9 ); $pc = $Mh >> 2 & 3 ; for ( $Nf = 0 ; $Nf < $We ; $Nf ++ ){ $nj = $W [ $Nf + 1 ]; $Ve = xxtea_mx ( $oj , $nj , $Mh , $z [ $Nf & 3 ^ $pc ]); $oj = int32 ( $W [ $Nf ] + $Ve ); $W [ $Nf ] = $oj ;} $nj = $W [ 0 ]; $Ve = xxtea_mx ( $oj , $nj , $Mh , $z [ $Nf & 3 ^ $pc ]); $oj = int32 ( $W [ $We ] + $Ve ); $W [ $We ] = $oj ;} return
2014-05-08 19:46:08 +02:00
long2str ( $W , false );} function
2021-05-08 19:20:46 +02:00
decrypt_string ( $Hh , $z ){ if ( $Hh == " " ) return " " ; if ( ! $z ) return
false ; $z = array_values ( unpack ( " V* " , pack ( " H* " , md5 ( $z )))); $W = str2long ( $Hh , false ); $We = count ( $W ) - 1 ; $oj = $W [ $We ]; $nj = $W [ 0 ]; $wg = floor ( 6 + 52 / ( $We + 1 )); $Mh = int32 ( $wg * 0x9E3779B9 ); while ( $Mh ){ $pc = $Mh >> 2 & 3 ; for ( $Nf = $We ; $Nf > 0 ; $Nf -- ){ $oj = $W [ $Nf - 1 ]; $Ve = xxtea_mx ( $oj , $nj , $Mh , $z [ $Nf & 3 ^ $pc ]); $nj = int32 ( $W [ $Nf ] - $Ve ); $W [ $Nf ] = $nj ;} $oj = $W [ $We ]; $Ve = xxtea_mx ( $oj , $nj , $Mh , $z [ $Nf & 3 ^ $pc ]); $nj = int32 ( $W [ 0 ] - $Ve ); $W [ 0 ] = $nj ; $Mh = int32 ( $Mh - 0x9E3779B9 );} return
long2str ( $W , true );} $g = '' ; $yd = $_SESSION [ " token " ]; if ( ! $yd ) $_SESSION [ " token " ] = rand ( 1 , 1e6 ); $pi = get_token (); $dg = array (); if ( $_COOKIE [ " adminer_permanent " ]){ foreach ( explode ( " " , $_COOKIE [ " adminer_permanent " ]) as $X ){ list ( $z ) = explode ( " : " , $X ); $dg [ $z ] = $X ;}} function
add_invalid_login (){ global $b ; $ld = file_open_lock ( get_temp_dir () . " /adminer.invalid " ); if ( ! $ld ) return ; $Zd = unserialize ( stream_get_contents ( $ld )); $fi = time (); if ( $Zd ){ foreach ( $Zd
as $ae => $X ){ if ( $X [ 0 ] < $fi ) unset ( $Zd [ $ae ]);}} $Yd =& $Zd [ $b -> bruteForceKey ()]; if ( ! $Yd ) $Yd = array ( $fi + 30 * 60 , 0 ); $Yd [ 1 ] ++ ; file_write_unlock ( $ld , serialize ( $Zd ));} function
check_invalid_login (){ global $b ; $Zd = unserialize ( @ file_get_contents ( get_temp_dir () . " /adminer.invalid " )); $Yd = $Zd [ $b -> bruteForceKey ()]; $cf = ( $Yd [ 1 ] > 29 ? $Yd [ 0 ] - time () : 0 ); if ( $cf > 0 ) auth_error ( lang ( 84 , ceil ( $cf / 60 )));} $Ja = $_POST [ " auth " ]; if ( $Ja ){ session_regenerate_id (); $Xi = $Ja [ " driver " ]; $M = $Ja [ " server " ]; $V = $Ja [ " username " ]; $F = ( string ) $Ja [ " password " ]; $l = $Ja [ " db " ]; set_password ( $Xi , $M , $V , $F ); $_SESSION [ " db " ][ $Xi ][ $M ][ $V ][ $l ] = true ; if ( $Ja [ " permanent " ]){ $z = base64_encode ( $Xi ) . " - " . base64_encode ( $M ) . " - " . base64_encode ( $V ) . " - " . base64_encode ( $l ); $pg = $b -> permanentLogin ( true ); $dg [ $z ] = " $z : " . base64_encode ( $pg ? encrypt_string ( $F , $pg ) : " " ); cookie ( " adminer_permanent " , implode ( " " , $dg ));} if ( count ( $_POST ) == 1 || DRIVER != $Xi || SERVER != $M || $_GET [ " username " ] !== $V || DB != $l ) redirect ( auth_url ( $Xi , $M , $V , $l ));} elseif ( $_POST [ " logout " ] && ( ! $yd || verify_token ())){ foreach ( array ( " pwds " , " db " , " dbs " , " queries " ) as $z ) set_session ( $z , null ); unset_permanent (); redirect ( substr ( preg_replace ( '~\b(username|db|ns)=[^&]*&~' , '' , ME ), 0 , - 1 ), lang ( 85 ) . ' ' . lang ( 86 ));} elseif ( $dg &&! $_SESSION [ " pwds " ]){ session_regenerate_id (); $pg = $b -> permanentLogin (); foreach ( $dg
as $z => $X ){ list (, $gb ) = explode ( " : " , $X ); list ( $Xi , $M , $V , $l ) = array_map ( 'base64_decode' , explode ( " - " , $z )); set_password ( $Xi , $M , $V , decrypt_string ( base64_decode ( $gb ), $pg )); $_SESSION [ " db " ][ $Xi ][ $M ][ $V ][ $l ] = true ;}} function
unset_permanent (){ global $dg ; foreach ( $dg
as $z => $X ){ list ( $Xi , $M , $V , $l ) = array_map ( 'base64_decode' , explode ( " - " , $z )); if ( $Xi == DRIVER && $M == SERVER && $V == $_GET [ " username " ] && $l == DB ) unset ( $dg [ $z ]);} cookie ( " adminer_permanent " , implode ( " " , $dg ));} function
auth_error ( $n ){ global $b , $yd ; $oh = session_name (); if ( isset ( $_GET [ " username " ])){ header ( " HTTP/1.1 403 Forbidden " ); if (( $_COOKIE [ $oh ] || $_GET [ $oh ]) &&! $yd ) $n = lang ( 87 ); else { restart_session (); add_invalid_login (); $F = get_password (); if ( $F !== null ){ if ( $F === false ) $n .= ( $n ? '<br>' : '' ) . lang ( 88 , target_blank (), '<code>permanentLogin()</code>' ); set_password ( DRIVER , SERVER , $_GET [ " username " ], null );} unset_permanent ();}} if ( ! $_COOKIE [ $oh ] && $_GET [ $oh ] && ini_bool ( " session.use_only_cookies " )) $n = lang ( 89 ); $Qf = session_get_cookie_params (); cookie ( " adminer_key " ,( $_COOKIE [ " adminer_key " ] ? $_COOKIE [ " adminer_key " ] : rand_string ()), $Qf [ " lifetime " ]); page_header ( lang ( 38 ), $n , null ); echo " <form action='' method='post'> \n " , " <div> " ; if ( hidden_fields ( $_POST , array ( " auth " ))) echo " <p class='message'> " . lang ( 90 ) . " \n " ; echo " </div> \n " ; $b -> loginForm (); echo " </form> \n " ; page_footer ( " auth " ); exit ;} if ( isset ( $_GET [ " username " ]) &&! class_exists ( " Min_DB " )){ unset ( $_SESSION [ " pwds " ][ DRIVER ]); unset_permanent (); page_header ( lang ( 91 ), lang ( 92 , implode ( " , " , $jg )), false ); page_footer ( " auth " ); exit ;} stop_session ( true ); if ( isset ( $_GET [ " username " ]) && is_string ( get_password ())){ list ( $Dd , $fg ) = explode ( " : " , SERVER , 2 ); if ( preg_match ( '~^\s*([-+]?\d+)~' , $fg , $C ) && ( $C [ 1 ] < 1024 || $C [ 1 ] > 65535 )) auth_error ( lang ( 93 )); check_invalid_login (); $g = connect (); $m = new
Min_Driver ( $g );} $ze = null ; if ( ! is_object ( $g ) || ( $ze = $b -> login ( $_GET [ " username " ], get_password ())) !== true ){ $n = ( is_string ( $g ) ? h ( $g ) : ( is_string ( $ze ) ? $ze : lang ( 32 ))); auth_error ( $n . ( preg_match ( '~^ | $~' , get_password ()) ? '<br>' . lang ( 94 ) : '' ));} if ( $_POST [ " logout " ] && $yd &&! verify_token ()){ page_header ( lang ( 83 ), lang ( 95 )); page_footer ( " db " ); exit ;} if ( $Ja && $_POST [ " token " ]) $_POST [ " token " ] = $pi ; $n = '' ; if ( $_POST ){ if ( ! verify_token ()){ $Td = " max_input_vars " ; $Ke = ini_get ( $Td ); if ( extension_loaded ( " suhosin " )){ foreach ( array ( " suhosin.request.max_vars " , " suhosin.post.max_vars " ) as $z ){ $X = ini_get ( $z ); if ( $X && ( ! $Ke || $X < $Ke )){ $Td = $z ; $Ke = $X ;}}} $n = ( ! $_POST [ " token " ] && $Ke ? lang ( 96 , " ' $Td ' " ) : lang ( 95 ) . ' ' . lang ( 97 ));}} elseif ( $_SERVER [ " REQUEST_METHOD " ] == " POST " ){ $n = lang ( 98 , " 'post_max_size' " ); if ( isset ( $_GET [ " sql " ])) $n .= ' ' . lang ( 99 );} function
select ( $H , $h = null , $Df = array (), $_ = 0 ){ global $y ; $ye = array (); $x = array (); $e = array (); $Ta = array (); $U = array (); $I = array (); odd ( '' ); for ( $t = 0 ;( ! $_ || $t < $_ ) && ( $J = $H -> fetch_row ()); $t ++ ){ if ( ! $t ){ echo " <div class='scrollable'> \n " , " <table cellspacing='0' class='nowrap'> \n " , " <thead><tr> " ; for ( $fe = 0 ; $fe < count ( $J ); $fe ++ ){ $o = $H -> fetch_field (); $D = $o -> name ; $Cf = $o -> orgtable ; $Bf = $o -> orgname ; $I [ $o -> table ] = $Cf ; if ( $Df && $y == " sql " ) $ye [ $fe ] = ( $D == " table " ? " table= " : ( $D == " possible_keys " ? " indexes= " : null )); elseif ( $Cf != " " ){ if ( ! isset ( $x [ $Cf ])){ $x [ $Cf ] = array (); foreach ( indexes ( $Cf , $h ) as $w ){ if ( $w [ " type " ] == " PRIMARY " ){ $x [ $Cf ] = array_flip ( $w [ " columns " ]); break ;}} $e [ $Cf ] = $x [ $Cf ];} if ( isset ( $e [ $Cf ][ $Bf ])){ unset ( $e [ $Cf ][ $Bf ]); $x [ $Cf ][ $Bf ] = $fe ; $ye [ $fe ] = $Cf ;}} if ( $o -> charsetnr == 63 ) $Ta [ $fe ] = true ; $U [ $fe ] = $o -> type ; echo " <th " . ( $Cf != " " || $o -> name != $Bf ? " title=' " . h (( $Cf != " " ? " $Cf . " : " " ) . $Bf ) . " ' " : " " ) . " > " . h ( $D ) . ( $Df ? doc_link ( array ( 'sql' => " explain-output.html#explain_ " . strtolower ( $D ), 'mariadb' => " explain/#the-columns-in-explain-select " ,)) : " " );} echo " </thead> \n " ;} echo " <tr " . odd () . " > " ; foreach ( $J
as $z => $X ){ $A = " " ; if ( isset ( $ye [ $z ]) &&! $e [ $ye [ $z ]]){ if ( $Df && $y == " sql " ){ $Q = $J [ array_search ( " table= " , $ye )]; $A = ME . $ye [ $z ] . urlencode ( $Df [ $Q ] != " " ? $Df [ $Q ] : $Q );} else { $A = ME . " edit= " . urlencode ( $ye [ $z ]); foreach ( $x [ $ye [ $z ]] as $kb => $fe ) $A .= " &where " . urlencode ( " [ " . bracket_escape ( $kb ) . " ] " ) . " = " . urlencode ( $J [ $fe ]);}} elseif ( is_url ( $X )) $A = $X ; if ( $X === null ) $X = " <i>NULL</i> " ; elseif ( $Ta [ $z ] &&! is_utf8 ( $X )) $X = " <i> " . lang ( 47 , strlen ( $X )) . " </i> " ; else { $X = h ( $X ); if ( $U [ $z ] == 254 ) $X = " <code> $X </code> " ;} if ( $A ) $X = " <a href=' " . h ( $A ) . " ' " . ( is_url ( $A ) ? target_blank () : '' ) . " > $X </a> " ; echo " <td> $X " ;}} echo ( $t ? " </table> \n </div> " : " <p class='message'> " . lang ( 12 )) . " \n " ; return $I ;} function
referencable_primary ( $hh ){ $I = array (); foreach ( table_status ( '' , true ) as $Qh => $Q ){ if ( $Qh != $hh && fk_support ( $Q )){ foreach ( fields ( $Qh ) as $o ){ if ( $o [ " primary " ]){ if ( $I [ $Qh ]){ unset ( $I [ $Qh ]); break ;} $I [ $Qh ] = $o ;}}}} return $I ;} function
adminer_settings (){ parse_str ( $_COOKIE [ " adminer_settings " ], $qh ); return $qh ;} function
adminer_setting ( $z ){ $qh = adminer_settings (); return $qh [ $z ];} function
set_adminer_settings ( $qh ){ return
cookie ( " adminer_settings " , http_build_query ( $qh + adminer_settings ()));} function
textarea ( $D , $Y , $K = 10 , $pb = 80 ){ global $y ; echo " <textarea name=' $D ' rows=' $K ' cols=' $pb ' class='sqlarea jush- $y ' spellcheck='false' wrap='off'> " ; if ( is_array ( $Y )){ foreach ( $Y
2014-05-08 19:46:08 +02:00
as $X ) echo
h ( $X [ 0 ]) . " \n \n \n " ;} else
echo
h ( $Y ); echo " </textarea> " ;} function
2021-05-08 19:20:46 +02:00
edit_type ( $z , $o , $nb , $hd = array (), $Pc = array ()){ global $Ih , $U , $Ji , $rf ; $T = $o [ " type " ]; echo '<td><select name="' , h ( $z ), '[type]" class="type" aria-labelledby="label-type">' ; if ( $T &&! isset ( $U [ $T ]) &&! isset ( $hd [ $T ]) &&! in_array ( $T , $Pc )) $Pc [] = $T ; if ( $hd ) $Ih [ lang ( 100 )] = $hd ; echo
optionlist ( array_merge ( $Pc , $Ih ), $T ), '</select><td><input name="' , h ( $z ), '[length]" value="' , h ( $o [ " length " ]), '" size="3"' ,( ! $o [ " length " ] && preg_match ( '~var(char|binary)$~' , $T ) ? " class='required' " : " " ); echo ' aria-labelledby="label-length"><td class="options">' , " <select name=' " . h ( $z ) . " [collation]' " . ( preg_match ( '~(char|text|enum|set)$~' , $T ) ? " " : " class='hidden' " ) . '><option value="">(' . lang ( 101 ) . ')' . optionlist ( $nb , $o [ " collation " ]) . '</select>' ,( $Ji ? " <select name=' " . h ( $z ) . " [unsigned]' " . ( ! $T || preg_match ( number_type (), $T ) ? " " : " class='hidden' " ) . '><option>' . optionlist ( $Ji , $o [ " unsigned " ]) . '</select>' : '' ),( isset ( $o [ 'on_update' ]) ? " <select name=' " . h ( $z ) . " [on_update]' " . ( preg_match ( '~timestamp|datetime~' , $T ) ? " " : " class='hidden' " ) . '>' . optionlist ( array ( " " => " ( " . lang ( 102 ) . " ) " , " CURRENT_TIMESTAMP " ),( preg_match ( '~^CURRENT_TIMESTAMP~i' , $o [ " on_update " ]) ? " CURRENT_TIMESTAMP " : $o [ " on_update " ])) . '</select>' : '' ),( $hd ? " <select name=' " . h ( $z ) . " [on_delete]' " . ( preg_match ( " ~`~ " , $T ) ? " " : " class='hidden' " ) . " ><option value=''>( " . lang ( 103 ) . " ) " . optionlist ( explode ( " | " , $rf ), $o [ " on_delete " ]) . " </select> " : " " );} function
process_length ( $ve ){ global $_c ; return ( preg_match ( " ~^ \\ s* \\ (? \\ s* $_c (?: \\ s*, \\ s* $_c )*+ \\ s* \\ )? \\ s* \$ ~ " , $ve ) && preg_match_all ( " ~ $_c ~ " , $ve , $Ee ) ? " ( " . implode ( " , " , $Ee [ 0 ]) . " ) " : preg_replace ( '~^[0-9].*~' , '(\0)' , preg_replace ( '~[^-0-9,+()[\]]~' , '' , $ve )));} function
process_type ( $o , $lb = " COLLATE " ){ global $Ji ; return " $o[type] " . process_length ( $o [ " length " ]) . ( preg_match ( number_type (), $o [ " type " ]) && in_array ( $o [ " unsigned " ], $Ji ) ? " $o[unsigned] " : " " ) . ( preg_match ( '~char|text|enum|set~' , $o [ " type " ]) && $o [ " collation " ] ? " $lb " . q ( $o [ " collation " ]) : " " );} function
process_field ( $o , $Bi ){ return
array ( idf_escape ( trim ( $o [ " field " ])), process_type ( $Bi ),( $o [ " null " ] ? " NULL " : " NOT NULL " ), default_value ( $o ),( preg_match ( '~timestamp|datetime~' , $o [ " type " ]) && $o [ " on_update " ] ? " ON UPDATE $o[on_update] " : " " ),( support ( " comment " ) && $o [ " comment " ] != " " ? " COMMENT " . q ( $o [ " comment " ]) : " " ),( $o [ " auto_increment " ] ? auto_increment () : null ),);} function
default_value ( $o ){ $Xb = $o [ " default " ]; return ( $Xb === null ? " " : " DEFAULT " . ( preg_match ( '~char|binary|text|enum|set~' , $o [ " type " ]) || preg_match ( '~^(?![a-z])~i' , $Xb ) ? q ( $Xb ) : $Xb ));} function
type_class ( $T ){ foreach ( array ( 'char' => 'text' , 'date' => 'time|year' , 'binary' => 'blob' , 'enum' => 'set' ,) as $z => $X ){ if ( preg_match ( " ~ $z | $X ~ " , $T )) return " class=' $z ' " ;}} function
edit_fields ( $p , $nb , $T = " TABLE " , $hd = array ()){ global $Ud ; $p = array_values ( $p ); $Yb = (( $_POST ? $_POST [ " defaults " ] : adminer_setting ( " defaults " )) ? " " : " class='hidden' " ); $tb = (( $_POST ? $_POST [ " comments " ] : adminer_setting ( " comments " )) ? " " : " class='hidden' " ); echo ' < thead >< tr >
';if($T=="PROCEDURE"){echo' < td > ';}echo' < th id = " label-name " > ',($T=="TABLE"?lang(104):lang(105)),' < td id = " label-type " > ',lang(49),' < textarea id = " enum-edit " rows = " 4 " cols = " 12 " wrap = " off " style = " display: none; " ></ textarea > ',script("qs(' #enum-edit').onblur = editingLengthBlur;"),'<td id="label-length">',lang(106),'<td>',lang(107);if($T=="TABLE"){echo'<td id="label-null">NULL
< td >< input type = " radio " name = " auto_increment_col " value = " " >< acronym id = " label-ai " title = " ',lang(51),' " > AI </ acronym > ',doc_link(array(' sql '=>"example-auto-increment.html",' mariadb '=>"auto_increment/",' sqlite '=>"autoinc.html",' pgsql '=>"datatype.html#DATATYPE-SERIAL",' mssql '=>"ms186775.aspx",)),' < td id = " label-default " ',$Yb,' > ',lang(52),(support("comment")?"<td id=' label - comment '$tb>".lang(50):"");}echo' < td > ',"<input type=' image ' class=' icon ' name=' add [ " .(support( " move_col " )?0:count( $p )). " ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = plus . gif & version = 4.8 . 0 " ). " ' alt=' + ' title=' " .lang(108). " '>".script("row_count = ".count($p).";"),' </ thead >
2018-04-01 23:34:54 +02:00
< tbody >
2021-05-08 19:20:46 +02:00
',script("mixin(qsl(' tbody ' ), { onclick : editingClick , onkeydown : editingKeydown , oninput : editingInput }); " );foreach( $p
as $t => $o ){ $t ++ ; $Ef = $o [( $_POST ? " orig " : " field " )]; $fc = ( isset ( $_POST [ " add " ][ $t - 1 ]) || ( isset ( $o [ " field " ]) &&! $_POST [ " drop_col " ][ $t ])) && ( support ( " drop_col " ) || $Ef == " " ); echo '<tr' ,( $fc ? " " : " style='display: none;' " ), ' >
',($T=="PROCEDURE"?"<td>".html_select("fields[$t][inout]",explode("|",$Ud),$o["inout"]):""),' < th > ';if($fc){echo' < input name = " fields[', $t ,'][field] " value = " ',h( $o["field"] ),' " data - maxlength = " 64 " autocapitalize = " off " aria - labelledby = " label-name " > ';}echo' < input type = " hidden " name = " fields[', $t ,'][orig] " value = " ',h( $Ef ),' " > ';edit_type("fields[$t]",$o,$nb,$hd);if($T=="TABLE"){echo' < td > ',checkbox("fields[$t][null]",1,$o["null"],"","","block","label-null"),' < td >< label class = " block " >< input type = " radio " name = " auto_increment_col " value = " ', $t ,' " ';if($o["auto_increment"]){echo' checked ';}echo' aria - labelledby = " label-ai " ></ label >< td ',$Yb,' > ',checkbox("fields[$t][has_default]",1,$o["has_default"],"","","","label-default"),' < input name = " fields[', $t ,'][default] " value = " ',h( $o["default"] ),' " aria - labelledby = " label-default " > ',(support("comment")?"<td$tb><input name=' fields [ $t ][ comment ] ' value=' " .h( $o["comment"] ). " ' data-maxlength=' " .(min_version(5.5)?1024:255). " ' aria-labelledby=' label - comment '>":"");}echo"<td>",(support("move_col")?"<input type=' image ' class=' icon ' name=' add [ $t ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = plus . gif & version = 4.8 . 0 " ). " ' alt=' + ' title=' " .lang(108). " '> "."<input type=' image ' class=' icon ' name=' up [ $t ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = up . gif & version = 4.8 . 0 " ). " ' alt=' ↑ ' title=' " .lang(109). " '> "."<input type=' image ' class=' icon ' name=' down [ $t ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = down . gif & version = 4.8 . 0 " ). " ' alt=' ↓ ' title=' " .lang(110). " '> ":""),($Ef==""||support("drop_col")?"<input type=' image ' class=' icon ' name=' drop_col [ $t ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = cross . gif & version = 4.8 . 0 " ). " ' alt=' x ' title=' " .lang(111). " ' > " : " " );}}function
process_fields ( & $p ){ $jf = 0 ; if ( $_POST [ " up " ]){ $pe = 0 ; foreach ( $p
as $z => $o ){ if ( key ( $_POST [ " up " ]) == $z ){ unset ( $p [ $z ]); array_splice ( $p , $pe , 0 , array ( $o )); break ;} if ( isset ( $o [ " field " ])) $pe = $jf ; $jf ++ ;}} elseif ( $_POST [ " down " ]){ $jd = false ; foreach ( $p
as $z => $o ){ if ( isset ( $o [ " field " ]) && $jd ){ unset ( $p [ key ( $_POST [ " down " ])]); array_splice ( $p , $jf , 0 , array ( $jd )); break ;} if ( key ( $_POST [ " down " ]) == $z ) $jd = $o ; $jf ++ ;}} elseif ( $_POST [ " add " ]){ $p = array_values ( $p ); array_splice ( $p , key ( $_POST [ " add " ]), 0 , array ( array ()));} elseif ( ! $_POST [ " drop_col " ]) return
2014-05-08 19:46:08 +02:00
false ; return
true ;} function
2021-05-08 19:20:46 +02:00
normalize_enum ( $C ){ return " ' " . str_replace ( " ' " , " '' " , addcslashes ( stripcslashes ( str_replace ( $C [ 0 ][ 0 ] . $C [ 0 ][ 0 ], $C [ 0 ][ 0 ], substr ( $C [ 0 ], 1 , - 1 ))), '\\' )) . " ' " ;} function
grant ( $od , $rg , $e , $qf ){ if ( ! $rg ) return
true ; if ( $rg == array ( " ALL PRIVILEGES " , " GRANT OPTION " )) return ( $od == " GRANT " ? queries ( " $od ALL PRIVILEGES $qf WITH GRANT OPTION " ) : queries ( " $od ALL PRIVILEGES $qf " ) && queries ( " $od GRANT OPTION $qf " )); return
queries ( " $od " . preg_replace ( '~(GRANT OPTION)\([^)]*\)~' , '\1' , implode ( " $e , " , $rg ) . $e ) . $qf );} function
drop_create ( $jc , $i , $kc , $ci , $mc , $B , $Pe , $Ne , $Oe , $nf , $af ){ if ( $_POST [ " drop " ]) query_redirect ( $jc , $B , $Pe ); elseif ( $nf == " " ) query_redirect ( $i , $B , $Oe ); elseif ( $nf != $af ){ $Kb = queries ( $i ); queries_redirect ( $B , $Ne , $Kb && queries ( $jc )); if ( $Kb ) queries ( $kc );} else
queries_redirect ( $B , $Ne , queries ( $ci ) && queries ( $mc ) && queries ( $jc ) && queries ( $i ));} function
create_trigger ( $qf , $J ){ global $y ; $hi = " $J[Timing] $J[Event] " . ( $J [ " Event " ] == " UPDATE OF " ? " " . idf_escape ( $J [ " Of " ]) : " " ); return " CREATE TRIGGER " . idf_escape ( $J [ " Trigger " ]) . ( $y == " mssql " ? $qf . $hi : $hi . $qf ) . rtrim ( " $J[Type] \n $J[Statement] " , " ; " ) . " ; " ;} function
create_routine ( $Vg , $J ){ global $Ud , $y ; $N = array (); $p = ( array ) $J [ " fields " ]; ksort ( $p ); foreach ( $p
as $o ){ if ( $o [ " field " ] != " " ) $N [] = ( preg_match ( " ~^( $Ud ) \$ ~ " , $o [ " inout " ]) ? " $o[inout] " : " " ) . idf_escape ( $o [ " field " ]) . process_type ( $o , " CHARACTER SET " );} $Zb = rtrim ( " \n $J[definition] " , " ; " ); return " CREATE $Vg " . idf_escape ( trim ( $J [ " name " ])) . " ( " . implode ( " , " , $N ) . " ) " . ( isset ( $_GET [ " function " ]) ? " RETURNS " . process_type ( $J [ " returns " ], " CHARACTER SET " ) : " " ) . ( $J [ " language " ] ? " LANGUAGE $J[language] " : " " ) . ( $y == " pgsql " ? " AS " . q ( $Zb ) : " $Zb ; " );} function
2021-02-05 07:05:51 +01:00
remove_definer ( $G ){ return
preg_replace ( '~^([A-Z =]+) DEFINER=`' . preg_replace ( '~@(.*)~' , '`@`(%|\1)' , logged_user ()) . '`~' , '\1' , $G );} function
2021-05-08 19:20:46 +02:00
format_foreign_key ( $r ){ global $rf ; $l = $r [ " db " ]; $ef = $r [ " ns " ]; return " FOREIGN KEY ( " . implode ( " , " , array_map ( 'idf_escape' , $r [ " source " ])) . " ) REFERENCES " . ( $l != " " && $l != $_GET [ " db " ] ? idf_escape ( $l ) . " . " : " " ) . ( $ef != " " && $ef != $_GET [ " ns " ] ? idf_escape ( $ef ) . " . " : " " ) . table ( $r [ " table " ]) . " ( " . implode ( " , " , array_map ( 'idf_escape' , $r [ " target " ])) . " ) " . ( preg_match ( " ~^( $rf ) \$ ~ " , $r [ " on_delete " ]) ? " ON DELETE $r[on_delete] " : " " ) . ( preg_match ( " ~^( $rf ) \$ ~ " , $r [ " on_update " ]) ? " ON UPDATE $r[on_update] " : " " );} function
tar_file ( $q , $mi ){ $I = pack ( " a100a8a8a8a12a12 " , $q , 644 , 0 , 0 , decoct ( $mi -> size ), decoct ( time ())); $fb = 8 * 32 ; for ( $t = 0 ; $t < strlen ( $I ); $t ++ ) $fb += ord ( $I [ $t ]); $I .= sprintf ( " %06o " , $fb ) . " \0 " ; echo $I , str_repeat ( " \0 " , 512 - strlen ( $I )); $mi -> send (); echo
str_repeat ( " \0 " , 511 - ( $mi -> size + 511 ) % 512 );} function
2021-02-05 07:05:51 +01:00
ini_bytes ( $Td ){ $X = ini_get ( $Td ); switch ( strtolower ( substr ( $X , - 1 ))){ case 'g' : $X *= 1024 ; case 'm' : $X *= 1024 ; case 'k' : $X *= 1024 ;} return $X ;} function
2021-05-08 19:20:46 +02:00
doc_link ( $ag , $di = " <sup>?</sup> " ){ global $y , $g ; $mh = $g -> server_info ; $Yi = preg_replace ( '~^(\d\.?\d).*~s' , '\1' , $mh ); $Ni = array ( 'sql' => " https://dev.mysql.com/doc/refman/ $Yi /en/ " , 'sqlite' => " https://www.sqlite.org/ " , 'pgsql' => " https://www.postgresql.org/docs/ $Yi / " , 'mssql' => " https://msdn.microsoft.com/library/ " , 'oracle' => " https://www.oracle.com/pls/topic/lookup?ctx=db " . preg_replace ( '~^.* (\d+)\.(\d+)\.\d+\.\d+\.\d+.*~s' , '\1\2' , $mh ) . " &id= " ,); if ( preg_match ( '~MariaDB~' , $mh )){ $Ni [ 'sql' ] = " https://mariadb.com/kb/en/library/ " ; $ag [ 'sql' ] = ( isset ( $ag [ 'mariadb' ]) ? $ag [ 'mariadb' ] : str_replace ( " .html " , " / " , $ag [ 'sql' ]));} return ( $ag [ $y ] ? " <a href=' $Ni[$y] $ag[$y] ' " . target_blank () . " > $di </a> " : " " );} function
ob_gzencode ( $P ){ return
gzencode ( $P );} function
db_size ( $l ){ global $g ; if ( ! $g -> select_db ( $l )) return " ? " ; $I = 0 ; foreach ( table_status () as $R ) $I += $R [ " Data_length " ] + $R [ " Index_length " ]; return
2021-02-05 07:05:51 +01:00
format_number ( $I );} function
2021-05-08 19:20:46 +02:00
set_utf8mb4 ( $i ){ global $g ; static $N = false ; if ( ! $N && preg_match ( '~\butf8mb4~i' , $i )){ $N = true ; echo " SET NAMES " . charset ( $g ) . " ; \n \n " ;}} function
connect_error (){ global $b , $g , $pi , $n , $ic ; if ( DB != " " ){ header ( " HTTP/1.1 404 Not Found " ); page_header ( lang ( 37 ) . " : " . h ( DB ), lang ( 112 ), true );} else { if ( $_POST [ " db " ] &&! $n ) queries_redirect ( substr ( ME , 0 , - 1 ), lang ( 113 ), drop_databases ( $_POST [ " db " ])); page_header ( lang ( 114 ), $n , false ); echo " <p class='links'> \n " ; foreach ( array ( 'database' => lang ( 115 ), 'privileges' => lang ( 71 ), 'processlist' => lang ( 116 ), 'variables' => lang ( 117 ), 'status' => lang ( 118 ),) as $z => $X ){ if ( support ( $z )) echo " <a href=' " . h ( ME ) . " $z ='> $X </a> \n " ;} echo " <p> " . lang ( 119 , $ic [ DRIVER ], " <b> " . h ( $g -> server_info ) . " </b> " , " <b> $g->extension </b> " ) . " \n " , " <p> " . lang ( 120 , " <b> " . h ( logged_user ()) . " </b> " ) . " \n " ; $k = $b -> databases (); if ( $k ){ $ch = support ( " scheme " ); $nb = collations (); echo " <form action='' method='post'> \n " , " <table cellspacing='0' class='checkable'> \n " , script ( " mixin(qsl('table'), { onclick: tableClick, ondblclick: partialArg(tableClick, true)}); " ), " <thead><tr> " . ( support ( " database " ) ? " <td> " : " " ) . " <th> " . lang ( 37 ) . " - <a href=' " . h ( ME ) . " refresh=1'> " . lang ( 121 ) . " </a> " . " <td> " . lang ( 122 ) . " <td> " . lang ( 123 ) . " <td> " . lang ( 124 ) . " - <a href=' " . h ( ME ) . " dbsize=1'> " . lang ( 125 ) . " </a> " . script ( " qsl('a').onclick = partial(ajaxSetHtml, ' " . js_escape ( ME ) . " script=connect'); " , " " ) . " </thead> \n " ; $k = ( $_GET [ " dbsize " ] ? count_tables ( $k ) : array_flip ( $k )); foreach ( $k
as $l => $S ){ $Ug = h ( ME ) . " db= " . urlencode ( $l ); $u = h ( " Db- " . $l ); echo " <tr " . odd () . " > " . ( support ( " database " ) ? " <td> " . checkbox ( " db[] " , $l , in_array ( $l ,( array ) $_POST [ " db " ]), " " , " " , " " , $u ) : " " ), " <th><a href=' $Ug ' id=' $u '> " . h ( $l ) . " </a> " ; $mb = h ( db_collation ( $l , $nb )); echo " <td> " . ( support ( " database " ) ? " <a href=' $Ug " . ( $ch ? " &ns= " : " " ) . " &database=' title=' " . lang ( 67 ) . " '> $mb </a> " : $mb ), " <td align='right'><a href=' $Ug &schema=' id='tables- " . h ( $l ) . " ' title=' " . lang ( 70 ) . " '> " . ( $_GET [ " dbsize " ] ? $S : " ? " ) . " </a> " , " <td align='right' id='size- " . h ( $l ) . " '> " . ( $_GET [ " dbsize " ] ? db_size ( $l ) : " ? " ), " \n " ;} echo " </table> \n " ,( support ( " database " ) ? " <div class='footer'><div> \n " . " <fieldset><legend> " . lang ( 126 ) . " <span id='selected'></span></legend><div> \n " . " <input type='hidden' name='all' value=''> " . script ( " qsl('input').onclick = function () { selectCount('selected', formChecked(this, /^db/)); }; " ) . " <input type='submit' name='drop' value=' " . lang ( 127 ) . " '> " . confirm () . " \n " . " </div></fieldset> \n " . " </div></div> \n " : " " ), " <input type='hidden' name='token' value=' $pi '> \n " , " </form> \n " , script ( " tableCheck(); " );}} page_footer ( " db " );} if ( isset ( $_GET [ " status " ])) $_GET [ " variables " ] = $_GET [ " status " ]; if ( isset ( $_GET [ " import " ])) $_GET [ " sql " ] = $_GET [ " import " ]; if ( ! ( DB != " " ? $g -> select_db ( DB ) : isset ( $_GET [ " sql " ]) || isset ( $_GET [ " dump " ]) || isset ( $_GET [ " database " ]) || isset ( $_GET [ " processlist " ]) || isset ( $_GET [ " privileges " ]) || isset ( $_GET [ " user " ]) || isset ( $_GET [ " variables " ]) || $_GET [ " script " ] == " connect " || $_GET [ " script " ] == " kill " )){ if ( DB != " " || $_GET [ " refresh " ]){ restart_session (); set_session ( " dbs " , null );} connect_error (); exit ;} if ( support ( " scheme " ) && DB != " " && $_GET [ " ns " ] !== " " ){ if ( ! isset ( $_GET [ " ns " ])) redirect ( preg_replace ( '~ns=[^&]*&~' , '' , ME ) . " ns= " . get_schema ()); if ( ! set_schema ( $_GET [ " ns " ])){ header ( " HTTP/1.1 404 Not Found " ); page_header ( lang ( 77 ) . " : " . h ( $_GET [ " ns " ]), lang ( 128 ), true ); page_footer ( " ns " ); exit ;}} $rf = " RESTRICT|NO ACTION|CASCADE|SET NULL|SET DEFAULT " ; class
2014-05-08 19:46:08 +02:00
TmpFile { var $handler ; var $size ; function
2017-06-25 00:56:50 +02:00
__construct (){ $this -> handler = tmpfile ();} function
2021-05-08 19:20:46 +02:00
write ( $Db ){ $this -> size += strlen ( $Db ); fwrite ( $this -> handler , $Db );} function
send (){ fseek ( $this -> handler , 0 ); fpassthru ( $this -> handler ); fclose ( $this -> handler );}} $_c = " '(?:''|[^' \\ \\ ]| \\ \\ .)*' " ; $Ud = " IN|OUT|INOUT " ; if ( isset ( $_GET [ " select " ]) && ( $_POST [ " edit " ] || $_POST [ " clone " ]) &&! $_POST [ " save " ]) $_GET [ " edit " ] = $_GET [ " select " ]; if ( isset ( $_GET [ " callf " ])) $_GET [ " call " ] = $_GET [ " callf " ]; if ( isset ( $_GET [ " function " ])) $_GET [ " procedure " ] = $_GET [ " function " ]; if ( isset ( $_GET [ " download " ])){ $a = $_GET [ " download " ]; $p = fields ( $a ); header ( " Content-Type: application/octet-stream " ); header ( " Content-Disposition: attachment; filename= " . friendly_url ( " $a - " . implode ( " _ " , $_GET [ " where " ])) . " . " . friendly_url ( $_GET [ " field " ])); $L = array ( idf_escape ( $_GET [ " field " ])); $H = $m -> select ( $a , $L , array ( where ( $_GET , $p )), $L ); $J = ( $H ? $H -> fetch_row () : array ()); echo $m -> value ( $J [ 0 ], $p [ $_GET [ " field " ]]); exit ;} elseif ( isset ( $_GET [ " table " ])){ $a = $_GET [ " table " ]; $p = fields ( $a ); if ( ! $p ) $n = error (); $R = table_status1 ( $a , true ); $D = $b -> tableName ( $R ); page_header (( $p && is_view ( $R ) ? $R [ 'Engine' ] == 'materialized view' ? lang ( 129 ) : lang ( 130 ) : lang ( 131 )) . " : " . ( $D != " " ? $D : h ( $a )), $n ); $b -> selectLinks ( $R ); $sb = $R [ " Comment " ]; if ( $sb != " " ) echo " <p class='nowrap'> " . lang ( 50 ) . " : " . h ( $sb ) . " \n " ; if ( $p ) $b -> tableStructurePrint ( $p ); if ( ! is_view ( $R )){ if ( support ( " indexes " )){ echo " <h3 id='indexes'> " . lang ( 132 ) . " </h3> \n " ; $x = indexes ( $a ); if ( $x ) $b -> tableIndexesPrint ( $x ); echo '<p class="links"><a href="' . h ( ME ) . 'indexes=' . urlencode ( $a ) . '">' . lang ( 133 ) . " </a> \n " ;} if ( fk_support ( $R )){ echo " <h3 id='foreign-keys'> " . lang ( 100 ) . " </h3> \n " ; $hd = foreign_keys ( $a ); if ( $hd ){ echo " <table cellspacing='0'> \n " , " <thead><tr><th> " . lang ( 134 ) . " <td> " . lang ( 135 ) . " <td> " . lang ( 103 ) . " <td> " . lang ( 102 ) . " <td></thead> \n " ; foreach ( $hd
as $D => $r ){ echo " <tr title=' " . h ( $D ) . " '> " , " <th><i> " . implode ( " </i>, <i> " , array_map ( 'h' , $r [ " source " ])) . " </i> " , " <td><a href=' " . h ( $r [ " db " ] != " " ? preg_replace ( '~db=[^&]*~' , " db= " . urlencode ( $r [ " db " ]), ME ) : ( $r [ " ns " ] != " " ? preg_replace ( '~ns=[^&]*~' , " ns= " . urlencode ( $r [ " ns " ]), ME ) : ME )) . " table= " . urlencode ( $r [ " table " ]) . " '> " . ( $r [ " db " ] != " " ? " <b> " . h ( $r [ " db " ]) . " </b>. " : " " ) . ( $r [ " ns " ] != " " ? " <b> " . h ( $r [ " ns " ]) . " </b>. " : " " ) . h ( $r [ " table " ]) . " </a> " , " (<i> " . implode ( " </i>, <i> " , array_map ( 'h' , $r [ " target " ])) . " </i>) " , " <td> " . h ( $r [ " on_delete " ]) . " \n " , " <td> " . h ( $r [ " on_update " ]) . " \n " , '<td><a href="' . h ( ME . 'foreign=' . urlencode ( $a ) . '&name=' . urlencode ( $D )) . '">' . lang ( 136 ) . '</a>' ;} echo " </table> \n " ;} echo '<p class="links"><a href="' . h ( ME ) . 'foreign=' . urlencode ( $a ) . '">' . lang ( 137 ) . " </a> \n " ;}} if ( support ( is_view ( $R ) ? " view_trigger " : " trigger " )){ echo " <h3 id='triggers'> " . lang ( 138 ) . " </h3> \n " ; $Ai = triggers ( $a ); if ( $Ai ){ echo " <table cellspacing='0'> \n " ; foreach ( $Ai
as $z => $X ) echo " <tr valign='top'><td> " . h ( $X [ 0 ]) . " <td> " . h ( $X [ 1 ]) . " <th> " . h ( $z ) . " <td><a href=' " . h ( ME . 'trigger=' . urlencode ( $a ) . '&name=' . urlencode ( $z )) . " '> " . lang ( 136 ) . " </a> \n " ; echo " </table> \n " ;} echo '<p class="links"><a href="' . h ( ME ) . 'trigger=' . urlencode ( $a ) . '">' . lang ( 139 ) . " </a> \n " ;}} elseif ( isset ( $_GET [ " schema " ])){ page_header ( lang ( 70 ), " " , array (), h ( DB . ( $_GET [ " ns " ] ? " . $_GET[ns] " : " " ))); $Sh = array (); $Th = array (); $ea = ( $_GET [ " schema " ] ? $_GET [ " schema " ] : $_COOKIE [ " adminer_schema- " . str_replace ( " . " , " _ " , DB )]); preg_match_all ( '~([^:]+):([-0-9.]+)x([-0-9.]+)(_|$)~' , $ea , $Ee , PREG_SET_ORDER ); foreach ( $Ee
as $t => $C ){ $Sh [ $C [ 1 ]] = array ( $C [ 2 ], $C [ 3 ]); $Th [] = " \n \t ' " . js_escape ( $C [ 1 ]) . " ': [ $C[2] , $C[3] ] " ;} $qi = 0 ; $Qa =- 1 ; $bh = array (); $Gg = array (); $te = array (); foreach ( table_status ( '' , true ) as $Q => $R ){ if ( is_view ( $R )) continue ; $gg = 0 ; $bh [ $Q ][ " fields " ] = array (); foreach ( fields ( $Q ) as $D => $o ){ $gg += 1.25 ; $o [ " pos " ] = $gg ; $bh [ $Q ][ " fields " ][ $D ] = $o ;} $bh [ $Q ][ " pos " ] = ( $Sh [ $Q ] ? $Sh [ $Q ] : array ( $qi , 0 )); foreach ( $b -> foreignKeys ( $Q ) as $X ){ if ( ! $X [ " db " ]){ $re = $Qa ; if ( $Sh [ $Q ][ 1 ] || $Sh [ $X [ " table " ]][ 1 ]) $re = min ( floatval ( $Sh [ $Q ][ 1 ]), floatval ( $Sh [ $X [ " table " ]][ 1 ])) - 1 ; else $Qa -=. 1 ; while ( $te [( string ) $re ]) $re -=. 0001 ; $bh [ $Q ][ " references " ][ $X [ " table " ]][( string ) $re ] = array ( $X [ " source " ], $X [ " target " ]); $Gg [ $X [ " table " ]][ $Q ][( string ) $re ] = $X [ " target " ]; $te [( string ) $re ] = true ;}} $qi = max ( $qi , $bh [ $Q ][ " pos " ][ 0 ] + 2.5 + $gg );} echo '<div id="schema" style="height: ' , $qi , ' em ; " >
2018-04-01 23:34:54 +02:00
< script ',nonce(),' >
qs ( \ ' #schema\').onselectstart = function () { return false; };
2021-05-08 19:20:46 +02:00
var tablePos = { ',implode(",",$Th)."\n",' };
var em = qs ( \ '#schema\').offsetHeight / ' , $qi , ' ;
2014-05-08 19:46:08 +02:00
document . onmousemove = schemaMousemove ;
2018-04-01 23:34:54 +02:00
document . onmouseup = partialArg ( schemaMouseup , \ '' , js_escape ( DB ), ' \ ' );
2014-05-08 19:46:08 +02:00
</ script >
2021-05-08 19:20:46 +02:00
' ; foreach ( $bh
as $D => $Q ){ echo " <div class='table' style='top: " . $Q [ " pos " ][ 0 ] . " em; left: " . $Q [ " pos " ][ 1 ] . " em;'> " , '<a href="' . h ( ME ) . 'table=' . urlencode ( $D ) . '"><b>' . h ( $D ) . " </b></a> " , script ( " qsl('div').onmousedown = schemaMousedown; " ); foreach ( $Q [ " fields " ] as $o ){ $X = '<span' . type_class ( $o [ " type " ]) . ' title="' . h ( $o [ " full_type " ] . ( $o [ " null " ] ? " NULL " : '' )) . '">' . h ( $o [ " field " ]) . '</span>' ; echo " <br> " . ( $o [ " primary " ] ? " <i> $X </i> " : $X );} foreach (( array ) $Q [ " references " ] as $Zh => $Hg ){ foreach ( $Hg
as $re => $Dg ){ $se = $re - $Sh [ $D ][ 1 ]; $t = 0 ; foreach ( $Dg [ 0 ] as $xh ) echo " \n <div class='references' title=' " . h ( $Zh ) . " ' id='refs $re - " . ( $t ++ ) . " ' style='left: $se " . " em; top: " . $Q [ " fields " ][ $xh ][ " pos " ] . " em; padding-top: .5em;'><div style='border-top: 1px solid Gray; width: " . ( - $se ) . " em;'></div></div> " ;}} foreach (( array ) $Gg [ $D ] as $Zh => $Hg ){ foreach ( $Hg
as $re => $e ){ $se = $re - $Sh [ $D ][ 1 ]; $t = 0 ; foreach ( $e
as $Yh ) echo " \n <div class='references' title=' " . h ( $Zh ) . " ' id='refd $re - " . ( $t ++ ) . " ' style='left: $se " . " em; top: " . $Q [ " fields " ][ $Yh ][ " pos " ] . " em; height: 1.25em; background: url( " . h ( preg_replace ( " ~ \\ ?.*~ " , " " , ME ) . " ?file=arrow.gif) no-repeat right center;&version=4.8.0 " ) . " '><div style='height: .5em; border-bottom: 1px solid Gray; width: " . ( - $se ) . " em;'></div></div> " ;}} echo " \n </div> \n " ;} foreach ( $bh
as $D => $Q ){ foreach (( array ) $Q [ " references " ] as $Zh => $Hg ){ foreach ( $Hg
as $re => $Dg ){ $Se = $qi ; $Ie =- 10 ; foreach ( $Dg [ 0 ] as $z => $xh ){ $hg = $Q [ " pos " ][ 0 ] + $Q [ " fields " ][ $xh ][ " pos " ]; $ig = $bh [ $Zh ][ " pos " ][ 0 ] + $bh [ $Zh ][ " fields " ][ $Dg [ 1 ][ $z ]][ " pos " ]; $Se = min ( $Se , $hg , $ig ); $Ie = max ( $Ie , $hg , $ig );} echo " <div class='references' id='refl $re ' style='left: $re " . " em; top: $Se " . " em; padding: .5em 0;'><div style='border-right: 1px solid Gray; margin-top: 1px; height: " . ( $Ie - $Se ) . " em;'></div></div> \n " ;}}} echo ' </ div >
2018-12-25 21:50:48 +01:00
< p class = " links " >< a href = " ',h(ME. " schema = " .urlencode( $ea )),' " id = " schema-link " > ',lang(140),' </ a >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["dump"])){$a=$_GET["dump"];if($_POST&&!$n){$Gb="";foreach(array("output","format","db_style","routines","events","table_style","auto_increment","triggers","data_style")as$z)$Gb.="&$z=".urlencode($_POST[$z]);cookie("adminer_export",substr($Gb,1));$S=array_flip((array)$_POST["tables"])+array_flip((array)$_POST["data"]);$Mc=dump_headers((count($S)==1?key($S):DB),(DB==""||count($S)>1));$ce=preg_match(' ~ sql ~ ' , $_POST [ " format " ]); if ( $ce ){ echo " -- Adminer $ia " . $ic [ DRIVER ] . " " . str_replace ( " \n " , " " , $g -> server_info ) . " dump \n \n " ; if ( $y == " sql " ){ echo " SET NAMES utf8;
2014-05-08 19:46:08 +02:00
SET time_zone = '+00:00' ;
2020-04-26 00:47:07 +02:00
SET foreign_key_checks = 0 ;
" .( $_POST["data_style"] ? " SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO' ;
2014-05-08 19:46:08 +02:00
" : " " ). "
2021-05-08 19:20:46 +02:00
" ; $g->query ( " SET time_zone = '+00:00' " ); $g->query ( " SET sql_mode = '' " );}} $Jh = $_POST["db_style"] ; $k =array(DB);if(DB== " " ) { $k = $_POST [ " databases " ]; if ( is_string ( $k )) $k = explode ( " \n " , rtrim ( str_replace ( " \r " , " " , $k ), " \n " )); } foreach((array) $k
as $l ){ $b -> dumpDatabase ( $l ); if ( $g -> select_db ( $l )){ if ( $ce && preg_match ( '~CREATE~' , $Jh ) && ( $i = $g -> result ( " SHOW CREATE DATABASE " . idf_escape ( $l ), 1 ))){ set_utf8mb4 ( $i ); if ( $Jh == " DROP+CREATE " ) echo " DROP DATABASE IF EXISTS " . idf_escape ( $l ) . " ; \n " ; echo " $i ; \n " ;} if ( $ce ){ if ( $Jh ) echo
use_sql ( $l ) . " ; \n \n " ; $Kf = " " ; if ( $_POST [ " routines " ]){ foreach ( array ( " FUNCTION " , " PROCEDURE " ) as $Vg ){ foreach ( get_rows ( " SHOW $Vg STATUS WHERE Db = " . q ( $l ), null , " -- " ) as $J ){ $i = remove_definer ( $g -> result ( " SHOW CREATE $Vg " . idf_escape ( $J [ " Name " ]), 2 )); set_utf8mb4 ( $i ); $Kf .= ( $Jh != 'DROP+CREATE' ? " DROP $Vg IF EXISTS " . idf_escape ( $J [ " Name " ]) . " ;; \n " : " " ) . " $i ;; \n \n " ;}}} if ( $_POST [ " events " ]){ foreach ( get_rows ( " SHOW EVENTS " , null , " -- " ) as $J ){ $i = remove_definer ( $g -> result ( " SHOW CREATE EVENT " . idf_escape ( $J [ " Name " ]), 3 )); set_utf8mb4 ( $i ); $Kf .= ( $Jh != 'DROP+CREATE' ? " DROP EVENT IF EXISTS " . idf_escape ( $J [ " Name " ]) . " ;; \n " : " " ) . " $i ;; \n \n " ;}} if ( $Kf ) echo " DELIMITER ;; \n \n $Kf " . " DELIMITER ; \n \n " ;} if ( $_POST [ " table_style " ] || $_POST [ " data_style " ]){ $aj = array (); foreach ( table_status ( '' , true ) as $D => $R ){ $Q = ( DB == " " || in_array ( $D ,( array ) $_POST [ " tables " ])); $Qb = ( DB == " " || in_array ( $D ,( array ) $_POST [ " data " ])); if ( $Q || $Qb ){ if ( $Mc == " tar " ){ $mi = new
TmpFile ; ob_start ( array ( $mi , 'write' ), 1e5 );} $b -> dumpTable ( $D ,( $Q ? $_POST [ " table_style " ] : " " ),( is_view ( $R ) ? 2 : 0 )); if ( is_view ( $R )) $aj [] = $D ; elseif ( $Qb ){ $p = fields ( $D ); $b -> dumpData ( $D , $_POST [ " data_style " ], " SELECT * " . convert_fields ( $p , $p ) . " FROM " . table ( $D ));} if ( $ce && $_POST [ " triggers " ] && $Q && ( $Ai = trigger_sql ( $D ))) echo " \n DELIMITER ;; \n $Ai\nDELIMITER ; \n " ; if ( $Mc == " tar " ){ ob_end_flush (); tar_file (( DB != " " ? " " : " $l / " ) . " $D .csv " , $mi );} elseif ( $ce ) echo " \n " ;}} if ( function_exists ( 'foreign_keys_sql' )){ foreach ( table_status ( '' , true ) as $D => $R ){ $Q = ( DB == " " || in_array ( $D ,( array ) $_POST [ " tables " ])); if ( $Q &&! is_view ( $R )) echo
foreign_keys_sql ( $D );}} foreach ( $aj
as $Zi ) $b -> dumpTable ( $Zi , $_POST [ " table_style " ], 1 ); if ( $Mc == " tar " ) echo
pack ( " x512 " );}}} if ( $ce ) echo " -- " . $g -> result ( " SELECT NOW() " ) . " \n " ; exit ;} page_header ( lang ( 73 ), $n ,( $_GET [ " export " ] != " " ? array ( " table " => $_GET [ " export " ]) : array ()), h ( DB )); echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2018-12-25 21:50:48 +01:00
< table cellspacing = " 0 " class = " layout " >
2021-05-08 19:20:46 +02:00
';$Ub=array(' ',' USE ',' DROP + CREATE ',' CREATE ');$Uh=array(' ',' DROP + CREATE ',' CREATE ');$Rb=array(' ',' TRUNCATE + INSERT ',' INSERT ');if($y=="sql")$Rb[]=' INSERT + UPDATE ';parse_str($_COOKIE["adminer_export"],$J);if(!$J)$J=array("output"=>"text","format"=>"sql","db_style"=>(DB!=""?"":"CREATE"),"table_style"=>"DROP+CREATE","data_style"=>"INSERT");if(!isset($J["events"])){$J["routines"]=$J["events"]=($_GET["dump"]=="");$J["triggers"]=$J["table_style"];}echo"<tr><th>".lang(141)."<td>".html_select("output",$b->dumpOutput(),$J["output"],0)."\n";echo"<tr><th>".lang(142)."<td>".html_select("format",$b->dumpFormat(),$J["format"],0)."\n";echo($y=="sqlite"?"":"<tr><th>".lang(37)."<td>".html_select(' db_style ',$Ub,$J["db_style"]).(support("routine")?checkbox("routines",1,$J["routines"],lang(143)):"").(support("event")?checkbox("events",1,$J["events"],lang(144)):"")),"<tr><th>".lang(123)."<td>".html_select(' table_style ',$Uh,$J["table_style"]).checkbox("auto_increment",1,$J["auto_increment"],lang(51)).(support("trigger")?checkbox("triggers",1,$J["triggers"],lang(138)):""),"<tr><th>".lang(145)."<td>".html_select(' data_style ',$Rb,$J["data_style"]),' </ table >
< p >< input type = " submit " value = " ',lang(73),' " >
< input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
< table cellspacing = " 0 " >
2021-05-08 19:20:46 +02:00
',script("qsl(' table ').onclick = dumpClick;");$lg=array();if(DB!=""){$db=($a!=""?"":" checked");echo"<thead><tr>","<th style=' text - align : left ; '><label class=' block '><input type=' checkbox ' id=' check - tables '$db>".lang(123)."</label>".script("qs(' #check-tables').onclick = partial(formCheck, /^tables\\[/);",""),"<th style='text-align: right;'><label class='block'>".lang(145)."<input type='checkbox' id='check-data'$db></label>".script("qs('#check-data').onclick = partial(formCheck, /^data\\[/);",""),"</thead>\n";$aj="";$Vh=tables_list();foreach($Vh
as $D => $T ){ $kg = preg_replace ( '~_.*~' , '' , $D ); $db = ( $a == " " || $a == ( substr ( $a , - 1 ) == " % " ? " $kg % " : $D )); $og = " <tr><td> " . checkbox ( " tables[] " , $D , $db , $D , " " , " block " ); if ( $T !== null &&! preg_match ( '~table~i' , $T )) $aj .= " $og\n " ; else
echo " $og <td align='right'><label class='block'><span id='Rows- " . h ( $D ) . " '></span> " . checkbox ( " data[] " , $D , $db ) . " </label> \n " ; $lg [ $kg ] ++ ;} echo $aj ; if ( $Vh ) echo
script ( " ajaxSetHtml(' " . js_escape ( ME ) . " script=db'); " );} else { echo " <thead><tr><th style='text-align: left;'> " , " <label class='block'><input type='checkbox' id='check-databases' " . ( $a == " " ? " checked " : " " ) . " > " . lang ( 37 ) . " </label> " , script ( " qs('#check-databases').onclick = partial(formCheck, /^databases \\ [/); " , " " ), " </thead> \n " ; $k = $b -> databases (); if ( $k ){ foreach ( $k
as $l ){ if ( ! information_schema ( $l )){ $kg = preg_replace ( '~_.*~' , '' , $l ); echo " <tr><td> " . checkbox ( " databases[] " , $l , $a == " " || $a == " $kg % " , $l , " " , " block " ) . " \n " ; $lg [ $kg ] ++ ;}}} else
2014-05-08 19:46:08 +02:00
echo " <tr><td><textarea name='databases' rows='10' cols='20'></textarea> " ;} echo ' </ table >
</ form >
2021-05-08 19:20:46 +02:00
' ; $Zc = true ; foreach ( $lg
as $z => $X ){ if ( $z != " " && $X > 1 ){ echo ( $Zc ? " <p> " : " " ) . " <a href=' " . h ( ME ) . " dump= " . urlencode ( " $z % " ) . " '> " . h ( $z ) . " </a> " ; $Zc = false ;}}} elseif ( isset ( $_GET [ " privileges " ])){ page_header ( lang ( 71 )); echo '<p class="links"><a href="' . h ( ME ) . 'user=">' . lang ( 146 ) . " </a> " ; $H = $g -> query ( " SELECT User, Host FROM mysql. " . ( DB == " " ? " user " : " db WHERE " . q ( DB ) . " LIKE Db " ) . " ORDER BY Host, User " ); $od = $H ; if ( ! $H ) $H = $g -> query ( " SELECT SUBSTRING_INDEX(CURRENT_USER, '@', 1) AS User, SUBSTRING_INDEX(CURRENT_USER, '@', -1) AS Host " ); echo " <form action=''><p> \n " ; hidden_fields_get (); echo " <input type='hidden' name='db' value=' " . h ( DB ) . " '> \n " ,( $od ? " " : " <input type='hidden' name='grant' value=''> \n " ), " <table cellspacing='0'> \n " , " <thead><tr><th> " . lang ( 35 ) . " <th> " . lang ( 34 ) . " <th></thead> \n " ; while ( $J = $H -> fetch_assoc ()) echo '<tr' . odd () . '><td>' . h ( $J [ " User " ]) . " <td> " . h ( $J [ " Host " ]) . '<td><a href="' . h ( ME . 'user=' . urlencode ( $J [ " User " ]) . '&host=' . urlencode ( $J [ " Host " ])) . '">' . lang ( 10 ) . " </a> \n " ; if ( ! $od || DB != " " ) echo " <tr " . odd () . " ><td><input name='user' autocapitalize='off'><td><input name='host' value='localhost' autocapitalize='off'><td><input type='submit' value=' " . lang ( 10 ) . " '> \n " ; echo " </table> \n " , " </form> \n " ;} elseif ( isset ( $_GET [ " sql " ])){ if ( ! $n && $_POST [ " export " ]){ dump_headers ( " sql " ); $b -> dumpTable ( " " , " " ); $b -> dumpData ( " " , " table " , $_POST [ " query " ]); exit ;} restart_session (); $Bd =& get_session ( " queries " ); $Ad =& $Bd [ DB ]; if ( ! $n && $_POST [ " clear " ]){ $Ad = array (); redirect ( remove_from_uri ( " history " ));} page_header (( isset ( $_GET [ " import " ]) ? lang ( 72 ) : lang ( 64 )), $n ); if ( ! $n && $_POST ){ $ld = false ; if ( ! isset ( $_GET [ " import " ])) $G = $_POST [ " query " ]; elseif ( $_POST [ " webfile " ]){ $Ah = $b -> importServerPath (); $ld =@ fopen (( file_exists ( $Ah ) ? $Ah : " compress.zlib:// $Ah .gz " ), " rb " ); $G = ( $ld ? fread ( $ld , 1e6 ) : false );} else $G = get_file ( " sql_file " , true ); if ( is_string ( $G )){ if ( function_exists ( 'memory_get_usage' )) @ ini_set ( " memory_limit " , max ( ini_bytes ( " memory_limit " ), 2 * strlen ( $G ) + memory_get_usage () + 8e6 )); if ( $G != " " && strlen ( $G ) < 1e6 ){ $wg = $G . ( preg_match ( " ~;[ \t \r \n ]* \$ ~ " , $G ) ? " " : " ; " ); if ( ! $Ad || reset ( end ( $Ad )) != $wg ){ restart_session (); $Ad [] = array ( $wg , time ()); set_session ( " queries " , $Bd ); stop_session ();}} $yh = " (?: \\ s|/ \\ *[ \ s \ S]*? \\ */|(?:#|-- )[^ \n ]* \n ?|-- \r ? \n ) " ; $ac = " ; " ; $jf = 0 ; $xc = true ; $h = connect (); if ( is_object ( $h ) && DB != " " ){ $h -> select_db ( DB ); if ( $_GET [ " ns " ] != " " ) set_schema ( $_GET [ " ns " ], $h );} $rb = 0 ; $Bc = array (); $Rf = '[\'"' . ( $y == " sql " ? '`#' : ( $y == " sqlite " ? '`[' : ( $y == " mssql " ? '[' : '' ))) . ']|/\*|-- |$' . ( $y == " pgsql " ? '|\$[^$]*\$' : '' ); $ri = microtime ( true ); parse_str ( $_COOKIE [ " adminer_export " ], $ya ); $oc = $b -> dumpFormat (); unset ( $oc [ " sql " ]); while ( $G != " " ){ if ( ! $jf && preg_match ( " ~^ $yh *+DELIMITER \\ s+( \\ S+)~i " , $G , $C )){ $ac = $C [ 1 ]; $G = substr ( $G , strlen ( $C [ 0 ]));} else { preg_match ( '(' . preg_quote ( $ac ) . " \\ s*| $Rf ) " , $G , $C , PREG_OFFSET_CAPTURE , $jf ); list ( $jd , $gg ) = $C [ 0 ]; if ( ! $jd && $ld &&! feof ( $ld )) $G .= fread ( $ld , 1e5 ); else { if ( ! $jd && rtrim ( $G ) == " " ) break ; $jf = $gg + strlen ( $jd ); if ( $jd && rtrim ( $jd ) != $ac ){ while ( preg_match ( '(' . ( $jd == '/*' ? '\*/' : ( $jd == '[' ? ']' : ( preg_match ( '~^-- |^#~' , $jd ) ? " \n " : preg_quote ( $jd ) . " | \\ \\ . " ))) . '|$)s' , $G , $C , PREG_OFFSET_CAPTURE , $jf )){ $Zg = $C [ 0 ][ 0 ]; if ( ! $Zg && $ld &&! feof ( $ld )) $G .= fread ( $ld , 1e5 ); else { $jf = $C [ 0 ][ 1 ] + strlen ( $Zg ); if ( $Zg [ 0 ] != " \\ " ) break ;}}} else { $xc = false ; $wg = substr ( $G , 0 , $gg ); $rb ++ ; $og = " <pre id='sql- $rb '><code class='jush- $y '> " . $b -> sqlCommandQuery ( $wg ) . " </code></pre> \n " ; if ( $y == " sqlite " && preg_match ( " ~^ $yh *+ATTACH \\ b~i " , $wg , $C )){ echo $og , " <p class='error'> " . lang ( 147 ) . " \n " ; $Bc [] = " <a href='#sql- $rb '> $rb </a> " ; if ( $_POST [ " error_stops " ]) break ;} else { if ( ! $_POST [ " only_errors " ]){ echo $og ; ob_flush (); flush ();} $Eh = microtime ( true ); if ( $g -> multi_query ( $wg ) && is_object ( $h ) && preg_match ( " ~^ $yh *+USE \\ b~i " , $wg )) $h -> query ( $wg ); do { $H = $g -> store_result (); if ( $g -> error ){ echo ( $_POST [ " only_errors " ] ? $og : " " ), " <p class='error'> " . lang ( 148 ) . ( $g -> errno ? " ( $g->errno ) " : " " ) . " : " . error () . " \n " ; $Bc [] = " <a href='#sql- $rb '> $rb </a> " ; if ( $_POST [ " error_stops " ]) break
2 ;} else { $fi = " <span class='time'>( " . format_time ( $Eh ) . " )</span> " . ( strlen ( $wg ) < 1000 ? " <a href=' " . h ( ME ) . " sql= " . urlencode ( trim ( $wg )) . " '> " . lang ( 10 ) . " </a> " : " " ); $_a = $g -> affected_rows ; $dj = ( $_POST [ " only_errors " ] ? " " : $m -> warnings ()); $ej = " warnings- $rb " ; if ( $dj ) $fi .= " , <a href='# $ej '> " . lang ( 46 ) . " </a> " . script ( " qsl('a').onclick = partial(toggle, ' $ej '); " , " " ); $Jc = null ; $Kc = " explain- $rb " ; if ( is_object ( $H )){ $_ = $_POST [ " limit " ]; $Df = select ( $H , $h , array (), $_ ); if ( ! $_POST [ " only_errors " ]){ echo " <form action='' method='post'> \n " ; $ff = $H -> num_rows ; echo " <p> " . ( $ff ? ( $_ && $ff > $_ ? lang ( 149 , $_ ) : " " ) . lang ( 150 , $ff ) : " " ), $fi ; if ( $h && preg_match ( " ~^( $yh | \\ ()*+SELECT \\ b~i " , $wg ) && ( $Jc = explain ( $h , $wg ))) echo " , <a href='# $Kc '>Explain</a> " . script ( " qsl('a').onclick = partial(toggle, ' $Kc '); " , " " ); $u = " export- $rb " ; echo " , <a href='# $u '> " . lang ( 73 ) . " </a> " . script ( " qsl('a').onclick = partial(toggle, ' $u '); " , " " ) . " <span id=' $u ' class='hidden'>: " . html_select ( " output " , $b -> dumpOutput (), $ya [ " output " ]) . " " . html_select ( " format " , $oc , $ya [ " format " ]) . " <input type='hidden' name='query' value=' " . h ( $wg ) . " '> " . " <input type='submit' name='export' value=' " . lang ( 73 ) . " '><input type='hidden' name='token' value=' $pi '></span> \n " . " </form> \n " ;}} else { if ( preg_match ( " ~^ $yh *+(CREATE|DROP|ALTER) $yh ++(DATABASE|SCHEMA) \\ b~i " , $wg )){ restart_session (); set_session ( " dbs " , null ); stop_session ();} if ( ! $_POST [ " only_errors " ]) echo " <p class='message' title=' " . h ( $g -> info ) . " '> " . lang ( 151 , $_a ) . " $fi\n " ;} echo ( $dj ? " <div id=' $ej ' class='hidden'> \n $dj </div> \n " : " " ); if ( $Jc ){ echo " <div id=' $Kc ' class='hidden'> \n " ; select ( $Jc , $h , $Df ); echo " </div> \n " ;}} $Eh = microtime ( true );} while ( $g -> next_result ());} $G = substr ( $G , $jf ); $jf = 0 ;}}}} if ( $xc ) echo " <p class='message'> " . lang ( 152 ) . " \n " ; elseif ( $_POST [ " only_errors " ]){ echo " <p class='message'> " . lang ( 153 , $rb - count ( $Bc )), " <span class='time'>( " . format_time ( $ri ) . " )</span> \n " ;} elseif ( $Bc && $rb > 1 ) echo " <p class='error'> " . lang ( 148 ) . " : " . implode ( " " , $Bc ) . " \n " ;} else
2021-02-05 07:05:51 +01:00
echo " <p class='error'> " . upload_error ( $G ) . " \n " ;} echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " enctype = " multipart/form-data " id = " form " >
2021-05-08 19:20:46 +02:00
';$Hc="<input type=' submit ' value=' " .lang(154). " ' title=' Ctrl + Enter ' > " ;if(!isset( $_GET["import"] )) { $wg = $_GET["sql"] ;if( $_POST ) $wg = $_POST["query"] ;elseif( $_GET["history"] == " all " ) $wg = $Ad ;elseif( $_GET["history"] != " " ) $wg = $Ad[$_GET["history"] ][0];echo " < p > " ;textarea( " query " , $wg ,20);echo
script (( $_POST ? " " : " qs('textarea').focus(); \n " ) . " qs('#form').onsubmit = partial(sqlSubmit, qs('#form'), ' " . js_escape ( remove_from_uri ( " sql|limit|error_stops|only_errors|history " )) . " '); " ), " <p> $Hc\n " , lang ( 155 ) . " : <input type='number' name='limit' class='size' value=' " . h ( $_POST ? $_POST [ " limit " ] : $_GET [ " limit " ]) . " '> \n " ;} else { echo " <fieldset><legend> " . lang ( 156 ) . " </legend><div> " ; $ud = ( extension_loaded ( " zlib " ) ? " [.gz] " : " " ); echo ( ini_bool ( " file_uploads " ) ? " SQL $ud (< " . ini_get ( " upload_max_filesize " ) . " B): <input type='file' name='sql_file[]' multiple> \n $Hc " : lang ( 157 )), " </div></fieldset> \n " ; $Jd = $b -> importServerPath (); if ( $Jd ){ echo " <fieldset><legend> " . lang ( 158 ) . " </legend><div> " , lang ( 159 , " <code> " . h ( $Jd ) . " $ud </code> " ), ' <input type="submit" name="webfile" value="' . lang ( 160 ) . '">' , " </div></fieldset> \n " ;} echo " <p> " ;} echo
checkbox ( " error_stops " , 1 ,( $_POST ? $_POST [ " error_stops " ] : isset ( $_GET [ " import " ]) || $_GET [ " error_stops " ]), lang ( 161 )) . " \n " , checkbox ( " only_errors " , 1 ,( $_POST ? $_POST [ " only_errors " ] : isset ( $_GET [ " import " ]) || $_GET [ " only_errors " ]), lang ( 162 )) . " \n " , " <input type='hidden' name='token' value=' $pi '> \n " ; if ( ! isset ( $_GET [ " import " ]) && $Ad ){ print_fieldset ( " history " , lang ( 163 ), $_GET [ " history " ] != " " ); for ( $X = end ( $Ad ); $X ; $X = prev ( $Ad )){ $z = key ( $Ad ); list ( $wg , $fi , $sc ) = $X ; echo '<a href="' . h ( ME . " sql=&history= $z " ) . '">' . lang ( 10 ) . " </a> " . " <span class='time' title=' " .@ date ( 'Y-m-d' , $fi ) . " '> " .@ date ( " H:i:s " , $fi ) . " </span> " . " <code class='jush- $y '> " . shorten_utf8 ( ltrim ( str_replace ( " \n " , " " , str_replace ( " \r " , " " , preg_replace ( '~^(#|-- ).*~m' , '' , $wg )))), 80 , " </code> " ) . ( $sc ? " <span class='time'>( $sc )</span> " : " " ) . " <br> \n " ;} echo " <input type='submit' name='clear' value=' " . lang ( 164 ) . " '> \n " , " <a href=' " . h ( ME . " sql=&history=all " ) . " '> " . lang ( 165 ) . " </a> \n " , " </div></fieldset> \n " ;} echo ' </ form >
' ;} elseif ( isset ( $_GET [ " edit " ])){ $a = $_GET [ " edit " ]; $p = fields ( $a ); $Z = ( isset ( $_GET [ " select " ]) ? ( $_POST [ " check " ] && count ( $_POST [ " check " ]) == 1 ? where_check ( $_POST [ " check " ][ 0 ], $p ) : " " ) : where ( $_GET , $p )); $Ki = ( isset ( $_GET [ " select " ]) ? $_POST [ " edit " ] : $Z ); foreach ( $p
as $D => $o ){ if ( ! isset ( $o [ " privileges " ][ $Ki ? " update " : " insert " ]) || $b -> fieldName ( $o ) == " " || $o [ " generated " ]) unset ( $p [ $D ]);} if ( $_POST &&! $n &&! isset ( $_GET [ " select " ])){ $B = $_POST [ " referer " ]; if ( $_POST [ " insert " ]) $B = ( $Ki ? null : $_SERVER [ " REQUEST_URI " ]); elseif ( ! preg_match ( '~^.+&select=.+$~' , $B )) $B = ME . " select= " . urlencode ( $a ); $x = indexes ( $a ); $Fi = unique_array ( $_GET [ " where " ], $x ); $zg = " \n WHERE $Z " ; if ( isset ( $_POST [ " delete " ])) queries_redirect ( $B , lang ( 166 ), $m -> delete ( $a , $zg , ! $Fi )); else { $N = array (); foreach ( $p
as $D => $o ){ $X = process_input ( $o ); if ( $X !== false && $X !== null ) $N [ idf_escape ( $D )] = $X ;} if ( $Ki ){ if ( ! $N ) redirect ( $B ); queries_redirect ( $B , lang ( 167 ), $m -> update ( $a , $N , $zg , ! $Fi )); if ( is_ajax ()){ page_headers (); page_messages ( $n ); exit ;}} else { $H = $m -> insert ( $a , $N ); $qe = ( $H ? last_id () : 0 ); queries_redirect ( $B , lang ( 168 ,( $qe ? " $qe " : " " )), $H );}}} $J = null ; if ( $_POST [ " save " ]) $J = ( array ) $_POST [ " fields " ]; elseif ( $Z ){ $L = array (); foreach ( $p
as $D => $o ){ if ( isset ( $o [ " privileges " ][ " select " ])){ $Ga = convert_field ( $o ); if ( $_POST [ " clone " ] && $o [ " auto_increment " ]) $Ga = " '' " ; if ( $y == " sql " && preg_match ( " ~enum|set~ " , $o [ " type " ])) $Ga = " 1* " . idf_escape ( $D ); $L [] = ( $Ga ? " $Ga AS " : " " ) . idf_escape ( $D );}} $J = array (); if ( ! support ( " table " )) $L = array ( " * " ); if ( $L ){ $H = $m -> select ( $a , $L , array ( $Z ), $L , array (),( isset ( $_GET [ " select " ]) ? 2 : 1 )); if ( ! $H ) $n = error (); else { $J = $H -> fetch_assoc (); if ( ! $J ) $J = false ;} if ( isset ( $_GET [ " select " ]) && ( ! $J || $H -> fetch_assoc ())) $J = null ;}} if ( ! support ( " table " ) &&! $p ){ if ( ! $Z ){ $H = $m -> select ( $a , array ( " * " ), $Z , array ( " * " )); $J = ( $H ? $H -> fetch_assoc () : false ); if ( ! $J ) $J = array ( $m -> primary => " " );} if ( $J ){ foreach ( $J
as $z => $X ){ if ( ! $Z ) $J [ $z ] = null ; $p [ $z ] = array ( " field " => $z , " null " => ( $z != $m -> primary ), " auto_increment " => ( $z == $m -> primary ));}}} edit_form ( $a , $p , $J , $Ki );} elseif ( isset ( $_GET [ " create " ])){ $a = $_GET [ " create " ]; $Tf = array (); foreach ( array ( 'HASH' , 'LINEAR HASH' , 'KEY' , 'LINEAR KEY' , 'RANGE' , 'LIST' ) as $z ) $Tf [ $z ] = $z ; $Fg = referencable_primary ( $a ); $hd = array (); foreach ( $Fg
as $Qh => $o ) $hd [ str_replace ( " ` " , " `` " , $Qh ) . " ` " . str_replace ( " ` " , " `` " , $o [ " field " ])] = $Qh ; $Gf = array (); $R = array (); if ( $a != " " ){ $Gf = fields ( $a ); $R = table_status ( $a ); if ( ! $R ) $n = lang ( 9 );} $J = $_POST ; $J [ " fields " ] = ( array ) $J [ " fields " ]; if ( $J [ " auto_increment_col " ]) $J [ " fields " ][ $J [ " auto_increment_col " ]][ " auto_increment " ] = true ; if ( $_POST ) set_adminer_settings ( array ( " comments " => $_POST [ " comments " ], " defaults " => $_POST [ " defaults " ])); if ( $_POST &&! process_fields ( $J [ " fields " ]) &&! $n ){ if ( $_POST [ " drop " ]) queries_redirect ( substr ( ME , 0 , - 1 ), lang ( 169 ), drop_tables ( array ( $a ))); else { $p = array (); $Da = array (); $Oi = false ; $fd = array (); $Ff = reset ( $Gf ); $Ba = " FIRST " ; foreach ( $J [ " fields " ] as $z => $o ){ $r = $hd [ $o [ " type " ]]; $Bi = ( $r !== null ? $Fg [ $r ] : $o ); if ( $o [ " field " ] != " " ){ if ( ! $o [ " has_default " ]) $o [ " default " ] = null ; if ( $z == $J [ " auto_increment_col " ]) $o [ " auto_increment " ] = true ; $tg = process_field ( $o , $Bi ); $Da [] = array ( $o [ " orig " ], $tg , $Ba ); if ( ! $Ff || $tg != process_field ( $Ff , $Ff )){ $p [] = array ( $o [ " orig " ], $tg , $Ba ); if ( $o [ " orig " ] != " " || $Ba ) $Oi = true ;} if ( $r !== null ) $fd [ idf_escape ( $o [ " field " ])] = ( $a != " " && $y != " sqlite " ? " ADD " : " " ) . format_foreign_key ( array ( 'table' => $hd [ $o [ " type " ]], 'source' => array ( $o [ " field " ]), 'target' => array ( $Bi [ " field " ]), 'on_delete' => $o [ " on_delete " ],)); $Ba = " AFTER " . idf_escape ( $o [ " field " ]);} elseif ( $o [ " orig " ] != " " ){ $Oi = true ; $p [] = array ( $o [ " orig " ]);} if ( $o [ " orig " ] != " " ){ $Ff = next ( $Gf ); if ( ! $Ff ) $Ba = " " ;}} $Vf = " " ; if ( $Tf [ $J [ " partition_by " ]]){ $Wf = array (); if ( $J [ " partition_by " ] == 'RANGE' || $J [ " partition_by " ] == 'LIST' ){ foreach ( array_filter ( $J [ " partition_names " ]) as $z => $X ){ $Y = $J [ " partition_values " ][ $z ]; $Wf [] = " \n PARTITION " . idf_escape ( $X ) . " VALUES " . ( $J [ " partition_by " ] == 'RANGE' ? " LESS THAN " : " IN " ) . ( $Y != " " ? " ( $Y ) " : " MAXVALUE " );}} $Vf .= " \n PARTITION BY $J[partition_by] ( $J[partition] ) " . ( $Wf ? " ( " . implode ( " , " , $Wf ) . " \n ) " : ( $J [ " partitions " ] ? " PARTITIONS " . ( + $J [ " partitions " ]) : " " ));} elseif ( support ( " partitioning " ) && preg_match ( " ~partitioned~ " , $R [ " Create_options " ])) $Vf .= " \n REMOVE PARTITIONING " ; $Me = lang ( 170 ); if ( $a == " " ){ cookie ( " adminer_engine " , $J [ " Engine " ]); $Me = lang ( 171 );} $D = trim ( $J [ " name " ]); queries_redirect ( ME . ( support ( " table " ) ? " table= " : " select= " ) . urlencode ( $D ), $Me , alter_table ( $a , $D ,( $y == " sqlite " && ( $Oi || $fd ) ? $Da : $p ), $fd ,( $J [ " Comment " ] != $R [ " Comment " ] ? $J [ " Comment " ] : null ),( $J [ " Engine " ] && $J [ " Engine " ] != $R [ " Engine " ] ? $J [ " Engine " ] : " " ),( $J [ " Collation " ] && $J [ " Collation " ] != $R [ " Collation " ] ? $J [ " Collation " ] : " " ),( $J [ " Auto_increment " ] != " " ? number ( $J [ " Auto_increment " ]) : " " ), $Vf ));}} page_header (( $a != " " ? lang ( 44 ) : lang ( 74 )), $n , array ( " table " => $a ), h ( $a )); if ( ! $_POST ){ $J = array ( " Engine " => $_COOKIE [ " adminer_engine " ], " fields " => array ( array ( " field " => " " , " type " => ( isset ( $U [ " int " ]) ? " int " : ( isset ( $U [ " integer " ]) ? " integer " : " " )), " on_update " => " " )), " partition_names " => array ( " " ),); if ( $a != " " ){ $J = $R ; $J [ " name " ] = $a ; $J [ " fields " ] = array (); if ( ! $_GET [ " auto_increment " ]) $J [ " Auto_increment " ] = " " ; foreach ( $Gf
as $o ){ $o [ " has_default " ] = isset ( $o [ " default " ]); $J [ " fields " ][] = $o ;} if ( support ( " partitioning " )){ $md = " FROM information_schema.PARTITIONS WHERE TABLE_SCHEMA = " . q ( DB ) . " AND TABLE_NAME = " . q ( $a ); $H = $g -> query ( " SELECT PARTITION_METHOD, PARTITION_ORDINAL_POSITION, PARTITION_EXPRESSION $md ORDER BY PARTITION_ORDINAL_POSITION DESC LIMIT 1 " ); list ( $J [ " partition_by " ], $J [ " partitions " ], $J [ " partition " ]) = $H -> fetch_row (); $Wf = get_key_vals ( " SELECT PARTITION_NAME, PARTITION_DESCRIPTION $md AND PARTITION_NAME != '' ORDER BY PARTITION_ORDINAL_POSITION " ); $Wf [ " " ] = " " ; $J [ " partition_names " ] = array_keys ( $Wf ); $J [ " partition_values " ] = array_values ( $Wf );}}} $nb = collations (); $zc = engines (); foreach ( $zc
as $yc ){ if ( ! strcasecmp ( $yc , $J [ " Engine " ])){ $J [ " Engine " ] = $yc ; break ;}} echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " id = " form " >
< p >
2018-04-01 23:34:54 +02:00
' ; if ( support ( " columns " ) || $a == " " ){ echo
2021-02-05 07:05:51 +01:00
lang ( 172 ), ': <input name="name" data-maxlength="64" value="' , h ( $J [ " name " ]), ' " autocapitalize= " off " >
2018-04-01 23:34:54 +02:00
' ; if ( $a == " " &&! $_POST ) echo
2021-05-08 19:20:46 +02:00
script ( " focus(qs('#form')['name']); " ); echo ( $zc ? " <select name='Engine'> " . optionlist ( array ( " " => " ( " . lang ( 173 ) . " ) " ) + $zc , $J [ " Engine " ]) . " </select> " . on_help ( " getTarget(event).value " , 1 ) . script ( " qsl('select').onchange = helpClose; " ) : " " ), ' ' ,( $nb &&! preg_match ( " ~sqlite|mssql~ " , $y ) ? html_select ( " Collation " , array ( " " => " ( " . lang ( 101 ) . " ) " ) + $nb , $J [ " Collation " ]) : " " ), ' <input type="submit" value="' , lang ( 14 ), ' " >
2014-05-08 19:46:08 +02:00
';}echo'
2018-12-25 21:50:48 +01:00
';if(support("columns")){echo' < div class = " scrollable " >
< table cellspacing = " 0 " id = " edit-fields " class = " nowrap " >
2021-05-08 19:20:46 +02:00
';edit_fields($J["fields"],$nb,"TABLE",$hd);echo' </ table >
2020-04-26 00:47:07 +02:00
',script("editFields();"),' </ div >
2014-05-08 19:46:08 +02:00
< p >
2021-05-08 19:20:46 +02:00
',lang(51),' : < input type = " number " name = " Auto_increment " size = " 6 " value = " ',h( $J["Auto_increment"] ),' " >
',checkbox("defaults",1,($_POST?$_POST["defaults"]:adminer_setting("defaults")),lang(174),"columnShow(this.checked, 5)","jsonly"),(support("comment")?checkbox("comments",1,($_POST?$_POST["comments"]:adminer_setting("comments")),lang(50),"editingCommentsClick(this, true);","jsonly").' < input name = " Comment " value = " '.h( $J["Comment"] ).' " data - maxlength = " '.(min_version(5.5)?2048:60).' " > ':' '),' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
';}echo'
2021-05-08 19:20:46 +02:00
';if($a!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$a));}if(support("partitioning")){$Uf=preg_match(' ~ RANGE | LIST ~ ',$J["partition_by"]);print_fieldset("partition",lang(176),$J["partition_by"]);echo' < p >
',"<select name=' partition_by '>".optionlist(array(""=>"")+$Tf,$J["partition_by"])."</select>".on_help("getTarget(event).value.replace(/./, ' PARTITION BY \ $ & ')",1).script("qsl(' select ').onchange = partitionByChange;"),' ( < input name = " partition " value = " ',h( $J["partition"] ),' " > )
',lang(177),' : < input type = " number " name = " partitions " class = " size',( $Uf ||! $J["partition_by"] ? " hidden " : " " ),' " value = " ',h( $J["partitions"] ),' " >
< table cellspacing = " 0 " id = " partition-table " ',($Uf?"":" class=' hidden '"),' >
2018-12-25 21:50:48 +01:00
< thead >< tr >< th > ',lang(178),' < th > ',lang(179),' </ thead >
2021-02-05 07:05:51 +01:00
';foreach($J["partition_names"]as$z=>$X){echo' < tr > ',' < td >< input name = " partition_names[] " value = " '.h( $X ).' " autocapitalize = " off " > ',($z==count($J["partition_names"])-1?script("qsl(' input ').oninput = partitionNameChange;"):' '),' < td >< input name = " partition_values[] " value = " '.h( $J["partition_values"] [ $z ]).' " > ';}echo' </ table >
2014-05-08 19:46:08 +02:00
</ div ></ fieldset >
2021-05-08 19:20:46 +02:00
';}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["indexes"])){$a=$_GET["indexes"];$Md=array("PRIMARY","UNIQUE","INDEX");$R=table_status($a,true);if(preg_match(' ~ MyISAM | M ? aria '.(min_version(5.6,' 10.0 . 5 ')?' | InnoDB ':' ').' ~ i ',$R["Engine"]))$Md[]="FULLTEXT";if(preg_match(' ~ MyISAM | M ? aria '.(min_version(5.7,' 10.2 . 2 ')?' | InnoDB ':' ').' ~ i ' , $R [ " Engine " ])) $Md [] = " SPATIAL " ; $x = indexes ( $a ); $mg = array (); if ( $y == " mongo " ){ $mg = $x [ " _id_ " ]; unset ( $Md [ 0 ]); unset ( $x [ " _id_ " ]);} $J = $_POST ; if ( $_POST &&! $n &&! $_POST [ " add " ] &&! $_POST [ " drop_col " ]){ $c = array (); foreach ( $J [ " indexes " ] as $w ){ $D = $w [ " name " ]; if ( in_array ( $w [ " type " ], $Md )){ $e = array (); $we = array (); $cc = array (); $N = array (); ksort ( $w [ " columns " ]); foreach ( $w [ " columns " ] as $z => $d ){ if ( $d != " " ){ $ve = $w [ " lengths " ][ $z ]; $bc = $w [ " descs " ][ $z ]; $N [] = idf_escape ( $d ) . ( $ve ? " ( " . ( + $ve ) . " ) " : " " ) . ( $bc ? " DESC " : " " ); $e [] = $d ; $we [] = ( $ve ? $ve : null ); $cc [] = $bc ;}} if ( $e ){ $Ic = $x [ $D ]; if ( $Ic ){ ksort ( $Ic [ " columns " ]); ksort ( $Ic [ " lengths " ]); ksort ( $Ic [ " descs " ]); if ( $w [ " type " ] == $Ic [ " type " ] && array_values ( $Ic [ " columns " ]) === $e && ( ! $Ic [ " lengths " ] || array_values ( $Ic [ " lengths " ]) === $we ) && array_values ( $Ic [ " descs " ]) === $cc ){ unset ( $x [ $D ]); continue ;}} $c [] = array ( $w [ " type " ], $D , $N );}}} foreach ( $x
as $D => $Ic ) $c [] = array ( $Ic [ " type " ], $D , " DROP " ); if ( ! $c ) redirect ( ME . " table= " . urlencode ( $a )); queries_redirect ( ME . " table= " . urlencode ( $a ), lang ( 180 ), alter_indexes ( $a , $c ));} page_header ( lang ( 132 ), $n , array ( " table " => $a ), h ( $a )); $p = array_keys ( fields ( $a )); if ( $_POST [ " add " ]){ foreach ( $J [ " indexes " ] as $z => $w ){ if ( $w [ " columns " ][ count ( $w [ " columns " ])] != " " ) $J [ " indexes " ][ $z ][ " columns " ][] = " " ;} $w = end ( $J [ " indexes " ]); if ( $w [ " type " ] || array_filter ( $w [ " columns " ], 'strlen' )) $J [ " indexes " ][] = array ( " columns " => array ( 1 => " " ));} if ( ! $J ){ foreach ( $x
2021-02-05 07:05:51 +01:00
as $z => $w ){ $x [ $z ][ " name " ] = $z ; $x [ $z ][ " columns " ][] = " " ;} $x [] = array ( " columns " => array ( 1 => " " )); $J [ " indexes " ] = $x ;} echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2018-12-25 21:50:48 +01:00
< div class = " scrollable " >
2014-05-08 19:46:08 +02:00
< table cellspacing = " 0 " class = " nowrap " >
< thead >< tr >
2021-05-08 19:20:46 +02:00
< th id = " label-type " > ',lang(181),' < th >< input type = " submit " class = " wayoff " > ',lang(182),' < th id = " label-name " > ',lang(183),' < th >< noscript > ',"<input type=' image ' class=' icon ' name=' add [ 0 ] ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = plus . gif & version = 4.8 . 0 " ). " ' alt=' + ' title=' " .lang(108). " '>",' </ noscript >
2014-05-08 19:46:08 +02:00
</ thead >
2021-05-08 19:20:46 +02:00
' ; if ( $mg ){ echo " <tr><td>PRIMARY<td> " ; foreach ( $mg [ " columns " ] as $z => $d ){ echo
select_input ( " disabled " , $p , $d ), " <label><input disabled type='checkbox'> " . lang ( 59 ) . " </label> " ;} echo " <td><td> \n " ;} $fe = 1 ; foreach ( $J [ " indexes " ] as $w ){ if ( ! $_POST [ " drop_col " ] || $fe != key ( $_POST [ " drop_col " ])){ echo " <tr><td> " . html_select ( " indexes[ $fe ][type] " , array ( - 1 => " " ) + $Md , $w [ " type " ],( $fe == count ( $J [ " indexes " ]) ? " indexesAddRow.call(this); " : 1 ), " label-type " ), " <td> " ; ksort ( $w [ " columns " ]); $t = 1 ; foreach ( $w [ " columns " ] as $z => $d ){ echo " <span> " . select_input ( " name='indexes[ $fe ][columns][ $t ]' title=' " . lang ( 48 ) . " ' " ,( $p ? array_combine ( $p , $p ) : $p ), $d , " partial( " . ( $t == count ( $w [ " columns " ]) ? " indexesAddColumn " : " indexesChangeColumn " ) . " , ' " . js_escape ( $y == " sql " ? " " : $_GET [ " indexes " ] . " _ " ) . " ') " ),( $y == " sql " || $y == " mssql " ? " <input type='number' name='indexes[ $fe ][lengths][ $t ]' class='size' value=' " . h ( $w [ " lengths " ][ $z ]) . " ' title=' " . lang ( 106 ) . " '> " : " " ),( support ( " descidx " ) ? checkbox ( " indexes[ $fe ][descs][ $t ] " , 1 , $w [ " descs " ][ $z ], lang ( 59 )) : " " ), " </span> " ; $t ++ ;} echo " <td><input name='indexes[ $fe ][name]' value=' " . h ( $w [ " name " ]) . " ' autocapitalize='off' aria-labelledby='label-name'> \n " , " <td><input type='image' class='icon' name='drop_col[ $fe ]' src=' " . h ( preg_replace ( " ~ \\ ?.*~ " , " " , ME ) . " ?file=cross.gif&version=4.8.0 " ) . " ' alt='x' title=' " . lang ( 111 ) . " '> " . script ( " qsl('input').onclick = partial(editingRemoveRow, 'indexes \$ 1[type]'); " );} $fe ++ ;} echo ' </ table >
2018-12-25 21:50:48 +01:00
</ div >
2014-05-08 19:46:08 +02:00
< p >
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
< input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["database"])){$J=$_POST;if($_POST&&!$n&&!isset($_POST["add_x"])){$D=trim($J["name"]);if($_POST["drop"]){$_GET["db"]="";queries_redirect(remove_from_uri("db|database"),lang(184),drop_databases(array(DB)));}elseif(DB!==$D){if(DB!=""){$_GET["db"]=$D;queries_redirect(preg_replace(' ~ \bdb = [ ^& ] *&~ ',' ' , ME ) . " db= " . urlencode ( $D ), lang ( 185 ), rename_database ( $D , $J [ " collation " ]));} else { $k = explode ( " \n " , str_replace ( " \r " , " " , $D )); $Kh = true ; $pe = " " ; foreach ( $k
as $l ){ if ( count ( $k ) == 1 || $l != " " ){ if ( ! create_database ( $l , $J [ " collation " ])) $Kh = false ; $pe = $l ;}} restart_session (); set_session ( " dbs " , null ); queries_redirect ( ME . " db= " . urlencode ( $pe ), lang ( 186 ), $Kh );}} else { if ( ! $J [ " collation " ]) redirect ( substr ( ME , 0 , - 1 )); query_redirect ( " ALTER DATABASE " . idf_escape ( $D ) . ( preg_match ( '~^[a-z0-9_]+$~i' , $J [ " collation " ]) ? " COLLATE $J[collation] " : " " ), substr ( ME , 0 , - 1 ), lang ( 187 ));}} page_header ( DB != " " ? lang ( 67 ) : lang ( 115 ), $n , array (), h ( DB )); $nb = collations (); $D = DB ; if ( $_POST ) $D = $J [ " name " ]; elseif ( DB != " " ) $J [ " collation " ] = db_collation ( DB , $nb ); elseif ( $y == " sql " ){ foreach ( get_vals ( " SHOW GRANTS " ) as $od ){ if ( preg_match ( '~ ON (`(([^\\\\`]|``|\\\\.)*)%`\.\*)?~' , $od , $C ) && $C [ 1 ]){ $D = stripcslashes ( idf_unescape ( " ` $C[2] ` " )); break ;}}} echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
< p >
2021-05-08 19:20:46 +02:00
',($_POST["add_x"]||strpos($D,"\n")?' < textarea id = " name " name = " name " rows = " 10 " cols = " 40 " > '.h($D).' </ textarea >< br > ':' < input name = " name " id = " name " value = " '.h( $D ).' " data - maxlength = " 64 " autocapitalize = " off " > ')."\n".($nb?html_select("collation",array(""=>"(".lang(101).")")+$nb,$J["collation"]).doc_link(array(' sql '=>"charset-charsets.html",' mariadb '=>"supported-character-sets-and-collations/",' mssql '=>"ms187963.aspx",)):""),script("focus(qs(' #name'));"),'<input type="submit" value="',lang(14),'">
';if(DB!="")echo"<input type=' submit ' name=' drop ' value=' " .lang(127). " '>".confirm(lang(175,DB))."\n";elseif(!$_POST["add_x"]&&$_GET["db"]=="")echo"<input type=' image ' class=' icon ' name=' add ' src=' " .h(preg_replace( " ~ \\ ? .*~ " , " " ,ME). " ? file = plus . gif & version = 4.8 . 0 " ). " ' alt=' + ' title=' " .lang(108). " '>\n";echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2018-04-01 23:34:54 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["scheme"])){$J=$_POST;if($_POST&&!$n){$A=preg_replace(' ~ ns = [ ^& ] *&~ ',' ' , ME ) . " ns= " ; if ( $_POST [ " drop " ]) query_redirect ( " DROP SCHEMA " . idf_escape ( $_GET [ " ns " ]), $A , lang ( 188 )); else { $D = trim ( $J [ " name " ]); $A .= urlencode ( $D ); if ( $_GET [ " ns " ] == " " ) query_redirect ( " CREATE SCHEMA " . idf_escape ( $D ), $A , lang ( 189 )); elseif ( $_GET [ " ns " ] != $D ) query_redirect ( " ALTER SCHEMA " . idf_escape ( $_GET [ " ns " ]) . " RENAME TO " . idf_escape ( $D ), $A , lang ( 190 )); else
redirect ( $A );}} page_header ( $_GET [ " ns " ] != " " ? lang ( 68 ) : lang ( 69 ), $n ); if ( ! $J ) $J [ " name " ] = $_GET [ " ns " ]; echo '
2018-04-01 23:34:54 +02:00
< form action = " " method = " post " >
2021-02-05 07:05:51 +01:00
< p >< input name = " name " id = " name " value = " ',h( $J["name"] ),' " autocapitalize = " off " >
2018-04-01 23:34:54 +02:00
',script("focus(qs(' #name'));"),'<input type="submit" value="',lang(14),'">
2021-05-08 19:20:46 +02:00
';if($_GET["ns"]!="")echo"<input type=' submit ' name=' drop ' value=' " .lang(127). " '>".confirm(lang(175,$_GET["ns"]))."\n";echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["call"])){$da=($_GET["name"]?$_GET["name"]:$_GET["call"]);page_header(lang(191).": ".h($da),$n);$Vg=routine($_GET["call"],(isset($_GET["callf"])?"FUNCTION":"PROCEDURE"));$Kd=array();$Kf=array();foreach($Vg["fields"]as$t=>$o){if(substr($o["inout"],-3)=="OUT")$Kf[$t]="@".idf_escape($o["field"])." AS ".idf_escape($o["field"]);if(!$o["inout"]||substr($o["inout"],0,2)=="IN")$Kd[]=$t;}if(!$n&&$_POST){$Ya=array();foreach($Vg["fields"]as$z=>$o){if(in_array($z,$Kd)){$X=process_input($o);if($X===false)$X="' '";if(isset($Kf[$z]))$g->query("SET @".idf_escape($o["field"])." = $X");}$Ya[]=(isset($Kf[$z])?"@".idf_escape($o["field"]):$X);}$G=(isset($_GET["callf"])?"SELECT":"CALL")." ".table($da)."(".implode(", ",$Ya).")";$Eh=microtime(true);$H=$g->multi_query($G);$_a=$g->affected_rows;echo$b->selectQuery($G,$Eh,!$H);if(!$H)echo"<p class=' error ' > " .error(). " \n " ;else { $h =connect();if(is_object( $h )) $h->select_db (DB);do { $H = $g->store_result ();if(is_object( $H ))select( $H , $h );else
echo " <p class='message'> " . lang ( 192 , $_a ) . " <span class='time'> " .@ date ( " H:i:s " ) . " </span> \n " ;} while ( $g -> next_result ()); if ( $Kf ) select ( $g -> query ( " SELECT " . implode ( " , " , $Kf )));}} echo '
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2021-02-05 07:05:51 +01:00
';if($Kd){echo"<table cellspacing=' 0 ' class=' layout ' > \n " ;foreach( $Kd
2021-05-08 19:20:46 +02:00
as $z ){ $o = $Vg [ " fields " ][ $z ]; $D = $o [ " field " ]; echo " <tr><th> " . $b -> fieldName ( $o ); $Y = $_POST [ " fields " ][ $D ]; if ( $Y != " " ){ if ( $o [ " type " ] == " enum " ) $Y =+ $Y ; if ( $o [ " type " ] == " set " ) $Y = array_sum ( $Y );} input ( $o , $Y ,( string ) $_POST [ " function " ][ $D ]); echo " \n " ;} echo " </table> \n " ;} echo ' < p >
2018-12-25 21:50:48 +01:00
< input type = " submit " value = " ',lang(191),' " >
2021-05-08 19:20:46 +02:00
< input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["foreign"])){$a=$_GET["foreign"];$D=$_GET["name"];$J=$_POST;if($_POST&&!$n&&!$_POST["add"]&&!$_POST["change"]&&!$_POST["change-js"]){$Me=($_POST["drop"]?lang(193):($D!=""?lang(194):lang(195)));$B=ME."table=".urlencode($a);if(!$_POST["drop"]){$J["source"]=array_filter($J["source"],' strlen ');ksort($J["source"]);$Yh=array();foreach($J["source"]as$z=>$X)$Yh[$z]=$J["target"][$z];$J["target"]=$Yh;}if($y=="sqlite")queries_redirect($B,$Me,recreate_table($a,$a,array(),array(),array(" $D"=>($_POST["drop"]?"":" ".format_foreign_key($J)))));else{$c="ALTER TABLE ".table($a);$jc="\nDROP ".($y=="sql"?"FOREIGN KEY ":"CONSTRAINT ").idf_escape($D);if($_POST["drop"])query_redirect($c.$jc,$B,$Me);else{query_redirect($c.($D!=""?"$jc,":"")."\nADD".format_foreign_key($J),$B,$Me);$n=lang(196)."<br>$n";}}}page_header(lang(197),$n,array("table"=>$a),h($a));if($_POST){ksort($J["source"]);if($_POST["add"])$J["source"][]="";elseif($_POST["change"]||$_POST["change-js"])$J["target"]=array();}elseif($D!=""){$hd=foreign_keys($a);$J=$hd[$D];$J["source"][]="";}else{$J["table"]=$a;$J["source"]=array("");}echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2021-05-08 19:20:46 +02:00
';$xh=array_keys(fields($a));if($J["db"]!="")$g->select_db($J["db"]);if($J["ns"]!="")set_schema($J["ns"]);$Eg=array_keys(array_filter(table_status(' ',true),' fk_support '));$Yh=array_keys(fields(in_array($J["table"],$Eg)?$J["table"]:reset($Eg)));$sf="this.form[' change - js '].value = ' 1 ' ; this . form . submit (); " ;echo " < p > " .lang(198). " : " .html_select( " table " , $Eg , $J["table"] , $sf ). " \n " ;if( $y == " pgsql " )echo
lang ( 77 ) . " : " . html_select ( " ns " , $b -> schemas (), $J [ " ns " ] != " " ? $J [ " ns " ] : $_GET [ " ns " ], $sf ); elseif ( $y != " sqlite " ){ $Vb = array (); foreach ( $b -> databases () as $l ){ if ( ! information_schema ( $l )) $Vb [] = $l ;} echo
lang ( 76 ) . " : " . html_select ( " db " , $Vb , $J [ " db " ] != " " ? $J [ " db " ] : $_GET [ " db " ], $sf );} echo ' < input type = " hidden " name = " change-js " value = " " >
2018-12-25 21:50:48 +01:00
< noscript >< p >< input type = " submit " name = " change " value = " ',lang(199),' " ></ noscript >
2014-05-08 19:46:08 +02:00
< table cellspacing = " 0 " >
2018-12-25 21:50:48 +01:00
< thead >< tr >< th id = " label-source " > ',lang(134),' < th id = " label-target " > ',lang(135),' </ thead >
2021-05-08 19:20:46 +02:00
';$fe=0;foreach($J["source"]as$z=>$X){echo"<tr>","<td>".html_select("source[".(+$z)."]",array(-1=>"")+$xh,$X,($fe==count($J["source"])-1?"foreignAddRow.call(this);":1),"label-source"),"<td>".html_select("target[".(+$z)."]",$Yh,$J["target"][$z],1,"label-target");$fe++;}echo' </ table >
2014-05-08 19:46:08 +02:00
< p >
2021-05-08 19:20:46 +02:00
',lang(103),' : ',html_select("on_delete",array(-1=>"")+explode("|",$rf),$J["on_delete"]),' ',lang(102),' : ',html_select("on_update",array(-1=>"")+explode("|",$rf),$J["on_update"]),doc_link(array(' sql '=>"innodb-foreign-key-constraints.html",' mariadb '=>"foreign-keys/",' pgsql '=>"sql-createtable.html#SQL-CREATETABLE-REFERENCES",' mssql '=>"ms174979.aspx",' oracle '=>"https://docs.oracle.com/cd/B19306_01/server.102/b14200/clauses002.htm#sthref2903",)),' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2018-12-25 21:50:48 +01:00
< noscript >< p >< input type = " submit " name = " add " value = " ',lang(200),' " ></ noscript >
2021-05-08 19:20:46 +02:00
';if($D!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$D));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["view"])){$a=$_GET["view"];$J=$_POST;$Hf="VIEW";if($y=="pgsql"&&$a!=""){$O=table_status($a);$Hf=strtoupper($O["Engine"]);}if($_POST&&!$n){$D=trim($J["name"]);$Ga=" AS\n$J[select]";$B=ME."table=".urlencode($D);$Me=lang(201);$T=($_POST["materialized"]?"MATERIALIZED VIEW":"VIEW");if(!$_POST["drop"]&&$a==$D&&$y!="sqlite"&&$T=="VIEW"&&$Hf=="VIEW")query_redirect(($y=="mssql"?"ALTER":"CREATE OR REPLACE")." VIEW ".table($D).$Ga,$B,$Me);else{$ai=$D."_adminer_".uniqid();drop_create("DROP $Hf ".table($a),"CREATE $T ".table($D).$Ga,"DROP $T ".table($D),"CREATE $T ".table($ai).$Ga,"DROP $T ".table($ai),($_POST["drop"]?substr(ME,0,-1):$B),lang(202),$Me,lang(203),$a,$D);}}if(!$_POST&&$a!=""){$J=view($a);$J["name"]=$a;$J["materialized"]=($Hf!="VIEW");if(!$n)$n=error();}page_header(($a!=""?lang(43):lang(204)),$n,array("table"=>$a),h($a));echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2021-02-05 07:05:51 +01:00
< p > ',lang(183),' : < input name = " name " value = " ',h( $J["name"] ),' " data - maxlength = " 64 " autocapitalize = " off " >
',(support("materializedview")?" ".checkbox("materialized",1,$J["materialized"],lang(129)):""),' < p > ';textarea("select",$J["select"]);echo' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if($a!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$a));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["event"])){$aa=$_GET["event"];$Xd=array("YEAR","QUARTER","MONTH","DAY","HOUR","MINUTE","WEEK","SECOND","YEAR_MONTH","DAY_HOUR","DAY_MINUTE","DAY_SECOND","HOUR_MINUTE","HOUR_SECOND","MINUTE_SECOND");$Gh=array("ENABLED"=>"ENABLE","DISABLED"=>"DISABLE","SLAVESIDE_DISABLED"=>"DISABLE ON SLAVE");$J=$_POST;if($_POST&&!$n){if($_POST["drop"])query_redirect("DROP EVENT ".idf_escape($aa),substr(ME,0,-1),lang(205));elseif(in_array($J["INTERVAL_FIELD"],$Xd)&&isset($Gh[$J["STATUS"]])){$ah="\nON SCHEDULE ".($J["INTERVAL_VALUE"]?"EVERY ".q($J["INTERVAL_VALUE"])." $J[INTERVAL_FIELD]".($J["STARTS"]?" STARTS ".q($J["STARTS"]):"").($J["ENDS"]?" ENDS ".q($J["ENDS"]):""):"AT ".q($J["STARTS"]))." ON COMPLETION".($J["ON_COMPLETION"]?"":" NOT")." PRESERVE";queries_redirect(substr(ME,0,-1),($aa!=""?lang(206):lang(207)),queries(($aa!=""?"ALTER EVENT ".idf_escape($aa).$ah.($aa!=$J["EVENT_NAME"]?"\nRENAME TO ".idf_escape($J["EVENT_NAME"]):""):"CREATE EVENT ".idf_escape($J["EVENT_NAME"]).$ah)."\n".$Gh[$J["STATUS"]]." COMMENT ".q($J["EVENT_COMMENT"]).rtrim(" DO\n$J[EVENT_DEFINITION]",";").";"));}}page_header(($aa!=""?lang(208).": ".h($aa):lang(209)),$n);if(!$J&&$aa!=""){$K=get_rows("SELECT * FROM information_schema.EVENTS WHERE EVENT_SCHEMA = ".q(DB)." AND EVENT_NAME = ".q($aa));$J=reset($K);}echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2018-12-25 21:50:48 +01:00
< table cellspacing = " 0 " class = " layout " >
2021-02-05 07:05:51 +01:00
< tr >< th > ',lang(183),' < td >< input name = " EVENT_NAME " value = " ',h( $J["EVENT_NAME"] ),' " data - maxlength = " 64 " autocapitalize = " off " >
< tr >< th title = " datetime " > ',lang(210),' < td >< input name = " STARTS " value = " ',h( " $J [ EXECUTE_AT ] $J [ STARTS ] " ),' " >
< tr >< th title = " datetime " > ',lang(211),' < td >< input name = " ENDS " value = " ',h( $J["ENDS"] ),' " >
2021-05-08 19:20:46 +02:00
< tr >< th > ',lang(212),' < td >< input type = " number " name = " INTERVAL_VALUE " value = " ',h( $J["INTERVAL_VALUE"] ),' " class = " size " > ',html_select("INTERVAL_FIELD",$Xd,$J["INTERVAL_FIELD"]),' < tr >< th > ',lang(118),' < td > ',html_select("STATUS",$Gh,$J["STATUS"]),' < tr >< th > ',lang(50),' < td >< input name = " EVENT_COMMENT " value = " ',h( $J["EVENT_COMMENT"] ),' " data - maxlength = " 64 " >
2021-02-05 07:05:51 +01:00
< tr >< th >< td > ',checkbox("ON_COMPLETION","PRESERVE",$J["ON_COMPLETION"]=="PRESERVE",lang(213)),' </ table >
< p > ';textarea("EVENT_DEFINITION",$J["EVENT_DEFINITION"]);echo' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if($aa!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$aa));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["procedure"])){$da=($_GET["name"]?$_GET["name"]:$_GET["procedure"]);$Vg=(isset($_GET["function"])?"FUNCTION":"PROCEDURE");$J=$_POST;$J["fields"]=(array)$J["fields"];if($_POST&&!process_fields($J["fields"])&&!$n){$Ef=routine($_GET["procedure"],$Vg);$ai="$J[name]_adminer_".uniqid();drop_create("DROP $Vg ".routine_id($da,$Ef),create_routine($Vg,$J),"DROP $Vg ".routine_id($J["name"],$J),create_routine($Vg,array("name"=>$ai)+$J),"DROP $Vg ".routine_id($ai,$J),substr(ME,0,-1),lang(214),lang(215),lang(216),$da,$J["name"]);}page_header(($da!=""?(isset($_GET["function"])?lang(217):lang(218)).": ".h($da):(isset($_GET["function"])?lang(219):lang(220))),$n);if(!$_POST&&$da!=""){$J=routine($_GET["procedure"],$Vg);$J["name"]=$da;}$nb=get_vals("SHOW CHARACTER SET");sort($nb);$Wg=routine_languages();echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " id = " form " >
2021-02-05 07:05:51 +01:00
< p > ',lang(183),' : < input name = " name " value = " ',h( $J["name"] ),' " data - maxlength = " 64 " autocapitalize = " off " >
2021-05-08 19:20:46 +02:00
',($Wg?lang(19).": ".html_select("language",$Wg,$J["language"])."\n":""),' < input type = " submit " value = " ',lang(14),' " >
2018-12-25 21:50:48 +01:00
< div class = " scrollable " >
2014-05-08 19:46:08 +02:00
< table cellspacing = " 0 " class = " nowrap " >
2021-05-08 19:20:46 +02:00
';edit_fields($J["fields"],$nb,$Vg);if(isset($_GET["function"])){echo"<tr><td>".lang(221);edit_type("returns",$J["returns"],$nb,array(),($y=="pgsql"?array("void","trigger"):array()));}echo' </ table >
2020-04-26 00:47:07 +02:00
',script("editFields();"),' </ div >
2021-02-05 07:05:51 +01:00
< p > ';textarea("definition",$J["definition"]);echo' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if($da!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$da));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
' ;} elseif ( isset ( $_GET [ " sequence " ])){ $fa = $_GET [ " sequence " ]; $J = $_POST ; if ( $_POST &&! $n ){ $A = substr ( ME , 0 , - 1 ); $D = trim ( $J [ " name " ]); if ( $_POST [ " drop " ]) query_redirect ( " DROP SEQUENCE " . idf_escape ( $fa ), $A , lang ( 222 )); elseif ( $fa == " " ) query_redirect ( " CREATE SEQUENCE " . idf_escape ( $D ), $A , lang ( 223 )); elseif ( $fa != $D ) query_redirect ( " ALTER SEQUENCE " . idf_escape ( $fa ) . " RENAME TO " . idf_escape ( $D ), $A , lang ( 224 )); else
redirect ( $A );} page_header ( $fa != " " ? lang ( 225 ) . " : " . h ( $fa ) : lang ( 226 ), $n ); if ( ! $J ) $J [ " name " ] = $fa ; echo '
2018-04-01 23:34:54 +02:00
< form action = " " method = " post " >
2021-02-05 07:05:51 +01:00
< p >< input name = " name " value = " ',h( $J["name"] ),' " autocapitalize = " off " >
2018-04-01 23:34:54 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if($fa!="")echo"<input type=' submit ' name=' drop ' value=' " .lang(127). " '>".confirm(lang(175,$fa))."\n";echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2018-04-01 23:34:54 +02:00
</ form >
2021-05-08 19:20:46 +02:00
' ;} elseif ( isset ( $_GET [ " type " ])){ $ga = $_GET [ " type " ]; $J = $_POST ; if ( $_POST &&! $n ){ $A = substr ( ME , 0 , - 1 ); if ( $_POST [ " drop " ]) query_redirect ( " DROP TYPE " . idf_escape ( $ga ), $A , lang ( 227 )); else
query_redirect ( " CREATE TYPE " . idf_escape ( trim ( $J [ " name " ])) . " $J[as] " , $A , lang ( 228 ));} page_header ( $ga != " " ? lang ( 229 ) . " : " . h ( $ga ) : lang ( 230 ), $n ); if ( ! $J ) $J [ " as " ] = " AS " ; echo '
2018-04-01 23:34:54 +02:00
< form action = " " method = " post " >
< p >
2021-05-08 19:20:46 +02:00
';if($ga!="")echo"<input type=' submit ' name=' drop ' value=' " .lang(127). " '>".confirm(lang(175,$ga))."\n";else{echo"<input name=' name ' value=' " .h( $J['name'] ). " ' autocapitalize=' off '>\n";textarea("as",$J["as"]);echo"<p><input type=' submit ' value=' " .lang(14). " '>\n";}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2018-04-01 23:34:54 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["trigger"])){$a=$_GET["trigger"];$D=$_GET["name"];$_i=trigger_options();$J=(array)trigger($D)+array("Trigger"=>$a."_bi");if($_POST){if(!$n&&in_array($_POST["Timing"],$_i["Timing"])&&in_array($_POST["Event"],$_i["Event"])&&in_array($_POST["Type"],$_i["Type"])){$qf=" ON ".table($a);$jc="DROP TRIGGER ".idf_escape($D).($y=="pgsql"?$qf:"");$B=ME."table=".urlencode($a);if($_POST["drop"])query_redirect($jc,$B,lang(231));else{if($D!="")queries($jc);queries_redirect($B,($D!=""?lang(232):lang(233)),queries(create_trigger($qf,$_POST)));if($D!="")queries(create_trigger($qf,$J+array("Type"=>reset($_i["Type"]))));}}$J=$_POST;}page_header(($D!=""?lang(234).": ".h($D):lang(235)),$n,array("table"=>$a));echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " id = " form " >
2018-12-25 21:50:48 +01:00
< table cellspacing = " 0 " class = " layout " >
2021-05-08 19:20:46 +02:00
< tr >< th > ',lang(236),' < td > ',html_select("Timing",$_i["Timing"],$J["Timing"],"triggerChange(/^".preg_quote($a,"/")."_[ba][iud]$/, ' " .js_escape( $a ). " ', this.form);"),' < tr >< th > ',lang(237),' < td > ',html_select("Event",$_i["Event"],$J["Event"],"this.form[' Timing '].onchange();"),(in_array("UPDATE OF",$_i["Event"])?" <input name=' Of ' value=' " .h( $J["Of"] ). " ' class=' hidden '>":""),' < tr >< th > ',lang(49),' < td > ',html_select("Type",$_i["Type"],$J["Type"]),' </ table >
2021-02-05 07:05:51 +01:00
< p > ',lang(183),' : < input name = " Trigger " value = " ',h( $J["Trigger"] ),' " data - maxlength = " 64 " autocapitalize = " off " >
',script("qs(' #form')['Timing'].onchange();"),'<p>';textarea("Statement",$J["Statement"]);echo'<p>
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if($D!=""){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,$D));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["user"])){$ha=$_GET["user"];$rg=array(""=>array("All privileges"=>""));foreach(get_rows("SHOW PRIVILEGES")as$J){foreach(explode(",",($J["Privilege"]=="Grant option"?"":$J["Context"]))as$Eb)$rg[$Eb][$J["Privilege"]]=$J["Comment"];}$rg["Server Admin"]+=$rg["File access on server"];$rg["Databases"]["Create routine"]=$rg["Procedures"]["Create routine"];unset($rg["Procedures"]["Create routine"]);$rg["Columns"]=array();foreach(array("Select","Insert","Update","References")as$X)$rg["Columns"][$X]=$rg["Tables"][$X];unset($rg["Server Admin"]["Usage"]);foreach($rg["Tables"]as$z=>$X)unset($rg["Databases"][$z]);$Ze=array();if($_POST){foreach($_POST["objects"]as$z=>$X)$Ze[$X]=(array)$Ze[$X]+(array)$_POST["grants"][$z];}$pd=array();$of="";if(isset($_GET["host"])&&($H=$g->query("SHOW GRANTS FOR ".q($ha)."@".q($_GET["host"])))){while($J=$H->fetch_row()){if(preg_match(' ~ GRANT ( .* ) ON ( .* ) TO ~ ',$J[0],$C)&&preg_match_all(' ~ * ([ ^ (,] * [ ^ ,(])( * \ ([ ^ )] + \ )) ? ~ ' , $C [ 1 ], $Ee , PREG_SET_ORDER )){ foreach ( $Ee
as $X ){ if ( $X [ 1 ] != " USAGE " ) $pd [ " $C[2] $X[2] " ][ $X [ 1 ]] = true ; if ( preg_match ( '~ WITH GRANT OPTION~' , $J [ 0 ])) $pd [ " $C[2] $X[2] " ][ " GRANT OPTION " ] = true ;}} if ( preg_match ( " ~ IDENTIFIED BY PASSWORD '([^']+)~ " , $J [ 0 ], $C )) $of = $C [ 1 ];}} if ( $_POST &&! $n ){ $pf = ( isset ( $_GET [ " host " ]) ? q ( $ha ) . " @ " . q ( $_GET [ " host " ]) : " '' " ); if ( $_POST [ " drop " ]) query_redirect ( " DROP USER $pf " , ME . " privileges= " , lang ( 238 )); else { $bf = q ( $_POST [ " user " ]) . " @ " . q ( $_POST [ " host " ]); $Yf = $_POST [ " pass " ]; if ( $Yf != '' &&! $_POST [ " hashed " ] &&! min_version ( 8 )){ $Yf = $g -> result ( " SELECT PASSWORD( " . q ( $Yf ) . " ) " ); $n =! $Yf ;} $Kb = false ; if ( ! $n ){ if ( $pf != $bf ){ $Kb = queries (( min_version ( 5 ) ? " CREATE USER " : " GRANT USAGE ON *.* TO " ) . " $bf IDENTIFIED BY " . ( min_version ( 8 ) ? " " : " PASSWORD " ) . q ( $Yf )); $n =! $Kb ;} elseif ( $Yf != $of ) queries ( " SET PASSWORD FOR $bf = " . q ( $Yf ));} if ( ! $n ){ $Sg = array (); foreach ( $Ze
as $hf => $od ){ if ( isset ( $_GET [ " grant " ])) $od = array_filter ( $od ); $od = array_keys ( $od ); if ( isset ( $_GET [ " grant " ])) $Sg = array_diff ( array_keys ( array_filter ( $Ze [ $hf ], 'strlen' )), $od ); elseif ( $pf == $bf ){ $mf = array_keys (( array ) $pd [ $hf ]); $Sg = array_diff ( $mf , $od ); $od = array_diff ( $od , $mf ); unset ( $pd [ $hf ]);} if ( preg_match ( '~^(.+)\s*(\(.*\))?$~U' , $hf , $C ) && ( ! grant ( " REVOKE " , $Sg , $C [ 2 ], " ON $C[1] FROM $bf " ) ||! grant ( " GRANT " , $od , $C [ 2 ], " ON $C[1] TO $bf " ))){ $n = true ; break ;}}} if ( ! $n && isset ( $_GET [ " host " ])){ if ( $pf != $bf ) queries ( " DROP USER $pf " ); elseif ( ! isset ( $_GET [ " grant " ])){ foreach ( $pd
as $hf => $Sg ){ if ( preg_match ( '~^(.+)(\(.*\))?$~U' , $hf , $C )) grant ( " REVOKE " , array_keys ( $Sg ), $C [ 2 ], " ON $C[1] FROM $bf " );}}} queries_redirect ( ME . " privileges= " ,( isset ( $_GET [ " host " ]) ? lang ( 239 ) : lang ( 240 )), ! $n ); if ( $Kb ) $g -> query ( " DROP USER $bf " );}} page_header (( isset ( $_GET [ " host " ]) ? lang ( 35 ) . " : " . h ( " $ha @ $_GET[host] " ) : lang ( 146 )), $n , array ( " privileges " => array ( '' , lang ( 71 )))); if ( $_POST ){ $J = $_POST ; $pd = $Ze ;} else { $J = $_GET + array ( " host " => $g -> result ( " SELECT SUBSTRING_INDEX(CURRENT_USER, '@', -1) " )); $J [ " pass " ] = $of ; if ( $of != " " ) $J [ " hashed " ] = true ; $pd [( DB == " " || $pd ? " " : idf_escape ( addcslashes ( DB , " %_ \\ " ))) . " .* " ] = array ();} echo ' < form action = " " method = " post " >
2018-12-25 21:50:48 +01:00
< table cellspacing = " 0 " class = " layout " >
2021-05-08 19:20:46 +02:00
< tr >< th > ',lang(34),' < td >< input name = " host " data - maxlength = " 60 " value = " ',h( $J["host"] ),' " autocapitalize = " off " >
< tr >< th > ',lang(35),' < td >< input name = " user " data - maxlength = " 80 " value = " ',h( $J["user"] ),' " autocapitalize = " off " >
< tr >< th > ',lang(36),' < td >< input name = " pass " id = " pass " value = " ',h( $J["pass"] ),' " autocomplete = " new-password " >
2021-02-05 07:05:51 +01:00
' ; if ( ! $J [ " hashed " ]) echo
script ( " typePassword(qs('#pass')); " ); echo ( min_version ( 8 ) ? " " : checkbox ( " hashed " , 1 , $J [ " hashed " ], lang ( 241 ), " typePassword(this.form['pass'], this.checked); " )), ' </ table >
2014-05-08 19:46:08 +02:00
2021-05-08 19:20:46 +02:00
';echo"<table cellspacing=' 0 '>\n","<thead><tr><th colspan=' 2 '>".lang(71).doc_link(array(' sql ' => " grant.html#priv_level " )); $t = 0 ; foreach ( $pd
as $hf => $od ){ echo '<th>' . ( $hf != " *.* " ? " <input name='objects[ $t ]' value=' " . h ( $hf ) . " ' size='10' autocapitalize='off'> " : " <input type='hidden' name='objects[ $t ]' value='*.*' size='10'>*.* " ); $t ++ ;} echo " </thead> \n " ; foreach ( array ( " " => " " , " Server Admin " => lang ( 34 ), " Databases " => lang ( 37 ), " Tables " => lang ( 131 ), " Columns " => lang ( 48 ), " Procedures " => lang ( 242 ),) as $Eb => $bc ){ foreach (( array ) $rg [ $Eb ] as $qg => $sb ){ echo " <tr " . odd () . " ><td " . ( $bc ? " > $bc <td " : " colspan='2' " ) . ' lang="en" title="' . h ( $sb ) . '">' . h ( $qg ); $t = 0 ; foreach ( $pd
as $hf => $od ){ $D = " 'grants[ $t ][ " . h ( strtoupper ( $qg )) . " ]' " ; $Y = $od [ strtoupper ( $qg )]; if ( $Eb == " Server Admin " && $hf != ( isset ( $pd [ " *.* " ]) ? " *.* " : " .* " )) echo " <td> " ; elseif ( isset ( $_GET [ " grant " ])) echo " <td><select name= $D ><option><option value='1' " . ( $Y ? " selected " : " " ) . " > " . lang ( 243 ) . " <option value='0' " . ( $Y == " 0 " ? " selected " : " " ) . " > " . lang ( 244 ) . " </select> " ; else { echo " <td align='center'><label class='block'> " , " <input type='checkbox' name= $D value='1' " . ( $Y ? " checked " : " " ) . ( $qg == " All privileges " ? " id='grants- $t -all'> " : " > " . ( $qg == " Grant option " ? " " : script ( " qsl('input').onclick = function () { if (this.checked) formUncheck('grants- $t -all'); }; " ))), " </label> " ;} $t ++ ;}}} echo " </table> \n " , ' < p >
2014-05-08 19:46:08 +02:00
< input type = " submit " value = " ',lang(14),' " >
2021-05-08 19:20:46 +02:00
';if(isset($_GET["host"])){echo' < input type = " submit " name = " drop " value = " ',lang(127),' " > ',confirm(lang(175,"$ha@$_GET[host]"));}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
';}elseif(isset($_GET["processlist"])){if(support("kill")&&$_POST&&!$n){$ke=0;foreach((array)$_POST["kill"]as$X){if(kill_process($X))$ke++;}queries_redirect(ME."processlist=",lang(245,$ke),$ke||!$_POST["kill"]);}page_header(lang(116),$n);echo'
2014-05-08 19:46:08 +02:00
< form action = " " method = " post " >
2018-12-25 21:50:48 +01:00
< div class = " scrollable " >
2018-04-01 23:34:54 +02:00
< table cellspacing = " 0 " class = " nowrap checkable " >
2021-02-05 07:05:51 +01:00
',script("mixin(qsl(' table '), {onclick: tableClick, ondblclick: partialArg(tableClick, true)});");$t=-1;foreach(process_list()as$t=>$J){if(!$t){echo"<thead><tr lang=' en ' > " .(support( " kill " )? " < th > " : " " );foreach( $J
as $z => $X ) echo " <th> $z " . doc_link ( array ( 'sql' => " show-processlist.html#processlist_ " . strtolower ( $z ), 'pgsql' => " monitoring-stats.html#PG-STAT-ACTIVITY-VIEW " , 'oracle' => " REFRN30223 " ,)); echo " </thead> \n " ;} echo " <tr " . odd () . " > " . ( support ( " kill " ) ? " <td> " . checkbox ( " kill[] " , $J [ $y == " sql " ? " Id " : " pid " ], 0 ) : " " ); foreach ( $J
as $z => $X ) echo " <td> " . (( $y == " sql " && $z == " Info " && preg_match ( " ~Query|Killed~ " , $J [ " Command " ]) && $X != " " ) || ( $y == " pgsql " && $z == " current_query " && $X != " <IDLE> " ) || ( $y == " oracle " && $z == " sql_text " && $X != " " ) ? " <code class='jush- $y '> " . shorten_utf8 ( $X , 100 , " </code> " ) . ' <a href="' . h ( ME . ( $J [ " db " ] != " " ? " db= " . urlencode ( $J [ " db " ]) . " & " : " " ) . " sql= " . urlencode ( $X )) . '">' . lang ( 246 ) . '</a>' : h ( $X )); echo " \n " ;} echo ' </ table >
2018-12-25 21:50:48 +01:00
</ div >
2014-05-08 19:46:08 +02:00
< p >
2021-05-08 19:20:46 +02:00
';if(support("kill")){echo($t+1)."/".lang(247,max_connections()),"<p><input type=' submit ' value=' " .lang(248). " '>\n";}echo' < input type = " hidden " name = " token " value = " ', $pi ,' " >
2014-05-08 19:46:08 +02:00
</ form >
2021-05-08 19:20:46 +02:00
' , script ( " tableCheck(); " );} elseif ( isset ( $_GET [ " select " ])){ $a = $_GET [ " select " ]; $R = table_status1 ( $a ); $x = indexes ( $a ); $p = fields ( $a ); $hd = column_foreign_keys ( $a ); $kf = $R [ " Oid " ]; parse_str ( $_COOKIE [ " adminer_import " ], $za ); $Tg = array (); $e = array (); $ei = null ; foreach ( $p
as $z => $o ){ $D = $b -> fieldName ( $o ); if ( isset ( $o [ " privileges " ][ " select " ]) && $D != " " ){ $e [ $z ] = html_entity_decode ( strip_tags ( $D ), ENT_QUOTES ); if ( is_shortable ( $o )) $ei = $b -> selectLengthProcess ();} $Tg += $o [ " privileges " ];} list ( $L , $qd ) = $b -> selectColumnsProcess ( $e , $x ); $be = count ( $qd ) < count ( $L ); $Z = $b -> selectSearchProcess ( $p , $x ); $Af = $b -> selectOrderProcess ( $p , $x ); $_ = $b -> selectLimitProcess (); if ( $_GET [ " val " ] && is_ajax ()){ header ( " Content-Type: text/plain; charset=utf-8 " ); foreach ( $_GET [ " val " ] as $Gi => $J ){ $Ga = convert_field ( $p [ key ( $J )]); $L = array ( $Ga ? $Ga : idf_escape ( key ( $J ))); $Z [] = where_check ( $Gi , $p ); $I = $m -> select ( $a , $L , $Z , $L ); if ( $I ) echo
reset ( $I -> fetch_row ());} exit ;} $mg = $Ii = null ; foreach ( $x
as $w ){ if ( $w [ " type " ] == " PRIMARY " ){ $mg = array_flip ( $w [ " columns " ]); $Ii = ( $L ? $mg : array ()); foreach ( $Ii
as $z => $X ){ if ( in_array ( idf_escape ( $z ), $L )) unset ( $Ii [ $z ]);} break ;}} if ( $kf &&! $mg ){ $mg = $Ii = array ( $kf => 0 ); $x [] = array ( " type " => " PRIMARY " , " columns " => array ( $kf ));} if ( $_POST &&! $n ){ $jj = $Z ; if ( ! $_POST [ " all " ] && is_array ( $_POST [ " check " ])){ $eb = array (); foreach ( $_POST [ " check " ] as $bb ) $eb [] = where_check ( $bb , $p ); $jj [] = " (( " . implode ( " ) OR ( " , $eb ) . " )) " ;} $jj = ( $jj ? " \n WHERE " . implode ( " AND " , $jj ) : " " ); if ( $_POST [ " export " ]){ cookie ( " adminer_import " , " output= " . urlencode ( $_POST [ " output " ]) . " &format= " . urlencode ( $_POST [ " format " ])); dump_headers ( $a ); $b -> dumpTable ( $a , " " ); $md = ( $L ? implode ( " , " , $L ) : " * " ) . convert_fields ( $e , $p , $L ) . " \n FROM " . table ( $a ); $sd = ( $qd && $be ? " \n GROUP BY " . implode ( " , " , $qd ) : " " ) . ( $Af ? " \n ORDER BY " . implode ( " , " , $Af ) : " " ); if ( ! is_array ( $_POST [ " check " ]) || $mg ) $G = " SELECT $md $jj $sd " ; else { $Ei = array (); foreach ( $_POST [ " check " ] as $X ) $Ei [] = " (SELECT " . limit ( $md , " \n WHERE " . ( $Z ? implode ( " AND " , $Z ) . " AND " : " " ) . where_check ( $X , $p ) . $sd , 1 ) . " ) " ; $G = implode ( " UNION ALL " , $Ei );} $b -> dumpData ( $a , " table " , $G ); exit ;} if ( ! $b -> selectEmailProcess ( $Z , $hd )){ if ( $_POST [ " save " ] || $_POST [ " delete " ]){ $H = true ; $_a = 0 ; $N = array (); if ( ! $_POST [ " delete " ]){ foreach ( $e
as $D => $X ){ $X = process_input ( $p [ $D ]); if ( $X !== null && ( $_POST [ " clone " ] || $X !== false )) $N [ idf_escape ( $D )] = ( $X !== false ? $X : idf_escape ( $D ));}} if ( $_POST [ " delete " ] || $N ){ if ( $_POST [ " clone " ]) $G = " INTO " . table ( $a ) . " ( " . implode ( " , " , array_keys ( $N )) . " ) \n SELECT " . implode ( " , " , $N ) . " \n FROM " . table ( $a ); if ( $_POST [ " all " ] || ( $mg && is_array ( $_POST [ " check " ])) || $be ){ $H = ( $_POST [ " delete " ] ? $m -> delete ( $a , $jj ) : ( $_POST [ " clone " ] ? queries ( " INSERT $G $jj " ) : $m -> update ( $a , $N , $jj ))); $_a = $g -> affected_rows ;} else { foreach (( array ) $_POST [ " check " ] as $X ){ $fj = " \n WHERE " . ( $Z ? implode ( " AND " , $Z ) . " AND " : " " ) . where_check ( $X , $p ); $H = ( $_POST [ " delete " ] ? $m -> delete ( $a , $fj , 1 ) : ( $_POST [ " clone " ] ? queries ( " INSERT " . limit1 ( $a , $G , $fj )) : $m -> update ( $a , $N , $fj , 1 ))); if ( ! $H ) break ; $_a += $g -> affected_rows ;}}} $Me = lang ( 249 , $_a ); if ( $_POST [ " clone " ] && $H && $_a == 1 ){ $qe = last_id (); if ( $qe ) $Me = lang ( 168 , " $qe " );} queries_redirect ( remove_from_uri ( $_POST [ " all " ] && $_POST [ " delete " ] ? " page " : " " ), $Me , $H ); if ( ! $_POST [ " delete " ]){ edit_form ( $a , $p ,( array ) $_POST [ " fields " ], ! $_POST [ " clone " ]); page_footer (); exit ;}} elseif ( ! $_POST [ " import " ]){ if ( ! $_POST [ " val " ]) $n = lang ( 250 ); else { $H = true ; $_a = 0 ; foreach ( $_POST [ " val " ] as $Gi => $J ){ $N = array (); foreach ( $J
as $z => $X ){ $z = bracket_escape ( $z , 1 ); $N [ idf_escape ( $z )] = ( preg_match ( '~char|text~' , $p [ $z ][ " type " ]) || $X != " " ? $b -> processInput ( $p [ $z ], $X ) : " NULL " );} $H = $m -> update ( $a , $N , " WHERE " . ( $Z ? implode ( " AND " , $Z ) . " AND " : " " ) . where_check ( $Gi , $p ), ! $be &&! $mg , " " ); if ( ! $H ) break ; $_a += $g -> affected_rows ;} queries_redirect ( remove_from_uri (), lang ( 249 , $_a ), $H );}} elseif ( ! is_string ( $Xc = get_file ( " csv_file " , true ))) $n = upload_error ( $Xc ); elseif ( ! preg_match ( '~~u' , $Xc )) $n = lang ( 251 ); else { cookie ( " adminer_import " , " output= " . urlencode ( $za [ " output " ]) . " &format= " . urlencode ( $_POST [ " separator " ])); $H = true ; $pb = array_keys ( $p ); preg_match_all ( '~(?>"[^"]*"|[^"\r\n]+)+~' , $Xc , $Ee ); $_a = count ( $Ee [ 0 ]); $m -> begin (); $jh = ( $_POST [ " separator " ] == " csv " ? " , " : ( $_POST [ " separator " ] == " tsv " ? " \t " : " ; " )); $K = array (); foreach ( $Ee [ 0 ] as $z => $X ){ preg_match_all ( " ~((?> \" [^ \" ]* \" )+|[^ $jh ]*) $jh ~ " , $X . $jh , $Fe ); if ( ! $z &&! array_diff ( $Fe [ 1 ], $pb )){ $pb = $Fe [ 1 ]; $_a -- ;} else { $N = array (); foreach ( $Fe [ 1 ] as $t => $kb ) $N [ idf_escape ( $pb [ $t ])] = ( $kb == " " && $p [ $pb [ $t ]][ " null " ] ? " NULL " : q ( str_replace ( '""' , '"' , preg_replace ( '~^"|"$~' , '' , $kb )))); $K [] = $N ;}} $H = ( ! $K || $m -> insertUpdate ( $a , $K , $mg )); if ( $H ) $H = $m -> commit (); queries_redirect ( remove_from_uri ( " page " ), lang ( 252 , $_a ), $H ); $m -> rollback ();}}} $Qh = $b -> tableName ( $R ); if ( is_ajax ()){ page_headers (); ob_start ();} else
page_header ( lang ( 53 ) . " : $Qh " , $n ); $N = null ; if ( isset ( $Tg [ " insert " ]) ||! support ( " table " )){ $N = " " ; foreach (( array ) $_GET [ " where " ] as $X ){ if ( $hd [ $X [ " col " ]] && count ( $hd [ $X [ " col " ]]) == 1 && ( $X [ " op " ] == " = " || ( ! $X [ " op " ] &&! preg_match ( '~[_%]~' , $X [ " val " ])))) $N .= " &set " . urlencode ( " [ " . bracket_escape ( $X [ " col " ]) . " ] " ) . " = " . urlencode ( $X [ " val " ]);}} $b -> selectLinks ( $R , $N ); if ( ! $e && support ( " table " )) echo " <p class='error'> " . lang ( 253 ) . ( $p ? " . " : " : " . error ()) . " \n " ; else { echo " <form action='' id='form'> \n " , " <div style='display: none;'> " ; hidden_fields_get (); echo ( DB != " " ? '<input type="hidden" name="db" value="' . h ( DB ) . '">' . ( isset ( $_GET [ " ns " ]) ? '<input type="hidden" name="ns" value="' . h ( $_GET [ " ns " ]) . '">' : " " ) : " " ); echo '<input type="hidden" name="select" value="' . h ( $a ) . '">' , " </div> \n " ; $b -> selectColumnsPrint ( $L , $e ); $b -> selectSearchPrint ( $Z , $e , $x ); $b -> selectOrderPrint ( $Af , $e , $x ); $b -> selectLimitPrint ( $_ ); $b -> selectLengthPrint ( $ei ); $b -> selectActionPrint ( $x ); echo " </form> \n " ; $E = $_GET [ " page " ]; if ( $E == " last " ){ $kd = $g -> result ( count_rows ( $a , $Z , $be , $qd )); $E = floor ( max ( 0 , $kd - 1 ) / $_ );} $eh = $L ; $rd = $qd ; if ( ! $eh ){ $eh [] = " * " ; $Fb = convert_fields ( $e , $p , $L ); if ( $Fb ) $eh [] = substr ( $Fb , 2 );} foreach ( $L
as $z => $X ){ $o = $p [ idf_unescape ( $X )]; if ( $o && ( $Ga = convert_field ( $o ))) $eh [ $z ] = " $Ga AS $X " ;} if ( ! $be && $Ii ){ foreach ( $Ii
as $z => $X ){ $eh [] = idf_escape ( $z ); if ( $rd ) $rd [] = idf_escape ( $z );}} $H = $m -> select ( $a , $eh , $Z , $rd , $Af , $_ , $E , true ); if ( ! $H ) echo " <p class='error'> " . error () . " \n " ; else { if ( $y == " mssql " && $E ) $H -> seek ( $_ * $E ); $wc = array (); echo " <form action='' method='post' enctype='multipart/form-data'> \n " ; $K = array (); while ( $J = $H -> fetch_assoc ()){ if ( $E && $y == " oracle " ) unset ( $J [ " RNUM " ]); $K [] = $J ;} if ( $_GET [ " page " ] != " last " && $_ != " " && $qd && $be && $y == " sql " ) $kd = $g -> result ( " SELECT FOUND_ROWS() " ); if ( ! $K ) echo " <p class='message'> " . lang ( 12 ) . " \n " ; else { $Pa = $b -> backwardKeys ( $a , $Qh ); echo " <div class='scrollable'> " , " <table id='table' cellspacing='0' class='nowrap checkable'> " , script ( " mixin(qs('#table'), { onclick: tableClick, ondblclick: partialArg(tableClick, true), onkeydown: editingKeydown}); " ), " <thead><tr> " . ( ! $qd && $L ? " " : " <td><input type='checkbox' id='all-page' class='jsonly'> " . script ( " qs('#all-page').onclick = partial(formCheck, /check/); " , " " ) . " <a href=' " . h ( $_GET [ " modify " ] ? remove_from_uri ( " modify " ) : $_SERVER [ " REQUEST_URI " ] . " &modify=1 " ) . " '> " . lang ( 254 ) . " </a> " ); $Xe = array (); $nd = array (); reset ( $L ); $Ag = 1 ; foreach ( $K [ 0 ] as $z => $X ){ if ( ! isset ( $Ii [ $z ])){ $X = $_GET [ " columns " ][ key ( $L )]; $o = $p [ $L ? ( $X ? $X [ " col " ] : current ( $L )) : $z ]; $D = ( $o ? $b -> fieldName ( $o , $Ag ) : ( $X [ " fun " ] ? " * " : $z )); if ( $D != " " ){ $Ag ++ ; $Xe [ $z ] = $D ; $d = idf_escape ( $z ); $Ed = remove_from_uri ( '(order|desc)[^=]*|page' ) . '&order%5B0%5D=' . urlencode ( $z ); $bc = " &desc%5B0%5D=1 " ; echo " <th id='th[ " . h ( bracket_escape ( $z )) . " ]'> " . script ( " mixin(qsl('th'), { onmouseover: partial(columnMouse), onmouseout: partial(columnMouse, ' hidden')}); " , " " ), '<a href="' . h ( $Ed . ( $Af [ 0 ] == $d || $Af [ 0 ] == $z || ( ! $Af && $be && $qd [ 0 ] == $d ) ? $bc : '' )) . '">' ; echo
apply_sql_function ( $X [ " fun " ], $D ) . " </a> " ; echo " <span class='column hidden'> " , " <a href=' " . h ( $Ed . $bc ) . " ' title=' " . lang ( 59 ) . " ' class='text'> ↓</a> " ; if ( ! $X [ " fun " ]){ echo '<a href="#fieldset-search" title="' . lang ( 56 ) . '" class="text jsonly"> =</a>' , script ( " qsl('a').onclick = partial(selectSearch, ' " . js_escape ( $z ) . " '); " );} echo " </span> " ;} $nd [ $z ] = $X [ " fun " ]; next ( $L );}} $we = array (); if ( $_GET [ " modify " ]){ foreach ( $K
2021-02-05 07:05:51 +01:00
as $J ){ foreach ( $J
2021-05-08 19:20:46 +02:00
as $z => $X ) $we [ $z ] = max ( $we [ $z ], min ( 40 , strlen ( utf8_decode ( $X ))));}} echo ( $Pa ? " <th> " . lang ( 255 ) : " " ) . " </thead> \n " ; if ( is_ajax ()){ if ( $_ % 2 == 1 && $E % 2 == 1 ) odd (); ob_end_clean ();} foreach ( $b -> rowDescriptions ( $K , $hd ) as $We => $J ){ $Fi = unique_array ( $K [ $We ], $x ); if ( ! $Fi ){ $Fi = array (); foreach ( $K [ $We ] as $z => $X ){ if ( ! preg_match ( '~^(COUNT\((\*|(DISTINCT )?`(?:[^`]|``)+`)\)|(AVG|GROUP_CONCAT|MAX|MIN|SUM)\(`(?:[^`]|``)+`\))$~' , $z )) $Fi [ $z ] = $X ;}} $Gi = " " ; foreach ( $Fi
as $z => $X ){ if (( $y == " sql " || $y == " pgsql " ) && preg_match ( '~char|text|enum|set~' , $p [ $z ][ " type " ]) && strlen ( $X ) > 64 ){ $z = ( strpos ( $z , '(' ) ? $z : idf_escape ( $z )); $z = " MD5( " . ( $y != 'sql' || preg_match ( " ~^utf8~ " , $p [ $z ][ " collation " ]) ? $z : " CONVERT( $z USING " . charset ( $g ) . " ) " ) . " ) " ; $X = md5 ( $X );} $Gi .= " & " . ( $X !== null ? urlencode ( " where[ " . bracket_escape ( $z ) . " ] " ) . " = " . urlencode ( $X ) : " null%5B%5D= " . urlencode ( $z ));} echo " <tr " . odd () . " > " . ( ! $qd && $L ? " " : " <td> " . checkbox ( " check[] " , substr ( $Gi , 1 ), in_array ( substr ( $Gi , 1 ),( array ) $_POST [ " check " ])) . ( $be || information_schema ( DB ) ? " " : " <a href=' " . h ( ME . " edit= " . urlencode ( $a ) . $Gi ) . " ' class='edit'> " . lang ( 256 ) . " </a> " )); foreach ( $J
as $z => $X ){ if ( isset ( $Xe [ $z ])){ $o = $p [ $z ]; $X = $m -> value ( $X , $o ); if ( $X != " " && ( ! isset ( $wc [ $z ]) || $wc [ $z ] != " " )) $wc [ $z ] = ( is_mail ( $X ) ? $Xe [ $z ] : " " ); $A = " " ; if ( preg_match ( '~blob|bytea|raw|file~' , $o [ " type " ]) && $X != " " ) $A = ME . 'download=' . urlencode ( $a ) . '&field=' . urlencode ( $z ) . $Gi ; if ( ! $A && $X !== null ){ foreach (( array ) $hd [ $z ] as $r ){ if ( count ( $hd [ $z ]) == 1 || end ( $r [ " source " ]) == $z ){ $A = " " ; foreach ( $r [ " source " ] as $t => $xh ) $A .= where_link ( $t , $r [ " target " ][ $t ], $K [ $We ][ $xh ]); $A = ( $r [ " db " ] != " " ? preg_replace ( '~([?&]db=)[^&]+~' , '\1' . urlencode ( $r [ " db " ]), ME ) : ME ) . 'select=' . urlencode ( $r [ " table " ]) . $A ; if ( $r [ " ns " ]) $A = preg_replace ( '~([?&]ns=)[^&]+~' , '\1' . urlencode ( $r [ " ns " ]), $A ); if ( count ( $r [ " source " ]) == 1 ) break ;}}} if ( $z == " COUNT(*) " ){ $A = ME . " select= " . urlencode ( $a ); $t = 0 ; foreach (( array ) $_GET [ " where " ] as $W ){ if ( ! array_key_exists ( $W [ " col " ], $Fi )) $A .= where_link ( $t ++ , $W [ " col " ], $W [ " val " ], $W [ " op " ]);} foreach ( $Fi
as $ge => $W ) $A .= where_link ( $t ++ , $ge , $W );} $X = select_value ( $X , $A , $o , $ei ); $u = h ( " val[ $Gi ][ " . bracket_escape ( $z ) . " ] " ); $Y = $_POST [ " val " ][ $Gi ][ bracket_escape ( $z )]; $rc =! is_array ( $J [ $z ]) && is_utf8 ( $X ) && $K [ $We ][ $z ] == $J [ $z ] &&! $nd [ $z ]; $di = preg_match ( '~text|lob~' , $o [ " type " ]); echo " <td id=' $u ' " ; if (( $_GET [ " modify " ] && $rc ) || $Y !== null ){ $vd = h ( $Y !== null ? $Y : $J [ $z ]); echo " > " . ( $di ? " <textarea name=' $u ' cols='30' rows=' " . ( substr_count ( $J [ $z ], " \n " ) + 1 ) . " '> $vd </textarea> " : " <input name=' $u ' value=' $vd ' size=' $we[$z] '> " );} else { $_e = strpos ( $X , " <i>…</i> " ); echo " data-text=' " . ( $_e ? 2 : ( $di ? 1 : 0 )) . " ' " . ( $rc ? " " : " data-warning=' " . h ( lang ( 257 )) . " ' " ) . " > $X </td> " ;}}} if ( $Pa ) echo " <td> " ; $b -> backwardKeysPrint ( $Pa , $K [ $We ]); echo " </tr> \n " ;} if ( is_ajax ()) exit ; echo " </table> \n " , " </div> \n " ;} if ( ! is_ajax ()){ if ( $K || $E ){ $Gc = true ; if ( $_GET [ " page " ] != " last " ){ if ( $_ == " " || ( count ( $K ) < $_ && ( $K ||! $E ))) $kd = ( $E ? $E * $_ : 0 ) + count ( $K ); elseif ( $y != " sql " ||! $be ){ $kd = ( $be ? false : found_rows ( $R , $Z )); if ( $kd < max ( 1e4 , 2 * ( $E + 1 ) * $_ )) $kd = reset ( slow_query ( count_rows ( $a , $Z , $be , $qd ))); else $Gc = false ;}} $Of = ( $_ != " " && ( $kd === false || $kd > $_ || $E )); if ( $Of ){ echo (( $kd === false ? count ( $K ) + 1 : $kd - $E * $_ ) > $_ ? '<p><a href="' . h ( remove_from_uri ( " page " ) . " &page= " . ( $E + 1 )) . '" class="loadmore">' . lang ( 258 ) . '</a>' . script ( " qsl('a').onclick = partial(selectLoadMore, " . ( + $_ ) . " , ' " . lang ( 259 ) . " …'); " , " " ) : '' ), " \n " ;}} echo " <div class='footer'><div> \n " ; if ( $K || $E ){ if ( $Of ){ $He = ( $kd === false ? $E + ( count ( $K ) >= $_ ? 2 : 1 ) : floor (( $kd - 1 ) / $_ )); echo " <fieldset> " ; if ( $y != " simpledb " ){ echo " <legend><a href=' " . h ( remove_from_uri ( " page " )) . " '> " . lang ( 260 ) . " </a></legend> " , script ( " qsl('a').onclick = function () { pageClick(this.href, +prompt(' " . lang ( 260 ) . " ', ' " . ( $E + 1 ) . " ')); return false; }; " ), pagination ( 0 , $E ) . ( $E > 5 ? " … " : " " ); for ( $t = max ( 1 , $E - 4 ); $t < min ( $He , $E + 5 ); $t ++ ) echo
pagination ( $t , $E ); if ( $He > 0 ){ echo ( $E + 5 < $He ? " … " : " " ),( $Gc && $kd !== false ? pagination ( $He , $E ) : " <a href=' " . h ( remove_from_uri ( " page " ) . " &page=last " ) . " ' title='~ $He '> " . lang ( 261 ) . " </a> " );}} else { echo " <legend> " . lang ( 260 ) . " </legend> " , pagination ( 0 , $E ) . ( $E > 1 ? " … " : " " ),( $E ? pagination ( $E , $E ) : " " ),( $He > $E ? pagination ( $E + 1 , $E ) . ( $He > $E + 1 ? " … " : " " ) : " " );} echo " </fieldset> \n " ;} echo " <fieldset> " , " <legend> " . lang ( 262 ) . " </legend> " ; $gc = ( $Gc ? " " : " ~ " ) . $kd ; echo
checkbox ( " all " , 1 , 0 ,( $kd !== false ? ( $Gc ? " " : " ~ " ) . lang ( 150 , $kd ) : " " ), " var checked = formChecked(this, /check/); selectCount('selected', this.checked ? ' $gc ' : checked); selectCount('selected2', this.checked || !checked ? ' $gc ' : checked); " ) . " \n " , " </fieldset> \n " ; if ( $b -> selectCommandPrint ()){ echo '<fieldset' ,( $_GET [ " modify " ] ? '' : ' class="jsonly"' ), '><legend>' , lang ( 254 ), ' </ legend >< div >
2018-12-25 21:50:48 +01:00
< input type = " submit " value = " ',lang(14),' " ',($_GET["modify"]?' ':' title = " '.lang(250).' " '),' >
2014-05-08 19:46:08 +02:00
</ div ></ fieldset >
2018-12-25 21:50:48 +01:00
< fieldset >< legend > ',lang(126),' < span id = " selected " ></ span ></ legend >< div >
2014-05-08 19:46:08 +02:00
< input type = " submit " name = " edit " value = " ',lang(10),' " >
2018-12-25 21:50:48 +01:00
< input type = " submit " name = " clone " value = " ',lang(246),' " >
2018-04-01 23:34:54 +02:00
< input type = " submit " name = " delete " value = " ',lang(18),' " > ',confirm(),' </ div ></ fieldset >
2021-05-08 19:20:46 +02:00
';}$id=$b->dumpFormat();foreach((array)$_GET["columns"]as$d){if($d["fun"]){unset($id[' sql ']);break;}}if($id){print_fieldset("export",lang(73)." <span id=' selected2 '></span>");$Lf=$b->dumpOutput();echo($Lf?html_select("output",$Lf,$za["output"])." ":""),html_select("format",$id,$za["format"])," <input type=' submit ' name=' export ' value=' " .lang(73). " '>\n","</div></fieldset>\n";}$b->selectEmailPrint(array_filter($wc,' strlen '),$e);}echo"</div></div>\n";if($b->selectImportPrint()){echo"<div>","<a href=' #import'>".lang(72)."</a>",script("qsl('a').onclick = partial(toggle, 'import');",""),"<span id='import' class='hidden'>: ","<input type='file' name='csv_file'> ",html_select("separator",array("csv"=>"CSV,","csv;"=>"CSV;","tsv"=>"TSV"),$za["format"],1);echo" <input type='submit' name='import' value='".lang(72)."'>","</span>","</div>";}echo"<input type='hidden' name='token' value='$pi'>\n","</form>\n",(!$qd&&$L?"":script("tableCheck();"));}}}if(is_ajax()){ob_end_clean();exit;}}elseif(isset($_GET["variables"])){$O=isset($_GET["status"]);page_header($O?lang(118):lang(117));$Wi=($O?show_status():show_variables());if(!$Wi)echo"<p class='message'>".lang(12)."\n";else{echo"<table cellspacing='0'>\n";foreach($Wi
as $z => $X ){ echo " <tr> " , " <th><code class='jush- " . $y . ( $O ? " status " : " set " ) . " '> " . h ( $z ) . " </code> " , " <td> " . h ( $X );} echo " </table> \n " ;}} elseif ( isset ( $_GET [ " script " ])){ header ( " Content-Type: text/javascript; charset=utf-8 " ); if ( $_GET [ " script " ] == " db " ){ $Nh = array ( " Data_length " => 0 , " Index_length " => 0 , " Data_free " => 0 ); foreach ( table_status () as $D => $R ){ json_row ( " Comment- $D " , h ( $R [ " Comment " ])); if ( ! is_view ( $R )){ foreach ( array ( " Engine " , " Collation " ) as $z ) json_row ( " $z - $D " , h ( $R [ $z ])); foreach ( $Nh + array ( " Auto_increment " => 0 , " Rows " => 0 ) as $z => $X ){ if ( $R [ $z ] != " " ){ $X = format_number ( $R [ $z ]); json_row ( " $z - $D " ,( $z == " Rows " && $X && $R [ " Engine " ] == ( $_h == " pgsql " ? " table " : " InnoDB " ) ? " ~ $X " : $X )); if ( isset ( $Nh [ $z ])) $Nh [ $z ] += ( $R [ " Engine " ] != " InnoDB " || $z != " Data_free " ? $R [ $z ] : 0 );} elseif ( array_key_exists ( $z , $R )) json_row ( " $z - $D " );}}} foreach ( $Nh
as $z => $X ) json_row ( " sum- $z " , format_number ( $X )); json_row ( " " );} elseif ( $_GET [ " script " ] == " kill " ) $g -> query ( " KILL " . number ( $_POST [ " kill " ])); else { foreach ( count_tables ( $b -> databases ()) as $l => $X ){ json_row ( " tables- $l " , $X ); json_row ( " size- $l " , db_size ( $l ));} json_row ( " " );} exit ;} else { $Wh = array_merge (( array ) $_POST [ " tables " ],( array ) $_POST [ " views " ]); if ( $Wh &&! $n &&! $_POST [ " search " ]){ $H = true ; $Me = " " ; if ( $y == " sql " && $_POST [ " tables " ] && count ( $_POST [ " tables " ]) > 1 && ( $_POST [ " drop " ] || $_POST [ " truncate " ] || $_POST [ " copy " ])) queries ( " SET foreign_key_checks = 0 " ); if ( $_POST [ " truncate " ]){ if ( $_POST [ " tables " ]) $H = truncate_tables ( $_POST [ " tables " ]); $Me = lang ( 263 );} elseif ( $_POST [ " move " ]){ $H = move_tables (( array ) $_POST [ " tables " ],( array ) $_POST [ " views " ], $_POST [ " target " ]); $Me = lang ( 264 );} elseif ( $_POST [ " copy " ]){ $H = copy_tables (( array ) $_POST [ " tables " ],( array ) $_POST [ " views " ], $_POST [ " target " ]); $Me = lang ( 265 );} elseif ( $_POST [ " drop " ]){ if ( $_POST [ " views " ]) $H = drop_views ( $_POST [ " views " ]); if ( $H && $_POST [ " tables " ]) $H = drop_tables ( $_POST [ " tables " ]); $Me = lang ( 266 );} elseif ( $y != " sql " ){ $H = ( $y == " sqlite " ? queries ( " VACUUM " ) : apply_queries ( " VACUUM " . ( $_POST [ " optimize " ] ? " " : " ANALYZE " ), $_POST [ " tables " ])); $Me = lang ( 267 );} elseif ( ! $_POST [ " tables " ]) $Me = lang ( 9 ); elseif ( $H = queries (( $_POST [ " optimize " ] ? " OPTIMIZE " : ( $_POST [ " check " ] ? " CHECK " : ( $_POST [ " repair " ] ? " REPAIR " : " ANALYZE " ))) . " TABLE " . implode ( " , " , array_map ( 'idf_escape' , $_POST [ " tables " ])))){ while ( $J = $H -> fetch_assoc ()) $Me .= " <b> " . h ( $J [ " Table " ]) . " </b>: " . h ( $J [ " Msg_text " ]) . " <br> " ;} queries_redirect ( substr ( ME , 0 , - 1 ), $Me , $H );} page_header (( $_GET [ " ns " ] == " " ? lang ( 37 ) . " : " . h ( DB ) : lang ( 77 ) . " : " . h ( $_GET [ " ns " ])), $n , true ); if ( $b -> homepage ()){ if ( $_GET [ " ns " ] !== " " ){ echo " <h3 id='tables-views'> " . lang ( 268 ) . " </h3> \n " ; $Vh = tables_list (); if ( ! $Vh ) echo " <p class='message'> " . lang ( 9 ) . " \n " ; else { echo " <form action='' method='post'> \n " ; if ( support ( " table " )){ echo " <fieldset><legend> " . lang ( 269 ) . " <span id='selected2'></span></legend><div> " , " <input type='search' name='query' value=' " . h ( $_POST [ " query " ]) . " '> " , script ( " qsl('input').onkeydown = partialArg(bodyKeydown, 'search'); " , " " ), " <input type='submit' name='search' value=' " . lang ( 56 ) . " '> \n " , " </div></fieldset> \n " ; if ( $_POST [ " search " ] && $_POST [ " query " ] != " " ){ $_GET [ " where " ][ 0 ][ " op " ] = " LIKE %% " ; search_tables ();}} echo " <div class='scrollable'> \n " , " <table cellspacing='0' class='nowrap checkable'> \n " , script ( " mixin(qsl('table'), { onclick: tableClick, ondblclick: partialArg(tableClick, true)}); " ), '<thead><tr class="wrap">' , '<td><input id="check-all" type="checkbox" class="jsonly">' . script ( " qs('#check-all').onclick = partial(formCheck, /^(tables|views) \ [/); " , " " ), '<th>' . lang ( 131 ), '<td>' . lang ( 270 ) . doc_link ( array ( 'sql' => 'storage-engines.html' )), '<td>' . lang ( 122 ) . doc_link ( array ( 'sql' => 'charset-charsets.html' , 'mariadb' => 'supported-character-sets-and-collations/' )), '<td>' . lang ( 271 ) . doc_link ( array ( 'sql' => 'show-table-status.html' , 'pgsql' => 'functions-admin.html#FUNCTIONS-ADMIN-DBOBJECT' , 'oracle' => 'REFRN20286' )), '<td>' . lang ( 272 ) . doc_link ( array ( 'sql' => 'show-table-status.html' , 'pgsql' => 'functions-admin.html#FUNCTIONS-ADMIN-DBOBJECT' )), '<td>' . lang ( 273 ) . doc_link ( array ( 'sql' => 'show-table-status.html' )), '<td>' . lang ( 51 ) . doc_link ( array ( 'sql' => 'example-auto-increment.html' , 'mariadb' => 'auto_increment/' )), '<td>' . lang ( 274 ) . doc_link ( array ( 'sql' => 'show-table-status.html' , 'pgsql' => 'catalog-pg-class.html#CATALOG-PG-CLASS' , 'oracle' => 'REFRN20286' )),( support ( " comment " ) ? '<td>' . lang ( 50 ) . doc_link ( array ( 'sql' => 'show-table-status.html' , 'pgsql' => 'functions-info.html#FUNCTIONS-INFO-COMMENT-TABLE' )) : '' ), " </thead> \n " ; $S = 0 ; foreach ( $Vh
as $D => $T ){ $Zi = ( $T !== null &&! preg_match ( '~table~i' , $T )); $u = h ( " Table- " . $D ); echo '<tr' . odd () . '><td>' . checkbox (( $Zi ? " views[] " : " tables[] " ), $D , in_array ( $D , $Wh , true ), " " , " " , " " , $u ), '<th>' . ( support ( " table " ) || support ( " indexes " ) ? " <a href=' " . h ( ME ) . " table= " . urlencode ( $D ) . " ' title=' " . lang ( 42 ) . " ' id=' $u '> " . h ( $D ) . '</a>' : h ( $D )); if ( $Zi ){ echo '<td colspan="6"><a href="' . h ( ME ) . " view= " . urlencode ( $D ) . '" title="' . lang ( 43 ) . '">' . ( preg_match ( '~materialized~i' , $T ) ? lang ( 129 ) : lang ( 130 )) . '</a>' , '<td align="right"><a href="' . h ( ME ) . " select= " . urlencode ( $D ) . '" title="' . lang ( 41 ) . '">?</a>' ;} else { foreach ( array ( " Engine " => array (), " Collation " => array (), " Data_length " => array ( " create " , lang ( 44 )), " Index_length " => array ( " indexes " , lang ( 133 )), " Data_free " => array ( " edit " , lang ( 45 )), " Auto_increment " => array ( " auto_increment=1&create " , lang ( 44 )), " Rows " => array ( " select " , lang ( 41 )),) as $z => $A ){ $u = " id=' $z - " . h ( $D ) . " ' " ; echo ( $A ? " <td align='right'> " . ( support ( " table " ) || $z == " Rows " || ( support ( " indexes " ) && $z != " Data_length " ) ? " <a href=' " . h ( ME . " $A[0] = " ) . urlencode ( $D ) . " ' $u title=' $A[1] '>?</a> " : " <span $u >?</span> " ) : " <td id=' $z - " . h ( $D ) . " '> " );} $S ++ ;} echo ( support ( " comment " ) ? " <td id='Comment- " . h ( $D ) . " '> " : " " );} echo " <tr><td><th> " . lang ( 247 , count ( $Vh )), " <td> " . h ( $y == " sql " ? $g -> result ( " SELECT @@default_storage_engine " ) : " " ), " <td> " . h ( db_collation ( DB , collations ())); foreach ( array ( " Data_length " , " Index_length " , " Data_free " ) as $z ) echo " <td align='right' id='sum- $z '> " ; echo " </table> \n " , " </div> \n " ; if ( ! information_schema ( DB )){ echo " <div class='footer'><div> \n " ; $Ti = " <input type='submit' value=' " . lang ( 275 ) . " '> " . on_help ( " 'VACUUM' " ); $xf = " <input type='submit' name='optimize' value=' " . lang ( 276 ) . " '> " . on_help ( $y == " sql " ? " 'OPTIMIZE TABLE' " : " 'VACUUM OPTIMIZE' " ); echo " <fieldset><legend> " . lang ( 126 ) . " <span id='selected'></span></legend><div> " . ( $y == " sqlite " ? $Ti : ( $y == " pgsql " ? $Ti . $xf : ( $y == " sql " ? " <input type='submit' value=' " . lang ( 277 ) . " '> " . on_help ( " 'ANALYZE TABLE' " ) . $xf . " <input type='submit' name='check' value=' " . lang ( 278 ) . " '> " . on_help ( " 'CHECK TABLE' " ) . " <input type='submit' name='repair' value=' " . lang ( 279 ) . " '> " . on_help ( " 'REPAIR TABLE' " ) : " " ))) . " <input type='submit' name='truncate' value=' " . lang ( 280 ) . " '> " . on_help ( $y == " sqlite " ? " 'DELETE' " : " 'TRUNCATE " . ( $y == " pgsql " ? " ' " : " TABLE' " )) . confirm () . " <input type='submit' name='drop' value=' " . lang ( 127 ) . " '> " . on_help ( " 'DROP TABLE' " ) . confirm () . " \n " ; $k = ( support ( " scheme " ) ? $b -> schemas () : $b -> databases ()); if ( count ( $k ) != 1 && $y != " sqlite " ){ $l = ( isset ( $_POST [ " target " ]) ? $_POST [ " target " ] : ( support ( " scheme " ) ? $_GET [ " ns " ] : DB )); echo " <p> " . lang ( 281 ) . " : " ,( $k ? html_select ( " target " , $k , $l ) : '<input name="target" value="' . h ( $l ) . '" autocapitalize="off">' ), " <input type='submit' name='move' value=' " . lang ( 282 ) . " '> " ,( support ( " copy " ) ? " <input type='submit' name='copy' value=' " . lang ( 283 ) . " '> " . checkbox ( " overwrite " , 1 , $_POST [ " overwrite " ], lang ( 284 )) : " " ), " \n " ;} echo " <input type='hidden' name='all' value=''> " ; echo
script ( " qsl('input').onclick = function () { selectCount('selected', formChecked(this, /^(tables|views) \ [/)); " . ( support ( " table " ) ? " selectCount('selected2', formChecked(this, /^tables \ [/) || $S ); " : " " ) . " } " ), " <input type='hidden' name='token' value=' $pi '> \n " , " </div></fieldset> \n " , " </div></div> \n " ;} echo " </form> \n " , script ( " tableCheck(); " );} echo '<p class="links"><a href="' . h ( ME ) . 'create=">' . lang ( 74 ) . " </a> \n " ,( support ( " view " ) ? '<a href="' . h ( ME ) . 'view=">' . lang ( 204 ) . " </a> \n " : " " ); if ( support ( " routine " )){ echo " <h3 id='routines'> " . lang ( 143 ) . " </h3> \n " ; $Xg = routines (); if ( $Xg ){ echo " <table cellspacing='0'> \n " , '<thead><tr><th>' . lang ( 183 ) . '<td>' . lang ( 49 ) . '<td>' . lang ( 221 ) . " <td></thead> \n " ; odd ( '' ); foreach ( $Xg
as $J ){ $D = ( $J [ " SPECIFIC_NAME " ] == $J [ " ROUTINE_NAME " ] ? " " : " &name= " . urlencode ( $J [ " ROUTINE_NAME " ])); echo '<tr' . odd () . '>' , '<th><a href="' . h ( ME . ( $J [ " ROUTINE_TYPE " ] != " PROCEDURE " ? 'callf=' : 'call=' ) . urlencode ( $J [ " SPECIFIC_NAME " ]) . $D ) . '">' . h ( $J [ " ROUTINE_NAME " ]) . '</a>' , '<td>' . h ( $J [ " ROUTINE_TYPE " ]), '<td>' . h ( $J [ " DTD_IDENTIFIER " ]), '<td><a href="' . h ( ME . ( $J [ " ROUTINE_TYPE " ] != " PROCEDURE " ? 'function=' : 'procedure=' ) . urlencode ( $J [ " SPECIFIC_NAME " ]) . $D ) . '">' . lang ( 136 ) . " </a> " ;} echo " </table> \n " ;} echo '<p class="links">' . ( support ( " procedure " ) ? '<a href="' . h ( ME ) . 'procedure=">' . lang ( 220 ) . '</a>' : '' ) . '<a href="' . h ( ME ) . 'function=">' . lang ( 219 ) . " </a> \n " ;} if ( support ( " sequence " )){ echo " <h3 id='sequences'> " . lang ( 285 ) . " </h3> \n " ; $lh = get_vals ( " SELECT sequence_name FROM information_schema.sequences WHERE sequence_schema = current_schema() ORDER BY sequence_name " ); if ( $lh ){ echo " <table cellspacing='0'> \n " , " <thead><tr><th> " . lang ( 183 ) . " </thead> \n " ; odd ( '' ); foreach ( $lh
as $X ) echo " <tr " . odd () . " ><th><a href=' " . h ( ME ) . " sequence= " . urlencode ( $X ) . " '> " . h ( $X ) . " </a> \n " ; echo " </table> \n " ;} echo " <p class='links'><a href=' " . h ( ME ) . " sequence='> " . lang ( 226 ) . " </a> \n " ;} if ( support ( " type " )){ echo " <h3 id='user-types'> " . lang ( 26 ) . " </h3> \n " ; $Ri = types (); if ( $Ri ){ echo " <table cellspacing='0'> \n " , " <thead><tr><th> " . lang ( 183 ) . " </thead> \n " ; odd ( '' ); foreach ( $Ri
2021-02-05 07:05:51 +01:00
as $X ) echo " <tr " . odd () . " ><th><a href=' " . h ( ME ) . " type= " . urlencode ( $X ) . " '> " . h ( $X ) . " </a> \n " ; echo " </table> \n " ;} echo " <p class='links'><a href=' " . h ( ME ) . " type='> " . lang ( 230 ) . " </a> \n " ;} if ( support ( " event " )){ echo " <h3 id='events'> " . lang ( 144 ) . " </h3> \n " ; $K = get_rows ( " SHOW EVENTS " ); if ( $K ){ echo " <table cellspacing='0'> \n " , " <thead><tr><th> " . lang ( 183 ) . " <td> " . lang ( 286 ) . " <td> " . lang ( 210 ) . " <td> " . lang ( 211 ) . " <td></thead> \n " ; foreach ( $K
2021-05-08 19:20:46 +02:00
as $J ){ echo " <tr> " , " <th> " . h ( $J [ " Name " ]), " <td> " . ( $J [ " Execute at " ] ? lang ( 287 ) . " <td> " . $J [ " Execute at " ] : lang ( 212 ) . " " . $J [ " Interval value " ] . " " . $J [ " Interval field " ] . " <td> $J[Starts] " ), " <td> $J[Ends] " , '<td><a href="' . h ( ME ) . 'event=' . urlencode ( $J [ " Name " ]) . '">' . lang ( 136 ) . '</a>' ;} echo " </table> \n " ; $Ec = $g -> result ( " SELECT @@event_scheduler " ); if ( $Ec && $Ec != " ON " ) echo " <p class='error'><code class='jush-sqlset'>event_scheduler</code>: " . h ( $Ec ) . " \n " ;} echo '<p class="links"><a href="' . h ( ME ) . 'event=">' . lang ( 209 ) . " </a> \n " ;} if ( $Vh ) echo
2018-04-01 23:34:54 +02:00
script ( " ajaxSetHtml(' " . js_escape ( ME ) . " script=db'); " );}}} page_footer ();