Résolu PHP Key-gen Application

Statut
N'est pas ouverte pour d'autres réponses.

Wooltey

Premium
Inscription
8 Mars 2012
Messages
2 745
Réactions
844
Points
3 536
RGCoins
0
Salut,
Je cherche quelqu'un sait faire un "key-gen" en PHP
Comme ça:
qvAq1ZE.gif


Ou ce script PHP sinon:

Merci à vous
 
Merci à toi aussi ;)

En fin de compte, tu peux essayer juste pour voir ce que ça donne ? ^^
Code:
<html lang="Fr_fr">
    <head>
        <title>Générateur de Key-Gen</title>
    </head>
    <body>
        <?php
        if(isset($_POST['key'])){
            $input = array("KEY1", "KEY2", "KEY3", "KEY4", "KEY5");
            $rand_keys = array_rand($input, 2);
            echo $input[$rand_keys[0]] . "\n";
        }
        ?>
        <form action="index.php" method="post">
            <button type="sumbit" name="key" id="key">Générer une key.</button>
        </form>
    </body>
</html>
 
Salut,

J'ai déplacé http://reality-gaming.fr/attachments/deplacement-png.20319/ ta discussion en section Résolu http://reality-gaming.fr/attachments/verifier-png.20313/

Bonne soirée,
DEVR0
 
Statut
N'est pas ouverte pour d'autres réponses.
Retour
Haut