14.11.2015, 17:25
Hello guys.
I've been given an assignment to make a simple CMS for a PHP course at my collage. I've done a simple SA-MP CMS in .NET last year. But It was too simple and didn't have much features (Basically CRUD), so this time I thought why not make a full fledged CMS for our favorite game? There are a few SA-MP CMS but I don't see them used anywhere. The problem might be that they are too 'static' for a CMS (no expandability, no styling without changing the core which would make updating a mess). I would like to change that.
The idea is to make, well, a wordpress for SA-MP. It would include features like posts, static pages, live maps, front end user profile, back-end admin interface, nifty scripts posted in the Tools section of the forum and ??
I'm here because of ??. I need you to tell me What features would you like to see in a SA-MP CMS?
For example:
*User registering on the site would register on the server and vise versa.
*RCON commands from the site in a more user-friendly way
*ecommerce (buying weapons, houses, miscellaneous stuff)
For this to be successful i hope to create an API that would allow the community to make themes and plugins. That is why WP is so popular, easy to use and well documented API that allows the expandability and theming of it.
For this to work smoothly I would need to make my own login and register system.
That's another question. What would be better: make my own admin system specifically designed for this CMS (More control, better compatibility, easier) or build a mechanism that would let end-user set existing table and attribute (column) names for the CMS to use (Username, money etc) (More prone to user errors, complicated setup for end-user, harder to implement, but it would be compatible with almost every server that uses MySql database)
I've been given an assignment to make a simple CMS for a PHP course at my collage. I've done a simple SA-MP CMS in .NET last year. But It was too simple and didn't have much features (Basically CRUD), so this time I thought why not make a full fledged CMS for our favorite game? There are a few SA-MP CMS but I don't see them used anywhere. The problem might be that they are too 'static' for a CMS (no expandability, no styling without changing the core which would make updating a mess). I would like to change that.
The idea is to make, well, a wordpress for SA-MP. It would include features like posts, static pages, live maps, front end user profile, back-end admin interface, nifty scripts posted in the Tools section of the forum and ??
I'm here because of ??. I need you to tell me What features would you like to see in a SA-MP CMS?
For example:
*User registering on the site would register on the server and vise versa.
*RCON commands from the site in a more user-friendly way
*ecommerce (buying weapons, houses, miscellaneous stuff)
For this to be successful i hope to create an API that would allow the community to make themes and plugins. That is why WP is so popular, easy to use and well documented API that allows the expandability and theming of it.
For this to work smoothly I would need to make my own login and register system.
That's another question. What would be better: make my own admin system specifically designed for this CMS (More control, better compatibility, easier) or build a mechanism that would let end-user set existing table and attribute (column) names for the CMS to use (Username, money etc) (More prone to user errors, complicated setup for end-user, harder to implement, but it would be compatible with almost every server that uses MySql database)