gimme4free
Elite Member
- Oct 22, 2008
- 1,935
- 1,989
Are you referring to cakeslice booman? I have no idea how they blank the referrer, very strange code, havnt yet properly looked into it yet.
Did you get this to work? I was thinking about this as an added protiection for other stuff, and thought of this thread, but you never replied back that I can tell getting this to work.
I found this on another site....
Code:$varable = $_SERVER['HTTP_REFERER']; if($varable == "yourdomain") { stuff to show } elseif($varable == "") { stuff to show }
Havn't tested these yet, but they should do the trick.
Hi guys, when you use this, make sure you change "varable" to "variable" (do not include quotes)
Im using cakeslice on my commercial site but my own script on other sites. Dont be so quick to accuse people next time, especially being a newbie I think that should at least to put some decent input into this forum instead of harassing other users. This post shows the method that I have worked with to make my new script. This site I originally used with my iFrame script but I was having trouble with it displaying properly with FF so just switched to cakeslice and have not got around to switching back yet as I would prefer to spend time on my other landing pages that earn me more.