Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.217.55
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
python35 /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
2to3-3.5
108
B
-rwxr-xr-x
2024-05-31 17:20
chardetect
401
B
-rwxr-xr-x
2020-05-22 17:28
coverage
394
B
-rwxr-xr-x
2024-07-08 12:53
coverage-3.5
394
B
-rwxr-xr-x
2024-07-08 12:53
coverage3
394
B
-rwxr-xr-x
2024-07-08 12:53
cygdb
391
B
-rwxr-xr-x
2020-05-22 17:22
cython
393
B
-rwxr-xr-x
2020-05-22 17:22
cythonize
399
B
-rwxr-xr-x
2020-05-22 17:22
easy_install-3.5
243
B
-rwxr-xr-x
2023-11-14 00:47
f2py3
771
B
-rwxr-xr-x
2024-07-08 13:05
gflags2man
18.45
KB
-rwxr-xr-x
2018-03-02 17:41
idle3
106
B
-rwxr-xr-x
2024-05-31 17:20
idle3.5
106
B
-rwxr-xr-x
2024-05-31 17:20
jsonschema
410
B
-rwxr-xr-x
2019-03-20 12:19
lswsgi
103.52
KB
-rwxr-xr-x
2021-02-24 18:56
nosetests-3.5
398
B
-rwxr-xr-x
2019-09-27 13:36
pbr
164
B
-rwxr-xr-x
2016-11-24 11:55
pip
661
B
-rwxr-xr-x
2023-11-14 00:46
pip-3
661
B
-rwxr-xr-x
2023-11-14 00:46
pip-3.5
661
B
-rwxr-xr-x
2023-11-14 00:46
pip3
661
B
-rwxr-xr-x
2023-11-14 00:46
pip3.5
661
B
-rwxr-xr-x
2023-11-14 00:46
pw_migrate
422
B
-rwxr-xr-x
2019-11-15 20:47
pwiz
6.8
KB
-rwxr-xr-x
2024-07-08 13:08
pydoc3
91
B
-rwxr-xr-x
2024-05-31 17:20
pydoc3.5
91
B
-rwxr-xr-x
2024-05-31 17:20
pyflakes
320
B
-rwxr-xr-x
2018-02-28 10:23
pyjwt
305
B
-rwxr-xr-x
2018-08-28 13:42
python-coverage
394
B
-rwxr-xr-x
2024-07-08 12:53
python3
11.05
KB
-rwxr-xr-x
2024-05-31 17:21
python3-2to3
108
B
-rwxr-xr-x
2024-05-31 17:20
python3-config
173
B
-rwxr-xr-x
2024-05-31 17:20
python3-coverage
394
B
-rwxr-xr-x
2024-07-08 12:53
python3-debug
11.05
KB
-rwxr-xr-x
2024-05-31 17:21
python3.5
11.05
KB
-rwxr-xr-x
2024-05-31 17:21
python3.5-config
173
B
-rwxr-xr-x
2024-05-31 17:20
python3.5dm
11.05
KB
-rwxr-xr-x
2024-05-31 17:21
python3.5dm-config
3.36
KB
-rwxr-xr-x
2024-05-31 17:18
python3.5m
11.05
KB
-rwxr-xr-x
2024-05-31 17:21
python3.5m-config
173
B
-rwxr-xr-x
2024-05-31 17:20
python3.5m-x86_64-config
3.37
KB
-rwxr-xr-x
2024-05-31 17:19
pyvenv
243
B
-rwxr-xr-x
2024-05-31 17:20
pyvenv-3.5
243
B
-rwxr-xr-x
2024-05-31 17:20
raven
305
B
-rwxr-xr-x
2017-11-01 13:40
sentrylogs
330
B
-rwxr-xr-x
2018-07-26 11:53
wheel
388
B
-rwxr-xr-x
2024-03-07 11:08
xmlwf
23.98
KB
-rwxr-xr-x
2015-11-19 10:06
Save
Rename
#!/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" 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_build="/opt/alt/python35" prefix_real=$(installed_prefix "$0") # Use sed to fix paths from their built-to locations to their installed-to # locations. prefix=$(echo "$prefix_build" | sed "s#$prefix_build#$prefix_real#") exec_prefix_build="/opt/alt/python35" exec_prefix=$(echo "$exec_prefix_build" | sed "s#$exec_prefix_build#$prefix_real#") includedir=$(echo "/opt/alt/python35/include" | sed "s#$prefix_build#$prefix_real#") libdir=$(echo "/opt/alt/python35/lib64" | sed "s#$prefix_build#$prefix_real#") CFLAGS=$(echo "-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv" | sed "s#$prefix_build#$prefix_real#") VERSION="3.5" LIBM="-lm" LIBC="" SYSLIBS="$LIBM $LIBC" ABIFLAGS="dm" LIBS="-lpython${VERSION}${ABIFLAGS} -lpthread -ldl -lutil $SYSLIBS" BASECFLAGS=" -Wno-unused-result -Wsign-compare" LDLIBRARY="libpython${LDVERSION}.so" LINKFORSHARED="-Xlinker -export-dynamic" OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv" PY_ENABLE_SHARED="1" LDVERSION="${VERSION}${ABIFLAGS}" LIBDEST=${prefix}/lib/python${VERSION} LIBPL=$(echo "${prefix}/lib/python3.5/config-${VERSION}${ABIFLAGS}" | sed "s#$prefix_build#$prefix_real#") SO=".cpython-35dm-x86_64-linux-gnu.so" PYTHONFRAMEWORK="" INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}" # Scan for --help or unknown argument. for ARG in $* do case $ARG in --help) exit_with_usage 0 ;; --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir) ;; *) exit_with_usage 1 ;; esac done for ARG in "$@" do case "$ARG" in --prefix) echo "$prefix" ;; --exec-prefix) echo "$exec_prefix" ;; --includes) echo "$INCDIR $PLATINCDIR" ;; --cflags) echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT" ;; --libs) echo "$LIBS" ;; --ldflags) LINKFORSHAREDUSED= if [ -z "$PYTHONFRAMEWORK" ] ; then LINKFORSHAREDUSED=$LINKFORSHARED fi LIBPLUSED= if [ "$PY_ENABLE_SHARED" = "0" ] ; then LIBPLUSED="-L$LIBPL" fi echo "$LIBPLUSED -L$libdir $LIBS $LINKFORSHAREDUSED" ;; --extension-suffix) echo "$SO" ;; --abiflags) echo "$ABIFLAGS" ;; --configdir) echo "$LIBPL" ;; esac done