Server IP : 172.67.216.182 / Your IP : 104.23.175.189 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/wwwroot/coircraft.com/wp-content/plugins/cf-anti-spam/fields/recaptcha/ |
Upload File : |
{{#if config/public_key}} {{#if config/private_key}} <div id="cap{{id}}" class="g-recaptcha" data-sitekey="{{config/public_key}}" data-theme="{{config/theme}}"> <img src="<?php echo CF_ANTISPAM_URL . 'assets/recaptcha.png'; ?>" width="50px" height="auto" alt="reCaptcha Logo"/> {{#if config/recapv}} (<?php _e( 'Using reCaptcha V3 - Invisible by default.', 'cf-anti-spam' ); ?>) {{else}} {{#if config/invis}} (<?php _e( 'Invisible Recaptcha enabled.', 'cf-anti-spam' ); ?>){{/if}} {{/if}} </div> <!-- before the script yo! --> {{#script}} jQuery(document).ready( function(){ if( typeof grecaptcha === 'object' ){ var captch = jQuery('#cap{{id}}'); grecaptcha.render( captch[0], { "sitekey" : "{{config/public_key}}", "theme" : "{{config/theme}}" }); } }); {{/script}} {{else}} <p><?php esc_html_e( 'No Secret Key Added', 'cf-anti-spam' ); ?></p> {{/if}} {{else}} <p><?php esc_html_e( 'No Site Key Added', 'aldera-forms-anti-spam'); ?></p> {{/if}}