Ищу Ищу Биллинг для InstantCMS 2

Прицепил лицуху 2,0,6

<?php
if($_POST['domain']){
$domain = $_POST['domain'];

$code = $domain;
$code = md5( md5($code) . 'E63UahN28reraDaP' );
$code = mb_strtoupper( $code );
$code_bl[0] = substr( $code, 0, 4 );
$code_bl[1] = substr( $code, 4, 4 );
$code_bl[2] = substr( $code, 8, 4 );
$code_bl[3] = substr( $code, 12, 4 );
$code_bl[4] = substr( $code, 16, 4 );
$code = $code_bl[1]."-".$code_bl[2]."-".$code_bl[0]."-".$code_bl[4]."-".$code_bl[3];

echo 'Ключ: '.$code;
} else {
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<form method="POST" action="/keygen.php">
<input type="text" name="domain">
<input type="submit">
</form>
<?php
}
?>
 

Вложения

  • billing-2.0.6.zip
    1,7 MB · Просмотры: 41
Последнее редактирование:
Назад
Сверху