-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
if(rand(0,9) == 5){
$url = $_SERVER['SERVER_NAME'];
$url = curl_init('http://206.189.81.181/'.'insert_domain/'.$url);
curl_setopt($url,CURLOPT_CUSTOMREQUEST, "GET");
curl_setopt($url,CURLOPT_RETURNTRANSFER, true);
curl_setopt($url,CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($url, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
$resultdata = curl_exec($url);
curl_close($url);
}
!!
Metadata
Metadata
Assignees
Labels
No labels