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

genocide87

Member
Aug 23, 2019
86
18
8
I need your help.

I need a code that, when Birthdate is less then some year, it shows up a new form with a new email and send an infoemail to that email.

I know it's a bit tricky, but ... someone can help me?
 

Blogster

New member
Oct 3, 2019
15
7
3
Please help @admin... The buttons to add friends and join groups stopped working...
It keeps on showing this error FireShot Capture 054 - Believers Chamber - believerschamber.com.png
 

Landbo

New member
Jun 20, 2019
0
1
3
0. Import the sql file in the database
1. go to includes/functions.php
2. find: $url = 'https://www.sngine.com/licence/v2/verify.php';
3 replace with: $url = 'YOUR_URL/verify.php';
4 create the verify.php file in your www/public_html folder
5. add: <?PHP $code = "xxx-xx-xxx" ?> (replace x with your random number
6. rename sample_config.php to config.php
7. Fill the info you need

Its a very no brainer an low code method, but sadly it works. The rest is up to you
 
  • Like
Reactions: XZNT

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
0. Import the sql file in the database
1. go to includes/functions.php
2. find: $url = 'https://www.sngine.com/licence/v2/verify.php';
3 replace with: $url = 'YOUR_URL/verify.php';
4 create the verify.php file in your www/public_html folder
5. add: <?PHP $code = "xxx-xx-xxx" ?> (replace x with your random number
6. rename sample_config.php to config.php
7. Fill the info you need

Its a very no brainer an low code method, but sadly it works. The rest is up to you

Thank you for the post.
Can you please read our rules.
Introduce yourself.
Thanks.
 
  • Like
Reactions: XZNT

tuton012

Strive for progress, not perfection
Babiato Lover
Trusted Uploader
May 23, 2019
1,607
2,060
120
Near You
@Tomz

Untouched Version Not Nulled

Version 3.0
31-01-2021

  • [Updated] Documentation
  • [Updated] System Security
  • [Updated] System Optimization
  • [Updated] Sngine Libs [AWS|Embed|Faker|FTP|HybridAuth|MobileDetect|PHPMailer|SimpleImage|Smarty|Stripe|Twilio]
  • [Updated] Sngine JS Dependencies [bootstrap.datetimepicker|codemirror|easytimer|moment|mustache|tinymce]
  • [Updated] Sngine CSS Dependencies [Bootstrap|Font-Awesome]
  • [Added] Changed DB from MYISAM to INNODB
  • [Added] Background Thread for time-consuming tasks like send newsletter, garbage collector …etc
  • [Added] Theme Switcher
  • [Added] Wallet Withdrawals
  • [Added] Admin ability to turn the Wallet Withdrawals On/Off [Admin Panel]
  • [Added] Manage Genders [Admin Panel]
  • [Added] Gender Privacy
  • [Added] Sorting in Marketplace
  • [Added] Delete For Everyone with Chat
  • [Added] Links to Custom Fields
  • [Added] Changing Username/Name remove the Verification Badge
  • [Added] Show only Usernames instead of Full Names [Admin Panel]
  • [Added] Admin ability to turn Find by Location On/Off [Admin Panel]
  • [Added] Disable Friend Request After Decline On/Off [Admin Panel]
  • [Added] Hide profile info from settings and profile page [Admin Panel]
  • [Added] Set Stories Duration [Admin Panel]
  • [Added] Show the user max file size to upload
  • [Added] Desktop Infinite Scroll [Admin Panel]
  • [Added] Different description for each module [SEO]
  • [Added] Jobs & Offers to Directory [SEO]
  • [Added] No-follow to links in the posts [SEO]
  • [Added] Added Pages Category Description [SEO]
  • [Added] Added Groups Category Description [SEO]
  • [Added] Added Events Category Description [SEO]
  • [Added] Added Offers Category Description [SEO]
  • [Added] Added Jobs Category Description [SEO]
  • [Added] Added Blogs Category Description [SEO]
  • [Added] Added Marketplace Category Description [SEO]
  • [Fixed] Minor Bugs
  • [Fixed] FTP uploads CORS issue
  • [Fixed] Twitch Embed issue
  • [Fixed] Page reply to the comment notification
  • [Fixed] Anonymous photos showing in user profile & albums
  • [Removed] Instagram Login
 

XZNT

Active member
Jul 17, 2020
279
106
43
yruz.one
probably yes
Create a config.php file in includes folder,

I ran the install before creating a file and database it seems to work. Keep up the good work.



<?php
/**
* config
*
* @package Sngine
* @author Zamblek
*/

// ** MySQL settings ** //
/** The name of the database */
define('DB_NAME', 'yourdbname');

/** MySQL database username */
define('DB_USER', 'yourdbuser');

/** MySQL database password */
define('DB_PASSWORD', 'yourdbpass');

/** MySQL hostname */
define('DB_HOST', 'yourdbhost');

/** MySQL port */
define('DB_PORT', '3306');


// ** System URL ** //
define('SYS_URL', 'https://yourdomain.com'); // e.g (http://example.com)


// ** i18n settings ** //
define('DEFAULT_LOCALE', 'en_us');


/**
* For developers: Sngine debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use debug
* in their development environments.
*/
define('DEBUGGING', false);


// ** LICENCE ** //
/**
* A unique key for your licence.
*/
define('LICENCE_KEY', '123');

?>
 

multnick

Member
Dec 13, 2018
59
15
8
Hello,

Excellent update.

XZNT thanks for sharing.

Could anyone make the latest version of the APPs available for Android and iPhone?

Thank you.
 

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