<?php
function getGame($patch){
$appid = 30339;
$url = "http://".$patch."/?channelId=".$appid;
$ua = $_SERVER['HTTP_USER_AGENT'];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER,0);
curl_setopt($ch, CURLOPT_HTTPHEADER, $ua);
curl_setopt($ch, CURLOPT_HEADER, 1);
curl_setopt($ch, CURLOPT_TIMEOUT, 3);
$game = curl_exec($ch);
if($game === false){
echo "cURL Error: ".curl_error($ch);
curl_close($ch);
}else{
curl_close($ch);
echo $game;
}
}
Добавлено через 01:06 сек.
Warning: curl_setopt() [function.curl-setopt]: You must pass either an object or an array with the CURLOPT_HTTPHEADER, CURLOPT_QUOTE, CURLOPT_HTTP200ALIASES and CURLOPT_POSTQUOTE arguments in /home/w/window/flirtzona.ru/public_html/app/app.php on line 12
HTTP/1.1 302 Moved Temporarily Server: nginx/1.2.1 Date: Thu, 05 Feb 2015 00:43:32 GMT Content-Length: 0 Connection: keep-alive Location:
http://naemniki.mobi/home/channelId/30339 1