[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.118.128.2: ~ $
<?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'
	) );

	return true;
}

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

Filemanager

Name Type Size Permission Actions
admin Folder 0755
assets Folder 0755
includes Folder 0755
languages Folder 0755
modules Folder 0755
license.txt File 19.05 KB 0644
load.php File 5.72 KB 0644
readme.txt File 4.39 KB 0644
uninstall.php File 518 B 0644
wp-contact-form-7.php File 1.85 KB 0644