In pratica ho inserito la funzione:
Codice PHP:
function get_DayliVotes()
{
$contents = file_get_contents('http://api.minecraft-italia.it/server-info/AMPLYSCRAFT');
$jsonObj = json_decode($contents);
$result = $jsonObj->votes_today;
return $result;
}
per leggere i dati ma le funzioni restituiscono l'errore
Codice:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_Minecraft.php on line 78: file_get_contents(http://api.minecraft-italia.it/server-info/AMPLYSCRAFT) [function.file-get-contents]: failed to open stream: HTTP request failed!
Qualche giorno fa avevo provato lo stesso codice e funzionava perfettamente, non riesco a capirne la causa.
L'unico dubbio è sulle limitazioni server to server.