📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
10xhyperbaric.com
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
.htaccess
2 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-header.php
9.07 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
config.php
6.83 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
contribute.php
5.9 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
credits.php
4.42 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-advanced.php
28.79 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
error_log
2158.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
filefuns.php
5.98 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
freedoms.php
4.84 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
link.php
2.89 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
load-styles.php
2.92 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
media-new.php
3.17 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
menu.php
17.72 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
ms-options.php
0.22 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
ms-upgrade-network.php
0.21 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
options-connectors.php
1.07 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
options-general.php
22.32 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
options-head.php
0.61 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
options-privacy.php
9.92 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
options-writing.php
9.1 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
plugin-install.php
6.96 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
post-new.php
2.7 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
theme-editor.php
16.87 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
theme-install.php
23.65 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
upgrade.php
6.24 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
user-new.php
24.06 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0755
🗑️
🏷️
⬇️
✏️
🔒
Edit: python3.9-x86_64-config
#!/usr/bin/sh # Keep this script in sync with python-config.in exit_with_usage () { echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed" exit $1 } if [ "$1" = "" ] ; then exit_with_usage 1 fi # Returns the actual prefix where this script was installed to. installed_prefix () { RESULT=$(dirname $(cd $(dirname "$1") && pwd -P)) if which readlink >/dev/null 2>&1 ; then if readlink -f "$RESULT" >/dev/null 2>&1; then RESULT=$(readlink -f "$RESULT") fi fi echo $RESULT } prefix_real=$(installed_prefix "$0") # Use sed to fix paths from their built-to locations to their installed-to # locations. Keep prefix & exec_prefix using their original values in case # they are referenced in other configure variables, to prevent double # substitution, issue #22140. prefix="/usr" exec_prefix="/usr" exec_prefix_real=${prefix_real} includedir=$(echo "/usr/include" | sed "s#$prefix#$prefix_real#") libdir=$(echo "/usr/lib64" | sed "s#$prefix#$prefix_real#") CFLAGS=$(echo " -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv " | sed "s#$prefix#$prefix_real#") VERSION="3.9" LIBM="-lm" LIBC="" SYSLIBS="$LIBM $LIBC" ABIFLAGS="" LIBS=" -lcrypt -ldl -lm $SYSLIBS" LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -lcrypt -ldl -lm $SYSLIBS" BASECFLAGS=" -Wno-unused-result -Wsign-compare" LDLIBRARY="libpython${LDVERSION}.so" OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -m64 -march=x86-64-v2 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv" PY_ENABLE_SHARED="1" LDVERSION="${VERSION}${ABIFLAGS}" LIBDEST=${prefix_real}/lib/python${VERSION} LIBPL=$(echo "${prefix}/lib64/python3.9/config-${VERSION}${ABIFLAGS}-x86_64-linux-gnu" | sed "s#$prefix#$prefix_real#") SO=".cpython-39-x86_64-linux-gnu.so" PYTHONFRAMEWORK="" INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" PY_EMBED=0 # Scan for --help or unknown argument. for ARG in $* do case $ARG in --help) exit_with_usage 0 ;; --embed) PY_EMBED=1 ;; --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir) ;; *) exit_with_usage 1 ;; esac done if [ $PY_EMBED = 1 ] ; then LIBS="$LIBS_EMBED" fi for ARG in "$@" do case "$ARG" in --prefix) echo "$prefix_real" ;; --exec-prefix) echo "$exec_prefix_real" ;; --includes) echo "$INCDIR $PLATINCDIR" ;; --cflags) echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT" ;; --libs) echo "$LIBS" ;; --ldflags) LIBPLUSED= if [ "$PY_ENABLE_SHARED" = "0" ] ; then LIBPLUSED="-L$LIBPL" fi echo "$LIBPLUSED -L$libdir $LIBS" ;; --extension-suffix) echo "$SO" ;; --abiflags) echo "$ABIFLAGS" ;; --configdir) echo "$LIBPL" ;; esac done
Save