The Traffic Assistant or other IP blocks and redirects.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bobby Vicious
    Confirmed User
    • Aug 2002
    • 452

    #1

    The Traffic Assistant or other IP blocks and redirects.

    Anybody here have any experiece with these and what is the best product out there for blocking / redirecting ip addresses of certain countries from accessing your website?

    Thanks.
  • justsexxx
    Too lazy to set a custom title
    • Aug 2001
    • 13723

    #2
    I think any geo redirect program will do..I use www.ip-sorter.com myself. It's very fast and stable. But I know there are cheaper products on the market...

    Andre
    Questions?

    ICQ: 125184542

    Comment

    • chowda
      Confirmed User
      • Jun 2003
      • 9527

      #3
      Originally posted by justsexxx
      I think any geo redirect program will do..I use www.ip-sorter.com myself. It's very fast and stable. But I know there are cheaper products on the market...

      Andre
      can u name them for me?
      Someone finds you...
      2007

      PS: Nationalnet is the best host I've ever had. And i tried alot of them.

      Comment

      • justsexxx
        Too lazy to set a custom title
        • Aug 2001
        • 13723

        #4
        Originally posted by chowda


        can u name them for me?
        No sorry don't remeber exact names and url's DO a search on GFY for geo and you will do fine..

        Also check out www.hotscripts.com

        They also have some nice free scripts

        Andre
        Questions?

        ICQ: 125184542

        Comment

        • Danielle
          Confirmed User
          • Jun 2002
          • 1227

          #5
          Traffic Assistant works great and is highly configurable. And the price is right.

          http://www.trafficassistant.com

          Hugs,
          Danielle

          Comment

          • Argoz
            Confirmed User
            • Aug 2002
            • 3006

            #6
            From my bookmarks:

            http://www.alstrasoft.com/redirect.htm
            http://rv.web-heaven.com/scripts.php
            http://www.ip2location.com/
            http://georedirect.com/
            http://www.ip-sorter.com/
            http://www.caida.org/tools/utilities/netgeo/
            http://www.trafficassistant.com/
            rssEVOLUTION : Produce a FULL website with ANY RSS feed(s) in seconds.

            contentSOLUTION : Allowing you to automatically grab articles from article directories,
            import as many text files as you want at once, grab ANY content from ANY RSS feed, and scrape search engines, instantly.

            Comment

            • Bobby Vicious
              Confirmed User
              • Aug 2002
              • 452

              #7
              thx guys.

              Comment

              • crescentx
                Confirmed User
                • Jun 2003
                • 317

                #8
                This isn't so tough to do without buying anything.

                1, Use GeoIP (database costs $) - proxies can screw it up though

                2, Use language preference of IExplorer - but some people use US-EN no matter what.

                If you're looking for down-to-the-US-state filtering, #1 is the way to go. If you're looking for general language/country redirection:

                <?php


                $lang=strtok($HTTP_ACCEPT_LANGUAGE,",");
                $lang=split("-",$lang);
                $lang[0]=$country;
                $lang[1]=$language;
                if ($languagehahahaha"en") {
                include "Englishsite.php";
                }

                ?>

                etc. You can ICQ me 92621328 if you need some help here.

                -doug
                XYCash International Gay Affiliate Program

                Comment

                Working...