Login

Member statsTotal: 136Latest: MimmoGuests online: 2Members online: 0
EmailLogin here

Changes:
Done / Todo
  • More templates
  • Make the default template more user friendly
  • Private messaging
    • Add BBCode to private messages
    • Add outbox/sent messages
  • Add option to create new/custom user levels
    • Which pages can custom access levels access
      • Manage accounts
      • System config
      • Manage smilies
      • News categories
      • Templates
      • Word filters
      • IP Banning
    • Which posts can custom access levels access
      • Members - Their own
      • Mods - Their own & members
      • Admins - All
  • Pagintation add/edit news
    • Re-write pagintation on index to use new improved method
  • Add advanced options for editing news.
    • Allow multiple selections of articles then give an operation to be carried out on those selected
      • Delete all selected
      • Change category of all selected
  • Add feature to update path to all smilies/delete all
  • Deleting accounts, add option to delete or save that users posts (add extra field to story table containg original author to be used if that author gets deleted)
  • Add BBCode add/edit news
  • Move smilies to BBCode
  • Secure accounts to make sure 'normal' accounts can only edit their own posts
  • Normalize the structure of all the tables, create primary keys
  • Add feature to show posts for each author
  • Add Ability to restructure how news is displayed
  • Add preview news button when adding/editing news
  • Optimize all queries/remove unnecessary queries
  • Add more options for managing comments
    • Allow multiple selections of comments
    • Delete all comments selected
  • Add option to disable comments for a specific post
  • Add option to show certain cats by default when including news
  • Add option to use certain templates by default when including news
  • Add option to show part of story and link to show the rest of it
  • Remove unnecessary refresh when adding a comment
  • Remove header & footer from templates
  • Re-design the admin interface make the corners more smooth/thin
  • Go over installer make sure it works cross-platform
  • Re-write installed to allow user to enter db info

Fixes:
  • Adding/editing new posts all fields need to be slashed - critical security flaw
  • Editing news, the template always shows * the default one even when changed
  • Editing news, if cat was changed the other fields wouldn't update
  • Listing existing news articles, the title needs htmlspecialchar
  • Deleting posts, title needs htmlspecialchar
  • Editing a specific post htmlspecialchar is needed for the title, avatarurl and story
  • Adding/editing cats, the name needs to be slashed
  • Viewing cats the name needs to be htmlspecialchar
  • Deleting cats the name needs to be htmlspecialchar
  • Editing profile, all fields need to be slashed
  • Editing profile, all fields need to be htmlspecialchar
  • Viewing filtered words need to be htmlspecialchar
  • Adding/editing new filtered words needs to be slashed instead of stripped
  • Adding/editing new accounts all fields need to be slashed
  • Deleting accounts name needs to be htmlspecialchar
  • Edit banned IPs so it only accepts numeric characters
  • Banned IP message needs to be slashed
  • Editing existing comments fields need to be slashed
  • Editing personal info, avatar and email need to be slashed
  • Adding/editing smilies both fields need slashed
  • Viewing existing smilies need to be htmlspecialchar