Advertisement
Guest User

login.pl

a guest
Apr 26th, 2010
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN">
  2. <html lang="en"><head><title>Wireless Network Log In</title>
  3. <link rel="SHORTCUT ICON" href="http://64.35.176.111/i/favicon.ico" />
  4. <link rel="stylesheet" type="text/css" href="https://64.35.176.111/styles/base_1.css" />
  5.  
  6. <script language="JavaScript" type="text/javascript">
  7. <!-- Begin
  8. function NewWindow(mypage, myname, w, h, scroll) {
  9. var winl = (screen.width - w) / 2;
  10. var wint = (screen.height - h) / 4;
  11. winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable,status'
  12. win = window.open(mypage, myname, winprops)
  13. if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
  14. }
  15. // End -->
  16. </script>
  17. </head><body><a name="anchortop"></a>
  18. <table id="bstable"><tr><td id="bstr">
  19. <div id="bsform">
  20. <div id="user"><h1>Registered Users</h1>
  21. <form method="POST" action="https://64.35.176.111/login.pl" enctype="application/x-www-form-urlencoded" name="bluesocket_u" class="nospace">
  22. <input type="hidden" name="_FORM_SUBMIT" value="1" />
  23. <input type="hidden" name="which_form" value="reg" />
  24. <input type="hidden" name="destination" value="" />
  25. <input type="hidden" name="source" value="10.10.32.15" />
  26. <input type="hidden" name="error" value="" />
  27.  
  28. <h2><label for="l_bs_name">User Name</label></h2>
  29. &nbsp;<input type="text" name="bs_name" id="l_bs_name" value="" size="15" />
  30. <h6>&nbsp;&nbsp;</h6>
  31.  
  32. <h2><label for="l_bs_password">Password</label></h2>
  33. &nbsp;<input type="password" name="bs_password" id="l_bs_password" value="" size="15" />
  34. <h6>&nbsp;&nbsp;</h6>
  35.  
  36. <h5><input type="submit" border="0" value="Log In" class="btn" /><input type="image" src="https://64.35.176.111/i/loginCircle.gif" width="24" height="25" alt="Go" border="0" align="middle" /></h5>
  37. </form><script language="JavaScript" type="text/javascript">
  38. document.bluesocket_u.bs_name.focus();
  39. </script>
  40. </div>
  41. <div id="links"><ul><li style="background-image:url('https://64.35.176.111/i/loginHelpCircle.gif');"><a href="help/loginHelp.html" onclick="NewWindow(this.href,'name','340','440','yes','yes');return false;">Help</a></li>
  42. </ul></div>
  43. <div id="date">
  44. <script language="JavaScript" type="text/javascript">
  45. <!-- Hide this from older browsers
  46.  
  47. var Today = new Date();
  48. var week, month, year;
  49.  
  50. switch (Today.getDay()) {
  51. case 0:
  52. week = "Sunday";
  53. break;
  54. case 1:
  55. week = "Monday";
  56. break;
  57. case 2:
  58. week = "Tuesday";
  59. break;
  60. case 3:
  61. week = "Wednesday";
  62. break;
  63. case 4:
  64. week = "Thursday";
  65. break;
  66. case 5:
  67. week = "Friday";
  68. break;
  69. case 6:
  70. week = "Saturday";
  71. break;
  72. }
  73.  
  74. switch (Today.getMonth()) {
  75. case 0:
  76. month = "January";
  77. break;
  78. case 1:
  79. month = "February";
  80. break;
  81. case 2:
  82. month = "March";
  83. break;
  84. case 3:
  85. month = "April";
  86. break;
  87. case 4:
  88. month = "May";
  89. break;
  90. case 5:
  91. month = "June";
  92. break;
  93. case 6:
  94. month = "July";
  95. break;
  96. case 7:
  97. month = "August";
  98. break;
  99. case 8:
  100. month = "September";
  101. break;
  102. case 9:
  103. month = "October";
  104. break;
  105. case 10:
  106. month = "November";
  107. break;
  108. case 11:
  109. month = "December";
  110. break;
  111. }
  112. year = (Today.getYear() < 1900 ? Today.getYear() + 1900 : Today.getYear());
  113.  
  114. document.write (week + " " + month + " " + Today.getDate() + ", " + year);
  115.  
  116. // end hide -->
  117. </script>
  118. </div>
  119. </div>
  120. <!-- end Login Form --></td>
  121. <td id="bstrr" bgcolor=#ffffff width="2"><img src="https://64.35.176.111/i/spacer.gif" width="2" height="1" /></td>
  122. <td id="bstrr" bgcolor=#000000 width="1"><img src="https://64.35.176.111/i/spacer.gif" width="1" height="1" /></td>
  123. <td id="bstrr">
  124. <!-- begin Custom HTML -->
  125. <div id="custom_html">
  126. <IMG SRC="/local/uni1.jpg">
  127. <HR Size=1>
  128. <P>
  129. <TABLE WIDTH=500>
  130. <TR>
  131. <TD>
  132. <Font Face=Verdana Size=3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement