PHP Apps

Protect your Vbulletin config.php using a .htaccess under Apache

The following step(s) will help protect your config.php used by VBulletin even if php stops working.

1) This step might be optional for most. Since I do not use .htaccess files "normally", in my sites configuration file (that is then included in the http.conf for Apache).
I added the directives:
<Directory "E:/DomZeus/sitebuddycom/wwwroot/board/includes">
AllowOverride FileInfo Options Limit
</Directory>

This will enable .htaccess in that folder and permit the usage of "order" directive.

rrdtool extension for PHP

Here is what I did:
Downloaded the file php_rrdtool.tgz   (Dated 04-Dec-2005 23:24 9.1K ) from http://oss.oetiker.ch/rrdtool/pub/contrib/


Compiled it with VC 6 (had to build a project file).

If you use this let me know if it works.