Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>WifiID Tools</title>
  4. <link rel="shortcut icon" href="https://cdn1.iconfinder.com/data/icons/anonymous-emoticons/128/Anonymous_Emoticon-34-128.png"/>
  5. <meta name="description" content="WifiIDTools">
  6. <meta name="author" content="Bima Gates">
  7. <link href="http://privx.000webhostapp.com/gavoc/cssd/bootstrap.css" rel="stylesheet">
  8. <link href="http://privx.000webhostapp.com/gavoc/cssd/bootstrap.min.css" rel="stylesheet">
  9. <link href="http://privx.000webhostapp.com/gavoc/cssd/bootstrap-theme.css" rel="stylesheet">
  10. <link href="http://privx.000webhostapp.com/gavoc/cssd/bootstrap-theme.min.css" rel="stylesheet">
  11. <script type="text/javascript" src="http://privx.000webhostapp.com/gavoc/js/jquery.js"></script>
  12. <script type="text/javascript" src="http://privx.000webhostapp.com/gavoc/js/jquery-ui.js"></script>
  13. </head>
  14. <body>
  15. <div class="container">
  16. <div class="row">
  17. <div class="col-lg-8" style="margin: 0px auto;float:none;">
  18. <center>
  19. <h2>- WifiIDTools -</h2>
  20. </center>
  21. <hr>
  22. <div class="alert alert-success">
  23. <b>Note: </b>Create Account For 24 Hours
  24. </div>
  25. <div class="panel panel-default">
  26. <div class="panel-heading">
  27. Create WifiID Account
  28. </div>
  29. <div class="panel-body">
  30. <form method="POST" action="">
  31. <p align="center">
  32. <label class="alert alert-success">Click Create Here And Get WifiID Account</label>
  33. <br><br>
  34. <input type="submit" name="submit" class="btn btn-success" id="submit" value="CREATE"><br/>&nbsp;
  35. <br>
  36. </form>
  37. <?php
  38. if (isset($_POST['submit'])) {
  39. $get = file_get_contents('http://smansara.net/wifi.id/api.php');
  40. $decode = json_decode($get);
  41. ?>
  42. <?php
  43. echo '<p align="center"><label class="alert alert-success">Success Create Account !! Here Is Your Information</label><br/></p><p class="alert alert-success">Username :'.$decode->username.'</p><p class="alert alert-danger">Password :'.$decode->password.'</p><p class="alert alert-info">Reason: '.$decode->text.'</p></p>';
  44. }
  45. ?>
  46.  
  47. <p align="right">
  48. <span id="checkStatus" style="color:limegreen"></span>
  49. </p>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54.  
  55. </div>
  56. <div class="panel-body">
  57. <div id="wrong"></div>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement