script that redirects?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • x0pa
    Confirmed User
    • Feb 2007
    • 275

    #1

    script that redirects?

    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?
    Hit Me Up ICQ: 482-644-794 .::.HunkMoney.::.BritishBucks.::.LatinoBucks.::.
  • sysk
    Confirmed User
    • Aug 2007
    • 1005

    #2
    I'll do it for free not.
    icq: 612510168 / email: [email protected] / php ninja 4 hire

    Comment

    • x0pa
      Confirmed User
      • Feb 2007
      • 275

      #3
      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');
      }
      ?>
      Hit Me Up ICQ: 482-644-794 .::.HunkMoney.::.BritishBucks.::.LatinoBucks.::.

      Comment

      • lacuna
        Confirmed User
        • Mar 2006
        • 1950

        #4
        looks right to me

        2257 Third-Party Custodian of Records Services
        Designed by an attorney to be DOJ compliant
        Only $1 per record

        Comment

        • x0pa
          Confirmed User
          • Feb 2007
          • 275

          #5
          hmm it didnt work out so well, it even bumped me out lol so no more that
          Hit Me Up ICQ: 482-644-794 .::.HunkMoney.::.BritishBucks.::.LatinoBucks.::.

          Comment

          • x0pa
            Confirmed User
            • Feb 2007
            • 275

            #6
            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 find
            Hit Me Up ICQ: 482-644-794 .::.HunkMoney.::.BritishBucks.::.LatinoBucks.::.

            Comment

            • x0pa
              Confirmed User
              • Feb 2007
              • 275

              #7
              bump bump for suggestions
              Hit Me Up ICQ: 482-644-794 .::.HunkMoney.::.BritishBucks.::.LatinoBucks.::.

              Comment

              Working...