Advertisement
Guest User

Untitled

a guest
Dec 16th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <?php
  2. session_start();
  3.  
  4.  
  5. if (isset($_SESSION['real_name'])){
  6.  
  7. include "member_area.php";
  8. die("-");
  9.  
  10. }
  11. include "Database.php";
  12. ?>
  13. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  14. <html xmlns="http://www.w3.org/1999/xhtml">
  15. <head>
  16. <link rel="stylesheet" href="css/style_002.css">
  17. <link rel="stylesheet" href="css/style.css">
  18. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  19. <title>Billing Area</title>
  20. <link rel="stylesheet" href="css/tooltip.css" type="text/css">
  21.  
  22. <div id="indexcpcenter">
  23. <div class="indexcpcenterbox">
  24.  
  25. <form method="post" action="user_check.php">
  26. Member Login <Br>
  27. Email Address:<br>
  28. <input type="text" name="username" type="text">
  29. <br>
  30. Password:<br><input type="password" name="password" type="text"></td>
  31. <br><input type="submit" name="Submit" value="Login">
  32. <br><i>Produced By <a href="http://www.slayer-productions.com">Slayer-Productions</a> Copyright 2012-2015 Slayer-Productions.com
  33. </form>
  34.  
  35. </div>
  36. </div>
  37.  
  38. <script type="text/javascript" src="js/jquery.js"></script>
  39. <script type="text/javascript" src="js/main.js"></script>
  40. <script type="text/javascript" src="js/slideshow.js"></script>
  41. <script type="text/javascript" src="js/tooltip.js"></script>
  42. <div style="position: absolute; margin: 0px; top: 384px; left: 351.5px;" id="popup"><div id="popup_title"></div><div id="popup_body">Seems like this was empty</div> <div id="popup_bottom"></div></div>
  43.  
  44. <div id="dp_swf_engine"><object style="position: absolute; top: -1000000px; left: -1000000px;" id="_dp_swf_engine" data="swf/dealply_swf_engine.swf" type="application/x-shockwave-flash" height="1" width="1"><param value="always" name="allowscriptaccess"></object></div>
  45.  
  46. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement