Welcome to UserSpice 3.2.0 Thanks for installing!

UserSpice is designed to be the starting point for your next, great project. It's not a CMS. It's more of a kickstarting platform. UserSpice handles things like your user accounts, password management, and deciding who can visit what page. From there, it's totally up to you what you build!

UserSpice is built using Twitter's Bootstrap, so it is fully responsive and there is tons of documentation. The look and the feel can be changed very easily. Consider checking out Bootsnipp to see all the widgets and tools you can easily drop into UserSpice to get your project off the ground.

Before you get started, there are a few things you need to do.

Step 1: Create an Account

The first account created is automatically the Super Master Administrator, so you want to jump on this first. If you cannot create an account for some reason, edit the register.php file and uncomment out the lines
error_reporting(E_ALL);
ini_set('display_errors', 1);
to see if there are any errors in your server configuration.

Step 2: Login and change some settings

You want to go to the Account Info section and go into Admin Configuration. From there you can personalize your settings. You definitely want to set your Website Url so the page redirects work properly. Otherise, you will probably get redirected to your root instead of this homepage.

Step 3: Poke around!

You can go to Admin Permissions and add some new user levels. Then check out Admin Pages to decide which pages are private and which are public. Once you make a page private, you can decide how what level of access someone needs to access it. Any new pages you create in your site folder will automatically show up here.

Step 4: Check out the other resources

The /blank_pages folder contains a blank version of this page and one with the sidebar included for your convenience. There are also special_blanks that you can drop into your site folder and load up to check out all the things you can do with Bootstrap.

Step 5: Design and secure your own pages

Of course, using our blanks is the quickest way to get up and running, but you can also secure any page. Simply add this php code to the top of your page and it will perform a check to see if you've set any special permissions.
require_once("models/config.php");
if (!securePage($_SERVER['PHP_SELF'])){die();}

Step 6: Check out the forums and documentation at UserSpice.com

That's where the latest options are and you can find people willing to help!

Step 7: Replace this ugly homepage with your own beautiful creation

Don't forget to swap out logo.png in the images folder with your own! If you're getting nagging message in the footer, go get you some of your own reCAPTCHA keys