[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
admin
/
bsf-core
/
assets
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 bsf-core.js
1,181 B
SET
[ EDIT ]
|
[ DEL ]
📄 extension-installer.js
2,798 B
SET
[ EDIT ]
|
[ DEL ]
📄 frosty.js
10,352 B
SET
[ EDIT ]
|
[ DEL ]
📄 jquery-history.js
15,523 B
SET
[ EDIT ]
|
[ DEL ]
📄 license-form-popup.js
4,066 B
SET
[ EDIT ]
|
[ DEL ]
📄 switch.js
555 B
SET
[ EDIT ]
|
[ DEL ]
📄 version-rollback.js
2,433 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: bsf-core.js
jQuery( document ).on('click', '.bsf-envato-form-activation', function(event) { submitButton = jQuery( this ).parent('.submit-button-wrap'); console.log(submitButton); product_id = submitButton.siblings( 'form input[name="product_id"]' ).val(); url = submitButton.siblings( 'form input[name="url"]' ).val(); redirect = submitButton.siblings( 'form input[name="redirect"]' ).val(); privacyConsent = submitButton.siblings( 'input#bsf-license-privacy-consent').val(); termsConditionConsent = submitButton.siblings( 'input#bsf-license-terms-conditions-consent').val(); envato_activation_nonce = bsf_core.envato_activation_nonce; jQuery.ajax({ url: ajaxurl, dataType: 'json', data: { action: 'bsf_envato_redirect_url', product_id: product_id, url: url, redirect: redirect, privacy_consent: privacyConsent, terms_conditions_consent: termsConditionConsent, envato_activation_nonce: envato_activation_nonce, } }) .done(function( response ) { // deepcode ignore OR: Will be updated in the BSF Core Library. window.location = response.data.url; return true; }) .fail(function(e) { return false; }); return false; });