• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

VidMov - Video WordPress Theme By BeeTeam368

VidMov - Video WordPress Theme By BeeTeam368 v2.2.0

No permission to download
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:

public_html/wp-content/plugins/beeteam368-extensions-pro/inc/sample-data/sample-data.php

Step 4: Find
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();
}
}
Replace with:

update_option( 'beeteam368_verify_md5_code', 'babia.to' );
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();
}
}

Note:
In the code above, replace 'vidmov.test' with your domain name.
update_option( 'beeteam368_verify_domain', 'vidmov.test' );

Step 5: Find and delete code
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' );

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!
 
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!
3CQTtam.png


i can't import bro, can you help me check again !!!
 
  • Like
Reactions: xinhnhatvn
mine also s
weird, it still gives me an error, i dont know why
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 part
 
Awesome was able to activate the topic, thanks to everyone who participated! Great community ))
 
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!
Working nicely, thanks!!!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock