EvilZone

Programming and Scripting => Web Oriented Coding => : Rom3 April 06, 2015, 10:25:04 PM

: Fake traffic through iframe
: Rom3 April 06, 2015, 10:25:04 PM
Can this be done?
 And if so how to do?

I tried
: (php)
<? 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 ..
: Re: Fake traffic through iframe
: Kulverstukas April 07, 2015, 07:28:30 AM
Yeah, referral doesn't work like that... http://en.wikipedia.org/wiki/HTTP_referer
: Re: Fake traffic through iframe
: Rom3 April 07, 2015, 11:36:26 AM
So can it? I pay if someone manages to make this script
: Re: Fake traffic through iframe
: Rom3 April 08, 2015, 12:12:40 PM
up i need to help !!!
: Re: Fake traffic through iframe
: Kulverstukas April 08, 2015, 01:12:00 PM
Sorry, we don't provide such services. Head over to fagtown HF and ask there.