| archive_settings.php | |
| Variable | Description |
| $lootFolder | The web accessible folder where all archived pages will be saved. |
| $tempFolder | Web accessible folder where temporary files will be created. |
| $httpLootFolder | The http location of the $lootFolder. |
| $httpTempFolder | The http location of the $tempFolder |
| $forwardfinishedPage | Page to forward to after the script has finished archiving. (This should NOT be changed) |
| $archive_authorized_user | Authorization user name |
| settings.php | |
| Variable | Description |
| $view_table | Name of the view to use. |
| $default_category | The ID for the main category. User definable incase a view displays multiple categories. |
| $page_title | Title of the category. Displayed on all pages. |
| $user_authorized | User name for the authorization. |
| $rootFolder | The folder of the MAIN scripts. |