403Webshell
Server IP : 195.130.67.5  /  Your IP : 216.73.217.154
Web Server : Microsoft-IIS/10.0
System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586
User : IUSR ( 0)
PHP Version : 7.4.19
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Old Sites/repository/wp-content/plugins/wp-filemanager/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /Old Sites/repository/wp-content/plugins/wp-filemanager//wp-filemanager.php
<?php
/*
Plugin Name: WP-FileManager
Plugin URI: http://blog.anantshri.info/projects/wp-filemanager/
Description: FileManager for WordPress allows you to easily change, delete, organize and upload files.
Version: 1.3.0
Author: Anant Shrivastava, Johannes Ries
Author URI: http://anantshri.info
*/

/* DO NOT EDIT ANYTHING BELOW THIS LINE */
function get_list_ext($lst_type)
{
	if (get_option($lst_type)  != "")
	{
		$ext_list =  get_option($lst_type);
	}
	else
	{
		$ext_list =  get_option( $lst_type . '_default');
	}
	return $ext_list;
}
function fm_post_add_options() {
	add_menu_page('FileManager', 'FileManager', 2, 'wp-filemanager/fm.php');
	add_submenu_page('wp-filemanager/fm.php','FileManager','Configuration',8,'wpfileman', 'wpfileman_options_admin');
}
function wpfileman_options_admin()
{
//	echo "options panel for wordpress file man";
include_once('conf/config.inc.php');
include_once('wp_filemanager_admin.php');
}
add_action('admin_menu', 'fm_post_add_options');
//add_action('admin_menu', 'wpfileman_admin');
if ($_GET['action'] == 'edit')
{
//	wp_enqueue_script('codepress');
	wp_enqueue_script('jquery');
}
function rename_file()
{
include(WP_CONTENT_DIR . "/plugins/wp-filemanager/incl/rename.inc.php");
	exit();
}
add_action('wp_ajax_rename', 'rename_file');
add_action("admin_print_scripts",'js_libs');
add_action("admin_print_styles", 'style_libs');
	    function js_libs() {
	        wp_enqueue_script('jquery');
	        wp_enqueue_script('thickbox');
	    } 
	    function style_libs() {
	        wp_enqueue_style('thickbox');
	    } 	
/**/
?>

Youez - 2016 - github.com/yon3zu
LinuXploit