=== DIAGNOSTICO PANEL DE LICENCIAS === PHP version: 7.4.33 SAPI: cgi-fcgi Server software: Apache --- Extensiones criticas --- openssl : OK session : OK json : OK --- Funciones criticas --- openssl_encrypt : OK session_start : OK random_int : OK json_decode : OK json_encode : OK glob : OK --- Paths --- __DIR__ : /home/rpglatam/lic.rpglatam.online data dir : /home/rpglatam/lic.rpglatam.online/data data existe? : SI data writable?: SI session path : /opt/alt/php74/var/lib/php/session --- Archivos en el directorio --- 0644 README.txt 0644 admin.php [DIR] 0755 cgi-bin 0644 check.php [DIR] 0755 data 0644 diag.php 0644 launcher_check.php 0644 licencias.zip 0644 panel.php --- .htaccess --- Contenido: ---- # Proteger los .json del directorio data/ — nadie debe poder bajarlos directo. # Compatible Apache 2.2 (Order/Deny) + Apache 2.4 (Require) — el server usa # el bloque que entienda. mod_authz_core existe solo en 2.4+. # Apache 2.4 o superior Require all denied # Apache 2.2 (legacy) Order allow,deny Deny from all ---- --- Test session_start --- session_start(): OK session_id : a169d5e99adf9d811d965535b403a2d2 --- Test openssl_encrypt (AES con la key del panel) --- key len : 32 (debe ser 32) iv len : 16 (debe ser 16) encrypt : OK (16 bytes) --- Apache version (si es Apache) --- apache_get_version no disponible (puede ser FastCGI / Nginx / litespeed). --- mod_authz_core disponible? (necesario para Apache 2.4 'Require') --- apache_get_modules no disponible (probablemente FastCGI) --- Test write/read a data/ --- write _diag_test.txt: OK (30 bytes) read : OK === FIN — borra este archivo del server cuando termines ===