Announcement

Collapse
No announcement yet.

Login specified ip address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Login specified ip address

    Hi

    Is there a way when a customer logs in that it only allows a specific ip address to log on? So only that pc can logon to the site?

    Regards

    #2
    htaccess you want it is?

    Comment


      #3
      you know when we have different customer groups and the customer group can login. Is there a way to only make it log in with the specific ip address?

      Or am i asking for the most bizare thing here.

      Comment


        #4
        an ip address is a unique number, usually per user of your site.

        if they are using a router, and are on the same network, then the ip address for a few users would be the same.

        example:
        tim is in a cybercafe, with his laptop and logs in.
        billy is near him and can also log in, becasue he shares the same ip address.

        from what you're suggesting, i'd say that using ip addresses to allow access is a very bad idea.

        - do you know the ip address of the person logging in?
        - did you know that they change per session?
        - do you have a mechanism to stop spoofing?
        - will superman ever defeat lex luthor?

        Comment


          #5
          in your htaccess:
          Code:
          order deny,allow
          deny from all
          allow from xxx.xxx.xxx.xxx
          where xxx is indecent material, usually frowned upon by ones mum.

          Comment


            #6
            Originally posted by gabrielcrowe
            where xxx is indecent material, usually frowned upon by ones mum.
            LMFAO Gabe

            You are on form today
            Tracey

            Comment


              #7
              Any chance of the numbers behind the x's?
              Mom's away for the weekend.

              Comment


                #8
                clue: some of them are 6's

                Comment


                  #9
                  and the alternates are 9s?

                  Comment


                    #10
                    Originally posted by drounding
                    and the alternates are 9s?
                    bit early for that, isn't it, Duncan?
                    Tracey

                    Comment

                    Working...
                    X