A PHP Error was encountered

Severity: Warning

Message: mysqli::real_connect(): (HY000/2002): Cannot assign requested address

Filename: mysqli/mysqli_driver.php

Line Number: 201

Backtrace:

File: /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php
Line: 343
Function: __construct

File: /www/wwwroot/dash.konsole.xyz/application/controllers/Api.php
Line: 12
Function: __construct

File: /www/wwwroot/dash.konsole.xyz/index.php
Line: 316
Function: require_once

Database Error

数据库发生错误。

无法使用提供的设置连接到数据库服务器。

Filename: core/MY_Controller.php

Line Number: 343


Fatal error: Uncaught Error: Call to a member function close() on string in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php:349 Stack trace: #0 [internal function]: Index_Controller->__destruct() #1 {main} thrown in /www/wwwroot/dash.konsole.xyz/application/core/MY_Controller.php on line 349
HEX
HEX
Server: Apache
System: Linux sys.digiflyeg.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User: opal (1023)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib64/python3.6/__pycache__/posixpath.cpython-36.pyc
3

Ow�h�?�'@sfdZdZdZdZdZdZdZdZdZddl	Z	ddl
Z
ddlZddlZdd	lTd
ddd
ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/d0g'Z
d1d2�Zd3d
�Zd4d�Zd5d�Zd6d�Zd7d�Zejje_d8d
�Zd9d�Zd:d�Zd;d�Zd<d�Zd=d�Zd>d�Zdadad?d�Zd@d�ZdAd �Z dBdC�dDd,�Z!dEdF�Z"e
j#dGkZ$dJdHd.�Z%dId/�Z&dS)Ka�Common operations on Posix pathnames.

Instead of importing this module directly, import os and refer to
this module as os.path.  The "os.path" name is an alias for this
module on Posix systems; on other systems (e.g. Mac, Windows),
os.path provides the same operations in a manner specific to that
platform, and is an alias to another module (e.g. macpath, ntpath).

Some of this can actually be useful on non-Posix systems too, e.g.
for manipulation of the pathname component of URLs.
�.z..�/�:z:/bin:/usr/binNz	/dev/null�)�*�normcase�isabs�join�
splitdrive�split�splitext�basename�dirname�commonprefix�getsize�getmtime�getatime�getctime�islink�exists�lexists�isdir�isfile�ismount�
expanduser�
expandvars�normpath�abspath�samefile�sameopenfile�samestat�curdir�pardir�sep�pathsep�defpath�altsep�extsep�devnull�realpath�supports_unicode_filenames�relpath�
commonpath�
ALLOW_MISSINGcCst|t�rdSdSdS)N�/r)�
isinstance�bytes)�path�r1�!/usr/lib64/python3.6/posixpath.py�_get_sep)s
r3cCs.tj|�}t|ttf�s*tdj|jj���|S)z6Normalize case of pathname.  Has no effect under Posixz2normcase() argument must be str or bytes, not '{}')	�os�fspathr.r/�str�	TypeError�format�	__class__�__name__)�sr1r1r2r4s

cCstj|�}t|�}|j|�S)zTest whether a path is absolute)r4r5r3�
startswith)r;r"r1r1r2r@s
c
Gs�tj|�}t|�}|}yd|s,|dd�|xJttj|�D]:}|j|�rN|}q:|s^|j|�rh||7}q:|||7}q:WWn.tttfk
r�t	j
d|f|���YnX|S)z�Join two or more pathname components, inserting '/' as needed.
    If any component is an absolute path, all previous path components
    will be discarded.  An empty last part will result in a path that
    ends with a separator.Nrr)r4r5r3�mapr<�endswithr7�AttributeError�BytesWarning�genericpath�_check_arg_types)�a�pr"r0�br1r1r2rKs 


cCs`tj|�}t|�}|j|�d}|d|�||d�}}|rX||t|�krX|j|�}||fS)z�Split a pathname.  Returns tuple "(head, tail)" where "tail" is
    everything after the final slash.  Either part may be empty.�N)r4r5r3�rfind�len�rstrip)rDr"�i�head�tailr1r1r2r
hs

cCs6tj|�}t|t�rd}d}nd}d}tj||d|�S)Nr-�.rr)r4r5r.r/rA�	_splitext)rDr"r&r1r1r2rys

cCstj|�}|dd�|fS)zJSplit a pathname into drive and path. On Posix, drive is always
    empty.Nr)r4r5)rDr1r1r2r	�s
cCs,tj|�}t|�}|j|�d}||d�S)z)Returns the final component of a pathnamerFN)r4r5r3rG)rDr"rJr1r1r2r�s
cCsNtj|�}t|�}|j|�d}|d|�}|rJ||t|�krJ|j|�}|S)z-Returns the directory component of a pathnamerFN)r4r5r3rGrHrI)rDr"rJrKr1r1r2r
�s

cCs4ytj|�}Wnttfk
r&dSXtj|j�S)z&Test whether a path is a symbolic linkF)r4�lstat�OSErrorr?�stat�S_ISLNK�st_mode)r0�str1r1r2r�s
cCs(ytj|�Wntk
r"dSXdS)zCTest whether a path exists.  Returns True for broken symbolic linksFT)r4rOrP)r0r1r1r2r�s
cCs�ytj|�}Wntk
r"dSXtj|j�r4dSt|t�rJt|d�}n
t|d�}t	|�}ytj|�}Wntk
r~dSX|j
}|j
}||kr�dS|j}|j}||kr�dSdS)z$Test whether a path is a mount pointFs..z..T)r4rOrPrQrRrSr.r/rr(�st_dev�st_ino)r0�s1�parent�s2�dev1�dev2�ino1�ino2r1r1r2r�s.

c	Cs4tj|�}t|t�rd}nd}|j|�s,|St|�}|j|d�}|dkrPt|�}|dkr�dtjkr�ddl	}y|j
tj��j}Wq�t
k
r�|SXq�tjd}nRddl	}|d|�}t|t�r�t|d�}y|j|�}Wnt
k
r�|SX|j}t|t��rtj|�}d}nd	}|j|�}|||d��p2|S)
zOExpand ~ and ~user constructions.  If user or $HOME is unknown,
    do nothing.�~�~rFr�HOMEN�ASCIIr-r)r4r5r.r/r<r3�findrH�environ�pwd�getpwuid�getuid�pw_dir�KeyErrorr6�getpwnam�fsencoderI)	r0�tilder"rJrd�userhome�name�pwent�rootr1r1r2r�sB







cCs\tj|�}t|t�rVd|kr |Sts:ddl}|jd|j�atj}d}d}t	tdd�}n:d|krb|St
s|ddl}|jd	|j�a
t
j}d
}d}tj}d}x�|||�}|s�P|jd�\}}|j
d�}	|	j|�r�|	j|�r�|	dd
�}	y.|dk�rtjtjtj|	��}
n||	}
Wntk
�r&|}Yq�X||d�}|d|�|
}t|�}||7}q�W|S)zZExpand shell variables of form $var and ${var}.  Unknown variables
    are left unchanged.�$rNs\$(\w+|\{[^}]*\})�{�}�environb�$z\$(\w+|\{[^}]*\})�{�}rF���)r4r5r.r/�	_varprogb�re�compilera�search�getattr�_varprogrc�span�groupr<r>rj�fsdecoderhrH)r0ryr{�start�endrcrJ�m�jrm�valuerLr1r1r2rsP





c	Cs�tj|�}t|t�r&d}d}d}d}nd}d}d}d}||krB|S|j|�}|rr|j|d	�rr|j|d
�rrd	}|j|�}g}xV|D]N}|||fkr�q�||ks�|r�|s�|r�|d|kr�|j|�q�|r�|j�q�W|}|j|�}|r�|||}|p�|S)
z0Normalize path, eliminating double slashes, etc.r-�rMs..r�rz..��rFrw)	r4r5r.r/r<r
�append�popr)	r0r"�empty�dot�dotdot�initial_slashes�comps�	new_comps�compr1r1r2rRs>





cCs@tj|�}t|�s8t|t�r&tj�}ntj�}t||�}t|�S)zReturn an absolute path.)	r4r5rr.r/�getcwdb�getcwdrr)r0�cwdr1r1r2rxs



F)�strictcCs,tj|�}t|dd�||i�\}}t|�S)zlReturn the canonical path of the specified filename, eliminating any
symbolic links encountered in the path.Nr)r4r5�
_joinrealpathr)�filenamer�r0�okr1r1r2r(�s
c
Cs�t|t�rd}d}d}nd}d}d}tj}|tkr8t}n|rBf}nt}d}	t|�rb|dd�}|}�x"|�r�|j|�\}
}}|
sf|
|kr�qf|
|kr�|r�t	|�\}}
|
|kr�t
|||�}qf|}qft
||
�}ytj|�}
Wn|k
r�d}YnXtj
|
j�}|�s
|}qf||k�rH||}|dk	�r(qf|�r:tj|�nt
||�dfSd||<t|tj|�||�\}}|�s|t
||�dfS|||<qfW|d	fS)
Nr-rMs..rrz..rFFT)r.r/r4r�r,�FileNotFoundErrorrPr�	partitionr
rrOrQrRrSr��readlink)r0�restr��seenr"r r!r��
ignored_error�maxlinksrm�_�newpathrT�is_linkr�r1r1r2r��sd





r��darwinc	Cs�|std��tj|�}t|t�r.d}d}d}nd}d}d}|dkrH|}n
tj|�}ynd	d
�t|�j|�D�}dd
�t|�j|�D�}tt||g��}|gt|�|||d�}|s�|St	|�St
ttt
fk
r�tjd||��YnXdS)
z#Return a relative version of a pathzno path specifiedrMr-s..rrz..NcSsg|]}|r|�qSr1r1)�.0�xr1r1r2�
<listcomp>�szrelpath.<locals>.<listcomp>cSsg|]}|r|�qSr1r1)r�r�r1r1r2r��sr*)�
ValueErrorr4r5r.r/rr
rHrrr7r?r@�DeprecationWarningrArB)	r0r�r r"r!�
start_list�	path_listrJ�rel_listr1r1r2r*�s0


c	s2|std��tttj|��}t|dt�r4d�d�nd�d�yƇfdd�|D�}yt�fd	d
�|D��\}Wntk
r�td�d�YnX�fd
d�|D�}t|�}t	|�}|}x.t
|�D]"\}}|||kr�|d|�}Pq�W|r�n
�dd�}|�j|�Stt
fk
�r,tjd|���YnXdS)zDGiven a sequence of path names, returns the longest common sub-path.z%commonpath() arg is an empty sequencerr-rMrrcsg|]}|j���qSr1)r
)r�r0)r"r1r2r�szcommonpath.<locals>.<listcomp>c3s|]}|dd��kVqdS)NrFr1)r�rD)r"r1r2�	<genexpr>szcommonpath.<locals>.<genexpr>z%Can't mix absolute and relative pathsNcsg|]}�fdd�|D��qS)csg|]}|r|�kr|�qSr1r1)r��c)r r1r2r�sz)commonpath.<locals>.<listcomp>.<listcomp>r1)r�r;)r r1r2r�sr+)r+)r��tupler=r4r5r.r/�set�min�max�	enumeraterr7r?rArB)	�paths�split_pathsrrWrY�commonrJr��prefixr1)r r"r2r+s6)N)'�__doc__r r!r&r"r#r$r%r'r4�sysrQrA�__all__r3rrrr
rrNr	rr
rrrrr}rxrrrr(r��platformr)r*r+r1r1r1r2�<module>sZ

	
	

*25&	F

)