- Messages
- 29
- Reactions
- 32
1.4.3
NEW Meta Keywords Option - Introduced a new feature that allows users to specify meta keywords for improved search engine optimization.
NEW Custom Pages - Added the ability for users to create custom pages, enabling them to tailor their website content according to their specific requirements.
NEW Low Specs Option for Shared Hosting - Implemented a low-specification option for shared hosting plans, catering to users with limited resource requirements.
FIX...
1.5.3
FIX Minor Fixes
Is this nulled? Working on your end?where is the setting for trial user?..when user sign up the mask is auto filled for free trial. I can't find this setting. do you know?
1.6.0
NEW Custom AI Writer Categories Create, Update, Delete menu added.
NEW Implemented free credits upon registration. This feature can be found in the general settings.
NEW Added custom code options for both frontend and dashboard.
NEW Regenerated language files to address issues related to search and creating new strings.
NEW AI Writer now can generate up to 2000 words.
TWEAK AI Chat Responses are Improved
TWEAK Refined the social login buttons.
TWEAK Made...
Is this the nulled version?raz0r updated MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS with a new update entry:
MagicAI v1.6.0
Read the rest of this update entry...
<!doctype html>
<html lang="en">
@include('panel.layout.head')
<body class="group/body">
<script src="/assets/js/tabler-theme.min.js"></script>
<script src="/assets/js/navbar-shrink.js"></script>
<div id="app-loading-indicator" class="fixed top-0 left-0 right-0 z-[99] opacity-0 transition-opacity">
<div class="progress [--tblr-progress-height:3px]">
<div class="progress-bar progress-bar-indeterminate bg-[--tblr-primary] before:[animation-timing-function:ease-in-out] dark:bg-white"></div>
</div>
</div>
<div class="page">
<!-- Navbar -->
@include('panel.layout.header')
<div class="page-wrapper overflow-hidden">
<!-- Updater -->
@yield('content')
@include('panel.layout.footer')
</div>
</div>
@include('panel.layout.scripts')
@if(\Session::has('message'))
<script>
toastr.{{\Session::get('type')}}('{{\Session::get('message')}}')
</script>
@endif
@yield('script')
<script src="/assets/js/frontend.js"></script>
@if($setting->dashboard_code_before_body != null)
{!!$setting->dashboard_code_before_body!!}
@endif
@auth()
@if(\Illuminate\Support\Facades\Auth::user()->type == 'admin')
<script src="/assets/js/panel/update-check.js"></script>
@endif
@endauth
</body>
</html>
Is the nulled version doing this?Edit the resources/views/panel/layout/app.blade.php file and replace its content with :
Code:<!doctype html> <html lang="en"> @include('panel.layout.head') <body class="group/body"> <script src="/assets/js/tabler-theme.min.js"></script> <script src="/assets/js/navbar-shrink.js"></script> <div id="app-loading-indicator" class="fixed top-0 left-0 right-0 z-[99] opacity-0 transition-opacity"> <div class="progress [--tblr-progress-height:3px]"> <div class="progress-bar progress-bar-indeterminate bg-[--tblr-primary] before:[animation-timing-function:ease-in-out] dark:bg-white"></div> </div> </div> <div class="page"> <!-- Navbar --> @include('panel.layout.header') <div class="page-wrapper overflow-hidden"> <!-- Updater --> @yield('content') @include('panel.layout.footer') </div> </div> @include('panel.layout.scripts') @if(\Session::has('message')) <script> toastr.{{\Session::get('type')}}('{{\Session::get('message')}}') </script> @endif @yield('script') <script src="/assets/js/frontend.js"></script> @if($setting->dashboard_code_before_body != null) {!!$setting->dashboard_code_before_body!!} @endif @auth() @if(\Illuminate\Support\Facades\Auth::user()->type == 'admin') <script src="/assets/js/panel/update-check.js"></script> @endif @endauth </body> </html>
save and upload
After performing these steps, you can start using it without activation.Is the nulled version doing this?