[ Avaa Bypassed ]




Upload:

Command:

www-data@18.224.3.26: ~ $
<?php

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

function wpcf7_delete_plugin() {
	global $wpdb;

	delete_option( 'wpcf7' );

	$posts = get_posts(
		array(
			'numberposts' => -1,
			'post_type' => 'wpcf7_contact_form',
			'post_status' => 'any',
		)
	);

	foreach ( $posts as $post ) {
		wp_delete_post( $post->ID, true );
	}

	$wpdb->query( sprintf(
		"DROP TABLE IF EXISTS %s",
		$wpdb->prefix . 'contact_form_7'
	) );
}

if ( ! defined( 'WPCF7_VERSION' ) ) {
	wpcf7_delete_plugin();
}

Filemanager

Name Type Size Permission Actions
admin Folder 0777
assets Folder 0777
includes Folder 0777
languages Folder 0777
modules Folder 0777
license.txt File 18.7 KB 0777
load.php File 5.67 KB 0777
readme.txt File 5.25 KB 0777
uninstall.php File 503 B 0777
wp-contact-form-7.php File 1.85 KB 0777