2006OCT261148
'... A commons for sharing outlines, feeds, and taxonomy. ...'
Creating a new account on share.opml.org, crashed. Damn I hate crashes on logins. If you read the fine print on services you always find the standard clauses about no warranty.
INSERT INTO syo_log (message, level, datetime) VALUES ('New user registered with user id: \"5204\", email: \"goonmail@netspace.net.au\", and name: \"peter renshaw\"', 'MESSAGE', NOW())
WordPress database error: [MySQL server has gone away]
SELECT message,level,datetime FROM syo_log WHERE datetime > FROM_UNIXTIME(UNIX_TIMESTAMP() - 14400) AND level = 'ERROR' ORDER BY datetime DESC
Interesting to see the sql exposed. I usually try to expose only a stub (stored proc) or at least a view to reduce the chances of *opponents* getting access. Great service though. I'll see if it email me the right login.
2006OCT261148
'... A commons for sharing outlines, feeds, and taxonomy. ...'
Creating a new account on share.opml.org, crashed. Damn I hate crashes on logins. If you read the fine print on services you always find the standard clauses about no warranty.
INSERT INTO syo_log (message, level, datetime) VALUES ('New user registered with user id: \"5204\", email: \"goonmail@netspace.net.au\", and name: \"peter renshaw\"', 'MESSAGE', NOW())
WordPress database error: [MySQL server has gone away]
SELECT message,level,datetime FROM syo_log WHERE datetime > FROM_UNIXTIME(UNIX_TIMESTAMP() - 14400) AND level = 'ERROR' ORDER BY datetime DESC
Interesting to see the sql exposed. I usually try to expose only a stub (stored proc) or at least a view to reduce the chances of *opponents* getting access. Great service though. I'll see if it email me the right login.