Stand/Server Software/keygen/gen_ultimate.php

14 lines
266 B
PHP
Raw Normal View History

2024-10-16 11:20:42 +08:00
<?php
require "common.php";
echo "--- Ultimate ---\n\n";
for($i = 0; $i < $argv[2]; $i++)
{
$key = generateKey(30);
$db->query("INSERT INTO `license_keys` (`key`, `privilege`, `note`) VALUES (?, 3, ?)", "ss", $key, $argv[1]);
echo "Stand-$key\n";
}
echo "\n";