Hey I thought of doing this type of thing a long time ago but since then realized that it was pretty hard for only one person to do. Also by looking at how much support my other projects have gotten here, and how little willingness to work on it with me I gave up. (GW google home page, and GW windows theme)
But this post isn't about that. Before I decided to throw in the towel I did alot of research and found a few things you can use as resources/reference.
A membership tutorial
Using php and mySQL you can create a complete membership system. This is perfect for a GMS (thats what I like to call it anyways :P) All you have to do is change a few words and add a few things. However, this is a tutorial and maybe some credit should be given to that site since they do hold your hand and walk you through the steps.
This tutorial also mentions:
Quote:
First of all I'll outline what I’m going to cover in this tutorial:
* MySQL Table Configuration
* Registration script
* Login script
* Activation script
* Members page
* Resending validation emails
* Logout script
* Processing member commands
This set of scripts includes 32bit md5() password encryption and the use of sha1() 40bit encryption to generate a 40 digit hash that we can use for the activation code.
|
All it takes is a brain and some 'know how' to be able to follow this easy tutorial. I
HIGHLY recommend at least glancing at the site. By following this tutorial you can expect to complete about
80% of your ideal project.
Even though we don't like WoW, you have to admit thier counterpart GMS is one to not be reckoned with. If you look at sourceforge and find myDKP
http://sourceforge.net/projects/mydkp
You'll see something that is very similar to what you have in mind. I wouldn't copy/paste someone's hard work but its a good reference to have. You can also look at some clever tricks this group uses to do things.
Anyways gl if you need to talk to me or something just give me a PM
EDIT:
On pondering the project (before) I also realized that using phpbb forum is much easier. You see, on phpbb someone has already created a GMS mod for the phpbb forum. In fact, it can support multiple guilds, create ladders, tournments, challenges, rooster, etc etc. Here is the link for that mod:
http://www.phpbb.com/phpBB/viewtopic...ghlight=rivals
A forum can also create build management, categorization, and commenting.
GWBBcode created by a GWfan (search these forums) also make it easy to search and display skills. Its another mod for phpbb (and other boards).
LinksDB is another phpbb mod which makes a links page with banner etc. It is based on user submitted (and if you want admin accepted) submissions.
So far this idea covers these points:
* Build management, categorization, and commenting (1-man, 4-man, 8-man, and whatever else.)
* Guide/Article tracking system.
* Links section
* Guild news and announcements
* A lot of other features typically seen in a generic CMS.
* A master list of skills (filterable/searchable)
On my site I already have used these mods seamlessly with phpbb and there are no conflicting issues.
I personally reccomend using phpbb with mods then creating an install file. Its a premodded phpbb to go file. As long as the webhost has a SQL DB you can do this. Highly recomended.
Following this method all you need to do is install the mods properly and then mod GWBBcode a bit so it can becomes searchable. Much more easier, and time saving method. It also probably looks better since 90% of the work is already done for you. Lets not reinvent the wheel here

If you are looking to do this method just tell me, I'll try to give a hand.