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/python2.7/getpass.pyc
�
zfc@s9dZddlZddlZddlZdddgZdefd��YZddd�Zddd	�Z	ddd
�Z
dddd�Zd
�Zy ddl
Z
e
je
jfWnueefk
r.yddlZWnEek
r$yddlmZWnek
re
Zq+XeZq5Xe	ZnXeZdS(s�Utilities to get a password and/or the current user name.

getpass(prompt[, stream]) - Prompt for a password, with echo turned off.
getuser() - Get the user name from the environment or password database.

GetPassWarning - This UserWarning is issued when getpass() cannot prevent
                 echoing of the password contents while reading.

On Windows, the msvcrt module will be used.
On the Mac EasyDialogs.AskPassword is used, if available.

i����NtgetpasstgetusertGetPassWarningcBseZRS((t__name__t
__module__(((s/usr/lib64/python2.7/getpass.pyRss
Password: c
Cs�d}d}yJtjdtjtjB�}tj|dd�}|}|sU|}nWnjtk
r�}ytjj	�}Wn&t
tfk
r�t||�}nXtj}|s�tj
}q�nX|dk	r�d}y�tj|�}|}|dctjM<tj}	ttd�r*|	tjO}	nz,tj||	|�t||d|�}Wdtj||	|�|j�XWq�tjk
r�}|dk	r��n~~t||�}q�Xn|jd�|S(	sPrompt for a password, with echo turned off.

    Args:
      prompt: Written on stream to ask for the input.  Default: 'Password: '
      stream: A writable file object to display the prompt.  Defaults to
              the tty.  If no tty is available defaults to sys.stderr.
    Returns:
      The seKr3t input.
    Raises:
      EOFError: If our input tty or stdin was closed.
      GetPassWarning: When we were unable to turn echo off on the input.

    Always restores terminal settings before returning.
    s/dev/ttysw+iitTCSASOFTtinputNs
(tNonetostopentO_RDWRtO_NOCTTYtfdopentEnvironmentErrortsyststdintfilenotAttributeErrort
ValueErrortfallback_getpasststderrttermiost	tcgetattrtECHOt	TCSAFLUSHthasattrRt	tcsetattrt
_raw_inputtflushterrortwrite(
tprompttstreamtfdtttyRtetpasswdtoldtnewttcsetattr_flags((s/usr/lib64/python2.7/getpass.pytunix_getpasssJ
		
cCs�tjtjk	rt||�Sddl}x|D]}|j|�q2Wd}xd|j�}|dksv|dkrzPn|dkr�t�n|dkr�|d }qR||}qRW|jd�|jd�|S(s9Prompt for password with echo off, using Windows getch().i����Nts
s
ss(RRt	__stdin__RtmsvcrttputchtgetchtKeyboardInterrupt(RR R+tctpw((s/usr/lib64/python2.7/getpass.pytwin_getpassYs$

	


cCs?tjdtdd�|s(tj}n|dIJt||�S(Ns%Can not control echo on the terminal.t
stacklevelis&Warning: Password input may be echoed.(twarningstwarnRRRR(RR ((s/usr/lib64/python2.7/getpass.pyRps
R)cCs�|stj}n|s$tj}nt|�}|rP|j|�|j�n|j�}|skt�n|ddkr�|d }n|S(Ni����s
(RRRtstrRRtreadlinetEOFError(RR Rtline((s/usr/lib64/python2.7/getpass.pyRys

	
cCs\ddl}x*dD]"}|jj|�}|r|SqWddl}|j|j��dS(	s�Get the username from the environment or password database.

    First try various environment variables, then the password
    database.  This works on Windows as long as USERNAME is set.

    i����NtLOGNAMEtUSERtLNAMEtUSERNAMEi(R9R:R;R<(Rtenvirontgettpwdtgetpwuidtgetuid(RtnametuserR?((s/usr/lib64/python2.7/getpass.pyR�s
(tAskPassword(t__doc__RRR3t__all__tUserWarningRRR(R1RRRRRRtImportErrorRR+tEasyDialogsRDR(((s/usr/lib64/python2.7/getpass.pyt<module>s,$?