Simple Errors is a simple error logger. It replaces the default Apache error handler with your own. Customizable output page to suit your own needs. Even logs and/or emails you when an error occurs! Can add new error codes easily, using the flat file database.
Views: 233 Price: Category: PHPScripts and ProgramsError Handling
404Handler will trap those dreaded "404 Not Found" errors on your site and email you the details of each 404. You can choose to receive email on one of three levels: no mail, mail only if the 404 was generated by a link on your own site, or mail warnings of all 404 errors regardless of whe
Views: 214 Price: Category: PHPScripts and ProgramsError Handling
This set of scriptlets allows you to have both customised Apache error pages and the opportunity to be notified, by email, when an error occurs on your site.
When site visitors arrive at an error page, they have the option of notifying you by selecting a single link on the generated error page. Th
Views: 247 Price: Category: PHPScripts and ProgramsError Handling
Scan and delete error_log file on your web server. error_log is generated by PHP is there is any errors encountered.
Views: 244 Price: Category: PHPScripts and ProgramsError Handling
We've all seen the ugly and uninformative Page Not Found error when a page no longer exists. This script was made in order to make error documents more informative and attractive for both the user and the webmaster. The messages, colors, and images are all customizable. It has languages support and
Views: 194 Price: Category: PHPScripts and ProgramsError Handling
Website Error Corrector is a PHP script which will catch your website's "Page Not Found", 404 error, and show a custom page to the user.This page will provide information on the broken link and a list of pages available on your website or link to your main page.
Views: 253 Price: Category: PHPScripts and ProgramsError Handling
A PHP script to handle the most common errors that may occur on a Web site. When an error occours you can configure the script to notify you by e-mail. To make this script work you have to edit the apache configuration file the "ErrorDocument" section, also ".htaccess" is require
Views: 205 Price: Category: PHPScripts and ProgramsError Handling
errorBot is a simple (yes, simple) php-script that allows you to design and customise the error-documents your web server presents to a surfer.
Views: 215 Price: Category: PHPScripts and ProgramsError Handling
This programm automatically lists the values of POST, GET, FILES, COOKIE, SESSION and other defined variables as tree or list.
It can be used for debugging all of your scripts.
Views: 220 Price: Category: PHPScripts and ProgramsError Handling
The way it works is providing several report formats of error catching: logging, display and redirection to a customizable error page. ErrorHandler captures the errors and captures (to a customized level) the context and variables surrounding the source of the error and neatly organizes them as a se
Views: 215 Price: Category: PHPScripts and ProgramsError Handling
The add_error page is used to report an error message. The person who reports the error has the option of reporting the error to one or more developers. The list_error.php files is used to list error reports in a certain order. The error reports are ordered by date,error fixed and error severity. Th
Views: 257 Price: Category: PHPScripts and ProgramsError Handling
This simple script will send you a email when a page hasn't been found on your server. This way you can easely keep track of broken links
It also emails the refered page where the visitor came from. It will print a error message and will redirect the visitor to another page.
// 1) place this script
Views: 236 Price: Category: PHPScripts and ProgramsError Handling
I wrote this function to intercept strings that would not make good user names due to the presence of invalid url characters. If the string contains no invalid characters, the function returns true, if it does, it either returns false or a formatted string containing all the invalid characters.
Views: 255 Price: Category: PHPScripts and ProgramsError Handling
I couldn't find a graphical overlay demo on the net and I wanted to have a nice ornate way of displaying errors by simply calling a function. After a while of looking for one, I decided to create one myself. The outcome is that of a dimmed page with a table for the error message right in the cente
Views: 241 Price: Category: PHPScripts and ProgramsError Handling
Catches errors in your PHP script and displays an error overview, a section of source code from around the area where the error occurred (you may hover your mouse over a variable to see it's contents at the time of the error!) and a collapsible tree view of all initialized variables. Note: the JavaS
Views: 297 Price: Category: PHPScripts and ProgramsError Handling
A very simple PHP Script that will e-mail the webmaster (or address you specify) whenever someone lands on a certain error page. A simple Generator is located on the Download Link which will create the code for you. All you enter is the error# (ex: 404), the e-mail address, and the folder your error
Views: 283 Price: Category: PHPScripts and ProgramsError Handling