- Saved searches
- Use saved searches to filter your results more quickly
- social-network
- Here are 466 public repositories matching this topic.
- humhub / humhub
- pixelfed / pixelfed
- voten-co / voten
- friendica / friendica
- cybercog / laravel-love
- idno / known
- opensource-socialnetwork / opensource-socialnetwork
- pH7Software / pH7-Social-Dating-CMS
- opensourcewebsite-org / opensourcewebsite-org
- Wallstant
- Open source
- Fast and Secure
- Fully Featured
- Messaging system
- Emoji system
- Verify badge
- Multi Language
- Supports RTL
- Messaging system
- Powerful dashboard
- What’s New v2
- How to install
- Server Requirements
- Contact us
- Saved searches
- Use saved searches to filter your results more quickly
- License
- iPynch/Simple-PHP-Social-Network-Website
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
social-network
Here are 466 public repositories matching this topic.
humhub / humhub
HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.
pixelfed / pixelfed
Photo Sharing. For Everyone.
voten-co / voten
The code that powers voten.co
friendica / friendica
Friendica Communications Platform
cybercog / laravel-love
Add Social Reactions to Laravel Eloquent Models. It lets people express how they feel about the content. Fully customizable Weighted Reaction System & Reaction Type System with Like, Dislike and any other custom emotion types. Do you react?
idno / known
A social publishing platform.
opensource-socialnetwork / opensource-socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages.
pH7Software / pH7-Social-Dating-CMS
😻 pH7Builder (formerly pH7CMS) is a Professional & Open Source Social Dating CMS written in PHP 8 🚀 This Social Dating Script aims to be low resource-intensive, powerful and secure. pH7Builder includes over 40 modules. It is the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for enterprise level Da
opensourcewebsite-org / opensourcewebsite-org
OpenSourceWebsite (OSW) — Creating an Open and Democratic Online Community. We promote a free society where everyone can participate in decision-making through electronic voting and where open source guarantees data security.
Wallstant
Important to read! This project is no longger supported! Click here for more info.
Open source
This PHP script is open source on GitHub just download it and start developing
Fast and Secure
Fast & Secure from the most common PHP vulnerabilities not 100% but good to now
Fully Featured
Like, comment, share, save post, report, verify system , messages, notifications and more..
Messaging system
Full messaging system, user typing status, seen message, emoji’s.. discover it yourself
Emoji system
Send,comment and post emoji’s .. emoji’s by -Emoji One- easy and wonderful emoticons
Verify badge
Let’s people know that an account of public interest is authentic with our verify user system
Multi Language
This script supports multi languages,Main languages are (English — Arabic)..You can add any language you want.
Supports RTL
This script supports RTL (right-to-left) design for Arabic, Urdu, Farsi directions
Messaging system
Real-time messaging system, you can send text or emoji and see the other user status like [seen message , Typing a message] and search users, see chat requests or your contacts and also online users status
Powerful dashboard
Powerful admin’s dashboard, Admin can edit, remove user account, verify users, or view and replay to users reports from Support box and also admin can see statistics about whole script database from general tab
What’s New v2
Things that added or removed or fixed in this version
- Security improvement
- Fixed bugs and UI errors.
- Limit characters in post «Contintue Reading» link, By default 300 chars.
- User profile error «Sorry, This page isn’t available» SOLVED.
How to install
* When you sign up to the first time into your social network, you will be the main admin of website and you can add more admins from Dashboard > users > Edit/Delete .
- First of all, Download the script and extract it on your device.
- Open your phpMyAdmin and create new database and call it wallstant.
- Import wallstant.sql to your new database that you created, you can find wallstant.sql from wallstant folder that you extracted, in database folder.
- Edit connect.php file from config > connect.php, set username and password and database name to your DB name ,pass and username.
- upload wallstant folder to your host.
- Enjoy it.
Server Requirements
- PHP 5.6 or higher (Recommended)
- MySQL 5 or higher (Recommended) / charset : utf8mb 4 can be used.
- MySQLi (PDO Extension) Required
Contact us
If you wnat to contact us about something or ask a question or report a problem, You can contact us by :
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Simple Social Network Website created with html, css, core javascript and core php.
License
iPynch/Simple-PHP-Social-Network-Website
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
This is a simple social network website designed with core php and of course with the aid of the html, css and core javascript. It supports the following functionalities:
- User registeration
- Creation of post with possibility of stamping a picture along with it
- Sending and recieving friend requests as well as accepting or ignoring them
- Viewing profiles and your relation with them
- Channging profile picture
- Simple search
- Home shows all public posts. It doesn’t show private posts except if the poster is on your friend list.
- Posts are displayed in chronological order from latest to oldest.
- Home also shows your own posts.
- Initially created accounts have a default profile picture based on their gender.
- Different users may suffer layout inconsistency or rather not the required smooth interface if the specified font isn’t installed on the user’s device (to be solved).
Few Screenshots to demonstrate website layout and interface:
- Download the specified font along with website as it is accessed to ensure layout consistency
- Ability of removing posts of a friend from friendlist
- Supporting post likes
- Real time notifications for post likes and friend requests
- Using search engine instead
- Full profile edit
- Using plugins to avoid redirection or refresh of pages when making requests
- Full protection of data from injections
To install this application:
- Create a database from DDM.sql file which is found within database folder.
- For a simple data test, use DML.sql to create a simple instance of data (passwords of users are equivalent to the first names).
- You need a webserver (either local or global) to launch .php files. Programs like Xampp, WampServer provides a local webserver that uses MySQL database.
- copy all other files to your a new folder (folder name is of your choice that is the website name) inside htdocs folder within your program and run.
About
Simple Social Network Website created with html, css, core javascript and core php.