views:

194

answers:

2

I've try many CMS flavors like MODx, Drupal, Joomla for the admin Panel but they can't seem to manage my existing data, like the users.

I'm planing on building some kind of control panel for my site, similar to the one that is used for managing users and other non-content related items in a CMS. I was wondering if there is something out there which I can start working with instead of starting from scratch.

UPDATE: To do simple tasks like:

  • Managing my users
  • Managing my content( the site is an image sharing site, so in this case images)

I was looking more into a graphical interface more then a system as i have lots of costume content and data like the users.

+1  A: 

You start out with CMS's, then you switch to control panels, maybe I misunderstand, but let me try anyway. Maybe you mean to find a control panel that can control your home-build CMS? Most current control panels support PHP and may well support any CMS (like cPanel or Plesk or the likes).

Building an administration control panel is a huge undertaking. Most of the time, a control panel consists of a front end (which could be build in PHP) and a backend that serves as a layer between the frontend and the underlying operating system. PHP might not be the handiest choice on all OS's.

EDIT:
If you do not need to support Windows, the "huge undertaking" might be quite less. Here are some PHP-based control panels: Baifox (open source), InterWorx (proprietory), ISPConfig (open source), SysCP (open source), ispCP (backend Perl, open source).

Abel
What? You did see the "for my site" in his question, didn't you? Why would he have to "need to interface a lot with the OS and its programs"?
b_i_d
I thought he wrote "Admin Control Panel". But I may have misunderstood.
Abel
im not builid a webhosting site
Pablo
So you're not looking for a control panel then...
Abel
I'm voting this up because it's a good answer to the question that was asked, even though it wasn't what was intended.
Sonny
+1  A: 

Now that the question has cleared up a bit, here's a starter's manual for a PHP CMS which takes you by the hand, but from scratch. It starts out with managing users, which seems to be what you're after.

Since you're talking of hosting a lot of pictures, you may want to look up the more than excellent Gallery 2 from Menalto, which is an open source picture management system, but goes much further than just that. It's written in PHP and very actively maintained.

Finally, a list of open source CMS's, of which most of them are written in PHP.

Abel
Thanks for your patients, i feel like im heading in the right direction now.
Pablo