48.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

12-14-2011, 08:56 PM
Post: #1
How to Hide Original Referrer Script
Hey guys This shows the page referrer of the page you want to show a referral from. It can do this regardless of origin of your traffic (if ever you need to send links to a network).
For example, you can email traffic to any of your websites that’ll instantly redirect to the offer. From there, your page will be shown as the referral. Make the network happy by putting some good content on your “referral page” and to get you all set!

PHP Code:
<?php 

$url 
= (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; 

function 
parse($cadena,$busca){ 
if(
$busca=="") return 1

$vi split("%",$busca); 
$offset=0
for(
$n=0;$n<count($vi);$n++){ 
if(
$vi[$n]== ""){ 
if(
$vi[0]== ""){ 
$tieneini 1

} else { 
$newoff=strpos($cadena,$vi[$n],$offset); 
if(
$newoff!==false){ 
if(!
$tieneini){ 
if(
$offset!=$newoff){ 
return 
false


if(
$n==count($vi)-1){ 
if(
$vi[$n] != substr($cadena,strlen($cadena)-strlen($vi[$n]), strlen($vi[$n]))){ 
return 
false


} else { 
$offset $newoff strlen($vi[$n]); 

} else { 
return 
false



return 
true



$searchthis "%email%"

$resp parse($url,$searchthis); 


if (
$resp ==1){ 
header("Location:http://www.yourafiliatelink.com"); 
} else{ 



?>

I'll share more helpful information/guide soon. [Image: smile.gif]
Press THANKS or REP me if you found it useful. [Image: cool.gif]
12-14-2011, 09:16 PM
Post: #2
RE: How to Hide Original Referrer Script
hi, thanks for this, but I want to ask that i need to have a server or it is working at hosting service...
thanks
03-21-2012, 10:31 PM
Post: #3
RE: How to Hide Original Referrer Script
Why hidden it?
01-02-2014, 03:27 PM
Post: #4
RE:
Hi all! good lucky to you




50.gif