Skip to main content

Friended.com Social Network the beginning

May 18, 2012. The Facebook Social Network is open for public trade starting at $38 per shares. The CEO Mark Zuckerberg become one of the young billionaire, and his company worth $100+ billion as of writing this article.

You're now thinking of creating your own next facebook social network. Well, you're in the right website. Here are the steps on how you can start your own social network. This is the official guide I've used to start Friended.com Social Network, maybe one day it will be one of the top social network out there. That's a possibility because  Friended.com Social Network  is powered by open source programs e.g. WordPress, BuddyPress, and BBPress, it is stable, secure and your privacy is protected! I didn't say that your Facebook privacy is not protected, it is now public (hypothetically speaking).

Let's go dig deep!

Assuming you have a web hosting service already in place, and WordPress CMS/Blog is already pre-installed. Then you have to add the following plug-ins and activate them. You need to tweak the plugin settings, not too much of work to accomplish.

Through your WordPress control panel, add the following plugins and activate.

BuddyPress, if you are installing multi-site BuddyPress you also need to activate BP Multi Network.
Activating BuddyPress is easy, follow five default settings, save it. If your .htaccess file is not writable (chmod 644), you need to copy and paste the small code provided to your during the install to complete the install of BuddyPress.

bbPress for the forum, activate and configure settings

Go to Settings/General to update basic information about your social network.
Go to Settings/Writing, in Front page displays, select A Static page, in Front page select Activity. Save changes.
Go to Settings/Discussion, make sure that you put check on "Users must be registered and logged in to comment". Save changes.
Other settings should be fine to start your own social network.

CubePoints for giving incentives to your social network members. This is optional but I recommend. Go to CubePoints, Configure to change your points. I suggest start using default setting, you can come back here to make an adjustment.
Go to CubePoints, Modules, and activate the modules you want included to your social network e.g. Comment Spam Control, Custom Points, Daily Points, Donate points, etc. After you activated the modules, you need to re-visit Configure to verify your settings. Again default setting should be OK to start.

CubePoints BuddyPress Integration, activate manually?

BuddyPress Activity Plus, where user can upload photo, youtube, and links.
BuddyPress Activity Stream Hashtags, hash tags is well known in Twitter world


To make your social network closely similar to Facebook and Twitter. Yes, we can hit two birds (Facebook and Twitter) in one stone. Install the following plugins.

BP Disable Activation, where user can join right away.
BuddyPress Share It, a simple button to share using other social media e.g. Facebook, Twitter, Google+, LinkedIn, or using email.
BuddyPress Album, for photo album

BuddyPress Follow, to follow and unfollow other members
BuddyPress Mobile, so you can use your smart phones to browse your social network.
BuddyPress Verified

Easy Privacy Policy, for a simple privacy policy for your social network.

After tweaking the settings, I have build my own Friended.com Social Network, come see for yourself, and join us for a test run. Please don't hesitate to follow me @Friended.

Thank you.

Comments

  1. BuddyPress Registration Options, excellent plugin to stop spam bot.

    ReplyDelete
  2. Another excellent plug-ins to minimize spams in your BuddyPress community.

    Plugin Captcha intended to prove that the visitor is a human being and not a spam robot. Plugin asks the visitor to answer a math question by BestWebSoft

    Bad Behavior plugin by Michael Hampton

    ReplyDelete
  3. Another great addition to your community, install this plugin to kick spammers signing up to your website.

    Stop Spammer Registrations Plugin By Keith P. Graham.

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete

Post a Comment

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp