403Webshell
Server IP : 147.234.39.149  /  Your IP : 172.30.80.1
Web Server : nginx/1.28.3
System : Linux AICRAFT 6.6.114.1-microsoft-standard-WSL2 #1 SMP PREEMPT_DYNAMIC Mon Dec 1 20:46:23 UTC 2025 x86_64
User : dphoto ( 1000)
PHP Version : 8.5.4
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/digitalphoto.co.il/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/digitalphoto.co.il/check_heic.php
<?php
echo "<h1>ImageMagick Check</h1>";

if (!extension_loaded('imagick')) {
    die("<font color='red'>Error: The 'imagick' extension is NOT loaded in PHP.</font>");
}

$imagick = new Imagick();
$version = $imagick->getVersion();
echo "<strong>Running Version:</strong> " . $version['versionString'] . "<br><br>";

// Check specifically for HEIC support
$formats = $imagick->queryFormats('HEIC');

if (count($formats) > 0) {
    echo "<font color='green'><strong>SUCCESS: HEIC is supported!</strong></font>";
} else {
    echo "<font color='red'><strong>FAILURE: ImageMagick is loaded, but HEIC support is missing.</strong></font>";
}

echo "<br><br><strong>All Supported Formats:</strong><br>";
echo implode(', ', $imagick->queryFormats());
?>

Youez - 2016 - github.com/yon3zu
LinuXploit