Wealthy Redirect - Blank Referer Script

Excuse me for my ignorance, but I have a question concerning the cloaking part.

I have seen affiliate links with clickbank, for example. When you click on them, a php script will remove the ID and just show the customer the main affiliate URL, but somehow you still get paid.

Is that something I can do with this script? I just started learning PHP.

I'm not sure but it seems to me like if a potential customer can see that affiliate ID they may be less likely to buy, or may even just remove it and go over to the main product site.

Thanks.

I am using something like this, but I cant reveal it in a public post.
Contact me for a special page.
 
So once you upload this to your server, what goes in the "database", "admin", etc fields?

I put it in a subfolder of my domain but no idea how to make it work.
 
So once you upload this to your server, what goes in the "database", "admin", etc fields?

I put it in a subfolder of my domain but no idea how to make it work.

you need to create a database for the script to use. fill those fields with the name of the database you created, and a username with access to the database.
 
To say you MADE this is kinda farfetched, don't you think? Especially wen you just modded, well really not even MODDED, but CHANGED a couple of words (those being creditory showing the real creator & the terms used)

However, the original either sends a blank referrer, the admin page, OR the URL specified.

Yours on the other hand sends... wait, i'll be damn... THE SAME!!! Oh, except the admin page part. hmmm....

Perhaps "making" wasn't quite the right term here. However the orginal script didn't use a meta refresh but rather a php header redirect which would not block the referer.

I was wanting a script to send a blank referer so I modified RedirectMagic an already existing script to do so as it seemed easier then building a whole new script from scratch.
 
It's all good man. I think I was in a bad mood the day I wrote that or something. Hell as long as it works, who cares ya know? ;-) I do the same thing often as well. Why try to reinvent the wheel when you can just invent new ways to make it roll longer and faster.
 
I was just updating my site, try the link again.
 
I've seen some buyhitscheap traffic getting through certain scripts of mine for some reason, no idea why.

Such cheap traffic websites may load your page into a frame, not really load it on it's own, so it might bypass referrers and stuff. When buying such cheap traffic I would suggest making a javascript code to force your website out of any frames...
 
good stuff mate. I just tried it works gr8. thanks.
 
Thanks for the script, just set it up and it's working nicely.

If I wanted to change the refresh delay would I do it in functions.php on this line

echo "<meta http-equiv=\"refresh\" content=\"0;url=$url\" />";

Just wanted to know so I can add some other code to stuff an extra cookie as they wait. Oh, and would it be safe to add that code in here

function header_status($status)
{
// 'cgi', 'cgi-fcgi'
if (substr(php_sapi_name(), 0, 3) == 'cgi')
header('Status: '.$status, TRUE);
else
header($_SERVER['SERVER_PROTOCOL'].' '.$status);
}
*******code goes here*******
?>


Thanks again.
 
um.....mines not working. :(
I set it up on a domain with a blog but put it in a different directory.
hxxp://www.myblog.com/wealthyredirector/
Set up went fine, no problem there but when I put in a link to redirect and tested it I was directed to a "page not found" on my blog.
Still a bit of a tech noob, help please! :)
 
So, this script will not work on blanking buyhitscheap traffics?
 
um.....mines not working. :(
I set it up on a domain with a blog but put it in a different directory.
hxxp://www.myblog.com/wealthyredirector/
Set up went fine, no problem there but when I put in a link to redirect and tested it I was directed to a "page not found" on my blog.
Still a bit of a tech noob, help please! :)

same problem with me...suspect due to htaccess rewrite rule handle by wordpress blog..dont know how to fix it..any idea?
 
So using this script Affiliate Managers wont be able to see where your traffic is coming from, is that right?

If so can you reload, not working?

Thanks
 
problem with me.....

Could not execute query=select url,linktype from tokens where token=''

any body help ?
 
Back
Top