Contributions by Keith Gable This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. In addition to being restricted by the GNU General Public License, Essence Engine may not be sold, rented, sublicensed, or leased; you are not permitted to generate revenue with the Essence Engine source code. You may, however, use Essence Engine to run a website that generates revenue via other means. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA $Id$ */ // Administration // Main administration page $pagetitle = "Administration"; include("mainheader.php"); include("themeheader.php"); if ($usertype >= 3) { ?>

Link Management

Access granted.
  • Add a new link
  • Edit/Delete a link
  • Access denied.

    Emoticon Management

    Access granted.
  • Add a new emoticon
  • Edit/Delete an emoticon
  • Access denied.

    Forum Management

    Access granted.
  • Manage Categories and Forums
  • Access denied.

    User Management

    Access granted.
  • Add a new user
  • Edit a user
  • Access denied.

    Website Management (incomplete)

    \n
    Access granted.
    \n"; elseif ($userinfo["editsite"] || $userinfo["editactivity"]) echo " \n
    Partial access granted.
    \n"; else echo " \n
    Access denied.
    \n"; ?>

    Access denied: You must have Moderator access or higher to access this page.\n"; include("themefooter.php"); ?>