Previous Page

by unknownfile at 8:09 AM EDT on August 18, 2005
Speaking of teh hcs forumzor, I would like to request a mysql account for http://unknown.halleyscometsoftware.com

(for stuff like hitcounters, forums, etc)
by hcs at 10:47 AM EDT on August 18, 2005
I've sent you your info, current db structure is:

CREATE TABLE `board` (
`idx` int(11) NOT NULL auto_increment,
`postedtime` datetime NOT NULL default '0000-00-00 00:00:00',
`lasttime` datetime NOT NULL default '0000-00-00 00:00:00',
`author` int(11) NOT NULL default '0',
`replyto` int(11) NOT NULL default '0',
`subject` varchar(255) NOT NULL default '',
`message` text NOT NULL,
`ip` varchar(15) NOT NULL default '',
KEY `idx` (`idx`)
) TYPE=MyISAM ;

CREATE TABLE `users` (
`idx` int(11) NOT NULL auto_increment,
`joined` datetime NOT NULL default '0000-00-00 00:00:00',
`uname` varchar(31) NOT NULL default '',
`pass` varchar(31) NOT NULL default '',
`lastlogin` datetime NOT NULL default '0000-00-00 00:00:00',
`prevlogin` datetime NOT NULL default '0000-00-00 00:00:00',
`logintoken` varchar(32) NOT NULL default '',
KEY `idx` (`idx`)
) TYPE=MyISAM ;

that is, if you want to use the HCS Forum in its current state.
It's up by unknownfile at 11:46 AM EDT on August 18, 2005
HCSforums are up and running at http://unknown.halleyscometsoftware.com/forum.php

YAY HCS ;D
here's a thought... by hcs at 8:48 PM EDT on August 22, 2005
Maybe the last page function should show the last 20 posts, not merely literally the last page when paging through normally, which may only have one post on it.
by hcs at 5:00 PM EDT on September 30, 2005
As you can tell from all the unsightly links there is now a way to view user info. Yay.

Previous Page
Go to Page 0 1 2 3 4

Search this thread

Show all threads

Reply to this thread:

User Name Tags:

bold: [b]bold[/b]
italics: [i]italics[/i]
emphasis: [em]emphasis[/em]
underline: [u]underline[/u]
small: [small]small[/small]
Link: [url=http://www.google.com]Link[/url]

[img=https://www.hcs64.com/images/mm1.png]
Password
Subject
Message

HCS Forum Index
Halley's Comet Software
forum source