File Structure for: RR com.zip Generated on: 2026-04-18 07:33:12 Total Files: 158 Total Folders: 19 ================================================== └── RR com/ ├── about.php ├── admin-auth.php ├── admin-support.php ├── articles/ │ ├── 5-ways-maximize-survey-earnings.php │ ├── best-paid-survey-sites-india.php │ ├── best-survey-platforms-indian-users.php │ ├── complete-guide-survey-beginners-india.php │ ├── earn-money-online-surveys-india-guide.php │ ├── how-to-identify-genuine-survey-websites.php │ ├── online-surveys-india-housewives.php │ ├── online-surveys-india-students.php │ ├── paid-surveys-india-earning-potential.php │ ├── realistic-earning-expectations-surveys-india.php │ ├── relevant-reflex-review-legit.php │ └── time-management-tips-survey-takers.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 │ ├── 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 ├── 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 │ ├── forgot-password.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 │ ├── reset-password.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 │ ├── update-selection-quota.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 ├── disclaimer.php ├── doubts.php ├── email.php ├── errors.log ├── fix-rupee.php ├── forgot-password.php ├── google7106e441233c8b50.html ├── gtag.php ├── index.php ├── isec-helper.php ├── login.php ├── logout.php ├── mobile-verification.php ├── my-surveys.php ├── partner-support-creation.php ├── partners/ │ ├── data-security.php │ ├── data-sync.php │ ├── forgot-password.php │ ├── index.php │ ├── logout.php │ ├── members.php │ ├── partner-config.php │ ├── partner-dashboard.php │ ├── partner-login.php │ ├── partner-session.php │ ├── privacy-policy.php │ ├── redemptions.php │ ├── reset-password.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 ├── referral.php ├── reset-password.php ├── robots.txt ├── s/ │ ├── index.php │ ├── on-hold.php │ ├── pages/ │ │ ├── on-hold.php │ │ └── survey-closed.php │ └── survey-closed.php ├── session.php ├── shop-db-config.php ├── signup.php ├── sitemap.xml ├── 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 │ └── 2026-03 ├── user-support.php └── verify.php