- Jul 25, 2018
- 12,058
- 22,063
- 120
<?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']).'/');
?>
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
Changelog - phpSocial
phpsocial.com
movedThanks 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.
6.2.0 - 23 July 2020
- Added verified badge to News Feed, Profile and Pages timelines
- Added verified badge to Comments section
- Added verified badge for verified users in Admin Panel
- Other minor improvements
6.3.0 - 4 December 2020
(Clean Files)
- Improved the Friends Suggestions widget (all genders are now shown by default)
- Fixed an issue causing text to be truncated when editing Posts & Comments
- Fixed labels for file size and total size being inversed in File Share plugin
patrocle updated phpSocial - Social Network Platform with a new update entry:
v6.3.0 - 4 December 2020
Read the rest of this update entry...
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.
Ya forgot about that one was in the hurry to upload before hitting the road to work. FixedRemove the identifier of the downloaded file (this can causes license blacklisting or disabling)
codecanyon-XXXXXXXX-phpdolphin-social-network-platform.zip
Remove the XXXXXXXX
( Untouched files - clean)
- mproved the posts creation process (the form will not reset anymore if an error occurs)
- Fixed Group created at date being reset when a user would join or leave a group
- Changed the default profile privacy to "Friends" for new user registrations
- Other minor improvements