⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
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.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
wwwroot
/
globify.live
/
layouts
/
chat_page
/
View File Name :
footer_site_adverts.php
<?php if (isset($site_adverts['chat_page_footer'])) { $site_advert = $site_adverts['chat_page_footer']; $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="footer_site_adverts" style='height:<?php echo $site_advert['site_advert_max_height']; ?>px;'> <div class="site_advert_block" style="<?php echo $advert_css; ?>"> <div> <?php echo $site_advert['site_advert_content']; ?> </div> </div> </div> <style> .main.main_window { padding-bottom: <?php echo $site_advert['site_advert_max_height'].'px;'; ?> } </style> <?php } ?>