02-01-2012, 09:16 PM
Well..not any website. I have noticed that the major sites like google, yahoo, bing, and cnn have a block on this. However, most sites do not.
Take a look at how I took over BBF:
Nice huh.
and here is the code:
Take a look at how I took over BBF:
Code:
http://cpahits.com/bbf.php
Nice huh.
and here is the code:
Code:
<?php $url = "http://bestblackhatforum.com/";$ch = curl_init($url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);$curl_scraped_page = curl_exec($ch);curl_close($ch);
echo $curl_scraped_page;
?>