Best Blackhat Forum

Full Version: How to Fake a Website - Any Website!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
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;
?>
I got this message

Moved Permanently
The document has moved here.

Now it worked another site,But just the index page.

Working..... Love
Yeah, not all sites seem to work.
Reference URL's