403Webshell
Server IP : 192.64.118.117  /  Your IP : 18.116.80.77
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/mobilecreationz.com/wp-content/plugins/e-signature/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/thecgapy/mobilecreationz.com/wp-content/plugins/e-signature/uninstall.php
<?php
	if( !defined('WP_UNINSTALL_PLUGIN') ) exit();
		global $wpdb;

		$table_prefix = $wpdb->prefix . "esign_";

		$setting_table=$table_prefix . "settings";
		$dbname= "Tables_in_" .  DB_NAME ;
		require_once(ABSPATH . 'wp-admin/includes/upgrade.php');



		$esign_remove_all_data = $wpdb->get_var("SELECT setting_value FROM $setting_table where setting_name='esign_remove_all_data'" );

		if($esign_remove_all_data==1)
					{
		  
					$results=$wpdb->get_results("SHOW TABLES");
		
	
		
					foreach($results as $tablename) 
						{
		
							foreach($tablename as $table=>$value) 
					{
		  
							if (preg_match('/'. $table_prefix .'/',$value))
								{
		
										$sql = "DROP TABLE IF EXISTS `" . $value . "`";
										$wpdb->query($sql);
								}
		
					}
			}
		
		delete_option( "esig_db_version");	
	} 
	
	

Youez - 2016 - github.com/yon3zu
LinuXploit