Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.121
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
julaysp1 /
public_html /
assets /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
wp
[ DIR ]
dr-xr-xr-x
2025-09-01 07:26
.htaccess
237
B
-r-xr-xr-x
2025-09-01 07:26
Chart.roundedBarCharts.js
5.81
KB
-rw-r--r--
2024-02-22 14:40
bcmath-min.js
14.24
KB
-rw-r--r--
2024-10-24 08:16
chart.js
7.95
KB
-rw-r--r--
2024-02-22 14:40
codemirror.js
1.53
KB
-rw-r--r--
2024-02-22 14:40
dashboard.js
15.99
KB
-rw-r--r--
2024-02-22 14:40
disabled.js
1.77
KB
-rw-r--r--
2024-10-24 08:16
file-upload.js
398
B
-rw-r--r--
2024-02-22 14:40
hoverable-collapse.js
806
B
-rw-r--r--
2024-02-22 14:40
jquery-file-upload.js
185
B
-rw-r--r--
2024-02-22 14:40
jquery.cookie.js
3.05
KB
-rw-r--r--
2024-02-22 14:40
off-canvas.js
188
B
-rw-r--r--
2024-02-22 14:40
pdf417-min.js
30.58
KB
-rw-r--r--
2024-10-24 08:16
select.dataTables.min.css
3.83
KB
-rw-r--r--
2024-02-22 14:40
select2.js
237
B
-rw-r--r--
2024-02-22 14:40
settings.js
3.79
KB
-rw-r--r--
2024-02-22 14:40
template.js
4.45
KB
-rw-r--r--
2024-02-22 14:40
todolist.js
952
B
-rw-r--r--
2024-02-22 14:40
typeahead.js
1.88
KB
-rw-r--r--
2024-02-22 14:40
Save
Rename
(function($) { 'use strict'; $(function() { if ($("#performanceLine").length) { const ctx = document.getElementById('performanceLine'); var graphGradient = document.getElementById("performanceLine").getContext('2d'); var graphGradient2 = document.getElementById("performanceLine").getContext('2d'); var saleGradientBg = graphGradient.createLinearGradient(5, 0, 5, 100); saleGradientBg.addColorStop(0, 'rgba(26, 115, 232, 0.18)'); saleGradientBg.addColorStop(1, 'rgba(26, 115, 232, 0.02)'); var saleGradientBg2 = graphGradient2.createLinearGradient(100, 0, 50, 150); saleGradientBg2.addColorStop(0, 'rgba(0, 208, 255, 0.19)'); saleGradientBg2.addColorStop(1, 'rgba(0, 208, 255, 0.03)'); new Chart(ctx, { type: 'line', data: { labels: ["SUN","sun", "MON", "mon", "TUE","tue", "WED", "wed", "THU", "thu", "FRI", "fri", "SAT"], datasets: [{ label: 'This week', data: [50, 110, 60, 290, 200, 115, 130, 170, 90, 210, 240, 280, 200], backgroundColor: saleGradientBg, borderColor: [ '#1F3BB3', ], borderWidth: 1.5, fill: true, // 3: no fill pointBorderWidth: 1, pointRadius: [4, 4, 4, 4, 4,4, 4, 4, 4, 4,4, 4, 4], pointHoverRadius: [2, 2, 2, 2, 2,2, 2, 2, 2, 2,2, 2, 2], pointBackgroundColor: ['#1F3BB3)', '#1F3BB3', '#1F3BB3', '#1F3BB3','#1F3BB3)', '#1F3BB3', '#1F3BB3', '#1F3BB3','#1F3BB3)', '#1F3BB3', '#1F3BB3', '#1F3BB3','#1F3BB3)'], pointBorderColor: ['#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff',], },{ label: 'Last week', data: [30, 150, 190, 250, 120, 150, 130, 20, 30, 15, 40, 95, 180], backgroundColor: saleGradientBg2, borderColor: [ '#52CDFF', ], borderWidth: 1.5, fill: true, // 3: no fill pointBorderWidth: 1, pointRadius: [0, 0, 0, 4, 0], pointHoverRadius: [0, 0, 0, 2, 0], pointBackgroundColor: ['#52CDFF)', '#52CDFF', '#52CDFF', '#52CDFF','#52CDFF)', '#52CDFF', '#52CDFF', '#52CDFF','#52CDFF)', '#52CDFF', '#52CDFF', '#52CDFF','#52CDFF)'], pointBorderColor: ['#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff','#fff',], }] }, options: { responsive: true, maintainAspectRatio: false, elements: { line: { tension: 0.4, } }, scales: { y: { border: { display: false }, grid: { display: true, color:"#F0F0F0", drawBorder: false, }, ticks: { beginAtZero: false, autoSkip: true, maxTicksLimit: 4, color:"#6B778C", font: { size: 10, } } }, x: { border: { display: false }, grid: { display: false, drawBorder: false, }, ticks: { beginAtZero: false, autoSkip: true, maxTicksLimit: 7, color:"#6B778C", font: { size: 10, } } } }, plugins: { legend: { display: false, } } }, plugins: [{ afterDatasetUpdate: function (chart, args, options) { const chartId = chart.canvas.id; var i; const legendId = `${chartId}-legend`; const ul = document.createElement('ul'); for(i=0;i<chart.data.datasets.length; i++) { ul.innerHTML += ` <li> <span style="background-color: ${chart.data.datasets[i].borderColor}"></span> ${chart.data.datasets[i].label} </li> `; } return document.getElementById(legendId).appendChild(ul); } }] }); } if ($("#status-summary").length) { const statusSummaryChartCanvas = document.getElementById('status-summary'); new Chart(statusSummaryChartCanvas, { type: 'line', data: { labels: ["SUN", "MON", "TUE", "WED", "THU", "FRI"], datasets: [{ label: '# of Votes', data: [50, 68, 70, 10, 12, 80], backgroundColor: "#ffcc00", borderColor: [ '#01B6A0', ], borderWidth: 2, fill: false, // 3: no fill pointBorderWidth: 0, pointRadius: [0, 0, 0, 0, 0, 0], pointHoverRadius: [0, 0, 0, 0, 0, 0], }] }, options: { responsive: true, maintainAspectRatio: false, elements: { line: { tension: 0.4, } }, scales: { y: { border: { display: false }, display: false, grid: { display: false, }, }, x: { border: { display: false }, display: false, grid: { display: false, } } }, plugins: { legend: { display: false, } } } }); } if ($("#marketingOverview").length) { const marketingOverviewCanvas = document.getElementById('marketingOverview'); new Chart(marketingOverviewCanvas, { type: 'bar', data: { labels: ["JAN","FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"], datasets: [{ label: 'Last week', data: [110, 220, 200, 190, 220, 110, 210, 110, 205, 202, 201, 150], backgroundColor: "#52CDFF", borderColor: [ '#52CDFF', ], borderWidth: 0, barPercentage: 0.35, fill: true, // 3: no fill },{ label: 'This week', data: [215, 290, 210, 250, 290, 230, 290, 210, 280, 220, 190, 300], backgroundColor: "#1F3BB3", borderColor: [ '#1F3BB3', ], borderWidth: 0, barPercentage: 0.35, fill: true, // 3: no fill }] }, options: { responsive: true, maintainAspectRatio: false, elements: { line: { tension: 0.4, } }, scales: { y: { border: { display: false }, grid: { display: true, drawTicks: false, color:"#F0F0F0", zeroLineColor: '#F0F0F0', }, ticks: { beginAtZero: false, autoSkip: true, maxTicksLimit: 4, color:"#6B778C", font: { size: 10, } } }, x: { border: { display: false }, stacked: true, grid: { display: false, drawTicks: false, }, ticks: { beginAtZero: false, autoSkip: true, maxTicksLimit: 7, color:"#6B778C", font: { size: 10, } } } }, plugins: { legend: { display: false, } } }, plugins: [{ afterDatasetUpdate: function (chart, args, options) { const chartId = chart.canvas.id; var i; const legendId = `${chartId}-legend`; const ul = document.createElement('ul'); for(i=0;i<chart.data.datasets.length; i++) { ul.innerHTML += ` <li> <span style="background-color: ${chart.data.datasets[i].borderColor}"></span> ${chart.data.datasets[i].label} </li> `; } return document.getElementById(legendId).appendChild(ul); } }] }); } if ($('#totalVisitors').length) { var bar = new ProgressBar.Circle(totalVisitors, { color: '#fff', // This has to be the same size as the maximum width to // prevent clipping strokeWidth: 15, trailWidth: 15, easing: 'easeInOut', duration: 1400, text: { autoStyleContainer: false }, from: { color: '#52CDFF', width: 15 }, to: { color: '#677ae4', width: 15 }, // Set default step function for all animate calls step: function(state, circle) { circle.path.setAttribute('stroke', state.color); circle.path.setAttribute('stroke-width', state.width); var value = Math.round(circle.value() * 100); if (value === 0) { circle.setText(''); } else { circle.setText(value); } } }); bar.text.style.fontSize = '0rem'; bar.animate(.64); // Number from 0.0 to 1.0 } if ($('#visitperday').length) { var bar = new ProgressBar.Circle(visitperday, { color: '#fff', // This has to be the same size as the maximum width to // prevent clipping strokeWidth: 15, trailWidth: 15, easing: 'easeInOut', duration: 1400, text: { autoStyleContainer: false }, from: { color: '#34B1AA', width: 15 }, to: { color: '#677ae4', width: 15 }, // Set default step function for all animate calls step: function(state, circle) { circle.path.setAttribute('stroke', state.color); circle.path.setAttribute('stroke-width', state.width); var value = Math.round(circle.value() * 100); if (value === 0) { circle.setText(''); } else { circle.setText(value); } } }); bar.text.style.fontSize = '0rem'; bar.animate(.34); // Number from 0.0 to 1.0 } if ($("#doughnutChart").length) { const doughnutChartCanvas = document.getElementById('doughnutChart'); new Chart(doughnutChartCanvas, { type: 'doughnut', data: { labels: ['Total','Net','Gross','AVG'], datasets: [{ data: [40, 20, 30, 10], backgroundColor: [ "#1F3BB3", "#FDD0C7", "#52CDFF", "#81DADA" ], borderColor: [ "#1F3BB3", "#FDD0C7", "#52CDFF", "#81DADA" ], }] }, options: { cutout: 90, animationEasing: "easeOutBounce", animateRotate: true, animateScale: false, responsive: true, maintainAspectRatio: true, showScale: true, legend: false, plugins: { legend: { display: false, } } }, plugins: [{ afterDatasetUpdate: function (chart, args, options) { const chartId = chart.canvas.id; var i; const legendId = `${chartId}-legend`; const ul = document.createElement('ul'); for(i=0;i<chart.data.datasets[0].data.length; i++) { ul.innerHTML += ` <li> <span style="background-color: ${chart.data.datasets[0].backgroundColor[i]}"></span> ${chart.data.labels[i]} </li> `; } return document.getElementById(legendId).appendChild(ul); } }] }); } if ($("#leaveReport").length) { const leaveReportCanvas = document.getElementById('leaveReport'); new Chart(leaveReportCanvas, { type: 'bar', data: { labels: ["Jan","Feb", "Mar", "Apr", "May"], datasets: [{ label: 'Last week', data: [18, 25, 39, 11, 24], backgroundColor: "#52CDFF", borderColor: [ '#52CDFF', ], borderWidth: 0, fill: true, // 3: no fill barPercentage: 0.5, }] }, options: { responsive: true, maintainAspectRatio: false, elements: { line: { tension: 0.4, } }, scales: { y: { border: { display: false }, display: true, grid: { display: false, drawBorder: false, color:"rgba(255,255,255,.05)", zeroLineColor: "rgba(255,255,255,.05)", }, ticks: { beginAtZero: true, autoSkip: true, maxTicksLimit: 5, fontSize: 10, color:"#6B778C", font: { size: 10, } } }, x: { border: { display: false }, display: true, grid: { display: false, }, ticks: { beginAtZero: false, autoSkip: true, maxTicksLimit: 7, fontSize: 10, color:"#6B778C", font: { size: 10, } } } }, plugins: { legend: { display: false, } } } }); } if ($.cookie('staradmin2-pro-banner')!="true") { document.querySelector('#proBanner').classList.add('d-flex'); document.querySelector('.navbar').classList.remove('fixed-top'); } else { document.querySelector('#proBanner').classList.add('d-none'); document.querySelector('.navbar').classList.add('fixed-top'); } if ($( ".navbar" ).hasClass( "fixed-top" )) { document.querySelector('.page-body-wrapper').classList.remove('pt-0'); document.querySelector('.navbar').classList.remove('pt-5'); } else { document.querySelector('.page-body-wrapper').classList.add('pt-0'); document.querySelector('.navbar').classList.add('pt-5'); document.querySelector('.navbar').classList.add('mt-3'); } document.querySelector('#bannerClose').addEventListener('click',function() { document.querySelector('#proBanner').classList.add('d-none'); document.querySelector('#proBanner').classList.remove('d-flex'); document.querySelector('.navbar').classList.remove('pt-5'); document.querySelector('.navbar').classList.add('fixed-top'); document.querySelector('.page-body-wrapper').classList.add('proBanner-padding-top'); document.querySelector('.navbar').classList.remove('mt-3'); var date = new Date(); date.setTime(date.getTime() + 24 * 60 * 60 * 1000); $.cookie('staradmin2-pro-banner', "true", { expires: date }); }); }); // iconify.load('icons.svg').then(function() { // iconify(document.querySelector('.my-cool.icon')); // }); })(jQuery);