banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận bảo mật Hàm CURL đến Google  XML
  [Programming]   Hàm CURL đến Google 13/08/2013 16:05:09 (+0700) | #1 | 278094
hoang_philong
Member

[Minus]    0    [Plus]
Joined: 09/07/2009 10:47:05
Messages: 7
Offline
[Profile] [PM]
hiện đang code get vài thứ nhưng không đc

có ai cao thủ giúp mình với, hay cho Google

http://nguoiquang.net/search/savefile.php?q=kye

Chúng tôi rất tiếc nhưng đã xảy ra lỗi.
Bạn đã đạt đến giới hạn hạn ngạch của mình. Vui lòng thử lại sau. 


Code:
<? 
//----------------------------------------------------------------------------------- 
function getPage($url, $referer, $timeout, $header){ 
    if(!isset($timeout)) 
        $timeout=30; 
    $curl = curl_init(); 
    if(strstr($referer,"://")){ 
        curl_setopt ($curl, CURLOPT_REFERER, $referer); 
    } 
    curl_setopt ($curl, CURLOPT_URL, $url); 
    curl_setopt ($curl, CURLOPT_TIMEOUT, $timeout); 
    curl_setopt ($curl, CURLOPT_USERAGENT, sprintf("Mozilla/%d.0",rand(4,5))); 
    curl_setopt ($curl, CURLOPT_HEADER, (int)$header); 
    curl_setopt ($curl, CURLOPT_RETURNTRANSFER, 1); 
    curl_setopt ($curl, CURLOPT_SSL_VERIFYPEER, 0); 
    curl_setopt ($curl, CURLOPT_SSL_VERIFYPEER, false); //FALSE//true  
    $html = curl_exec ($curl); 
    curl_close ($curl); 
    return $html; 
} 
//----------------------------------------------------------------------------------- 
?> 


<?php 
echo getPage('http://www.google.com/trends/fetchComponent?q=l%C3%B4ng&cid=TOP_QUERIES_0_0&export=3','','30','') 
?>





[Up] [Print Copy]
  [Programming]   Hàm CURL đến Google 19/08/2013 07:58:49 (+0700) | #2 | 278167
[Avatar]
firewallcookies
Member

[Minus]    0    [Plus]
Joined: 16/08/2013 05:43:32
Messages: 3
Location: Nha Trang
Offline
[Profile] [PM] [WWW]
Đặt time out nhỏ hơn 30 thử xem!
Code này sử dụng hàm giống PHP DDOS quá
http://sacmauit.tk
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|