HEX
Server: Apache/2.4.56 (Unix) OpenSSL/1.0.2k-fips
System: Linux host.nohasslegoals.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
User: nohass (1001)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/nohass/training.nohasslegoals.com/wp-content__99e760c/plugins/countdown_dynamite/embed.php
<?php
require_once(dirname(__FILE__) . '/../../../wp-load.php');

if (!class_exists('Ucd_WpPlugin')) {
    header('HTTP/1.0 501 Not Implemented');
    exit("Countdown Dynamite plugin is not active.");
}
if (!Ucd_WpPlugin::$loaded) {
    header('HTTP/1.0 403 Forbidden');
    exit("Countdown Dynamite plugin is not activated.");
}

Ucd_WpPlugin::getInstance()->dispatch('frontend-ajax', 'embed', array(
    'post_id' => isset($_GET['post_id'])? $_GET['post_id'] : 0,
));