* @version $Revision: 1.12 $ $Date: 2004/10/05 19:32:39 $ * @package Mobot Backend * */ include_once('config.php'); require_once('int_libs/mobot.php'); if($_REQUEST["manuf_id"]) { if(!is_numeric($manuf_id)) { $manuf_name = urldecode($_REQUEST["manuf_id"]); $manuf_id = mobot_get_manuf_id_from_name($manuf_name); } else { $manuf_id = $_REQUEST["manuf_id"]; } } if(!is_numeric($mobos_id)) { $mobos_name = str_replace("|", '/', $_REQUEST["mobos_id"]); $mobos_id = mobot_get_mobos_id_from_name($mobos_name); } else { $mobos_id = $_REQUEST["mobos_id"]; } $mss = new mobos_specs($mobos_id); $template = new template(); $template->title = "MOBOT: Motherboard Spec Sheet: $manuf_name $mobos_name"; $template->section = 'mobot'; $template->description = 'Largest Motherboard database on the web.'; $template->open_page(); ?>
Motherboard Information :: Motherboards.org
show_specs(); //print_r($mss); ?>
close_page(); ?>