|
Catches errors in your PHP
The way it works is providing
errorBot is a simple (yes,
This is code for a 404 page,
script and displays an error
several report formats of
simple) php-script that
which picks a random 404
overview, a section of
error catching: logging,
allows you to design and
message (hopefully a
source code from around the
display and redirection to a
customise the
humerous one)from a text
area where the error
customizable error page.
error-documents your web
file on the server. Visitors
occurred (you may hover your
ErrorHandler captures the
server presents to a surfer.
can also add their own 404
mouse over a variable to see
errors and captures (to a
messages to the list - to be
it's contents at the time of
customized level) the
seen by future visitors.
the error!) and a
context and variables
Working demo available on
collapsible tree view of all
surrounding the source of
its site.
initialized variables. Note:
the error and neatly
the JavaScript used to
organizes them as a series
generate the variable tree
of reports. It helps when
is only compatible with
developing new scripts and
Microsoft Internet Explorer.
monitoring sites in
production state, too. It
helps when developing new
scripts and monitoring sites
in production state, too.
Date: Aug, 05 2003 Date: Jun, 24 2003 Date: Mar, 17 2003 Date: Feb, 04 2002 |
|
404Handler will trap those
Do you use PHP on your
dreaded "404 Not
website? Have you ever
Found" errors on your
visited your site only to
site and email you the
find a PHP error smack in
details of each 404. You can
the middle of the front
choose to receive email on
page, losing you visitors?
one of three levels: no
With PHP Site Mon, you'll
mail, mail only if the 404
still receive those errors,
was generated by a link on
but you will be emailed in
your own site, or mail
time, instead of having your
warnings of all 404 errors
site inaccessible for days.
regardless of where the link
Install the simple cron job,
is located.
enter the appropriate
addresses, and you are ready
for action.
Date: Feb, 27 2001 Date: Jul, 11 2000 |