Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.

Repository files navigation

Fluxster

Fluxster

Fluxster is a small social networking website where people can join, share, and follow other people. (Similar to Twitter) People or businesses are able to use Fluxster to share content, follow users, and have their friends/customers keep up to date.

Anyone may clone this repo and test Fluxster out on their own. You are allowed to use Fluxster for personal use ONLY (please read the disclaimer below). Feel free to play around with it and change anything to your liking. This is an abandoned project therefore I will not be updating it after the v1.4.2 release.

Installation

In order to test run Fluxster on your own, I recommend downloading a desktop web environment. For Windows I recommend something like WAMP For Mac: MAMP For all Windows, Mac and Linux: XAMPP

  1. Install a desktop web environment that suits your needs. (If you are unsure how to do this there are many videos that clearly explain this process)
  2. Make a copy of Fluxster into your "www" folder
  3. Create a new database and import the "fluxster.sql" file
  4. Open /includes/config.php and change all the $conf variables to your mySQL fields and url
  5. Open Fluxster in your browser (e.g. http://localhost/fluxster)
  6. Enjoy!

Troubleshoot

If you have any problems with creating an account, posting, or changing user settings do the following:

  1. Open up phpMyAdmin (usually at http://localhost/phpmyadmin)
  2. Open the "Variables" table
  3. Find "sql mode" and click "Edit"
  4. Remove "STRICT_ALL_TABLES"
  5. Save

Disclaimer

DO NOT run Fluxster in production! Fluxster contains many security flaws and bad practices that can put user's data at risk.

For example: The login process is storing a user's username and MD5 hashed PASSWORD into cookies (Yikes!). Please mind this. This is an old project and was a huge learning experience for me.

Of course you can run Fluxster on your own desktop environment, But I highly advise to not run it on a live server.

About

A simple micro-blogger

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages