Jump to content
View in the app

A better way to browse. Learn more.

DoniaWeB

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Do not create multi-accounts, you will be blocked!

2 Premium Themes - MagicAi | Modern Theme + Bolt Themes 3.1

25.00 EUR

(0 reviews)

2 Screenshots

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.

User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

Other files from EK Entertainment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.