instances); $instance = $config->instances[$num]; $url = "https://$instance/api.php"; $post_string = "q=$query&t=3"; $api_ch = curl_init($url); curl_setopt_array($api_ch, $config->curl_settings); curl_setopt($api_ch, CURLOPT_CUSTOMREQUEST, "POST"); curl_setopt($api_ch, CURLOPT_TIMEOUT, 20); // what curl_setopt($api_ch, CURLOPT_POSTFIELDS, $post_string); $results = json_decode(curl_exec($api_ch),true); //if($results == null) $results = "$instance is broken"; return $results; } function print_merged_torrent_results($results) { echo "
There are no results. Please try different keywords!
"; echo "