09-24-2017, 02:49 AM
It's coming. The project has developed quickly and documentation gets out of date fast. We're building a new knowledgebase that will go alongside version 4.3, which will be coming out soon (and a relatively painless upgrade from 4.2).
All you NEED to make userspice work is
1. The //obviously with the proper path
2. The3. If you want userspice to manage files other than in root, users, and usersc, you add those files to the array on line 2 in z_us_root.php
The project is not absolutely everything I want it to be, but me and a small group of volunteers do provide this at our own expense for free and so far it's been downloaded 1.1 million times from every nation on earth. We answer tons of questions that would get laughed out of stack overflow and try to do so with a good attitude. In the absence of perfect docs, feel free to ask questions and we'll get you up and running.
All you NEED to make userspice work is
1. The
Code:
require_once 'init.php';
2. The
Code:
<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
The project is not absolutely everything I want it to be, but me and a small group of volunteers do provide this at our own expense for free and so far it's been downloaded 1.1 million times from every nation on earth. We answer tons of questions that would get laughed out of stack overflow and try to do so with a good attitude. In the absence of perfect docs, feel free to ask questions and we'll get you up and running.