EvilZone

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

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

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