403Webshell
Server IP : 192.64.118.117  /  Your IP : 18.190.217.76
Web Server : LiteSpeed
System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User : thecgapy ( 1160)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/thecgapy/www/wp-content/plugins/revslider/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/thecgapy/www/wp-content/plugins/revslider/uninstall.php
<?php 
if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
	exit();

/**
 * disable deletion of anything 
 * @since 5.0
 
$currentFile = __FILE__;
$currentFolder = dirname($currentFile);
require_once $currentFolder . '/inc_php/globals.class.php';

global $wpdb;
$tableSliders = $wpdb->prefix . RevSliderGlobals::TABLE_SLIDERS_NAME;
$tableSlides = $wpdb->prefix . RevSliderGlobals::TABLE_SLIDES_NAME;
$tableSettings = $wpdb->prefix . RevSliderGlobals::TABLE_SETTINGS_NAME;
$tableCss = $wpdb->prefix . RevSliderGlobals::TABLE_CSS_NAME;
$tableAnims = $wpdb->prefix . RevSliderGlobals::TABLE_LAYER_ANIMS_NAME;
$tableStaticSlides = $wpdb->prefix . RevSliderGlobals::TABLE_STATIC_SLIDES_NAME;

$wpdb->query( "DROP TABLE $tableSliders" );
$wpdb->query( "DROP TABLE $tableSlides" );
$wpdb->query( "DROP TABLE $tableSettings" );
$wpdb->query( "DROP TABLE $tableCss" );
$wpdb->query( "DROP TABLE $tableAnims" );
$wpdb->query( "DROP TABLE $tableStaticSlides" );

//deactivate activation if plugin was activated

delete_option('revslider-latest-version');
delete_option('revslider-update-check-short');
delete_option('revslider-update-check');
delete_option('revslider_update_info');
delete_option('revslider-code');
delete_option('revslider-valid');
delete_option('revslider-valid-notice');
*/

//needs to be deleted so that everything gets checked at a new installation
delete_option('revslider_table_version');
delete_option('revslider_checktables');
delete_option('rs_public_version');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit