|
Protect your PHP Scripts
This tutorial explains how to
Connecting to a database
Here’s a way to protect the
using the most efficient
safely hide away PDF files
requires that passwords be
products you sell with
method: HTTP Authorization,
from public access using
included in the script at
Clickbank, using their
as implemented in PHP. Using
htaccess, but then having a
some point. This information
built-in protection and by
this tutorial, you'll learn
PHP file run its own
may
be exposed if you do not
implementing a 30-day
how easy it is.
authorization to allow
wrap your PHP scripts.
expiration, all without
access to the file without
Protecting your scripts from
having to worry about
the Network Password dialog
prying eyes is called
managing databases or
box. The PDF file will be
"wrapping." When
customer lists.
displayed in the browser (if
you wrap a script, it is
the user has acrobat reader)
called by another script
or promoted to download the
that
hides your script and
pdf file if the user doesn't
performs a number of
have acrobat reader. This is
security checks to ensure
perfect for when you want to
only authorized use is made
restrict PDF files to
of it. This article covers
authorized eyes only. This
how to use a script wrapper.
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: Jul, 25 2002 Date: Dec, 13 2001 Date: Mar, 27 2000 Date: Feb, 03 2006 |
|
In this tutorial, you will
learn how to creat a CAPTCHA
utilizing the graphics
capabilities of PHP.
Date: Jun, 08 2006 |