[php]
require_once ‘/home/lwest/austinhiphopunderground.com/carp/carp.php’;
// Add any desired configuration settings before CarpCacheShow
// using “CarpConf” and other functions
CarpConf(‘iorder’,'link,date,author,desc’);
CarpConf(‘cacheinterval’,30);
CarpConf(‘encodingin’,'UTF-8′);
CarpConf(‘poweredby’,’
web design by Austin Texas Advertising‘);
CarpConf(‘bi’,’‘);
CarpConf(‘ai’,’‘);
CarpCacheShow(‘http://austin.craigslist.org/msg/index.rss’);
[/php]


