dns error fix
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
DNServer 1.0
This class can be used to implement domain name servers (DNS). It starts listening to DNS UDP port 53 to handle domain name resolution requests. The class decodes the DNS request, invokes a configurable callback function that takes the DNS query more>> This class can be used to implement domain name servers (DNS). It starts listening to DNS UDP port 53 to handle domain name resolution requests. The class decodes the DNS request, invokes a configurable callback function that takes the DNS query type and the domain to resolve and returns response IP address.<<less
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
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
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
DNS Control 1.0.3
DNS Control is a Web-based DNS management tool for BIND 9. It supports maintaining A, MX, and CNAME records, with all information stored in a MySQL database. more>> DNS Control is a Web-based DNS management tool for BIND 9. It supports maintaining A, MX, and CNAME records, with all information stored in a MySQL database.<<less
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
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
License:Freeware
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
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.
DNS Lookup
The DNS is a critical resource for every network application (mail, web, ...), and so it is quite important to ensure that a zone or domain name is correctly configured.The DNS has been designed to be robust to errors, as a result you can pervert it so more>> The DNS is a critical resource for every network application (mail, web, ...), and so it is quite important to ensure that a zone or domain name is correctly configured.The DNS has been designed to be robust to errors, as a result you can pervert it so to have a working DNS even if you misconfigured it. But in such a case, a single additional error can result in your zone completely disappearing, and this additional error is not necessarily your fault! So if you dont want to disapper from the Internet with emails and web servers due to, for example, one of the nameserver you use but dont manage, dont mess your initial configuration and use this tool to check your domain!<<less
DhcpNodeEditor 1
(2/19/2005)Version 1.3 contains new features and fixes. When using a laptop both at the office LAN and your home LAN, when at home you get this error message: "the list of servers for this workgroup is not currently available." Some enterprise LANs more>> (2/19/2005)Version 1.3 contains new features and fixes. When using a laptop both at the office LAN and your home LAN, when at home you get this error message: "the list of servers for this workgroup is not currently available." Some enterprise LANs alter this registry key causing this problem. This tool checks and modifies the registry for this key to allow your home LAN to become accessible again. (Note: There are other issues that could cause this error message to display. Troubleshoot your home network before using this tool. i.e. firewalls, sharing enabled, etc.)<<less
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
Error Log Viewer Perl
PLEASE REVIEW AND EDIT CAREFULLY Error Log Viewer is a free perl script that allows you to view your web servers error log. more>> Error Log Viewer Perl is developed as a free and useful perl script which gives you the ability to view the error log of your web servers. Error Log, contains all sorts of useful information about errors and warnings returned by your server that will help you improve as a Perl Programmer and write tighter more efficient code.
All you need is a cgi-bin and the path to the error log file on your server. If you do not know the path to your error log, this script package also comes with the code you need to redirect the error messages to your browser.
The following code is all you really need. It has proved invaluable and has saved our programmers countless hours of debugging. Any time you encounter a Server 500 error, open up the script that is causing it and enter the following code near the top, under the path to Perl.
It can be placed anywhere in the script as long as it placed before the error. Each time a script is called, it is entirely compiled then executed. This code will redirect the errors found to STDOUT (your browser) using Perls built in BEGIN subroutine.
Major Features:
- Select group of lines to view
- View with or without word wrap
- Characters decoded for easier reading
- Set default values
- Compatible with Windows, Unix, Linux, Sun, BSDOS and OSX Mac servers
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