One Hat Cyber Team
Your IP :
3.16.143.199
Server IP :
162.241.123.123
Server :
Linux sh016.hostgator.in 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home1
/
saicsazq
/
vartha.org
/
application
/
config
/
View File Name :
email.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); $CI=& get_instance(); $CI->load->database(); $config['protocol'] =$CI->db->get_where('general_settings', array('type' => 'mail_status'))->row()->value; $config['mailtype'] ='html'; if($config['protocol'] == 'smtp'){ $config['smtp_host'] = $CI->db->get_where('general_settings',array('type'=>'smtp_host'))->row()->value; $config['smtp_port'] = $CI->db->get_where('general_settings',array('type'=>'smtp_port'))->row()->value; $config['smtp_user'] = $CI->db->get_where('general_settings',array('type'=>'smtp_user'))->row()->value; $config['smtp_pass'] = $CI->db->get_where('general_settings',array('type'=>'smtp_pass'))->row()->value; }