EvilZone
Programming and Scripting => Web Oriented Coding => : Rom3 April 06, 2015, 10:25:04 PM
-
Can this be done?
And if so how to do?
I tried
<? 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 ..
-
Yeah, referral doesn't work like that... http://en.wikipedia.org/wiki/HTTP_referer
-
So can it? I pay if someone manages to make this script
-
up i need to help !!!
-
Sorry, we don't provide such services. Head over to fagtown HF and ask there.