|
Tutorial covering the basics
This article explains how to
Protect your PHP Scripts
This tutorial explains how to
of encryption and how to
stop those Website download
using the most efficient
safely hide away PDF files
apply it to user validation,
leach programs from
method: HTTP Authorization,
from public access using
including a sample script to
downloading your content
as implemented in PHP. Using
htaccess, but then having a
try out.
using PHP.
this tutorial, you'll learn
PHP file run its own
how easy it is.
authorization to allow
access to the file without
the Network Password dialog
box. The PDF file will be
displayed in the browser (if
the user has acrobat reader)
or promoted to download the
pdf file if the user doesn't
have acrobat reader. This is
perfect for when you want to
restrict PDF files to
authorized eyes only. This
simple to use tutorial will
have you up and running in a
few minutes, one page of
info with full source code,
and working examples.
Date: Aug, 05 2003 Date: Aug, 19 2002 Date: Jul, 25 2002 Date: Dec, 13 2001 |
|
Connecting to a database
requires that passwords be
included in the script at
some point. This information
may
be exposed if you do not
wrap your PHP scripts.
Protecting your scripts from
prying eyes is called
"wrapping." When
you wrap a script, it is
called by another script
that
hides your script and
performs a number of
security checks to ensure
only authorized use is made
of it. This article covers
how to use a script wrapper.
Date: Mar, 27 2000 |