Acecool
10-26-2003, 02:26 PM
Well, it has full templates, template switcher, gallery with tons of features, its own admin area, the admin area for the cms is modular and yeah.
The newest feature that I am still writing is:
Old pic
http://www.acecoolco.com/new_module.gif
This is how it shows up now
Back to administration... || Show descriptions. || Check for updates.
Filename Current Latest
./addons/ac_Choose_Template.php 1.0.0 1.0.0
./addons/ac_randgallerypic.php 1.0.0 1.0.0
With descriptions
Filename Current Latest
./addons/ac_Choose_Template.php 1.0.0 1.0.0
^ Heart of the choose template feature
./addons/ac_randgallerypic.php 1.0.0 1.0.0
^ Heart of the random media gallery photo
I took the status out, added a color legend to the bottom and use red, green and greyish blue
Color / Description
File is out of date RED
File is up to date GREEN
File was not found Grey Blue
When you click check for updates, it contacts my website, and downloads the newest version listing then checks the files to see which ones are out of date etc etc..
This system works very fast, and very soon, ill have on click installations :-)
So if a file is out of date, click the file and the server downloads it, and installs it :-)
Now, so I dont have to learn the ftp functions, I will simply make a script called updatefile.php with a get script file
basically what it does is gets the contents for the file and then overwrites the other one.
there will have to be security involved, so it checks the file for
// This file is allowed to be downloaded
or something
if not found in first 200 bytes of the file then die blah blah
What do you all think?
EDIT:
Saw some posts saying alot of photo galleries had too many features
Heres a quick listing:
Media.php
Category and sub category listings, unlimited inside unlimited allowed.
Full templating for media.php
Shows how many Entries | Normal Cats | Sub Cats etc there are IF you put them in the template
The picture listing, multipage etc
mouse over tool tip :: BY: Mike McGrath Pop up information box II http://website.lineone.net/~mike_mcgrath
A popup window, first of its kind in php only that resizes to fit the photo -- You can switch modes so the same file opens in the same window...
A next / previous photo in the popup / same window
slideshow feature
Then a full admin area
Menu
--------------------------------------------------------------------------------
>> Configuration
Edit CFG :: Can edit the configuration file
>> Manage Files
Upload files :: Can upload files into cats, sub cats.
Upload Mulitple :: WIP
Delete files :: Can delete the sql data and the file
Edit files :: Can edit the data
>> Manage Categories
Add Category :: Add a category or sub category
Edit Categories :: Edit categories...
Delete Categories :: And you can delete them
>> Inject Sql
Inject File-SQL :: Did you upload a file sometime, or both, just fill in the picture name and it adds it
The newest feature that I am still writing is:
Old pic
http://www.acecoolco.com/new_module.gif
This is how it shows up now
Back to administration... || Show descriptions. || Check for updates.
Filename Current Latest
./addons/ac_Choose_Template.php 1.0.0 1.0.0
./addons/ac_randgallerypic.php 1.0.0 1.0.0
With descriptions
Filename Current Latest
./addons/ac_Choose_Template.php 1.0.0 1.0.0
^ Heart of the choose template feature
./addons/ac_randgallerypic.php 1.0.0 1.0.0
^ Heart of the random media gallery photo
I took the status out, added a color legend to the bottom and use red, green and greyish blue
Color / Description
File is out of date RED
File is up to date GREEN
File was not found Grey Blue
When you click check for updates, it contacts my website, and downloads the newest version listing then checks the files to see which ones are out of date etc etc..
This system works very fast, and very soon, ill have on click installations :-)
So if a file is out of date, click the file and the server downloads it, and installs it :-)
Now, so I dont have to learn the ftp functions, I will simply make a script called updatefile.php with a get script file
basically what it does is gets the contents for the file and then overwrites the other one.
there will have to be security involved, so it checks the file for
// This file is allowed to be downloaded
or something
if not found in first 200 bytes of the file then die blah blah
What do you all think?
EDIT:
Saw some posts saying alot of photo galleries had too many features
Heres a quick listing:
Media.php
Category and sub category listings, unlimited inside unlimited allowed.
Full templating for media.php
Shows how many Entries | Normal Cats | Sub Cats etc there are IF you put them in the template
The picture listing, multipage etc
mouse over tool tip :: BY: Mike McGrath Pop up information box II http://website.lineone.net/~mike_mcgrath
A popup window, first of its kind in php only that resizes to fit the photo -- You can switch modes so the same file opens in the same window...
A next / previous photo in the popup / same window
slideshow feature
Then a full admin area
Menu
--------------------------------------------------------------------------------
>> Configuration
Edit CFG :: Can edit the configuration file
>> Manage Files
Upload files :: Can upload files into cats, sub cats.
Upload Mulitple :: WIP
Delete files :: Can delete the sql data and the file
Edit files :: Can edit the data
>> Manage Categories
Add Category :: Add a category or sub category
Edit Categories :: Edit categories...
Delete Categories :: And you can delete them
>> Inject Sql
Inject File-SQL :: Did you upload a file sometime, or both, just fill in the picture name and it adds it