|
Hotlinking is when another
Afmanuk is dedicated to
Silentum PasswordGen is an
Sessions play a big part in
website links directly to
letting people know and
excellent password generator
most sites for security. It
one or more of your images
guiding them through both
tool if you need passwords
provides a transfer of
or multimedia files and
PHP and web security using
for email clients, message
information inside a
includes it on their web
PHP.
boards, IM programs, or any
variable. Learn how to use
page. Not only is this theft
other protected pages. It
it.
of your intellectual
has various options,
property, but further more,
including choosing whether
you are paying for the
to use lowercase/uppercase
bandwidth used by that site.
letters, numbers, and
Which can result in a
symbols, in any combination
problem with your
you desire. Its character
budget.<BR /><BR
limits extend between 5 and
/>
The most common
50, and you can generate 1
way to prevent others from
to 5 passwords at a time.
hotlinking your content is
You can use this for your
Apache's mod_rewrite. While
own personal use, or place
this a solution that free
it on your site to allow
available to use, there are
visitors to generate their
a couple drawbacks. One
own passwords. It runs
being, that Apache has to be
entirely on a single PHP
configured to use
file, and doesn't require
mod_rewrite
any MySQL.
(--enable-rewrite). Another
one being, that for a lot of
people writing regular
expressions is not the most
easiest thing to do.<BR
/><BR />
Of
course there are commercial
solutions to the problem.
Probably the most common one
is cPanel. An administration
interface for webserver,
which let's you create all
the necessary items for your
hotlink protection with a
matter of clicks, in a
matter of seconds.
Date: Jan, 04 2007 Date: Dec, 03 2006 Date: Nov, 15 2006 Date: Sep, 21 2006 |
|
Md5 is a very easy way to
Learn how to use mod_rewrite
In this tutorial, you will
A detailed php tutorial that
encrypt any string data.
to your advantage to take
learn how to creat a CAPTCHA
shows how to create a useful
Following example take and
some overhead off your PHP
utilizing the graphics
function to secure a web
encrypts a string. Remember
script and validate Query
capabilities of PHP.
site from attack attempts
that you could not dencrypt
Strings faster and more
passing through text boxes.
any data after encryption. .
securely than any hard coded
PHP script.
Date: Sep, 12 2006 Date: Jun, 12 2006 Date: Jun, 08 2006 Date: May, 08 2006 |