Jump to content

Sngine - The Ultimate PHP Social Network Platform v4.0.1 NULLED

(6 reviews)

1 Screenshot

Sngine is a PHP Social Network Platform is the best way to create your own social website or online community. Launch it in just 1 minute with ultimate features. It’s fast, secured, and it will be regularly updated. 

Features

User/General Features:

  • Friends Users can add others as a freind

  • Follow/Unfollow Sngine also support following system like Twitter/Facebook

  • Real-Time Real-Time Newsfeed, Chat, & Notifications and Profile Updates

  • Share Users can share any public post on Sngine

  • Smart Publisher Publisher auto-scrap (Music, Videos, Links)

  • YouTube, Vimeo, SoundCloud Users can share links from these media

  • Notifications Get notifications (red notification with counter) from other users when they: Like, Share, Comment, or @mention you

  • Sound Notifications for New Notifications & Messages

  • Privacy users can change thier privacy settings anytime

  • #Hahtags Post #hashtags in posts, comments and chat conversations

  • @mention user can mention thier friends

  • Photos upload images and have them displayed as a gallery.

  • Groups Stay in touch with the group members and share stories with them.

  • Pages User now can create pages like Facebook.

  • Smiles / Emoticons (smiles) in Messages, Comments and Chat.

  • Mange Blocks Users can block other users preventing them from chatting with each other.

  • Awesome Profile with Covers and Avatars for user/page/group profiles

  • Verify Badge Now profile and pages support verify badge

  • Unified Search Box Live search for #hashtags, posts, pages and groups

  • See More option for cut long-text post like Facebook

  • Retina Display Ready Responsive Design (optimized for iPhone 5 and other iOS devices)

  • Suggestions Friends suggestions (for new users), Pages to like, Groups to join

  • Mobile Apps Sngine comes with 2 web-view apps for FREE for Android & IOS (Apple no longer accept web-view apps unless you added at least one native feature)

Script/Admin Features:

  • Portable so you can run it at any hosting easily

  • Ajax Powered system

  • We build it with pure PHP with code easy to follow, so developer could customize it

  • SEO SEO Friendly Urls

  • System Shutdown Turn the entire website On and Off

  • Registration Enabled Turn registration On and Off

  • Send Activation Email Enable/Disable activation email after registration

  • SMTP Emails Enable/Disable SMTP email system

  • reCAPTCHA Enabled Turn reCAPTCHA On and Off

  • Multi-Language multi language platform using ‘gettext’ (Support Arabic and RTL Design)

  • Manage Translations: Admin can add/edit/delete language translations

  • Cache System Advanced caching system for all system and the view templates which guarantee fast loading for the whole website

  • Manage Users Manage your members, edit thier profile details, and verify anyone of them

  • Manage Pages Manage pages that your members created, verify anyone of them

  • Manage Pages Categories Admin can add/edit/delete different categories for pages

  • Manage Groups Edit or Delete user created groups

  • Reports Manage reports by your members

  • Manage Verified User/Pages Admin can make any user/page as verified.

  • Static Pages Admin can add/edit/delete static pages like about, privacy, terms …etc

  • Ads System Admin can add/edit/delete ads for the entire system with different locations.

  • Manage Themes Admin can add/edit/delete themes

  • Advanced Statistics Statistics about User Registrations, Messages, Comments, Reported Messages & Comments, Likes

  • Set Min/Max Results Admin can set Min/Max number of results per request

  • Sngine APIs to allow your website users to create apps and use login with feature and retrieve user info

  • Sngine Share Plugin to allow other websites to use your share plugin code to add share in Sngine button

Requirements

  • Apache, Nginx or IIS Sever

  • PHP 7.3+ and MySQL 5.0+ (Sngine also supports PHP 8+ and MySQL 8+)

  • PHP Extensions: mysqlimbstring & curl

  • PHP Library: GD

  • PHP Funcrions: allow_url_fopen() & mail()

  • SSL certificate (Required if you want to enable Audio/Video calls or live streaming or to build the mobile apps)

What's New in Version v3.13 Patch 3 NULLED

See changelog

Released

ONLY APPLY THIS PATCH UPDATE IF YOU ARE UP TO DATE WITH PATCH 2 IF NOT YOU WILL HAVE TO DO A CLEAN INATLL OF THIS VERSION 


All you have to do is simply download Sngine again and upload and replace these files:

profile.php
includes\assets\js\core\user.js
content\themes\default\templates\search.tpl

Note: Only for Cloudflare users, Don’t forget to flush your website cache from Cloudflare

User Feedback

You may only provide a review once you have downloaded the file.

   1 of 2 members found this review helpful 1 / 2 members

@RadioJavan

go to includes/functions.php

find the part with this code

/**
 * get_licence_key
 *
 * @param string $code
 * @return string
 */
function get_licence_key($code)
{
  $url = 'https://zamblek.com/licenses/sngine/verify.php';
  $data = "code=" . $code . "&domain=" . $_SERVER['HTTP_HOST'];
  $ch = curl_init();
  curl_setopt($ch, CURLOPT_URL, $url);
  curl_setopt($ch, CURLOPT_POST, 1);
  curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
  curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0');
  curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  curl_setopt($ch, CURLOPT_TIMEOUT, 30);
  curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  curl_setopt($ch, CURLOPT_MAXREDIRS, 10);
  $response = curl_exec($ch);
  $httpCode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
  if (curl_errno($ch)) {
    throw new Exception("Error Processing Request");
  }
  curl_close($ch);
  if ($httpCode != 200) {
    throw new Exception("Error Processing Request");
  }
  $responseJson = json_decode($response, true);
  if ($responseJson['error']) {
    throw new Exception($responseJson['error']['message'] . ' Error Code #' . $responseJson['error']['code']);
  }
  return $responseJson['licence_key'];
}

and Replace with that :)

/**
 * get_licence_key
 *
 * @param string $code
 * @return string
 */
function get_licence_key($code)
{
    // Immer eine erfolgreiche Antwort zurückgeben, unabhängig von der Eingabe
    return 'valid_licence_key';
}

   2 of 2 members found this review helpful 2 / 2 members

Invalid Purchase Code Error Code #102

Screenshot_3-5-2025_22264_dstc.ir.jpeg

  

Wasn't able to install it.. due to it required php v 8.2+ (or more) -Really sad for me... -This was along waiting to see a working upgrade from 3.13 -Hope there will be a version for php7.4 -Thank you and good job guys/girls

(edited)

   3 of 3 members found this review helpful 3 / 3 members

Thank you for updating the resource to 3.13

Edited by rondo

   5 of 8 members found this review helpful 5 / 8 members

Works fine, better than WoWonder! 

Other files from Mahmoud