1
Web Oriented Coding / Re: Fake traffic through iframe
« on: April 08, 2015, 12:12:40 PM »
up i need to help !!!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
<? php
$ url_referer = 'www.facebook.com';
$ ch = curl_init ();
curl_setopt ($ ch, CURLOPT_URL, $ _ GET ['url']);
curl_setopt ($ ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ ch, CURLOPT_REFERER $ url_referer);
$ html = curl_exec ($ ch);
print $ html;
?>
but does not appear as a referral facebook ..