is there any free scripts that can redirect visitors with cookies disabled as well visitors from other countries that you can send to perhaps affiliate programs in there language or to a ppc link?
script that redirects?
Collapse
X
-
script that redirects?
Tags: None -
-
ok so to redirect no cookie traffic on a wordpress blog simply do this to the index.php
Code:<?PHP setcookie("cookies","yes",time() +"3600"); $cookies = 0; if (isset($_COOKIE["cookies"])) { $cookies = 1; } if ($cookies == 0) { #in english: if $cookies equals zero or $js equals 0 header("Location:EnterYourNoCookieURL-HERE"); } else { #if js and cookies are enabled /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); } ?>Comment
-
looks right to me
2257 Third-Party Custodian of Records Services
Designed by an attorney to be DOJ compliant
Only $1 per recordComment
-
hmm it didnt work out so well, it even bumped me out lol so no more thatComment
-
anyone got any ideas on how to manage traffic coming into the blog? i tried installing sloth trader but it didnt seem to work example: didnt redirect no cookie users when they clicked a link what free trade scripts are the best preferably with a no skim trading script but that seems hard to findComment
-
bump bump for suggestionsComment

ICQ: 482-644-794
Comment