disable notify $limit = array(3,1000); // Message Limits (min,max) $image_dir = "images"; // Image Directory, no trailing slashes $perpage = "10"; // how many entries per page $pperpage = "15"; // number of pagination links $gb_link1 = "Add Entry"; $gb_link1desc = "Add your Guestbook Entry"; $gb_link1head = "Add Guestbook Entry"; $gb_pages = "Pages:"; $gb_name = "Name"; $gb_comments = "Comments"; $gb_location = "Location: "; $gb_posted = "posted: "; $gb_modcomment = "Moderator-Comment: "; $gbadd_name = "Name:"; $gbadd_location = "Location:"; $gbadd_email = "E-Mail:"; $gbadd_car = "Car:"; $gbadd_url = "Website URL:"; $gbadd_msg = "Message:"; $ad_pages = "Pages:"; $submit = "Submit"; $location_sel = "Select your location"; $error_messages = array( "An error has occurred, please try again.", "Sorry, your message has to be between {$limit[0]} and {$limit[1]} characters.", "Invalid e-mail entry, please enter your full e-mail address or leave blank.", "Sorry, no URLs allowed in messages.", "Give it a rest please."); // Scrapbook configuration $cfg_debug_on = 1; //Debug database errors // path to fullsize images directory - no trailing slash $cfg_pics_path = $_SERVER['DOCUMENT_ROOT']."/classic/images/gallery/large"; // url to fullsize images directory - no trailing slash $cfg_pics_url = "/classic/images/gallery/large"; // path to thumbnail images directory - no trailing slash $cfg_thumb_path = $_SERVER['DOCUMENT_ROOT']."/classic/images/gallery/small"; // url to thumbnail images directory - no trailing slash $cfg_thumb_url = "/classic/images/gallery/small"; ?> Scrapbook - mgb-gt.co.uk

Check out my new blog for the latest updates on my car

FATAL ERROR: cannot connect to mySQL server
host: '.$server.'
user: '.$db_user.' '); if (!@mysqli_select_db($db_link, $database)) die('FATAL ERROR: I cant make up my mind!! Cannot select MySQL database "'.$database.'"'); $params = explode("/", $_SERVER["REQUEST_URI"]); $section = $params[3]; $galleryid = $params[4]; $itemid = $params[5]; // SHOW GALLERY PAGE if ($section=="gallery") { include("layout_mainnav.inc"); echo "
\n"; include("scrapbook_gallery.inc"); echo "
\n"; } elseif ($section=="item") { // SHOW INDIVIDUAL PICTURE echo "
\n"; include("scrapbook_item.inc"); echo "
\n"; } else { // OTHERWISE SHOW SCRAPBOOK INDEX include("layout_mainnav.inc"); echo "
\n"; include("scrapbook_show.inc"); echo "
\n"; } ?>