One Hat Cyber Team
Your IP :
216.73.216.36
Server IP :
162.240.179.46
Server :
Linux vps-14493116.nutrivittasaude.com.br 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
lifeprimeti
/
zion.lifeprimeti.com.br
/
View File Name :
index.php0
<?php /** * Zender - Messaging Platform for SMS and WhatsApp, use your Android Devices as SMS Gateways (SaaS) * @author Titan Systems <mail@titansystems.ph> */ /** * Error Reporting */ error_reporting(E_ALL & ~E_DEPRECATED); /** * Start Session */ session_start(); /** * Updating Detection */ if(file_exists("updating.lock")): echo file_get_contents("templates/_assets/html/maintenance.html"); die(); endif; /** * Vendors */ require "vendor/autoload.php"; /** * Framework */ require "system/framework.php";