| Server IP : 104.21.21.239 / Your IP : 216.73.216.101 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/mitzvahm/wwwdevplanner/mod/ |
Upload File : |
<?php include('_mod_security.php'); ?>
<?php
//echo '======================================================================================================'.mysqli_real_escape_string($GLOBALS['con'], trim($_REQUEST['ix']));
if ($_REQUEST['ltype'] == 'text') :
echo '<div style="width:95%; text-align:right; margin-top:10px;">';
echo '<img src="img/lg_mitzvah_logo.png?ver='.filemtime(dirname(__DIR__).'/img/lg_mitzvah_logo.png').'" alt="Mitzvah Organizer Bar Bat Mitzvah Planning Software" style="float:left; margin-left:10px; width:50%; max-width:350px;" /> ';
echo '<input type="button" value="Print" onclick="printSection(\'popup_section\');" />';
echo '</div>';
echo '<div id="popup_section" style="width:95%; text-align:justify; margin-top:25px; margin-bottom:15px; margin-left:auto; margin-right:auto; padding:10px; position:absolute; top:20px; bottom:5px; left:1.5%; overflow-y:scroll;">';
elseif ($_REQUEST['ltype'] == 'gallery') :
?>
<div class="gallery_popup_arrow_left">
<img class="gallery_arrow" src="img/gallery_arrow_left.png" alt="arrow left" onclick="window_gallery('terms_window',ix_gal_current - 1);" />
</div>
<div class="gallery_popup_arrow_right">
<img class="gallery_arrow" src="img/gallery_arrow_right.png" alt="arrow right" onclick="window_gallery('terms_window',ix_gal_current + 1);" />
</div>
<?php
echo '<div id="popup_section" style="width:95%; text-align:center; margin-top:25px; margin-bottom:15px; margin-left:auto; margin-right:auto; padding:10px; position:absolute; top:20px; bottom:5px; left:1.5%; overflow-y:scroll;">';
else :
echo '<div style="width:100%; text-align:center; margin-top:25px; margin-bottom:25px;">';
endif;
echo get_text(mysqli_real_escape_string($GLOBALS['con'], trim($_REQUEST['ix'])));
echo '</div>';
?>