[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.128.206.7: ~ $
<?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 0755
assets Folder 0755
includes Folder 0755
languages Folder 0755
modules Folder 0755
license.txt File 18.7 KB 0644
load.php File 5.72 KB 0644
readme.txt File 5.36 KB 0644
uninstall.php File 503 B 0644
wp-contact-form-7.php File 1.85 KB 0644