Creating a League of Sorts

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Cultist
Forum Newbie
Posts: 1
Joined: Wed Jul 06, 2005 8:19 pm

Creating a League of Sorts

Post by Cultist »

Okay, I'm a bit of a php newbie and I've gotten myself into more than I may be able to handle. What I'm trying to accomplish is to make a tournament league of sorts. The general idea is to create a system where players can register individually, register a team, and then be able to join said team. Now, I have a basic knowledge of PHP. I've used PHP-nuke and phpBB and have a deal of experience doing object-oriented programming, so my question is, is there a portal system or something that anyone can recommend to get me started? Am I going to end up doing all of this out of scratch? Really, anything that can point me in some sort of direction would be infinitely helpful.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

I've moved this to general since you seem to be asking for something ready-written rather than raising a question about application design. Please do post again in the theory board if you have a design query.
Deemo
Forum Contributor
Posts: 418
Joined: Sun Jan 18, 2004 11:48 am
Location: Washington DC

Post by Deemo »

for tournament league, are you looking into something like the OGL (worldogl.com) site?

i was actually in the middle of creating something like this when i got lazy and quit, but if you need a little help ill try and do what i can

Edit: wow never thought of looking at hotscripts. seems they got some good stuff there.
Post Reply