Here's what I see when I open up that file
<?php
$INFO = array (
'sql_driver' => 'mysql',
'sql_host' => 'localhost',
'sql_database' => 'westco5_IPB',
'sql_user' => '*****',
'sql_pass' => '*******',
'sql_tbl_prefix' => '',
'sql_debug' => '1',
'sql_charset' => 'utf8mb4',
'board_start' => '1264124418',
'installed' => '1',
'php_ext' => 'php',
'safe_mode' => '0',
'board_url' => 'http://westcoastsignco.com/forums',
'banned_group' => '5',
'admin_group' => '4',
'guest_group' => '2',
'member_group' => '3',
'auth_group' => '1',
'use_friendly_urls' => '0',
'_jsDebug' => '0',
'mysql_tbl_type' => 'MyISAM',
'sql_utf8mb4' => true,
);
except for the *****
So, these should say for example:
orig_'sql_driver' => 'msql'