Main > Free Download Search >

Free custom error pages script

custom error pages

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3522
Custom Error Pages In ASP.NET 1

Custom Error Pages In ASP.NET 1


This tutorial explains how to use custom errors pages to provide better user experience when error occurs. When error is occurred on ASP.NET web application, user will get default error page (which is not so nice looking, also known as "Yellow screen more>> This tutorial explains how to use custom errors pages to provide better user experience when error occurs. When error is occurred on ASP.NET web application, user will get default error page (which is not so nice looking, also known as "Yellow screen of death"). This error page confuses average visitor who dont know the meaning of "Runtime Error". Although developers like to know many details about an error, it is better to show more friendly error page to your users.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
14 downloads
Dynamic Error Pages

Dynamic 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 more>> 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.)<<less
Added: 2004-06-24 License: Freeware Price: Free
1962 downloads
Custom JavaScript error box

Custom JavaScript error box


Custom JavaScript error box script will detect any JavaScript errors more>>

Custom JavaScript error box is a small yet powerful script that will detect any JavaScript errors

Don't you just hate the default, intrusive JavaScript error message box that pops up when the browser runs into a scripting error? Why not replace it something less annoying?

This script when added to the HEAD section of your page, will detect any JavaScript errors, and if they are found, suppress that error and instead displaying a notice in the browser status bar.

<<less
Added: 2008-04-11 License: Freeware Price: Freeware
13 downloads
A simple Custom Error Page Generator in PHP

A simple Custom Error Page Generator in PHP


This simple, free script, along with a few extra lines in your .htaccess file, allows the building of custom error pages on-the-fly. The coding principles and .htaccess requirements are discussed with more>> This simple, free script, along with a few extra lines in your .htaccess file, allows the building of custom error pages on-the-fly. The coding principles and .htaccess requirements are discussed with examples, and a complete and commented PHP script is available for download. The script allows for email notification to the webmaster when errors occur, and gives users a link to redirect them back to the sites homepage.<<less
Added: 2005-10-04 License: Freeware Price: Free
1492 downloads
Simple Errors 0.1

Simple Errors 0.1


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 more>> 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.<<less
Added: 2004-07-20 License: GPL Price: $0.00USD
14 downloads
 
Other version of Simple Errors
Simple ErrorsIt replaces the default Apache error handler with your own. Customizable output page to suit ... Customizable output page to suit your own needs. Even logs and/or emails you when an error
License:GPL
Download
1922 downloads
Added: 2004-07-20
Custom Paging in ASP 1

Custom Paging in ASP 1


This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database more>> This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.<<less
Added: 2003-11-12 License: Freeware Price: $0.00USD
14 downloads
Custom Page Management

Custom Page Management


Script offer a simple, fast, and efficient way to managing the content of your website. It allows you the ability to make the website look professional like other newspaper website. And updating content is simple, via the admin area. Just write and edit more>> Script offer a simple, fast, and efficient way to managing the content of your website. It allows you the ability to make the website look professional like other newspaper website. And updating content is simple, via the admin area. Just write and edit like you would in microsoft words. Pictures are automatically resized.<<less
Added: 2009-03-07 License: Freeware Price: $0.00USD
12 downloads
Custom Contact Form 1

Custom Contact Form 1


A script for anyone to easily create a custom contact email form with as many fields fields as you would like. Full documentation & help forum. Only two files to upload. & Free! more>> A script for anyone to easily create a custom contact email form with as many fields fields as you would like. Full documentation & help forum. Only two files to upload. & Free!<<less
Added: 2005-11-01 License: Freeware Price: $0.00USD
15 downloads
 
Other version of Custom Contact Form
Custom Contact FormA script for anyone to easily create a custom contact email form with as many . A script for anyone to easily create a custom contact email form with as many
License:Freeware
Download
1508 downloads
Added: 2005-11-01
Error Messages in ASP

Error Messages in ASP


Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand whats going wrong in deep of an apllication. This more>> Problems and coding syntax mistales can been in every serverside application. Security of application is very important. You should need to understand whats going wrong in deep of an apllication. This sample of code is an easy to use an error handling message writer. .<<less
Added: 2006-09-18 License: Freeware Price: Free
1134 downloads
Ababa Error Logger 1.0

Ababa Error Logger 1.0


Ababa Error Logger is a program logs all your site errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File Not Found Error, 500 Internal Server Error. Ababa Error Logger is best used for debugging perl scripts, more>> Ababa Error Logger is a program logs all your site errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File Not Found Error, 500 Internal Server Error. Ababa Error Logger is best used for debugging perl scripts, fixing broken links, etc.<<less
Added: 2003-08-09 License: Freeware Price: 0.00
10 downloads
 
Other version of Ababa Error Logger
Ababa Error Loggererrors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File ... errors. This includes but not limited to 401 Unauthorized Error, 403 Forbidden Error, 404 File
License:Freeware
Download
2271 downloads
Added: 2003-08-09
Disable Error On ASP Codes

Disable Error On ASP Codes


Unexpected errors can stop programs and your application coul be down immadiately. But On Error Resume Next funtcion help you to avoid to stop unexpected errors on code. All you need to put this code more>> Unexpected errors can stop programs and your application coul be down immadiately. But On Error Resume Next funtcion help you to avoid to stop unexpected errors on code. All you need to put this code after a code block.<<less
Added: 2006-09-06 License: Freeware Price: Free
1150 downloads
Using JavaScript Errors

Using JavaScript Errors


Dealing with JavaScript or an Ajax based application is always a tricky task. Even the most experienced developers would end up with unexpected errors especially when the application is tested for the first time. Bugs and error in coding will always be more>> <<less
Added: 2009-05-09 License: Freeware Price: $0.00USD
16 downloads
Error Management 1.0

Error Management 1.0


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 more>> 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. The edit_error.php page is used by the person who fixes the error. The user has to mention among other options, the cause,solution of error,whether the error was a browser issue, the description of the error, the error category etc. Error descriptions may be added manually. These are stored in the database. The user may also specify whether the site (on which the error occured), is owned by the group of developers or not. The search_error.php page allows users to search for error reports using various criteria, such as the reported between time, time taken to fix error,error severity,error category etc.<<less
Added: 2007-08-22 License: GPL Price: $0.00USD
10 downloads
Error System 2.0

Error System 2.0


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 more>> 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. The system then sends you an automatically generated email with all of the relevant information you need to start tracking down any real errors - such as the urls of broken links etc.<<less
Added: 2006-07-13 License: Free Non-Commercial Price: $0.00USD
16 downloads
 
Other version of Error System
Error SystemThis set of scriptlets allows you to have both customised Apache error pages and ... When site visitors arrive at an error page, they have the option of notifying you by selecting a
License:Free for non-commercial use
Download
1242 downloads
Added: 2006-07-13
Error log Viewer 1.0

Error log Viewer 1.0


Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging. more>> Pinpoint the cause of Server 500 errors. This script allows you to view your error log in an easy to read format, or if you dont have access to your error log, learn how to redirect error messages to your browser. This will save you hours of debugging.<<less
Added: 2002-04-22 License: Freeware Price: 0.00
14 downloads
 
Other version of Error log Viewer
Error log ViewerThis script allows you to view your error log in an easy to read format, or if you dont have access ... This script allows you to view your error log in an easy to read format, or if you dont have access
License:Freeware
Download
2758 downloads
Added: 2002-04-22
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5