!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.6.40-67+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux hosting1.erectacloud.it 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC
2024 x86_64
 

uid=5229(web473) gid=5117(client172) groups=5117(client172),5002(sshusers) 

Safe-mode: OFF (not secure)

/var/www/clients/client172/web473/web/OLD_WP/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/   drwxr-xr-x
Free 182.52 GB of 490.84 GB (37.18%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Whip_Host.php (2.37 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Represents a host
 */
class Whip_Host {
    const 
HOST_NAME_KEY 'WHIP_NAME_OF_HOST';
    const 
HOSTING_PAGE_FILTER_KEY 'whip_hosting_page_url_wordpress';

    
/**
     * Retrieves the name of the host if set.
     *
     * @return string The name of the host.
     */
    
public static function name() {
        
$name = (string) getenvself::HOST_NAME_KEY );

        return 
self::filterName$name );
    }

    
/**
     * Filters the name if we are in a WordPress context. In a non-WordPress content this function just returns the passed name.
     *
     * @param string $name The current name of the host.
     * @returns string The filtered name of the host.
     */
    
private static function filterName$name ) {
        if ( 
function_exists'apply_filters' ) ) {
            return (string) 
apply_filtersstrtolowerself::HOST_NAME_KEY ), $name );
        }

        return 
$name;
    }

    
/**
     * Retrieves the message from the host if set.
     *
     * @param string $messageKey The key to use as the environment variable.
     *
     * @return string The message as set by the host.
     */
    
public static function message$messageKey ) {
        
$message = (string) getenv$messageKey );

        return 
self::filterMessage$messageKey$message );
    }

    
/**
     * Filters the message if we are in a WordPress context. In a non-WordPress content this function just returns the passed message.
     *
     * @param string $messageKey The key used for the environment variable.
     * @param string $message The current message from the host.
     *
     * @return string
     */
    
private static function filterMessage$messageKey$message ) {
        if ( 
function_exists'apply_filters' ) ) {
            return (string) 
apply_filtersstrtolower$messageKey ), $message );
        }

        return 
$message;
    }

    
/**
     * Returns the URL for the hosting page
     *
     * @returns string The URL to the hosting overview page.
     */
    
public static function hostingPageUrl() {
        
$url 'https://yoa.st/w3';

        return 
self::filterHostingPageUrl$url );
    }

    
/**
     * Filters the hosting page url if we are in a WordPress context. In a non-WordPress context this function just returns a link to the Yoast hosting page.
     *
     * @param string $url The previous URL.
     * @returns string The new URL to the hosting overview page.
     */
    
private static function filterHostingPageUrl$url ) {
        if ( 
function_exists'apply_filters' ) && apply_filtersself::HOSTING_PAGE_FILTER_KEYfalse ) ) {
            return 
'https://wordpress.org/hosting/';
        }

        return 
$url;
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0104 ]--