Author Topic: Fake traffic through iframe  (Read 992 times)

0 Members and 1 Guest are viewing this topic.

Offline Rom3

  • NULL
  • Posts: 3
  • Cookies: -2
    • View Profile
Fake traffic through iframe
« 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 ..
« Last Edit: April 07, 2015, 07:27:37 am by Kulverstukas »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Fake traffic through iframe
« Reply #1 on: April 07, 2015, 07:28:30 am »
Yeah, referral doesn't work like that... http://en.wikipedia.org/wiki/HTTP_referer

Offline Rom3

  • NULL
  • Posts: 3
  • Cookies: -2
    • View Profile
Re: Fake traffic through iframe
« Reply #2 on: April 07, 2015, 11:36:26 am »
So can it? I pay if someone manages to make this script

Offline Rom3

  • NULL
  • Posts: 3
  • Cookies: -2
    • View Profile
Re: Fake traffic through iframe
« Reply #3 on: April 08, 2015, 12:12:40 pm »
up i need to help !!!

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Fake traffic through iframe
« Reply #4 on: April 08, 2015, 01:12:00 pm »
Sorry, we don't provide such services. Head over to fagtown HF and ask there.