AdvancedContent CMS Version 2.0

Started by Warrior, July 06, 2005, 07:18:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Furious

Looks good, I'd like to beta test when you get the first completed version out.

Keep up the good work guys!
Quote[23:04:34] <deadly7[x86]> Newby[x86]
[23:04:35] <deadly7[x86]> YOU ARE AN EMO
[23:04:39] <Newby[x86]> shush it woman

Quote[17:53:31] InsaneJoey[e2] was banned by x86 (GO EAT A BAG OF FUCK ASSHOLE (randomban)).

Quote from: ErgotPut it this way Joe... you're on my Buddy List... if there's no one else on an you're the only one, I'd rather talk to myself.

Sidoh

You realize SQL has a MD5 function, don't you?


  INSERT INTO users (
    `name`,
    `password`
  ) VALUES (
    'Joesuxlol^_^',
    MD5('mmhax')
  );

Warrior

AdvancedContent seems to be down now so I'll implement replying tomorrow.

One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Warrior

Under implementation

Groups:
      Groups is a new concept in AdvancedContent. The way commands, pages, and even forums are handled will be based on groups which will have permissions. Flags will be able to be created and commands will be allowed either by specific group or by a general flag.
      Groups will also effect who can view what boards on the forums and who can do what basicly anywhere on the website. It will take a bunch of rewritting but after this is done, AdvancedContent will be almost completely ready for atleast a beta release.

Modules:
      Modules in AdvancedContent will be as powerful as they were before and will allow the user to load/unload his module as he wishes.

Buddy List:
     Users will be able to keep a "buddy list" of users and it will mark them as online/offline
     This will also introduce the ability for a user to remain "hidden" to the website.

Searching:
      Searching will be implemented via a "meta data" indexer which will store information on everything from news posts to user comments and will allow speedy searching with little overhead.

Pages:
      Pages will be implemented (with a WYSIWYG previewer) and will implement the Groups permissions if needed

New User things:
      Users will be able to block users from sending them private messages
      They will also be able to choose a skin they want to display, not just what the site displays (toggleable)
      Favorite Links - A stored list of useful links throught the site they like, things like forum topics, individual posts, etc..

This of course will take heavy implementation but I am confident with my current motivation I can implement it all.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Warrior

Added forum post replying and patched forum exploits. Thanks to shadowed for pointed them out.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Warrior

A VERY serious exploit has been discovered. Can't give details since the results can be...devestating to both the site and the DB
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Joe

Quote from: Warriorx86] link=topic=1826.msg35222#msg35222 date=1130193094]
A VERY serious exploit has been discovered. Can't give details since the results can be...devestating to both the site and the DB
KEK.

PS: I think AC CMS should have a product support board instead of a single thread.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Blaze

Quote from: Joe[e2] on October 25, 2005, 12:43:51 PM
PS: I think AC CMS should have a product support board instead of a single thread.
Hehe.
And like a fool I believed myself, and thought I was somebody else...

Warrior

Eventually I will move to using our integrated forums once I add other features (like moderation of boards) and fix the current issues with security.

For a detailed description of the exploit you may PM me. Thanks go out to Shadowed for providing a solution which is currently being implemented.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

rabbit

QuoteNot Found
The requested URL /forums/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at www.advancedcontent.net Port 80

Quik

Quote from: rabbit on October 25, 2005, 09:37:24 PM
QuoteNot Found
The requested URL /forums/index.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.34 Server at www.advancedcontent.net Port 80

Blame Google?
Quote[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Warrior

Once again, that's an incorrect link. Try going to the Development website and clicking the forum link. If this doesn't work there is something seriously wrong with your browser.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Warrior

Does anyone (mainly Sidoh and possibly others) have any comments on Smarty?. It's a PHP template engine which IMHO is MUCH more flexible the mine will ever be. I think it might be a good idea that while I'm upgrading AdvancedContent's security, I switch to this. Any comments?
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling

Quik

Smarty has some issues and requires much more on the end user's behalf then should actually be necessary, but if you feel that having an effectively flexible template engine is more important than a diverse userbase, it's more tailored towards your needs.

I don't know much about the security, you should probably look some of that up before implementing it, since that seems to be a large concern of yours.
Quote[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny

Warrior

From reading some of the documentation, it requires the user to have knowledge of the set variables they are implemented and how each page works (which I plan to document). Not every user has to develop a skin, cmon. ;)

I don't think "security" matters since it's not a matter of security in something like a template engine. It's just a presentation layer that users will see. I don't want developers to have to touch a line of PHP code if they use it.
One must ask oneself: "do I will trolling to become a universal law?" And then when one realizes "yes, I do will it to be such," one feels completely justified.
-- from Groundwork for the Metaphysics of Trolling