├── .gitattributes ├── .htaccess ├── .well-known └── pki-validation │ └── 6F2E6FDF97EDB27B256090748243E2DE.txt ├── README.md ├── about.php ├── admin.php ├── assets ├── Viewer.php └── contact.php ├── blog-details.php ├── blog.php ├── contact.php ├── css ├── animate.min.css ├── bootstrap.min.css ├── flaticon.css ├── font-awesome.min.css ├── magnific-popup.css ├── meanmenu.min.css ├── owl.carousel.min.css ├── owl.transitions.css ├── responsive.css └── themify-icons.css ├── design ├── css │ └── styles.min.css ├── img │ ├── bg │ │ ├── abouticon.png │ │ ├── accbalance.jpg │ │ ├── addres.png │ │ ├── certificate.png │ │ ├── deposit-plans.jpg │ │ ├── finance.jpg │ │ ├── footer.png │ │ ├── graph.png │ │ ├── graph2.png │ │ ├── graph3.png │ │ ├── graph4.png │ │ ├── header-acc-lower.png │ │ ├── header-acc.png │ │ ├── header.png │ │ ├── input.png │ │ ├── numb1.png │ │ ├── numb2.png │ │ ├── numbers.png │ │ ├── plans.jpg │ │ ├── ref.png │ │ ├── refblock.jpg │ │ ├── refurl.png │ │ ├── stat1.png │ │ ├── stat2.png │ │ ├── stat3.png │ │ ├── stat4.png │ │ ├── stats.png │ │ ├── step.png │ │ ├── step1.png │ │ ├── step2.png │ │ ├── step3.png │ │ └── video.png │ ├── button │ │ ├── big.html │ │ ├── login.png │ │ ├── plan.png │ │ ├── register.png │ │ └── video.png │ ├── cert.jpg │ ├── favicon.png │ ├── header.png │ ├── icon │ │ ├── about1.png │ │ ├── about2.png │ │ ├── about3.png │ │ ├── about4.png │ │ ├── acc1.png │ │ ├── acc2.png │ │ ├── acc3.png │ │ ├── acc4.png │ │ ├── arrow.png │ │ ├── calc1.png │ │ ├── calc2.png │ │ ├── calc3.png │ │ ├── calc4.png │ │ ├── cert-uk.png │ │ ├── cert.png │ │ ├── check.png │ │ ├── clock.png │ │ ├── dot.png │ │ ├── error.png │ │ ├── fmail.png │ │ ├── fph.png │ │ ├── ftg.png │ │ ├── how.png │ │ ├── lastaccess.png │ │ ├── lastip.png │ │ ├── lock.png │ │ ├── login.png │ │ ├── logout.png │ │ ├── mail.png │ │ ├── ok.png │ │ ├── phone.png │ │ ├── ref-blue.png │ │ ├── ref.png │ │ ├── register.png │ │ ├── rep.png │ │ ├── small-arrow.png │ │ ├── ssl.png │ │ ├── telegram.png │ │ ├── url.png │ │ └── usd.png │ ├── logo-footer.png │ ├── logo-footer1.png │ ├── logo.png │ ├── logo1.png │ ├── pay-big │ │ ├── 18.png │ │ ├── 43.png │ │ ├── 48.png │ │ ├── 68.png │ │ ├── 69.png │ │ ├── 71.png │ │ ├── 77.png │ │ └── 79.png │ ├── pay │ │ ├── 18.png │ │ ├── 43.png │ │ ├── 48.png │ │ ├── 68.png │ │ ├── 69.png │ │ ├── 71.png │ │ ├── 77.png │ │ └── 79.png │ └── step │ │ ├── step1.jpg │ │ ├── step2.jpg │ │ └── step3.jpg ├── js │ ├── calcsum.min.js │ ├── calculator.min.js │ ├── clock.min.js │ ├── jquery.min.js │ └── select │ │ ├── select2.min.css │ │ └── select2.min.js └── video │ ├── video.webm │ └── world.webm ├── error.php ├── error_log ├── faq.php ├── favicon.ico ├── fonts ├── Flaticon.eot ├── Flaticon.svg ├── Flaticon.ttf ├── Flaticon.woff ├── Flaticon.woff2 ├── FontAwesome.otf ├── _flaticon.scss ├── flaticon.css ├── font.ttf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── themify.eot ├── themify.svg ├── themify.ttf └── themify.woff ├── image.zip ├── images ├── 0.gif ├── 1.gif ├── 10.gif ├── 1000.gif ├── 1001.gif ├── 1002.gif ├── 1003.gif ├── 1004.gif ├── 1005.gif ├── 11.gif ├── 12.gif ├── 15.gif ├── 16.gif ├── 17.gif ├── 18.gif ├── 19.gif ├── 2.gif ├── 20.gif ├── 21.gif ├── 22.gif ├── 23.gif ├── 24.gif ├── 26.gif ├── 27.gif ├── 28.gif ├── 29.gif ├── 30.gif ├── 31.gif ├── 34.gif ├── 36.gif ├── 37.gif ├── 38.gif ├── 39.gif ├── 4.gif ├── 41.gif ├── 42.gif ├── 43.gif ├── 44.gif ├── 45.gif ├── 46.gif ├── 47.gif ├── 48.gif ├── 49.gif ├── 5.gif ├── 50.gif ├── 51.gif ├── 52.gif ├── 53.gif ├── 54.gif ├── 55.gif ├── 56.gif ├── 57.gif ├── 58.gif ├── 59.gif ├── 6.gif ├── 61.gif ├── 64.gif ├── 65.gif ├── 67.gif ├── 68.gif ├── 69.gif ├── 7.gif ├── 70.gif ├── 71.gif ├── 72.gif ├── 74.gif ├── 76.gif ├── 77.gif ├── 79.gif ├── 8.gif ├── 80.gif ├── 81.gif.png ├── 82.gif ├── 83.gif ├── 84.gif ├── 9.gif ├── 999.gif ├── adminstyle.css ├── js │ ├── arrow.gif │ ├── cross.gif │ ├── hs.png │ ├── hv.png │ └── jscolor.js ├── q.gif ├── sign.gif ├── top.gif └── ver.gif ├── img ├── about │ ├── ab-icon1.png │ ├── ab-icon2.png │ ├── ab-icon3.png │ ├── ab-icon4.png │ ├── ab.jpg │ ├── e1.png │ ├── h1.png │ ├── h2.png │ ├── h3.png │ ├── layer.png │ └── profile.png ├── background │ ├── bg1.png │ ├── bg2.jpg │ ├── bg4.jpg │ ├── bread.jpg │ ├── bread1.png │ └── footer1.png ├── blog │ ├── avater1.png │ ├── avater2.png │ ├── b1.jpg │ ├── b2.jpg │ ├── b3.jpg │ ├── b4.jpg │ ├── b5.jpg │ ├── b6.jpg │ └── bread1.png ├── brand │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── 4.png │ ├── 5.png │ ├── 6.png │ ├── 7.png │ └── 8.png ├── feature │ └── f2.png ├── icon │ ├── login.png │ ├── m.png │ ├── m1.png │ ├── m2.png │ ├── m3.png │ ├── m4.png │ ├── m5.png │ ├── m6.png │ ├── m7.png │ ├── m8.png │ └── m9.png ├── logo │ ├── favicon.ico │ ├── logo.png │ ├── logo2.png │ ├── map-marker.png │ └── preloader.gif ├── review │ ├── 1.jpg │ ├── 2.jpg │ ├── 3.jpg │ ├── 4.jpg │ ├── 5.jpg │ └── 6.jpg ├── slider │ └── s1.png ├── team │ ├── t1.jpg │ ├── t2.jpg │ ├── t3.jpg │ ├── t4.jpg │ ├── t5.jpg │ ├── t6.jpg │ ├── t7.jpg │ └── t8.jpg └── venubox │ ├── close.gif │ ├── next.gif │ ├── preload-circle.png │ ├── preload-dots.png │ ├── preload-ios.png │ ├── preload-quads.png │ ├── preload.png │ └── prev.gif ├── inc ├── .htaccess └── libs │ ├── Config_File.class.php │ ├── Smarty.class.php │ ├── Smarty_Compiler.class.php │ ├── class.phpmailer.php │ ├── class.smtp.php │ ├── core │ ├── core.assemble_plugin_filepath.php │ ├── core.assign_smarty_interface.php │ ├── core.create_dir_structure.php │ ├── core.display_debug_console.php │ ├── core.get_include_path.php │ ├── core.get_microtime.php │ ├── core.get_php_resource.php │ ├── core.is_secure.php │ ├── core.is_trusted.php │ ├── core.load_plugins.php │ ├── core.load_resource_plugin.php │ ├── core.process_cached_inserts.php │ ├── core.process_compiled_include.php │ ├── core.read_cache_file.php │ ├── core.rm_auto.php │ ├── core.rmdir.php │ ├── core.run_insert_handler.php │ ├── core.smarty_include_php.php │ ├── core.write_cache_file.php │ ├── core.write_compiled_include.php │ ├── core.write_compiled_resource.php │ └── core.write_file.php │ ├── debug.tpl │ ├── plugins │ ├── block.textformat.php │ ├── compiler.assign.php │ ├── function.assign_debug_info.php │ ├── function.config_load.php │ ├── function.counter.php │ ├── function.cycle.php │ ├── function.debug.php │ ├── function.html_checkboxes.php │ ├── function.html_image.php │ ├── function.html_options.php │ ├── function.html_radios.php │ ├── function.html_select_date.php │ ├── function.html_select_time.php │ ├── function.html_table.php │ ├── function.mailto.php │ ├── function.math.php │ ├── function.popup.php │ ├── function.popup_init.php │ ├── modifier.capitalize.php │ ├── modifier.cat.php │ ├── modifier.count_characters.php │ ├── modifier.count_paragraphs.php │ ├── modifier.count_sentences.php │ ├── modifier.count_words.php │ ├── modifier.date_format.php │ ├── modifier.debug_print_var.php │ ├── modifier.default.php │ ├── modifier.escape.php │ ├── modifier.indent.php │ ├── modifier.lower.php │ ├── modifier.myescape.php │ ├── modifier.nl2br.php │ ├── modifier.regex_replace.php │ ├── modifier.replace.php │ ├── modifier.select_language.php │ ├── modifier.spacify.php │ ├── modifier.string_format.php │ ├── modifier.strip.php │ ├── modifier.strip_tags.php │ ├── modifier.truncate.php │ ├── modifier.upper.php │ ├── modifier.wordwrap.php │ ├── outputfilter.trimwhitespace.php │ ├── shared.escape_special_chars.php │ └── shared.make_timestamp.php │ └── smarty3 │ ├── Autoloader.php │ ├── Smarty.class.php │ ├── SmartyBC.class.php │ ├── debug.tpl │ ├── plugins │ ├── block.textformat.php │ ├── function.counter.php │ ├── function.cycle.php │ ├── function.fetch.php │ ├── function.html_checkboxes.php │ ├── function.html_image.php │ ├── function.html_options.php │ ├── function.html_radios.php │ ├── function.html_select_date.php │ ├── function.html_select_time.php │ ├── function.html_table.php │ ├── function.mailto.php │ ├── function.math.php │ ├── modifier.capitalize.php │ ├── modifier.date_format.php │ ├── modifier.debug_print_var.php │ ├── modifier.escape.php │ ├── modifier.myescape.php │ ├── modifier.regex_replace.php │ ├── modifier.replace.php │ ├── modifier.spacify.php │ ├── modifier.truncate.php │ ├── modifiercompiler.cat.php │ ├── modifiercompiler.count_characters.php │ ├── modifiercompiler.count_paragraphs.php │ ├── modifiercompiler.count_sentences.php │ ├── modifiercompiler.count_words.php │ ├── modifiercompiler.default.php │ ├── modifiercompiler.escape.php │ ├── modifiercompiler.from_charset.php │ ├── modifiercompiler.indent.php │ ├── modifiercompiler.lower.php │ ├── modifiercompiler.noprint.php │ ├── modifiercompiler.string_format.php │ ├── modifiercompiler.strip.php │ ├── modifiercompiler.strip_tags.php │ ├── modifiercompiler.to_charset.php │ ├── modifiercompiler.unescape.php │ ├── modifiercompiler.upper.php │ ├── modifiercompiler.wordwrap.php │ ├── outputfilter.trimwhitespace.php │ ├── shared.escape_special_chars.php │ ├── shared.literal_compiler_param.php │ ├── shared.make_timestamp.php │ ├── shared.mb_str_replace.php │ ├── shared.mb_unicode.php │ ├── shared.mb_wordwrap.php │ └── variablefilter.htmlspecialchars.php │ └── sysplugins │ ├── smarty_cacheresource.php │ ├── smarty_cacheresource_custom.php │ ├── smarty_cacheresource_keyvaluestore.php │ ├── smarty_data.php │ ├── smarty_internal_cacheresource_file.php │ ├── smarty_internal_compile_append.php │ ├── smarty_internal_compile_assign.php │ ├── smarty_internal_compile_block.php │ ├── smarty_internal_compile_break.php │ ├── smarty_internal_compile_call.php │ ├── smarty_internal_compile_capture.php │ ├── smarty_internal_compile_config_load.php │ ├── smarty_internal_compile_continue.php │ ├── smarty_internal_compile_debug.php │ ├── smarty_internal_compile_eval.php │ ├── smarty_internal_compile_extends.php │ ├── smarty_internal_compile_for.php │ ├── smarty_internal_compile_foreach.php │ ├── smarty_internal_compile_function.php │ ├── smarty_internal_compile_if.php │ ├── smarty_internal_compile_include.php │ ├── smarty_internal_compile_include_php.php │ ├── smarty_internal_compile_insert.php │ ├── smarty_internal_compile_ldelim.php │ ├── smarty_internal_compile_nocache.php │ ├── smarty_internal_compile_private_block_plugin.php │ ├── smarty_internal_compile_private_function_plugin.php │ ├── smarty_internal_compile_private_modifier.php │ ├── smarty_internal_compile_private_object_block_function.php │ ├── smarty_internal_compile_private_object_function.php │ ├── smarty_internal_compile_private_php.php │ ├── smarty_internal_compile_private_print_expression.php │ ├── smarty_internal_compile_private_registered_block.php │ ├── smarty_internal_compile_private_registered_function.php │ ├── smarty_internal_compile_private_special_variable.php │ ├── smarty_internal_compile_rdelim.php │ ├── smarty_internal_compile_section.php │ ├── smarty_internal_compile_setfilter.php │ ├── smarty_internal_compile_while.php │ ├── smarty_internal_compilebase.php │ ├── smarty_internal_config_file_compiler.php │ ├── smarty_internal_configfilelexer.php │ ├── smarty_internal_configfileparser.php │ ├── smarty_internal_data.php │ ├── smarty_internal_debug.php │ ├── smarty_internal_extension_codeframe.php │ ├── smarty_internal_extension_config.php │ ├── smarty_internal_extension_defaulttemplatehandler.php │ ├── smarty_internal_filter_handler.php │ ├── smarty_internal_function_call_handler.php │ ├── smarty_internal_get_include_path.php │ ├── smarty_internal_nocache_insert.php │ ├── smarty_internal_parsetree.php │ ├── smarty_internal_parsetree_code.php │ ├── smarty_internal_parsetree_dq.php │ ├── smarty_internal_parsetree_dqcontent.php │ ├── smarty_internal_parsetree_tag.php │ ├── smarty_internal_parsetree_template.php │ ├── smarty_internal_parsetree_text.php │ ├── smarty_internal_resource_eval.php │ ├── smarty_internal_resource_extends.php │ ├── smarty_internal_resource_file.php │ ├── smarty_internal_resource_php.php │ ├── smarty_internal_resource_registered.php │ ├── smarty_internal_resource_stream.php │ ├── smarty_internal_resource_string.php │ ├── smarty_internal_smartytemplatecompiler.php │ ├── smarty_internal_template.php │ ├── smarty_internal_templatebase.php │ ├── smarty_internal_templatecompilerbase.php │ ├── smarty_internal_templatelexer.php │ ├── smarty_internal_templateparser.php │ ├── smarty_internal_testinstall.php │ ├── smarty_internal_utility.php │ ├── smarty_internal_write_file.php │ ├── smarty_resource.php │ ├── smarty_resource_custom.php │ ├── smarty_resource_recompiled.php │ ├── smarty_resource_uncompiled.php │ ├── smarty_security.php │ ├── smarty_template_cached.php │ ├── smarty_template_compiled.php │ ├── smarty_template_config.php │ ├── smarty_template_source.php │ ├── smarty_undefined_variable.php │ ├── smarty_variable.php │ ├── smartycompilerexception.php │ └── smartyexception.php ├── incs.zip ├── index.php ├── index.phtml ├── index1.html ├── installon.php ├── js ├── bootstrap.min.js ├── form-validator.min.js ├── jquery.counterup.min.js ├── jquery.meanmenu.js ├── magnific.min.js ├── main.js ├── mapcode.js ├── owl.carousel.min.js ├── plugins.js ├── popper.min.js ├── scrollup.min.js ├── vendor │ ├── jquery-1.12.4.min.js │ └── modernizr-3.5.0.min.js ├── waypoints.js └── wow.min.js ├── login.php ├── logout.php ├── nc_assets ├── css │ └── style.css ├── fonts │ ├── museo-sans-300-italic-webfont.eot │ ├── museo-sans-300-italic-webfont.svg │ ├── museo-sans-300-italic-webfont.ttf │ ├── museo-sans-300-italic-webfont.woff │ ├── museo-sans-300-webfont.eot │ ├── museo-sans-300-webfont.svg │ ├── museo-sans-300-webfont.ttf │ ├── museo-sans-300-webfont.woff │ ├── museo-sans-500-italic-webfont.eot │ ├── museo-sans-500-italic-webfont.svg │ ├── museo-sans-500-italic-webfont.ttf │ ├── museo-sans-500-italic-webfont.woff │ ├── museo-sans-500-webfont.eot │ ├── museo-sans-500-webfont.svg │ ├── museo-sans-500-webfont.ttf │ ├── museo-sans-500-webfont.woff │ ├── museo-sans-700-italic-webfont.eot │ ├── museo-sans-700-italic-webfont.svg │ ├── museo-sans-700-italic-webfont.ttf │ ├── museo-sans-700-italic-webfont.woff │ ├── museo-sans-700-webfont.eot │ ├── museo-sans-700-webfont.svg │ ├── museo-sans-700-webfont.ttf │ └── museo-sans-700-webfont.woff └── img │ ├── featured │ └── 600 │ │ └── ready-to-go.png │ ├── icons │ ├── checkmark-hd.png │ └── icon-info-hd.png │ ├── logos │ └── namecheap-hd.png │ ├── nc-icon │ ├── favicon.ico │ ├── namecheap-icon-114x114.png │ ├── namecheap-icon-120x120.png │ ├── namecheap-icon-144x144.png │ ├── namecheap-icon-152x152.png │ ├── namecheap-icon-57x57.png │ ├── namecheap-icon-72x72.png │ └── namecheap-icon-76x76.png │ └── pictograms │ └── 150 │ ├── browser-red.png │ ├── email-red.png │ ├── news-red.png │ ├── server-red.png │ ├── support-red.png │ └── tools-red.png ├── parking-page.shtml ├── plan.php ├── review.php ├── settings.php ├── signup.php ├── style.css ├── team.php ├── template ├── _common │ ├── images │ │ ├── index.html │ │ └── processors │ │ │ ├── 18.jpg │ │ │ ├── 43.jpg │ │ │ ├── 48.jpg │ │ │ └── index.html │ └── index.html ├── css │ ├── account.css │ ├── ajax-loader.gif │ ├── app │ │ ├── bootstrap.css │ │ └── index.html │ ├── calc.css │ ├── fontello.css │ ├── fonts │ │ ├── glyphicons-halflings-regular-2.html │ │ ├── glyphicons-halflings-regular-3.html │ │ ├── glyphicons-halflings-regular-4.html │ │ ├── glyphicons-halflings-regular.html │ │ ├── glyphicons-halflings-regulard41d.html │ │ └── index.html │ ├── index.html │ ├── slick-theme.css │ ├── slick.css │ └── style.css ├── fonts │ ├── GothamProBlack.woff │ ├── GothamProBold.woff │ ├── GothamProBoldItalic.woff │ ├── GothamProItalic.ttf │ ├── GothamProItalic.woff │ ├── GothamProLight.woff │ ├── GothamProLightItalic.woff │ ├── GothamProMedium.woff │ ├── GothamProRegular.woff │ ├── ProximaNova-Bold.woff │ ├── ProximaNova-BoldIt.ttf │ ├── ProximaNova-BoldIt.woff │ ├── ProximaNova-Extrabld.woff │ ├── ProximaNova-Regular.woff │ ├── ProximaNova-Semibold.woff │ ├── ProximaNovaT-Thin.woff │ ├── font-awesome │ │ ├── css │ │ │ ├── font-awesome.css │ │ │ └── index.html │ │ ├── fonts │ │ │ ├── fontawesome-webfont3e6e.ttf │ │ │ ├── fontawesome-webfont3e6e.woff │ │ │ └── index.html │ │ └── index.html │ ├── fontello5dbd.ttf │ ├── fontello5dbd.woff │ └── index.html ├── images │ ├── about-img.png │ ├── account-bg.jpg │ ├── arrow-left-plan.png │ ├── arrow-right-plan.png │ ├── bit.png │ ├── border-box.png │ ├── cert-img.png │ ├── exch │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ └── 7.png │ ├── favicon.png │ ├── feature-icon-before.png │ ├── flags │ │ └── en.png │ ├── footer-bg.jpg │ ├── footer-page-bg.jpg │ ├── header-bg - Copy.jpg │ ├── header-bg-page.png │ ├── header-bg.jpg │ ├── header-title-arrow.png │ ├── icon-feature-1.png │ ├── icon-feature-2.png │ ├── icon-feature-3.png │ ├── icon-feature-4.png │ ├── icon-reg-hover.png │ ├── icon-reg.png │ ├── icon-stat-1.png │ ├── icon-stat-2.png │ ├── icon-stat-3.png │ ├── icon-stat-4.png │ ├── index.html │ ├── logo-footer.png │ ├── logo.png │ ├── logo.psd │ ├── main-account-bg.png │ ├── main-page-img-left.png │ ├── main1-bg.jpg │ ├── main1-lines.png │ ├── main1-right-img.png │ ├── main1-title-icon.png │ ├── main2-bg-before.png │ ├── main2-bg.png │ ├── main2-text-before.png │ ├── menu-bg.png │ ├── menu-li-devider.png │ ├── oper-middle-bg.png │ ├── opers-title-gradient.png │ ├── plan-bg-select.png │ ├── plan-bg.html │ ├── pm.png │ ├── pr.png │ ├── ref-img.png │ ├── refsys-bg.png │ ├── refsys-devider.png │ ├── sd-b.png │ ├── security-img.png │ ├── stat-day-icon.png │ ├── stat-devider-bg.png │ ├── title-round-line.png │ └── user.png ├── index.html └── js │ ├── account.js │ ├── bootstrap.min.js │ ├── calculator.js │ ├── index.html │ ├── jquery-ui.min.js │ ├── jquery.easypiechart.min.js │ ├── jquery.min.js │ ├── rate.js │ ├── scripts.js │ ├── slick.min.js │ ├── time.js │ └── waypoints.min.js ├── templates ├── .htaccess ├── about.tpl ├── blog-details.tpl ├── blog.tpl ├── common │ ├── footer.tpl │ └── header.tpl ├── contact.tpl ├── error.tpl ├── faq.tpl ├── index.tpl ├── login.tpl ├── plan.tpl ├── review.tpl ├── signup.tpl ├── team.tpl ├── terms.tpl ├── user-deposit.tpl ├── user-info.tpl ├── user-invest.tpl ├── user-notifecations.tpl ├── user-panel.tpl ├── user-transection.tpl └── user-withdraw.tpl ├── terms.php ├── test └── templates_c │ ├── 0042d278cc3157b2b8b9c3e6cdb48eac6988dfb6_0.file.signup.tpl.php │ ├── 0ce4fc14ee58a6239bc893bbdf614b1a16c0b548_0.file.plan.tpl.php │ ├── 308e85a980df4cb70816878fb14f62de3d6556d5_0.file.about.tpl.php │ ├── 321c80e5162c61be47e9a19d35ea9b3deea60ad7_0.file.faq.tpl.php │ ├── 3b9dc044695b0ad5b7ce5003de04448a04621b06_0.file.user-withdraw.tpl.php │ ├── 3d343f5a47ea0a30f2dba91e125b71682cecec56_0.file.faq.tpl.php │ ├── 64dc0f53a42be5b3a7d2ba591c653348a6eeab8a_0.file.login.tpl.php │ ├── 6bc36e245fc80dca168d5704d9b8903a0aa6bdb1_0.file.user-transection.tpl.php │ ├── 7b71024ab5112cec57c4eed198a388aecb87f4ef_0.file.blog.tpl.php │ ├── 7c228962b6ef1eb01bb10094f75862d5a9c912e3_0.file.user-info.tpl.php │ ├── 81a0270564c79ee7a1c4f40d2a5e8bcfac7e3570_0.file.login.tpl.php │ ├── 8c6e1339b73a821ca2a89a7b7e41e1fb4b2318e5_0.file.user-notifecations.tpl.php │ ├── 90093ad09988b466f409a1871733c5589014713e_0.file.index.tpl.php │ ├── 976a0c8acdeda8d515b32237d4c44cbb71af71c5_0.file.user-transection.tpl.php │ ├── 98b5e4b88b83049da71a4ec2e565f562404d2d2a_0.file.footer.tpl.php │ ├── a679c2441bc57cd8a39726a7e94991c3039e7906_0.file.header.tpl.php │ ├── af4238291331e09a409530e66077ce5c4a1f874a_0.file.signup.tpl.php │ ├── c3fd68feebcf374f56fa8614dfe87d40e6028930_0.file.terms.tpl.php │ ├── c4d0da5e3ea0a16bc3cec3dd6461e71e1248b580_0.file.header.tpl.php │ ├── cbe38491410ac581b0dd57f3bf5f72b81159494f_0.file.review.tpl.php │ ├── ce4652425c0dcd99aa6ef297c7247e1ebd047e93_0.file.footer.tpl.php │ ├── d2a7283215737f064285e34a1967920a50fef93d_0.file.user-panel.tpl.php │ ├── df73e7f78a4eecc226660c7e5ddbfda82f4f25de_0.file.user-deposit.tpl.php │ ├── f5803b0f3e8d61ad04d73a3859ce0edb00583d9f_0.file.plan.tpl.php │ ├── f62a2b3e8eaad4f869d1bdb0a22ac2d59fb01f12_0.file.about.tpl.php │ ├── f79f644118207ce4ac1ff071abb9722bff26db67_0.file.contact.tpl.php │ ├── f90be83b235fb03cc225b11607032e9ddd415899_0.file.index.tpl.php │ └── fbe814f74d37871273fb300aa2d9804d73e46860_0.file.user-invest.tpl.php ├── tmpl ├── .htaccess ├── account_main.tpl ├── activate.tpl ├── add_funds.tpl ├── after_registration.tpl ├── after_registration_confirm.tpl ├── calendar.tpl ├── calendar_simple.tpl ├── change_compound.tpl ├── confirm_registration.tpl ├── custom │ ├── about.tpl │ ├── aboutus.tpl │ ├── affiliate.tpl │ ├── example.tpl │ ├── getstarted.tpl │ ├── how.tpl │ ├── lists.tpl │ ├── offer.tpl │ ├── partners.tpl │ └── rateus.tpl ├── deposit.account.confirm.tpl ├── deposit.confirm.tpl ├── deposit.egold.status.tpl ├── deposit.other.confirm.tpl ├── deposit.tpl ├── deposit_history.tpl ├── deposit_list.tpl ├── deposits_exeeded.tpl ├── earning_history.tpl ├── edit_account.tpl ├── edit_account_confirmation.tpl ├── error.tpl ├── exchange.tpl ├── exchange_preview.tpl ├── faq.tpl ├── footer.tpl ├── footer1.tpl ├── footer2.tpl ├── footer3.tpl ├── footer_install.tpl ├── forgot_password.tpl ├── header.tpl ├── header1.tpl ├── header_install.tpl ├── home.tpl ├── index.plans.tpl ├── index_last_add_funds.tpl ├── index_last_deposits.tpl ├── index_last_withdrawals.tpl ├── index_top_investors.tpl ├── index_top_referrals.tpl ├── info_box.tpl ├── install.tpl ├── internal_transfer.tpl ├── invalid_login.tpl ├── invest_page.tpl ├── last10.tpl ├── left.tpl ├── login.tpl ├── login_box.tpl ├── login_redirect.tpl ├── login_tfa.tpl ├── logo.tpl ├── maintenance.tpl ├── members_stats.tpl ├── mfooter.tpl ├── mheader.tpl ├── nav.tpl ├── nav_footer.tpl ├── news.tpl ├── news_box.tpl ├── package_info.tpl ├── paidout.tpl ├── pin_page.tpl ├── ref_plans.tpl ├── referal.links.tpl ├── referals.tpl ├── refs10.tpl ├── reviews.tpl ├── rules.tpl ├── security.tpl ├── signup.tpl ├── stats_box.tpl ├── support.tpl ├── tell_friend.tpl ├── top10.tpl ├── withdraw_principal.tpl ├── withdrawal.tpl └── withdrawal_history.tpl ├── tmpl_c ├── %%268^%%2684379599^header_install.tpl.php ├── %%402^%%4024550907^footer_install.tpl.php ├── %%404^%%404689872^install.tpl.php ├── .htaccess ├── 008c1abd121f90810b859277c9eeaec768d83b1a_0.my.top_referral_earnings.php ├── 01e455cb8e682f08e8ecc74aa01d62ba59fbd70a_0.file.mheader.tpl.php ├── 0453ed260b409956be3e565b79b8f2e8c8e91a1b_0.my.custpages.php ├── 045845ad50e28455d9b10b0c98512a4bc104debf_0.my.expiring_deposits.php ├── 0549cd1931163db2717e003278112c11ea871f47_0.file.calendar.tpl.php ├── 0566ba57c73b51ab1f136ca8d5e8588d0a7ece71_0.my._emailbody_deposit_account_admin_notification.php ├── 09465360dfffca266beb18915fc71e591be10f09_0.file.login_redirect.tpl.php ├── 0af192f6efbb5df2bf440d8d2c10585085d3ab3c_0.my.editaccount_3.php ├── 146815ab215f4e17ad96e6d1456d770a8e9cc641_0.file.header1.tpl.php ├── 149a03afde3d45128ff6011e618bbc263cc3b1ee_0.file.index.plans.tpl.php ├── 158b23d502d0dfd08b52c47153adf2cd28c34e87_0.file.paidout.tpl.php ├── 1722fe02dab74db983b6d5cf3b1add82ab5891cf_0.my.hightcharts.php ├── 1a074042891dbf237270b695d0d19a21ecd9d85d_0.file.how.tpl.php ├── 20287eb473d92061799273215f4ab31f635d6945_0.my.addmember.php ├── 229dc3344d2ed1cb001769c692a9e5384b2c79d0_0.file.members_stats.tpl.php ├── 28feee007bd5591eaca152f770e1a3ee5b43f322_0.my.add_hyip.php ├── 29f79bbda3b9eb8f64bd912522ed9b536f6cc741_0.my.dashboard.php ├── 2ad998acc6f8b0b41039c1469c1fff2bd6e13c0e_0.my.edit_hyip_bottom.php ├── 2c892fe40829fb501a39d7edd974c14c3e051362_0.file.partners.tpl.php ├── 2d0462c079d9bb5a451e7bcfb46b4e495a7729ca_0.file.referals.tpl.php ├── 2fae4a1da6a294210aff0146af5f988eb1a45a46_0.my.admin_menu.php ├── 309e68a236ac245e047a9afa4e213ed93b7f68f1_0.my.auto_pay_settings.php ├── 3343014239e3e2b8908ea06697548cf733a73735_0.my.editaccount_2.php ├── 347a2197333682c4f5c4d8c3e83e6bab7c117e96_0.file.index_top_referrals.tpl.php ├── 349257fbad92bd38ac33c718b057c126817b92e6_0.my._emailbody_registration.php ├── 34da9ecc752bdfa720ff6e701411ad1a8ecbdd38_0.my.admin_css.php ├── 3927e8c926a2c16fb19ab396f4b07ee79b14c302_0.file.signup.tpl.php ├── 397e51cbb3180e814e23de8d4b4eeafb6cb04684_0.my._emailbody_direct_signup_notification.php ├── 3b012329f757277e8af4cee4fa9381b05513bf08_0.file.deposit.confirm.tpl.php ├── 3bd9534807ff7b65596065df987a8276d1411829_0.my.admin_header.php ├── 3c00a3dd05fcd86a579480d75cc2637e718d6187_0.file.index_top_investors.tpl.php ├── 42ad470e336e49151b78560a79512924f17d19cc_0.my.exchange_rates.php ├── 42deb25aa1cf5daab409c1fe3496a80edb2856a6_0.file.top10.tpl.php ├── 45bfeaac971873507e40dc1a5811104600ae365a_0.file.info_box.tpl.php ├── 4641ead4d0c92b1ac0c4f92bc199497bd68cca84_0.my.ext_accounts_blacklist.php ├── 4ca4ea44734a682dad87ddae7b42e09943b71708_0.file.offer.tpl.php ├── 501c1e9cef5989e647cbae9335eea202d7378567_0.my.transactions.php ├── 53ab4b9a469ad6ef41b0de327d74a8cc2bf654d1_0.my.withdrawal_requests.php ├── 550826a1b2fb01b3029cc22ad1a932538efae27b_0.my.ips.php ├── 585a16a8a6e91cb57665a33ceca8110b19eca19c_0.file.referal.links.tpl.php ├── 5c3717451bf89ec4132c71b07b85eea173c6e269_0.file.faq.tpl.php ├── 5ecd5f21ff6f216e9165a442acc3e9b1804e6b40_0.my.seo_links.php ├── 63fb1ab74237a96a66bf53c01a915bb91cfc1fec_0.file.home.tpl.php ├── 646ead2a26e21d71e951bddd80e93ed69df90a29_0.my.user_refs.php ├── 6773a442977830d2c5c7264c23b478d9b881a3e5_0.my._emailbody_2fa_enabled_notification.php ├── 687ca63672b6448dbc2239ad500e08a3e8bad377_0.my.edit_processing.php ├── 699120cf6b26e5108dd053f2a7ee6390464eca57_0.my.edit_hyip.php ├── 6a0d984c05927fc9a34d3a47d97680ddb0165922_0.file.nav.tpl.php ├── 6ad0b9d8a7887daed3c23a5275b7c21e07ad8e07_0.file.deposit.tpl.php ├── 71efbc5efc63f65ee14f7cc51377d51e6080817c_0.my.custpages_edit.php ├── 730fc9b7007cc5b1391123f5f4090392429bd9d1_0.file.forgot_password.tpl.php ├── 734c12760b23e9d0232c60184c4c218d991ea7e7_0.file.deposit_list.tpl.php ├── 76b5430e1858ca8ec54f2271cc7e9da4268250a8_0.file.footer.tpl.php ├── 78af2cbb7369900b936986ee96aa2de43afeb52b_0.file.affiliate.tpl.php ├── 78dbb4e88e25a3efc02866c50c699bc146c0b4d0_0.file.after_registration.tpl.php ├── 7a7afc77c3e12d78d6c2398f0d6af1df9031abf7_0.file.security.tpl.php ├── 7a9fcd0abc3cdac771f5a35c36c428e322ec1ce6_0.file.login_box.tpl.php ├── 7d6c3a3c60c4151def8732c101618f14a2c37e1d_0.file.getstarted.tpl.php ├── 800ac0befae2f18186b642a09942f00ccd5cc564_0.file.footer1.tpl.php ├── 82340bd52cb46df8bd5f09c6abe017ee84ddb5f2_0.my.end_info_table.php ├── 8594f47af68d54b8edf3145e9acca31cd65213d9_0.my._emailbody_change_account.php ├── 862d5ee7d1e3868cf76760c3ba1d904499dde492_0.my.add_transactions.php ├── 8869a59b558fb0f193a1466df597f043f276a22b_0.my.rates.php ├── 8925c8a53ac45b39873a01a9d2fe9553c6be0602_0.my._emailbody_forgot_password.php ├── 8b76ab5cdff577dbf9f02b67bc12bd4273bf43cc_0.my.newsletter.php ├── 93c3aa37e9d22ead0cda05786e1f3539529016d7_0.file.activate.tpl.php ├── 941b8bfbba23da912d6d8d41a069d74f552c66ba_0.file.withdrawal.tpl.php ├── 9485e25143d71077397e90e8274e360a77d57c83_0.file.mfooter.tpl.php ├── 96471ea2fb7795f0d779452ce878330dfac423bc_0.my.editaccount.php ├── 971cc31ac6235654d90df45f02ed3046a63d180c_0.my._emailbody_brute_force_activation.php ├── 973d291f6f5d7d374482e8daf7a3ac0088b3fdae_0.my.news.php ├── 9a4ee625218f3a5f4cc335ddc52be3dea690ac9a_0.my.manage_user_funds.php ├── BTCUSD.rate ├── a28b276244c923f59e28168e3fb3ebe9ad7357e9_0.file.account_main.tpl.php ├── a37f3eac5d2b52a2746ae2de0d89de48e24db61a_0.file.withdraw_principal.tpl.php ├── a8f72a39d6ec945ca151ec1e7144330143d76850_0.my.processings.php ├── ab65ff5e54d6400b0f81737851f75027811aafca_0.file.login.tpl.php ├── b55edbd63c08e6c663b8dfb4b8fd77b46c1679d1_0.file.index_last_withdrawals.tpl.php ├── b7a4ca05990c7be61f0b091b064fcfc6db422e16_0.my.check_ips_access.php ├── b7fc11e292358c7ea8dbb7f724ef65bf19a3351d_0.file.left.tpl.php ├── b9674e6903ba9717ff3871132e871c5d1b545738_0.file.footer3.tpl.php ├── b974a27d59a56a9a3718c710e57fc2163b56efe9_0.file.index_last_add_funds.tpl.php ├── bc91291d3b8803b09d30257b812c855a741cb74f_0.file.news.tpl.php ├── bf09dce9ab28136f27caeb3f6452c5fe27b722a8_0.file.deposit.account.confirm.tpl.php ├── blch_cookie ├── c003e4f286696383e13b702090e6e5889cbfb9dd_0.my.email_templates.php ├── c00a4f5f6e1269a82bbf42d0cc4c847c8ace8fe3_0.file.footer2.tpl.php ├── c1c96949e441e6f659c3bd4ad08539b9083d54f2_0.my.admin_menu_section.php ├── c2b20d3aaeacf873df3ad2515e6faace0f837811_0.my.admin_footer.php ├── c54a961c060d7a321a3fe8317a748b17be1a6939_0.my.user_traffic.php ├── cb57211741dbb57dd22786a6eaea39c65c71d219_0.file.rateus.tpl.php ├── d00238fa58650c64a3075c5be273de7e32db5e8d_0.my.rates_bottom.php ├── d254cc060b8bd567be505483fb5b61ab35a30d34_0.my.user_notices.php ├── d437ea473d90ce8ed980872bca4cf95cadaf6482_0.file.nav_footer.tpl.php ├── d7a8a48c4d3afc2e9a8782bb6730fca8606f61be_0.file.header.tpl.php ├── deec4d33f7e9aded345ced28170822d6eca9babb_0.file.stats_box.tpl.php ├── e0f96617e19f0704f6dd894a81d4c1673fbac001_0.my.add_hyip_bottom.php ├── e25b7f51d74cdc3167f21698525aff5d5a749ddc_0.file.support.tpl.php ├── e28bcb3a922234093b033f71d396fc47c25b0210_0.file.earning_history.tpl.php ├── e3d20f289b0ccb51b335a89fa831634d79a918b4_0.my.security.php ├── e4ecd4d0d760605b8d5b06041f43fb2ce2eb0e29_0.file.about.tpl.php ├── e84ab1d548fc36cfa2bc8a7ec7220b8e5bad3d3b_0.my._emailbody_forgot_password_confirm.php ├── e8f3471a165b9718f0943689359e4fb416ab38ee_0.file.last10.tpl.php ├── f3ee3a3066c8206b176aa7471c3365b02260e5e4_0.my.start_info_table.php ├── f58e13ce6dc09f8841814013f0fbf6cc320db6f6_0.my.maintenance_page.php ├── f799823e2be55f864f76034cf93463c3c147869e_0.file.logo.tpl.php ├── fc359e1bd6a8720f6e4fc886601bb1f683db0394_0.file.edit_account.tpl.php ├── ff91ee57c34af986631ecd1bd7daa2fccfdc44c3_0.file.index_last_deposits.tpl.php ├── ffe110d9711ac11111a73027d2a16a969ce38d97_0.file.rules.tpl.php ├── test └── withdraw-4 ├── user-deposit.php ├── user-info.php ├── user-invest.php ├── user-notifecations.php ├── user-panel.php ├── user-transection.php ├── user-withdraw.php └── well-known.zip /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.htaccess: -------------------------------------------------------------------------------- 1 | RewriteEngine On 2 | 3 | # if there is a query string then redirect 4 | # /index.phtml to /index.php 5 | RewriteCond %{QUERY_STRING} . 6 | RewriteRule ^(?:index\.phtml)?$ /index.php [R,L,NC] 7 | 8 | # redirect landing page to /index.phtml 9 | RewriteRule ^$ /index.phtml [R=302,L] 10 | 11 | #RewriteCond %{QUERY_STRING} ^a=logout($|&) 12 | #RewriteRule ^index\.php$ /index.phtml? [L,R=301] -------------------------------------------------------------------------------- /.well-known/pki-validation/6F2E6FDF97EDB27B256090748243E2DE.txt: -------------------------------------------------------------------------------- 1 | 221C068D32997B4C6A4A54F9BAA70F8753E66D805EF62241AC9C7B3974439966 comodoca.com 62ef9e9302086 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # goldspotfx 2 | PHP encrypted backend 3 | -------------------------------------------------------------------------------- /about.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once('assets/Viewer.php'); 8 | $viewer = new Viewer(); 9 | 10 | $viewer->assign("PAGE_TITLE", "About - Goldspotfx"); 11 | $viewer->display('about.tpl'); -------------------------------------------------------------------------------- /admin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/admin.php -------------------------------------------------------------------------------- /assets/Viewer.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once 'inc/libs/smarty3/SmartyBC.class.php'; 8 | 9 | class Viewer extends SmartyBC 10 | { 11 | /** 12 | * constructor - set the templateDir and compileDir for the Smarty files 13 | */ 14 | function __construct() 15 | { 16 | parent::__construct(); 17 | 18 | $templatesDir = 'templates/'; 19 | $compileDir = 'test/templates_c/'; 20 | 21 | if (!file_exists($compileDir)) { 22 | mkdir($compileDir, 0777, true); 23 | } 24 | $this->setTemplateDir(array($templatesDir)); 25 | $this->setCompileDir($compileDir); 26 | } 27 | } -------------------------------------------------------------------------------- /blog-details.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once('assets/Viewer.php'); 8 | $viewer = new Viewer(); 9 | 10 | $viewer->assign("PAGE_TITLE", "Blog Details - Goldspotfx"); 11 | $viewer->display('blog-details.tpl'); 12 | -------------------------------------------------------------------------------- /blog.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once('assets/Viewer.php'); 8 | $viewer = new Viewer(); 9 | 10 | $viewer->assign("PAGE_TITLE", "Blog - Goldspotfx"); 11 | $viewer->display('blog.tpl'); -------------------------------------------------------------------------------- /contact.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once('assets/Viewer.php'); 8 | $viewer = new Viewer(); 9 | 10 | $viewer->assign("PAGE_TITLE", "Contact us - Goldspotfx"); 11 | $viewer->display('contact.tpl'); 12 | -------------------------------------------------------------------------------- /design/img/bg/abouticon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/abouticon.png -------------------------------------------------------------------------------- /design/img/bg/accbalance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/accbalance.jpg -------------------------------------------------------------------------------- /design/img/bg/addres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/addres.png -------------------------------------------------------------------------------- /design/img/bg/certificate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/certificate.png -------------------------------------------------------------------------------- /design/img/bg/deposit-plans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/deposit-plans.jpg -------------------------------------------------------------------------------- /design/img/bg/finance.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/finance.jpg -------------------------------------------------------------------------------- /design/img/bg/footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/footer.png -------------------------------------------------------------------------------- /design/img/bg/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/graph.png -------------------------------------------------------------------------------- /design/img/bg/graph2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/graph2.png -------------------------------------------------------------------------------- /design/img/bg/graph3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/graph3.png -------------------------------------------------------------------------------- /design/img/bg/graph4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/graph4.png -------------------------------------------------------------------------------- /design/img/bg/header-acc-lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/header-acc-lower.png -------------------------------------------------------------------------------- /design/img/bg/header-acc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/header-acc.png -------------------------------------------------------------------------------- /design/img/bg/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/header.png -------------------------------------------------------------------------------- /design/img/bg/input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/input.png -------------------------------------------------------------------------------- /design/img/bg/numb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/numb1.png -------------------------------------------------------------------------------- /design/img/bg/numb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/numb2.png -------------------------------------------------------------------------------- /design/img/bg/numbers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/numbers.png -------------------------------------------------------------------------------- /design/img/bg/plans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/plans.jpg -------------------------------------------------------------------------------- /design/img/bg/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/ref.png -------------------------------------------------------------------------------- /design/img/bg/refblock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/refblock.jpg -------------------------------------------------------------------------------- /design/img/bg/refurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/refurl.png -------------------------------------------------------------------------------- /design/img/bg/stat1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/stat1.png -------------------------------------------------------------------------------- /design/img/bg/stat2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/stat2.png -------------------------------------------------------------------------------- /design/img/bg/stat3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/stat3.png -------------------------------------------------------------------------------- /design/img/bg/stat4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/stat4.png -------------------------------------------------------------------------------- /design/img/bg/stats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/stats.png -------------------------------------------------------------------------------- /design/img/bg/step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/step.png -------------------------------------------------------------------------------- /design/img/bg/step1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/step1.png -------------------------------------------------------------------------------- /design/img/bg/step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/step2.png -------------------------------------------------------------------------------- /design/img/bg/step3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/step3.png -------------------------------------------------------------------------------- /design/img/bg/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/bg/video.png -------------------------------------------------------------------------------- /design/img/button/big.html: -------------------------------------------------------------------------------- 1 | 2 |
The requested URL /demo22/template/css/fonts/glyphicons-halflings-regular.woff was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/css/fonts/glyphicons-halflings-regular-3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |The requested URL /demo22/template/css/fonts/glyphicons-halflings-regular.ttf was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/css/fonts/glyphicons-halflings-regular-4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |The requested URL /demo22/template/css/fonts/glyphicons-halflings-regular.svg was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/css/fonts/glyphicons-halflings-regular.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |The requested URL /demo22/template/css/fonts/glyphicons-halflings-regular.eot was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/css/fonts/glyphicons-halflings-regulard41d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |The requested URL /demo22/template/css/fonts/glyphicons-halflings-regular.eot was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/css/fonts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/css/fonts/index.html -------------------------------------------------------------------------------- /template/css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/css/index.html -------------------------------------------------------------------------------- /template/fonts/GothamProBlack.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProBlack.woff -------------------------------------------------------------------------------- /template/fonts/GothamProBold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProBold.woff -------------------------------------------------------------------------------- /template/fonts/GothamProBoldItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProBoldItalic.woff -------------------------------------------------------------------------------- /template/fonts/GothamProItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProItalic.ttf -------------------------------------------------------------------------------- /template/fonts/GothamProItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProItalic.woff -------------------------------------------------------------------------------- /template/fonts/GothamProLight.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProLight.woff -------------------------------------------------------------------------------- /template/fonts/GothamProLightItalic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProLightItalic.woff -------------------------------------------------------------------------------- /template/fonts/GothamProMedium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProMedium.woff -------------------------------------------------------------------------------- /template/fonts/GothamProRegular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/GothamProRegular.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNova-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-Bold.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNova-BoldIt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-BoldIt.ttf -------------------------------------------------------------------------------- /template/fonts/ProximaNova-BoldIt.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-BoldIt.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNova-Extrabld.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-Extrabld.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNova-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-Regular.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNova-Semibold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNova-Semibold.woff -------------------------------------------------------------------------------- /template/fonts/ProximaNovaT-Thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/ProximaNovaT-Thin.woff -------------------------------------------------------------------------------- /template/fonts/font-awesome/css/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/font-awesome/css/index.html -------------------------------------------------------------------------------- /template/fonts/font-awesome/fonts/fontawesome-webfont3e6e.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/font-awesome/fonts/fontawesome-webfont3e6e.ttf -------------------------------------------------------------------------------- /template/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/font-awesome/fonts/fontawesome-webfont3e6e.woff -------------------------------------------------------------------------------- /template/fonts/font-awesome/fonts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/font-awesome/fonts/index.html -------------------------------------------------------------------------------- /template/fonts/font-awesome/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/font-awesome/index.html -------------------------------------------------------------------------------- /template/fonts/fontello5dbd.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/fontello5dbd.ttf -------------------------------------------------------------------------------- /template/fonts/fontello5dbd.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/fontello5dbd.woff -------------------------------------------------------------------------------- /template/fonts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/fonts/index.html -------------------------------------------------------------------------------- /template/images/about-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/about-img.png -------------------------------------------------------------------------------- /template/images/account-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/account-bg.jpg -------------------------------------------------------------------------------- /template/images/arrow-left-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/arrow-left-plan.png -------------------------------------------------------------------------------- /template/images/arrow-right-plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/arrow-right-plan.png -------------------------------------------------------------------------------- /template/images/bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/bit.png -------------------------------------------------------------------------------- /template/images/border-box.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/border-box.png -------------------------------------------------------------------------------- /template/images/cert-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/cert-img.png -------------------------------------------------------------------------------- /template/images/exch/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/1.png -------------------------------------------------------------------------------- /template/images/exch/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/2.png -------------------------------------------------------------------------------- /template/images/exch/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/3.png -------------------------------------------------------------------------------- /template/images/exch/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/4.png -------------------------------------------------------------------------------- /template/images/exch/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/5.png -------------------------------------------------------------------------------- /template/images/exch/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/6.png -------------------------------------------------------------------------------- /template/images/exch/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/exch/7.png -------------------------------------------------------------------------------- /template/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/favicon.png -------------------------------------------------------------------------------- /template/images/feature-icon-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/feature-icon-before.png -------------------------------------------------------------------------------- /template/images/flags/en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/flags/en.png -------------------------------------------------------------------------------- /template/images/footer-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/footer-bg.jpg -------------------------------------------------------------------------------- /template/images/footer-page-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/footer-page-bg.jpg -------------------------------------------------------------------------------- /template/images/header-bg - Copy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/header-bg - Copy.jpg -------------------------------------------------------------------------------- /template/images/header-bg-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/header-bg-page.png -------------------------------------------------------------------------------- /template/images/header-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/header-bg.jpg -------------------------------------------------------------------------------- /template/images/header-title-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/header-title-arrow.png -------------------------------------------------------------------------------- /template/images/icon-feature-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-feature-1.png -------------------------------------------------------------------------------- /template/images/icon-feature-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-feature-2.png -------------------------------------------------------------------------------- /template/images/icon-feature-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-feature-3.png -------------------------------------------------------------------------------- /template/images/icon-feature-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-feature-4.png -------------------------------------------------------------------------------- /template/images/icon-reg-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-reg-hover.png -------------------------------------------------------------------------------- /template/images/icon-reg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-reg.png -------------------------------------------------------------------------------- /template/images/icon-stat-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-stat-1.png -------------------------------------------------------------------------------- /template/images/icon-stat-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-stat-2.png -------------------------------------------------------------------------------- /template/images/icon-stat-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-stat-3.png -------------------------------------------------------------------------------- /template/images/icon-stat-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/icon-stat-4.png -------------------------------------------------------------------------------- /template/images/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/index.html -------------------------------------------------------------------------------- /template/images/logo-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/logo-footer.png -------------------------------------------------------------------------------- /template/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/logo.png -------------------------------------------------------------------------------- /template/images/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/logo.psd -------------------------------------------------------------------------------- /template/images/main-account-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main-account-bg.png -------------------------------------------------------------------------------- /template/images/main-page-img-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main-page-img-left.png -------------------------------------------------------------------------------- /template/images/main1-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main1-bg.jpg -------------------------------------------------------------------------------- /template/images/main1-lines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main1-lines.png -------------------------------------------------------------------------------- /template/images/main1-right-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main1-right-img.png -------------------------------------------------------------------------------- /template/images/main1-title-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main1-title-icon.png -------------------------------------------------------------------------------- /template/images/main2-bg-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main2-bg-before.png -------------------------------------------------------------------------------- /template/images/main2-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main2-bg.png -------------------------------------------------------------------------------- /template/images/main2-text-before.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/main2-text-before.png -------------------------------------------------------------------------------- /template/images/menu-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/menu-bg.png -------------------------------------------------------------------------------- /template/images/menu-li-devider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/menu-li-devider.png -------------------------------------------------------------------------------- /template/images/oper-middle-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/oper-middle-bg.png -------------------------------------------------------------------------------- /template/images/opers-title-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/opers-title-gradient.png -------------------------------------------------------------------------------- /template/images/plan-bg-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/plan-bg-select.png -------------------------------------------------------------------------------- /template/images/plan-bg.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |The requested URL /demo22/template/images/plan-bg.png was not found on this server.
7 |Additionally, a 404 Not Found 8 | error was encountered while trying to use an ErrorDocument to handle the request.
9 | 10 | -------------------------------------------------------------------------------- /template/images/pm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/pm.png -------------------------------------------------------------------------------- /template/images/pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/pr.png -------------------------------------------------------------------------------- /template/images/ref-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/ref-img.png -------------------------------------------------------------------------------- /template/images/refsys-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/refsys-bg.png -------------------------------------------------------------------------------- /template/images/refsys-devider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/refsys-devider.png -------------------------------------------------------------------------------- /template/images/sd-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/sd-b.png -------------------------------------------------------------------------------- /template/images/security-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/security-img.png -------------------------------------------------------------------------------- /template/images/stat-day-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/stat-day-icon.png -------------------------------------------------------------------------------- /template/images/stat-devider-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/stat-devider-bg.png -------------------------------------------------------------------------------- /template/images/title-round-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/title-round-line.png -------------------------------------------------------------------------------- /template/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/images/user.png -------------------------------------------------------------------------------- /template/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/index.html -------------------------------------------------------------------------------- /template/js/account.js: -------------------------------------------------------------------------------- 1 | $( window ).resize(function() { 2 | //var size = $(window).height()-150; 3 | //$('.main-account').css({'min-height':size+'px'}); 4 | }); 5 | 6 | $(window).on('load', function () { 7 | //var size = $(window).height()-150; 8 | //$('.main-account').css({'min-height':size+'px'}); 9 | }); 10 | 11 | 12 | $(function(){ 13 | 14 | 15 | }); 16 | 17 | -------------------------------------------------------------------------------- /template/js/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/js/index.html -------------------------------------------------------------------------------- /template/js/rate.js: -------------------------------------------------------------------------------- 1 | // $(function(){ 2 | // getCurr(); 3 | // setInterval( getCurr,30000); 4 | // function getCurr() 5 | // { 6 | // $.get( "https://api.cryptonator.com/api/ticker/btc-usd", function( response ) 7 | // { 8 | // $('.btc-usd').find('.price').html(parseFloat(response.ticker.price).toFixed(2)); 9 | // //$('.btc-usd').find('.price').html(response.ticker.price); 10 | // console.log(response.ticker.change.indexOf('-')); 11 | // if((response.ticker.change.indexOf('-')+1)) 12 | // { 13 | // $('.btc-usd').find('.change').addClass('minus'); 14 | // } 15 | // 16 | // $('.btc-usd').find('.change').html(response.ticker.change); 17 | // }, "json" ); 18 | // } 19 | // }); 20 | // 21 | // 22 | // -------------------------------------------------------------------------------- /templates/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /terms.php: -------------------------------------------------------------------------------- 1 | 4 | * @copyright 2022 - LimitN Technologies pvt limited 5 | */ 6 | 7 | require_once('assets/Viewer.php'); 8 | $viewer = new Viewer(); 9 | 10 | $viewer->assign("PAGE_TITLE", "Terms - Goldspotfx"); 11 | $viewer->display('terms.tpl'); 12 | -------------------------------------------------------------------------------- /tmpl/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /tmpl/activate.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | {if $activated == 0} 4 | Account not activated