phpSocial - Social Network Platform

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

No permission to download

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech

Ledzepy

Well-known member
Null Master
Trusted Uploader
Apr 10, 2020
677
1,836
120
Brazil
This is not a WordPress plugin / theme.
It is in the wrong category.
 

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
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 @Tomz if he wants to move it and move all other to Php scripts from this section to Php Scripts.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,061
111,714
120
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 @Tomz if he wants to move it and move all other to Php scripts from this section to Php Scripts.
moved
 
  • Like
Reactions: patrocle

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
  • Like
Reactions: tanierlyons

kikirikimiki

Active member
Jul 1, 2020
166
154
43
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:

kikirikimiki

Active member
Jul 1, 2020
166
154
43
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!
 

kikirikimiki

Active member
Jul 1, 2020
166
154
43
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

kikirikimiki

Active member
Jul 1, 2020
166
154
43
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!
 

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
  • Like
Reactions: kikirikimiki

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
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

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
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
 

patrocle

Well Known Senior Member!
Trusted Uploader
Nov 17, 2018
966
1,571
100
Ca. Usa
babiato.tech
  • Love
Reactions: tanierlyons

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