• Hey music lovers,

    I’m looking for help for an incredibly cool music platform…

    I built MusiQloud.com purely out of passion for music and community. The platform is live. It works. It’s growing slowly. But it’s still unknown — and therefore (still) unloved. And that needs to change.

    Right now I run this all by myself. With heart, soul, and far too little sleep. And to be honest: to really grow, I need a team.

    That’s why I’m looking for people who want to help build something with real potential on a voluntary basis.

    I’m looking for, among others:

    Programmers with PHP knowledge
    Web designers
    Developers who can come up with and build new features and widgets
    Artists who post their own unique content
    Moderators who keep the community warm and safe
    Music lovers who want to write blogs and articles
    Content creators (video, reels, shorts, visuals)
    Social media promoters who actively put MusiQloud in the spotlight
    People with experience in influencer outreach & collaborations
    Marketing and growth strategists
    UX/UI thinkers who can improve the user experience
    System administrators (so I can go offline once in a while without stress)
    Community builders with vision and energy

    What can I offer?

    At the moment, no salary — this is a volunteer project in the building phase.

    What I can offer:

    A FREE PRO membership for life (as long as you remain a volunteer)
    Direct influence on the platform’s development
    A spot in the core team from the very beginning
    The chance to help build something that could grow into the music community

    Once the community starts generating revenue, we can talk about financial rewards. But first this project needs to be solidly established.

    This is for builders. For doers. For people with vision.

    Not for spectators!

    Does this feel like a fit for you? Send me a message.

    #musiqloud #callingallbuilders #musiccommunity
    Hey music lovers, I’m looking for help for an incredibly cool music platform… I built MusiQloud.com purely out of passion for music and community. The platform is live. It works. It’s growing slowly. But it’s still unknown — and therefore (still) unloved. And that needs to change. Right now I run this all by myself. With heart, soul, and far too little sleep. And to be honest: to really grow, I need a team. That’s why I’m looking for people who want to help build something with real potential on a voluntary basis. I’m looking for, among others: 🔸 Programmers with PHP knowledge 🔸 Web designers 🔸 Developers who can come up with and build new features and widgets 🔸 Artists who post their own unique content 🔸 Moderators who keep the community warm and safe 🔸 Music lovers who want to write blogs and articles 🔸 Content creators (video, reels, shorts, visuals) 🔸 Social media promoters who actively put MusiQloud in the spotlight 🔸 People with experience in influencer outreach & collaborations 🔸 Marketing and growth strategists 🔸 UX/UI thinkers who can improve the user experience 🔸 System administrators (so I can go offline once in a while without stress) 🔸 Community builders with vision and energy What can I offer? At the moment, no salary — this is a volunteer project in the building phase. What I can offer: 🔸 A FREE PRO membership for life (as long as you remain a volunteer) 🔸 Direct influence on the platform’s development 🔸 A spot in the core team from the very beginning 🔸 The chance to help build something that could grow into the music community Once the community starts generating revenue, we can talk about financial rewards. But first this project needs to be solidly established. This is for builders. For doers. For people with vision. Not for spectators! Does this feel like a fit for you? Send me a message. #musiqloud #callingallbuilders #musiccommunity
    0 Comments 0 Shares 61 Views 0 Reviews

  • Open to accept Sngine customization work! We are a team of expert developers, our area of experness are PHP, None.js, React Native, Python, MySql, PostgreSQL, MongoDB etc.
    With us you will have your customizaiton in the best quality possible.
    Open to accept Sngine customization work! We are a team of expert developers, our area of experness are PHP, None.js, React Native, Python, MySql, PostgreSQL, MongoDB etc. With us you will have your customizaiton in the best quality possible.
    Love
    1
    4 Comments 0 Shares 261 Views 0 Reviews
  • https://coddy.tech/landing/php
    https://coddy.tech/landing/php
    CODDY.TECH
    Coddy - Learn PHP
    Master PHP through immersive, hands-on learning, seamlessly integrating it into your daily routine, all without the need for downloads or complexity.
    0 Comments 0 Shares 291 Views 0 Reviews
  • Concept Explanation for Developer: “What’s Active Now?” Widget (Sngine)

    Purpose

    Add a lightweight content curation feature to Sngine without replacing the chronological feed.
    The widget will display the 5 most active/popular posts at the moment, encouraging engagement, visibility, and interaction.

    This is not a heavy algorithm; it’s an algorithm-light signaling feature to promote activity in a platform without any feed algorithm.

    Location

    Top of the homepage / main feed

    Always visible above the chronological timeline


    Display

    Horizontal slider or fixed cards (max. 5 items)

    User-controlled navigation (no autoplay)

    Click on an item → direct link to the post


    Each item displays:

    Post title or first line (max X characters)

    Number of comments

    Optional subtle icon

    Optional timestamp (e.g., “active today”)


    Defining “Popular”

    Not like-driven, but interaction-driven.

    Example scoring system:

    score = (number of comments × 3)
    + (number of likes × 1)
    + recency_bonus

    Where:

    Comments are weighted higher than likes

    Only posts with activity in the last 24–48 hours are included

    Optionally, unique participants count more than total reactions


    This prevents spam and rewards genuine engagement.


    Data Sources (Sngine)

    posts

    posts_likes

    posts_comments

    users (optional for filtering)

    timestamps (created_at / updated_at)


    Querying can be done via:

    Custom SQL JOINs

    Or PHP logic layered on top of the existing Sngine feed


    Technical Approach (Recommended)

    Backend

    Custom function/module (avoid core overrides)

    Periodic query (e.g., every 5–10 minutes)

    Cache results (Redis / file cache / DB cache)


    Frontend

    HTML/CSS component above the feed

    Lightweight JS slider (e.g., Swiper.js or custom)

    Mobile-first, swipe-friendly cards


    Administration & Control

    Optional but recommended:

    Admin can pin 1 item manually

    Admin can temporarily disable the widget

    Fallback: hide the widget if there are too few active posts

    What This Concept Intentionally Does NOT Do

    No manipulative engagement algorithms

    No user profiling

    No feed reordering

    No shadowbanning or filtering


    It is a guide for attention, not a control mechanism.


    Why This Matters (Functionally)

    Gives active posters visibility

    Rewards genuine interaction without a heavy algorithm

    Helps new users find conversation entry points

    Reduces manual work for community managers

    Fits Sngine’s algorithm-free philosophy while preventing inactivity


    Summary for Developer

    > Build a lightweight, transparent popularity widget above the feed showing posts where conversation is actually happening.

    Keep the chronological timeline intact, but provide guidance and recognition to stimulate activity and engagement in the absence of a feed algorithm.


    #concepts #sngine
    Concept Explanation for Developer: “What’s Active Now?” Widget (Sngine) Purpose Add a lightweight content curation feature to Sngine without replacing the chronological feed. The widget will display the 5 most active/popular posts at the moment, encouraging engagement, visibility, and interaction. This is not a heavy algorithm; it’s an algorithm-light signaling feature to promote activity in a platform without any feed algorithm. Location Top of the homepage / main feed Always visible above the chronological timeline Display Horizontal slider or fixed cards (max. 5 items) User-controlled navigation (no autoplay) Click on an item → direct link to the post Each item displays: Post title or first line (max X characters) Number of comments Optional subtle icon Optional timestamp (e.g., “active today”) Defining “Popular” Not like-driven, but interaction-driven. Example scoring system: score = (number of comments × 3) + (number of likes × 1) + recency_bonus Where: Comments are weighted higher than likes Only posts with activity in the last 24–48 hours are included Optionally, unique participants count more than total reactions This prevents spam and rewards genuine engagement. Data Sources (Sngine) posts posts_likes posts_comments users (optional for filtering) timestamps (created_at / updated_at) Querying can be done via: Custom SQL JOINs Or PHP logic layered on top of the existing Sngine feed Technical Approach (Recommended) Backend Custom function/module (avoid core overrides) Periodic query (e.g., every 5–10 minutes) Cache results (Redis / file cache / DB cache) Frontend HTML/CSS component above the feed Lightweight JS slider (e.g., Swiper.js or custom) Mobile-first, swipe-friendly cards Administration & Control Optional but recommended: Admin can pin 1 item manually Admin can temporarily disable the widget Fallback: hide the widget if there are too few active posts What This Concept Intentionally Does NOT Do ❌ No manipulative engagement algorithms ❌ No user profiling ❌ No feed reordering ❌ No shadowbanning or filtering It is a guide for attention, not a control mechanism. Why This Matters (Functionally) Gives active posters visibility Rewards genuine interaction without a heavy algorithm Helps new users find conversation entry points Reduces manual work for community managers Fits Sngine’s algorithm-free philosophy while preventing inactivity Summary for Developer > Build a lightweight, transparent popularity widget above the feed showing posts where conversation is actually happening. Keep the chronological timeline intact, but provide guidance and recognition to stimulate activity and engagement in the absence of a feed algorithm. #concepts #sngine
    Like
    Love
    2
    5 Comments 0 Shares 667 Views 0 Reviews
  • Introducing MusicKraze Social - Built on Sngine
    Hey Sngine community!
    I wanted to share my project MusicKraze Social (musickraze.com) - a music-focused social network I've been building on Sngine. Over the past several months, I've been developing custom plugins to transform the platform into a dedicated space for music lovers, and I thought you all might find some of these useful or inspiring for your own projects.
    Custom Plugins I've Built
    Here's what I've added to extend Sngine's functionality:
    MK Spotify
    Full Spotify integration with search, play, playlist management, recommendations engine, and the ability to share tracks directly to the MusicKraze feed. Users can connect their Spotify accounts, browse their library, and discover new music without leaving the site.
    Apple Music Sharing
    Integrated Apple Music search and sharing alongside Spotify, giving users options regardless of their preferred streaming platform.
    MK Shazam
    A song identifier that uses the browser's microphone to listen to music playing nearby, identifies the track via the Shazam API, then lets users share what they're listening to. Works just like the Shazam app but built right into the social network.
    MK Discover
    A music discovery section combining Spotify's trending artists data with Discogs database info. Displays rich artist details, discography, and embeds top tracks for easy listening and sharing.
    MK Concerts
    Concert and event finder using the Ticketmaster API. Users can search for shows near them, see event details, and share concerts with the community.
    MK Originals
    A place for members to upload their own original music - covers, original songs, instrumentals. Supports video and audio uploads up to 25MB with admin moderation tools and feed sharing.
    AI Studio
    AI image generator using the Replicate API plus a post enhancer/chatbot that helps users polish their posts before sharing.
    MK Games
    Integrated Gamezop games with score saving and leaderboards to add some fun engagement features.

    All these plugins follow Sngine's standard structure (bootloader.php, page_header/page_footer, Smarty templates) so they integrate cleanly with the platform.
    If anyone's interested in building similar music-focused features or wants to chat about extending Sngine for niche communities, I'm happy to share what I've learned along the way!
    Check it out: musickraze.com
    Keep building!
    — KrAzE
    Introducing MusicKraze Social - Built on Sngine 🎵 Hey Sngine community! I wanted to share my project MusicKraze Social (musickraze.com) - a music-focused social network I've been building on Sngine. Over the past several months, I've been developing custom plugins to transform the platform into a dedicated space for music lovers, and I thought you all might find some of these useful or inspiring for your own projects. Custom Plugins I've Built Here's what I've added to extend Sngine's functionality: 🎧 MK Spotify Full Spotify integration with search, play, playlist management, recommendations engine, and the ability to share tracks directly to the MusicKraze feed. Users can connect their Spotify accounts, browse their library, and discover new music without leaving the site. 🍎 Apple Music Sharing Integrated Apple Music search and sharing alongside Spotify, giving users options regardless of their preferred streaming platform. 🎤 MK Shazam A song identifier that uses the browser's microphone to listen to music playing nearby, identifies the track via the Shazam API, then lets users share what they're listening to. Works just like the Shazam app but built right into the social network. 🔍 MK Discover A music discovery section combining Spotify's trending artists data with Discogs database info. Displays rich artist details, discography, and embeds top tracks for easy listening and sharing. 🎪 MK Concerts Concert and event finder using the Ticketmaster API. Users can search for shows near them, see event details, and share concerts with the community. 🎸 MK Originals A place for members to upload their own original music - covers, original songs, instrumentals. Supports video and audio uploads up to 25MB with admin moderation tools and feed sharing. 🖼️ AI Studio AI image generator using the Replicate API plus a post enhancer/chatbot that helps users polish their posts before sharing. 🎮 MK Games Integrated Gamezop games with score saving and leaderboards to add some fun engagement features. All these plugins follow Sngine's standard structure (bootloader.php, page_header/page_footer, Smarty templates) so they integrate cleanly with the platform. If anyone's interested in building similar music-focused features or wants to chat about extending Sngine for niche communities, I'm happy to share what I've learned along the way! Check it out: musickraze.com Keep building! 🚀 — KrAzE
    Love
    2
    2 Comments 0 Shares 3K Views 0 Reviews
  • Free- Better Contact US Form for Sngine Digital New
    Free
    In stock
    United States
    0 Reviews
    Better contact us form with department emails..
    Just upload overwriding thre current sngine file acording to the file structure... open includes/core/contact.php and look for
    $department_emails = [
    'general' => $system['system_email'], // Uses default system email
    'support' => 'me@gmail.com', // Change to your support email
    'billing' => 'billing@yourdomain.com', // Change to your billing email
    'partnerships' => 'partnerships@yourdomain.com', // Change to your partnerships email
    ];

    ad add you department emails there... All done
    Better contact us form with department emails.. Just upload overwriding thre current sngine file acording to the file structure... open includes/core/contact.php and look for $department_emails = [ 'general' => $system['system_email'], // Uses default system email 'support' => 'me@gmail.com', // Change to your support email 'billing' => 'billing@yourdomain.com', // Change to your billing email 'partnerships' => 'partnerships@yourdomain.com', // Change to your partnerships email ]; ad add you department emails there... All done
    Installation Service
    No Installation Service
    Like
    Love
    8
    5 Comments 0 Shares 8K Views 0 Reviews
  • Since my last post was surprisingly (!) 6 months ago, I just wanted to give a quick update.

    A small team and I have been working with Sngine for several years now and have several active communities.

    Despite the issues with the Sngine team and updates, as well as the possibilities of extending the system independently, we decided to develop our own social engine. This was simply to eliminate our dependence, make customizations better, faster, and easier, move away from PHP and the SQL database, and work with modern systems.

    In about two months, we will migrate the first community currently running on Sngine to our own system. This will allow us to test our system in an active, live environment, fix initial bugs, and determine which functions we need to adapt specifically for our communities. We want to ensure that the system isn't the same for every niche we serve, but rather develop niche-specific functions and thus become independent.

    . ... I really hope everything goes according to plan, and that we'll have all our Sngine communities switched to our own system within a year at the latest. (Wish me luck).
    Since my last post was surprisingly (!) 6 months ago, I just wanted to give a quick update. A small team and I have been working with Sngine for several years now and have several active communities. Despite the issues with the Sngine team and updates, as well as the possibilities of extending the system independently, we decided to develop our own social engine. This was simply to eliminate our dependence, make customizations better, faster, and easier, move away from PHP and the SQL database, and work with modern systems. In about two months, we will migrate the first community currently running on Sngine to our own system. This will allow us to test our system in an active, live environment, fix initial bugs, and determine which functions we need to adapt specifically for our communities. We want to ensure that the system isn't the same for every niche we serve, but rather develop niche-specific functions and thus become independent. . ... I really hope everything goes according to plan, and that we'll have all our Sngine communities switched to our own system within a year at the latest. (Wish me luck).
    0 Comments 0 Shares 3K Views 0 Reviews
  • Hello everyone!

    A few days ago, we announced that we will be introducing a new AI called EchoAI for Sngine.
    Would you prefer it to be built with pure PHP, or with Laravel for a more modern and flexible structure?

    Check the official post: https://scriptstribe.com/posts/1152
    Hello everyone! A few days ago, we announced that we will be introducing a new AI called EchoAI for Sngine. Would you prefer it to be built with pure PHP, or with Laravel for a more modern and flexible structure? Check the official post: https://scriptstribe.com/posts/1152
    SCRIPTSTRIBE.COM
    Zinkly Studio - Hello everyone! We are excited to announce that...
    Hello everyone! We are excited to announce that for quite some time now, we have been successfully working on a project called EchoAI, which allows Sngine users to: ✨Interact in real-time using DeepSeek and OpenAI API keys. ✨Receive content and responses instantly. ✨Add custom commands directly...
    Like
    1
    1 Comments 0 Shares 5K Views 0 Reviews
  • To ensure your socket functions correctly, switch to PHP 8.3. The Sngine socket feature is currently incompatible with PHP 8.4.
    To ensure your socket functions correctly, switch to PHP 8.3. The Sngine socket feature is currently incompatible with PHP 8.4.
    Like
    1
    2 Comments 0 Shares 5K Views 0 Reviews
  • 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 4K 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
    Love
    1
    2 Comments 0 Shares 4K 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 3K Views 26 0 Reviews
More Results