kingofseo adlı üyeden alıntı: mesajı görüntüle
Buyrun bir örnek hazirladim;

$array_randoms=array
(
"asdsf",
"ddsdsds",
"sddsdssd",
"sddsdsds",
"hghgghhghg"
);
$array_content_randoms=array
(
"https://graph.facebook.com",
"http://graph.facebook.com",
"https://graph.beta.facebook.com",
"http://graph.beta.facebook.com"
);
$sites_rand=$array_content_randoms[array_rand($array_content_randoms)];
$do_rand=$array_randoms[array_rand($array_randoms)];
$bilgi=json_decode(
curl_get_file_contents("http://anonymouse.org/cgi-bin/anon-www.cgi/{$sites_rand}/{$do_rand}"));

echo $bilgi;
random.Mathod una göre ayarlasak yani manuel degilde otomatik gibi her sefer farklı olucak ben size kodları atayım pm ile ona göre hazırlayıp gönderin olurmu ?