Script => Index.php
- <?php
- @ini_set('display_errors', 0);
- //*!----------------------------------------------!*//
- // Script Random Number
- // Pembuat : Verry Darmawan
- // Facebook : facebook.com/thever.sevenfoldism
- // Twitter : twitter.com/Verry__D
- // Note : jgn hapus credit dong . saya juga pengen terkenal ^_^ hargailah karya orang .. :p
- // Re-design : Facebook.com/irs59
- // [ ikkeh2kimochi.inc - Priv48Code - IT crew - SGB team ]
- //*!----------------------------------------------!*//
- ?>
- <html>
- <title>Random Number</title>
- <STYLE>
- body,td,th {
- font-family: Verdana;
- font-size: 12px;
- color:#00FF00;
- font-weight: bold;}
- input {
- BORDER-RIGHT:red 2px solid;
- BORDER-TOP:red 2px solid;
- BORDER-LEFT:red 2px solid;
- BORDER-BOTTOM:red 2px solid;
- BACKGROUND-COLOR: #111111;
- COLOR:red;
- font: 8pt Verdana;}
- select {
- BORDER-RIGHT:red 2px solid;
- BORDER-TOP:red 2px solid;
- BORDER-LEFT:red 2px solid;
- BORDER-BOTTOM:red 2px solid;
- BACKGROUND-COLOR: #111111;
- COLOR:red;
- font: 8pt Verdana;}
- submit {
- BORDER-RIGHT:buttonhighlight 3px outset;
- BORDER-TOP:buttonhighlight 3px outset;
- BORDER-LEFT:buttonhighlight 3px outset;
- BORDER-BOTTOM: buttonhighlight 3px outset;
- BACKGROUND-COLOR: #000099;
- COLOR: #FFFF00;
- width: 30%;}
- textarea {
- BORDER-RIGHT:red 2px solid;
- BORDER-TOP:red 2px solid;
- BORDER-LEFT:red 2px solid;
- BORDER-BOTTOM:red 2px solid;
- BACKGROUND-COLOR: #000000;
- COLOR: #00FF00;
- font: Fixedsys bold;}
- BODY {
- margin-top: 1px;
- margin-right: 1px;
- margin-bottom: 1px;
- margin-left: 1px;
- SCROLLBAR-FACE-COLOR: #111111;
- SCROLLBAR-HIGHLIGHT-COLOR: #111111;
- SCROLLBAR-ARROW-COLOR: #c5c5c5;
- SCROLLBAR-BASE-COLOR: #253546;
- BACKGROUND-COLOR: #000000;}
- </STYLE>
- <center>
- <h1>Random Number BabyMetaL</h1>
- <br><br><br><br>
- <table cols="1" summary="" border="" bgcolor="#33CCFF" width="30%">
- <form method="post">
- <textarea class='' cols=10 rows=1 name="no1"></textarea> == <textarea class='' cols=10 rows=1 name="no2"></textarea><br>
- <input class='' type='submit' name='acak' value='Crootz'>
- </form>
- </table>
- <?php
- $submit = $_POST['acak'];
- if (isset($submit)){
- $hasil = rand($_POST['no1'],$_POST['no2']);
- print "<center>Muncrat :<br> <font color=red size=80>$hasil</font></center>";}
- ?>
- <br>
- Coded by @Verry__D [ ikkeh2kimochi.inc - Priv48Code - IT crew - SGB team ]
- </html>
ConversionConversion EmoticonEmoticon