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

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

Oops! An Error Occurred​

The server returned a "500 Internal Server Error".​

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
 

Oops! An Error Occurred​

The server returned a "500 Internal Server Error".​

Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
its probably due to missing php extension or php version , check the logs or error logs of your server , for me it was same i was missing php sodium extension
 
it looks like the extensions are downloaded from their own endpoint into our servers, we need someone to download or install it then share the file with us pls :
public function installExtension($slug)
{
if (Helper::appIsDemo()) {
return back()->with(['message' => __('This feature is disabled in Demo version.'), 'type' => 'error']);
}
$settings = SettingTwo::first();
$client = new Client();
$licenseKey = $settings->liquid_license_domain_key;
$response = $client->request('GET', "https://portal.liquid-themes.com/api/license/$licenseKey");
$email = json_decode($response->getBody(), true)['owner']['email'];
$url = "https://portal.liquid-themes.com/api/extensions/download?slug=$slug&email=$email";
$zip = Http::get($url)->body();
error_log("Downloading");
Storage::disk('public')->put('file.zip', $zip);
$zip = new \ZipArchive;
// // Get the zip file path
// $zipFilePath = public_path("/extensions/$slug.zip");


it also deletes the file so better to remove this line of code before installing :

Storage::disk('local')->delete('file.zip');

it is in this path : Magicai-Server-Files\app\Http\Controllers\InstallationController.php
 
it looks like the extensions are downloaded from their own endpoint into our servers, we need someone to download or install it then share the file with us pls :
public function installExtension($slug)
{
if (Helper::appIsDemo()) {
return back()->with(['message' => __('This feature is disabled in Demo version.'), 'type' => 'error']);
}
$settings = SettingTwo::first();
$client = new Client();
$licenseKey = $settings->liquid_license_domain_key;
$response = $client->request('GET', "https://portal.liquid-themes.com/api/license/$licenseKey");
$email = json_decode($response->getBody(), true)['owner']['email'];
$url = "https://portal.liquid-themes.com/api/extensions/download?slug=$slug&email=$email";
$zip = Http::get($url)->body();
error_log("Downloading");
Storage::disk('public')->put('file.zip', $zip);
$zip = new \ZipArchive;
// // Get the zip file path
// $zipFilePath = public_path("/extensions/$slug.zip");


it also deletes the file so better to remove this line of code before installing :

Storage::disk('local')->delete('file.zip');

it is in this path : Magicai-Server-Files\app\Http\Controllers\InstallationController.php
It dosent look like there is some kind of validation here. So just the slug and email are used to download something.
Maybe on their servers the email is also not validated. So you could try to use the url and add the slug and any email and see, if it downloads something.
In the rare case, they check the email (if so I wonder, why they arent checking with licence key in one request), we need the email of one who bought it.
 
Just a warning to anyone who's going to use this, your OpenAI API key gets leaked when you do a post request on any of the bots; I think this is an issue from MagicAI themselves. I wonder if someone can do a hotfix lmao. (Or maybe this is just admin. Need to try it as a user.)
 
Just a warning to anyone who's going to use this, your OpenAI API key gets leaked when you do a post request on any of the bots; I think this is an issue from MagicAI themselves. I wonder if someone can do a hotfix lmao. (Or maybe this is just admin. Need to try it as a user.)
better you post that in their message/support area of codecanyon. This is also possible without buying it there.
They should fix it by theirself, and also be better for future versions.
 
I've noticed that with both version 5.11 and 5.2, when navigating to the 'Settings' → ‘OpenAI’ menu, there is a significant delay before loading, eventually resulting in a '500 Critical Server Error' message. Has anyone else encountered this same issue?

1708867728840.png1708867752587.png
 
better you post that in their message/support area of codecanyon. This is also possible without buying it there.
They should fix it by theirself, and also be better for future versions.
I'm literally pirating this which is embarrassing lmao, here's a screenshot example. Anyone who knows, will know.

HviaXpG.png


Maybe you could do it.
:coffee:
 
that is crazy man , good find
I'm kind of surprised too especially with the version number but this is sadder since I wanted some SaaS software to borrow then pay later when I get something lmao. I just tested a regular user and it has the same issue.
 
Can you help me with the problem with the 5.2 ui wouldn't
I strongly advise against using this script, maybe try davinci openai script which has the same functionalities. Also the latests changes 5.2 is just under the hood there is no new menu item, check the log i think and beside the addons which we can not get unless someone can share the files.
 
Solutions: UPDATE `settings_two` SET `liquid_license_type` = 'Extended License', `liquid_license_domain_key` = 'nullcave' WHERE `settings_two`.`id` = 1;
 
I'm kind of surprised too especially with the version number but this is sadder since I wanted some SaaS software to borrow then pay later when I get something lmao. I just tested a regular user and it has the same issue.
if you go to the demo site they have, its not showing the api key, maybe somehow the null version messed up this
 
Top