Detected 2 occurrence(s) of ‘/prox(y|ies|ys)[0-9]*\.(txt|html|rtf|doc|list|php|htm)’: url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout); $data = curl_exec($ch); curl_close($ch); return $data; } echo get_data($_GET["url"]); http://example.com/thecss.css http://yoursite.com/proxy.php?url=http://example.com/thecss.css echo file_get_contents('http://google.com') Source: http://pastebin.com/raw.php?i=8MwGPDRd
↧