How to block the world to open my site EXCEPT my town?

I talked to zipcodeservices.com and it was his response to me: "we have a service that you can call where you pass the IP address of your server and it returns an IP geocoded, which means it will return, city, State, zip code, latitude, longitude, etc..".  You could parse the response from the service call to determine if the user is in your city and State.  If they are not your town and state you can block them from your application by redirecting them or do something else.  "I hope this helps."

But the guys from adobe BC said that you can't implement this solution in British Colombia.

What would you say if I list the IP address of my city and white in this case if your IP is outside this range of IPs you will be blocked or asked a password?

It seems that the only solution here is to whitelist the IP address of the city. In doing so:

I'll have to manually enter?

Get the IP address from where?

In British Colombia, secure areas in ip mode, can I said ip address whitelist which is located between the beach of xxx.x.xxx to zzz.z.zzz, or do I have to manually insert any advice?

Liquid returns only the IP address as Robert pointed out, and you can't get in the city and also as Robert says that isn't very accurate either. You have solutions javascript but who will be the performance of announcement and problems of reliability on the site. I would not seek to implement this. It would be a custom solution and then you still wouldn't even 80% of accuracy, only if you have used the location of the browser (html5) stuff, but you have to get a person to give permission to use their location.

Tags: Business Catalyst

Similar Questions

  • How to block the URL of some Web sites on my network

    Dear Sir.

    I want to block some website in my network. I have 35 clients and Server 2008. How we can block the URL using Group Policy management.

    Please advise me to block the URL

    Thank you

    Forward your support more lovable.

    Faris

    Domain/server/business questions are best addressed @ Technet.  Answers is more connected consumer.

    http://social.technet.Microsoft.com/forums/en-us/categories/

  • How to block the site from the db with Mozilla?

    How to block the site from the db with Mozilla?
    I noticed this file is blocked by some customers of Mozilla. Is this possible to Mozilla software and security settings?

    On another machine it works but the other cannot be connected to the database. This puts inside Mozilla technical possible?

    See:

  • How to block the registration of files with a windows xp-specific extension

    How to block the registration of files in windows xp with a specific extension, example the user cannot save a file with the extension exe or mp3 or another, as management on the filtering of files, windows 2003 server, I can't find the steps for the blocking process I mean in windows xp prof

    Windows cannot do natively.  A file name is simply a file name and you can not prevent the registration of a file based on its extension.

    You can change file associations, such as a double click on a file with a particular extension will not automatically launch an application given, however, but that's not what you asked.
    You may also schedule a program to run from time to time which will erase all files with a given as well.  but until this program is executed, such a file might exist on your disk.

    HTH,
    JW

  • need to know how to block the ophcrack from running, my child uses this to get my password and in the parental controls in vista

    you want to know how to block the ophcrack from running, my child uses this to get my password and in the parental controls in vista. I have 3 accounts going 2 for children and one for the parents/administrator. I found ophcrack in several places on the computer. any help would be greatly appreciated

    The only question the idea of Malkeleah, that is when you put a password on BIOS, all you need to do is pop the battery from the motherboard and the password is gone. Faronics has in some programs such as anti-executable and a few other programs that may block the name or ID of a process and prevent it from running (some antiviruses have that option, such as Avast, but usually is a pain in the ass to configure)

  • I forgot my password for windows 7... and please tell me how to know the password to open with?

    I forgot my password for windows 7... and please tell me how to know the password to open with?

    I forgot my password for windows 7... and please tell me how to know the password to open with?

    Keep passwords secure - Microsoft on passwords strategy
    http://support.Microsoft.com/kb/189126

    What to do if you forget your Windows password:
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

  • How to block the automatic Flash updates?

    How to block the automatic Flash updates?  Blocking possible updates in the registry? If Yes, then how?

    These questions are in reference to a work environment where Flash updates will be deployed by SCCM.

    Please see the section 'Update' chapter 4 'Administration' in our administrator's guide - http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

  • How to block the popup "you are the lucky visitor" each time I open Firefox. I can't find any information in the box add on lists et al. thank you!

    Recently, my v25.0 of Firefox is faced with a problem of popup. A popup message saying ' you're visotor of luck today, please click Ok to opportunities. " I have to click Ok then I can continue to use the browser. What is a popular problem? Please tell us how to block this popup. Thank you!

    Hello

    First of all apologize for suggesting tools of Windows malware. I have noticed that you are using a Mac. Thanks to Cor - El for this note.

    On your machine, you have the following extensions. Is it possible to uninstall / disable these extensions and then try if the popup appears

    1. PIN button 1.1
    2. ShareThis Toolbar 1.300.436
    3. Shop.com Community Toolbar 3.20.0.4
    4. ShopBuddy 1.0.24
    5. Convenience store 1.1

    You can follow the below mentioned instructions [1] uninstall/disable extensions.

    In regards to Safe Mode, removing bookmarks, without this can't. That said, it is always advisable to make a backup of your bookmarks (and your profile in general) [2] so that you are able to restore from backup.

    1. Disable or remove modules
    2. Backup and restore Firefox profiles information
  • How to view the external cursor opened in a session

    Hi all
    Is there a way to display a cursor open external in a session? Suppose if I want to check if there is a public and open cursor that has been defined in a package, how can I do? I try to play with v$ open_cursor, but I can't make sense.

    Best regards
    Val

    Valerie Debonair wrote:
    I want to test a lifetime of a cursor in a session. I don't want to interrogate another session but the same session where the open cursor.

    This probably more experimentation rather than useful in the real world. Suppose I have a package that sets a public cursor (as defined in the package spec) but for reasons of bad programming practice, the cursor is not closed and remains in session until the end view of v$ open_cursor can you tell me if an open cursor exists in the session?

    How do you know if this open cursor has been consumed (not more data), or not? It might be half an hour old, but still perfectly valid (if using the snapshot has not expired).

    I wouldn't say a cursor that was opened for x times a problem. The problem is to have multiple copies of the same open cursor - like which indicates a cursor leak.

    Anyway, you can watch the view V$ OPEN_CURSORS performance virtual - but in my test below, that time is is filled not doing a calculation of time would not work. You can continue this and dig deeper into the data dictionary (and the behavior of the Oracle) to determine if your needs can be met.

    SQL> --// package defines a static session PL/SQL cursor
    SQL> create or replace package FooLib as
      2
      3          cursor c is select object_name from user_objects;
      4
      5  end;
      6  /
    
    Package created.
    
    SQL>  --// open the cursor
    SQL> begin
      2          open fooLib.c;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> --// do at least one fetch making sure that the cursor has been "touched"
    SQL> declare
      2          s       varchar2(30);
      3  begin
      4          fetch fooLib.c into s;
      5          DBMS_OUTPUT.put_line( s );
      6  end;
      7  /
    SYSLIB
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL> --// the data in v$open_cursor for the PL/SQL cursors we have opened in our session
    SQL> select
      2          c.sid,
      3          c.user_name,
      4          c.cursor_type,
      5          c.last_sql_active_time,
      6          t.sql_text
      7  from       v$sqltext t,
      8          v$open_cursor c
      9  where      c.address = t.address
     10  and        c.hash_value =  t.hash_value
     11  and        c.sid = (select sid from v$session where audsid =SYS_CONTEXT('userenv','sessionid') )
     12  and        c.cursor_type = 'OPEN-PL/SQL';
    
           SID USER_NAME  CURSOR_TYPE          LAST_SQL_ACTIVE_TIME SQL_TEXT
    ---------- ---------- -------------------- -------------------- ----------------------------------------------------------------
            25 BILLY      OPEN-PL/SQL                               SELECT OBJECT_NAME FROM USER_OBJECTS
    
    SQL>
    SQL>
    SQL> begin
      2          close fooLib.c;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL>  --// cursor should now be gone as it was closed
    SQL> select
      2          c.sid,
      3          c.user_name,
      4          c.cursor_type,
      5          c.last_sql_active_time,
      6          t.sql_text
      7  from       v$sqltext t,
      8          v$open_cursor c
      9  where      c.address = t.address
     10  and        c.hash_value =  t.hash_value
     11  and        c.sid = (select sid from v$session where audsid =SYS_CONTEXT('userenv','sessionid') )
     12  and        c.cursor_type = 'OPEN-PL/SQL';
    
    no rows selected
    
    SQL> 
    
  • How to keep the Photos to open whenever I connect my iPhone to my iMac

    Whenever I connect my iPhone to my iMac the Photos app opens on my iMac.  How can I prevent this happening automatically?

    Hello

    Follow the instructions here > http://osxdaily.com/2015/05/31/stop-photos-opening-automatically-mac-os-x/

  • How to block the pop-up at the bottom of the screen

    I have block pop-up and most is blocked. However, I can't figure out how to block pop ups that appear horizontally at the bottom of the screen

    Hi Deansdream,

    You can try using an addon like AdBlock Plus or No Script. To install an addon you must have to tools-> Add-ons-> get modules and searching for it.


    For more information about the modules look at this article:

    Use extensions to add features to Firefox

    Please report to us.

  • How to stop the "Microsoft" folder opens at startup

    Whenever I start my computer, "C:\Program Files\Microsoft" opens. I went through each item, start nothing leading to this path. (msconfig, registry, and "Startup" in "Programs" folder.) Anyone know how to stop the start to the top of the file?

    You are really the way strong, but as long you are looking at the registry "Run" keys, make sure that the names of path for various startup items are surrounded by double quotes.

    I can find no documentation final for this - and there is certainly some entries in my key Run that have spaces in them, but are not surrounded by double quotes - but in general, Windows behaves better if you either do not use characters such as spaces or surround the path with quotation marks name.

    For example:

    "C:\Program Files\Fichiers Files\Adobe\ARM\1.0\AdobeARM.exe"

    Because registry Analyzer seems to know the space in Program Files, and given your statement that the problem started when you installed Office, I suggest looking for an entry that starts C:\Program Files\Microsoft Office\Office14\

    If you find such an entry without quotes, modify to add and see if the problem goes away.

    In the future, Autoruns is an easier way to find the startup entries... and it shows many places more than just two Run keys you watched.

  • How to intercept the Message event opened on existing messages Inbox

    I asked in this thread for a way to override the event open Message in the Inbox so that I could see a message personalized with my own Viewer.

    Doug suggested that I create a folder and message listeners to intercept events that interest me.

    It works partially. The FolderListener can detect new messages coming, but he does nothing with the existing messages, so, in my app initialization, I loop over the existing messages and look for those to whom I want to fix a messageListener.

    I reinforced with the code and see that the headphones are fervent. But the modified (event MessageEvent) method never fires on existing messages when I opened the. It fires only on messages received recently.

    How can I catch the event message open for existing messages?

    Also, when I catch the event on new messages, it opens my custom desktop, but when I go back to the list of messages, he had also opened the message with the default mail Viewer. Is there an equivalent to CONSUME_CLICK a button to say that if I got trapped in the event to just make my personalized treatment and not the default behavior?

    Thank you!

    Dave

    What I do is I store the operating screen and close it after the event handling:

    public void open(MessageEvent messageEvent)
    {
        if (messageEvent.getMessageChangeType() == MessageEvent.OPENED)
        {
            final Screen mailScreen = UiApplication.getUiApplication().getActiveScreen();
    
            // DO YOUR THING WITH THE SCREEN
    
            String className = mailScreen.getClass().toString();
    
            /*
             * Only close the active screen if it's the EmailViewerScreen.
             *
             * Note: This is undocumented so I'm not sure whether this will always work.
             */
            if (className.endsWith(".EmailViewerScreen"))
            {
                UiApplication.getUiApplication().invokeLater(new Runnable()
                {
                    public void run()
                    {
                        try {
                            mailScreen.close();
                        }
                        catch(Throwable t) {
                            // log error
                        }
                    }
                });
            }
            else {
                // log that Classname is not-a EmailViewerScreen
            }
        }
    }
    
  • How to block the cell damage such as mobile?

    I need emergency aid...

    I want to block all storage devices in Windows 7.

    I've already blocked usb storage devices by changing the value of registry USBTOR.

    But the connections of portable devices as shown in my computer as mobile phones are connecting always.

    That could be very vulnerable to data loss.

    Pls help me by blocking the connection of portable devices also.

    Thanks in advance

    Hello Lucia,.

    Thanks for posting your query in Microsoft Community.

    I understand you have questions related to any storage device blocking, you are trying to connect to the computer.

    But I would like to know some more information on this issue to help you better.

    (1) are you trying to block all Bluetooth devices as well?

    (2) do not have issues using the storage device, so that you are trying to block?

    In the meantime, you can see the article mentioned below to do the same thing.

    How to disable the active USB mass storage devices?

    http://social.technet.Microsoft.com/forums/WindowsServer/en-us/25ae92d8-a2c0-46A2-A2E3-c1a831582163/how-to-disable-USB-enabled-mass-storage-devices?Forum=winserverGP

    I hope this helps. Otherwise, feel free to write us again and we will be happy to help you.

    Thank you

  • How to block the sniffer of packets on the STROKE

    Hi Cisco supports,

    How can we block Wireshark.exe or other packages using STROKE sniffer applications? or what category in place?

    Thank you and best looks!

    If you want to block the file download itself, you must use file strategy that can block certain extension directly.

    There is no specific way to block the software unless it communicates online by STROKE. STROKE detects and blocks the application based on the movement of its communication.

    Rate if helps.

    Yogesh

Maybe you are looking for

  • Why my laptop keep turning back on/off?

    I have a laptop and I have taken the battery as I have it plugged in all the time, but I then noticed when I turn off (yes I'm clicking the button of the SHUT DOWN tag) will be fixed it is back on itself. Can someone help me with SIMPLE STEP by STEP

  • How can I keep the pirates of default restore on my "credential auto log on screen.

    Someone keeps adding their user name and password in my "credintal auto connect" screen in the vault of storage of credentials of the control panel. How can I prevent someone to take virtual control of my HP Desktop?

  • HP MediaSmart after Format

    Hey guys,. I just formatted my computer hp laptop and rendering account I have no way to reinstall HP MediaSmart. It is not on my laptop... of course, since I formatted and deleted all my programs. It was a really useful set of programs for me. HP Me

  • System update does not Shareit - invalid crc in catalog

    my machine catalog shows: http://download.Lenovo.com/pccbbs/mobiles/shareit320543ww_2_.XML sha256 checksum > 76858592a471dd8d344d436ece576ebf2108352004af30c0b35ec50e4c796669 Su launched the journal Watch:

  • Software HP Photosmart C410a

    It is a follow-up.  I really hope someone can help me.  I have tried everything and the blogs for a search solution.  I had to upgrade my desktop Windows XP computer to Windows 7.  The CD to reinstall the software will not work because he thinks I st