New Site Feature: Labray Logs—Volunteers Needed

Any problems or suggestions regarding the forums or scripts, post them here.
Post Reply
Huggles
Feral Koala
Posts: 2508
Joined: 19 Jan 2006 03:56 am
Gender: Female

New Site Feature: Labray Logs—Volunteers Needed

Post by Huggles »

Joeno wrote:I'm currently coding up the last few moderating bits for Labray logs. Although I'm currently being a bit lazy about it, I hope to have it finished soon. To perform some testing, and to get a nice set of data entered before it is officially released, I'd like to get a few logs up and running. If you're interested, let me know, and if you've already been keeping a log, it might be possible to import it automatically - just let me know.

I've written down the names for those interested in running labray logs, I'll get that resolved some time Soon. Excel files should be fairly easy to import. For those wanting to try their own hand at doing a bit of coding, the relevant table definitions are:

CREATE TABLE `labray_main` (id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, userid INT NOT NULL, name VARCHAR(20), petname TINYTEXT, description BLOB, start_pet VARCHAR(11), now_pet VARCHAR(11), start_colour VARCHAR(11), now_colour VARCHAR(11), start_atk INT, now_atk INT, start_def INT, now_def INT, start_agi INT, now_agi INT, start_lvl INT, now_lvl INT, start_hp INT, now_hp INT, start_gender VARCHAR(Cool, now_gender VARCHAR(Cool, last_changetype INT COMMENT 'See lab_entry', last_modifier TINYTEXT, last_comment TINYTEXT) COMMENT='This lists the available labrays';
CREATE TABLE `labray_entry` (id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, logid INT NOT NULL, date DATE NOT NULL, outsidelabray BOOL, changetype INT COMMENT '0 Nothing happens 1 Clrchange 2 ClrNPetchange 3 Atk 4 Def 5 Agi 6 Lvl 7 HP 8 Gender change', modifier TINYTEXT COMMENT 'Either modifier, new gender, clrname or CLR PET', comment TINYTEXT) COMMENT='Specific entries for labrays'
Post Reply

Who is online

Users browsing this forum: No registered users and 41 guests