|
Dynamic Error Pages
|
Other links at PHP > Scripts and Programs > Error Handling |
| 1. |
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.
|
| 2. |
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.
|
| 3. |
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 of where the link is located.
|
| 4. |
PHPmy404
|
|
|
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.
|
| 5. |
Email-Validator
|
|
|
Check email address to see if its valid. This is great for register scripts since you can check the email address before it is submitted to prevent people typing anything in the email field.
|
|
|