!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/polylang/include/   drwxr-xr-x
Free 180.47 GB of 490.84 GB (36.77%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

/**
 * Links model for default permalinks
 * for example mysite.com/?somevar=something&lang=en
 * implements the "links_model interface"
 *
 * @since 1.2
 */
class PLL_Links_Default extends PLL_Links_Model {
    public 
$using_permalinks false;

    
/**
     * Adds language information to an url
     * links_model interface
     *
     * @since 1.2
     *
     * @param string $url  url to modify
     * @param object $lang language
     * @return string modified url
     */
    
public function add_language_to_link$url$lang ) {
        return empty( 
$lang ) || ( $this->options['hide_default'] && $this->options['default_lang'] == $lang->slug ) ? $url add_query_arg'lang'$lang->slug$url );
    }

    
/**
     * Removes the language information from an url
     * links_model interface
     *
     * @since 1.2
     *
     * @param string $url url to modify
     * @return string modified url
     */
    
public function remove_language_from_link$url ) {
        return 
remove_query_arg'lang'$url );
    }

    
/**
     * Returns the link to the first page
     * links_model interface
     *
     * @since 1.2
     *
     * @param string $url url to modify
     * @return string modified url
     */
    
function remove_paged_from_link$url ) {
        return 
remove_query_arg'paged'$url );
    }

    
/**
     * Returns the link to the paged page when using pretty permalinks
     *
     * @since 1.5
     *
     * @param string $url  url to modify
     * @param int    $page
     * @return string modified url
     */
    
public function add_paged_to_link$url$page ) {
        return 
add_query_arg( array( 'paged' => $page ), $url );
    }

    
/**
     * Gets the language slug from the url if present
     * links_model interface
     *
     * @since 1.2
     * @since 2.0 add $url argument
     *
     * @param string $url optional, defaults to current url
     * @return string language slug
     */
    
public function get_language_from_url$url '' ) {
        if ( empty( 
$url ) ) {
            
$url $_SERVER['REQUEST_URI'];
        }

        
$pattern '#lang=('.implode'|'$this->model->get_languages_list( array( 'fields' => 'slug' ) ) ).')#';
        return 
preg_match$patterntrailingslashit$url ), $matches ) ? $matches[1] : ''// $matches[1] is the slug of the requested language
    
}

    
/**
     * Returns the static front page url
     *
     * @since 1.8
     *
     * @param object $lang
     * @return string
     */
    
public function front_page_url$lang ) {
        if ( 
$this->options['hide_default'] && $lang->slug == $this->options['default_lang'] ) {
            return 
trailingslashit$this->home );
        }
        
$url home_url'/?page_id=' $lang->page_on_front );
        return 
$this->options['force_lang'] ? $this->add_language_to_link$url$lang ) : $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.009 ]--