Индиго
Новичок
- Регистрация
- 9 Мар 2017
- Сообщения
- 239
- Реакции
- 27
- Баллы
- 28
А куда тут пихать ключ
<?php
$shost = substr(strtoupper(md5( 'mp' . md5('komfort-sveta.ru') . 'poster' )), 0, 29);
$real_key = substr( $shost, 0, 5 ) . '-' . substr( $shost, 6, 5 ) . '-' . substr( $shost, 12, 5 ) . '-' . substr( $shost, 18, 5 ) . '-' . substr( $shost, 24, 5 );
echo $real_key;
<?php
$shost = substr(strtoupper(md5( 'mp' . md5('komfort-sveta.ru') . 'poster' )), 0, 29);
$real_key = substr( $shost, 0, 5 ) . '-' . substr( $shost, 6, 5 ) . '-' . substr( $shost, 12, 5 ) . '-' . substr( $shost, 18, 5 ) . '-' . substr( $shost, 24, 5 );
echo $real_key;