uawdijnntqw1x1x1
IP : 216.73.216.23
Hostname : web17.us.cloudlogin.co
Kernel : Linux web17.us.cloudlogin.co 5.10.238-xeon-hst #1 SMP Thu Jun 5 12:15:42 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
www
/
hallgroupsolutions.com
/
e61a0
/
..
/
phpbb3
/
..
/
wp-content
/
plugins
/
anti-spam
/
uninstall.php
/
/
<?php // @formatter:off // if uninstall.php is not called by WordPress, die if( !defined('WP_UNINSTALL_PLUGIN') ) { die; } /** * Удаление кеша и опций */ function uninstall() { // remove plugin options global $wpdb; $wpdb->query("DELETE FROM {$wpdb->options} WHERE option_name LIKE 'titan_%';"); } if(get_option( 'titan_complete_uninstall', false)) { if ( is_multisite() ) { global $wpdb, $wp_version; $wpdb->query("DELETE FROM {$wpdb->sitemeta} WHERE meta_key LIKE 'titan_%';"); $blogs = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" ); if ( ! empty( $blogs ) ) { foreach ( $blogs as $id ) { switch_to_blog( $id ); uninstall(); restore_current_blog(); } } } else { uninstall(); } } //require_once dirname(__FILE__) . '/includes/firewall/class-database-schema.php'; //$db_schema = new \WBCR\Titan\Database\Schema(); //$db_schema->dropAll();
/home/www/hallgroupsolutions.com/e61a0/../phpbb3/../wp-content/plugins/anti-spam/uninstall.php