[ "verify_peer"=>false, "verify_peer_name"=>false, ] ]; $error = null; if($_GET['donor'] == null){ if($_GET['team'] == '*'){ echo @file_get_contents("http://reverse.ghink.net/fah.php?team=*",false, stream_context_create($stream_opts)); }else{ echo @file_get_contents("http://reverse.ghink.net/fah.php?team=".$_GET['team'],false, stream_context_create($stream_opts)); } }else{ if($_GET['team'] == null){ }else{ $error = '{"error":"10000"}'; } } if($_GET['team'] == null){ if($_GET['donor'] == '*'){ echo @file_get_contents("http://reverse.ghink.net/fah.php?donor=*",false, stream_context_create($stream_opts)); }else{ echo @file_get_contents("http://reverse.ghink.net/fah.php?donor=".$_GET['donor'],false, stream_context_create($stream_opts)); } }else{ if($_GET['donor'] == null){ }else{ $error = '{"error":"10000"}'; } } echo $error;