Advertisement
plas71k

bal2 => decoded

Feb 16th, 2013
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.74 KB | None | 0 0
  1. <?php
  2. /*
  3. * @ Pirate-Sky Crew :: PHP Decoder v2
  4. * @ Author: pLa$71k
  5. * @ Web: http://pirate-sky.com
  6. * @ Pirate-Sky Crew © 2008 - 2013
  7. */
  8.  
  9. ?>
  10. <!DOCTYPE html>
  11. <html>
  12. <head>
  13. <title> Awesome l@@p2 bal chkr by Karan </title>
  14. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  15. <meta http-equiv="content-language" content="en">
  16. </head>
  17. <body>
  18. <h1 align="center"> Working Balance Checker By karan-619 </h1>
  19. <form align="center" name ="LoginForm" method="post" action="f.php" onsubmit= "javascript:return CheckLoginForm()">
  20. <b>Username:-   i.e. email id</b>
  21. <br />
  22. <textarea name="u" cols="25" rows="3" title="Type Login Mobile Here"></textarea>
  23. <br />
  24. <b>Separate multiple username by comma.</b>
  25. <br />
  26. <b>e.g. - [email protected],[email protected] and so on</b>
  27. <br /><br />
  28. <script type="text/javascript">
  29. function CheckLoginForm()
  30. {
  31. //ScrollUp(120);
  32. if(document.LoginForm.uid.value == "")
  33. {
  34. //alert("Please enter your mobile number.");
  35. alert("Please enter mobile number");
  36. document.LoginForm.uid.focus();
  37. return false;
  38. }
  39. else if(document.LoginForm.pwd.value == "")
  40. {
  41. //alert("Please enter your password.");
  42. alert("Please enter password");
  43. document.LoginForm.pwd.focus();
  44. return false;
  45. }
  46. return true;
  47. }
  48. function changeType()
  49. {
  50. document.LoginForm.p.type=(document.LoginForm.option.value=(document.LoginForm.option.value==1)?'-1':'1')=='1'?'password':'text';
  51. }
  52. </script>
  53. <b>Password:-</b>
  54. <br />
  55. <input type="password" id="p" name="p" title="Enter Password" />
  56. <br />
  57. <b><input type="checkbox" name="option" value='1' onchange="changeType()" /> Click to Show Password  </b>
  58. <br />
  59. <input type="submit" name="submit" value="Show my Balance" title="Click To Get Balance"/>
  60. </form>
  61. <br>
  62. </body>
  63. </html>
  64. <!--DEFAULT_WELCOME_PAGE-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement