File Structure for: Relevant Reflex Com (2).zip Generated on: 2026-02-22 23:42:52 Total Files: 194 Total Folders: 17 ================================================== └── Relevant Reflex Com/ ├── about.php ├── admin-auth.php ├── admin-support.php ├── articles.php ├── assets/ │ ├── css/ │ │ ├── bootstrap.min.css │ │ ├── custom.css │ │ ├── fontawesome.css │ │ ├── fontawesome.min.css │ │ ├── redirect-pages.css │ │ ├── slick-theme.css │ │ ├── slick-theme.min.css │ │ ├── slick.min.css │ │ ├── templatemo.css │ │ └── templatemo.min.css │ ├── img/ │ │ ├── about-hero.svg │ │ ├── ajax-loader.gif │ │ ├── apple-icon.png │ │ ├── banner_img_01.jpg │ │ ├── banner_img_01.png │ │ ├── banner_img_02.jpg │ │ ├── banner_img_03.jpg │ │ ├── brand_01.png │ │ ├── brand_02.png │ │ ├── brand_03.png │ │ ├── brand_04.png │ │ ├── category_img_01.jpg │ │ ├── category_img_02.jpg │ │ ├── category_img_03.jpg │ │ ├── favicon.ico │ │ ├── favicon.png │ │ ├── feature_prod_01.jpg │ │ ├── feature_prod_02.jpg │ │ ├── feature_prod_03.jpg │ │ ├── krea logo - ppt.png │ │ ├── product_single_01.jpg │ │ ├── product_single_02.jpg │ │ ├── product_single_03.jpg │ │ ├── product_single_04.jpg │ │ ├── product_single_05.jpg │ │ ├── product_single_06.jpg │ │ ├── product_single_07.jpg │ │ ├── product_single_08.jpg │ │ ├── product_single_09.jpg │ │ ├── product_single_10.jpg │ │ ├── shop_01.jpg │ │ ├── shop_02.jpg │ │ ├── shop_03.jpg │ │ ├── shop_04.jpg │ │ ├── shop_05.jpg │ │ ├── shop_06.jpg │ │ ├── shop_07.jpg │ │ ├── shop_08.jpg │ │ ├── shop_09.jpg │ │ ├── shop_10.jpg │ │ └── shop_11.jpg │ ├── js/ │ │ ├── bootstrap.bundle.min.js │ │ ├── custom.js │ │ ├── jquery-1.11.0.min.js │ │ ├── jquery-migrate-1.2.1.min.js │ │ ├── slick.min.js │ │ ├── templatemo.js │ │ └── templatemo.min.js │ └── webfonts/ │ ├── fa-brands-400.eot │ ├── fa-brands-400.svg │ ├── fa-brands-400.ttf │ ├── fa-brands-400.woff │ ├── fa-brands-400.woff2 │ ├── fa-regular-400.eot │ ├── fa-regular-400.svg │ ├── fa-regular-400.ttf │ ├── fa-regular-400.woff │ ├── fa-regular-400.woff2 │ ├── fa-solid-900.eot │ ├── fa-solid-900.svg │ ├── fa-solid-900.ttf │ ├── fa-solid-900.woff │ ├── fa-solid-900.woff2 │ ├── slick.eot │ ├── slick.svg │ ├── slick.ttf │ └── slick.woff ├── check-session.php ├── clients/ │ ├── assign-selection-urls.php │ ├── client-config.php │ ├── client-dashboard.php │ ├── client-login.php │ ├── client-portal-footer.php │ ├── client-portal-header.php │ ├── client-session.php │ ├── close-project.php │ ├── create-project.php │ ├── create-selection.php │ ├── data-security.php │ ├── delete-selection.php │ ├── delete-survey-urls.php │ ├── download-redirects.php │ ├── edit-project.php │ ├── estimator.php │ ├── export-batch-urls.php │ ├── export-project-urls.php │ ├── export-project.php │ ├── export-projects.php │ ├── export-selection-urls.php │ ├── export-url-data.php │ ├── feasibility.php │ ├── get-available-samples.php │ ├── get-feasibility-samples.php │ ├── index.php │ ├── invoice-helpers.php │ ├── invoice-pdf.php │ ├── invoices.php │ ├── logout.php │ ├── manage-survey-urls.php │ ├── panel-db-config.php │ ├── privacy-policy.php │ ├── process-survey-urls.php │ ├── projects-list.php │ ├── projects.php │ ├── request-reopen.php │ ├── save-selection.php │ ├── selection-actions.php │ ├── selection-survey-urls.php │ ├── send-invitations.php │ ├── sendgrid-config.php │ ├── setup-password.php │ ├── support.php │ ├── terms-and-conditions.php │ ├── validate-manual-ids.php │ ├── view-batch-urls.php │ ├── view-project.php │ └── view-selection.php ├── close-project-rewards.php ├── config.php ├── contact.php ├── cron/ │ └── timeout-check.php ├── dashboard.php ├── default.php ├── doubts.php ├── email.php ├── errors.log ├── fix-rupee.php ├── forgot-password.php ├── index.php ├── login.php ├── logout.php ├── mobile-verification.php ├── my-surveys.php ├── partner-support-creation.php ├── partners/ │ ├── data-security.php │ ├── data-sync.php │ ├── index.php │ ├── logout.php │ ├── members.php │ ├── partner-config.php │ ├── partner-dashboard.php │ ├── partner-login.php │ ├── partner-session.php │ ├── privacy-policy.php │ ├── redemptions.php │ ├── setup-password.php │ ├── suspended.php │ └── terms.php ├── points-manager.php ├── privacy.php ├── profiler-api.php ├── profiler.php ├── r/ │ ├── index.php │ └── pages/ │ ├── complete.php │ ├── earlyscreenout.php │ ├── latescreenout.php │ ├── partial.php │ ├── quotafull.php │ └── timeout.php ├── redemption.php ├── reset-password.php ├── s/ │ ├── index.php │ ├── on-hold.php │ ├── pages/ │ │ ├── on-hold.php │ │ └── survey-closed.php │ └── survey-closed.php ├── session.php ├── shop-db-config.php ├── signup.php ├── sms-config.php ├── superlog/ │ ├── banner.php │ ├── exit.php │ └── index.php ├── support-upload-helper.php ├── support.php ├── terms.php ├── ticket-guide.php ├── update-ticket-status.php ├── uploads/ │ └── support/ │ └── 2026-02 ├── user-support.php └── verify.php