• Hi everyone,
    I’d like to ask about the scalability of Sngine.
    In our case, we are targeting up to 30M monthly visits.
    Can the current Sngine codebase and database structure handle that level of traffic?
    Are there any best practices or performance tweaks you recommend to improve speed and stability at that scale?
    Many developers I’ve spoken to are not very comfortable with Pure PHP + Smarty, and they suggest rebuilding the platform in Laravel with MongoDB for stronger performance and better scalability.
    By the way, we’ve already customized Sngine and transformed it into a platform that’s not a social network anymore, but a new concept for digital advertising.
    Any insights, experiences, or suggestions would be very helpful
    Hi everyone, I’d like to ask about the scalability of Sngine. In our case, we are targeting up to 30M monthly visits. Can the current Sngine codebase and database structure handle that level of traffic? Are there any best practices or performance tweaks you recommend to improve speed and stability at that scale? Many developers I’ve spoken to are not very comfortable with Pure PHP + Smarty, and they suggest rebuilding the platform in Laravel with MongoDB for stronger performance and better scalability. By the way, we’ve already customized Sngine and transformed it into a platform that’s not a social network anymore, but a new concept for digital advertising. Any insights, experiences, or suggestions would be very helpful 🙏
    0 Comments 0 Shares 125 Views 0 Reviews
  • For a while I’ve been comparing different social media scripts. At first, I was going back and forth between WoWonder and Sngine. Both have their strengths, but neither really felt like the right foundation for a serious, modern platform.

    Recently, I came across ShaunSocial, and after seeing it in action (https://facefam.com) I have to admit — I’m genuinely impressed. It feels like a completely different level compared to the others.

    Here’s what stands out to me:

    Modern technology: built on Laravel and Vue.js, which means cleaner, faster, and more scalable than old-school PHP solutions.
    Professional UI: it doesn’t look like a hobby project, but something you could confidently grow into a mainstream platform.
    Full feature set out-of-the-box: feed, groups, events, marketplace, livestreaming, monetization tools, and more.
    Mobile apps included: with the Ultimate license you get fully developed Flutter apps for iOS and Android.
    White-label: your own brand, domain, and identity.
    Extensible: you can also build your own add-ons or plugins, which gives complete flexibility to customize it to your vision.
    Active development: regular updates, good documentation, and a clear roadmap.

    Compared to Sngine or WoWonder, ShaunSocial feels more future-proof and professional. Where those platforms often need constant patching or third-party add-ons just to keep up, ShaunSocial is already equipped for growth.

    I initially thought I would settle for Sngine or WoWonder, but discovering ShaunSocial changed my perspective. After seeing the script live in action, I’m seriously considering using it as the foundation for my own future community project.

    What do you think — would you trust a new community platform if it was built on a system like this?

    https://shaunsocial.com

    #socialmedia #sngine #wowonder #shaunsocial #scripts
    For a while I’ve been comparing different social media scripts. At first, I was going back and forth between WoWonder and Sngine. Both have their strengths, but neither really felt like the right foundation for a serious, modern platform. Recently, I came across ShaunSocial, and after seeing it in action (https://facefam.com) I have to admit — I’m genuinely impressed. It feels like a completely different level compared to the others. Here’s what stands out to me: 🔹Modern technology: built on Laravel and Vue.js, which means cleaner, faster, and more scalable than old-school PHP solutions. 🔹Professional UI: it doesn’t look like a hobby project, but something you could confidently grow into a mainstream platform. 🔹Full feature set out-of-the-box: feed, groups, events, marketplace, livestreaming, monetization tools, and more. 🔹Mobile apps included: with the Ultimate license you get fully developed Flutter apps for iOS and Android. 🔹White-label: your own brand, domain, and identity. 🔹Extensible: you can also build your own add-ons or plugins, which gives complete flexibility to customize it to your vision. 🔹Active development: regular updates, good documentation, and a clear roadmap. Compared to Sngine or WoWonder, ShaunSocial feels more future-proof and professional. Where those platforms often need constant patching or third-party add-ons just to keep up, ShaunSocial is already equipped for growth. I initially thought I would settle for Sngine or WoWonder, but discovering ShaunSocial changed my perspective. After seeing the script live in action, I’m seriously considering using it as the foundation for my own future community project. 👉 What do you think — would you trust a new community platform if it was built on a system like this? 🔗 https://shaunsocial.com #socialmedia #sngine #wowonder #shaunsocial #scripts
    11 Comments 0 Shares 492 Views 0 Reviews
  • Turning Your Sngine Site into the Ultimate Social Network with Kimi – No Code, Just Prompts!

    (Grab a coffee, this is the read that will change how you think about your site.)

    Imagine this:

    You open your Sngine admin panel, paste a single sentence into Kimi, hit enter, and boom – hours later your users are raving about a brand-new feature that feels like Tinder meets Facebook Groups. All without touching PHP, React, or a single line of SQL.

    What is Kimi, really?

    Kimi is a large-language-model assistant (think GPT-4 on espresso) that can read, write, and reason about code. Feed it your Sngine folder, give it a plain-English goal, and it will:

    1. Reverse-engineer the existing MVC layers.

    2. Design a new feature (data model, UI, API endpoints, cron jobs, the works).

    3. Generate the exact files you drop into /app/, /themes/, and /ajax/ – already namespaced to avoid collisions.


    No black magic, just context windows and clever prompting.

    The 3-Step “Prompt-to-Feature” Workflow

    Step 1 – Context Injection

    I run Sngine v3.4, PHP 8.2, MySQL 8.0.
    Attached is my full `/system/` folder (zip).
    Here is a sample user row and post row from my DB.
    Please act as my senior full-stack dev.

    Step 2 – The One-Sentence Prompt

    "Add a paid ‘Super Boost’ button to posts that pushes them to the top of the feed for 2 hours, deducts credits via the existing wallet table, and logs every boost so admins can audit."

    Step 3 – Copy-Pasta Deploy

    Kimi returns:

    app/classes/super_boost.php

    ajax/boost_post.php

    themes/my_theme/templates/boost_button.tpl

    SQL patch install/boost.sql

    Admin-UI translation strings


    Upload, run the SQL, clear cache. Done.

    Example Features Possible with Kimi + Sngine

    1. Tribe Match – swipeable communities based on interests.

    2. Voice Stories – 60-second audio snippets with waveform UI.

    3. Crowdfund Posts – donate button under any post, wallet auto-split.

    4. AI Photo Filter – Stable Diffusion wrapper for profile pics.

    5. Reputation Badges – auto-award “Top Mentor” after 20 up-votes in groups.

    6. Dark-Mode Scheduler – switches theme at sunset per user timezone.
    7. Live AMA – one-click webinar room using WebRTC & Agora.


    Prompt Cheat-Sheet (Copy & Tweak)

    “Add a TikTok-style vertical reel tab using existing video upload table.”

    “Introduce subscription tiers: Free, Pro, Legend. Gate Pro features behind Stripe checkout already integrated in wallet.”

    “Create a ‘Mood’ reaction set () and store counts in Redis for speed.”

    Pro tip: Always attach a short screen-recording of your current UI so Kimi can match styling.

    Ethics & Safety

    Kimi respects Sngine’s license (it will not recreate paid modules). You stay in control of every line you deploy, and the model refuses to add tracking pixels or crypto miners. Your community, your rules.

    The good thing is: KIMI works for any script, even Wowonder, Shaun social, or any other script. It creates unimaginable miracles for your website, just by using a simple prompt.

    Ready to Try?

    1. Zip your Sngine root (exclude config.php).

    2. Paste the context + prompt into Kimi.

    3. Deploy and share your results with the community!

    You can download Kimi from the Appstore, Google Play or use desktop version: https://kimi.ai

    #Sngine #NoCode #KimiMagic
    🚀 Turning Your Sngine Site into the Ultimate Social Network with Kimi – No Code, Just Prompts! 🚀 (Grab a coffee, this is the read that will change how you think about your site.) 👀 Imagine this: You open your Sngine admin panel, paste a single sentence into Kimi, hit enter, and boom – hours later your users are raving about a brand-new feature that feels like Tinder meets Facebook Groups. All without touching PHP, React, or a single line of SQL. 💡 What is Kimi, really? Kimi is a large-language-model assistant (think GPT-4 on espresso) that can read, write, and reason about code. Feed it your Sngine folder, give it a plain-English goal, and it will: 1. Reverse-engineer the existing MVC layers. 2. Design a new feature (data model, UI, API endpoints, cron jobs, the works). 3. Generate the exact files you drop into /app/, /themes/, and /ajax/ – already namespaced to avoid collisions. No black magic, just context windows and clever prompting. 🛠️ The 3-Step “Prompt-to-Feature” Workflow Step 1 – Context Injection I run Sngine v3.4, PHP 8.2, MySQL 8.0. Attached is my full `/system/` folder (zip). Here is a sample user row and post row from my DB. Please act as my senior full-stack dev. Step 2 – The One-Sentence Prompt "Add a paid ‘Super Boost’ button to posts that pushes them to the top of the feed for 2 hours, deducts credits via the existing wallet table, and logs every boost so admins can audit." Step 3 – Copy-Pasta Deploy Kimi returns: app/classes/super_boost.php ajax/boost_post.php themes/my_theme/templates/boost_button.tpl SQL patch install/boost.sql Admin-UI translation strings Upload, run the SQL, clear cache. Done. 🔥 Example Features Possible with Kimi + Sngine 1. Tribe Match – swipeable communities based on interests. 2. Voice Stories – 60-second audio snippets with waveform UI. 3. Crowdfund Posts – donate button under any post, wallet auto-split. 4. AI Photo Filter – Stable Diffusion wrapper for profile pics. 5. Reputation Badges – auto-award “Top Mentor” after 20 up-votes in groups. 6. Dark-Mode Scheduler – switches theme at sunset per user timezone. 7. Live AMA – one-click webinar room using WebRTC & Agora. 🧠 Prompt Cheat-Sheet (Copy & Tweak) “Add a TikTok-style vertical reel tab using existing video upload table.” “Introduce subscription tiers: Free, Pro, Legend. Gate Pro features behind Stripe checkout already integrated in wallet.” “Create a ‘Mood’ reaction set (😂❤️😮😢😡) and store counts in Redis for speed.” Pro tip: Always attach a short screen-recording of your current UI so Kimi can match styling. ⚖️ Ethics & Safety Kimi respects Sngine’s license (it will not recreate paid modules). You stay in control of every line you deploy, and the model refuses to add tracking pixels or crypto miners. Your community, your rules. The good thing is: KIMI works for any script, even Wowonder, Shaun social, or any other script. It creates unimaginable miracles for your website, just by using a simple prompt. 🚀 Ready to Try? 1. Zip your Sngine root (exclude config.php). 2. Paste the context + prompt into Kimi. 3. Deploy and share your results with the community! You can download Kimi from the Appstore, Google Play or use desktop version: 🔗 https://kimi.ai #Sngine #NoCode #KimiMagic
    0 Comments 0 Shares 265 Views 0 Reviews
  • Custom page for pro account only https://scriptstribe.com/downloads.php?id=651
    Custom page for pro account only https://scriptstribe.com/downloads.php?id=651
    2 Comments 0 Shares 180 Views 0 Reviews
  • The Ultimate 2025 Guide: Turn Your SNGINE Site Into a Candy-Coated Wonderland with Kimi!
    (Grab a cozy blanket and a bubble tea —this is a long, snuggly ride!)

    ────────────────────────────

    1️⃣ What is Kimi?

    Kimi is your cloud-based AI sidekick living in your favorite chat window. Imagine a senior dev, designer, copywriter, and QA tester rolled into one adorable raccoon .

    You type in plain English, and Kimi delivers production-ready code, pixel-perfect mockups, witty copy, and even GIF tutorials. No React or SASS degree required!

    ────────────────────────────

    2️⃣ Plugin Paradise: From Zero to in 3 Prompts

    Prompt A – “Birthday Blast”
    Ask Kimi for a plugin that:

    • shows confetti + name marquee on birthdays
    • stores birthdate in user_meta
    • auto-posts a celebratory message
    • respects dark mode

    Kimi delivers:
    birthday-blast.zip with:

    – install.md (DB schema + hooks)
    – confetti.min.js
    – BirthdayBlast.class.php
    – Admin toggle

    Drag, activate—your users wake up to flying cupcakes!

    Prompt B – “Pet Avatar Pack”
    Ask for:

    • front-end cropper with preview
    • protected uploads/pets/ folder
    • auto-resize to 256×256 PNG

    Prompt C – “Night-Owl Scheduler”
    Kimi builds a cron plugin that switches themes at sunset based on timezone, with a moon progress bar.

    ────────────────────────────

    3️⃣ CSS Theme Sorcery

    Describe the vibe:
    “Pastel vaporwave with floating bubble cursors and glass-morphism cards.”

    Kimi delivers:

    • _vaporwave.scss with variables like --pink-latte and --aqua-mint
    • Gradient keyframes
    • Responsive container queries
    • Neon synthwave dark mode

    Compile with SNGINE’s SCSS compiler—your site becomes a Lisa Frank dream

    Pro tip: Ask for Figma tokens to sync design variables.

    ────────────────────────────

    4️⃣ Micro-Interactions That Spark Joy ⚡️

    Prompt: “Floating heart reaction widget for posts.”

    Kimi delivers:

    • sprite.svg with heartbeat frames
    • Plugin with AJAX nonce checks
    • Leaderboard template tag

    Copy-paste → dopamine button activated.

    ────────────────────────────

    5️⃣ Monetization Mini-Mods

    • “Tip Jar Latte” – Stripe plugin with steam animation
    • “Premium Sticker Shop” – WooCommerce bridge for comment stickers
    • “Gated Rainbow Blogs” – Patreon OAuth with CSS padlock

    Includes upgrade notices and GDPR blurbs.

    ────────────────────────────

    6️⃣ Workflow Wizardry

    Dev Tools Plugin:

    • Admin bar shortcuts:
    – Purge OPcache
    – Recompile SCSS
    – Regenerate thumbnails
    – Toggle maintenance mode

    • Console beautifier
    • GitHub Actions auto-deploy snippet

    ────────────────────────────

    7️⃣ Accessibility & Performance

    Ask: “Make my theme WCAG 2.2 AA and < 90 KB CSS.”

    Kimi will:

    • add icon cues
    • support reduced motion
    • compress CSS
    • deliver Lighthouse report

    ────────────────────────────

    8️⃣ Community Showcase

    Real #KimiMadeIt creations:

    • @AstroBunny: snow-globe profile cover
    • @RetroRamen: Lo-Fi Radio widget
    • @PixelCoven: CSS spell packs with prompt files

    ────────────────────────────

    9️⃣ Quick-Start Ritual

    1. Open chat → “I’m on SNGINE 3.15, PHP 8.3.”
    2. Paste your wish list with emojis
    3. Receive:

    – install.md
    – plugin/theme zip
    – demo GIF

    4. Upload via Admin
    5. Refresh, squeal, screenshot → share!

    ────────────────────────────

    Bonus Round – Easter Eggs

    • Konami-code rainbow road
    • /kimi endpoint with daily joke
    • “Cuddle Mode” turns avatars into plushies

    https://kimi.com.

    ────────────────────────────

    #KimiAI #SNGINE #BuildCute #CodeWithKimi #ThemeSparkle #AI #ARTIFICIALINTELLIGENCE
    🌸✨ The Ultimate 2025 Guide: Turn Your SNGINE Site Into a Candy-Coated Wonderland with Kimi! ✨🌸 (Grab a cozy blanket and a bubble tea 🧋—this is a long, snuggly ride!) ──────────────────────────── 1️⃣ What is Kimi? 🤖💕 Kimi is your cloud-based AI sidekick living in your favorite chat window. Imagine a senior dev, designer, copywriter, and QA tester rolled into one adorable raccoon 🦝👓. You type in plain English, and Kimi delivers production-ready code, pixel-perfect mockups, witty copy, and even GIF tutorials. No React or SASS degree required! ──────────────────────────── 2️⃣ Plugin Paradise: From Zero to ✨ in 3 Prompts 🎉 Prompt A – “Birthday Blast” Ask Kimi for a plugin that: • shows confetti + name marquee on birthdays • stores birthdate in user_meta • auto-posts a celebratory message • respects dark mode Kimi delivers: 📁 birthday-blast.zip with: – install.md (DB schema + hooks) – confetti.min.js – BirthdayBlast.class.php – Admin toggle Drag, activate—your users wake up to flying cupcakes! 🧁 🐾 Prompt B – “Pet Avatar Pack” Ask for: • front-end cropper with preview • protected uploads/pets/ folder • auto-resize to 256×256 PNG 🌙 Prompt C – “Night-Owl Scheduler” Kimi builds a cron plugin that switches themes at sunset based on timezone, with a moon progress bar. ──────────────────────────── 3️⃣ CSS Theme Sorcery 🎨🌈 Describe the vibe: “Pastel vaporwave with floating bubble cursors and glass-morphism cards.” Kimi delivers: • _vaporwave.scss with variables like --pink-latte and --aqua-mint • Gradient keyframes • Responsive container queries • Neon synthwave dark mode Compile with SNGINE’s SCSS compiler—your site becomes a Lisa Frank dream 🦄✨ Pro tip: Ask for Figma tokens to sync design variables. ──────────────────────────── 4️⃣ Micro-Interactions That Spark Joy ⚡️💗 Prompt: “Floating heart reaction widget for posts.” Kimi delivers: • sprite.svg with heartbeat frames • Plugin with AJAX nonce checks • Leaderboard template tag Copy-paste → dopamine button activated. ──────────────────────────── 5️⃣ Monetization Mini-Mods 💰🍪 • “Tip Jar Latte” – Stripe plugin with steam animation ☕ • “Premium Sticker Shop” – WooCommerce bridge for comment stickers • “Gated Rainbow Blogs” – Patreon OAuth with CSS padlock 🔓🌈 Includes upgrade notices and GDPR blurbs. ──────────────────────────── 6️⃣ Workflow Wizardry 🧙‍♀️✨ Dev Tools Plugin: • Admin bar shortcuts: – Purge OPcache – Recompile SCSS – Regenerate thumbnails – Toggle maintenance mode • Console beautifier • GitHub Actions auto-deploy snippet ──────────────────────────── 7️⃣ Accessibility & Performance 🦾🚀 Ask: “Make my theme WCAG 2.2 AA and < 90 KB CSS.” Kimi will: • add icon cues • support reduced motion • compress CSS • deliver Lighthouse report 📊 ──────────────────────────── 8️⃣ Community Showcase 📸💬 Real #KimiMadeIt creations: • @AstroBunny: snow-globe profile cover 🌌🐰 • @RetroRamen: Lo-Fi Radio widget 🎶💬 • @PixelCoven: CSS spell packs with prompt files 🪄👗 ──────────────────────────── 9️⃣ Quick-Start Ritual 🪄 1. Open chat → “I’m on SNGINE 3.15, PHP 8.3.” 2. Paste your wish list with emojis 🌟🍓🎠 3. Receive: – install.md – plugin/theme zip – demo GIF 4. Upload via Admin 5. Refresh, squeal, screenshot → share! ──────────────────────────── 🔟 Bonus Round – Easter Eggs 🥚🗝️ • Konami-code rainbow road 🌈 • /kimi endpoint with daily joke 😂 • “Cuddle Mode” turns avatars into plushies 🔗 https://kimi.com. ──────────────────────────── #KimiAI #SNGINE #BuildCute #CodeWithKimi #ThemeSparkle #AI #ARTIFICIALINTELLIGENCE
    Yay
    1
    2 Comments 0 Shares 333 Views 0 Reviews
  • How to use the "Manage PHP Hooks" in Plugin System and not worry about modification override ever again
    How to use the "Manage PHP Hooks" in Plugin System and not worry about modification override ever again
    2 Comments 0 Shares 445 Views 24 0 Reviews
  • Spanish Language Translation Digital New
    Free
    In stock
    México
    1 Reviews 5.0
    Updated (08/08/2025) - Free Spanish Language Translation

    Spanish Language Pack for Sngine - The Ultimate PHP Social Network Platform
    Updated (08/08/2025) - Free Spanish Language Translation Spanish Language Pack for Sngine - The Ultimate PHP Social Network Platform
    chat_permission
    No
    0 Comments 0 Shares 724 Views 1 Reviews
  • CreateAddon Extension for Plugin System Anyone Add-on Digital Used
    $15
    In stock
    United States
    1 Reviews 5.0
    Your Sngine Addon Builder
    You will need to have Plugin System installed in your Sngine first, you may get it here
    https://scriptstribe.com/posts/187

    Say goodbye to repetitive setup and hello to instant productivity! The CreateAddon tool is your all-in-one addon scaffolder inside the Plugin System. It generates everything you need to kick off a new Sngine addon — with zero file fumbling.

    What It Does:
    With just a few form inputs, CreateAddon will:

    Create the full addon folder under /modules/{addon_id}

    Auto-generate plugin.json, version.json, and docs.json

    Include default index.php, init.php, admin.php, and settings.php (if selected)

    Auto-generate .htaccess rewrite rules based on your route names

    Generate default TPL files:

    admin.addonid.tpl

    settings.addonid.tpl

    Optional custom route TPLs like addonid.tpl, addonid/rule.tpl, etc.

    Inject admin case logic into admin.php

    Inject settings case into settings.php and auto-create menu links

    Auto-create plugin preview image and link to /assets/img/preview.png

    Generate optional assets: CSS, JS (with defer/async), and Smarty hook templates

    Bonus Magic:
    Creates usermenu_settings.tpl with hook-ready markup

    Smart enough to skip duplicates and safely inject code in the right place

    No core file overwrites — everything is modular and plugin-friendly

    Who It’s For:
    Sngine site owners who want to build features faster

    Developers tired of manually creating boilerplate files

    Addon sellers who want a repeatable workflow

    YOU — if you love automation and hate repetitive work

    This is not just a form… it’s a full-blown addon-making machine. Build like a boss — with CreateAddon.
    Your Sngine Addon Builder You will need to have Plugin System installed in your Sngine first, you may get it here https://scriptstribe.com/posts/187 Say goodbye to repetitive setup and hello to instant productivity! The CreateAddon tool is your all-in-one addon scaffolder inside the Plugin System. It generates everything you need to kick off a new Sngine addon — with zero file fumbling. ✨ What It Does: With just a few form inputs, CreateAddon will: ✅ Create the full addon folder under /modules/{addon_id} ✅ Auto-generate plugin.json, version.json, and docs.json ✅ Include default index.php, init.php, admin.php, and settings.php (if selected) ✅ Auto-generate .htaccess rewrite rules based on your route names ✅ Generate default TPL files: admin.addonid.tpl settings.addonid.tpl Optional custom route TPLs like addonid.tpl, addonid/rule.tpl, etc. ✅ Inject admin case logic into admin.php ✅ Inject settings case into settings.php and auto-create menu links ✅ Auto-create plugin preview image and link to /assets/img/preview.png ✅ Generate optional assets: CSS, JS (with defer/async), and Smarty hook templates 🧩 Bonus Magic: 📎 Creates usermenu_settings.tpl with hook-ready markup 🧠 Smart enough to skip duplicates and safely inject code in the right place 🚫 No core file overwrites — everything is modular and plugin-friendly 🧑‍💻 Who It’s For: Sngine site owners who want to build features faster Developers tired of manually creating boilerplate files Addon sellers who want a repeatable workflow YOU — if you love automation and hate repetitive work 😉 This is not just a form… it’s a full-blown addon-making machine. Build like a boss — with CreateAddon. 👑
    chat_permission
    Yes
    0 Comments 0 Shares 693 Views 1 Reviews
  • another addon /addons/deactivate_account/
    ├── manifest.json
    ├── deactivate.php
    └── templates/
    └── deactivate.tpl
    another addon /addons/deactivate_account/ ├── manifest.json ├── deactivate.php └── templates/ └── deactivate.tpl
    File Type: zip
    Love
    1
    0 Comments 0 Shares 362 Views 0 Reviews
  • Folder Structure for the Addon
    pgsql
    Copy
    Edit
    addons/
    └── business_directory/
    ├── admin/
    │ └── templates/
    │ └── business_directory.tpl
    ├── includes/
    │ ├── functions.inc.php
    │ └── ajax/
    │ └── business_directory.php
    ├── templates/
    │ └── business_directory.tpl
    ├── lang/
    │ ├── english.php
    │ └── arabic.php
    ├── js/
    │ └── business_directory.js
    ├── css/
    │ └── business_directory.css
    └── manifest.json

    📁 Folder Structure for the Addon pgsql Copy Edit addons/ └── business_directory/ ├── admin/ │ └── templates/ │ └── business_directory.tpl ├── includes/ │ ├── functions.inc.php │ └── ajax/ │ └── business_directory.php ├── templates/ │ └── business_directory.tpl ├── lang/ │ ├── english.php │ └── arabic.php ├── js/ │ └── business_directory.js ├── css/ │ └── business_directory.css └── manifest.json
    File Type: zip
    Wow
    1
    2 Comments 0 Shares 343 Views 0 Reviews
  • ai_assistant/
    ├── manifest.json
    ├── hooks/
    │ └── frontend.php
    ├── templates/
    │ └── assistant.tpl
    ├── assets/
    │ └── js/
    │ └── assistant.js
    ├── admin/
    │ └── ai_assistant_settings.php
    └── api/
    └── chat.php

    Ai assistant addons and havent been tested . you are free to try it and make it your own
    ai_assistant/ ├── manifest.json ├── hooks/ │ └── frontend.php ├── templates/ │ └── assistant.tpl ├── assets/ │ └── js/ │ └── assistant.js ├── admin/ │ └── ai_assistant_settings.php └── api/ └── chat.php Ai assistant addons and havent been tested . you are free to try it and make it your own
    File Type: zip
    4 Comments 0 Shares 408 Views 0 Reviews