• The default language of any content posted is English.
MagicAI - OpenAI Content, Text, Image, Chat, Code Generator SaaS

MagicAI - OpenAI Content, Text, Image, Chat, Code Generator SaaS 5.4.1 NULLED

The v5.5 version has significant updates and one is below. Please DONOT upgrade to this version yet.
  • IMPROVEMENTS Enhanced the licensing and installation processes for better efficiency and user-friendliness
I believe they have changed the license procedure and we would need @raz0r to help us crack this.
 
for bypass license check, Tested for v5.5 - v5.6 :
  • Make sure, settings_two record must matching before. if not sure, execute the sql query bellow:

SQL:
UPDATE `settings_two` SET `theme` = 'default', `stable_diffusion_api_key` = NULL, `stable_diffusion_default_model` = NULL, `google_recaptcha_status` = 0, `google_recaptcha_site_key` = NULL, `google_recaptcha_secret_key` = NULL, `languages` = 'en', `languages_default` = 'en', `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'nishiwatashiro', `openai_default_stream_server` = 'frontend', `ai_image_storage` = 'public', `stablediffusion_default_language` = 'en-US', `stablediffusion_default_model` = 'stable-diffusion-xl-beta-v2-2-2', `unsplash_api_key` = NULL, `dalle` = 'dalle3', `daily_limit_enabled` = 0, `allowed_images_count` = 2, `daily_voice_limit_enabled` = 0, `allowed_voice_count` = 1, `serper_api_key` = NULL, `elevenlabs_api_key` = NULL, `feature_tts_google` = 1, `feature_tts_openai` = 1, `feature_tts_elevenlabs` = 0, `fine_tune_list` = NULL, `chatbot_status` = 'disabled', `chatbot_template` = NULL, `chatbot_position` = 'bottom-left', `chatbot_login_require` = 1, `chatbot_rate_limit` = 10, `feature_ai_video` = 1, `chatbot_show_timestamp` = 0 WHERE `id` = 1;


  • go to file app/Http/Kernel.php and comment 2 lines (#1 and #2) as bellow :

  • // use RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus; //<-add comment here #1
  • // \RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus::class, //<-add comment here #2
FULL CODE:

PHP:
PHP:
<?php

namespace App\Http;

use Illuminate\Foundation\Http\Kernel as HttpKernel;
//use RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus; //<-add comment here #1

class Kernel extends HttpKernel
{
    /**
     * The application's global HTTP middleware stack.
     *
     * These middleware are run during every request to your application.
     *
     * @var array<int, class-string|string>
     */
    protected $middleware = [
        // \App\Http\Middleware\TrustHosts::class,
        \App\Http\Middleware\TrustProxies::class,
        \Illuminate\Http\Middleware\HandleCors::class,
        \App\Http\Middleware\PreventRequestsDuringMaintenance::class,
        \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
        \App\Http\Middleware\TrimStrings::class,
        \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
    ];

    /**
     * The application's route middleware groups.
     *
     * @var array<string, array<int, class-string|string>>
     */
    protected $middlewareGroups = [
        'web' => [
            \App\Http\Middleware\EncryptCookies::class,
            \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
            \Illuminate\Session\Middleware\StartSession::class,
            \Illuminate\View\Middleware\ShareErrorsFromSession::class,
            //\RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus::class, //<-add comment here #2
            \App\Http\Middleware\VerifyCsrfToken::class,
            \Illuminate\Routing\Middleware\SubstituteBindings::class,
        ],

AND ENJOY YOURSELF ;)
 
Top