• 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 ;)
 
yes, however something breaks the signature system if you try to assign a signature to a new user the dropdown menu where you choose the signatures will be empty
If you update it again from the panel after doing the operation, if you repeat the process again, you will update it to v5.6 in this way.
 
para omitir la verificación de licencia, Probado para v5.5 - v5.6:
  • Asegúrese de que el registro settings_two debe coincidir antes. Si no está seguro, ejecute la siguiente consulta SQL:

[CÓDIGO = sql] ACTUALIZAR `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, `idiomas ` = 'en', `languages_default` = 'en', `liquid_license_type` = 'Licencia extendida', `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` = 'deshabilitado', `chatbot_template` = NULL, `chatbot_position` = 'abajo a la izquierda', `chatbot_login_require` = 1, `chatbot_rate_limit` = 10, `feature_ai_video` = 1, `chatbot_show_timestamp` = 0 WHERE ` id` = 1;[/CÓDIGO]


  • vaya al archivo app/Http/Kernel.php y comente 2 líneas (#1 y #2) como se muestra a continuación:

  • // utilizar RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus; //<-añadir comentario aquí #1
  • // \RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus::class, //<-añadir comentario aquí #2
CÓDIGO COMPLETO:

[CÓDIGO=php]PHP:
<?php

espacio de nombres App\Http;

utilice Illuminate\Foundation\Http\Kernel como HttpKernel;
//usa RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus; //<-añadir comentario aquí #1

clase Kernel extiende HttpKernel
{
/**
* La pila de middleware HTTP global de la aplicación.
*
* Estos middleware se ejecutan durante cada solicitud a su aplicación.
*
* @var matriz<int, cadena-clase|cadena>
*/
protegido $middleware = [
// \App\Http\Middleware\TrustHosts::clase,
\App\Http\Middleware\TrustProxies::clase,
\Illuminate\Http\Middleware\HandleCors::clase,
\App\Http\Middleware\PreventRequestsDuringMaintenance::clase,
\Illuminate\Foundation\Http\Middleware\ValidatePostSize::clase,
\App\Http\Middleware\TrimStrings::clase,
\Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::clase,
];

/**
* Los grupos de middleware de ruta de la aplicación.
*
* @var matriz<cadena, matriz<int, clase-cadena|cadena>>
*/
protegido $middlewareGroups = [
'web' => [
\App\Http\Middleware\EncryptCookies::clase,
\Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::clase,
\Illuminate\Session\Middleware\StartSession::clase,
\Illuminate\View\Middleware\ShareErrorsFromSession::clase,
//\RachidLaasri\LaravelInstaller\Middleware\ApplicationStatus::class, //<-añadir comentario aquí #2
\App\Http\Middleware\VerifyCsrfToken::clase,
\Illuminate\Routing\Middleware\SubstituteBindings::clase,
],[/CÓDIGO]

Y DISFRUTA;)
Done!hhhh.png
 
Top