VidMov - Video WordPress Theme By BeeTeam368

VidMov - Video WordPress Theme By BeeTeam368 v2.3.1

No permission to download

audacity

Member
May 12, 2022
54
6
8

audacity

Member
May 12, 2022
54
6
8
I have increased the upload limit to 5G, I can use it from dashboard but why not from theme 1669628039906.png
Can someone please help me fix this? How do I increase the upload file size, directly for the website. I have changed the limit in php.ini but it doesn't changes the limit off the website.
 

a7bab

Member
Nov 2, 2022
83
35
18
syria
ar-tr.net
Can someone please help me fix this? How do I increase the upload file size, directly for the website. I have changed the limit in php.ini but it doesn't changes the limit off the website.
Your hosting prevents modification of the file, try asking them to upload the values
 

audacity

Member
May 12, 2022
54
6
8
Your hosting prevents modification of the file, try asking them to upload the values
I have asked them and they said "It's possible that any other script contains a variables and your website is force reading those instead of htaccess." so the limit in the WordPress dashboard is changed yet the upload limit from theme hasn't.
 
Sep 21, 2022
37
40
18
mr.tiendatdinh updated VidMov - Video WordPress Theme By BeeTeam368 with a new update entry:

I don't know how to download the previously released old version. So I updated to the latest version

Version 1.8.6 (11/29/2022)
- New: Sound wave on/off option for audio player
[AudioContext] Turn off audio sound waves to fix problems with AudioContext.
Improved player

- Fixed: some minor bugs



Version 1.8.3 (11/22/2022)
- New: Block Direct URL File Access
https://vm-demo.beeteam368.net/documentation/#block_direct_file_access
Do not allow downloading of your media files or direct use of your media links on other...

Read the rest of this update entry...
 

a7bab

Member
Nov 2, 2022
83
35
18
syria
ar-tr.net
000.png

The update has been completed and the key works
thank you 🌺
 
  • Love
Reactions: pumpim23

shadyjeff110

Member
Nov 22, 2022
96
53
18
Guys to activate you don't need to do so much editing



Just put these codes in function.php run it once and delete the codes.
That's it

update_option('beeteam368_verify_md5_code', '3138e9b71b103493da2cf521905b073d');
update_option('beeteam368_verify_buyer', 'shady');
update_option('beeteam368_verify_purchase_code', 'Vasv oUs0 zNea Tthb AjVZ XCPp');
update_option('beeteam368_verify_domain', 'YOURDOMAIN.COM');
 

a7bab

Member
Nov 2, 2022
83
35
18
syria
ar-tr.net
Guys to activate you don't need to do so much editing



Just put these codes in function.php run it once and delete the codes.
That's it

update_option('beeteam368_verify_md5_code', '3138e9b71b103493da2cf521905b073d');
update_option('beeteam368_verify_buyer', 'shady');
update_option('beeteam368_verify_purchase_code', 'Vasv oUs0 zNea Tthb AjVZ XCPp');
update_option('beeteam368_verify_domain', 'YOURDOMAIN.COM');

Editing required. There are cron jobs to check
that will cause the server to slow down if your site is huge
 

vladimirb1

Member
Sep 11, 2022
91
16
8
Just put these codes in function.php run it once and delete the codes.
That's it

update_option('beeteam368_verify_md5_code', '3138e9b71b103493da2cf521905b073d');
update_option('beeteam368_verify_buyer', 'shady');
update_option('beeteam368_verify_purchase_code', 'Vasv oUs0 zNea Tthb AjVZ XCPp');
update_option('beeteam368_verify_domain', 'YOURDOMAIN.COM');
it's work th..you
 
  • Like
Reactions: shadyjeff110

shadyjeff110

Member
Nov 22, 2022
96
53
18
Better solution
Just paste this in function. php



PHP:
// Patch Verification
$verify = get_option( 'beeteam368_verify_domain' );
$Url = $_SERVER['SERVER_NAME'];
if (empty($verify)){
    update_option('beeteam368_verify_md5_code', 'bb659fd71db20462ce9ffc4e5448846e');
    update_option('beeteam368_verify_buyer', 'ThemeFree');               
    update_option('beeteam368_verify_purchase_code', 'mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM');
    update_option('beeteam368_verify_domain', $Url);
}
 
  • Like
Reactions: Pixelate

vladimirb1

Member
Sep 11, 2022
91
16
8
PHP:
// Patch Verification
$verify = get_option( 'beeteam368_verify_domain' );
$Url = $_SERVER['SERVER_NAME'];
if (empty($verify)){
    update_option('beeteam368_verify_md5_code', 'bb659fd71db20462ce9ffc4e5448846e');
    update_option('beeteam368_verify_buyer', 'ThemeFree');              
    update_option('beeteam368_verify_purchase_code', 'mRrB7um-N8bgyGz-9Kdh8V-THEMEFREE-COM');
    update_option('beeteam368_verify_domain', $Url);
}
IT,S SAME? AFTER SEMPLE DATE DELETE?
 

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