Configure your web server to host www.mtxbl.chaosreigns.com. Apache config is something like this:
<VirtualHost *>
ServerName www.mtxbl.chaosreigns.com
DocumentRoot /var/www/mtxbl
ErrorLog /var/log/apache2/www.mtxbl.chaosreigns.com-error.log
CustomLog /var/log/apache2/www.mtxbl.chaosreigns.com-access.log combined
</VirtualHost>
Set up a cron job to grab the contents of http://www.mtxbl.chaosreigns.com/ (except for /icons/) a couple times a day and put it in the same directory on your web server. Something like this:
/usr/bin/wget -P /temp/output/directory/ -R "*index.html*" -X "/icons" -m --no-parent -nd http://www.mtxbl.chaosreigns.com/ && /bin/mv /tmp/output/directory/* /var/www/mtxbl/
Email me the IP of your server, and I'll add it to the relevant DNS record. Thanks.
MTX Home.
Sun Feb 14 02:44:36 EST 2010
HTML validate this page.