Advertisement
avinmolina07

AV12

Jan 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. <div class="col s12 l5 center-align">
  2. <script type="text/rocketscript" data-rocketoptimized="true"> function navv(pname) { var h1 = document.getElementById("nav_" + pname); var att = document.createAttribute("class"); att.value = "current"; h1.setAttributeNode(att); } </script> <script type="text/rocketscript" data-rocketoptimized="true">navv("status"); </script><div class="input-field col s12">
  3. <h5>
  4. <center><button class="btn waves-effect waves-light blue lighten-2" id="countdown">READY...!</button></center></h5></div>
  5. <script type="text/rocketscript" data-rocketoptimized="true">
  6.  
  7. var seconds = -59;
  8. function secondPassed() {
  9. var minutes = Math.round((seconds - 30)/60);
  10. var remainingSeconds = seconds % 60;
  11. if (remainingSeconds < 10) {
  12. remainingSeconds = "0" + remainingSeconds;
  13. }
  14.  
  15. if (seconds <= 0) {
  16. clearInterval(countdownTimer);
  17. document.getElementById('countdown').innerHTML = "READY...!";
  18.  
  19. $('#countdown').removeClass();
  20.  
  21. $('#countdown').addClass('btn waves-effect waves-light blue lighten-2'); } else {
  22. seconds--;
  23.  
  24. document.getElementById('countdown').innerHTML = "Wait " + minutes + ":" + remainingSeconds + " Seconds" ;
  25. $('countdown').removeClass()
  26. $('countdown').addClass('btn waves-effect waves-light yellow');
  27. }
  28. }
  29.  
  30. var countdownTimer = setInterval('secondPassed()', 1000);
  31. </script>
  32. <br>
  33. <img style="box-shadow:0px 0px 20px 0px #00897b; height: 150px;margin-left: auto; margin-right: auto;display:block;" src="https://graph.facebook.com/100011773150347/picture?type=large">
  34. <div class="post-content">
  35. <br>
  36. <center>
  37. <strong>Name:</strong> Darvin Sauquillo Molina <br>
  38. <strong>ID: </strong> 100011705774574100011705774574<br><br><div align="right">
  39. </div></center>
  40. </div>
  41. <div align="center">
  42. <form action="" method="post">
  43. <input type="hidden" name="id" value="100011773150347">
  44. <input type="hidden" name="limit" value="100">
  45. <input name="submit" type="submit" value="Get Followers!" class="btn btn-primary">
  46. </form>
  47. </div>
  48. <section id="roller">
  49. <div class="and" style="text-align:center;">
  50. <hr>
  51. <a class="btn waves-effect waves-light blue darken-1" href="follower.php?type=custom" title="Custom UserId" target="">Custom UserId</a>
  52. <a class="btn waves-effect waves-light red darken-1" href="logout.php" title=" Auto-Liker " target="">Logout </a>
  53.  
  54. </div></section></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement