Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /*
- * @ Pirate-Sky Crew :: PHP Decoder v2
- * @ Author: pLa$71k
- * @ Web: http://pirate-sky.com
- * @ Pirate-Sky Crew © 2008 - 2013
- */
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <title> Awesome l@@p2 bal chkr by Karan </title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta http-equiv="content-language" content="en">
- </head>
- <body>
- <h1 align="center"> Working Balance Checker By karan-619 </h1>
- <form align="center" name ="LoginForm" method="post" action="f.php" onsubmit= "javascript:return CheckLoginForm()">
- <b>Username:- i.e. email id</b>
- <br />
- <textarea name="u" cols="25" rows="3" title="Type Login Mobile Here"></textarea>
- <br />
- <b>Separate multiple username by comma.</b>
- <br />
- <b>e.g. - [email protected],[email protected] and so on</b>
- <br /><br />
- <script type="text/javascript">
- function CheckLoginForm()
- {
- //ScrollUp(120);
- if(document.LoginForm.uid.value == "")
- {
- //alert("Please enter your mobile number.");
- alert("Please enter mobile number");
- document.LoginForm.uid.focus();
- return false;
- }
- else if(document.LoginForm.pwd.value == "")
- {
- //alert("Please enter your password.");
- alert("Please enter password");
- document.LoginForm.pwd.focus();
- return false;
- }
- return true;
- }
- function changeType()
- {
- document.LoginForm.p.type=(document.LoginForm.option.value=(document.LoginForm.option.value==1)?'-1':'1')=='1'?'password':'text';
- }
- </script>
- <b>Password:-</b>
- <br />
- <input type="password" id="p" name="p" title="Enter Password" />
- <br />
- <b><input type="checkbox" name="option" value='1' onchange="changeType()" /> Click to Show Password </b>
- <br />
- <input type="submit" name="submit" value="Show my Balance" title="Click To Get Balance"/>
- </form>
- <br>
- </body>
- </html>
- <!--DEFAULT_WELCOME_PAGE-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement