azz0r

"a better class of criminal"

Posts: 30,490

Reputation:

7th May 07, 9:29pm | Quote | Blogs | Profile | RSS Feed
Will be Object Orientated Programmed (classes)
Will use PHP 5+ functionality
Will use Smartys templating engine
Will use sessions and not cookies
Will follow the Model, View, Control method
Will take roughly a year
Will be accessible via http://www.wuggawoo.co.uk/betaForum
Will not have indication of when a user is online (>>

Stage one
Usable beta with forum, active topics, thread view by July 30th


Until the 6 month mark
- No statistics
- No calendar
- No thread subscription
- No private messaging
- No search

What a total road block, server doesnt have PHP 5.

chis

"Stix"

Posts: 2,075

Reputation:

7th May 07, 10:23pm | Quote | Blogs | Profile | RSS Feed
I think it could take alot less than a year...if you gave up your life :P
caek

azz0r

"a better class of criminal"

Posts: 30,490

Reputation:

27th May 07, 8:33pm | Quote | Blogs | Profile | RSS Feed
I'd only be able to code it during the night, maybe an hour tops because i'll be coding during the day anyway.

Problem is, my server doesn't have php5, so I can't do it. Fucks.

Okay folks. Question time.

Should Wuggawoo start from scratch, ie new tables...this means chances are the previous wuggawoo which were on now would become an archive and you'd have new accounts?

Sticky

"Break it down, now."

Posts: 3,316

Reputation:

27th May 07, 8:47pm | Quote | Blogs | Profile | RSS Feed
I wouldn't really have a problem with it, really. My "new" account would probably be exactly the same.
XboxLIVE Gamertag: StickyModDB

azz0r

"a better class of criminal"

Posts: 30,490

Reputation:

27th May 07, 9:23pm | Quote | Blogs | Profile | RSS Feed
The real problem is that I've decided to change alot of the database structures as some of them are really poorly linked (posts being linked to forum and thread, when it should just be the thread, then thread to forum).

Anywho, chances are I might be able to eventually figure a way of converting the table over, but it'd be a real brain fuck...we'll see...for now I've decided to create the database tables, then create the classes (php 4) and work on the templating...then by the time thats done I can hopefully update the classes to php5 with the server.

URL Scheme would no longer be

index/forum/id/page
index/thread/id/page
index/post/id
index/active_topics/page

It would become

/forum/page
/thread/id/page
/thread/post/id
forum/active/page

chis

"Stix"

Posts: 2,075

Reputation:

27th May 07, 10:18pm | Quote | Blogs | Profile | RSS Feed
I think you should find a way to keep the accounts at least...can't be that hard?
caek

Makavelee

""Finally.....""

Posts: 10,616

Reputation:

28th May 07, 3:52am | Quote | Blogs | Profile | RSS Feed
go for it
"Cannon bends over for his Father" : They call me Gaz

azz0r

"a better class of criminal"

Posts: 30,490

Reputation:

28th May 07, 10:06am | Quote | Blogs | Profile | RSS Feed
Cool.

Maybe Chis, but the problem is I want to seperate the user table into

User
User Preferences

User : id, username, password, email, created, updated
User Preferences : Signature, WLM, Per Page, User Title, Karma, etc