This script is change link referer .
Sample :
Now you click on the link site1 in site2, Link referer is site2.
I want change site2 to google
My script :
<?php
function vnp_curl($url)
{
$curl = curl_init();
$header[0] = "Accept: text/xml,application/xml,application/xhtml+xml,";
$header[0]...