Re: password-copyright

From: Mark Fitzpatrick (markfitz_at_fitzme.com)
Date: 03/23/05


Date: Wed, 23 Mar 2005 17:10:03 -0600

For the first one, it's basically the same exact mechanism as a login
database but instead of supplying two items to verify it can be re-coded to
verify one item, such as a keyword, phrase, or password. Of course, this
involves custom coding but it's not too bad. All you're doing is taking the
results of a form, checking to see if that result (password) is in the
database and if it is, you set a cookie saying they are authenticated. Every
page you want to protect will need to check for this cookie and, if it
doesn't exist, it will send them to a login page.

You can't make images non-copyable. It's just the nature of the web. The
image itself is downloaded into the web browser's temporary cache. A
creative person of course can use a utility that can just take the url of
the image and save it directly to wherever they need. You can try to disable
a user from right-clicking on your page, but the scripts aren't reliable as
they don't necessarily work in all browsers. Basically the best you can do
is place a copyright notice and hope for the best. If you're a photogrpaher
trying to protect your work or some similar profession, your best bet is to
put a watermark in the image (such as a logo that's slightly visible) that
lets people see the image, but renders it essentially useless for adapting
to their own purposes.

        Hope this helps,
        Mark Fitzpatrick
        Microsoft MVP - FrontPage

"Oya" <anonymous@discussions.microsoft.com> wrote in message
news:161501c52ff8$91507050$a501280a@phx.gbl...
> These are from earlier mails I have wanted to know but
> don't know who or how to ask.I would be very grateful to
> get an answer.
> "I'm trying to create a password protected page that does
> not require a user id or user registration. I'd like a
> page to appear that asks users to enter a "password" they
> were verbally given. All the user has to do is type the
> password and the protected page appears. How do I
> acccomplish that? The only info I can find on password
> protected pages is forms that force you to create
> individual user id's and passwords utilizing a database."
>
> "How do you copyright images in Frontpage; that is make the
> images non-copyable, etc.?"
>
> "I need a webpage that has a login so only authorized
> users may access. How do I do this in frontpage?"
>



Relevant Pages

  • Re: Cant connect to SQL Server
    ... Dim oConn As SqlClient.SqlConnection ... I tried to connect to an other database I normaly can connect to in an other ... If you are using a login, verify that the login exists on the sql server and has proper access. ...
    (microsoft.public.dotnet.general)
  • Re: ASP Login / Database Help.
    ... when they log in it should verify the form fields with the ... database table login id and password. ... > I am needing some help with a few asp pages and a login script. ...
    (microsoft.public.inetserver.asp.db)
  • Re: ASP Login / Database Help.
    ... when they log in it should verify the form fields with the ... database table login id and password. ... > I am needing some help with a few asp pages and a login script. ...
    (microsoft.public.inetserver.asp.general)
  • Re: How can I secure a MSDE database for users who have SQL Server?
    ... > How can I protect a MSDE-database so that SQL Server Enterprise ... > Manager always asks for a password if you want to access the database ... if you know the login name and password. ...
    (microsoft.public.sqlserver.msde)
  • Re: Removing a form/database from a website or editing it?
    ... Thomas A. Rowe (Microsoft MVP - FrontPage) ... > wizard in Frontpage to create a form a conjoined database in which to ... I included a login to protect ...
    (microsoft.public.frontpage.programming)