Sngine - The Ultimate PHP Social Network Platform Script

Sngine - The Ultimate PHP Social Network Platform Script V3.13 Patch 5 - Nulled

No permission to download

Blogster

New member
Oct 3, 2019
15
7
3
Hi mates...
Any idea?
How can I connect WordPress to Sngine to automatically post on Sngine?
Or how to make WordPress and Sngine share the same database?
 
  • Like
Reactions: nechaevnet

Blogster

New member
Oct 3, 2019
15
7
3
Hi mates...
Any idea?
How can I connect WordPress to Sngine to automatically post on Sngine
Or
How To enable Sngine and WordPress to share the same database?
 

twinsxstore

Member
Dec 24, 2019
64
25
18
Indonesian
localhost
Hi mates...
Any idea?
How can I connect WordPress to Sngine to automatically post on Sngine
Or
How To enable Sngine and WordPress to share the same database?
read your developers of your website and try to experiment by yourself cause i have search for those but no result bro ... im still to figure it out bro hope i find so i will share it too
 

twinsxstore

Member
Dec 24, 2019
64
25
18
Indonesian
localhost
Very nice its development facing the About page.

It would be interesting for you to put other features in this implementation you are doing, I say something custom. Do you have more ideas from other pages or implementations that you are doing in your project?

@twinsxstore had edited the text but not updated I don't know why. bad

I had asked this in my language, asked about your project.

about my project right now, im facing and still looking another experiment tobe the same like a facebook but still waiting for next update from sngine too bro :) . let we see how far sngine updated their website . :D
 

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com

Change Log / Updates​

Version 3.2 15-08-2021

  • [Updated] Documentation
  • [Updated] System Security
  • [Updated] System Optimization
  • [Updated] Sngine Libs [Agora|AWS|Embed|FtpClient|GettextTranslator|GoogleAuthenticator|PHPMailer|Stripe|Twilio]
  • [Updated] Sngine JS Dependencies [jQuery|Agora|autosize|bootstrap.colorpicker|codemirror|easytimer|tagify|tinymce]
  • [Updated] Sngine CSS Dependencies [Font-Awesome]
  • [Added] UI Enhancements
  • [Added] Invitations System
  • [Added] Factory Reset [Admin Panel]
  • [Added] Demo Account Mode
  • [Added] Sub-Categories (Infinite Levels) for Pages
  • [Added] Sub-Categories (Infinite Levels) for Groups
  • [Added] Sub-Categories (Infinite Levels) for Events
  • [Added] Sub-Categories (Infinite Levels) for Blogs
  • [Added] Sub-Categories (Infinite Levels) for Marketplace
  • [Added] Sub-Categories (Infinite Levels) for Offers
  • [Added] Sub-Categories (Infinite Levels) for Jobs
  • [Added] Sub-Categories (Infinite Levels) for Developers Apps
  • [Added] Google Play Store Badge on Landing Page
  • [Added] Huawei AppGallery Badge on Landing Page
  • [Added] Apple App Store Badge on Landing Page
  • [Added] “Subscription is Required” Message if Subscription is enabled
  • [Added] Remove Relationship from Find People if disabled from admin panel
  • [Added] Remove Relationship from Ads Campaigns if disabled from admin panel
  • [Added] Remove Relationship from Privacy Settings if disabled from admin panel
  • [Added] Remove Work Info from Privacy Settings if disabled from admin panel
  • [Added] Remove Location Info from Privacy Settings if disabled from admin panel
  • [Added] Remove Education Info from Privacy Settings if disabled from admin panel
  • [Added] Twemoji-amazing instead of outdated twemoji-awesome with 3500+ emojis
  • [Added] Super Admin Account can’t be edited/deleted
  • [Added] Delete Button in Edit Page Edit [Admin Panel]
  • [Added] Delete Button in Edit Group Edit [Admin Panel]
  • [Added] Delete Button in Edit Event Edit [Admin Panel]
  • [Added] Refund the user when admin rejects Wallet Withdrawal Request
  • [Added] Refund the user when admin rejects Affiliates Withdrawal Request
  • [Added] Refund the user when admin rejects Points Withdrawal Request
  • [Added] Refund the user when admin rejects Funding Withdrawal Request
  • [Fixed] Live Stream on Mobile & Update Agora SDK to v4.x
  • [Fixed] Audio/Video Calls & Update Twilio SDK to v2.x
  • [Fixed] Add more photos in albums
  • [Fixed] Share posts to groups with approval system
  • [Fixed] Reactions on iPad
  • [Fixed] Google Maps Auto-complete
  • [Fixed] Link Scraper
  • [Fixed] Readmore.js Height
  • [Fixed] Video/Audio Views for Shared Post
  • [Fixed] Minor Bugs
New update v3.2 - Untouched @Tomz

Download Link

Key
[LIKES=15]-qG3TmCJW47EZw1xAuR2OCqclhUlWD7UMEn940VmE7U[/LIKES]

@Null Masters can anyone null this for the community Thanks
 
Last edited:

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com
This is now nulled and working fine version 3.2 @Tomz

Download Link

information on what was changed in the code
include/functions.php

Line 93

PHP:
function get_licence_key($code) {
    $url = 'https://www.zamblek.com/licenses/sngine/verify.php';
    $data = "code=".$code."&domain=".$_SERVER['HTTP_HOST'];
    $curl = curl_init();
    curl_setopt($curl, CURLOPT_URL, $url);
    curl_setopt($curl, CURLOPT_POST, 1);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
    curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0');
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($curl, CURLOPT_TIMEOUT, 30);
    curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($curl, CURLOPT_MAXREDIRS, 10);
    curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);
    $contents = curl_exec($curl);
    $status = curl_getinfo($curl);
    curl_close($curl);
    if($status['http_code'] == 200) {
        $contents = json_decode($contents, true);
        if($contents['error']) {
            throw new Exception($contents['error']['message'].' Error Code #'.$contents['error']['code']);
        }
        return $contents['licence_key'];
    } else {
        throw new Exception("Error Processing Request");
    }
}

Replaced With
PHP:
function get_licence_key($code) {
    //bugs
    return '';
}

Line 242
PHP:
function session_hash($hash) {
    $hash_tokens = explode('-', $hash);
    if(count($hash_tokens) != 6) {
        _error(__("Error"), __("Your session hash has been broken, Please contact Sngine's support!"));
    }
    $position = array_rand($hash_tokens);
    $token = $hash_tokens[$position];
    return array('token' => $token, 'position' => $position+1);
}

Replaced With
PHP:
function session_hash($hash) {
  //////////////////////////
}

 
  • Like
Reactions: Astoreli

Blogster

New member
Oct 3, 2019
15
7
3
This is now nulled and working fine version 3.2 @Tomz

Download Link

information on what was changed in the code
include/functions.php

Line 93

PHP:
function get_licence_key($code) {
    $url = 'https://www.zamblek.com/licenses/sngine/verify.php';
    $data = "code=".$code."&domain=".$_SERVER['HTTP_HOST'];
    $curl = curl_init();
    curl_setopt($curl, CURLOPT_URL, $url);
    curl_setopt($curl, CURLOPT_POST, 1);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
    curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0');
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($curl, CURLOPT_TIMEOUT, 30);
    curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($curl, CURLOPT_MAXREDIRS, 10);
    curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);
    $contents = curl_exec($curl);
    $status = curl_getinfo($curl);
    curl_close($curl);
    if($status['http_code'] == 200) {
        $contents = json_decode($contents, true);
        if($contents['error']) {
            throw new Exception($contents['error']['message'].' Error Code #'.$contents['error']['code']);
        }
        return $contents['licence_key'];
    } else {
        throw new Exception("Error Processing Request");
    }
}

Replaced With
PHP:
function get_licence_key($code) {
    //bugs
    return '';
}

Line 242
PHP:
function session_hash($hash) {
    $hash_tokens = explode('-', $hash);
    if(count($hash_tokens) != 6) {
        _error(__("Error"), __("Your session hash has been broken, Please contact Sngine's support!"));
    }
    $position = array_rand($hash_tokens);
    $token = $hash_tokens[$position];
    return array('token' => $token, 'position' => $position+1);
}

Replaced With
PHP:
function session_hash($hash) {
  //////////////////////////
}
Thanks for this.
But I think this will rewrite all my configurations
 

nanatakyi

Member
Mar 5, 2020
98
15
8
Global
leowebtools.com
This is now nulled and working fine version 3.2 @Tomz

Download Link

information on what was changed in the code
include/functions.php

Line 93

PHP:
function get_licence_key($code) {
    $url = 'https://www.zamblek.com/licenses/sngine/verify.php';
    $data = "code=".$code."&domain=".$_SERVER['HTTP_HOST'];
    $curl = curl_init();
    curl_setopt($curl, CURLOPT_URL, $url);
    curl_setopt($curl, CURLOPT_POST, 1);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
    curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0');
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($curl, CURLOPT_TIMEOUT, 30);
    curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($curl, CURLOPT_MAXREDIRS, 10);
    curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);
    $contents = curl_exec($curl);
    $status = curl_getinfo($curl);
    curl_close($curl);
    if($status['http_code'] == 200) {
        $contents = json_decode($contents, true);
        if($contents['error']) {
            throw new Exception($contents['error']['message'].' Error Code #'.$contents['error']['code']);
        }
        return $contents['licence_key'];
    } else {
        throw new Exception("Error Processing Request");
    }
}

Replaced With
PHP:
function get_licence_key($code) {
    //bugs
    return '';
}

Line 242
PHP:
function session_hash($hash) {
    $hash_tokens = explode('-', $hash);
    if(count($hash_tokens) != 6) {
        _error(__("Error"), __("Your session hash has been broken, Please contact Sngine's support!"));
    }
    $position = array_rand($hash_tokens);
    $token = $hash_tokens[$position];
    return array('token' => $token, 'position' => $position+1);
}

Replaced With
PHP:
function session_hash($hash) {
  //////////////////////////
}
I found the second code at line :218
Thanks so much.
 
Last edited:

mogrosso

Active member
Trusted Uploader
Feb 22, 2021
217
131
43
This is now nulled and working fine version 3.2 @Tomz

Download Link

information on what was changed in the code
include/functions.php

Line 93

PHP:
function get_licence_key($code) {
    $url = 'https://www.zamblek.com/licenses/sngine/verify.php';
    $data = "code=".$code."&domain=".$_SERVER['HTTP_HOST'];
    $curl = curl_init();
    curl_setopt($curl, CURLOPT_URL, $url);
    curl_setopt($curl, CURLOPT_POST, 1);
    curl_setopt($curl, CURLOPT_POSTFIELDS, $data);
    curl_setopt($curl, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0 Firefox/5.0');
    curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($curl, CURLOPT_TIMEOUT, 30);
    curl_setopt($curl, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt($curl, CURLOPT_MAXREDIRS, 10);
    curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);
    $contents = curl_exec($curl);
    $status = curl_getinfo($curl);
    curl_close($curl);
    if($status['http_code'] == 200) {
        $contents = json_decode($contents, true);
        if($contents['error']) {
            throw new Exception($contents['error']['message'].' Error Code #'.$contents['error']['code']);
        }
        return $contents['licence_key'];
    } else {
        throw new Exception("Error Processing Request");
    }
}

Replaced With
PHP:
function get_licence_key($code) {
    //bugs
    return '';
}

Line 242
PHP:
function session_hash($hash) {
    $hash_tokens = explode('-', $hash);
    if(count($hash_tokens) != 6) {
        _error(__("Error"), __("Your session hash has been broken, Please contact Sngine's support!"));
    }
    $position = array_rand($hash_tokens);
    $token = $hash_tokens[$position];
    return array('token' => $token, 'position' => $position+1);
}

Replaced With
PHP:
function session_hash($hash) {
  //////////////////////////
}
1629182123626.png

I am getting this error. I can only access the admin panel and get this error when I access the home screen. Please any solution to this?
 
  • Like
Reactions: nechaevnet

Proxybunker

Well-known member
Jan 3, 2021
2,660
1,841
120
codecanyonscripts.com

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu