preg_match_all sorunum
13
●1.757
- 11-09-2009, 02:37:54
- 11-09-2009, 02:47:47aradığın curl ile sayyac.com login olmas ise bu
$site[1]="tsrstnbl"; $ch3 = curl_init(); curl_setopt($ch3, CURLOPT_URL, 'http://www.sayyac.com/extreme.php?stat=6&login='.$site[$r]); curl_setopt($ch3, CURLOPT_POST, 0); curl_setopt($ch3, CURLOPT_HEADER, 1); curl_setopt($ch3, CURLOPT_FOLLOWLOCATION, 0); curl_setopt($ch3, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch3, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3"); curl_setopt($ch3, CURLOPT_REFERER, "http://www.google.com.tr"); curl_setopt($ch3, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch3, CURLOPT_TIMEOUT, 30); curl_exec($ch3); $finish = curl_exec($ch3); curl_close($ch3);