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


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

/*
Plugin Name: Polylang
Plugin URI: https://polylang.pro
Version: 2.1.4
Author: Frédéric Demarle
Author uri: https://polylang.pro
Description: Adds multilingual capability to WordPress
Text Domain: polylang
Domain Path: /languages
*/

/*
 * Copyright 2011-2017 Frédéric Demarle
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * ( at your option ) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 *
 */

if ( ! defined'ABSPATH' ) ) {
    exit; 
// don't access directly
};

define'POLYLANG_VERSION''2.1.4' );
define'PLL_MIN_WP_VERSION''4.4' );

define'POLYLANG_FILE'__FILE__ ); // this file
define'POLYLANG_BASENAME'plugin_basenamePOLYLANG_FILE ) ); // plugin name as known by WP
define'POLYLANG_DIR'dirnamePOLYLANG_FILE ) ); // our directory

define'PLL_ADMIN_INC',    POLYLANG_DIR '/admin' );
define'PLL_FRONT_INC',    POLYLANG_DIR '/frontend' );
define'PLL_INC',          POLYLANG_DIR '/include' );
define'PLL_INSTALL_INC',  POLYLANG_DIR '/install' );
define'PLL_MODULES_INC',  POLYLANG_DIR '/modules' );
define'PLL_SETTINGS_INC'POLYLANG_DIR '/settings' );

require_once 
PLL_INC '/class-polylang.php';

:: 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.073 ]--