Active Articles: 2038
Total Categories: 16
Sub Categories:616
AAA Email Broken Links Script | ||||||||
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 ... learn more
| ||||||||
| ||||||||
errorBot | ||||||||
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. ... learn more
| ||||||||
| ||||||||
404Handler | ||||||||
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 ... learn more
| ||||||||
| ||||||||
Website Error Corrector PHP | ||||||||
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. ... learn more
| ||||||||
| ||||||||
DEBUG_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. ... learn more
| ||||||||
| ||||||||
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 (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, ... learn more
| ||||||||
| ||||||||
ErrorHandler | ||||||||
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 ... learn more
| ||||||||
| ||||||||
AutoE-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 ... learn more
| ||||||||
| ||||||||
PHPMachine 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 it's contents at the time of the error!) and a collapsible tree view of all initialized variables. Note: the JavaScript used ... learn more
| ||||||||
| ||||||||
Error Management | ||||||||
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 ... learn more
| ||||||||
| ||||||||
validate 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. ... learn more
| ||||||||
| ||||||||
