File manager - Edit - /home/autoph/public_html/connect/home/home.php
Back
<?php ob_start(); include 'core/init.php'; logged_in_redirect(); $imgF = RAND(1,22); ?> <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>Processing...</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; } $.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(''); $('#MyUsername').val(''); } }) }); }); </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%; } .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 class="headerDiv"> <div style="float:left;width:40%;height:420px;background:transparent"> <div style="float:left;width:90%;margin-left:5%;height:90PX;background:black;margin-bottom:20px;border-radius: 0px 0px 30px 30px;min-width:450px;border:5px solid #000;border-top:0px;text-align:left"> <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:90%;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">BB</div> <div style="width:100%;float:left;height:30px;background:black;border-top:0px solid #f5460e ">B</div> </div> <div style="width:100%;float:left;height:470px;background: #fff;border-bottom:30px solid #000 "> <div style="float:left;width:35%;height:100%;background:gray"> <div class='imgLogo' style="float:left;margin-left:5%;width:90%;min-width:450px;height:700px;margin-top:-245px;background:transparent;border-radius:30px 30px 0px 0px;border:0px solid #f5460e;border:0px solid black"> <div style="float:left;width:90%;height:663px;background:white;margin:5%;border-radius:20px 20px 0px 0px;border:5px solid black;box-shadow:black 2px 2px 2px;"> <p style='padding:5px;font-family:Calibri;font-size:25px;font-weight:bold;color:black;background:lightgray;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="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 style='padding:5px;font-family:Calibri;font-size:18px;font-weight:Normal;color:black;background:transparent;border-radius:0px 0px 5px 5px;width:100%;margin-top:0px;padding-bottom:10px;text-align:center;margin-top:40px;'> 🕵 Register | 📓 Forgot Password | 💡 Help </p> </div> </div> </div> <div style="float:left;width:65%;height:100%;background:gray;padding:20px"> <div style="float:left;width:100%;height:100%;background:white;margin:0%;border-radius:10px;border:5px 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'>📑 NEW & 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> -->
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings