I hate to ask these questions, with all that is going on, but I must so I can move slowley forward.

Questions regarding install of Admin Profiles V1.0.5
Reading your install notes, Step 1. you stipulate “If you are using a database prefix for your Zen Cart tables, you must either: run the install_adminlevels.sql file using Zen Cart's Admin > Tools > Install SQL Patch facility or edit the file to change the prefix for all create table and insert statements, before running it using your preferred tool.” Now for the first really, really dumb question: How do I tell if I have a database prefix for my ZC tables? I think I do, (I believe that the prefix is sawhorse_zc1 for the 1st database and sawhorse_zc2 for the 2nd (I assume backup) database), but since I do not know how the tables are to look “in their natural state” I am not sure. See below:

Example of tables for ZC1:
sawhorse_zc1.zen_address_book OK
sawhorse_zc1.zen_address_format OK
sawhorse_zc1.zen_admin OK
sawhorse_zc1.zen_admin_activity_log OK
sawhorse_zc1.zen_authorizenet OK
sawhorse_zc1.zen_banners OK

Example of tables for ZC2:
sawhorse_zc2.zen_address_book OK
sawhorse_zc2.zen_address_format OK
sawhorse_zc2.zen_admin OK
sawhorse_zc2.zen_admin_activity_log OK
sawhorse_zc2.zen_authorizenet OK
sawhorse_zc2.zen_banners OK

phpMyAdmin - 2.11.0, MySQL client version: 4.1.21, Used PHP extensions: mysql

Really, really dumb question 2: Step 1. also states “If you are not using a database, simply run the install_admin_profiles.sql file using your preferred tool for executing SQL (e.g. phpMyAdmin).” How can you run ZC without a database?

Really, really dumb question 3: What does this copy do? admin\includes\boxes\* Does this have anything to do with editing the box files to accommodate third party contributions? Does this copy really do anything? (I am sure it does, that is why I am calling this really, really dumb question 3).

1st Not so dumb question (asking just to make sure). I am running ZC 1.3.8a so I will need to manually patch admin\admin.php & admin/includes/languages/english.php. True?

2nd not so dumb question (just to be sure). I am assuming that ZC 1.3.8a did not add any additional admin pages not found in ZC 1.3.6. And, I have yet to add any additional pages so I thus, do not need to worry about manually editing the relevant box files using your step guide. True?

Thanks