Quantcast
Channel: Kommentare zu: WordPress Booklooker-bot
Viewing all articles
Browse latest Browse all 17

Von: Paule

$
0
0

Hey Manni, tolle Arbeit. Ich habe die file_get_contents() ersetzt um mir weitere Arbeit an der php.ini zu ersparen… Das waere vielleicht was fuer weitere Versionen

$eee= curl_init();
curl_setopt($eee, CURLOPT_HEADER, 0);
curl_setopt($eee, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($eee, CURLOPT_URL, $site);
$file = curl_exec($eee);
curl_close($eee);

Gruesse


Viewing all articles
Browse latest Browse all 17