Advertisement
Guest User

Untitled

a guest
Oct 19th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. echo '';
  15. include( dirname( __FILE__ ) . '/funct.php' );
  16. include( dirname( __FILE__ ) . '/lang.eng.php' );
  17. $_SESSION = array( );
  18. $_SESSION['user_id'] = 0;
  19. $Err = '';
  20. $funct = '';
  21.  
  22. .....................................................................................
  23. ..................................................
  24. ..............................
  25.  
  26. echo '<html>
  27.  
  28. <head>
  29. <meta http-equiv="Content-Language" content="zh-tw">
  30. <meta http-equiv="Content-Type" content="text/html; charset=big5">
  31. <title>韶華旅行社(香港)有限公司 </title>
  32. </head>
  33. <script src="./cookie.js"></script>
  34. <body>
  35. <form method="POST" action="" onsubmit="Set_Cookie(\'wsb_logged\', \'true\', \'\', \'/\', \'\', \'\' );">
  36. <input type="hidden" name="funct" value="login">
  37. <table border="0" width="100%" id="table7" height="100%" cellspacing="0" cellpadding="0">
  38. <tr>
  39. <td align="center">
  40. <table border="0" width="430" id="table8" background="./images/loginframe.PNG" height="250" cellpadding="0" style="border-collapse: collapse">
  41. <tr>
  42. <td align="center">
  43. <table border="0" width="300" id="table10" cellpadding="4" style="border-collapse: collapse; font-family:Arial; font-size:12px">
  44. <tr>
  45. <td align="center">';
  46. echo $Err;
  47. echo '&nbsp;</td>
  48. </tr>
  49. </table>
  50. <table border="1" width="300" id="table10" cellpadding="4" style="border-collapse: collapse; font-family:Arial; font-size:12px" bordercolor="#C0C0C0">
  51. <tr>
  52. <td width="40%" align="right" bgcolor="#F0EFE6">
  53. User Id</td>
  54. <td width="60%"><input type="text" name="username" size="20" style="border: 1px solid #C0C0C0; font-family:Arial; font-size:12px"></td>
  55. </tr>
  56. <tr>
  57. <td width="40%" align="right" bgcolor="#F0EFE6">
  58. Password</td>
  59. <td><input type="password" name="pwd" size="20" style="border: 1px solid #C0C0C0; font-family:Arial; font-size:12px"></td>
  60. </tr>
  61. <tr>
  62. <td width="40%" align="right" bgcolor="#F0EFE6">&nbsp;</td>
  63. <td>
  64. <input type="submit" value="Login" name="login" style="border: 1px solid #C0C0C0; font-family: Arial; font-size:12px "></td>
  65. </tr>
  66. </table>
  67. <br>
  68. <font size="2" color="#808080" face="Tahoma"> </font>
  69. </td>
  70. </tr>
  71. </table>
  72. </td>
  73. </tr>
  74. </table>
  75. </form>
  76. </body>
  77. </html>
  78. ';
  79. exit( );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement