• The default language of any content posted is English.

REQUEST MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS - 3.5.2

shenri

Member
Messages
42
Reactions
27
MagicAI - OpenAI Content, Text, Image, Chat, Code Generator as SaaS - 3.5.2

Please, does someone have the 3.5.2 version? They have PDF analysis included on this version. Thank you very much!


Thank you guys!
 
@raz0r , I Just found this version.
View hidden content is available for registered users!



pls run this query
UPDATE `settings` SET `stripe_status_for_now` = 'active' WHERE `settings`.`id` = 1;

current database included.

change function

////////////////////////////////////////////

app/http/controllers/IndexController.php



public function activate(Request $request){

$valid = 'valid';

$liquid_license_domain_key = $request->liquid_license_domain_key;

if ($valid == 'valid'){

$client = new Client();

$settings_two = SettingTwo::first();

// $setting->stripe_status_for_now = 'active';

$settings_two->liquid_license_domain_key = 'eaf324c3-a08f-4cd4-8c6d-f41da48a314c';

$settings_two->liquid_license_type = 'Extended License';

$settings_two->save();

return redirect()->route('dashboard.index');

}else{

echo 'Activation failed!';

}

}
 
Thanks for sharing this : With the updated code the Settings>General - /dashboard/admin/settings/general is not saving the page if we make any updates to this section. Getting the below error from console:


POST https://<website>/dashboard/admin/settings/general-save 500 (Internal Server Error)

Also there is no SQL file in the folder. Can you pls point incase there are any SQL updates which need to be performed ?
 
Hi @kaul, I found this file at the web, as a nulled version. Looking again, I realized that there is indeed a DB file. I'm sharing it below. I tested in a normal install, but it's not working for me. I'll try again with this DB.

The user that shared this file recommend:
Run php artisan via ssh
And
update manually the database table "settings_two"
1703435273515 (1).png
 

Attachments

  • magicai DB.zip
    29.9 KB · Views: 34
  • magicai.zip
    30 KB · Views: 32

4.1 – JAN 18, 2024​

NEW: Real-time data integration with AI chats using Serper API.
NEW: Integration of Elevenlabs for AI voiceovers.
Tweak: Chat indicator in AI Chat for better user experience.
Tweak: AI assistant with text selection checking.
Tweak: Enhanced streaming functionality for smoother performance.
FIX: Addressed style issues in AI Chat.
FIX: Resolved AI Chat text line height issues.
 
Dear friends, you can install the 3.2 version and just update! Everything is working perfectly. You need to follow @raz0r instructions at the original post.
This topic can be closed.
 
Top