home *** CD-ROM | disk | FTP | other *** search
- <% Response.Status = "403 Forbidden" %>
- <h3>friends.asp</h3>
- <p>Access to this file via HTTP is forbidden.
- <% Response.End %>
- </p>
- <pre>;
- ;
- ; *****************************************************************************
- ;
- ; include/friends.asp
- ;
- ; Dynamic Link
- ;
- ; COPYRIGHT (c) 1999-2000 Adobe Systems Incorporated. All rights reserved.
- ; -----------------------------------------------------------------------------
- ;
- ; Dynamic Link uses IP based security to protect access to the databases
- ; in a site. All the files in the info/ and actions/ado/ folders return a
- ; 403 Forbidden error unless a user's IP address matches one of the
- ; entries in this file.
- ;
- ; Entries are one per line, and consist of either a single machine IP address,
- ; or a network address followed by a netmask. Examples:
- ;
- ; 127.0.0.1 grant access to the local machine
- ; 151.32.156.78 grant access to machine 151.32.156.78
- ; 151.32.156.0 255.255.255.0 grant access to machines on net 151.32.156.0
- ; 10.0.0.0 255.0.0.0 grant access to machines on net 10.0.0.0
- ; 0.0.0.0 0.0.0.0 disable all security
- ;
- ; To determine a machine's IP or network address, run winipcfg on
- ; Windows '98, ipconfig on Windows NT, or look in the TCP/IP control
- ; panel on a Macintosh. If you need to grant access to a machine that has
- ; a dynamically allocated IP address, change the friends.asp file and upload it
- ; every time you receive a new address. Alternatively, you can use a
- ; network address and netmask that covers the entire block of possible
- ; dynamic addresses, but be aware that this will grant access to everyone else
- ; within that block.
- ;
- ; This file will not work correctly with Macintosh line breaks. If you
- ; edit it in GoLive, be sure to set the Web Database line break character
- ; to Windows (CR/LF).
-
- 127.0.0.1
-
- ;</pre>
-