iuoyb
Member
- Jun 25, 2022
- 48
- 10
- 8
you don't see the attached .zip file? Please F5 again the site.no, like send me the missing code on babiato
oh sorry... i see it, thanks!!!you don't see the attached .zip file? Please F5 again the site.
weird, it still gives me an error, i dont know whyyou don't see the attached .zip file? Please F5 again the site.
public_html/wp-content/plugins/beeteam368-extensions-pro/inc/sample-data/sample-data.php
Replace with:if(is_wp_error($response)){
if($return){
return esc_html__( 'The connection to the verification server failed..', 'beeteam368-extensions-pro');
}else{
echo esc_html__( 'The connection to the verification server failed..', 'beeteam368-extensions-pro');
wp_die();
}
}else {
$result = json_decode($response['body']);
if(is_array($result) && count($result) === 5 && $result[0] === 'success'){
update_option( 'beeteam368_verify_md5_code', $result[1] );
update_option( 'beeteam368_verify_purchase_code', $result[2] );
update_option( 'beeteam368_verify_buyer', $result[3] );
update_option( 'beeteam368_verify_domain', $result[4] );
if($return){
return 'success';
}else{
echo 'success';
wp_die();
}
}else{
update_option( 'beeteam368_verify_md5_code', '' );
update_option( 'beeteam368_verify_purchase_code', '' );
update_option( 'beeteam368_verify_buyer', '' );
update_option( 'beeteam368_verify_domain', '' );
if(is_array($result) && count($result) === 2 && $result[0] === 'error'){
if($return){
return $result[1];
}else{
echo $result[1];
wp_die();
}
}
if($return){
return esc_html__( 'An error occurred, please try again later', 'beeteam368-extensions-pro');
}else{
echo esc_html__( 'An error occurred, please try again later', 'beeteam368-extensions-pro');
wp_die();
}
}
}
wp_die();
}
}
update_option( 'beeteam368_verify_md5_code', 'babiato.tech' );
update_option( 'beeteam368_verify_purchase_code', 'babiato' );
update_option( 'beeteam368_verify_buyer', 'babiato' );
update_option( 'beeteam368_verify_domain', 'vidmov.test' );
if(is_array($result) && count($result) === 2 && $result[0] === 'error'){
if($return){
return $result[1];
}else{
echo $result[1];
wp_die();
}
}
if($return){
return esc_html__( 'An error occurred, please try again later', 'beeteam368-extensions-pro');
}else{
echo esc_html__( 'An error occurred, please try again later', 'beeteam368-extensions-pro');
wp_die();
}
wp_die();
}
}
update_option( 'beeteam368_verify_domain', 'vidmov.test' );
if(!function_exists('beeteam368_add_monthly')){
function beeteam368_add_monthly( $schedules ) {
$schedules['vdrmonthly'] = array(
'interval' => 2592000,
'display' => esc_html__('Monthly', 'beeteam368-extensions-pro')
);
return $schedules;
}
}
add_filter( 'cron_schedules', 'beeteam368_add_monthly' );
if(!function_exists('beeteam368_vidmov_extensions_vrf_cron')){
function beeteam368_vidmov_extensions_vrf_cron(){
$code = trim(get_option( 'beeteam368_verify_purchase_code', '' ));
$buyer = trim(get_option( 'beeteam368_verify_buyer', '' ));
beeteam368_verify_purchase_code($code, $buyer);
}
}
if(!function_exists('beeteam368_vidmov_extensions_vrf_cron_activation')){
function beeteam368_vidmov_extensions_vrf_cron_activation(){
if ( !wp_next_scheduled( 'beeteam368_vidmov_extensions_vrf_cron' ) ){
wp_schedule_event( time(), 'vdrmonthly', 'beeteam368_vidmov_extensions_vrf_cron' );
}
}
}
add_action('init', 'beeteam368_vidmov_extensions_vrf_cron_activation');
add_action('beeteam368_vidmov_extensions_vrf_cron', 'beeteam368_vidmov_extensions_vrf_cron' );
A step-by-step guide here: https://babiato.tech/threads/vidmov-video-wordpress-theme.71669/page-2#post-1027751weird, it still gives me an error, i dont know why
thanks!A step-by-step guide here: https://babiato.tech/threads/vidmov-video-wordpress-theme.71669/page-2#post-1027751
Activation instructions (Tested with version 1.7.0)
Thanks for sharing from olalavui
Step 1: Download the VidMov interface then install and activate it.
Step 2: Install the suggested plugins.
The assistant section that manages the interface activation problem is: BeeTeam368 Extensions Pro
Step 3: Go to your hosting. Then look to the file at:
Step 4: Find
Replace with:
Note:
In the code above, replace 'vidmov.test' with your domain name.
Step 5: Find and delete code
Step 6:
Active theme purchase code and your Envato Account enter: babiato
An error message appears: An error occurred, please try again later
Don't worry, re-F5 your site.
Good luck!
![]()
i can't import bro, can you help me check again !!!
Please install version 1.1.9 then install version 1.7.0 the problem will be solved.![]()
i can't import bro, can you help me check again !!!
i directly use 1.7.0 for testing of bypassPlease install version 1.1.9 then install version 1.7.0 the problem will be solved.
Did you sort the error, mine too has failed not sure whether its because am running it on a sub domain. could you please share the edited file. i will edit the domain partweird, it still gives me an error, i dont know why
this works without editing anything.no, like send me the missing code on babiato
this works without editing anything.mr.tiendatdinh submitted a new resource:
VidMov - Video WordPress Theme - Original version 1.7.0 was purchased and downloaded by me from themeforest.
Read more about this resource...
this works without editing anything.mr.tiendatdinh submitted a new resource:
VidMov - Video WordPress Theme - Original version 1.7.0 was purchased and downloaded by me from themeforest.
Read more about this resource...
This one is activated. No need to modify. It's working, released.mr.tiendatdinh submitted a new resource:
VidMov - Video WordPress Theme - Original version 1.7.0 was purchased and downloaded by me from themeforest.
Read more about this resource...
Working nicely, thanks!!!Activation instructions (Tested with version 1.7.0)
Thanks for sharing from olalavui
Step 1: Download the VidMov interface then install and activate it.
Step 2: Install the suggested plugins.
The assistant section that manages the interface activation problem is: BeeTeam368 Extensions Pro
Step 3: Go to your hosting. Then look to the file at:
Step 4: Find
Replace with:
Note:
In the code above, replace 'vidmov.test' with your domain name.
Step 5: Find and delete code
Step 6:
Active theme purchase code and your Envato Account enter: babiato
An error message appears: An error occurred, please try again later
Don't worry, re-F5 your site.
Good luck!