Script Random number simple v.1

Hi, sobat blogger, apa kabar ? kali ini gw akan share script random number seperti Random.org .oke langsung saja ke tekape :v






Script => Index.php
  1. <?php
  2. @ini_set('display_errors', 0);
  3. //*!----------------------------------------------!*//
  4. // Script Random Number
  5. // Pembuat : Verry Darmawan
  6. // Facebook : facebook.com/thever.sevenfoldism
  7. // Twitter : twitter.com/Verry__D
  8. // Note : jgn hapus credit dong . saya juga pengen terkenal ^_^ hargailah karya orang .. :p
  9. // Re-design : Facebook.com/irs59
  10. // [ ikkeh2kimochi.inc - Priv48Code - IT crew - SGB team ]
  11. //*!----------------------------------------------!*//
  12. ?>
  13. <html>
  14. <title>Random Number</title>
  15. <STYLE>
  16. body,td,th {
  17. font-family: Verdana;
  18. font-size: 12px;
  19. color:#00FF00;
  20. font-weight: bold;}
  21. input {
  22. BORDER-RIGHT:red 2px solid;
  23. BORDER-TOP:red 2px solid;
  24. BORDER-LEFT:red 2px solid;
  25. BORDER-BOTTOM:red 2px solid;
  26. BACKGROUND-COLOR: #111111;
  27. COLOR:red;
  28. font: 8pt Verdana;}
  29. select {
  30. BORDER-RIGHT:red 2px solid;
  31. BORDER-TOP:red 2px solid;
  32. BORDER-LEFT:red 2px solid;
  33. BORDER-BOTTOM:red 2px solid;
  34. BACKGROUND-COLOR: #111111;
  35. COLOR:red;
  36. font: 8pt Verdana;}
  37. submit {
  38. BORDER-RIGHT:buttonhighlight 3px outset;
  39. BORDER-TOP:buttonhighlight 3px outset;
  40. BORDER-LEFT:buttonhighlight 3px outset;
  41. BORDER-BOTTOM: buttonhighlight 3px outset;
  42. BACKGROUND-COLOR: #000099;
  43. COLOR: #FFFF00;
  44. width: 30%;}
  45. textarea {
  46. BORDER-RIGHT:red 2px solid;
  47. BORDER-TOP:red 2px solid;
  48. BORDER-LEFT:red 2px solid;
  49. BORDER-BOTTOM:red 2px solid;
  50. BACKGROUND-COLOR: #000000;
  51. COLOR: #00FF00;
  52. font: Fixedsys bold;}
  53. BODY {
  54. margin-top: 1px;
  55. margin-right: 1px;
  56. margin-bottom: 1px;
  57. margin-left: 1px;
  58. SCROLLBAR-FACE-COLOR: #111111; 
  59. SCROLLBAR-HIGHLIGHT-COLOR: #111111;
  60. SCROLLBAR-ARROW-COLOR: #c5c5c5;
  61. SCROLLBAR-BASE-COLOR: #253546;
  62. BACKGROUND-COLOR: #000000;}
  63. </STYLE>
  64. <center>
  65. <h1>Random Number BabyMetaL</h1>
  66. <br><br><br><br>
  67. <table cols="1" summary="" border="" bgcolor="#33CCFF" width="30%">
  68. <form method="post">
  69. <textarea class='' cols=10 rows=1 name="no1"></textarea> == <textarea class='' cols=10 rows=1 name="no2"></textarea><br>
  70. <input class='' type='submit' name='acak' value='Crootz'>
  71. </form>
  72. </table>
  73. <?php
  74. $submit = $_POST['acak'];
  75. if (isset($submit)){
  76. $hasil = rand($_POST['no1'],$_POST['no2']);
  77. print "<center>Muncrat :<br> <font color=red size=80>$hasil</font></center>";}
  78. ?>
  79. <br>
  80. Coded by @Verry__D [ ikkeh2kimochi.inc - Priv48Code - IT crew - SGB team ]
  81. </html>
Previous
Next Post »
Thanks for your comment
.