This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Informatikon Core Team <info@informatikon.com> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.informatikon.com/ | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Open Social Website Core Team <info@informatikon.com> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @package (Informatikon.com).ossn | |
| * @author OSSN Core Team <info@opensource-socialnetwork.org> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| echo ossn_plugin_view('input/dropdown', array( | |
| 'name' => 'gender', | |
| 'class' => 'my-select', | |
| 'id' => 'select-box', | |
| 'options' => array( | |
| 'male' => 'Male', | |
| 'female' => 'female' | |
| ) | |
| )); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $id = 2; | |
| $groups = new OssnGroup; | |
| $joined = ossn_get_relationships(array( | |
| 'to' => $id, | |
| 'type' => 'group:join:approve' | |
| )); | |
| $myown = $groups->searchObject(array( | |
| 'type' => 'user', | |
| 'subtype' => 'ossngroup', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # OpenSource-SocialNetwork | |
| # | |
| # @package (Informatikon.com).ossn | |
| # @author OSSN Core Team <info@opensource-socialnetwork.org> | |
| # @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| # @license General Public Licence http://opensource-socialnetwork.org/licence | |
| # @link http://www.opensource-socialnetwork.org | |
| Options -Indexes | |
| Options +SymlinksIfOwnerMatch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Open Social Website Core Team <info@informatikon.com> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - Install PHP , with php-mycrypt, php-curl , php-gd and mysql extension. | |
| - Install MySQL and Apache (with mod_rewrite enabled) on your server. | |
| - Create a databas and database user. | |
| - extra premium version into /var/www/html/ | |
| - create new folder /var/www/ossn_data/ | |
| Visit yourwebsite.com/premium/ | |
| Create a new virtual host directive in Apache. For example, create a new Apache configuration file named ‘ossn.conf’ on your virtual server: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Open Social Website Core Team <info@informatikon.com> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Open Source Social Network | |
| * | |
| * @packageOpen Source Social Network | |
| * @author Open Social Website Core Team <info@informatikon.com> | |
| * @copyright 2014 iNFORMATIKON TECHNOLOGIES | |
| * @license General Public Licence http://www.opensource-socialnetwork.org/licence | |
| * @link http://www.opensource-socialnetwork.org/licence | |
| */ |