One Hat Cyber Team
Your IP :
3.144.29.148
Server IP :
50.28.103.30
Server :
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
nginx/1.24.0
PHP Version :
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
layouts
/
chat_page
/
Edit File:
welcome_screen.php
<div class="contents"> <div> <div class="image"> <img class="lazy" data-src="<?php echo Registry::load('config')->site_url.'assets/files/defaults/welcome.png'.$cache_timestamp; ?>" /> </div> <div class="text"> <span class="title"><?php echo Registry::load('strings')->welcome_screen_heading ?></span> <span class="sub_title"><?php echo Registry::load('strings')->welcome_screen_message ?></span> <span class="footer"><?php echo Registry::load('strings')->welcome_screen_footer_text ?></span> </div> <?php if (isset($site_adverts['welcome_screen'])) { $site_advert = $site_adverts['welcome_screen']; $advert_css = 'max-height:'.$site_advert['site_advert_max_height'].'px;'; if (!empty($site_advert['site_advert_min_height'])) { $advert_css .= 'min-height:'.$site_advert['site_advert_min_height'].'px;'; } ?> <div class="site_advert_block" style="<?php echo $advert_css; ?>"> <div> <?php echo $site_advert['site_advert_content']; ?> </div> </div> <?php } ?> </div> </div>
Simpan