Server IP : 108.170.25.35 / Your IP : 3.142.172.250 Web Server : Apache/2 System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : studio ( 1434) PHP Version : 8.1.28 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/studio/domains/studio7eleven.com/private_html/ |
Upload File : |
<script type="text/javascript" src="https://code.jquery.com/jquery-1.8.2.js"></script> <style type="text/css"> #overlay { position: fixed; top: 0; left: 0; width: 100%; background-color: #000; filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; z-index: 100; display: none; } .txt-cen{ text-align:center; } .log1{ height: 112px; } .log2{ height: 92px; } .cnt223 a{ text-decoration: none; } .popup{ width: 100%; margin: 0 auto; display: none; position: fixed; z-index: 999999999; } .cnt223{ min-width: 600px; width: 600px; min-height: 150px; margin: 2px auto; background: #f3f3f3; position: relative; z-index: 103; padding: 5px 5px; border-radius: 5px; box-shadow: 0 2px 5px #000; } .cnt223 p{ clear: both; color: #555555; /* text-align: justify; */ font-size: 20px; font-family: sans-serif; } .cnt223 p a{ color: #3000b7; font-weight: bold; font-size: 18px; } .cnt223 .x{ float: right; height: 35px; left: 22px; position: relative; top: -25px; width: 34px; } .cnt223 .x:hover{ cursor: pointer; } .head-h1{ font-size: 20px; text-align: center; padding-bottom: 10px; font-family: 'Abril Fatface' !important; color:#0074d9; } .head-h1 span{ color:#f00c; } .close{ padding-bottom:10px; } .own-pp{ height:591px; width:100%; } @media only screen and (max-width:890px){ .cnt223 { min-width: 100%; width: 100%; min-height: 100%; } .contd { height: 100%; width: 100%; } } </style> <script type='text/javascript'> $(function(){ var overlay = $('<div id="overlay"></div>'); overlay.show(); overlay.appendTo(document.body); $('.popup').show(); $('.close').click(function(){ $('.popup').hide(); overlay.appendTo(document.body).remove(); return false; }); $('.x').click(function(){ $('.popup').hide(); overlay.appendTo(document.body).remove(); return false; }); }); </script> <div class='popup'> <div class='cnt223'> <?php include 'admin/conn.php';?> <?php $sql=mysqli_query($conn,"SELECT * FROM banner"); while($row=mysqli_fetch_array($sql)) { ?> <p><a href='' class='close'><span>Close</span> <i class="fa fa-close"></i></a></p> <!--<h1 class="txt-cen"><img class="log1" src="img/thendraliasacademy.png"><span><img class="log2" src="img/thendral_ias_academy1.jpg"></span></h1>--> <p> <img class="own-pp" src="admin/<?php echo $row['image'];?>"> <br/> <br/> <br/> </p> <?php } ?> </div> </div>