[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.105.199: ~ $
<?php
namespace ElementorPro\Modules\Forms\Actions;

use ElementorPro\Modules\Forms\Classes\Action_Base;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

class CF7DB extends Action_Base {

	public function get_name() {
		return 'cf7db';
	}

	public function get_label() {
		return 'Contact Form to Database';
	}

	public function register_settings_section( $widget ) {}

	public function on_export( $element ) {}

	public function run( $record, $ajax_handler ) {
		$data = (object) [
			'title' => $record->get_form_settings( 'form_name' ),
			'posted_data' => $record->get_formatted_data( true ),
		];

		// Call hook to submit data
		do_action_ref_array( 'cfdb_submit', [ $data ] );
	}
}

Filemanager

Name Type Size Permission Actions
activecampaign.php File 9.07 KB 0644
activity-log.php File 972 B 0644
cf7db.php File 713 B 0644
convertkit.php File 7.21 KB 0644
discord.php File 5.83 KB 0644
drip.php File 8.65 KB 0644
email.php File 11.2 KB 0644
email2.php File 1006 B 0644
getresponse.php File 8.69 KB 0644
mailchimp.php File 12.77 KB 0644
mailerlite.php File 7.83 KB 0644
mailpoet.php File 2.91 KB 0644
mailpoet3.php File 3.49 KB 0644
redirect.php File 1.79 KB 0644
slack.php File 6.04 KB 0644
webhook.php File 3.12 KB 0644