Автор: obius (соседний форум)  /application/donate.php   <?php $secretKey = 'Секретный ключ проекта'; $publicKey = 'Публичный ключ проекта'; $tpl->LoadView( "donate" ); if ( isset( $_POST['act'] ) && $_POST['act'] == 'confirm' ) { function getFormSignature( $account, $currency, $desc, $sum, $secretKey ) { return hash( 'sha256', $account . '{up}' . $currency . '{up}' . $desc . '{up}' . $sum . '{up}' . $secretKey ); } $account = isset( $_POST