Server IP : 103.53.40.154 / Your IP : 18.188.91.223 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/adisgauges.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php ob_start(); require_once("includes/dbsmain.inc.php"); //header("location:hacked.html"); $page_name=basename($_SERVER['PHP_SELF'],'.php'); include("site-main-query.php"); if($compDATA['admin_site_down']=='Yes'){ header("location:site-down.php"); exit; } $site_url=$compDATA['admin_website_url']; $author = str_replace("http://","","$site_url"); ?><div class="wp-styd1"> <p id="myBtn2"><img src="images/talk-to.png" style="width:52px;" style="float-right"></p> </div> <!------==========-----> <style> .modaldolly { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index:999; /* Sit on top */ padding-top:20px; /* Location of the box */ left: 0; top: 0; overflow:hidden; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0,0,0); /* Fallback color */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* modaldolly Content */ .modaldolly-content2 { background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width:30%; top:10px; } /* The closechat2 Button */ .closechat2 { color: #aaaaaa; float: right; font-size: 28px; font-weight: bold; } .closechat2:hover, .closechat2:focus { color: #000; text-decoration: none; cursor: pointer; } </style> </head> <body> <!-- The modaldolly --> <div id="mymodaldollychat1" class="modaldolly" style="overflow:hidden; z-index:9999"> <div class="modaldolly-content2"> <span class="closechat2">×</span> <p><iframe src="<?=$compDATA['admin_live_chat_code']?>" height="500" width="100%" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></p> </div> </div> <script> // Get the modaldolly var modaldolly = document.getElementById("mymodaldollychat1"); // Get the button that opens the modaldolly var btn = document.getElementById("myBtn2"); // Get the <span> element that closechat2s the modaldolly var span = document.getElementsByClassName("closechat2")[0]; // When the user clicks the button, open the modaldolly btn.onclick = function() { modaldolly.style.display = "block"; } // When the user clicks on <span> (x), closechat2 the modaldolly span.onclick = function() { modaldolly.style.display = "none"; } // When the user clicks anywhere outside of the modaldolly, closechat2 it window.onclick = function(event) { if (event.target == modaldolly) { modaldolly.style.display = "none"; } } </script>