├── .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 | 404 Not Found 3 | 4 |

404 Not Found

5 |
nginx/1.6.2
6 | 7 | 8 | -------------------------------------------------------------------------------- /design/img/button/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/button/login.png -------------------------------------------------------------------------------- /design/img/button/plan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/button/plan.png -------------------------------------------------------------------------------- /design/img/button/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/button/register.png -------------------------------------------------------------------------------- /design/img/button/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/button/video.png -------------------------------------------------------------------------------- /design/img/cert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/cert.jpg -------------------------------------------------------------------------------- /design/img/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/favicon.png -------------------------------------------------------------------------------- /design/img/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/header.png -------------------------------------------------------------------------------- /design/img/icon/about1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/about1.png -------------------------------------------------------------------------------- /design/img/icon/about2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/about2.png -------------------------------------------------------------------------------- /design/img/icon/about3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/about3.png -------------------------------------------------------------------------------- /design/img/icon/about4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/about4.png -------------------------------------------------------------------------------- /design/img/icon/acc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/acc1.png -------------------------------------------------------------------------------- /design/img/icon/acc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/acc2.png -------------------------------------------------------------------------------- /design/img/icon/acc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/acc3.png -------------------------------------------------------------------------------- /design/img/icon/acc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/acc4.png -------------------------------------------------------------------------------- /design/img/icon/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/arrow.png -------------------------------------------------------------------------------- /design/img/icon/calc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/calc1.png -------------------------------------------------------------------------------- /design/img/icon/calc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/calc2.png -------------------------------------------------------------------------------- /design/img/icon/calc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/calc3.png -------------------------------------------------------------------------------- /design/img/icon/calc4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/calc4.png -------------------------------------------------------------------------------- /design/img/icon/cert-uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/cert-uk.png -------------------------------------------------------------------------------- /design/img/icon/cert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/cert.png -------------------------------------------------------------------------------- /design/img/icon/check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/check.png -------------------------------------------------------------------------------- /design/img/icon/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/clock.png -------------------------------------------------------------------------------- /design/img/icon/dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/dot.png -------------------------------------------------------------------------------- /design/img/icon/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/error.png -------------------------------------------------------------------------------- /design/img/icon/fmail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/fmail.png -------------------------------------------------------------------------------- /design/img/icon/fph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/fph.png -------------------------------------------------------------------------------- /design/img/icon/ftg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/ftg.png -------------------------------------------------------------------------------- /design/img/icon/how.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/how.png -------------------------------------------------------------------------------- /design/img/icon/lastaccess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/lastaccess.png -------------------------------------------------------------------------------- /design/img/icon/lastip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/lastip.png -------------------------------------------------------------------------------- /design/img/icon/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/lock.png -------------------------------------------------------------------------------- /design/img/icon/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/login.png -------------------------------------------------------------------------------- /design/img/icon/logout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/logout.png -------------------------------------------------------------------------------- /design/img/icon/mail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/mail.png -------------------------------------------------------------------------------- /design/img/icon/ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/ok.png -------------------------------------------------------------------------------- /design/img/icon/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/phone.png -------------------------------------------------------------------------------- /design/img/icon/ref-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/ref-blue.png -------------------------------------------------------------------------------- /design/img/icon/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/ref.png -------------------------------------------------------------------------------- /design/img/icon/register.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/register.png -------------------------------------------------------------------------------- /design/img/icon/rep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/rep.png -------------------------------------------------------------------------------- /design/img/icon/small-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/small-arrow.png -------------------------------------------------------------------------------- /design/img/icon/ssl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/ssl.png -------------------------------------------------------------------------------- /design/img/icon/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/telegram.png -------------------------------------------------------------------------------- /design/img/icon/url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/url.png -------------------------------------------------------------------------------- /design/img/icon/usd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/icon/usd.png -------------------------------------------------------------------------------- /design/img/logo-footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/logo-footer.png -------------------------------------------------------------------------------- /design/img/logo-footer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/logo-footer1.png -------------------------------------------------------------------------------- /design/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/logo.png -------------------------------------------------------------------------------- /design/img/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/logo1.png -------------------------------------------------------------------------------- /design/img/pay-big/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/18.png -------------------------------------------------------------------------------- /design/img/pay-big/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/43.png -------------------------------------------------------------------------------- /design/img/pay-big/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/48.png -------------------------------------------------------------------------------- /design/img/pay-big/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/68.png -------------------------------------------------------------------------------- /design/img/pay-big/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/69.png -------------------------------------------------------------------------------- /design/img/pay-big/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/71.png -------------------------------------------------------------------------------- /design/img/pay-big/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/77.png -------------------------------------------------------------------------------- /design/img/pay-big/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay-big/79.png -------------------------------------------------------------------------------- /design/img/pay/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/18.png -------------------------------------------------------------------------------- /design/img/pay/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/43.png -------------------------------------------------------------------------------- /design/img/pay/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/48.png -------------------------------------------------------------------------------- /design/img/pay/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/68.png -------------------------------------------------------------------------------- /design/img/pay/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/69.png -------------------------------------------------------------------------------- /design/img/pay/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/71.png -------------------------------------------------------------------------------- /design/img/pay/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/77.png -------------------------------------------------------------------------------- /design/img/pay/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/pay/79.png -------------------------------------------------------------------------------- /design/img/step/step1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/step/step1.jpg -------------------------------------------------------------------------------- /design/img/step/step2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/step/step2.jpg -------------------------------------------------------------------------------- /design/img/step/step3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/img/step/step3.jpg -------------------------------------------------------------------------------- /design/js/calcsum.min.js: -------------------------------------------------------------------------------- 1 | function calctrue1(){document.getElementById("plancalc").value=1,document.getElementById("new_Sum").value=20}function calctrue2(){document.getElementById("plancalc").value=2,document.getElementById("new_Sum").value=1e3}function calctrue3(){document.getElementById("plancalc").value=3,document.getElementById("new_Sum").value=5e3}function calctrue4(){document.getElementById("plancalc").value=4,document.getElementById("new_Sum").value=2e4}function calctrue5(){document.getElementById("plancalc").value=5,document.getElementById("new_Sum").value=5e4}function calctrue6(){document.getElementById("plancalc").value=6,document.getElementById("new_Sum").value=5e4}function calctrue7(){document.getElementById("plancalc").value=7,document.getElementById("new_Sum").value=2e4}function calctrue8(){document.getElementById("plancalc").value=8,document.getElementById("new_Sum").value=1e4}function calctrue9(){document.getElementById("plancalc").value=9,document.getElementById("new_Sum").value=5e3}function calctrue10(){document.getElementById("plancalc").value=10,document.getElementById("new_Sum").value=100} -------------------------------------------------------------------------------- /design/js/clock.min.js: -------------------------------------------------------------------------------- 1 | function GetClock(){var e=new Date,t=e.toGMTString();t=t.substr(0,t.length-3),e.setTime(Date.parse(t)),e.setHours(e.getHours()+2);e.getDay();var n=e.getMonth(),a=e.getDate(),o=e.getYear();o<1e3&&(o+=1900);var r=e.getHours(),d=e.getMinutes(),s=e.getSeconds();s<=9&&(s="0"+s),d<=9&&(d="0"+d),document.getElementById("clocktime").innerHTML=r+":"+d+":"+s,document.getElementById("clockdate").innerHTML=a+" "+tmonth[n]+" 2020"}tday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"),tmonth=new Array("JAN","FEB","MARCH","APR","MAY","JUNE","JULY","AUG","SEP","OCT","NOV","DEC"),window.onload=function(){GetClock(),setInterval(GetClock,1e3)}; -------------------------------------------------------------------------------- /design/video/video.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/video/video.webm -------------------------------------------------------------------------------- /design/video/world.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/design/video/world.webm -------------------------------------------------------------------------------- /error.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", "Error - Goldspotfx"); 11 | $viewer->display('error.tpl'); 12 | -------------------------------------------------------------------------------- /faq.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", "FAQ - Goldspotfx"); 11 | $viewer->display('faq.tpl'); 12 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fonts/Flaticon.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/Flaticon.eot -------------------------------------------------------------------------------- /fonts/Flaticon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/Flaticon.ttf -------------------------------------------------------------------------------- /fonts/Flaticon.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/Flaticon.woff -------------------------------------------------------------------------------- /fonts/Flaticon.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/Flaticon.woff2 -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/font.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /fonts/themify.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/themify.eot -------------------------------------------------------------------------------- /fonts/themify.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/themify.ttf -------------------------------------------------------------------------------- /fonts/themify.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/fonts/themify.woff -------------------------------------------------------------------------------- /image.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/image.zip -------------------------------------------------------------------------------- /images/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/0.gif -------------------------------------------------------------------------------- /images/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1.gif -------------------------------------------------------------------------------- /images/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/10.gif -------------------------------------------------------------------------------- /images/1000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1000.gif -------------------------------------------------------------------------------- /images/1001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1001.gif -------------------------------------------------------------------------------- /images/1002.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1002.gif -------------------------------------------------------------------------------- /images/1003.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1003.gif -------------------------------------------------------------------------------- /images/1004.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1004.gif -------------------------------------------------------------------------------- /images/1005.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/1005.gif -------------------------------------------------------------------------------- /images/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/11.gif -------------------------------------------------------------------------------- /images/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/12.gif -------------------------------------------------------------------------------- /images/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/15.gif -------------------------------------------------------------------------------- /images/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/16.gif -------------------------------------------------------------------------------- /images/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/17.gif -------------------------------------------------------------------------------- /images/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/18.gif -------------------------------------------------------------------------------- /images/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/19.gif -------------------------------------------------------------------------------- /images/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/2.gif -------------------------------------------------------------------------------- /images/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/20.gif -------------------------------------------------------------------------------- /images/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/21.gif -------------------------------------------------------------------------------- /images/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/22.gif -------------------------------------------------------------------------------- /images/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/23.gif -------------------------------------------------------------------------------- /images/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/24.gif -------------------------------------------------------------------------------- /images/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/26.gif -------------------------------------------------------------------------------- /images/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/27.gif -------------------------------------------------------------------------------- /images/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/28.gif -------------------------------------------------------------------------------- /images/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/29.gif -------------------------------------------------------------------------------- /images/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/30.gif -------------------------------------------------------------------------------- /images/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/31.gif -------------------------------------------------------------------------------- /images/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/34.gif -------------------------------------------------------------------------------- /images/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/36.gif -------------------------------------------------------------------------------- /images/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/37.gif -------------------------------------------------------------------------------- /images/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/38.gif -------------------------------------------------------------------------------- /images/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/39.gif -------------------------------------------------------------------------------- /images/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/4.gif -------------------------------------------------------------------------------- /images/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/41.gif -------------------------------------------------------------------------------- /images/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/42.gif -------------------------------------------------------------------------------- /images/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/43.gif -------------------------------------------------------------------------------- /images/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/44.gif -------------------------------------------------------------------------------- /images/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/45.gif -------------------------------------------------------------------------------- /images/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/46.gif -------------------------------------------------------------------------------- /images/47.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/47.gif -------------------------------------------------------------------------------- /images/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/48.gif -------------------------------------------------------------------------------- /images/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/49.gif -------------------------------------------------------------------------------- /images/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/5.gif -------------------------------------------------------------------------------- /images/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/50.gif -------------------------------------------------------------------------------- /images/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/51.gif -------------------------------------------------------------------------------- /images/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/52.gif -------------------------------------------------------------------------------- /images/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/53.gif -------------------------------------------------------------------------------- /images/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/54.gif -------------------------------------------------------------------------------- /images/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/55.gif -------------------------------------------------------------------------------- /images/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/56.gif -------------------------------------------------------------------------------- /images/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/57.gif -------------------------------------------------------------------------------- /images/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/58.gif -------------------------------------------------------------------------------- /images/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/59.gif -------------------------------------------------------------------------------- /images/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/6.gif -------------------------------------------------------------------------------- /images/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/61.gif -------------------------------------------------------------------------------- /images/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/64.gif -------------------------------------------------------------------------------- /images/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/65.gif -------------------------------------------------------------------------------- /images/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/67.gif -------------------------------------------------------------------------------- /images/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/68.gif -------------------------------------------------------------------------------- /images/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/69.gif -------------------------------------------------------------------------------- /images/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/7.gif -------------------------------------------------------------------------------- /images/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/70.gif -------------------------------------------------------------------------------- /images/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/71.gif -------------------------------------------------------------------------------- /images/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/72.gif -------------------------------------------------------------------------------- /images/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/74.gif -------------------------------------------------------------------------------- /images/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/76.gif -------------------------------------------------------------------------------- /images/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/77.gif -------------------------------------------------------------------------------- /images/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/79.gif -------------------------------------------------------------------------------- /images/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/8.gif -------------------------------------------------------------------------------- /images/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/80.gif -------------------------------------------------------------------------------- /images/81.gif.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/81.gif.png -------------------------------------------------------------------------------- /images/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/82.gif -------------------------------------------------------------------------------- /images/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/83.gif -------------------------------------------------------------------------------- /images/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/84.gif -------------------------------------------------------------------------------- /images/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/9.gif -------------------------------------------------------------------------------- /images/999.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/999.gif -------------------------------------------------------------------------------- /images/js/arrow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/js/arrow.gif -------------------------------------------------------------------------------- /images/js/cross.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/js/cross.gif -------------------------------------------------------------------------------- /images/js/hs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/js/hs.png -------------------------------------------------------------------------------- /images/js/hv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/js/hv.png -------------------------------------------------------------------------------- /images/q.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/q.gif -------------------------------------------------------------------------------- /images/sign.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/sign.gif -------------------------------------------------------------------------------- /images/top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/top.gif -------------------------------------------------------------------------------- /images/ver.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/images/ver.gif -------------------------------------------------------------------------------- /img/about/ab-icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/ab-icon1.png -------------------------------------------------------------------------------- /img/about/ab-icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/ab-icon2.png -------------------------------------------------------------------------------- /img/about/ab-icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/ab-icon3.png -------------------------------------------------------------------------------- /img/about/ab-icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/ab-icon4.png -------------------------------------------------------------------------------- /img/about/ab.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/ab.jpg -------------------------------------------------------------------------------- /img/about/e1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/e1.png -------------------------------------------------------------------------------- /img/about/h1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/h1.png -------------------------------------------------------------------------------- /img/about/h2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/h2.png -------------------------------------------------------------------------------- /img/about/h3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/h3.png -------------------------------------------------------------------------------- /img/about/layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/layer.png -------------------------------------------------------------------------------- /img/about/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/about/profile.png -------------------------------------------------------------------------------- /img/background/bg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/bg1.png -------------------------------------------------------------------------------- /img/background/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/bg2.jpg -------------------------------------------------------------------------------- /img/background/bg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/bg4.jpg -------------------------------------------------------------------------------- /img/background/bread.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/bread.jpg -------------------------------------------------------------------------------- /img/background/bread1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/bread1.png -------------------------------------------------------------------------------- /img/background/footer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/background/footer1.png -------------------------------------------------------------------------------- /img/blog/avater1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/avater1.png -------------------------------------------------------------------------------- /img/blog/avater2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/avater2.png -------------------------------------------------------------------------------- /img/blog/b1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b1.jpg -------------------------------------------------------------------------------- /img/blog/b2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b2.jpg -------------------------------------------------------------------------------- /img/blog/b3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b3.jpg -------------------------------------------------------------------------------- /img/blog/b4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b4.jpg -------------------------------------------------------------------------------- /img/blog/b5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b5.jpg -------------------------------------------------------------------------------- /img/blog/b6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/b6.jpg -------------------------------------------------------------------------------- /img/blog/bread1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/blog/bread1.png -------------------------------------------------------------------------------- /img/brand/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/1.png -------------------------------------------------------------------------------- /img/brand/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/2.png -------------------------------------------------------------------------------- /img/brand/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/3.png -------------------------------------------------------------------------------- /img/brand/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/4.png -------------------------------------------------------------------------------- /img/brand/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/5.png -------------------------------------------------------------------------------- /img/brand/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/6.png -------------------------------------------------------------------------------- /img/brand/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/7.png -------------------------------------------------------------------------------- /img/brand/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/brand/8.png -------------------------------------------------------------------------------- /img/feature/f2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/feature/f2.png -------------------------------------------------------------------------------- /img/icon/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/login.png -------------------------------------------------------------------------------- /img/icon/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m.png -------------------------------------------------------------------------------- /img/icon/m1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m1.png -------------------------------------------------------------------------------- /img/icon/m2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m2.png -------------------------------------------------------------------------------- /img/icon/m3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m3.png -------------------------------------------------------------------------------- /img/icon/m4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m4.png -------------------------------------------------------------------------------- /img/icon/m5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m5.png -------------------------------------------------------------------------------- /img/icon/m6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m6.png -------------------------------------------------------------------------------- /img/icon/m7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m7.png -------------------------------------------------------------------------------- /img/icon/m8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m8.png -------------------------------------------------------------------------------- /img/icon/m9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/icon/m9.png -------------------------------------------------------------------------------- /img/logo/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/logo/favicon.ico -------------------------------------------------------------------------------- /img/logo/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/logo/logo.png -------------------------------------------------------------------------------- /img/logo/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/logo/logo2.png -------------------------------------------------------------------------------- /img/logo/map-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/logo/map-marker.png -------------------------------------------------------------------------------- /img/logo/preloader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/logo/preloader.gif -------------------------------------------------------------------------------- /img/review/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/1.jpg -------------------------------------------------------------------------------- /img/review/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/2.jpg -------------------------------------------------------------------------------- /img/review/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/3.jpg -------------------------------------------------------------------------------- /img/review/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/4.jpg -------------------------------------------------------------------------------- /img/review/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/5.jpg -------------------------------------------------------------------------------- /img/review/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/review/6.jpg -------------------------------------------------------------------------------- /img/slider/s1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/slider/s1.png -------------------------------------------------------------------------------- /img/team/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t1.jpg -------------------------------------------------------------------------------- /img/team/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t2.jpg -------------------------------------------------------------------------------- /img/team/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t3.jpg -------------------------------------------------------------------------------- /img/team/t4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t4.jpg -------------------------------------------------------------------------------- /img/team/t5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t5.jpg -------------------------------------------------------------------------------- /img/team/t6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t6.jpg -------------------------------------------------------------------------------- /img/team/t7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t7.jpg -------------------------------------------------------------------------------- /img/team/t8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/team/t8.jpg -------------------------------------------------------------------------------- /img/venubox/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/close.gif -------------------------------------------------------------------------------- /img/venubox/next.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/next.gif -------------------------------------------------------------------------------- /img/venubox/preload-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/preload-circle.png -------------------------------------------------------------------------------- /img/venubox/preload-dots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/preload-dots.png -------------------------------------------------------------------------------- /img/venubox/preload-ios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/preload-ios.png -------------------------------------------------------------------------------- /img/venubox/preload-quads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/preload-quads.png -------------------------------------------------------------------------------- /img/venubox/preload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/preload.png -------------------------------------------------------------------------------- /img/venubox/prev.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/img/venubox/prev.gif -------------------------------------------------------------------------------- /inc/.htaccess: -------------------------------------------------------------------------------- 1 | deny from all -------------------------------------------------------------------------------- /inc/libs/core/core.get_include_path.php: -------------------------------------------------------------------------------- 1 | 45 | -------------------------------------------------------------------------------- /inc/libs/core/core.get_microtime.php: -------------------------------------------------------------------------------- 1 | 24 | -------------------------------------------------------------------------------- /inc/libs/core/core.process_compiled_include.php: -------------------------------------------------------------------------------- 1 | _cache_including; 20 | $smarty->_cache_including = true; 21 | 22 | $_return = $params['results']; 23 | foreach ($smarty->_cache_serials as $_include_file_path=>$_cache_serial) { 24 | $_return = preg_replace_callback('!(\{nocache\:('.$_cache_serial.')#(\d+)\})!s', 25 | array(&$smarty, '_process_compiled_include_callback'), 26 | $_return); 27 | } 28 | $smarty->_cache_including = $_cache_including; 29 | return $_return; 30 | } 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /inc/libs/plugins/compiler.assign.php: -------------------------------------------------------------------------------- 1 | 7 | * Name: assign
8 | * Purpose: assign a value to a template variable 9 | * @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} 10 | * (Smarty online manual) 11 | * @param string containing var-attribute and value-attribute 12 | * @param Smarty_Compiler 13 | */ 14 | function smarty_compiler_assign($tag_attrs, &$compiler) 15 | { 16 | $_params = $compiler->_parse_attrs($tag_attrs); 17 | 18 | if (!isset($_params['var'])) { 19 | $compiler->_syntax_error("assign: missing 'var' parameter", E_USER_WARNING); 20 | return; 21 | } 22 | 23 | if (!isset($_params['value'])) { 24 | $compiler->_syntax_error("assign: missing 'value' parameter", E_USER_WARNING); 25 | return; 26 | } 27 | 28 | return "\$this->assign({$_params['var']}, {$_params['value']});"; 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /inc/libs/plugins/function.debug.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: debug
14 | * Date: July 1, 2002
15 | * Purpose: popup debug window 16 | * @link http://smarty.php.net/manual/en/language.function.debug.php {debug} 17 | * (Smarty online manual) 18 | * @author Monte Ohrt 19 | * @version 1.0 20 | * @param array 21 | * @param Smarty 22 | * @return string output from {@link Smarty::_generate_debug_output()} 23 | */ 24 | function smarty_function_debug($params, &$smarty) 25 | { 26 | if($params['output']) { 27 | $smarty->assign('_smarty_debug_output',$params['output']); 28 | } 29 | require_once(SMARTY_DIR . 'core' . DIRECTORY_SEPARATOR . 'core.display_debug_console.php'); 30 | return smarty_core_display_debug_console(null, $smarty); 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /inc/libs/plugins/function.popup_init.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: popup_init
14 | * Purpose: initialize overlib 15 | * @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init} 16 | * (Smarty online manual) 17 | * @param array 18 | * @param Smarty 19 | * @return string 20 | */ 21 | function smarty_function_popup_init($params, &$smarty) 22 | { 23 | $zindex = 1000; 24 | 25 | if (!empty($params['zindex'])) { 26 | $zindex = $params['zindex']; 27 | } 28 | 29 | if (!empty($params['src'])) { 30 | return '' . "\n" 31 | . '' . "\n"; 32 | } else { 33 | $smarty->trigger_error("popup_init: missing src parameter"); 34 | } 35 | } 36 | 37 | /* vim: set expandtab: */ 38 | 39 | ?> 40 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.capitalize.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: capitalize
14 | * Purpose: capitalize words in the string 15 | * @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE 16 | * capitalize (Smarty online manual) 17 | * @param string 18 | * @return string 19 | */ 20 | function smarty_modifier_capitalize($string) 21 | { 22 | return ucwords($string); 23 | } 24 | 25 | ?> 26 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.cat.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003 15 | * Purpose: catenate a value to a variable 16 | * Input: string to catenate 17 | * Example: {$var|cat:"foo"} 18 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 19 | * (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_cat($string, $cat) 27 | { 28 | return $string . $cat; 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.count_characters.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_characteres
14 | * Purpose: count the number of characters in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.characters.php 16 | * count_characters (Smarty online manual) 17 | * @param string 18 | * @param boolean include whitespace in the character count 19 | * @return integer 20 | */ 21 | function smarty_modifier_count_characters($string, $include_spaces = false) 22 | { 23 | if ($include_spaces) 24 | return(strlen($string)); 25 | 26 | return preg_match_all("/[^\s]/",$string, $match); 27 | } 28 | 29 | /* vim: set expandtab: */ 30 | 31 | ?> 32 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.count_paragraphs.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_paragraphs
14 | * Purpose: count the number of paragraphs in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_paragraphs (Smarty online manual) 17 | * @param string 18 | * @return integer 19 | */ 20 | function smarty_modifier_count_paragraphs($string) 21 | { 22 | // count \r or \n characters 23 | return count(preg_split('/[\r\n]+/', $string)); 24 | } 25 | 26 | /* vim: set expandtab: */ 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.count_sentences.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_sentences 14 | * Purpose: count the number of sentences in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_sentences (Smarty online manual) 17 | * @param string 18 | * @return integer 19 | */ 20 | function smarty_modifier_count_sentences($string) 21 | { 22 | // find periods with a word before but not after. 23 | return preg_match_all('/[^\s]\.(?!\w)/', $string, $match); 24 | } 25 | 26 | /* vim: set expandtab: */ 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.count_words.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: count_words
14 | * Purpose: count the number of words in a text 15 | * @link http://smarty.php.net/manual/en/language.modifier.count.words.php 16 | * count_words (Smarty online manual) 17 | * @param string 18 | * @return integer 19 | */ 20 | function smarty_modifier_count_words($string) 21 | { 22 | // split text by ' ',\r,\n,\f,\t 23 | $split_array = preg_split('/\s+/',$string); 24 | // count matches that contain alphanumerics 25 | $word_count = preg_grep('/[a-zA-Z0-9\\x80-\\xff]/', $split_array); 26 | 27 | return count($word_count); 28 | } 29 | 30 | /* vim: set expandtab: */ 31 | 32 | ?> 33 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.default.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: default
14 | * Purpose: designate default value for empty variables 15 | * @link http://smarty.php.net/manual/en/language.modifier.default.php 16 | * default (Smarty online manual) 17 | * @param string 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_default($string, $default = '') 22 | { 23 | if (!isset($string) || $string === '') 24 | return $default; 25 | else 26 | return $string; 27 | } 28 | 29 | /* vim: set expandtab: */ 30 | 31 | ?> 32 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.indent.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: indent
14 | * Purpose: indent lines of text 15 | * @link http://smarty.php.net/manual/en/language.modifier.indent.php 16 | * indent (Smarty online manual) 17 | * @param string 18 | * @param integer 19 | * @param string 20 | * @return string 21 | */ 22 | function smarty_modifier_indent($string,$chars=4,$char=" ") 23 | { 24 | return preg_replace('!^!m',str_repeat($char,$chars),$string); 25 | } 26 | 27 | ?> 28 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.lower.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: lower
14 | * Purpose: convert string to lowercase 15 | * @link http://smarty.php.net/manual/en/language.modifier.lower.php 16 | * lower (Smarty online manual) 17 | * @param string 18 | * @return string 19 | */ 20 | function smarty_modifier_lower($string) 21 | { 22 | return strtolower($string); 23 | } 24 | 25 | ?> 26 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.myescape.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003 15 | * Purpose: catenate a value to a variable 16 | * Input: string to catenate 17 | * Example: {$var|cat:"foo"} 18 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 19 | * (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_myescape($string) 27 | { 28 | if (is_array($string)) return $string; 29 | if (strlen($string) > 20) 30 | { 31 | $string = str_replace(' 43 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.nl2br.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: nl2br
14 | * Date: Feb 26, 2003 15 | * Purpose: convert \r\n, \r or \n to <
> 16 | * Input:
17 | * - contents = contents to replace 18 | * - preceed_test = if true, includes preceeding break tags 19 | * in replacement 20 | * Example: {$text|nl2br} 21 | * @link http://smarty.php.net/manual/en/language.modifier.nl2br.php 22 | * nl2br (Smarty online manual) 23 | * @version 1.0 24 | * @author Monte Ohrt 25 | * @param string 26 | * @return string 27 | */ 28 | function smarty_modifier_nl2br($string) 29 | { 30 | return nl2br($string); 31 | } 32 | 33 | /* vim: set expandtab: */ 34 | 35 | ?> 36 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.regex_replace.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: regex_replace
14 | * Purpose: regular epxression search/replace 15 | * @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php 16 | * regex_replace (Smarty online manual) 17 | * @param string 18 | * @param string|array 19 | * @param string|array 20 | * @return string 21 | */ 22 | function smarty_modifier_regex_replace($string, $search, $replace) 23 | { 24 | return preg_replace($search, $replace, $string); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.replace.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: replace
14 | * Purpose: simple search/replace 15 | * @link http://smarty.php.net/manual/en/language.modifier.replace.php 16 | * replace (Smarty online manual) 17 | * @param string 18 | * @param string 19 | * @param string 20 | * @return string 21 | */ 22 | function smarty_modifier_replace($string, $search, $replace) 23 | { 24 | return str_replace($search, $replace, $string); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.select_language.php: -------------------------------------------------------------------------------- 1 | */ 13 | 14 | function smarty_modifier_select_language($string, $string2) 15 | { 16 | $matches = array(); 17 | if (preg_match("/\[$string2\](.*?)\[\/$string2\]/", $string, $matches) ) { 18 | return $matches[1]; 19 | } else { 20 | return $string; 21 | } 22 | } 23 | 24 | /* vim: set expandtab: */ 25 | 26 | ?> 27 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: spacify
14 | * Purpose: add spaces between characters in a string 15 | * @link http://smarty.php.net/manual/en/language.modifier.spacify.php 16 | * spacify (Smarty online manual) 17 | * @param string 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_spacify($string, $spacify_char = ' ') 22 | { 23 | return implode($spacify_char, 24 | preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY)); 25 | } 26 | 27 | /* vim: set expandtab: */ 28 | 29 | ?> 30 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.string_format.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: string_format
14 | * Purpose: format strings via sprintf 15 | * @link http://smarty.php.net/manual/en/language.modifier.string.format.php 16 | * string_format (Smarty online manual) 17 | * @param string 18 | * @param string 19 | * @return string 20 | */ 21 | function smarty_modifier_string_format($string, $format) 22 | { 23 | return sprintf($format, $string); 24 | } 25 | 26 | /* vim: set expandtab: */ 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.strip.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip
14 | * Purpose: Replace all repeated spaces, newlines, tabs 15 | * with a single space or supplied replacement string.
16 | * Example: {$var|strip} {$var|strip:" "} 17 | * Date: September 25th, 2002 18 | * @link http://smarty.php.net/manual/en/language.modifier.strip.php 19 | * strip (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_strip($text, $replace = ' ') 27 | { 28 | return preg_replace('!\s+!', $replace, $text); 29 | } 30 | 31 | /* vim: set expandtab: */ 32 | 33 | ?> 34 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.strip_tags.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: strip_tags
14 | * Purpose: strip html tags from text 15 | * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php 16 | * strip_tags (Smarty online manual) 17 | * @param string 18 | * @param boolean 19 | * @return string 20 | */ 21 | function smarty_modifier_strip_tags($string, $replace_with_space = true) 22 | { 23 | if ($replace_with_space) 24 | return preg_replace('!<[^>]*?>!', ' ', $string); 25 | else 26 | return strip_tags($string); 27 | } 28 | 29 | /* vim: set expandtab: */ 30 | 31 | ?> 32 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.upper.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: upper
14 | * Purpose: convert string to uppercase 15 | * @link http://smarty.php.net/manual/en/language.modifier.upper.php 16 | * upper (Smarty online manual) 17 | * @param string 18 | * @return string 19 | */ 20 | function smarty_modifier_upper($string) 21 | { 22 | return strtoupper($string); 23 | } 24 | 25 | ?> 26 | -------------------------------------------------------------------------------- /inc/libs/plugins/modifier.wordwrap.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: wordwrap
14 | * Purpose: wrap a string of text at a given length 15 | * @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php 16 | * wordwrap (Smarty online manual) 17 | * @param string 18 | * @param integer 19 | * @param string 20 | * @param boolean 21 | * @return string 22 | */ 23 | function smarty_modifier_wordwrap($string,$length=80,$break="\n",$cut=false) 24 | { 25 | return wordwrap($string,$length,$break,$cut); 26 | } 27 | 28 | ?> 29 | -------------------------------------------------------------------------------- /inc/libs/plugins/shared.escape_special_chars.php: -------------------------------------------------------------------------------- 1 | 13 | * Purpose: used by other smarty functions to escape 14 | * special chars except for already escaped ones 15 | * @param string 16 | * @return string 17 | */ 18 | function smarty_function_escape_special_chars($string) 19 | { 20 | if(!is_array($string)) { 21 | $string = preg_replace('!&(#?\w+);!', '%%%SMARTY_START%%%\\1%%%SMARTY_END%%%', $string); 22 | $string = htmlspecialchars($string); 23 | $string = str_replace(array('%%%SMARTY_START%%%','%%%SMARTY_END%%%'), array('&',';'), $string); 24 | } 25 | return $string; 26 | } 27 | 28 | /* vim: set expandtab: */ 29 | 30 | ?> 31 | -------------------------------------------------------------------------------- /inc/libs/plugins/shared.make_timestamp.php: -------------------------------------------------------------------------------- 1 | 11 | * Purpose: used by other smarty functions to make a timestamp 12 | * from a string. 13 | * @param string 14 | * @return string 15 | */ 16 | function smarty_make_timestamp($string) 17 | { 18 | if(empty($string)) { 19 | $string = "now"; 20 | } 21 | $time = strtotime($string); 22 | if (is_numeric($time) && $time != -1) 23 | return $time; 24 | 25 | // is mysql timestamp format of YYYYMMDDHHMMSS? 26 | if (preg_match('/^\d{14}$/', $string)) { 27 | $time = mktime(substr($string,8,2),substr($string,10,2),substr($string,12,2), 28 | substr($string,4,2),substr($string,6,2),substr($string,0,4)); 29 | 30 | return $time; 31 | } 32 | 33 | // couldn't recognize it, try to return a time 34 | $time = (int) $string; 35 | if ($time > 0) 36 | return $time; 37 | else 38 | return time(); 39 | } 40 | 41 | /* vim: set expandtab: */ 42 | 43 | ?> 44 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifier.myescape.php: -------------------------------------------------------------------------------- 1 | 13 | * Name: cat
14 | * Date: Feb 24, 2003 15 | * Purpose: catenate a value to a variable 16 | * Input: string to catenate 17 | * Example: {$var|cat:"foo"} 18 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 19 | * (Smarty online manual) 20 | * @author Monte Ohrt 21 | * @version 1.0 22 | * @param string 23 | * @param string 24 | * @return string 25 | */ 26 | function smarty_modifier_myescape($string) 27 | { 28 | if (is_array($string)) return $string; 29 | if (strlen($string) > 20) 30 | { 31 | $string = str_replace(' 43 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifier.replace.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: replace
13 | * Purpose: simple search/replace 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.replace.php replace (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * 19 | * @param string $string input string 20 | * @param string $search text to search for 21 | * @param string $replace replacement text 22 | * 23 | * @return string 24 | */ 25 | function smarty_modifier_replace($string, $search, $replace) 26 | { 27 | if (Smarty::$_MBSTRING) { 28 | require_once(SMARTY_PLUGINS_DIR . 'shared.mb_str_replace.php'); 29 | 30 | return smarty_mb_str_replace($search, $replace, $string); 31 | } 32 | 33 | return str_replace($search, $replace, $string); 34 | } 35 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifier.spacify.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: spacify
13 | * Purpose: add spaces between characters in a string 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.spacify.php spacify (Smarty online manual) 16 | * @author Monte Ohrt 17 | * 18 | * @param string $string input string 19 | * @param string $spacify_char string to insert between characters. 20 | * 21 | * @return string 22 | */ 23 | function smarty_modifier_spacify($string, $spacify_char = ' ') 24 | { 25 | // well… what about charsets besides latin and UTF-8? 26 | return implode($spacify_char, preg_split('//' . Smarty::$_UTF8_MODIFIER, $string, - 1, PREG_SPLIT_NO_EMPTY)); 27 | } 28 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.cat.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: cat
13 | * Date: Feb 24, 2003
14 | * Purpose: catenate a value to a variable
15 | * Input: string to catenate
16 | * Example: {$var|cat:"foo"} 17 | * 18 | * @link http://smarty.php.net/manual/en/language.modifier.cat.php cat 19 | * (Smarty online manual) 20 | * @author Uwe Tews 21 | * 22 | * @param array $params parameters 23 | * 24 | * @return string with compiled code 25 | */ 26 | function smarty_modifiercompiler_cat($params) 27 | { 28 | return '(' . implode(').(', $params) . ')'; 29 | } 30 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.count_characters.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: count_characteres
13 | * Purpose: count the number of characters in a text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_characters($params) 23 | { 24 | if (!isset($params[1]) || $params[1] != 'true') { 25 | return 'preg_match_all(\'/[^\s]/' . Smarty::$_UTF8_MODIFIER . '\',' . $params[0] . ', $tmp)'; 26 | } 27 | if (Smarty::$_MBSTRING) { 28 | return 'mb_strlen(' . $params[0] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')'; 29 | } 30 | // no MBString fallback 31 | return 'strlen(' . $params[0] . ')'; 32 | } 33 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.count_paragraphs.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: count_paragraphs
13 | * Purpose: count the number of paragraphs in a text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_paragraphs (Smarty online manual) 17 | * @author Uwe Tews 18 | * 19 | * @param array $params parameters 20 | * 21 | * @return string with compiled code 22 | */ 23 | function smarty_modifiercompiler_count_paragraphs($params) 24 | { 25 | // count \r or \n characters 26 | return '(preg_match_all(\'#[\r\n]+#\', ' . $params[0] . ', $tmp)+1)'; 27 | } 28 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.count_sentences.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: count_sentences 13 | * Purpose: count the number of sentences in a text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.count.paragraphs.php 16 | * count_sentences (Smarty online manual) 17 | * @author Uwe Tews 18 | * 19 | * @param array $params parameters 20 | * 21 | * @return string with compiled code 22 | */ 23 | function smarty_modifiercompiler_count_sentences($params) 24 | { 25 | // find periods, question marks, exclamation marks with a word before but not after. 26 | return 'preg_match_all("#\w[\.\?\!](\W|$)#S' . Smarty::$_UTF8_MODIFIER . '", ' . $params[0] . ', $tmp)'; 27 | } 28 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.count_words.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: count_words
13 | * Purpose: count the number of words in a text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.count.words.php count_words (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_count_words($params) 23 | { 24 | if (Smarty::$_MBSTRING) { 25 | // return 'preg_match_all(\'#[\w\pL]+#' . Smarty::$_UTF8_MODIFIER . '\', ' . $params[0] . ', $tmp)'; 26 | // expression taken from http://de.php.net/manual/en/function.str-word-count.php#85592 27 | return 'preg_match_all(\'/\p{L}[\p{L}\p{Mn}\p{Pd}\\\'\x{2019}]*/' . Smarty::$_UTF8_MODIFIER . '\', ' . $params[0] . ', $tmp)'; 28 | } 29 | // no MBString fallback 30 | return 'str_word_count(' . $params[0] . ')'; 31 | } 32 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.default.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: default
13 | * Purpose: designate default value for empty variables 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.default.php default (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_default($params) 23 | { 24 | $output = $params[0]; 25 | if (!isset($params[1])) { 26 | $params[1] = "''"; 27 | } 28 | 29 | array_shift($params); 30 | foreach ($params as $param) { 31 | $output = '(($tmp = @' . $output . ')===null||$tmp===\'\' ? ' . $param . ' : $tmp)'; 32 | } 33 | 34 | return $output; 35 | } 36 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.from_charset.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: from_charset
13 | * Purpose: convert character encoding from $charset to internal encoding 14 | * 15 | * @author Rodney Rehm 16 | * 17 | * @param array $params parameters 18 | * 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_from_charset($params) 22 | { 23 | if (!Smarty::$_MBSTRING) { 24 | // FIXME: (rodneyrehm) shouldn't this throw an error? 25 | return $params[0]; 26 | } 27 | 28 | if (!isset($params[1])) { 29 | $params[1] = '"ISO-8859-1"'; 30 | } 31 | 32 | return 'mb_convert_encoding(' . $params[0] . ', "' . addslashes(Smarty::$_CHARSET) . '", ' . $params[1] . ')'; 33 | } 34 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.indent.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: indent
13 | * Purpose: indent lines of text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.indent.php indent (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | 23 | function smarty_modifiercompiler_indent($params) 24 | { 25 | if (!isset($params[1])) { 26 | $params[1] = 4; 27 | } 28 | if (!isset($params[2])) { 29 | $params[2] = "' '"; 30 | } 31 | 32 | return 'preg_replace(\'!^!m\',str_repeat(' . $params[2] . ',' . $params[1] . '),' . $params[0] . ')'; 33 | } 34 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.lower.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: lower
13 | * Purpose: convert string to lowercase 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.lower.php lower (Smarty online manual) 16 | * @author Monte Ohrt 17 | * @author Uwe Tews 18 | * 19 | * @param array $params parameters 20 | * 21 | * @return string with compiled code 22 | */ 23 | 24 | function smarty_modifiercompiler_lower($params) 25 | { 26 | if (Smarty::$_MBSTRING) { 27 | return 'mb_strtolower(' . $params[0] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')'; 28 | } 29 | // no MBString fallback 30 | return 'strtolower(' . $params[0] . ')'; 31 | } 32 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.noprint.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: noprint
13 | * Purpose: return an empty string 14 | * 15 | * @author Uwe Tews 16 | * @return string with compiled code 17 | */ 18 | function smarty_modifiercompiler_noprint() 19 | { 20 | return "''"; 21 | } 22 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.string_format.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: string_format
13 | * Purpose: format strings via sprintf 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.string.format.php string_format (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_string_format($params) 23 | { 24 | return 'sprintf(' . $params[1] . ',' . $params[0] . ')'; 25 | } 26 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.strip.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: strip
13 | * Purpose: Replace all repeated spaces, newlines, tabs 14 | * with a single space or supplied replacement string.
15 | * Example: {$var|strip} {$var|strip:" "}
16 | * Date: September 25th, 2002 17 | * 18 | * @link http://www.smarty.net/manual/en/language.modifier.strip.php strip (Smarty online manual) 19 | * @author Uwe Tews 20 | * 21 | * @param array $params parameters 22 | * 23 | * @return string with compiled code 24 | */ 25 | 26 | function smarty_modifiercompiler_strip($params) 27 | { 28 | if (!isset($params[1])) { 29 | $params[1] = "' '"; 30 | } 31 | 32 | return "preg_replace('!\s+!" . Smarty::$_UTF8_MODIFIER . "', {$params[1]},{$params[0]})"; 33 | } 34 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.strip_tags.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: strip_tags
13 | * Purpose: strip html tags from text 14 | * 15 | * @link http://www.smarty.net/manual/en/language.modifier.strip.tags.php strip_tags (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_strip_tags($params) 23 | { 24 | if (!isset($params[1]) || $params[1] === true || trim($params[1], '"') == 'true') { 25 | return "preg_replace('!<[^>]*?>!', ' ', {$params[0]})"; 26 | } else { 27 | return 'strip_tags(' . $params[0] . ')'; 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.to_charset.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: to_charset
13 | * Purpose: convert character encoding from internal encoding to $charset 14 | * 15 | * @author Rodney Rehm 16 | * 17 | * @param array $params parameters 18 | * 19 | * @return string with compiled code 20 | */ 21 | function smarty_modifiercompiler_to_charset($params) 22 | { 23 | if (!Smarty::$_MBSTRING) { 24 | // FIXME: (rodneyrehm) shouldn't this throw an error? 25 | return $params[0]; 26 | } 27 | 28 | if (!isset($params[1])) { 29 | $params[1] = '"ISO-8859-1"'; 30 | } 31 | 32 | return 'mb_convert_encoding(' . $params[0] . ', ' . $params[1] . ', "' . addslashes(Smarty::$_CHARSET) . '")'; 33 | } 34 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/modifiercompiler.upper.php: -------------------------------------------------------------------------------- 1 | 12 | * Name: lower
13 | * Purpose: convert string to uppercase 14 | * 15 | * @link http://smarty.php.net/manual/en/language.modifier.upper.php lower (Smarty online manual) 16 | * @author Uwe Tews 17 | * 18 | * @param array $params parameters 19 | * 20 | * @return string with compiled code 21 | */ 22 | function smarty_modifiercompiler_upper($params) 23 | { 24 | if (Smarty::$_MBSTRING) { 25 | return 'mb_strtoupper(' . $params[0] . ', \'' . addslashes(Smarty::$_CHARSET) . '\')'; 26 | } 27 | // no MBString fallback 28 | return 'strtoupper(' . $params[0] . ')'; 29 | } 30 | -------------------------------------------------------------------------------- /inc/libs/smarty3/plugins/shared.literal_compiler_param.php: -------------------------------------------------------------------------------- 1 | getAttributes($compiler, $args); 31 | if ($_attr['nocache'] === true) { 32 | $compiler->trigger_template_error('nocache option not allowed', $compiler->lex->taglineno); 33 | } 34 | // this tag does not return compiled code 35 | $compiler->has_code = true; 36 | 37 | return $compiler->smarty->left_delimiter; 38 | } 39 | } 40 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smarty_internal_parsetree.php: -------------------------------------------------------------------------------- 1 | parser = $parser; 30 | $this->data = $data; 31 | } 32 | 33 | /** 34 | * Return buffer content in parentheses 35 | * 36 | * @return string content 37 | */ 38 | public function to_smarty_php() 39 | { 40 | return sprintf("(%s)", $this->data); 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smarty_internal_parsetree_dqcontent.php: -------------------------------------------------------------------------------- 1 | parser = $parser; 30 | $this->data = $data; 31 | } 32 | 33 | /** 34 | * Return content as double quoted string 35 | * 36 | * @return string doubled quoted string 37 | */ 38 | public function to_smarty_php() 39 | { 40 | return '"' . $this->data . '"'; 41 | } 42 | } 43 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smarty_internal_parsetree_text.php: -------------------------------------------------------------------------------- 1 | parser = $parser; 28 | $this->data = $data; 29 | } 30 | 31 | /** 32 | * Return buffer content 33 | * 34 | * @return string text 35 | */ 36 | public function to_smarty_php() 37 | { 38 | return $this->data; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smarty_resource_recompiled.php: -------------------------------------------------------------------------------- 1 | filepath = false; 37 | $compiled->timestamp = false; 38 | $compiled->exists = false; 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smarty_undefined_variable.php: -------------------------------------------------------------------------------- 1 | Smarty Compiler: ' . $this->message . ' <-- '; 13 | } 14 | 15 | /** 16 | * The line number of the template error 17 | * 18 | * @type int|null 19 | */ 20 | public $line = null; 21 | /** 22 | * The template source snippet relating to the error 23 | * 24 | * @type string|null 25 | */ 26 | public $source = null; 27 | /** 28 | * The raw text of the error message 29 | * 30 | * @type string|null 31 | */ 32 | public $desc = null; 33 | /** 34 | * The resource identifier or template name 35 | * 36 | * @type string|null 37 | */ 38 | public $template = null; 39 | } 40 | -------------------------------------------------------------------------------- /inc/libs/smarty3/sysplugins/smartyexception.php: -------------------------------------------------------------------------------- 1 | Smarty: ' . (self::$escape ? htmlentities($this->message) : $this->message) . ' <-- '; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /incs.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/incs.zip -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/index.php -------------------------------------------------------------------------------- /index.phtml: -------------------------------------------------------------------------------- 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", "Home - Goldspotfx"); 11 | $viewer->display('index.tpl'); 12 | -------------------------------------------------------------------------------- /index1.html: -------------------------------------------------------------------------------- 1 | Placeholder file -------------------------------------------------------------------------------- /js/jquery.counterup.min.js: -------------------------------------------------------------------------------- 1 | /*! 2 | * jquery.counterup.js 1.0 3 | * 4 | * Copyright 2013, Benjamin Intal http://gambit.ph @bfintal 5 | * Released under the GPL v2 License 6 | * 7 | * Date: Nov 26, 2013 8 | */(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery); -------------------------------------------------------------------------------- /js/mapcode.js: -------------------------------------------------------------------------------- 1 | function initialize() { 2 | "use strict"; 3 | var mapOptions = { 4 | zoom: 15, 5 | scrollwheel: false, 6 | center: new google.maps.LatLng(40.7830603,-73.97124880000001) 7 | }; 8 | 9 | var map = new google.maps.Map(document.getElementById('googleMap'), 10 | mapOptions); 11 | 12 | 13 | var marker = new google.maps.Marker({ 14 | position: map.getCenter(), 15 | animation:google.maps.Animation.BOUNCE, 16 | icon: 'img/logo/map-marker.png', 17 | map: map 18 | }); 19 | 20 | } 21 | 22 | google.maps.event.addDomListener(window, 'load', initialize); 23 | 24 | -------------------------------------------------------------------------------- /login.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", "Login - Goldspotfx"); 11 | $viewer->display('login.tpl'); 12 | -------------------------------------------------------------------------------- /logout.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", "Investment - Goldspotfx"); 11 | $viewer->display('plan.tpl'); 12 | -------------------------------------------------------------------------------- /review.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", "Reviews - Goldspotfx"); 11 | $viewer->display('review.tpl'); 12 | -------------------------------------------------------------------------------- /signup.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", "Signup - Goldspotfx"); 11 | $viewer->display('signup.tpl'); 12 | -------------------------------------------------------------------------------- /team.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", "Team - Goldspotfx"); 11 | $viewer->display('team.tpl'); 12 | -------------------------------------------------------------------------------- /template/_common/images/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/images/index.html -------------------------------------------------------------------------------- /template/_common/images/processors/18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/images/processors/18.jpg -------------------------------------------------------------------------------- /template/_common/images/processors/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/images/processors/43.jpg -------------------------------------------------------------------------------- /template/_common/images/processors/48.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/images/processors/48.jpg -------------------------------------------------------------------------------- /template/_common/images/processors/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/images/processors/index.html -------------------------------------------------------------------------------- /template/_common/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/_common/index.html -------------------------------------------------------------------------------- /template/css/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/css/ajax-loader.gif -------------------------------------------------------------------------------- /template/css/app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prowebdev119/goldspotfx/312b07e43a719c0a9642a3bda148d0ba459cc1f6/template/css/app/index.html -------------------------------------------------------------------------------- /template/css/fonts/glyphicons-halflings-regular-2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 404 Not Found 4 | 5 |

Not Found

6 |

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 | 404 Not Found 4 | 5 |

Not Found

6 |

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 | 404 Not Found 4 | 5 |

Not Found

6 |

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 | 404 Not Found 4 | 5 |

Not Found

6 |

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 | 404 Not Found 4 | 5 |

Not Found

6 |

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 | 404 Not Found 4 | 5 |

Not Found

6 |

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

5 | Account has been already activated or you have provide invalid activation code. 6 | Please check link you received. 7 | {else} 8 | Account activated

9 | {/if} 10 | 11 | 12 | {include file="footer.tpl"} 13 | -------------------------------------------------------------------------------- /tmpl/after_registration.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | 4 |

Registration completed:


5 | 6 | Thank you for joining our program.
7 | You are now an official member of this program. You can login to your account to start investing with us and use all the services that are available for our members. 8 |
9 |
10 | 11 | Important: Do not provide your login and password to anyone! 12 | 13 | {include file="footer.tpl"} 14 | -------------------------------------------------------------------------------- /tmpl/after_registration_confirm.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | 4 |

Confirm your registration, please:

5 |
6 | Thank you for your registration.
7 |
8 | Please check your e-mail account and confirm the registration. 9 | 10 | {include file="footer.tpl"} 11 | -------------------------------------------------------------------------------- /tmpl/confirm_registration.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | {if $success == 0} 4 | Account has not been confirmed:
Please check the link you received. It seems it is broken. 5 | {else} 6 | Account has been confirmed:
7 |
8 | 9 | Your account has been successfully confirmed. 10 | {/if} 11 | 12 | 13 | {include file="footer.tpl"} 14 | -------------------------------------------------------------------------------- /tmpl/custom/aboutus.tpl: -------------------------------------------------------------------------------- 1 | {assign var="allow" value="all"} 2 | {assign var="meta_title" value="About Us"} 3 | {include file="header.tpl"} 4 |

About Us



5 | Our company ....

6 | 7 | 8 | 9 | {include file="footer.tpl"} -------------------------------------------------------------------------------- /tmpl/custom/example.tpl: -------------------------------------------------------------------------------- 1 | {assign var="allow" value="all"} 2 | {assign var="meta_title" value="Example"} 3 | {include file="header.tpl"} 4 | 5 |

Example page



6 | Change this file with your favorite html editor.

7 | 8 | 9 | {include file="footer.tpl"} -------------------------------------------------------------------------------- /tmpl/deposit.egold.status.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 |

Your Deposit status


3 |
4 | {if $process eq 'yes' || $frm.m_status eq 'success'} 5 | We have received your deposit. Thank you! 6 | {else} 7 | We have not received your deposit. Please try again. 8 | {/if} 9 | {include file="footer.tpl"} -------------------------------------------------------------------------------- /tmpl/deposits_exeeded.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 | You already have {$type.deposits_limit_num} active deposits for this plan. 4 | You can deposit to this plan after a deposit exires. 5 |

6 | << Return 7 | 8 | {include file="footer.tpl"} 9 | -------------------------------------------------------------------------------- /tmpl/edit_account_confirmation.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 | 3 |

Confirm Your Identity:



4 |
5 | 6 | 7 | 8 | 9 | {if $say == 'invalid_code'} 10 | Invalid Confirmation Code

11 | {/if} 12 | 13 | The system sent you an e-mail with the confirmation code used to confirm your identity. Please check your e-mail. 14 |

15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 |
Your Confirmation Code:
 
24 |
25 | 26 | {include file="footer.tpl"} 27 | 28 | -------------------------------------------------------------------------------- /tmpl/error.tpl: -------------------------------------------------------------------------------- 1 | {include file="header.tpl"} 2 |

Error occured:



3 | 4 | {$frm.error_description} 5 | 6 | {include file="footer.tpl"} -------------------------------------------------------------------------------- /tmpl/footer.tpl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | {include file="footer2.tpl"} -------------------------------------------------------------------------------- /tmpl/footer2.tpl: -------------------------------------------------------------------------------- 1 |