Ultimate Member - reCAPTCHA V3 Score Log
Extension to Ultimate Member for logging of the UM Google reCAPTCHA Scores to a file with .CSV format.
by Miss Veronica · github.com/missveronica/um-recaptcha-score-log · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/missveronica/um-recaptcha-score-log/archive/refs/heads/main.zipDeclares an update source (https://github.com/MissVeronica/um-recaptcha-score-log), so updates arrive through the plugin's own updater.
Readme
UM Google reCAPTCHA V3 Score Log
Extension to Ultimate Member for logging of the UM Google reCAPTCHA V3 Scores to a file with CSV format.
UM Settings - Extensions - Google reCAPTCHA
reCAPTCHA Score Log CSV file settings
- Enable/Disable - Tick to enable reCAPTCHA score logging to a CSV file.
- User host - Tick for including User host domain name.
- User IP address - Tick for including User IP address.
- Username - Tick for including username.
- Decimal numbers with comma - Tick for converting dot to comma in decimal numbers if required for the spreadsheet calculations.
- CSV file delimiter - Select the field delimiter to be used. Default is Tab.
Options
- Additional info Country, Browser and Platform will be added to the log file if the "Geo Controller" plugin is activated
- The "Geo Controller" plugin's shortcodes will be used by the plugin to add these fields to the log file.
- https://wordpress.org/plugins/cf-geoplugin/
Log file
- .../wp-content/uploads/ultimatemember/um-recaptcha-score/g-recaptcha-v3-score-log.csv
- Log file is protected by a .htaccess file
- CSV file headers:
Time
Local date and time
Score result returned by Google
UM setting
UM reCAPTCHA score global setting
UM form
UM reCAPTCHA score setting for this form being used instead of the global setting
UM limit
Score value used
success
Google's conclusion
action
Google action type
WP page
WP page name
UM form ID
UM Forms builder form ID
UM mode
UM core mode
User domain
User internet provider by the gethostbyaddr function and IP address
User IP
User IP address
Country
User IP location according to the shortcode [cfgeo return="country"] by the CF_Geoplugin
Browser
User browser and version according to the shortcodes [cfgeo return="browser"] [cfgeo return="browser_version"] by the CF_Geoplugin
Platform
User platform according to the shortcode [cfgeo return="platform"] by the CF_Geoplugin
username
UM username/user_login entered by the User
error message
Google returned error translated by the UM reCAPTCHA plugin or Google score value less than the UMglobal or form setting.
UM reCAPTCHA
Required version 2.3.8 or later using reCAPTCHA type V3
Updates
None
Installation & Updates
- Install by downloading the plugin ZIP file via the green button and install as a new Plugin, which you upload in WordPress -> Plugins -> Add New -> Upload Plugin.
- Activate the Plugin: Ultimate Member - Google reCAPTCHA V3 Score Log