Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <?php include('vpn.php'); ?>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
  7. <title>{hotelname}: Logga in</title>
  8.  
  9. <link rel="stylesheet" href="../habinindexregister/css.css?8" type="text/css"/>
  10.  
  11.  
  12. <style type="text/css">.index-error{background:rgba(255,0,0,.7);height:35px;top:0px;left:0px;padding:0px;margin:0 auto;border-radius:0px;text-align:center;line-height:35px;color:#fff;font-weight:bold;font-size:17px;}</style>
  13. </head><body>
  14. <div id="loginbox">
  15. <div id="online">
  16. <i></i><b><span class="top"><?php $sql = "SELECT COUNT(*) FROM users WHERE online = '1'";
  17. $query = mysql_query($sql) or die(mysql_error());
  18. $hoeveel = mysql_result($query,0,0);
  19. echo $hoeveel; ?></span><span class="bottom">Medlemmar online!</span></b>
  20. </div>
  21. <a class="logo login"></a>
  22. <div class="loginoptions">
  23. <form action="index" method="post">
  24. <div class="input-area" style="float:left;">
  25. <input type="text" class="text" name="log_username" placeholder="Habinnavn" maxlength="100"/>
  26. <input type="password" class="text" name="log_password" placeholder="Passord" maxlength="100"/>
  27. <div id="error_name" class="errors error-bottom"></div>
  28. </div>
  29. <input type="submit" name="login" class="loginsubmit submit-button button-link button-content" value="Logga in"/>
  30. </form>
  31. </div>
  32. <div class="logincontent">
  33. <a href="{url}/register"><div class="register">
  34. <span class="top">Bli medlem </span>
  35. <span class="bottom">helt gratis!</span>
  36. </div></a>
  37. <a href="#" class="forgot">Har du glömt din lösenord?</a>
  38. </div>
  39. </div>
  40. <div id="footer">
  41. &copy; 2018 - {hotelname}. <i>Need help? Kontakta oss p&aring; PlusTeam @Sultan Mohamed</a><script type="text/javascript">
  42. /* <![CDATA[ */
  43. (function(){try{var s,a,i,j,r,c,l,b=document.getElementsByTagName("script");l=b[b.length-1].previousSibling;a=l.getAttribute('data-cfemail');if(a){s='';r=parseInt(a.substr(0,2),16);for(j=2;a.length-j;j+=2){c=parseInt(a.substr(j,2),16)^r;s+=String.fromCharCode(c);}s=document.createTextNode(s);l.parentNode.replaceChild(s,l);}}catch(e){}})();
  44. /* ]]> */
  45. </script></i></div>
  46. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement