| App Title | |
| Hits: 63404Handler 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 where the link is located. |
|
| Hits: 63AAA Email Broken Links Script This simple script will send you a email when a page hasnt 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 in the document root of your server. // 2) create a .htaccess file with the following line: ErrorDocument 404 /404.php // 3) edit the variables in 404.php // 4) you are done! no broken links that you arent aware of anymore! |
|
| Hits: 66AutoE-mail Webmaster Error Page w/ details 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 pages are located. Next you upload the pages to your server. Once a user goes to the specific page, a pre-made e-mail will be sent out with information on the users IP, time & date of error, and the page this error occurred. You can easily change the content of the e-mail by modifying the functions.inc.php file. Support is given through e-mail as well as forums. Special thanks to JdS @ http://www.desilva.biz/ for making this script.<br>UPDATES:<br>v2.5: E-mail shows the referring page to where the error occured. <br>v2.0: Added cookie feature to only submit an e-mail every one time someone goes to the specific page. The e-mail will be sent he first time, and ignored the rest of the times that user goes to the same error page. |
|
| Hits: 50DEBUG_HELP.PHP 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. |
|
| Hits: 91Dynamic Error Pages A dynamic PHP script which returns different error messages depending on the error received. Works on 404 (File Not Found), 400 (Bad Request), 401 (Authorization Required), 403 (Access Forbidden), 500 (Server Configuration Error), as well as unknown error messages. The script will also send an e-mail to your e-mail address with the time, error received, requested page, the page they came from and requesting computers IP address (optional). (Please note: To use this script you need to be allowed use custom error pages on your host.) |
|
| Hits: 41Error List Error List is a group of PHP scripts to help people who run and maintain websites keep up to date with error codes. It doesnt help you fix them, it merely brings them to your attention. We prefer to think of this as a feature instead of a bug. |
|
| Hits: 59Error Plus IP A PHP script which returns different error messages depending on the error received. Works on 401, 403, 404, 410 and 500 Error(s). Records the visitors IP address and emails the webmaster that IP plus a variety of other information. Like the IPs Country location, Host Name if any, referral link if any, HTTP agent used, requested file, Plus has a link for checking if requested file is a known exploit. Also inform select search engines spiders about the page being 410 Gone. Script will auto block IP(s) that continue to get 404 without using your site map or main home page. Easy header and footer integration into your existing design. Use the IP database for other applications such as: 1. Auto country detection for rapid form entry such as country, currency, language. 2. Filter web access on basis of originating country. 3. Creation of Location Aware Content such as language, currency, etc. 4. On-line campaigns such as targeted Banner Ads. 5. Imagine the possibilities... |
|
| Hits: 42errorBot 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. |
|
| Hits: 64ErrorDude Simple script that dont show error but just redirect to costume working page. Support all errors. Support: 100, 101, 200, 201, 202, 203, 204, 205, 206, 300, 301, 302, 303, 304, 305, 306, 307, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 500, 501, 502, 503, 504, 505 errors... |
|
| Hits: 64ErrorHandler 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 series of reports. It helps when developing new scripts and monitoring sites in production state, too. It helps when developing new scripts and monitoring sites in production state, too. |
|
| Hits: 58GaMerZ error_log Cleaner Scan and delete error_log file on your web server. error_log is generated by PHP is there is any errors encountered. |
|
| Hits: 37indigo 404 Lets face it, we all hate those ugly and uninformative Page Not Found error messages when a page no longer exists or cannot be found. 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. Additionally, it can log and/or e-mail an error when it occurs. This can also be displayed to include your site layout. |
|
| Hits: 62Interactive 404 page This is code for a 404 page, which picks a random 404 message (hopefully a humerous one)from a text file on the server. Visitors can also add their own 404 messages to the list - to be seen by future visitors. Working demo available on its site. |
|
| Hits: 73phperror 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 required. All you have to do is create the html pages which you want to show instead of the standard ones and a file with the extension ".htaccess" and put the neccesary lines in it. |
|
| Hits: 46phpErrorDoc Weve 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 works with register_globals=off. Additionally, it can log and/or e-mail an error when it occurs letting you know immediately if something is wrong on your site. |
|
| Hits: 58PHPMachine Error Handler 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 its contents at the time of the error!) and a collapsible tree view of all initialized variables. Note: the JavaScript used to generate the variable tree is only compatible with Microsoft Internet Explorer. |
|
| Hits: 55PHPmy404 Lets face it, we all hate those ugly and uninformative Page Not Found error messages when a page no longer exists or cannot be found. 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. Additionally, it can log and/or e-mail an error when it occurs. This can also be displayed to include your site layout. |
|
| Hits: 51PHPSiteMon Do you use PHP on your website? Have you ever visited your site only to find a PHP error smack in the middle of the front page, losing you visitors? With PHP Site Mon, youll still receive those errors, but you will be emailed in time, instead of having your site inaccessible for days. Install the simple cron job, enter the appropriate addresses, and you are ready for action. |
|
| Hits: 38Simple Errors 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. |
|
| Hits: 58validate string 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. |
|