403Webshell
Server IP : 213.136.93.164  /  Your IP : 216.73.216.20
Web Server : Apache
System : Linux m14200.contabo.net 5.14.0-611.54.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 6 18:03:03 EDT 2026 x86_64
User : ki692510 ( 1047)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/ki692510/www/wp-content/plugins/WPShapere/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ki692510/www/wp-content/plugins/WPShapere/wpshapere.php
<?php
/*
Plugin Name: WPSHAPERE
Plugin URI: https://codecanyon.net/item/wordpress-admin-theme-wpshapere/8183353
Description: #1 Selling WordPress Admin Theme and White Label Solution across the internet.
Version: 6.1.16
Author: AcmeeDesign Softwares and Solutions
Author URI: https://acmeedesign.com
Text-Domain: wps
Domain Path: /languages
 *
*/

/*
*   WPSHAPERE Version
*/

define( 'WPSHAPERE_VERSION' , '6.1.16' );

/*
*   WPSHAPERE Path Constant
*/
define( 'WPSHAPERE_PATH' , dirname(__FILE__) . "/");

/*
*   WPSHAPERE URI Constant
*/
define( 'WPSHAPERE_DIR_URI' , plugin_dir_url(__FILE__) );

/*
*   WPSHAPERE Options slug Constant
*/
define( 'WPSHAPERE_OPTIONS_SLUG' , 'wpshapere_options' );

/*
* Enabling Global Customization for Multi-site installation.
* Delete below two lines if you want to give access to all blog admins to customizing their own blog individually.
* Works only for multi-site installation
*/
if(is_multisite())
    define('NETWORK_ADMIN_CONTROL', true);
// Delete the above two lines to enable customization per blog


require_once( WPSHAPERE_PATH . 'includes/wps-options.php' );

/*
 * Main configuration for AOF class
 */

if(!function_exists('wps_config')) {
  function wps_config() {
    if(!is_multisite()) {
        $multi_option = false;
    }
     elseif(is_multisite() && !defined('NETWORK_ADMIN_CONTROL')) {
         $multi_option = false;
     }
     else {
         $multi_option = true;
     }

     /* Stop editing after this */
     $wps_fields = get_wps_options();
     $config = array(
         'multi' => $multi_option, //default = false
         'wps_fields' => $wps_fields,
       );

       return $config;
  }
}

//Implement main settings
require_once( WPSHAPERE_PATH . 'main-settings.php' );

function wps_load_textdomain()
{
   load_plugin_textdomain('wps', false, dirname( plugin_basename( __FILE__ ) )  . '/languages' );
}
add_action('plugins_loaded', 'wps_load_textdomain');

include_once WPSHAPERE_PATH . 'includes/dash-icons.class.php';
include_once WPSHAPERE_PATH . 'includes/fa-icons.class.php';
include_once WPSHAPERE_PATH . 'includes/line-icons.class.php';
include_once WPSHAPERE_PATH . 'includes/wpshapere.class.php';
include_once WPSHAPERE_PATH . 'includes/wps-login-presets.php';
include_once WPSHAPERE_PATH . 'includes/wpsthemes.class.php';
include_once WPSHAPERE_PATH . 'includes/wpsmenu.class.php';
include_once WPSHAPERE_PATH . 'includes/wps-impexp.class.php';
include_once WPSHAPERE_PATH . 'includes/wps-notices.class.php';
include_once WPSHAPERE_PATH . 'includes/wps.help.php';
include_once WPSHAPERE_PATH . 'includes/deactivate.class.php';
include_once WPSHAPERE_PATH . 'includes/wps-addons.php';

Youez - 2016 - github.com/yon3zu
LinuXploit