Added scrolling blocks
You must have seen them: the 4 scrolling blocks at the righthand-side. This is a way to show much data in a small window. The package with blocks (6 in total) is available for download here.
You must have seen them: the 4 scrolling blocks at the righthand-side. This is a way to show much data in a small window. The package with blocks (6 in total) is available for download here.
The new version op ADSL Log is now available at the download page.
Changes:
- statistics per week
- clickable links for every date
- removed some minor bugs.
Last week I added a few new downloads :
PHP Nuke 6.0
Dutch language files for PHP Nuke 6.0
Appserv 1.8
With some help I constructed (partly borrowed) some nice (so I think) errorpages.
In the www root-directory there's now a file named .htaccess containing:
ErrorDocument 401 /error/401/index.htm
ErrorDocument 403 /error/403/index.htm
ErrorDocument 404 /error/404/index.php
ErrorDocument 500 /error/500/index.htm
This redirects errors to my own pages, for example for a 404 error the document /error/404/index.php. A lot of examples of custom pages are te be found here.