Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/ilovecveti.ru/bitrix/js/burlakastudio.realcommenter/ |
Upload File : |
function realcommenter_recaptcha3_sitekey() { if( typeof BX.message[ 'REALCOMMENTER_RECAPTCHA3_SITEKEY' ] == 'undefined' || !BX.message[ 'REALCOMMENTER_RECAPTCHA3_SITEKEY' ] ) { return ''; } return BX.message[ 'REALCOMMENTER_RECAPTCHA3_SITEKEY' ]; } /** * Либо сразу к инициализации, либо запрашиваем рекаптчу с гугла */ function realcommenter_recaptcha3_cpu( _form_data_callback ) { if( typeof window[ 'grecaptcha' ] !== 'undefined' && window[ 'grecaptcha' ] && typeof window[ 'grecaptcha' ][ 'render' ] !== 'undefined' ) { window[ 'grecaptcha' ].execute( realcommenter_recaptcha3_sitekey(), { action: 'realcommenter' } ) .then( function ( token ) { BX.message[ 'RECAPTCHA3_TOKEN' ]= token; if( this instanceof Function ) { this(); } }.bind( _form_data_callback ) ); return; } BX.loadScript( 'https://www.google.com/recaptcha/api.js?onload=realcommenter_recaptcha3_cpu&render=' + realcommenter_recaptcha3_sitekey() ); }