Show Posts

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.


Messages - Rom3

Pages: [1]
1
Web Oriented Coding / Re: Fake traffic through iframe
« on: April 08, 2015, 12:12:40 pm »
up i need to help !!!

2
Web Oriented Coding / Re: Fake traffic through iframe
« on: April 07, 2015, 11:36:26 am »
So can it? I pay if someone manages to make this script

3
Web Oriented Coding / 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 ..

Pages: [1]