Page 1 of 1

Posted: Tue Dec 04, 2001 7:22 pm
by littlemute
The 2nd annual Kripple Peak invitational is about to begin!

<a href="http://www.woodenmen.org/kp01/">Link here</a>

Posted: Wed Dec 05, 2001 12:13 am
by Anonymous
I couldn't find any info on that site where or when this thing is being held. I couldn't even work out what country it's in :. I suppose I could go through and see whether they spell it "armour value" or "armor value", but I haven't got <i>that</i> much free time :smile:.

Posted: Wed Dec 05, 2001 2:56 am
by littlemute
Sorry. I'm a lazy, lazy man.

Milwaukee, Wisconsin, USA.
I didn't really post it for joiners, though that would be great, mostly just to show people the functionality. Coaches can log in and modify their teams or add games and have their team rating auto-calculated.

late
lm

Posted: Wed Dec 05, 2001 9:47 am
by Princelucianus
Actually I thought it was held in the Netherlands. The similarity with the red blur and my country was amazing!!

Lucy
:smoking:

Posted: Wed Dec 05, 2001 10:53 am
by TiMuN
Hi there .. yeah, pretty far from old & cold Spain to join your league.

I'm working on a database driven bloodbowl website, which will manage leagues, teams roosters, even will offer forms to choose races (and allies). I'm still developing the databases (first in access, then ported to mysql), and stuff ..

.. but i haven't got much time right now due to the yet tipical 'xmas work shift' .. also named 'extenuate through xmas'

i'll give your site a look, littlemute (i know it is quite much work)

regards
TiMuN

Posted: Thu Dec 06, 2001 10:33 pm
by littlemute
gracias

pero lacage !!
So I set up a form for player modification, and up until that point all the work I had done was read/calculate so I didn't realize this would be a problem. So I called a recordset.update and it crapped out. Thinking it was something I did, I rechecked the odbc and all my connection code, tried some silly stuff with the lock types, the permissions on the database itself for like 3 hours!! only at the end realizing that it MUST be a server side permissions issue with the folder the database is in after which I had to contact the admin to fix it, and now I'm waiting waiting waiting....

Terrible.

Posted: Fri Dec 07, 2001 9:32 am
by TiMuN
:lol:

Well, i prefer to code php than asp, and use mysql as database server.

For the teams, i planned to use objects as players, and some other fields, so the player object inherit the original race/player stats, plus whatever changes might experiment in the league. So a league team will include up to 16 player objects, plus fields for coach, race, team name and so on ... Based on each of the object's spp gained, team will get their total calculated, and if for any reason (free agent ... ) one player joins a new team, he will still use the same player object's stats he had ..

For the moment, i haven't include this feature yet .. since i was developing the basic database in mdb format, and there has been some changes, i now have to correct some problems and take it into mysql again ..

my final and obscure plan is to set up a Tournament and Leagues Server online .. (just to learn how to implement it all in php and mysql)

regards
TiMuN