Files posted by EK Entertainment
-
Buy once and enjoy lifetime access to updates, extensions, and new themes!
Fully compatible with the latest version 8
👑18Premium Extensions - MagicAi:
✅ Ai Social Media - $89 (V7.9.1)
✅ Menu Manager - $89 (V7.9.1)
✅ SEO Tool - $59 (V7.9.1)
✅ Ai Product Photography - $39 (V7.9.1)
✅ Cloudflare R2 - $39 (V7.9.1)
✅ Cryptomus Payment Gateway - $119 (V7.9.1)
✅ WordPress Integration - $39 (V7.9.1)
✅ Ai Avatar - $39 (V7.9.1)
✅ Focus Mode - $49 (V7.9.1)
✅ External Chatbot - $129 (V7.9.1)
✅ AI Persona - $49 (V7.9.1)
✅ AI VideoPro - $39 (V7.9.1)
✅ Onboarding Pro - $59 (V7.9.1) 🎉 New
✅ Realtime Voice Chat - $89 (V7.9.1) 🎉 New
✅ Advanced Image Editor $69 (V7.9.1) 🎉 New
✅ Human Agent for External Chatbot $69 (V7.9.1) 🎉 New
✅ Ai Social Media Suite $69 (V7.9.1) 🎉 New
✅ Mega Menu $49 (V7.9.1) 🎉 New
🎨 8 Premium Themes - MagicAi:
✅ Creative Theme - $69
✅ Bolt Theme - $69
✅ Dark Theme - $69
✅ Sleek Theme - $69
✅ Classic Theme - $49
✅ Modern Theme - $69
✅ Social Media Frontend Theme - Coming Next 48H Update V8- $69
✅ Social Media Dashboard Theme - Coming Next 48H Update V8- $69
Total : 1645$ = 1506.08€
✨20Free Extensions:
✅ Affiliate - for Aixygen
✅ Perplexity
✅Chat Share
✅Introductions
✅Flux AI
✅Hubspot
✅Mailchimp Integration
✅AI Voice Isolator
✅Maintenance
✅Newsletter
✅AI Plagiarism and Content Detector
✅AI Webchat
✅Chatbot Setting & Training
✅Azure TTS
✅AI Photo studio
✅Ai Music - free 🎉 New
✅OpenRouter - free 🎉 New
✅Midjourney - free 🎉 New
✅AI Video To Video - free 🎉 New
✅Checkout Registration - free
Coming Soon Extensions:
⏳ Ideogram
⏳ Ai Replica
⏳ Speechify TTS
Coming Soon Themes:
⏳Coming Soon Social Media Theme (Front&dash)
🎯Get them for 177€ instead of 1506.08€
🔥OFFER Get them for 110€ instead of 1506.08€ 🔥
🎯 The offer is valid for 3 buyers; only 3 spots remain.
The offer ends on 1/04/2025 at 23:59 PM.
Works efficiently with the latest version (8)
Full support is available if you encounter installation issues.
Install Video : https://youtu.be/NGLAt4RuB2I?si=xuXNEgR26eObI737
🚨 Important Notice! 🚨
🔥 Starting tomorrow, the new price will be €110 instead of €177 – don’t miss this limited-time deal! 🚀
💳 Use coupon code: X at checkout to claim this offer! 🎁
⚠️ Limited to only 3 buyers! Once it's gone, it's gone! ❌
⚠️ Once this €110 offer expires, the price will return to the original €177, and there will be NO more discounts in the long run.
👉 Act fast before it's too late! 🛒💨
How To Install:
Step 1: Upload and Extract Files
1. Upload the extension ZIP files to the main project folder on your hosting.
2. Extract the contents of the ZIP files within the main project folder.
Step 2: Upload SQL Files to the Database
1. Access phpMyAdmin from your hosting control panel.
2. Select your website's database.
3. Go to the "Import" tab.
4. Upload and execute the following files:
- "extensions-table-V7.7.sql" Before uploading this file, read the instructions below.
- "AiSocialMediaV6.sql"
- "OnboardingPro.sql"
- MORE«««
Step 3 : Upload and Extract Files
Using an Official License :
Do not upload the file "extensions-table-V77.sql" to the database.
Open the "extensions" table in your database.
Change the value of the "installed" field from 0 to 1 for the extensions you want to install only.
Using an Unofficial License :
Upload the "extensions-table-V77.sql" file to your database.
After that, change the "installed" value from 0 to 1 for the extensions you want to install only.
You must install the "introductions" extension for the new "bolt" theme to work.
Step 4 : Clearing the Cache
After completing the installation process, go to "Site Health" from the dashboard menu.
Perform "Clean Up Cache" three times to clear the cache and ensure the extensions are displayed properly.
- 110.00 EUR
- 54 Purchases
- 421 Comments
-
Get them for 25€ instead of 135€
OR
GET ALL THEMES & EXTENSIONS FOR 77€ INSTEAD OF 834€ CLICK HERE
2 Premium Themes - MagicAi :
Modern Theme
Bolt Theme
How To Acivate :
1- Extract Themes.zip into the project's main folder
2- Execute the following SQL queries on your database
INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) SELECT '1.1', 'introductions', 1, '2024-10-27 10:12:59', '2024-10-31 12:24:28', 0 WHERE NOT EXISTS ( SELECT 1 FROM `extensions` WHERE `slug` = 'introductions') ON DUPLICATE KEY UPDATE `version` = '1.1', `installed` = 1, `updated_at` = '2024-10-31 12:24:28', `is_theme` = 0; INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) SELECT '3.1', 'bolt', 1, '2024-10-27 10:13:02', '2024-10-31 12:24:44', 1 WHERE NOT EXISTS ( SELECT 1 FROM `extensions` WHERE `slug` = 'bolt') ON DUPLICATE KEY UPDATE `version` = '3.1', `installed` = 1, `updated_at` = '2024-10-31 12:24:44', `is_theme` = 1; INSERT INTO `extensions` (`version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) SELECT '3.0', 'modern', 1, '2024-10-27 10:13:02', '2024-11-07 19:12:11', 1 WHERE NOT EXISTS ( SELECT 1 FROM `extensions` WHERE `slug` = 'modern') ON DUPLICATE KEY UPDATE `version` = '3.0', `installed` = 1, `updated_at` = '2024-11-07 19:12:11', `is_theme` = 1;3- Change the values front_theme and dash_theme from within the app_settings table to the theme name you want
INSERT INTO `app_settings` (`id`, `key`, `value`) VALUES (1, 'front_theme', 'modern'),(2, 'dash_theme', 'bolt') ON DUPLICATE KEY UPDATE `key` = VALUES(`key`), `value` = VALUES(`value`);front Names
- "modern"
dash Names
- "bolt"
It works efficiently with MagicAI version 7.2.2 and provides full support.
- 25.00 EUR
-
2 Premium Themes - MagicAi :
Dark Theme Sleek Theme How To Acivate :
1- Extract Themes.zip into the project's main folder
2- Execute the following SQL queries on your database
INSERT INTO `extensions` (`id`, `version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) VALUES (17, '2.7', 'sleek', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (18, '2.5', 'dark', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (20, '1', 'default', 0, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1); 3- Change the values front_theme and dash_theme from within the app_settings table to the theme name you want
INSERT INTO `app_settings` (`id`, `key`, `value`) VALUES (1, 'front_theme', 'dark'), (2, 'dash_theme', 'sleek'); front Names
- creative - Not included in this deal
- default
- dark
dash Names
- classic - Not included in this deal
- default
- sleek
- 25.00 EUR
- 4 Purchases
- 24 Comments
-
Premium Extensions - MagicAi :
Ai Social Media (Official price $89) Menu Manager (Official price $89) Seo Tool (Official price $59) 🔥LIMITED OFFER 29€ instead of 216€
Offer valid until 01/09/2024
🚫Get them for 48€ instead of 216€
How To Install:
Step 1: Upload and Extract Files
1. Upload the extension ZIP files to the main project folder on your hosting.
2. Extract the contents of the ZIP files within the main project folder.
Step 2: Upload SQL Files to the Database
1. Access phpMyAdmin from your hosting control panel.
2. Select your website's database.
3. Go to the "Import" tab.
4. Upload and execute the following files:
- "extensions (2).sql"
- "Ai-social-Media.sql"
If you are using official license and "extensions (2).sql" is not executed successfully.
- Open your database and then open the extensions table
- Manually change the installed status of all extensions (Ai Social Media - Menu Manager - Seo Tool) from 0 to 1 manually
- 29.00 EUR
- 2 Purchases
- 6 Comments
-
1 Premium Extensions - MagicAi :
Cryptomus Payment Gateway (Official price $119) Get it now for 31€ instead of 108€
Full support is available if you encounter installation issues.
How To Install:
Step 1: Upload and Extract Files
1. Upload the extension ZIP files to the main project folder on your hosting.
2. Extract the contents of the ZIP files within the main project folder.
3 Database :
- Open your database and then open the extensions table
- Manually change the installed status of Cryptomus extension from 0 to 1 manually
- 31.00 EUR
- 1 Purchases
- 4 Comments
-
2 Premium Themes - MagicAi :
Creative Theme Classic Theme How To Acivate :
1- Extract Themes.zip into the project's main folder
2- Execute the following SQL queries on your database
INSERT INTO `extensions` (`id`, `version`, `slug`, `installed`, `created_at`, `updated_at`, `is_theme`) VALUES (17, '2.7', 'classic', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (18, '2.7', 'creative', 1, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1), (20, '1', 'default', 0, '2024-07-23 10:48:22', '2024-07-23 10:48:22', 1); 3- Change the values front_theme and dash_theme from within the app_settings table to the theme name you want
front Names
- creative
- default
- dark - Not included in this deal
dash Names
- classic
- default
- sleek - Not included in this deal
INSERT INTO `app_settings` (`id`, `key`, `value`) VALUES (1, 'front_theme', 'creative'), (2, 'dash_theme', 'classic');
- 20.00 EUR
- 1 Purchases
- 4 Comments