• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

phpSocial - Social Network Platform

phpSocial - Social Network Platform v7.0.0 - 13 January 2022

No permission to download
Step-1
create a new database. Sample - social

Step-2
import Database.sql
Location:
inside the mysql folder.

Step-3--- Open config.php
Location: social\includes
Code:
<?php
error_reporting(0);

$CONF = $TMPL = array();

// The MySQL credentials
$CONF['host'] = 'localhost';
$CONF['user'] = 'super';
$CONF['pass'] = 'super';
$CONF['name'] = 'social';

// The Installation URL
$CONF['url'] = 'http://localhost/social';

// The Notifications e-mail
$CONF['email'] = '[email protected]';

// The themes directory
$CONF['theme_path'] = 'themes';

// The plugins directory
$CONF['plugin_path'] = 'plugins';

$action = array('admin'            => 'admin',
                'feed'            => 'feed',
                'settings'        => 'settings',
                'messages'        => 'messages',
                'post'            => 'post',
                'recover'        => 'recover',
                'profile'        => 'profile',
                'notifications'    => 'notifications',
                'search'        => 'search',
                'group'            => 'group',
                'page'            => 'page',
                'info'            => 'info'
                );

define('COOKIE_PATH', preg_replace('|https?://[^/]+|i', '', $CONF['url']).'/');
?>

$CONF['host'] = 'localhost';
$CONF['user'] = 'super';
$CONF['pass'] = 'super';
$CONF['name'] = 'social';




Enter your information in the fields marked in red.

Login info:

"http://xxxxx.com/admin"
user:admin
password: password

file is here.
 
  • Like
Reactions: patrocle
patrocle updated phpSocial - Social Network Platform with a new update entry:

6.1.0 - 14 June 2020

6.1.0 - 14 June 2020
  • Improved the URL parser plugin (requests now contain a UA)
  • Improved the Social Sharer plugin (better encoding, no characters limit for emails)
  • Updated the back-end dependencies to the latest version
  • Updated the front-end dependencies to the latest version
  • Other minor improvements

Read the rest of this update entry...
 
This is not a WordPress plugin / theme.
It is in the wrong category.
 
Thanks for pointing that out.

Category here in the Forum is : Codecanyon
This Php script belongs in the : Codecanyon Category, but looks like this forum keep all the Codecanyon wordpress plugins and Codecanyon php scripts in the same section.

Is up to @Babak if he wants to move it and move all other to Php scripts from this section to Php Scripts.
 
Thanks for pointing that out.

Category here in the Forum is : Codecanyon
This Php script belongs in the : Codecanyon Category, but looks like this forum keep all the Codecanyon wordpress plugins and Codecanyon php scripts in the same section.

Is up to @Babak if he wants to move it and move all other to Php scripts from this section to Php Scripts.
moved
 
  • Like
Reactions: patrocle
  • Like
Reactions: Babak
Guys .. Was this supposed to be nulled or not ? The reason I'm asking is that it's asking for the license key in the admin . Is there something I overlooked in the instructions ?
Also anything typed into that field will not allow going further :

Client error: `POST https://api.lunatio.com/api/v1/license/validate` resulted in a `403 Forbidden` response: {"message":"Client error: `GET https:\/\/api.envato.com\/v3\/market\/author\/sale?code=SOMEGIBBERISHTEXT` resulted in a (truncated...)

Thanks a bunch!
 
Last edited:
Long live Lizuca! Thanks @patrocle, I'll see if any older version is still available here and I'm guessing the auth mechanism is shared and maybe the classes.php is the one with the key. I'll let you guys know. Hoping that someone with more experience than I (cough cough @NullMaster) could help here.
Joking aside this is one great community and I'm grateful to each and everyone for their time and effort.

Have a good one everyone!
 
I f'kin did it. I patched the classes.php.
For anyone that wants to do it - just edit classes.php by identifying this section : (line 7918 to 7934)


if ($type == 0) {
if (empty($settings[strrev('kl')]) || empty($settings[strrev('tl')])) {
return false;
}

return true;
} elseif($type == 1) {
if ($settings[strrev('tl')] == strrev('FmCLHjn533')) {
return true;
}
} elseif($type == 2) {
if ($settings[strrev('tl')] == strrev('FmCLHjn533')) {
return strrev("dednetxE");
} elseif ($settings[strrev('tl')] == strrev('wQ8sGDbGAy')) {
return strrev("ralugeR");
}
}

And replace it with

return true;

That's all. Once in Admin just click one of the side icons and you are in!

Hope this helps .
 
  • Like
Reactions: dinesh89
Does anyone have the romanian.php language file ? They say it should be included but for the life of me I cannot find it anywhere... I have downloaded all the older archives that @patrocle uploaded and looked for it to no avail. Thanks in advance!
 
  • Like
Reactions: kikirikimiki
Additional Script
phpSocial Messenger is the best messenger application for your phpSocial network. Let your users talk to each other from their phone, with push notifications, snap pictures from the camera, see online / offline friends, all with a native feel Android application.

Compatible with Android, phpSocial Messenger offers native feel to your messenger application. No webview to your website URL, no slowdown.

scr.png

Download:
 
  • Like
Reactions: patrocle
Remove the identifier of the downloaded file (this can causes license blacklisting or disabling)
codecanyon-XXXXXXXX-phpdolphin-social-network-platform.zip
Remove the XXXXXXXX
Ya forgot about that one was in the hurry to upload before hitting the road to work. Fixed
 
  • Love
Reactions: Babak
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock