Main > Free Download Search >

Free error page script

error page

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3149
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 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
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
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 SystemMel Pedley - email, when an error occurs on your site. When site visitors arrive at an error page. This set of scriptlets allows you to have both customised Apache error pages
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
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 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
PHP redirect page

PHP redirect page


In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection. more>> In this tutorial I will show you how to redirect pages in PHP. You can find all important aspects and code examples about PHP redirection.<<less
Added: 2007-07-13 License: Freeware Price: Free
874 downloads
Error Loging in ASP.NET 1

Error Loging in ASP.NET 1


You may manage error handling configuring Web.Config file. In this code we will try to log this error page in to an SQL Server. This script will be helpful to webmaster to get a control over web pages. more>> You may manage error handling configuring Web.Config file. In this code we will try to log this error page in to an SQL Server. This script will be helpful to webmaster to get a control over web pages.<<less
Added: 2003-11-21 License: Freeware Price: $0.00USD
12 downloads
Google Page Rank

Google Page Rank


Check your page rank, rank prediction, link popularity, backlink checker, and a meta tag generator. All the tools you need without a toolbar. more>> Check your page rank, rank prediction, link popularity, backlink checker, and a meta tag generator. All the tools you need without a toolbar.<<less
Added: 2005-10-31 License: Freeware Price: $0.00USD
21 downloads
M&M Error Director 2.6

M&M Error Director 2.6


This script detects website errors, logs them and sends webmaster an email. It displays an error page to user. Error pages are not created by the script but are standard HTML pages so you can edit them to look like your site. It includes protection to more>> This script detects website errors, logs them and sends webmaster an email. It displays an error page to user. Error pages are not created by the script but are standard HTML pages so you can edit them to look like your site. It includes protection to prevent your directory from triggering the servers SPAM detection system due to too many emails being sent from your cgi-bin per day.<<less
Added: 2001-05-22 License: Freeware Price: $0.00USD
12 downloads
 
Other version of M&M Error Director
M&M Error DirectorThe Master - It displays an error page to user. Error pages are not created by the script but are standard HTML pages so you can edit the. This script detects website
Price: FreeAdditionalInfoFreeifyoulinkbacktomysite
License:Freeware
Download
3077 downloads
Added: 2001-05-22
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
Web page size 1.0

Web page size 1.0


A couple of cross-browser functions to compute a web page size, either with scroll bar or not. more>> A couple of cross-browser functions to compute a web page size, either with scroll bar or not.<<less
Added: 2009-01-01 License: GPL Price: $0.00USD
13 downloads
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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5