|
404Handler will trap those
Do you use PHP on your
We've all seen the ugly and
This is code for a 404 page,
dreaded "404 Not
website? Have you ever
uninformative Page Not Found
which picks a random 404
Found" errors on your
visited your site only to
error when a page no longer
message (hopefully a
site and email you the
find a PHP error smack in
exists. This script was made
humerous one)from a text
details of each 404. You can
the middle of the front
in order to make error
file on the server. Visitors
choose to receive email on
page, losing you visitors?
documents more informative
can also add their own 404
one of three levels: no
With PHP Site Mon, you'll
and attractive for both the
messages to the list - to be
mail, mail only if the 404
still receive those errors,
user and the webmaster. The
seen by future visitors.
was generated by a link on
but you will be emailed in
messages, colors, and images
Working demo available on
your own site, or mail
time, instead of having your
are all customizable. It has
its site.
warnings of all 404 errors
site inaccessible for days.
languages support and works
regardless of where the link
Install the simple cron job,
with register_globals=off.
is located.
enter the appropriate
Additionally, it can log
addresses, and you are ready
and/or e-mail an error when
for action.
it occurs letting you know
immediately if something is
wrong on your site.
Date: Feb, 27 2001 Date: Jul, 11 2000 Date: Dec, 04 2003 Date: Feb, 04 2002 |
|
A PHP script to handle the
The way it works is providing
errorBot is a simple (yes,
Catches errors in your PHP
most common errors that may
several report formats of
simple) php-script that
script and displays an error
occur on a Web site. When an
error catching: logging,
allows you to design and
overview, a section of
error occours you can
display and redirection to a
customise the
source code from around the
configure the script to
customizable error page.
error-documents your web
area where the error
notify you by e-mail. To
ErrorHandler captures the
server presents to a surfer.
occurred (you may hover your
make this script work you
errors and captures (to a
mouse over a variable to see
have to edit the apache
customized level) the
it's contents at the time of
configuration file the
context and variables
the error!) and a
"ErrorDocument"
surrounding the source of
collapsible tree view of all
section, also
the error and neatly
initialized variables. Note:
".htaccess" is
organizes them as a series
the JavaScript used to
required. All you have to do
of reports. It helps when
generate the variable tree
is create the html pages
developing new scripts and
is only compatible with
which you want to show
monitoring sites in
Microsoft Internet Explorer.
instead of the standard ones
production state, too. It
and a file with the
helps when developing new
extension
scripts and monitoring sites
".htaccess" and
in production state, too.
put the neccesary lines in
it.
Date: Apr, 24 2005 Date: Jun, 24 2003 Date: Mar, 17 2003 Date: Aug, 05 2003 |