PHP Storage Count it Good Change Log
  • SQL CHANGES
    • ALTER
      • CHANGE
        • ALTER TABLE `cig_members` CHANGE `username` `username` VARCHAR(32) NOT NULL
      • INSERT FIELD
        • ALTER TABLE `cig_files` ADD `category` TEXT NOT NULL AFTER `file` ;
      • FULL TEXT
        • ALTER TABLE `cig_files` ADD FULLTEXT (`category`);
  • FULL SCRIPT
    • Member Control
      • Username max length is 32.
      • Rank Super Admin added. (One cannot be deleted!) Super Admin's has access to everywhere no matter what.
      • Updated get_member().
      • Fixed grammer errors.
      • Added the usage of much more of the flock function.
  • ADMIN CHANGES
    • /sources/AddCat.php -- Added -- Makes Categories
    • /sources/AddFile.php
      • Added Category Support.
    • /sources/admin-info.php -- Addded -- Has Admin Login Information
    • /sources/Config.php
      • Fixed Bug in listing Themes.
    • /sources/DelCat.php -- Added -- Deletes Categories
    • /sources/DelFile.php
      • Added Category Support.
    • /sources/EditCat.php -- Added -- Edits Categories
    • /sources/EditFile.php
      • Added Category support.
      • Added Pages into Listing.
      • Added Seperate file Reset.
    • /sources/main.php
      • Updated version checker. Now displays Update Avialable so no question about if you have newest or not.
      • Display's Last Logged Admin User that accessed the Admin.
    • /sources/Users.php
      • Admin users cannot delete or modify other Admins.
      • Added more Help notes to the bottom.
      • Super Admin cannot be deleted if they are last one.
      • Admin users cannot change their own rank.
      • Better Error Handling.
      • Password cannot be blank for new users.
      • Fixed Bug in listing Themes.
    • /sources/Users_Config.php
      • Fixed Bug in listing Themes.
  • DOWNLOAD CHANGES
    • /download.php
      • Added Category Support.
      • Added Super Admin rank to be able to see all files.
  • INSTALL CHANGES
    • The user's created rank is now Super Admin instead of Admin.