VidMov - Video WordPress Theme By BeeTeam368

VidMov - Video WordPress Theme By BeeTeam368 v2.3.1

No permission to download
Sep 21, 2022
37
40
18
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', '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();
}
}

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!
 

3979

Well-known member
Trusted Uploader
Jul 23, 2019
281
142
50
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

Josher

Member
Apr 15, 2020
56
7
8
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
 

Bubabulyt

Active member
Trusted Uploader
Jun 30, 2020
185
179
43
Russian
Awesome was able to activate the topic, thanks to everyone who participated! Great community ))
 

Ramius67

New member
Nov 13, 2020
5
0
1
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!!!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu