One Hat Cyber Team
Your IP :
3.145.73.134
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
softaculous
/
zentao
/
Edit File:
my.php
<?php $config->installed = true; $config->debug = false; $config->requestType = 'GET'; $config->timezone = 'US/Eastern'; $config->db->driver = 'mysql'; $config->db->host = '[[softdbhost]]'; $config->db->port = '3306'; $config->db->name = '[[softdb]]'; $config->db->user = '[[softdbuser]]'; $config->db->encoding = 'UTF8'; $config->db->password = '[[softdbpass]]'; $config->db->prefix = 'zt_'; $config->webRoot = getWebRoot(); $config->default->lang = '[[language]]';
Simpan