aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/Makefile1
-rw-r--r--www/zen-cart/Makefile72
-rw-r--r--www/zen-cart/distinfo2
-rw-r--r--www/zen-cart/files/pkg-message.in17
-rw-r--r--www/zen-cart/pkg-descr10
-rw-r--r--www/zen-cart/pkg-plist2041
6 files changed, 2143 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b6e81289b934..a8787de42146 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2063,6 +2063,7 @@
SUBDIR += yourls
SUBDIR += youtube_dl
SUBDIR += yuicompressor
+ SUBDIR += zen-cart
SUBDIR += zend-framework
SUBDIR += zenphoto
SUBDIR += zerowait-httpd
diff --git a/www/zen-cart/Makefile b/www/zen-cart/Makefile
new file mode 100644
index 000000000000..1b17c1e187aa
--- /dev/null
+++ b/www/zen-cart/Makefile
@@ -0,0 +1,72 @@
+# New ports collection makefile for: zen-cart
+# Date created: 6 June 2011
+# Whom: Beech Rintoul <beech@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= zen-cart
+PORTVERSION= 1.3.9h
+CATEGORIES= www
+MASTER_SITES= http://www.akherb.com/FreeBSD/source/ \
+ LOCAL/beech
+DISTNAME= zen-cart-v1.3.9h-full-fileset-10262010
+
+MAINTAINER= beech@FreeBSD.org
+COMMENT= PHP-based user-friendly, open source shopping cart
+
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/license.txt
+USE_ZIP= yes
+USE_PHP= yes
+WANT_PHP_WEB= yes
+
+EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
+NO_BUILD= yes
+SUB_FILES= pkg-message
+SUB_LIST= WWWDIR="${WWWDIR}" PORTNAME="${PORTNAME}"
+PLIST_SUB+= WWWDIR=${WWWDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} EXAMPLESDIR_REL=${EXAMPLESDIR_REL} \
+ PORTNAME=${PORTNAME}
+
+do-install:
+ @if [ ! -d ${WWWDIR} ]; then mkdir ${WWWDIR} ; fi
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${EXAMPLESDIR} && rm -rf ${WRKSRC}/docs
+ @cd ${WRKSRC} && mv vbv_learn_more.html ${EXAMPLESDIR}/
+ @cd ${WRKSRC} && mv mcs_learn_more.html ${EXAMPLESDIR}/
+ @cd ${WRKSRC} && mv robots_example.txt ${EXAMPLESDIR}/
+ @cd ${WRKSRC} && mv install.txt ${EXAMPLESDIR}/
+ @cd ${WRKSRC} && mv nddbc.html ${EXAMPLESDIR}/
+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}/
+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
+ @${CHMOD} -R 0755 ${WWWDIR}
+ @${CHMOD} 0777 ${WWWDIR}/cache
+ @cd ${WWWDIR}/images && find . -type d -exec chmod 0777 {} \;
+ @cd ${WWWDIR}/includes/languages/english && find html_includes -type d -exec chmod 0777 {} \;
+ @${CHMOD} 0777 ${WWWDIR}/media
+ @${CHMOD} 0777 ${WWWDIR}/pub
+ @${CHMOD} 0777 ${WWWDIR}/admin/backups
+ @${CHMOD} 0777 ${WWWDIR}/admin/images/graphs
+ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} -R 0755 ${WWWDIR:S|^${PREFIX}/|%D/|}' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} 0777 ${WWWDIR}/cache' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec cd ${WWWDIR}/images && find . -type d -exec chmod 0777 {} \;' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec cd ${WWWDIR}/includes/languages/english && find html_includes -type d -exec chmod 0777 {} \;' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} 0777 ${WWWDIR}/media' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} 0777 ${WWWDIR}/pub' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} 0777 ${WWWDIR}/admin/backups' >> ${TMPPLIST}
+ @${ECHO_CMD} '@exec ${CHMOD} 0777 ${WWWDIR}/admin/images/graphs' >> ${TMPPLIST}
+
+post-install:
+ @if [ ! -f ${WWWDIR}/includes/configure.php ]; then \
+ ${CP} -p ${WWWDIR}/includes/dist-configure.php ${WWWDIR}/includes/configure.php ; \
+ fi
+
+ @if [ ! -f ${WWWDIR}/admin/includes/configure.php ]; then \
+ ${CP} -p ${WWWDIR}/admin/includes/dist-configure.php ${WWWDIR}/admin/includes/configure.php ; \
+ fi
+
+.if !defined(BATCH)
+ @ ${CAT} ${PKGMESSAGE}
+.endif
+
+.include <bsd.port.mk>
diff --git a/www/zen-cart/distinfo b/www/zen-cart/distinfo
new file mode 100644
index 000000000000..39d99b6dffd1
--- /dev/null
+++ b/www/zen-cart/distinfo
@@ -0,0 +1,2 @@
+SHA256 (zen-cart-v1.3.9h-full-fileset-10262010.zip) = 493b14e35c5977c1dcea0dedf990c4c86fbf00be23a7e8099d2232c9b2bd0694
+SIZE (zen-cart-v1.3.9h-full-fileset-10262010.zip) = 4463316
diff --git a/www/zen-cart/files/pkg-message.in b/www/zen-cart/files/pkg-message.in
new file mode 100644
index 000000000000..c92932d554f3
--- /dev/null
+++ b/www/zen-cart/files/pkg-message.in
@@ -0,0 +1,17 @@
+----------------------------------------------------------------------------
+zen-cart has been installed, but is not quite ready to be used yet!
+
+You have to ensure that you have a database server installed and configured,
+and you have to ensure that your PHP installation has been compiled with
+support for your database.You have to create a database for zen-cart to use,
+and ensure that this database may be accessed and changed by the user id
+under which your web server executes. Further information on these
+installation procedures may be found in:
+
+ %%EXAMPLESDIR%%/docs/index.html
+
+Once these steps have been taken, you may connect to the following URL to
+configure your installation of zen-cart:
+
+ http://localhost/zen-cart/zc_install
+----------------------------------------------------------------------------
diff --git a/www/zen-cart/pkg-descr b/www/zen-cart/pkg-descr
new file mode 100644
index 000000000000..24673684fca3
--- /dev/null
+++ b/www/zen-cart/pkg-descr
@@ -0,0 +1,10 @@
+Zen Cart truly is the art of e-commerce; free, user-friendly, open source
+shopping cart software. The ecommerce web site design program is being developed
+by a group of like-minded shop owners, programmers, designers, and consultants
+that think ecommerce web design could be and should be done differently.
+
+Some shopping cart solutions seem to be complicated programming exercises
+instead of responding to users' needs, Zen Cart puts the merchants and shoppers
+requirements first.
+
+WWW: http://www.zen-cart.com/
diff --git a/www/zen-cart/pkg-plist b/www/zen-cart/pkg-plist
new file mode 100644
index 000000000000..f6d92520b57f
--- /dev/null
+++ b/www/zen-cart/pkg-plist
@@ -0,0 +1,2041 @@
+@unexec if cmp -s %D/www/%%PORTNAME%%/includes/dist-configure.php %D/www/%%PORTNAME%%/includes/configure.php; then rm -f %D/www/%%PORTNAME%%/includes/configure.php; fi
+www/%%PORTNAME%%/includes/dist-configure.php
+@exec if [ ! -f %D/www/%%PORTNAME%%/includes/configure.php ] ; then cp -p %D/%F %B/configure.php; fi
+@unexec if cmp -s %D/www/%%PORTNAME%%/admin/includes/dist-configure.php %D/www/%%PORTNAME%%/admin/includes/configure.php; then rm -f %D/www/%%PORTNAME%%/admin/includes/configure.php; fi
+www/%%PORTNAME%%/admin/includes/dist-configure.php
+@exec if [ ! -f %D/www/%%PORTNAME%%/admin/includes/configure.php ] ; then cp -p %D/%F %B/configure.php; fi
+%%EXAMPLESDIR_REL%%/docs/.htaccess
+%%EXAMPLESDIR_REL%%/docs/0.about_zen_cart.html
+%%EXAMPLESDIR_REL%%/docs/1.readme_installation.html
+%%EXAMPLESDIR_REL%%/docs/2.readme_how_to_upgrade.html
+%%EXAMPLESDIR_REL%%/docs/3.readme_paypal_ipn.html
+%%EXAMPLESDIR_REL%%/docs/4.readme_html_email_templates.html
+%%EXAMPLESDIR_REL%%/docs/5.renaming_the_admin_directory.html
+%%EXAMPLESDIR_REL%%/docs/INSTALL.TXT
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-0-1.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-0-2.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-0.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-5.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-6.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-7-1.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-7.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-8.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9a.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9b.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9c.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9d.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9e.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9f.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9g.html
+%%EXAMPLESDIR_REL%%/docs/changelog-v1-3-9h.html
+%%EXAMPLESDIR_REL%%/docs/important_site_security_recommendations.html
+%%EXAMPLESDIR_REL%%/docs/index.html
+%%EXAMPLESDIR_REL%%/install.txt
+%%EXAMPLESDIR_REL%%/mcs_learn_more.html
+%%EXAMPLESDIR_REL%%/nddbc.html
+%%EXAMPLESDIR_REL%%/docs/osi-certified-120x100.png
+%%EXAMPLESDIR_REL%%/docs/product_types_readme.html
+%%EXAMPLESDIR_REL%%/docs/read_me_jscript.html
+%%EXAMPLESDIR_REL%%/docs/read_me_onload.html
+%%EXAMPLESDIR_REL%%/docs/readme_css_system.html
+%%EXAMPLESDIR_REL%%/robots_example.txt
+%%EXAMPLESDIR_REL%%/vbv_learn_more.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.0.1.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.0.2.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.0.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.5.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.6.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.7-1.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.7.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.8.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9a.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9b.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9c.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9d.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9e.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9f.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9g.html
+%%EXAMPLESDIR_REL%%/docs/whatsnew_1.3.9h.html
+www/%%PORTNAME%%/admin/.htaccess
+www/%%PORTNAME%%/admin/admin.php
+www/%%PORTNAME%%/admin/alert_page.php
+www/%%PORTNAME%%/admin/alt_nav.php
+www/%%PORTNAME%%/admin/attributes_controller.php
+www/%%PORTNAME%%/admin/backups/index.php
+www/%%PORTNAME%%/admin/banner_manager.php
+www/%%PORTNAME%%/admin/banner_statistics.php
+www/%%PORTNAME%%/admin/categories.php
+www/%%PORTNAME%%/admin/configuration.php
+www/%%PORTNAME%%/admin/countries.php
+www/%%PORTNAME%%/admin/coupon_admin.php
+www/%%PORTNAME%%/admin/coupon_restrict.php
+www/%%PORTNAME%%/admin/currencies.php
+www/%%PORTNAME%%/admin/customers.php
+www/%%PORTNAME%%/admin/define_pages_editor.php
+www/%%PORTNAME%%/admin/developers_tool_kit.php
+www/%%PORTNAME%%/admin/document_general.php
+www/%%PORTNAME%%/admin/document_product.php
+www/%%PORTNAME%%/admin/downloads_manager.php
+www/%%PORTNAME%%/admin/email_welcome.php
+www/%%PORTNAME%%/admin/ezpages.php
+www/%%PORTNAME%%/admin/featured.php
+www/%%PORTNAME%%/admin/geo_zones.php
+www/%%PORTNAME%%/admin/group_pricing.php
+www/%%PORTNAME%%/admin/gv_mail.php
+www/%%PORTNAME%%/admin/gv_queue.php
+www/%%PORTNAME%%/admin/gv_sent.php
+www/%%PORTNAME%%/admin/images/cal_close_small.gif
+www/%%PORTNAME%%/admin/images/cal_date_down.gif
+www/%%PORTNAME%%/admin/images/cal_date_over.gif
+www/%%PORTNAME%%/admin/images/cal_date_up.gif
+www/%%PORTNAME%%/admin/images/cal_del_small.gif
+www/%%PORTNAME%%/admin/images/graph_hbar_blue.gif
+www/%%PORTNAME%%/admin/images/graph_hbar_red.gif
+www/%%PORTNAME%%/admin/images/graphs/index.html
+www/%%PORTNAME%%/admin/images/icon_arrow_right.gif
+www/%%PORTNAME%%/admin/images/icon_attributes.gif
+www/%%PORTNAME%%/admin/images/icon_attributes_on.gif
+www/%%PORTNAME%%/admin/images/icon_blue_off.gif
+www/%%PORTNAME%%/admin/images/icon_blue_on.gif
+www/%%PORTNAME%%/admin/images/icon_copy_to.gif
+www/%%PORTNAME%%/admin/images/icon_delete.gif
+www/%%PORTNAME%%/admin/images/icon_edit.gif
+www/%%PORTNAME%%/admin/images/icon_edit_metatags_off.gif
+www/%%PORTNAME%%/admin/images/icon_edit_metatags_on.gif
+www/%%PORTNAME%%/admin/images/icon_green_off.gif
+www/%%PORTNAME%%/admin/images/icon_green_on.gif
+www/%%PORTNAME%%/admin/images/icon_info.gif
+www/%%PORTNAME%%/admin/images/icon_move.gif
+www/%%PORTNAME%%/admin/images/icon_orange_off.gif
+www/%%PORTNAME%%/admin/images/icon_orange_on.gif
+www/%%PORTNAME%%/admin/images/icon_pink_off.gif
+www/%%PORTNAME%%/admin/images/icon_pink_on.gif
+www/%%PORTNAME%%/admin/images/icon_popup.gif
+www/%%PORTNAME%%/admin/images/icon_products_price_manager.gif
+www/%%PORTNAME%%/admin/images/icon_purple_off.gif
+www/%%PORTNAME%%/admin/images/icon_purple_on.gif
+www/%%PORTNAME%%/admin/images/icon_red_off.gif
+www/%%PORTNAME%%/admin/images/icon_red_on.gif
+www/%%PORTNAME%%/admin/images/icon_reset.gif
+www/%%PORTNAME%%/admin/images/icon_save.gif
+www/%%PORTNAME%%/admin/images/icon_status_green.gif
+www/%%PORTNAME%%/admin/images/icon_status_green_light.gif
+www/%%PORTNAME%%/admin/images/icon_status_red.gif
+www/%%PORTNAME%%/admin/images/icon_status_red_light.gif
+www/%%PORTNAME%%/admin/images/icon_status_yellow.gif
+www/%%PORTNAME%%/admin/images/icon_yellow_off.gif
+www/%%PORTNAME%%/admin/images/icon_yellow_on.gif
+www/%%PORTNAME%%/admin/images/icons/cross.gif
+www/%%PORTNAME%%/admin/images/icons/current_folder.gif
+www/%%PORTNAME%%/admin/images/icons/delete.gif
+www/%%PORTNAME%%/admin/images/icons/error.gif
+www/%%PORTNAME%%/admin/images/icons/file.gif
+www/%%PORTNAME%%/admin/images/icons/file_download.gif
+www/%%PORTNAME%%/admin/images/icons/folder.gif
+www/%%PORTNAME%%/admin/images/icons/locked.gif
+www/%%PORTNAME%%/admin/images/icons/preview.gif
+www/%%PORTNAME%%/admin/images/icons/previous_level.gif
+www/%%PORTNAME%%/admin/images/icons/statistics.gif
+www/%%PORTNAME%%/admin/images/icons/success.gif
+www/%%PORTNAME%%/admin/images/icons/tick.gif
+www/%%PORTNAME%%/admin/images/icons/unlocked.gif
+www/%%PORTNAME%%/admin/images/icons/warning.gif
+www/%%PORTNAME%%/admin/images/index.html
+www/%%PORTNAME%%/admin/images/logo.gif
+www/%%PORTNAME%%/admin/images/pixel_black.gif
+www/%%PORTNAME%%/admin/images/pixel_trans.gif
+www/%%PORTNAME%%/admin/images/small_zen_logo.gif
+www/%%PORTNAME%%/admin/includes/.htaccess
+www/%%PORTNAME%%/admin/includes/application_bottom.php
+www/%%PORTNAME%%/admin/includes/application_top.php
+www/%%PORTNAME%%/admin/includes/attributes_preview.php
+www/%%PORTNAME%%/admin/includes/auto_loaders/config.core.php
+www/%%PORTNAME%%/admin/includes/auto_loaders/config.security_patch_v138_20090619.php
+www/%%PORTNAME%%/admin/includes/auto_loaders/index.html
+www/%%PORTNAME%%/admin/includes/auto_loaders/overrides/index.html
+www/%%PORTNAME%%/admin/includes/boxes/catalog_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/configuration_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/customers_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/extra_boxes/linkpoint_review_customers_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/extra_boxes/product_music_extras_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/extras_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/gv_admin_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/localization_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/modules_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/reports_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/taxes_dhtml.php
+www/%%PORTNAME%%/admin/includes/boxes/tools_dhtml.php
+www/%%PORTNAME%%/admin/includes/classes/box.php
+www/%%PORTNAME%%/admin/includes/classes/currencies.php
+www/%%PORTNAME%%/admin/includes/classes/language.php
+www/%%PORTNAME%%/admin/includes/classes/logger.php
+www/%%PORTNAME%%/admin/includes/classes/message_stack.php
+www/%%PORTNAME%%/admin/includes/classes/object_info.php
+www/%%PORTNAME%%/admin/includes/classes/order.php
+www/%%PORTNAME%%/admin/includes/classes/payment_module_info.php
+www/%%PORTNAME%%/admin/includes/classes/phplot.php
+www/%%PORTNAME%%/admin/includes/classes/split_page_results.php
+www/%%PORTNAME%%/admin/includes/classes/table_block.php
+www/%%PORTNAME%%/admin/includes/classes/upload.php
+www/%%PORTNAME%%/admin/includes/column_left.php
+www/%%PORTNAME%%/admin/includes/cssjsmenuhover.css
+www/%%PORTNAME%%/admin/includes/extra_configures/email_use_8bit.php
+www/%%PORTNAME%%/admin/includes/extra_configures/enable_error_logging.php
+www/%%PORTNAME%%/admin/includes/extra_configures/index.html
+www/%%PORTNAME%%/admin/includes/extra_configures/media_manager.php
+www/%%PORTNAME%%/admin/includes/extra_configures/security_patch_v138_20090619.php
+www/%%PORTNAME%%/admin/includes/extra_datafiles/linkpoint_api_database_tables.php
+www/%%PORTNAME%%/admin/includes/extra_datafiles/music_type_database_names.php
+www/%%PORTNAME%%/admin/includes/extra_datafiles/music_type_filenames.php
+www/%%PORTNAME%%/admin/includes/fckeditor.php
+www/%%PORTNAME%%/admin/includes/footer.php
+www/%%PORTNAME%%/admin/includes/functions/compatibility.php
+www/%%PORTNAME%%/admin/includes/functions/database.php
+www/%%PORTNAME%%/admin/includes/functions/extra_functions/add_cookie_path_switch.php
+www/%%PORTNAME%%/admin/includes/functions/extra_functions/product_music_functions.php
+www/%%PORTNAME%%/admin/includes/functions/extra_functions/security_patch_v138_20090619.php
+www/%%PORTNAME%%/admin/includes/functions/functions_customers.php
+www/%%PORTNAME%%/admin/includes/functions/functions_metatags.php
+www/%%PORTNAME%%/admin/includes/functions/functions_prices.php
+www/%%PORTNAME%%/admin/includes/functions/general.php
+www/%%PORTNAME%%/admin/includes/functions/html_graphs.php
+www/%%PORTNAME%%/admin/includes/functions/html_output.php
+www/%%PORTNAME%%/admin/includes/functions/languages.php
+www/%%PORTNAME%%/admin/includes/functions/localization.php
+www/%%PORTNAME%%/admin/includes/functions/password_funcs.php
+www/%%PORTNAME%%/admin/includes/general.js
+www/%%PORTNAME%%/admin/includes/graphs/banner_daily.php
+www/%%PORTNAME%%/admin/includes/graphs/banner_infobox.php
+www/%%PORTNAME%%/admin/includes/graphs/banner_monthly.php
+www/%%PORTNAME%%/admin/includes/graphs/banner_yearly.php
+www/%%PORTNAME%%/admin/includes/header.php
+www/%%PORTNAME%%/admin/includes/header_navigation.php
+www/%%PORTNAME%%/admin/includes/htmlarea.php
+www/%%PORTNAME%%/admin/includes/index.css
+www/%%PORTNAME%%/admin/includes/index.html
+www/%%PORTNAME%%/admin/includes/init_includes/index.html
+www/%%PORTNAME%%/admin/includes/init_includes/init_admin_auth.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_admin_history.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_category_path.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_currencies.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_database.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_db_config_read.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_errors.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_file_db_names.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_general_funcs.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_gzip.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_html_editor.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_languages.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_sanitize.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_security_patch_v138_20090619.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_sessions.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_special_funcs.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_templates.php
+www/%%PORTNAME%%/admin/includes/init_includes/init_tlds.php
+www/%%PORTNAME%%/admin/includes/init_includes/overrides/index.html
+www/%%PORTNAME%%/admin/includes/initsystem.php
+www/%%PORTNAME%%/admin/includes/javascript/calendar.css
+www/%%PORTNAME%%/admin/includes/javascript/calendarcode.js
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_close_small.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date1_disabled.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date1_down.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date1_over.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date1_up.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date2_disabled.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date2_down.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date2_over.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date2_up.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date_disabled.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date_down.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date_over.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_date_up.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_del_small.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/btn_info.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/s.gif
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/spiffycal.cur
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/spiffycal2.cur
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images/spiffycal3.cur
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.css
+www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/spiffyCal_v2_1.js
+www/%%PORTNAME%%/admin/includes/languages/english.php
+www/%%PORTNAME%%/admin/includes/languages/english/admin.php
+www/%%PORTNAME%%/admin/includes/languages/english/alert_page.php
+www/%%PORTNAME%%/admin/includes/languages/english/attributes_controller.php
+www/%%PORTNAME%%/admin/includes/languages/english/audience.php
+www/%%PORTNAME%%/admin/includes/languages/english/banner_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/banner_statistics.php
+www/%%PORTNAME%%/admin/includes/languages/english/categories.php
+www/%%PORTNAME%%/admin/includes/languages/english/configuration.php
+www/%%PORTNAME%%/admin/includes/languages/english/countries.php
+www/%%PORTNAME%%/admin/includes/languages/english/coupon_admin.php
+www/%%PORTNAME%%/admin/includes/languages/english/coupon_restrict.php
+www/%%PORTNAME%%/admin/includes/languages/english/currencies.php
+www/%%PORTNAME%%/admin/includes/languages/english/customers.php
+www/%%PORTNAME%%/admin/includes/languages/english/define_language.php
+www/%%PORTNAME%%/admin/includes/languages/english/define_pages_editor.php
+www/%%PORTNAME%%/admin/includes/languages/english/developers_tool_kit.php
+www/%%PORTNAME%%/admin/includes/languages/english/document_general.php
+www/%%PORTNAME%%/admin/includes/languages/english/document_product.php
+www/%%PORTNAME%%/admin/includes/languages/english/downloads_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/email_extras.php
+www/%%PORTNAME%%/admin/includes/languages/english/email_welcome.php
+www/%%PORTNAME%%/admin/includes/languages/english/extra_definitions/editors_list.php
+www/%%PORTNAME%%/admin/includes/languages/english/extra_definitions/linkpoint_review.php
+www/%%PORTNAME%%/admin/includes/languages/english/extra_definitions/onlyFor139.php
+www/%%PORTNAME%%/admin/includes/languages/english/extra_definitions/product_music.php
+www/%%PORTNAME%%/admin/includes/languages/english/ezpages.php
+www/%%PORTNAME%%/admin/includes/languages/english/featured.php
+www/%%PORTNAME%%/admin/includes/languages/english/geo_zones.php
+www/%%PORTNAME%%/admin/includes/languages/english/group_pricing.php
+www/%%PORTNAME%%/admin/includes/languages/english/gv_mail.php
+www/%%PORTNAME%%/admin/includes/languages/english/gv_queue.php
+www/%%PORTNAME%%/admin/includes/languages/english/gv_sent.php
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_assign_to_product.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_back.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_backup.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_blank_discounts.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_cancel.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_check_new_version.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_confirm.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_confirm_red.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_copy.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_copy_to.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_define_zones.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_delete.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_details.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_display.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_download_now.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_edit.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_edit_attribs.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_edit_product.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_email.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_file_manager.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_gift_queue.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_insert.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_install.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_invoice.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_layout.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_lock.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_module_install.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_module_remove.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_move.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_banner.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_category.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_country.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_currency.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_file.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_folder.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_language.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_newsletter.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_product.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_sale.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_tax_class.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_tax_rate.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_new_zone.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_next.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_option_names.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_option_values.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_order.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_orders.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_packingslip.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_prev.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_preview.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_products_price_manager.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_release.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_release_gift.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_remove.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_report.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_reset.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_reset_pwd.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_restore.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_restrict.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_save.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_search.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_select.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_send.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_send_mail.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_tax_rates.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_template_admin.psd
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_unlock.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_update.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_update_currencies.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_update_sort.gif
+www/%%PORTNAME%%/admin/includes/languages/english/images/buttons/button_upload.gif
+www/%%PORTNAME%%/admin/includes/languages/english/index.php
+www/%%PORTNAME%%/admin/includes/languages/english/invoice.php
+www/%%PORTNAME%%/admin/includes/languages/english/languages.php
+www/%%PORTNAME%%/admin/includes/languages/english/layout_controller.php
+www/%%PORTNAME%%/admin/includes/languages/english/linkpoint_review.php
+www/%%PORTNAME%%/admin/includes/languages/english/login.php
+www/%%PORTNAME%%/admin/includes/languages/english/mail.php
+www/%%PORTNAME%%/admin/includes/languages/english/manufacturers.php
+www/%%PORTNAME%%/admin/includes/languages/english/media_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/media_types.php
+www/%%PORTNAME%%/admin/includes/languages/english/modules.php
+www/%%PORTNAME%%/admin/includes/languages/english/modules/newsletters/newsletter.php
+www/%%PORTNAME%%/admin/includes/languages/english/modules/newsletters/product_notification.php
+www/%%PORTNAME%%/admin/includes/languages/english/music_genre.php
+www/%%PORTNAME%%/admin/includes/languages/english/newsletters.php
+www/%%PORTNAME%%/admin/includes/languages/english/option_name.php
+www/%%PORTNAME%%/admin/includes/languages/english/option_values.php
+www/%%PORTNAME%%/admin/includes/languages/english/options_name_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/options_values_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/orders.php
+www/%%PORTNAME%%/admin/includes/languages/english/orders_status.php
+www/%%PORTNAME%%/admin/includes/languages/english/packingslip.php
+www/%%PORTNAME%%/admin/includes/languages/english/password_forgotten.php
+www/%%PORTNAME%%/admin/includes/languages/english/paypal.php
+www/%%PORTNAME%%/admin/includes/languages/english/product.php
+www/%%PORTNAME%%/admin/includes/languages/english/product_free_shipping.php
+www/%%PORTNAME%%/admin/includes/languages/english/product_music.php
+www/%%PORTNAME%%/admin/includes/languages/english/product_types.php
+www/%%PORTNAME%%/admin/includes/languages/english/products_expected.php
+www/%%PORTNAME%%/admin/includes/languages/english/products_price_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/products_to_categories.php
+www/%%PORTNAME%%/admin/includes/languages/english/record_artists.php
+www/%%PORTNAME%%/admin/includes/languages/english/record_company.php
+www/%%PORTNAME%%/admin/includes/languages/english/reviews.php
+www/%%PORTNAME%%/admin/includes/languages/english/salemaker.php
+www/%%PORTNAME%%/admin/includes/languages/english/salemaker_info.php
+www/%%PORTNAME%%/admin/includes/languages/english/salemaker_popup.php
+www/%%PORTNAME%%/admin/includes/languages/english/server_info.php
+www/%%PORTNAME%%/admin/includes/languages/english/specials.php
+www/%%PORTNAME%%/admin/includes/languages/english/sqlpatch.php
+www/%%PORTNAME%%/admin/includes/languages/english/stats_customers.php
+www/%%PORTNAME%%/admin/includes/languages/english/stats_customers_referrals.php
+www/%%PORTNAME%%/admin/includes/languages/english/stats_products_lowstock.php
+www/%%PORTNAME%%/admin/includes/languages/english/stats_products_purchased.php
+www/%%PORTNAME%%/admin/includes/languages/english/stats_products_viewed.php
+www/%%PORTNAME%%/admin/includes/languages/english/store_manager.php
+www/%%PORTNAME%%/admin/includes/languages/english/tax_classes.php
+www/%%PORTNAME%%/admin/includes/languages/english/tax_rates.php
+www/%%PORTNAME%%/admin/includes/languages/english/template_select.php
+www/%%PORTNAME%%/admin/includes/languages/english/whos_online.php
+www/%%PORTNAME%%/admin/includes/languages/english/zones.php
+www/%%PORTNAME%%/admin/includes/local/skip_version_check.ini
+www/%%PORTNAME%%/admin/includes/menu.css
+www/%%PORTNAME%%/admin/includes/menu.js
+www/%%PORTNAME%%/admin/includes/modules/category_product_listing.php
+www/%%PORTNAME%%/admin/includes/modules/copy_to_confirm.php
+www/%%PORTNAME%%/admin/includes/modules/delete_product_confirm.php
+www/%%PORTNAME%%/admin/includes/modules/document_general/collect_info.php
+www/%%PORTNAME%%/admin/includes/modules/document_general/collect_info_metatags.php
+www/%%PORTNAME%%/admin/includes/modules/document_general/preview_info.php
+www/%%PORTNAME%%/admin/includes/modules/document_general/preview_info_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/document_product/collect_info.php
+www/%%PORTNAME%%/admin/includes/modules/document_product/collect_info_metatags.php
+www/%%PORTNAME%%/admin/includes/modules/document_product/preview_info.php
+www/%%PORTNAME%%/admin/includes/modules/document_product/preview_info_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/move_product_confirm.php
+www/%%PORTNAME%%/admin/includes/modules/new_product_preview.php
+www/%%PORTNAME%%/admin/includes/modules/new_product_preview_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/newsletters/newsletter.php
+www/%%PORTNAME%%/admin/includes/modules/newsletters/product_notification.php
+www/%%PORTNAME%%/admin/includes/modules/orders_download.php
+www/%%PORTNAME%%/admin/includes/modules/prod_cat_header_code.php
+www/%%PORTNAME%%/admin/includes/modules/product/collect_info.php
+www/%%PORTNAME%%/admin/includes/modules/product/collect_info_metatags.php
+www/%%PORTNAME%%/admin/includes/modules/product/preview_info.php
+www/%%PORTNAME%%/admin/includes/modules/product/preview_info_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/product_free_shipping/collect_info.php
+www/%%PORTNAME%%/admin/includes/modules/product_free_shipping/collect_info_metatags.php
+www/%%PORTNAME%%/admin/includes/modules/product_free_shipping/preview_info.php
+www/%%PORTNAME%%/admin/includes/modules/product_free_shipping/preview_info_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/collect_info.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/collect_info_metatags.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/copy_to_confirm.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/delete_product_confirm.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/preview_info.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/preview_info_meta_tags.php
+www/%%PORTNAME%%/admin/includes/modules/product_music/update_product.php
+www/%%PORTNAME%%/admin/includes/modules/products_previous_next.php
+www/%%PORTNAME%%/admin/includes/modules/products_previous_next_display.php
+www/%%PORTNAME%%/admin/includes/modules/sidebox_delete_product.php
+www/%%PORTNAME%%/admin/includes/modules/sidebox_move_product.php
+www/%%PORTNAME%%/admin/includes/modules/update_product.php
+www/%%PORTNAME%%/admin/includes/modules/update_product_meta_tags.php
+www/%%PORTNAME%%/admin/includes/nde-basic.css
+www/%%PORTNAME%%/admin/includes/stylesheet.css
+www/%%PORTNAME%%/admin/includes/stylesheet_print.css
+www/%%PORTNAME%%/admin/includes/tld.txt
+www/%%PORTNAME%%/admin/index.php
+www/%%PORTNAME%%/admin/invoice.php
+www/%%PORTNAME%%/admin/languages.php
+www/%%PORTNAME%%/admin/layout_controller.php
+www/%%PORTNAME%%/admin/linkpoint_review.php
+www/%%PORTNAME%%/admin/login.php
+www/%%PORTNAME%%/admin/logoff.php
+www/%%PORTNAME%%/admin/mail.php
+www/%%PORTNAME%%/admin/manufacturers.php
+www/%%PORTNAME%%/admin/media_manager.php
+www/%%PORTNAME%%/admin/media_types.php
+www/%%PORTNAME%%/admin/modules.php
+www/%%PORTNAME%%/admin/music_genre.php
+www/%%PORTNAME%%/admin/newsletters.php
+www/%%PORTNAME%%/admin/option_name.php
+www/%%PORTNAME%%/admin/option_values.php
+www/%%PORTNAME%%/admin/options_name_manager.php
+www/%%PORTNAME%%/admin/options_values_manager.php
+www/%%PORTNAME%%/admin/orders.php
+www/%%PORTNAME%%/admin/orders_status.php
+www/%%PORTNAME%%/admin/packingslip.php
+www/%%PORTNAME%%/admin/password_forgotten.php
+www/%%PORTNAME%%/admin/paypal.php
+www/%%PORTNAME%%/admin/popup_image.php
+www/%%PORTNAME%%/admin/product.php
+www/%%PORTNAME%%/admin/product_free_shipping.php
+www/%%PORTNAME%%/admin/product_music.php
+www/%%PORTNAME%%/admin/product_types.php
+www/%%PORTNAME%%/admin/products_expected.php
+www/%%PORTNAME%%/admin/products_price_manager.php
+www/%%PORTNAME%%/admin/products_to_categories.php
+www/%%PORTNAME%%/admin/record_artists.php
+www/%%PORTNAME%%/admin/record_company.php
+www/%%PORTNAME%%/admin/reviews.php
+www/%%PORTNAME%%/admin/salemaker.php
+www/%%PORTNAME%%/admin/salemaker_info.php
+www/%%PORTNAME%%/admin/salemaker_popup.php
+www/%%PORTNAME%%/admin/server_info.php
+www/%%PORTNAME%%/admin/specials.php
+www/%%PORTNAME%%/admin/sqlpatch.php
+www/%%PORTNAME%%/admin/stats_customers.php
+www/%%PORTNAME%%/admin/stats_customers_referrals.php
+www/%%PORTNAME%%/admin/stats_products_lowstock.php
+www/%%PORTNAME%%/admin/stats_products_purchased.php
+www/%%PORTNAME%%/admin/stats_products_viewed.php
+www/%%PORTNAME%%/admin/store_manager.php
+www/%%PORTNAME%%/admin/tax_classes.php
+www/%%PORTNAME%%/admin/tax_rates.php
+www/%%PORTNAME%%/admin/template_select.php
+www/%%PORTNAME%%/admin/whos_online.php
+www/%%PORTNAME%%/admin/zones.php
+www/%%PORTNAME%%/cache/.htaccess
+www/%%PORTNAME%%/cache/index.php
+www/%%PORTNAME%%/download/.htaccess
+www/%%PORTNAME%%/download/index.html
+www/%%PORTNAME%%/download/ms_word_sample.zip
+www/%%PORTNAME%%/download/pdf_sample.zip
+www/%%PORTNAME%%/download/test.zip
+www/%%PORTNAME%%/download/test2.zip
+www/%%PORTNAME%%/download/unreal.zip
+www/%%PORTNAME%%/editors/.htaccess
+www/%%PORTNAME%%/editors/htmlarea/ChangeLog
+www/%%PORTNAME%%/editors/htmlarea/dialog.js
+www/%%PORTNAME%%/editors/htmlarea/examples/2-areas.cgi
+www/%%PORTNAME%%/editors/htmlarea/examples/2-areas.html
+www/%%PORTNAME%%/editors/htmlarea/examples/context-menu.html
+www/%%PORTNAME%%/editors/htmlarea/examples/core.html
+www/%%PORTNAME%%/editors/htmlarea/examples/css.html
+www/%%PORTNAME%%/editors/htmlarea/examples/custom.css
+www/%%PORTNAME%%/editors/htmlarea/examples/full-page.html
+www/%%PORTNAME%%/editors/htmlarea/examples/fully-loaded.html
+www/%%PORTNAME%%/editors/htmlarea/examples/index.html
+www/%%PORTNAME%%/editors/htmlarea/examples/spell-checker.html
+www/%%PORTNAME%%/editors/htmlarea/examples/table-operations.html
+www/%%PORTNAME%%/editors/htmlarea/examples/test.cgi
+www/%%PORTNAME%%/editors/htmlarea/htmlarea.css
+www/%%PORTNAME%%/editors/htmlarea/htmlarea.js
+www/%%PORTNAME%%/editors/htmlarea/images/ed_about.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_align_center.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_align_justify.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_align_left.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_align_right.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_blank.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_charmap.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_color_bg.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_color_fg.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_copy.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_custom.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_cut.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_delete.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_bold.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_italic.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_strike.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_sub.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_sup.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_format_underline.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_help.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_hr.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_html.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_image.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_indent_less.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_indent_more.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_left_to_right.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_link.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_list_bullet.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_list_num.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_paste.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_redo.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_right_to_left.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_save.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_show_border.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_splitcel.gif
+www/%%PORTNAME%%/editors/htmlarea/images/ed_undo.gif
+www/%%PORTNAME%%/editors/htmlarea/images/fullscreen_maximize.gif
+www/%%PORTNAME%%/editors/htmlarea/images/fullscreen_minimize.gif
+www/%%PORTNAME%%/editors/htmlarea/images/insert_table.gif
+www/%%PORTNAME%%/editors/htmlarea/index.html
+www/%%PORTNAME%%/editors/htmlarea/lang/b5.js
+www/%%PORTNAME%%/editors/htmlarea/lang/cz.js
+www/%%PORTNAME%%/editors/htmlarea/lang/da.js
+www/%%PORTNAME%%/editors/htmlarea/lang/de.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ee.js
+www/%%PORTNAME%%/editors/htmlarea/lang/el.js
+www/%%PORTNAME%%/editors/htmlarea/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/lang/es.js
+www/%%PORTNAME%%/editors/htmlarea/lang/fi.js
+www/%%PORTNAME%%/editors/htmlarea/lang/fr.js
+www/%%PORTNAME%%/editors/htmlarea/lang/gb.js
+www/%%PORTNAME%%/editors/htmlarea/lang/he.js
+www/%%PORTNAME%%/editors/htmlarea/lang/hu.js
+www/%%PORTNAME%%/editors/htmlarea/lang/it.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ja-euc.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ja-jis.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ja-sjis.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ja-utf8.js
+www/%%PORTNAME%%/editors/htmlarea/lang/lt.js
+www/%%PORTNAME%%/editors/htmlarea/lang/lv.js
+www/%%PORTNAME%%/editors/htmlarea/lang/nb.js
+www/%%PORTNAME%%/editors/htmlarea/lang/nl.js
+www/%%PORTNAME%%/editors/htmlarea/lang/no.js
+www/%%PORTNAME%%/editors/htmlarea/lang/pl.js
+www/%%PORTNAME%%/editors/htmlarea/lang/pt_br.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ro.js
+www/%%PORTNAME%%/editors/htmlarea/lang/ru.js
+www/%%PORTNAME%%/editors/htmlarea/lang/se.js
+www/%%PORTNAME%%/editors/htmlarea/lang/si.js
+www/%%PORTNAME%%/editors/htmlarea/lang/vn.js
+www/%%PORTNAME%%/editors/htmlarea/license.txt
+www/%%PORTNAME%%/editors/htmlarea/plugins/CSS/css.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/CSS/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/context-menu.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/lang/de.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/lang/el.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/lang/nl.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/menu.css
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/full-page.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/img/docprop.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/lang/ro.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/popups/docprop.html
+www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/test.html
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/img/spell-check.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/cz.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/da.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/de.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/hu.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/it.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang/ro.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/readme-tech.html
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/spell-check-style.css
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/spell-check-ui.html
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/spell-check-ui.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/spell-checker.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-delete.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-insert-after.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-insert-before.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-merge.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-prop.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/cell-split.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/col-delete.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/col-insert-after.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/col-insert-before.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/col-split.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/row-delete.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/row-insert-above.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/row-insert-under.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/row-prop.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/row-split.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img/table-prop.gif
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/cz.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/da.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/de.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/el.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/en.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/fi.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/hu.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/it.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/nl.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/no.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang/ro.js
+www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/table-operations.js
+www/%%PORTNAME%%/editors/htmlarea/popupdiv.js
+www/%%PORTNAME%%/editors/htmlarea/popups/about.html
+www/%%PORTNAME%%/editors/htmlarea/popups/blank.html
+www/%%PORTNAME%%/editors/htmlarea/popups/custom2.html
+www/%%PORTNAME%%/editors/htmlarea/popups/editor_help.html
+www/%%PORTNAME%%/editors/htmlarea/popups/fullscreen.html
+www/%%PORTNAME%%/editors/htmlarea/popups/insert_image.html
+www/%%PORTNAME%%/editors/htmlarea/popups/insert_table.html
+www/%%PORTNAME%%/editors/htmlarea/popups/link.html
+www/%%PORTNAME%%/editors/htmlarea/popups/old-fullscreen.html
+www/%%PORTNAME%%/editors/htmlarea/popups/old_insert_image.html
+www/%%PORTNAME%%/editors/htmlarea/popups/popup.js
+www/%%PORTNAME%%/editors/htmlarea/popups/select_color.html
+www/%%PORTNAME%%/editors/htmlarea/popupwin.js
+www/%%PORTNAME%%/editors/htmlarea/reference.html
+www/%%PORTNAME%%/editors/htmlarea/release-notes.html
+www/%%PORTNAME%%/editors/index.html
+www/%%PORTNAME%%/email/.htaccess
+www/%%PORTNAME%%/email/email_template_checkout.html
+www/%%PORTNAME%%/email/email_template_contact_us.html
+www/%%PORTNAME%%/email/email_template_coupon.html
+www/%%PORTNAME%%/email/email_template_default.html
+www/%%PORTNAME%%/email/email_template_direct_email.html
+www/%%PORTNAME%%/email/email_template_gv_mail.html
+www/%%PORTNAME%%/email/email_template_gv_queue.html
+www/%%PORTNAME%%/email/email_template_gv_send.html
+www/%%PORTNAME%%/email/email_template_low_stock.html
+www/%%PORTNAME%%/email/email_template_newsletters.html
+www/%%PORTNAME%%/email/email_template_order_status.html
+www/%%PORTNAME%%/email/email_template_password_forgotten.html
+www/%%PORTNAME%%/email/email_template_product_notification.html
+www/%%PORTNAME%%/email/email_template_tell_a_friend.html
+www/%%PORTNAME%%/email/email_template_welcome.html
+www/%%PORTNAME%%/email/gv.gif
+www/%%PORTNAME%%/email/header.jpg
+www/%%PORTNAME%%/email/index.html
+www/%%PORTNAME%%/extras/.htaccess
+www/%%PORTNAME%%/extras/curltester.php
+www/%%PORTNAME%%/extras/htaccess_for_page_not_found_redirects.htaccess
+www/%%PORTNAME%%/extras/index.html
+www/%%PORTNAME%%/extras/ipncheck.php
+www/%%PORTNAME%%/images/.htaccess
+www/%%PORTNAME%%/images/1_small.jpg
+www/%%PORTNAME%%/images/1_small_00.jpg
+www/%%PORTNAME%%/images/1_small_02.jpg
+www/%%PORTNAME%%/images/1_small_03.jpg
+www/%%PORTNAME%%/images/2_small.jpg
+www/%%PORTNAME%%/images/3_small.jpg
+www/%%PORTNAME%%/images/3ds/btn_close_over.gif
+www/%%PORTNAME%%/images/3ds/introducing.gif
+www/%%PORTNAME%%/images/3ds/maestro_logo_sm.gif
+www/%%PORTNAME%%/images/3ds/mastercard_logo_sm.gif
+www/%%PORTNAME%%/images/3ds/mcsc.gif
+www/%%PORTNAME%%/images/3ds/mcsc_learn_more.gif
+www/%%PORTNAME%%/images/3ds/pleasewait.gif
+www/%%PORTNAME%%/images/3ds/secureCode_logo.gif
+www/%%PORTNAME%%/images/3ds/trans.gif
+www/%%PORTNAME%%/images/3ds/vbv.gif
+www/%%PORTNAME%%/images/3ds/vbv_activate_now.gif
+www/%%PORTNAME%%/images/3ds/vbv_header.gif
+www/%%PORTNAME%%/images/3ds/vbv_learn_more.gif
+www/%%PORTNAME%%/images/3ds/vbv_protect_your_visa_card.gif
+www/%%PORTNAME%%/images/3ds/vbv_spacer.gif
+www/%%PORTNAME%%/images/3ds/visa_flag.jpg
+www/%%PORTNAME%%/images/9_small.jpg
+www/%%PORTNAME%%/images/attributes/a_bugs_life_blue.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_brown.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_green.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_orange.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_purple.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_red.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_silver.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_white.gif
+www/%%PORTNAME%%/images/attributes/a_bugs_life_yellow.gif
+www/%%PORTNAME%%/images/attributes/beloved_orange.gif
+www/%%PORTNAME%%/images/attributes/beloved_red.gif
+www/%%PORTNAME%%/images/attributes/beloved_yellow.gif
+www/%%PORTNAME%%/images/attributes/color_blue.gif
+www/%%PORTNAME%%/images/attributes/color_green.gif
+www/%%PORTNAME%%/images/attributes/color_orange.gif
+www/%%PORTNAME%%/images/attributes/color_red.gif
+www/%%PORTNAME%%/images/attributes/color_silver.gif
+www/%%PORTNAME%%/images/attributes/color_yellow.gif
+www/%%PORTNAME%%/images/b_b_grid.gif
+www/%%PORTNAME%%/images/b_c_grid.gif
+www/%%PORTNAME%%/images/b_g_grid.gif
+www/%%PORTNAME%%/images/b_p_grid.gif
+www/%%PORTNAME%%/images/b_w_grid.gif
+www/%%PORTNAME%%/images/banners/125x125_zen_logo.gif
+www/%%PORTNAME%%/images/banners/125zen_logo.gif
+www/%%PORTNAME%%/images/banners/big-book-ad.gif
+www/%%PORTNAME%%/images/banners/bw_zen_88wide.gif
+www/%%PORTNAME%%/images/banners/cardsvcs_468x60.gif
+www/%%PORTNAME%%/images/banners/dvd_movies.jpg
+www/%%PORTNAME%%/images/banners/featured.jpg
+www/%%PORTNAME%%/images/banners/tall-book.gif
+www/%%PORTNAME%%/images/banners/think_anim.gif
+www/%%PORTNAME%%/images/banners/zencart_468_60_02.gif
+www/%%PORTNAME%%/images/call_for_price.jpg
+www/%%PORTNAME%%/images/categories/box_of_color.gif
+www/%%PORTNAME%%/images/categories/category_dvd_movies.gif
+www/%%PORTNAME%%/images/categories/category_free.gif
+www/%%PORTNAME%%/images/categories/category_hardware.gif
+www/%%PORTNAME%%/images/categories/category_software.gif
+www/%%PORTNAME%%/images/categories/gv_25.gif
+www/%%PORTNAME%%/images/categories/subcategory.gif
+www/%%PORTNAME%%/images/categories/subcategory_action.gif
+www/%%PORTNAME%%/images/categories/subcategory_action_games.gif
+www/%%PORTNAME%%/images/categories/subcategory_cartoons.gif
+www/%%PORTNAME%%/images/categories/subcategory_cdrom_drives.gif
+www/%%PORTNAME%%/images/categories/subcategory_comedy.gif
+www/%%PORTNAME%%/images/categories/subcategory_drama.gif
+www/%%PORTNAME%%/images/categories/subcategory_graphic_cards.gif
+www/%%PORTNAME%%/images/categories/subcategory_keyboards.gif
+www/%%PORTNAME%%/images/categories/subcategory_memory.gif
+www/%%PORTNAME%%/images/categories/subcategory_mice.gif
+www/%%PORTNAME%%/images/categories/subcategory_monitors.gif
+www/%%PORTNAME%%/images/categories/subcategory_printers.gif
+www/%%PORTNAME%%/images/categories/subcategory_science_fiction.gif
+www/%%PORTNAME%%/images/categories/subcategory_simulation.gif
+www/%%PORTNAME%%/images/categories/subcategory_speakers.gif
+www/%%PORTNAME%%/images/categories/subcategory_strategy.gif
+www/%%PORTNAME%%/images/categories/subcategory_thriller.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_00.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_01.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_02.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_03.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_04.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_05.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_06.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_07.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_08.gif
+www/%%PORTNAME%%/images/dvd/a_bugs_life_09.gif
+www/%%PORTNAME%%/images/dvd/beloved.gif
+www/%%PORTNAME%%/images/dvd/blade_runner.gif
+www/%%PORTNAME%%/images/dvd/courage_under_fire.gif
+www/%%PORTNAME%%/images/dvd/die_hard_3.gif
+www/%%PORTNAME%%/images/dvd/fire_down_below.gif
+www/%%PORTNAME%%/images/dvd/frantic.gif
+www/%%PORTNAME%%/images/dvd/lethal_weapon.gif
+www/%%PORTNAME%%/images/dvd/no_picture.gif
+www/%%PORTNAME%%/images/dvd/red_corner.gif
+www/%%PORTNAME%%/images/dvd/replacement_killers.gif
+www/%%PORTNAME%%/images/dvd/speed.gif
+www/%%PORTNAME%%/images/dvd/speed_2.gif
+www/%%PORTNAME%%/images/dvd/the_matrix.gif
+www/%%PORTNAME%%/images/dvd/theres_something_about_mary.gif
+www/%%PORTNAME%%/images/dvd/under_siege.gif
+www/%%PORTNAME%%/images/dvd/under_siege2.gif
+www/%%PORTNAME%%/images/dvd/youve_got_mail.gif
+www/%%PORTNAME%%/images/free.gif
+www/%%PORTNAME%%/images/freedown.jpg
+www/%%PORTNAME%%/images/gift_certificates/gv.gif
+www/%%PORTNAME%%/images/gift_certificates/gv_10.gif
+www/%%PORTNAME%%/images/gift_certificates/gv_100.gif
+www/%%PORTNAME%%/images/gift_certificates/gv_25.gif
+www/%%PORTNAME%%/images/gift_certificates/gv_5.gif
+www/%%PORTNAME%%/images/gift_certificates/gv_50.gif
+www/%%PORTNAME%%/images/gt_interactive/disciples.gif
+www/%%PORTNAME%%/images/gt_interactive/unreal_tournament.gif
+www/%%PORTNAME%%/images/gt_interactive/wheel_of_time.gif
+www/%%PORTNAME%%/images/hewlett_packard/lj1100xi.gif
+www/%%PORTNAME%%/images/icons/Amex.gif
+www/%%PORTNAME%%/images/icons/Discover.gif
+www/%%PORTNAME%%/images/icons/Mastercard.gif
+www/%%PORTNAME%%/images/icons/Visa.gif
+www/%%PORTNAME%%/images/index.html
+www/%%PORTNAME%%/images/large/1_small_00_LRG.jpg
+www/%%PORTNAME%%/images/large/1_small_02_LRG.jpg
+www/%%PORTNAME%%/images/large/1_small_03_LRG.jpg
+www/%%PORTNAME%%/images/large/1_small_LRG.jpg
+www/%%PORTNAME%%/images/large/2_small_LRG.jpg
+www/%%PORTNAME%%/images/large/9_small_LRG.jpg
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_00_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_01_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_02_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_03_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_04_LRG.gif.HIDE
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_05_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_06_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_07_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_08_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_09_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/a_bugs_life_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/beloved_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/blade_runner_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/courage_under_fire_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/die_hard_3_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/fire_down_below_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/frantic_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/lethal_weapon_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/red_corner_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/replacement_killers_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/speed_2_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/speed_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/the_matrix_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/theres_something_about_mary_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/under_siege2_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/under_siege_LRG.gif
+www/%%PORTNAME%%/images/large/dvd/youve_got_mail_LRG.gif
+www/%%PORTNAME%%/images/large/e-start-book.gif
+www/%%PORTNAME%%/images/large/microsoft/imexplorer_A37_LRG.gif
+www/%%PORTNAME%%/images/large/microsoft/imexplorer_LRG.gif
+www/%%PORTNAME%%/images/large/microsoft/imexplorer_b3c_LRG.gif
+www/%%PORTNAME%%/images/large/microsoft/imexplorer_jgk_LRG.gif
+www/%%PORTNAME%%/images/large/microsoft/intkeyboardps2_LRG.gif
+www/%%PORTNAME%%/images/large/microsoft/msimpro_LRG.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_canon.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_fox.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_gt_interactive.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_hewlett_packard.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_logitech.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_matrox.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_microsoft.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_sierra.gif
+www/%%PORTNAME%%/images/manufacturers/manufacturer_warner.gif
+www/%%PORTNAME%%/images/matrox/mg200mms.gif
+www/%%PORTNAME%%/images/matrox/mg400-32mb.gif
+www/%%PORTNAME%%/images/medium/dvd/a_bugs_life_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/beloved_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/blade_runner_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/courage_under_fire_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/die_hard_3_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/fire_down_below_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/frantic_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/lethal_weapon_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/red_corner_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/replacement_killers_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/speed_2_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/speed_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/the_matrix_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/theres_something_about_mary_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/under_siege2_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/under_siege_MED.gif
+www/%%PORTNAME%%/images/medium/dvd/youve_got_mail_MED.gif
+www/%%PORTNAME%%/images/medium/microsoft/imexplorer_MED.gif
+www/%%PORTNAME%%/images/medium/microsoft/intkeyboardps2_MED.gif
+www/%%PORTNAME%%/images/medium/microsoft/msimpro_MED.gif
+www/%%PORTNAME%%/images/microsoft/imexplorer.gif
+www/%%PORTNAME%%/images/microsoft/imexplorer_A37.gif
+www/%%PORTNAME%%/images/microsoft/imexplorer_b3c.gif
+www/%%PORTNAME%%/images/microsoft/imexplorer_jgk.gif
+www/%%PORTNAME%%/images/microsoft/intkeyboardps2.gif
+www/%%PORTNAME%%/images/microsoft/msimpro.gif
+www/%%PORTNAME%%/images/no_picture.gif
+www/%%PORTNAME%%/images/pixel_trans.gif
+www/%%PORTNAME%%/images/sample_image.gif
+www/%%PORTNAME%%/images/samples/1_small.jpg
+www/%%PORTNAME%%/images/samples/2_small.jpg
+www/%%PORTNAME%%/images/samples/3_small.jpg
+www/%%PORTNAME%%/images/samples/4_small.jpg
+www/%%PORTNAME%%/images/samples/5_small.jpg
+www/%%PORTNAME%%/images/sierra/swat_3.gif
+www/%%PORTNAME%%/images/small_00.jpg
+www/%%PORTNAME%%/images/sooty.jpg
+www/%%PORTNAME%%/images/test_demo.jpg
+www/%%PORTNAME%%/images/uploads/.htaccess
+www/%%PORTNAME%%/images/waybkgnd.gif
+www/%%PORTNAME%%/includes/.htaccess
+www/%%PORTNAME%%/includes/application_bottom.php
+www/%%PORTNAME%%/includes/application_top.php
+www/%%PORTNAME%%/includes/auto_loaders/config.canonical.php
+www/%%PORTNAME%%/includes/auto_loaders/config.core.php
+www/%%PORTNAME%%/includes/auto_loaders/index.html
+www/%%PORTNAME%%/includes/auto_loaders/overrides/index.html
+www/%%PORTNAME%%/includes/auto_loaders/paypal_ipn.core.php
+www/%%PORTNAME%%/includes/autoload_func.php
+www/%%PORTNAME%%/includes/classes/boxes.php
+www/%%PORTNAME%%/includes/classes/breadcrumb.php
+www/%%PORTNAME%%/includes/classes/cache.php
+www/%%PORTNAME%%/includes/classes/category_tree.php
+www/%%PORTNAME%%/includes/classes/cc_validation.php
+www/%%PORTNAME%%/includes/classes/class.base.php
+www/%%PORTNAME%%/includes/classes/class.notifier.php
+www/%%PORTNAME%%/includes/classes/class.phpbb.php
+www/%%PORTNAME%%/includes/classes/class.phpmailer.php
+www/%%PORTNAME%%/includes/classes/class.smtp.php
+www/%%PORTNAME%%/includes/classes/currencies.php
+www/%%PORTNAME%%/includes/classes/db/mysql/define_queries.php
+www/%%PORTNAME%%/includes/classes/db/mysql/query_factory.php
+www/%%PORTNAME%%/includes/classes/http_client.php
+www/%%PORTNAME%%/includes/classes/language.php
+www/%%PORTNAME%%/includes/classes/message_stack.php
+www/%%PORTNAME%%/includes/classes/navigation_history.php
+www/%%PORTNAME%%/includes/classes/observers/index.html
+www/%%PORTNAME%%/includes/classes/order.php
+www/%%PORTNAME%%/includes/classes/order_total.php
+www/%%PORTNAME%%/includes/classes/payment.php
+www/%%PORTNAME%%/includes/classes/products.php
+www/%%PORTNAME%%/includes/classes/shipping.php
+www/%%PORTNAME%%/includes/classes/shopping_cart.php
+www/%%PORTNAME%%/includes/classes/site_map.php
+www/%%PORTNAME%%/includes/classes/sniffer.php
+www/%%PORTNAME%%/includes/classes/split_page_results.php
+www/%%PORTNAME%%/includes/classes/support/.htaccess
+www/%%PORTNAME%%/includes/classes/support/index.html
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-br.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-ca.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-cz.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-de.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-dk.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-en.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-es.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-fi.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-fo.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-fr.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-hu.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-it.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-ja.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-nl.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-no.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-pl.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-ro.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-ru.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-se.php
+www/%%PORTNAME%%/includes/classes/support/phpmailer.lang-tr.php
+www/%%PORTNAME%%/includes/classes/template_func.php
+www/%%PORTNAME%%/includes/classes/upload.php
+www/%%PORTNAME%%/includes/counter.php
+www/%%PORTNAME%%/includes/database_tables.php
+www/%%PORTNAME%%/includes/extra_cart_actions/index.html
+www/%%PORTNAME%%/includes/extra_configures/email_use_8bit.php
+www/%%PORTNAME%%/includes/extra_configures/enable_error_logging.php
+www/%%PORTNAME%%/includes/extra_configures/media_manager.php
+www/%%PORTNAME%%/includes/extra_configures/pci_patch_13x_search.php
+www/%%PORTNAME%%/includes/extra_configures/security_patch_v138_20080919.php
+www/%%PORTNAME%%/includes/extra_datafiles/linkpoint_api_database_tables.php
+www/%%PORTNAME%%/includes/extra_datafiles/music_type_database_names.php
+www/%%PORTNAME%%/includes/filenames.php
+www/%%PORTNAME%%/includes/form_check.js.php
+www/%%PORTNAME%%/includes/functions/audience.php
+www/%%PORTNAME%%/includes/functions/banner.php
+www/%%PORTNAME%%/includes/functions/compatibility.php
+www/%%PORTNAME%%/includes/functions/extra_functions/index.html
+www/%%PORTNAME%%/includes/functions/featured.php
+www/%%PORTNAME%%/includes/functions/functions_categories.php
+www/%%PORTNAME%%/includes/functions/functions_customers.php
+www/%%PORTNAME%%/includes/functions/functions_email.php
+www/%%PORTNAME%%/includes/functions/functions_ezpages.php
+www/%%PORTNAME%%/includes/functions/functions_general.php
+www/%%PORTNAME%%/includes/functions/functions_gvcoupons.php
+www/%%PORTNAME%%/includes/functions/functions_lookups.php
+www/%%PORTNAME%%/includes/functions/functions_prices.php
+www/%%PORTNAME%%/includes/functions/functions_taxes.php
+www/%%PORTNAME%%/includes/functions/html_output.php
+www/%%PORTNAME%%/includes/functions/password_funcs.php
+www/%%PORTNAME%%/includes/functions/salemaker.php
+www/%%PORTNAME%%/includes/functions/sessions.php
+www/%%PORTNAME%%/includes/functions/specials.php
+www/%%PORTNAME%%/includes/functions/whos_online.php
+www/%%PORTNAME%%/includes/general.js
+www/%%PORTNAME%%/includes/index.html
+www/%%PORTNAME%%/includes/index_filters/default_filter.php
+www/%%PORTNAME%%/includes/index_filters/music_genre_filter.php
+www/%%PORTNAME%%/includes/index_filters/record_company_filter.php
+www/%%PORTNAME%%/includes/init_includes/index.html
+www/%%PORTNAME%%/includes/init_includes/init_add_crumbs.php
+www/%%PORTNAME%%/includes/init_includes/init_canonical.php
+www/%%PORTNAME%%/includes/init_includes/init_cart_handler.php
+www/%%PORTNAME%%/includes/init_includes/init_category_path.php
+www/%%PORTNAME%%/includes/init_includes/init_currencies.php
+www/%%PORTNAME%%/includes/init_includes/init_customer_auth.php
+www/%%PORTNAME%%/includes/init_includes/init_database.php
+www/%%PORTNAME%%/includes/init_includes/init_db_config_read.php
+www/%%PORTNAME%%/includes/init_includes/init_file_db_names.php
+www/%%PORTNAME%%/includes/init_includes/init_general_funcs.php
+www/%%PORTNAME%%/includes/init_includes/init_gzip.php
+www/%%PORTNAME%%/includes/init_includes/init_header.php
+www/%%PORTNAME%%/includes/init_includes/init_ipn_postcfg.php
+www/%%PORTNAME%%/includes/init_includes/init_languages.php
+www/%%PORTNAME%%/includes/init_includes/init_paypal_ipn_sessions.php
+www/%%PORTNAME%%/includes/init_includes/init_sanitize.php
+www/%%PORTNAME%%/includes/init_includes/init_sefu.php
+www/%%PORTNAME%%/includes/init_includes/init_sessions.php
+www/%%PORTNAME%%/includes/init_includes/init_special_funcs.php
+www/%%PORTNAME%%/includes/init_includes/init_templates.php
+www/%%PORTNAME%%/includes/init_includes/init_tlds.php
+www/%%PORTNAME%%/includes/init_includes/overrides/index.html
+www/%%PORTNAME%%/includes/initsystem.php
+www/%%PORTNAME%%/includes/languages/classic/empty.txt
+www/%%PORTNAME%%/includes/languages/english.php
+www/%%PORTNAME%%/includes/languages/english/account.php
+www/%%PORTNAME%%/includes/languages/english/account_edit.php
+www/%%PORTNAME%%/includes/languages/english/account_history.php
+www/%%PORTNAME%%/includes/languages/english/account_history_info.php
+www/%%PORTNAME%%/includes/languages/english/account_newsletters.php
+www/%%PORTNAME%%/includes/languages/english/account_notifications.php
+www/%%PORTNAME%%/includes/languages/english/account_password.php
+www/%%PORTNAME%%/includes/languages/english/address_book.php
+www/%%PORTNAME%%/includes/languages/english/address_book_process.php
+www/%%PORTNAME%%/includes/languages/english/advanced_search.php
+www/%%PORTNAME%%/includes/languages/english/advanced_search_result.php
+www/%%PORTNAME%%/includes/languages/english/button_names.php
+www/%%PORTNAME%%/includes/languages/english/checkout_confirmation.php
+www/%%PORTNAME%%/includes/languages/english/checkout_payment.php
+www/%%PORTNAME%%/includes/languages/english/checkout_payment_address.php
+www/%%PORTNAME%%/includes/languages/english/checkout_process.php
+www/%%PORTNAME%%/includes/languages/english/checkout_shipping.php
+www/%%PORTNAME%%/includes/languages/english/checkout_shipping_address.php
+www/%%PORTNAME%%/includes/languages/english/checkout_success.php
+www/%%PORTNAME%%/includes/languages/english/classic/header.php
+www/%%PORTNAME%%/includes/languages/english/conditions.php
+www/%%PORTNAME%%/includes/languages/english/contact_us.php
+www/%%PORTNAME%%/includes/languages/english/cookie_usage.php
+www/%%PORTNAME%%/includes/languages/english/create_account.php
+www/%%PORTNAME%%/includes/languages/english/create_account_success.php
+www/%%PORTNAME%%/includes/languages/english/credit_cards.php
+www/%%PORTNAME%%/includes/languages/english/customers_authorization.php
+www/%%PORTNAME%%/includes/languages/english/discount_coupon.php
+www/%%PORTNAME%%/includes/languages/english/document_general_info.php
+www/%%PORTNAME%%/includes/languages/english/document_product_info.php
+www/%%PORTNAME%%/includes/languages/english/down_for_maintenance.php
+www/%%PORTNAME%%/includes/languages/english/download.php
+www/%%PORTNAME%%/includes/languages/english/download_time_out.php
+www/%%PORTNAME%%/includes/languages/english/email_extras.php
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/cardinal3dsecure.php
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/classic/empty.txt
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/document_general.php
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/ez_pages_definitions.php
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/product_free_shipping.php
+www/%%PORTNAME%%/includes/languages/english/extra_definitions/product_music.php
+www/%%PORTNAME%%/includes/languages/english/featured_products.php
+www/%%PORTNAME%%/includes/languages/english/gv_faq.php
+www/%%PORTNAME%%/includes/languages/english/gv_redeem.php
+www/%%PORTNAME%%/includes/languages/english/gv_send.php
+www/%%PORTNAME%%/includes/languages/english/header.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_checkout_success.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_conditions.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_contact_us.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_discount_coupon.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_main_page.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_page_2.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_page_3.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_page_4.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_page_not_found.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_privacy.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_shippinginfo.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/classic/define_site_map.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_checkout_success.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_conditions.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_contact_us.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_discount_coupon.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_main_page.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_page_2.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_page_3.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_page_4.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_page_not_found.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_privacy.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_shippinginfo.php
+www/%%PORTNAME%%/includes/languages/english/html_includes/define_site_map.php
+www/%%PORTNAME%%/includes/languages/english/icon_names.php
+www/%%PORTNAME%%/includes/languages/english/images/icon.gif
+www/%%PORTNAME%%/includes/languages/english/index.php
+www/%%PORTNAME%%/includes/languages/english/info_shopping_cart.php
+www/%%PORTNAME%%/includes/languages/english/login.php
+www/%%PORTNAME%%/includes/languages/english/logoff.php
+www/%%PORTNAME%%/includes/languages/english/meta_tags.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/classic/empty.txt
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_cod_fee.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_coupon.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_group_pricing.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_gv.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_loworderfee.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_shipping.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_subtotal.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_tax.php
+www/%%PORTNAME%%/includes/languages/english/modules/order_total/ot_total.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/authorizenet.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/authorizenet_aim.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/authorizenet_echeck.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/classic/empty.txt
+www/%%PORTNAME%%/includes/languages/english/modules/payment/cod.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/freecharger.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/linkpoint_api.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/moneyorder.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/paypal.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/paypaldp.php
+www/%%PORTNAME%%/includes/languages/english/modules/payment/paypalwpp.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/classic/empty.txt
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/flat.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/freeoptions.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/freeshipper.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/item.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/perweightunit.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/storepickup.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/table.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/ups.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/usps.php
+www/%%PORTNAME%%/includes/languages/english/modules/shipping/zones.php
+www/%%PORTNAME%%/includes/languages/english/other_images_names.php
+www/%%PORTNAME%%/includes/languages/english/page_2.php
+www/%%PORTNAME%%/includes/languages/english/page_3.php
+www/%%PORTNAME%%/includes/languages/english/page_4.php
+www/%%PORTNAME%%/includes/languages/english/page_not_found.php
+www/%%PORTNAME%%/includes/languages/english/password_forgotten.php
+www/%%PORTNAME%%/includes/languages/english/popup_coupon_help.php
+www/%%PORTNAME%%/includes/languages/english/popup_cvv_help.php
+www/%%PORTNAME%%/includes/languages/english/popup_search_help.php
+www/%%PORTNAME%%/includes/languages/english/popup_shipping_estimator.php
+www/%%PORTNAME%%/includes/languages/english/privacy.php
+www/%%PORTNAME%%/includes/languages/english/product_free_shipping_info.php
+www/%%PORTNAME%%/includes/languages/english/product_info.php
+www/%%PORTNAME%%/includes/languages/english/product_music_info.php
+www/%%PORTNAME%%/includes/languages/english/product_reviews.php
+www/%%PORTNAME%%/includes/languages/english/product_reviews_info.php
+www/%%PORTNAME%%/includes/languages/english/product_reviews_write.php
+www/%%PORTNAME%%/includes/languages/english/products_all.php
+www/%%PORTNAME%%/includes/languages/english/products_new.php
+www/%%PORTNAME%%/includes/languages/english/reviews.php
+www/%%PORTNAME%%/includes/languages/english/shippinginfo.php
+www/%%PORTNAME%%/includes/languages/english/shopping_cart.php
+www/%%PORTNAME%%/includes/languages/english/site_map.php
+www/%%PORTNAME%%/includes/languages/english/specials.php
+www/%%PORTNAME%%/includes/languages/english/ssl_check.php
+www/%%PORTNAME%%/includes/languages/english/tell_a_friend.php
+www/%%PORTNAME%%/includes/languages/english/time_out.php
+www/%%PORTNAME%%/includes/languages/english/unsubscribe.php
+www/%%PORTNAME%%/includes/languages/english/whos_online.php
+www/%%PORTNAME%%/includes/main_cart_actions.php
+www/%%PORTNAME%%/includes/modules/additional_images.php
+www/%%PORTNAME%%/includes/modules/also_purchased_products.php
+www/%%PORTNAME%%/includes/modules/attributes.php
+www/%%PORTNAME%%/includes/modules/categories_tabs.php
+www/%%PORTNAME%%/includes/modules/category_icon_display.php
+www/%%PORTNAME%%/includes/modules/category_row.php
+www/%%PORTNAME%%/includes/modules/checkout_address_book.php
+www/%%PORTNAME%%/includes/modules/checkout_new_address.php
+www/%%PORTNAME%%/includes/modules/checkout_process.php
+www/%%PORTNAME%%/includes/modules/classic/empty.txt
+www/%%PORTNAME%%/includes/modules/column_left.php
+www/%%PORTNAME%%/includes/modules/column_right.php
+www/%%PORTNAME%%/includes/modules/column_single.php
+www/%%PORTNAME%%/includes/modules/create_account.php
+www/%%PORTNAME%%/includes/modules/debug_blocks/product_info_prices.php
+www/%%PORTNAME%%/includes/modules/debug_blocks/shopping_cart_contents.php
+www/%%PORTNAME%%/includes/modules/downloads.php
+www/%%PORTNAME%%/includes/modules/extra_definitions.php
+www/%%PORTNAME%%/includes/modules/extra_functions.php
+www/%%PORTNAME%%/includes/modules/ezpages_bar_footer.php
+www/%%PORTNAME%%/includes/modules/ezpages_bar_header.php
+www/%%PORTNAME%%/includes/modules/featured_products.php
+www/%%PORTNAME%%/includes/modules/footer.php
+www/%%PORTNAME%%/includes/modules/listing_display_order.php
+www/%%PORTNAME%%/includes/modules/main_product_image.php
+www/%%PORTNAME%%/includes/modules/media_manager.php
+www/%%PORTNAME%%/includes/modules/meta_tags.php
+www/%%PORTNAME%%/includes/modules/new_products.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_cod_fee.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_coupon.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_group_pricing.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_gv.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_loworderfee.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_shipping.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_subtotal.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_tax.php
+www/%%PORTNAME%%/includes/modules/order_total/ot_total.php
+www/%%PORTNAME%%/includes/modules/pages/account/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/account_edit/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_edit/jscript_form_check.php
+www/%%PORTNAME%%/includes/modules/pages/account_history/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_history_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_history_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/account_newsletters/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_newsletters/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/account_notifications/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_password/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/account_password/jscript_form_check.php
+www/%%PORTNAME%%/includes/modules/pages/address_book/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/address_book/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/address_book_process/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/address_book_process/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/address_book_process/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/address_book_process/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/advanced_search/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/advanced_search/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/advanced_search_result/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_confirmation/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_confirmation/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment_address/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment_address/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment_address/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_payment_address/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/checkout_process/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_shipping/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_shipping_address/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_shipping_address/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_shipping_address/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/checkout_shipping_address/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/checkout_success/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/conditions/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/contact_us/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/contact_us/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/cookie_usage/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/create_account/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/create_account/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/create_account/jscript_form_check.php
+www/%%PORTNAME%%/includes/modules/pages/create_account/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/create_account_success/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/customers_authorization/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/discount_coupon/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/document_general_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/document_general_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/document_general_info/jscript_textarea_counter.js
+www/%%PORTNAME%%/includes/modules/pages/document_general_info/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/document_general_info/main_template_vars_product_type.php
+www/%%PORTNAME%%/includes/modules/pages/document_product_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/document_product_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/document_product_info/jscript_textarea_counter.js
+www/%%PORTNAME%%/includes/modules/pages/document_product_info/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/document_product_info/main_template_vars_product_type.php
+www/%%PORTNAME%%/includes/modules/pages/down_for_maintenance/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/download/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/download_time_out/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/featured_products/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/gv_faq/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/gv_redeem/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/gv_send/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/index/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/index/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/info_shopping_cart/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/login/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/login/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/login/jscript_form_check.php
+www/%%PORTNAME%%/includes/modules/pages/login/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/login/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/logoff/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/page/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/page_2/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/page_3/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/page_4/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/page_not_found/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/password_forgotten/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/payer_auth_auth/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/payer_auth_frame/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/payer_auth_verifier/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_attributes_qty_prices/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_attributes_qty_prices/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_coupon_help/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_coupon_help/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_cvv_help/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_cvv_help/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_image/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_image/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_image_additional/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_image_additional/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_search_help/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_search_help/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/popup_shipping_estimator/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/popup_shipping_estimator/jscript_addr_pulldowns.php
+www/%%PORTNAME%%/includes/modules/pages/privacy/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info/jscript_textarea_counter.js
+www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info/main_template_vars_product_type.php
+www/%%PORTNAME%%/includes/modules/pages/product_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/product_info/jscript_textarea_counter.js
+www/%%PORTNAME%%/includes/modules/pages/product_info/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/product_info/main_template_vars_product_type.php
+www/%%PORTNAME%%/includes/modules/pages/product_music_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_music_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/product_music_info/jscript_textarea_counter.js
+www/%%PORTNAME%%/includes/modules/pages/product_music_info/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/product_music_info/main_template_vars_product_type.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews/late_header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews_info/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews_info/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews_write/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/product_reviews_write/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/products_all/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/products_new/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/redirect/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/reviews/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/shippinginfo/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/shopping_cart/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/shopping_cart/jscript_main.php
+www/%%PORTNAME%%/includes/modules/pages/site_map/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/specials/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/specials/main_template_vars.php
+www/%%PORTNAME%%/includes/modules/pages/ssl_check/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/tell_a_friend/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/time_out/header_php.php
+www/%%PORTNAME%%/includes/modules/pages/time_out/on_load_main.js
+www/%%PORTNAME%%/includes/modules/pages/unsubscribe/header_php.php
+www/%%PORTNAME%%/includes/modules/payment/authorizenet.php
+www/%%PORTNAME%%/includes/modules/payment/authorizenet/authorizenet_admin_notification.php
+www/%%PORTNAME%%/includes/modules/payment/authorizenet_aim.php
+www/%%PORTNAME%%/includes/modules/payment/authorizenet_echeck.php
+www/%%PORTNAME%%/includes/modules/payment/cod.php
+www/%%PORTNAME%%/includes/modules/payment/freecharger.php
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api.php
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api/.htaccess
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api/REPLACE_THIS_FILE_WITH_YOUR_KEY_FILE.pem
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api/class.linkpoint_api.php
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api/index.html
+www/%%PORTNAME%%/includes/modules/payment/linkpoint_api/linkpoint_api_admin_notification.php
+www/%%PORTNAME%%/includes/modules/payment/moneyorder.php
+www/%%PORTNAME%%/includes/modules/payment/paypal.php
+www/%%PORTNAME%%/includes/modules/payment/paypal/logs/.htaccess
+www/%%PORTNAME%%/includes/modules/payment/paypal/logs/index.html
+www/%%PORTNAME%%/includes/modules/payment/paypal/paypal_admin_notification.php
+www/%%PORTNAME%%/includes/modules/payment/paypal/paypal_curl.php
+www/%%PORTNAME%%/includes/modules/payment/paypal/paypal_functions.php
+www/%%PORTNAME%%/includes/modules/payment/paypal/paypalwpp_admin_notification.php
+www/%%PORTNAME%%/includes/modules/payment/paypal/tpl_ec_button.php
+www/%%PORTNAME%%/includes/modules/payment/paypaldp.php
+www/%%PORTNAME%%/includes/modules/payment/paypalwpp.php
+www/%%PORTNAME%%/includes/modules/product_listing.php
+www/%%PORTNAME%%/includes/modules/product_listing_alpha_sorter.php
+www/%%PORTNAME%%/includes/modules/product_prev_next.php
+www/%%PORTNAME%%/includes/modules/products_quantity_discounts.php
+www/%%PORTNAME%%/includes/modules/require_languages.php
+www/%%PORTNAME%%/includes/modules/send_or_spend.php
+www/%%PORTNAME%%/includes/modules/shipping/flat.php
+www/%%PORTNAME%%/includes/modules/shipping/freeoptions.php
+www/%%PORTNAME%%/includes/modules/shipping/freeshipper.php
+www/%%PORTNAME%%/includes/modules/shipping/item.php
+www/%%PORTNAME%%/includes/modules/shipping/perweightunit.php
+www/%%PORTNAME%%/includes/modules/shipping/storepickup.php
+www/%%PORTNAME%%/includes/modules/shipping/table.php
+www/%%PORTNAME%%/includes/modules/shipping/ups.php
+www/%%PORTNAME%%/includes/modules/shipping/usps.php
+www/%%PORTNAME%%/includes/modules/shipping/zones.php
+www/%%PORTNAME%%/includes/modules/shipping_estimator.php
+www/%%PORTNAME%%/includes/modules/sideboxes/banner_box.php
+www/%%PORTNAME%%/includes/modules/sideboxes/banner_box2.php
+www/%%PORTNAME%%/includes/modules/sideboxes/banner_box_all.php
+www/%%PORTNAME%%/includes/modules/sideboxes/best_sellers.php
+www/%%PORTNAME%%/includes/modules/sideboxes/categories.php
+www/%%PORTNAME%%/includes/modules/sideboxes/classic/empty.txt
+www/%%PORTNAME%%/includes/modules/sideboxes/currencies.php
+www/%%PORTNAME%%/includes/modules/sideboxes/document_categories.php
+www/%%PORTNAME%%/includes/modules/sideboxes/ezpages.php
+www/%%PORTNAME%%/includes/modules/sideboxes/featured.php
+www/%%PORTNAME%%/includes/modules/sideboxes/information.php
+www/%%PORTNAME%%/includes/modules/sideboxes/languages.php
+www/%%PORTNAME%%/includes/modules/sideboxes/manufacturer_info.php
+www/%%PORTNAME%%/includes/modules/sideboxes/manufacturers.php
+www/%%PORTNAME%%/includes/modules/sideboxes/more_information.php
+www/%%PORTNAME%%/includes/modules/sideboxes/music_genres.php
+www/%%PORTNAME%%/includes/modules/sideboxes/order_history.php
+www/%%PORTNAME%%/includes/modules/sideboxes/product_notifications.php
+www/%%PORTNAME%%/includes/modules/sideboxes/record_companies.php
+www/%%PORTNAME%%/includes/modules/sideboxes/reviews.php
+www/%%PORTNAME%%/includes/modules/sideboxes/search.php
+www/%%PORTNAME%%/includes/modules/sideboxes/search_header.php
+www/%%PORTNAME%%/includes/modules/sideboxes/shopping_cart.php
+www/%%PORTNAME%%/includes/modules/sideboxes/specials.php
+www/%%PORTNAME%%/includes/modules/sideboxes/tell_a_friend.php
+www/%%PORTNAME%%/includes/modules/sideboxes/whats_new.php
+www/%%PORTNAME%%/includes/modules/sideboxes/whos_online.php
+www/%%PORTNAME%%/includes/modules/specials_index.php
+www/%%PORTNAME%%/includes/modules/upcoming_products.php
+www/%%PORTNAME%%/includes/spiders.txt
+www/%%PORTNAME%%/includes/templates/classic/css/CSS_read_me.txt
+www/%%PORTNAME%%/includes/templates/classic/css/print_stylesheet.css
+www/%%PORTNAME%%/includes/templates/classic/css/stylesheet.css
+www/%%PORTNAME%%/includes/templates/classic/css/stylesheet_css_buttons.css
+www/%%PORTNAME%%/includes/templates/classic/images/header_bg.jpg
+www/%%PORTNAME%%/includes/templates/classic/images/logo.gif
+www/%%PORTNAME%%/includes/templates/classic/images/scr_template_default.jpg
+www/%%PORTNAME%%/includes/templates/classic/images/tile_back.gif
+www/%%PORTNAME%%/includes/templates/classic/template_info.php
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_TellAFriend.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_add_address.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_add_selected.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_add_to_cart.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_back.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_buy_now.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_cancel.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_change_address.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_checkout.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_confirm_order.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_confirm_send.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_continue.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_continue_checkout.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_continue_shopping.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_create_account.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_delete.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_delete_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_download.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_goto_prod_details.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_in_cart.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_login.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_logoff.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_more_reviews.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_next.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_ppcheckout.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_prev.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_read_reviews.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_redeem.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_return_to_product_list.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_reviews.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_search.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_send.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_send_a_gift_cert.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_send_another.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_shipping_estimator.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_sold_out.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_sold_out_sm.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_submit.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_tell_a_friend.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_unsubscribe.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_update.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_update_cart.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_view.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/button_write_review.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/small_delete.gif
+www/%%PORTNAME%%/includes/templates/template_default/buttons/english/small_edit.gif
+www/%%PORTNAME%%/includes/templates/template_default/common/html_header.php
+www/%%PORTNAME%%/includes/templates/template_default/common/main_template_vars.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_box_default_left.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_box_default_right.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_box_default_single.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_box_header.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_columnar_display.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_footer.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_header.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_header_test_info.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_list_box_content.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/common/tpl_tabular_display.php
+www/%%PORTNAME%%/includes/templates/template_default/css/CSS_read_me.txt
+www/%%PORTNAME%%/includes/templates/template_default/css/print_stylesheet.css
+www/%%PORTNAME%%/includes/templates/template_default/css/stylesheet.css
+www/%%PORTNAME%%/includes/templates/template_default/css/stylesheet_css_buttons.css
+www/%%PORTNAME%%/includes/templates/template_default/images/always-free-shipping.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/box_products_notifications.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/box_products_notifications_remove.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/box_write_review.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/call_for_prices.jpg
+www/%%PORTNAME%%/includes/templates/template_default/images/customer_authorization.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/down_for_maintenance.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/free.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cart.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc1.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc10.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc2.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc3.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc4.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc5.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc6.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc7.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc8.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cc9.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cvv2amex.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/cvv2visa.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/error.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/icon_status_green.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/icon_status_green_light.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/icon_status_red.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/icon_status_red_light.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/icon_status_yellow.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/shipping_ups.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/shipping_usps.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/small_delete.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/success.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/icons/warning.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/logo.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/pixel_trans.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/scr_template_default.jpg
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_1.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_1_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_2.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_2_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_3.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_3_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_4.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_4_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_5.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/stars_5_small.gif
+www/%%PORTNAME%%/includes/templates/template_default/images/tile_back.jpg
+www/%%PORTNAME%%/includes/templates/template_default/info_shopping_cart/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/jscript/on_load/read_me.txt
+www/%%PORTNAME%%/includes/templates/template_default/jscript/read_me.txt
+www/%%PORTNAME%%/includes/templates/template_default/popup_attributes_qty_prices/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_coupon_help/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_cvv_help/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_image/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_image_additional/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_search_help/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/popup_shipping_estimator/tpl_main_page.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_banner_box.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_banner_box2.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_banner_box_all.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_best_sellers.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_categories.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_currencies.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_document_categories.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_ezpages.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_featured.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_information.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_languages.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_manufacturer_info.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_manufacturers_select.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_more_information.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_music_genres_select.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_no_notifications.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_order_history.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_record_company_select.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_reviews_none.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_reviews_random.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_reviews_write.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_search.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_search_header.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_shopping_cart.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_specials.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_tell_a_friend.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_whats_new.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_whos_online.php
+www/%%PORTNAME%%/includes/templates/template_default/sideboxes/tpl_yes_notifications.php
+www/%%PORTNAME%%/includes/templates/template_default/template_info.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_edit_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_history_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_history_info_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_newsletters_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_notifications_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_account_password_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_address_book_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_address_book_process_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_advanced_search_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_advanced_search_result_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_confirmation_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_payment_address_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_payment_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_shipping_address_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_shipping_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_checkout_success_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_conditions_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_contact_us_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_cookie_usage_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_create_account_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_create_account_success_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_customers_authorization_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_discount_coupon_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_document_general_info_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_document_product_info_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_down_for_maintenance_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_download_time_out_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_ezpages_bar_footer.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_ezpages_bar_header.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_featured_products_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_gv_faq_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_gv_redeem_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_gv_send_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_index_categories.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_index_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_index_product_list.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_info_shopping_cart_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_login_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_logoff_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_message_stack_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_additional_images.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_address_book_details.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_also_purchased_products.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_attributes.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_categories_tabs.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_category_icon_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_category_row.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_checkout_address_book.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_checkout_new_address.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_create_account.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_downloads.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_featured_products.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_listing_display_order.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_main_product_image.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_media_manager.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_order_totals.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_product_listing.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_products_all_listing.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_products_featured_listing.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_products_new_listing.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_products_quantity_discounts.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_send_or_spend.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_shipping_estimator.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_specials_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_upcoming_products.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_modules_whats_new.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_page_2_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_page_3_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_page_4_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_page_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_page_not_found_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_password_forgotten_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_payer_auth_frame_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_popup_image_additional_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_popup_image_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_privacy_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_free_shipping_info_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_info_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_info_noproduct.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_music_info_display.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_reviews_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_reviews_info_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_product_reviews_write_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_products_all_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_products_new_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_products_next_previous.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_reviews_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_shippinginfo_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_shopping_cart_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_site_map_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_specials_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_ssl_check_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_tell_a_friend_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_time_out_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_unsubscribe_default.php
+www/%%PORTNAME%%/includes/templates/template_default/templates/tpl_zc_install_suggested_default.php
+www/%%PORTNAME%%/includes/version.php
+www/%%PORTNAME%%/index.php
+www/%%PORTNAME%%/ipn_main_handler.php
+www/%%PORTNAME%%/license.txt
+www/%%PORTNAME%%/media/.htaccess
+www/%%PORTNAME%%/media/index.html
+www/%%PORTNAME%%/media/thehunter.mp3
+www/%%PORTNAME%%/page_not_found.php
+www/%%PORTNAME%%/pub/.htaccess
+www/%%PORTNAME%%/pub/index.html
+www/%%PORTNAME%%/zc_install/.htaccess
+www/%%PORTNAME%%/zc_install/demo/mysql_demo.sql
+www/%%PORTNAME%%/zc_install/favicon.ico
+www/%%PORTNAME%%/zc_install/includes/admin_configure.php
+www/%%PORTNAME%%/zc_install/includes/application_top.php
+www/%%PORTNAME%%/zc_install/includes/classes/class.installer_version_manager.php
+www/%%PORTNAME%%/zc_install/includes/classes/installer.php
+www/%%PORTNAME%%/zc_install/includes/classes/message_stack.php
+www/%%PORTNAME%%/zc_install/includes/functions/general.php
+www/%%PORTNAME%%/zc_install/includes/functions/sessions.php
+www/%%PORTNAME%%/zc_install/includes/installer_params.php
+www/%%PORTNAME%%/zc_install/includes/languages/english.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/admin_setup.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/config_checkup.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/database_setup.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/database_upgrade.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/finished.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/index.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/inspect.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/license.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/store_setup.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/system_setup.php
+www/%%PORTNAME%%/zc_install/includes/languages/english/time_out.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/admin_setup/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/config_checkup/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/database_setup/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/database_upgrade/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/finished/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/index/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/inspect/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/license/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/store_setup/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/system_setup/header_php.php
+www/%%PORTNAME%%/zc_install/includes/modules/pages/time_out/header_php.php
+www/%%PORTNAME%%/zc_install/includes/phpinfo.php
+www/%%PORTNAME%%/zc_install/includes/store_configure.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/common/html_header.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/common/main_template_vars.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/common/tpl_main_page.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/css/stylesheet.css
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/greencheck.gif
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/redx.gif
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/stop.gif
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/tile_back.jpg
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/transparent.gif
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/yellowcaution.gif
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/images/zen_header_bg.jpg
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/sideboxes/navigation.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/about_zencart.html
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/admin_setup_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/config_checkup_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/database_setup_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/database_upgrade_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/display_errors.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/finished_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/gpl_license.html
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/index_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/inspect_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/license_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/store_setup_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/system_setup_default.php
+www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates/time_out_default.php
+www/%%PORTNAME%%/zc_install/index.php
+www/%%PORTNAME%%/zc_install/popup_help_screen.php
+www/%%PORTNAME%%/zc_install/sql/convert_infopages_to_ezpages.sql
+www/%%PORTNAME%%/zc_install/sql/db_rebuild_autoincrement.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_104_to_111.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_110_to_111.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_110_to_112.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_112_to_113.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_112_to_114.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_114_patch1.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_114_to_120.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_120_to_121.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_121_to_122.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_122_to_123.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_123_to_124.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_124_to_125.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_125_to_126.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_126_to_127.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_127_to_130.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_1301_to_1302.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_1302_to_135.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_130_to_1301.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_135_to_136.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_136_to_137.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_137_to_138.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_upgrade_zencart_138_to_139.sql
+www/%%PORTNAME%%/zc_install/sql/mysql_zencart.sql
+www/%%PORTNAME%%/zc_install/sql/plugins/empty.txt
+www/%%PORTNAME%%/zc_install/techsupp.php
+www/%%PORTNAME%%/zc_install/version.php
+@dirrm www/%%PORTNAME%%/zc_install/sql/plugins
+@dirrm www/%%PORTNAME%%/zc_install/sql
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default/templates
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default/sideboxes
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default/images
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default/css
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default/common
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates/template_default
+@dirrm www/%%PORTNAME%%/zc_install/includes/templates
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/time_out
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/system_setup
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/store_setup
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/license
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/inspect
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/index
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/finished
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/database_upgrade
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/database_setup
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/config_checkup
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages/admin_setup
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules/pages
+@dirrm www/%%PORTNAME%%/zc_install/includes/modules
+@dirrm www/%%PORTNAME%%/zc_install/includes/languages/english
+@dirrm www/%%PORTNAME%%/zc_install/includes/languages
+@dirrm www/%%PORTNAME%%/zc_install/includes/functions
+@dirrm www/%%PORTNAME%%/zc_install/includes/classes
+@dirrm www/%%PORTNAME%%/zc_install/includes
+@dirrm www/%%PORTNAME%%/zc_install/demo
+@dirrm www/%%PORTNAME%%/zc_install
+@dirrm www/%%PORTNAME%%/pub
+@dirrm www/%%PORTNAME%%/media
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/templates
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/sideboxes
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_shipping_estimator
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_search_help
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_image_additional
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_image
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_cvv_help
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_coupon_help
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/popup_attributes_qty_prices
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/jscript/on_load
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/jscript
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/info_shopping_cart
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/images/icons
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/images
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/css
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/common
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/buttons/english
+@dirrm www/%%PORTNAME%%/includes/templates/template_default/buttons
+@dirrm www/%%PORTNAME%%/includes/templates/template_default
+@dirrm www/%%PORTNAME%%/includes/templates/classic/images
+@dirrm www/%%PORTNAME%%/includes/templates/classic/css
+@dirrm www/%%PORTNAME%%/includes/templates/classic
+@dirrm www/%%PORTNAME%%/includes/templates
+@dirrm www/%%PORTNAME%%/includes/modules/sideboxes/classic
+@dirrm www/%%PORTNAME%%/includes/modules/sideboxes
+@dirrm www/%%PORTNAME%%/includes/modules/shipping
+@dirrm www/%%PORTNAME%%/includes/modules/payment/paypal/logs
+@dirrm www/%%PORTNAME%%/includes/modules/payment/paypal
+@dirrm www/%%PORTNAME%%/includes/modules/payment/linkpoint_api
+@dirrm www/%%PORTNAME%%/includes/modules/payment/authorizenet
+@dirrm www/%%PORTNAME%%/includes/modules/payment
+@dirrm www/%%PORTNAME%%/includes/modules/pages/unsubscribe
+@dirrm www/%%PORTNAME%%/includes/modules/pages/time_out
+@dirrm www/%%PORTNAME%%/includes/modules/pages/tell_a_friend
+@dirrm www/%%PORTNAME%%/includes/modules/pages/ssl_check
+@dirrm www/%%PORTNAME%%/includes/modules/pages/specials
+@dirrm www/%%PORTNAME%%/includes/modules/pages/site_map
+@dirrm www/%%PORTNAME%%/includes/modules/pages/shopping_cart
+@dirrm www/%%PORTNAME%%/includes/modules/pages/shippinginfo
+@dirrm www/%%PORTNAME%%/includes/modules/pages/reviews
+@dirrm www/%%PORTNAME%%/includes/modules/pages/redirect
+@dirrm www/%%PORTNAME%%/includes/modules/pages/products_new
+@dirrm www/%%PORTNAME%%/includes/modules/pages/products_all
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_reviews_write
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_reviews_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_reviews
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_music_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/product_free_shipping_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/privacy
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_shipping_estimator
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_search_help
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_image_additional
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_image
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_cvv_help
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_coupon_help
+@dirrm www/%%PORTNAME%%/includes/modules/pages/popup_attributes_qty_prices
+@dirrm www/%%PORTNAME%%/includes/modules/pages/payer_auth_verifier
+@dirrm www/%%PORTNAME%%/includes/modules/pages/payer_auth_frame
+@dirrm www/%%PORTNAME%%/includes/modules/pages/payer_auth_auth
+@dirrm www/%%PORTNAME%%/includes/modules/pages/password_forgotten
+@dirrm www/%%PORTNAME%%/includes/modules/pages/page_not_found
+@dirrm www/%%PORTNAME%%/includes/modules/pages/page_4
+@dirrm www/%%PORTNAME%%/includes/modules/pages/page_3
+@dirrm www/%%PORTNAME%%/includes/modules/pages/page_2
+@dirrm www/%%PORTNAME%%/includes/modules/pages/page
+@dirrm www/%%PORTNAME%%/includes/modules/pages/logoff
+@dirrm www/%%PORTNAME%%/includes/modules/pages/login
+@dirrm www/%%PORTNAME%%/includes/modules/pages/info_shopping_cart
+@dirrm www/%%PORTNAME%%/includes/modules/pages/index
+@dirrm www/%%PORTNAME%%/includes/modules/pages/gv_send
+@dirrm www/%%PORTNAME%%/includes/modules/pages/gv_redeem
+@dirrm www/%%PORTNAME%%/includes/modules/pages/gv_faq
+@dirrm www/%%PORTNAME%%/includes/modules/pages/featured_products
+@dirrm www/%%PORTNAME%%/includes/modules/pages/download_time_out
+@dirrm www/%%PORTNAME%%/includes/modules/pages/download
+@dirrm www/%%PORTNAME%%/includes/modules/pages/down_for_maintenance
+@dirrm www/%%PORTNAME%%/includes/modules/pages/document_product_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/document_general_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/discount_coupon
+@dirrm www/%%PORTNAME%%/includes/modules/pages/customers_authorization
+@dirrm www/%%PORTNAME%%/includes/modules/pages/create_account_success
+@dirrm www/%%PORTNAME%%/includes/modules/pages/create_account
+@dirrm www/%%PORTNAME%%/includes/modules/pages/cookie_usage
+@dirrm www/%%PORTNAME%%/includes/modules/pages/contact_us
+@dirrm www/%%PORTNAME%%/includes/modules/pages/conditions
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_success
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_shipping_address
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_shipping
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_process
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_payment_address
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_payment
+@dirrm www/%%PORTNAME%%/includes/modules/pages/checkout_confirmation
+@dirrm www/%%PORTNAME%%/includes/modules/pages/advanced_search_result
+@dirrm www/%%PORTNAME%%/includes/modules/pages/advanced_search
+@dirrm www/%%PORTNAME%%/includes/modules/pages/address_book_process
+@dirrm www/%%PORTNAME%%/includes/modules/pages/address_book
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_password
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_notifications
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_newsletters
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_history_info
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_history
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account_edit
+@dirrm www/%%PORTNAME%%/includes/modules/pages/account
+@dirrm www/%%PORTNAME%%/includes/modules/pages
+@dirrm www/%%PORTNAME%%/includes/modules/order_total
+@dirrm www/%%PORTNAME%%/includes/modules/debug_blocks
+@dirrm www/%%PORTNAME%%/includes/modules/classic
+@dirrm www/%%PORTNAME%%/includes/modules
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/shipping/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/shipping
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/payment/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/payment
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/order_total/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules/order_total
+@dirrm www/%%PORTNAME%%/includes/languages/english/modules
+@dirrm www/%%PORTNAME%%/includes/languages/english/images
+@dirrm www/%%PORTNAME%%/includes/languages/english/html_includes/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english/html_includes
+@dirrm www/%%PORTNAME%%/includes/languages/english/extra_definitions/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english/extra_definitions
+@dirrm www/%%PORTNAME%%/includes/languages/english/classic
+@dirrm www/%%PORTNAME%%/includes/languages/english
+@dirrm www/%%PORTNAME%%/includes/languages/classic
+@dirrm www/%%PORTNAME%%/includes/languages
+@dirrm www/%%PORTNAME%%/includes/init_includes/overrides
+@dirrm www/%%PORTNAME%%/includes/init_includes
+@dirrm www/%%PORTNAME%%/includes/index_filters
+@dirrm www/%%PORTNAME%%/includes/functions/extra_functions
+@dirrm www/%%PORTNAME%%/includes/functions
+@dirrm www/%%PORTNAME%%/includes/extra_datafiles
+@dirrm www/%%PORTNAME%%/includes/extra_configures
+@dirrm www/%%PORTNAME%%/includes/extra_cart_actions
+@dirrm www/%%PORTNAME%%/includes/classes/support
+@dirrm www/%%PORTNAME%%/includes/classes/observers
+@dirrm www/%%PORTNAME%%/includes/classes/db/mysql
+@dirrm www/%%PORTNAME%%/includes/classes/db
+@dirrm www/%%PORTNAME%%/includes/classes
+@dirrm www/%%PORTNAME%%/includes/auto_loaders/overrides
+@dirrm www/%%PORTNAME%%/includes/auto_loaders
+@dirrmtry www/%%PORTNAME%%/includes
+@dirrmtry www/%%PORTNAME%%/images/uploads
+@dirrm www/%%PORTNAME%%/images/sierra
+@dirrm www/%%PORTNAME%%/images/samples
+@dirrm www/%%PORTNAME%%/images/microsoft
+@dirrm www/%%PORTNAME%%/images/medium/microsoft
+@dirrm www/%%PORTNAME%%/images/medium/dvd
+@dirrm www/%%PORTNAME%%/images/medium
+@dirrm www/%%PORTNAME%%/images/matrox
+@dirrm www/%%PORTNAME%%/images/manufacturers
+@dirrm www/%%PORTNAME%%/images/large/microsoft
+@dirrm www/%%PORTNAME%%/images/large/dvd
+@dirrm www/%%PORTNAME%%/images/large
+@dirrm www/%%PORTNAME%%/images/icons
+@dirrm www/%%PORTNAME%%/images/hewlett_packard
+@dirrm www/%%PORTNAME%%/images/gt_interactive
+@dirrm www/%%PORTNAME%%/images/gift_certificates
+@dirrm www/%%PORTNAME%%/images/dvd
+@dirrm www/%%PORTNAME%%/images/categories
+@dirrm www/%%PORTNAME%%/images/banners
+@dirrm www/%%PORTNAME%%/images/attributes
+@dirrm www/%%PORTNAME%%/images/3ds
+@dirrmtry www/%%PORTNAME%%/images
+@dirrm www/%%PORTNAME%%/extras
+@dirrm www/%%PORTNAME%%/email
+@dirrm www/%%PORTNAME%%/editors/htmlarea/popups
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations/img
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/TableOperations
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker/img
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/SpellChecker
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/popups
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage/img
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/FullPage
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/ContextMenu
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/CSS/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins/CSS
+@dirrm www/%%PORTNAME%%/editors/htmlarea/plugins
+@dirrm www/%%PORTNAME%%/editors/htmlarea/lang
+@dirrm www/%%PORTNAME%%/editors/htmlarea/images
+@dirrm www/%%PORTNAME%%/editors/htmlarea/examples
+@dirrm www/%%PORTNAME%%/editors/htmlarea
+@dirrm www/%%PORTNAME%%/editors
+@dirrm www/%%PORTNAME%%/download
+@dirrm www/%%PORTNAME%%/cache
+@dirrm www/%%PORTNAME%%/admin/includes/modules/product_music
+@dirrm www/%%PORTNAME%%/admin/includes/modules/product_free_shipping
+@dirrm www/%%PORTNAME%%/admin/includes/modules/product
+@dirrm www/%%PORTNAME%%/admin/includes/modules/newsletters
+@dirrm www/%%PORTNAME%%/admin/includes/modules/document_product
+@dirrm www/%%PORTNAME%%/admin/includes/modules/document_general
+@dirrm www/%%PORTNAME%%/admin/includes/modules
+@dirrm www/%%PORTNAME%%/admin/includes/local
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english/modules/newsletters
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english/modules
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english/images/buttons
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english/images
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english/extra_definitions
+@dirrm www/%%PORTNAME%%/admin/includes/languages/english
+@dirrm www/%%PORTNAME%%/admin/includes/languages
+@dirrm www/%%PORTNAME%%/admin/includes/javascript/spiffyCal/images
+@dirrm www/%%PORTNAME%%/admin/includes/javascript/spiffyCal
+@dirrm www/%%PORTNAME%%/admin/includes/javascript
+@dirrm www/%%PORTNAME%%/admin/includes/init_includes/overrides
+@dirrm www/%%PORTNAME%%/admin/includes/init_includes
+@dirrm www/%%PORTNAME%%/admin/includes/graphs
+@dirrm www/%%PORTNAME%%/admin/includes/functions/extra_functions
+@dirrm www/%%PORTNAME%%/admin/includes/functions
+@dirrm www/%%PORTNAME%%/admin/includes/extra_datafiles
+@dirrm www/%%PORTNAME%%/admin/includes/extra_configures
+@dirrm www/%%PORTNAME%%/admin/includes/classes
+@dirrm www/%%PORTNAME%%/admin/includes/boxes/extra_boxes
+@dirrm www/%%PORTNAME%%/admin/includes/boxes
+@dirrm www/%%PORTNAME%%/admin/includes/auto_loaders/overrides
+@dirrm www/%%PORTNAME%%/admin/includes/auto_loaders
+@dirrmtry www/%%PORTNAME%%/admin/includes
+@dirrm www/%%PORTNAME%%/admin/images/icons
+@dirrm www/%%PORTNAME%%/admin/images/graphs
+@dirrm www/%%PORTNAME%%/admin/images
+@dirrmtry www/%%PORTNAME%%/admin/backups
+@dirrmtry www/%%PORTNAME%%/admin
+@dirrmtry www/%%PORTNAME%%
+@dirrm %%EXAMPLESDIR_REL%%/docs
+@dirrm %%EXAMPLESDIR_REL%%
+