$cache_time = 7200; // Time in seconds to keep a page cached
$cache_folder = '/var/www/vhosts/xchoppers.com/httpdocs/cache/custom/categories/'; // Folder to store cached files (no trailing slash)
$cache_filename = $cache_folder.md5($cPath); // $_SERVER['REQUEST_URI']); // Location to lookup or store cached file
//Check to see if this file has already been cached
// If it has get and store the file creation time
$cache_created = (file_exists($cache_filename)) ? filemtime($cache_filename) : 0;
//$cache_created = 0;
if ($cache_created != 0 && (time() - $cache_created) < $cache_time) {
readfile($cache_filename); // The cached copy is still valid, read it into the output buffer
ob_flush();
// flush();
} else {
if(!tep_session_is_registered('customer_id')) {
ob_start(); // Turns on output buffering
}
?>
Specialized parts for customizing your Honda VTX, VT1300's, Fury, Suzuki M109 and Indian Scout
Xchoppers specializes in custom parts for Honda & Suzuki M109 / C109 cruisers. Our website is carefully laid out to save you time and prevent the confusion you're accustomed to on other sites.
Since 2003, we have greatly expanded our product lines. We now provide over 3,000 items, with new products added daily. We offer the largest selection of custom parts for the motorcycles we represent.
If you don't see what you want, please contact us. With over 40 years of experience, Grant can help you find the parts you're looking for, and offer expert advice.