File manager - Edit - /home/autoph/public_html/voc/home/index.php
Back
<?php ob_start(); include 'core/init.php'; $useragent=$_SERVER['HTTP_USER_AGENT']; if(preg_match('/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i',$useragent)||preg_match('/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i',substr($useragent,0,4))){ header('Location: mobile_store.php'); } logged_in_redirect(); error_reporting(0); $imgF = RAND(1,22); ?> <html> <head> <link rel="icon" href="images/ahg_logo.png"> </head> <body> <script> function ShowUploadBar() { var div = document.getElementById("loadBaraData"); if (div.style.display == 'none') { div.style.display = ''; } else { div.style.display = 'none' } } </script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- <div id="wait" style="display:none;width:400px;height:100px;border:0px solid red;position:absolute;top:50%;left:45%;padding:2px;z-index:999999999999999999"> <img src='images/demo_wait.gif' width="64" height="64" /><br>Logging in...</div> add jquery --> <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(document).ajaxStart(function(){ $("#wait").css("display", "block"); }); $(document).ajaxComplete(function(){ $("#wait").css("display", "none"); }); //============================================================================================================================================ //============================================================================================================================================ $("#UserLogin").click(function(){ var MyUsername = $("#MyUsername").val(); //endaya var userPassword = $("#userPassword").val(); //endaya if(MyUsername==""){ alert('Invalid Username'); return false; } ShowUploadBar();; $.ajax({ url: "user_login_new_page.php", type: "POST", async: false, data: { "userPassword":userPassword, "MyUsername":MyUsername, "done":1 }, success: function(d){ $("#LoginMessage").html(d); $('#userPassword').val(''); ShowUploadBar(); } }) }); }); function myFunction() { var x = document.getElementById("userPassword"); if (x.type === "password") { x.type = "text"; } else { x.type = "password"; } } </script> <style> body { background:white; margin:0px; } a:link { color: #3e423d ; } /* visited link */ a:visited { color: #3e423d; } /* mouse over link */ a:hover { color: black; } /* selected link */ a:active { color: #3e423d; } * { box-sizing: border-box; } .headerDiv{ background-image: url(./images/<?php echo $imgF;?>.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; height:450px; width;100%; background-color:black; min-width:1500px } .imgLogo{ background-image: url(./images/nexthub_l.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } .loginButton{ padding:10px; margin:10px; width:70%; border:1px solid gray; background: -webkit-linear-gradient(left top,gray,lightgray #f0f0dd ); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, gray,lightgray ,#f0f0dd); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, gray,lightgray,#f0f0dd); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, gray,lightgray,#f0f0dd); /* Standard syntax */ font-family:Calibri; font-size:18px; font-weight:bold; margin-left:15%; border-radius:0px; text-align:left; } .loginButton:hover{ padding:10px; margin:10px; width:70%; border:1px solid #fc8866; background: -webkit-linear-gradient(left top, #fa4f1c , #fc8866, #fcd866); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(bottom right, #fa4f1c , #fc8866, #fcd866); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(bottom top, #fa4f1c , #fc8866, #fcd866); /* For Firefox 3.6 to 15 */ background: linear-gradient(to bottom right, #fa4f1c , #fc8866, #fcd866); /* Standard syntax */ font-family:Calibri; font-size:18px; font-weight:bold; margin-left:15%; border-radius:0px; text-align:left; } .LoginText{ background:white ;padding:10px;width:70%;margin:15%;margin-top:0%;margin-bottom:0%;border:2px solid #0b7c8e;font-family:Yu Gothic Light;font-size:16px;max-height:40px;border-radius:0px;text-align:left; } .LoginText:hover{ background: #f2f896 ;padding:10px;width:70%;margin:15%;margin-top:0%;margin-bottom:0%;border:2px solid #f00;font-family:Yu Gothic Light;font-size:16px;max-height:40px;border-radius:0px;text-align:left; </style> <!--#########################################################################--> <div id="loadBaraData" style="display:none;position:absolute;top:50%;left:35%;width:30%;padding:5px;padding-left:2px;padding-right:2px;height:80px;background:transparent;z-index:9999;border:0px solid gray;z-index:999999999999999999"> <div id="uploadBar" style="font-family:Calibri;font-size:14px;color:red;text-align:center;margin-top:0px;background:white;display:block;width:100%;height:55px;border:2px solid red;position:relative;left:5px;padding:8px;z-index:999999999999999999;border:3px solid black"> <img src='images/ajaxLoader.gif' width="100%" height="20px" /><br><center>Logging In...<center></div> </div> <!--#########################################################################--> <div class="headerDiv"> <div style="float:left;width:40%;height:420px;background:transparent"> <div style="float:left;width:60%;margin-left:50px;height:90PX;background:black;margin-bottom:20px;border-radius: 0px 0px 10px 10px;min-width:450px;border:1px solid #fff;border-top:0px;text-align:left;box-shadow:1px 1px 1px gray"> <img src="./images/ahg_logo.png" style='margin-top:-15px;margin-left:3%;width:250px;'></img> </div> <div class='imgLogo' style="float:left;margin-left:5%;width:78%;min-width:450px;height:240px;margin-top:100px;background:transparent;border-radius:30px 30px 0px 0px;border:0px solid #f5460e;border-bottom:0px solid orange"> <!-- <b style='font-family:Calibri;font-size:50px;color:black;margin:20px;text-shadow: 2px 2px gray;'>AUTOHUB CONNECT </b> --> </div> </div> <div style="float:left;width:60%;height:420px;background:transparent;padding:20px"> </div> <div style="width:100%;float:left;height:30px;background:black;border-top:0px solid #f5460e "> </div> </div> <div style="width:100%;float:left;height:473px;background: #fff;border-bottom:30px solid #000;min-width:1500px"> <div style="float:left;width:35%;height:100%;background:white"> <div class='imgLogo' style="float:left;margin-left:5%;width:90%;min-width:500px;height:700px;margin-top:-245px;background:transparent ;border-radius:30px 30px 0px 0px;border:0px solid #f5460e;"> <div style="float:left;width:450px;height:663px;background: #81d4d8 ;margin:5%;border-radius:20px 20px 0px 0px;border:0px solid #049ab8 ;box-shadow:black -2px -2px 15px;"> <p style='padding:5px;font-family:Calibri;font-size:25px;font-weight:bold;color:black;background: #049ab8;border-radius:15px 15px 0px 0px;width:100%;margin-top:0px;padding-bottom:10px'>🔏 USER LOGIN</p> <p style='padding:10px;font-family:Yu Gothic Light;font-size:20px;color:black;margin-bottom:0px;margin-left:15%;padding-left:0px;margin-bottom:0px;padding-bottom:0px'>Username:</p> <input type="text" id="MyUsername" name="MyUsername" value="" placeholder="👮 Username" class="LoginText"> <p style='padding:10px;font-family:Yu Gothic Light;font-size:20px;color:black;margin-top:10px;margin-left:15%;padding-left:0px;margin-bottom:0px;padding-bottom:0px'>Password:</p> <input type="password" id="userPassword" name="MyPassword" value="" placeholder="🔐 Password" class="LoginText"> <input type="checkbox" name="remember" id="remember" style='margin-left:15%;margin-top:30px;'<?php if(isset($_COOKIE["member_login"])) { ?> checked <?php } ?> /> <label for="remember">Remember me</label> <input type="checkbox" name="showP" id="showP" onclick="myFunction()"> <label for="showP">Show Password</label> <input type="submit" id="UserLogin" style='margin-top:30px;' class="loginButton" id="userLogin" value="🔑 LOGIN"> <br><br><br><hr style='background:white;border:1px solid white;border-bottom:1px solid gray'> <p id='LoginMessage' style='margin:20px;margin-top:40px;font-family:Calibri;font-size:18px;color:red;text-align:center;'>Please Login to Continue...</p> </p> </div> </div> </div> <div style="float:left;width:65%;height:100%;background:white;padding:20px;;padding-left:0px"> <div style="float:left;width:100%;height:100%;background:white;margin:0%;border-radius:1px;border:1px solid lightgray;box-shadow:black 0px 0px 0px;min-width:450px;"> <p style='padding:5px;font-family:Yu Gothic;font-size:25px;font-weight:bold;color:black;background:white;border-radius:5px 5px 0px 0px;width:100%;margin-top:0px;padding-bottom:10px'>📑 NEWS & UPDATES</p> </div> </div> </div><!-- <div style="float:left;width:60%;height:100%;background:white;padding:20px"> <div style="float:left;width:100%;height:650px;background:white;margin:0%;border-radius:10px;border:1px solid white;box-shadow:black 0px 0px 0px;min-width:450px;"> <p style='padding:5px;font-family:Calibri;font-size:25px;font-weight:bold;color:black;background:white;border-radius:5px 5px 0px 0px;width:100%;margin-top:0px;padding-bottom:10px'>📑 NEW & UPDATES</p> </div> </div> --> </body>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings