Arendorian Portal v2

  • Put simply, Arendorian Portal v2 is a PHP-based Flat-File Template CMS system.
  • It currently powers this website and a few others, look in my Online Portfolio for a listing of these other websites.
  • Features:
    • *New in v2.1* Backup of Main Templates & Recovery from corruptions
    • *New in v2.1* Integration of autoPoints script
    • Works under SafeMode and RegisterGlobals-off
    • Template based allowing 100% customizability of design & output
    • Multiple users with unlimited access combinations
    • "It looks like folders, but isn't" - mod_rewrite 'clean link' design
    • Fully Customizable module system, with user-defined page limits
    • Completely recursive sections, with unlimited depth of levels, not just /level1/level2/
    • Config options fully intergrated into website, no more seperate admin-sections!
    • Flat-File! All you need is PHP and you can run it!
    • include() intergrated with Templates so you can load in all your external scripts!
    • Integration with BBClone Stats script
    • Automatic redirect pages, e.g. http://valorin.net/portalv2/ points here (http://valorin.net/code/portalv2/)
    • And Loads more!
  • It is currently in active developement, and has many bugs, but I am fixing them as I find them.
    • If you find one, by all means let me know, so I can fix them up for you!
  • Warning: The admin section might display weirdly in IE for reasons I cannot explain or fix.

Currently avaliable Version: 2.1.0 => 01-09-05

Version History:

  • Done for 2.1:
    • 01-09-05 autoPoints print from file & on-screen text
    • 01-09-05 All links should use MakeLink()
    • 31-08-05 Module input box 'Pure html' or 'nl2br() formatted'
    • 30-08-05 Load template from... on edit template page
    • 30-08-05 Installed Recover main Template command /recovermysite/
    • 30-08-05 Installed Template/CSS Backup and Restore Script
    • 30-08-05 Fixed BBClone stats tag showing if bbclone = false;
    • 29-08-05 Made Template/CSS Editor in Config section
    • 29-08-05 thumbGallery: Fixed No images in Module bug
    • 25-08-05 Fixed BBClone page stats reporting error
    • thumbGallery: Link-to-image option added
    • thumbGallery: Force-Rand-Image-To-Selection option
    • Added BBClone Page-number notifier
    • Fixed up BBClone Error404 reporting
  • Done for 2.0:
    • Redirect link!
    • Standardise CSS names/options
    • Upgrade all text-input to run through a Parse() function
    • "Collapse Existing Modules" option
    • 404 error flag
    • BBClone stats tags
    • Upload same-name filesbut save differently
    • Implement val.net-Gallery Script
    • Global Config Options
    • Option for 'new window for ext link'
    • Text-box resize options
    • Page options
    • Global Config now inside own section!
    • Chose where to inherit settings from
    • Added Upload Script to File Manager
    • Fix up possible double-clicking of del links
    • Fix decon.php system things
    • Move Admin Menu into Global
    • All early stuff...
All the code provided here is avaliable for you to do whatever you like with, so feel free to implement these as part of your own scripts, just don't take my code as-is and change my name to yours.