Previous Page | Next Page

[url=http://www.google.com]ミスタードリラー[/url] by hcs at 3:11 PM EDT on June 1, 2005



by hcs at 3:30 PM EDT on June 1, 2005
There, are we happy now?

I also went and finally put in the "no blank thread subject" check. Yes, it also checks for subjects consisting of only spaces, and you can't use a nonbreaking space (even numerically specified) because I've disabled even the numeric entity processing for subjects.
ミスタードリラー by hcs at 3:34 PM EDT on June 1, 2005
so no Japanese in subjects
by hcs at 3:41 PM EDT on June 1, 2005
Here's the source if you want to look through it:
source
the only thing I changed was the user name and password.
by unknownfile at 4:43 PM EDT on June 1, 2005
I am thinking of using this for my forums.

However, it sez:

Table 'unknownforums.board' doesn't exist

Ack?
by hcs at 5:32 PM EDT on June 1, 2005
You'll have to create the table, bucko.

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`)
)

you'll need a table for users, too:

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 '',
KEY `idx` (`idx`)
)
by Koji at 9:20 PM EDT on June 1, 2005
"I Think, its nor really necessary to tell it but.. look at Kojis Last Thread..."

Yes, it was on purpose once I saw that hcs made tags available on subjects. It was just to point it out. In a somewhat funny way too. ;)
by unknownfile at 10:56 AM EDT on June 2, 2005
Donez0r.

http://petersconway.dynu.com/forum.php

Also, let it be noted that my main page has been converted to php.
New user creation bug by hcs at 3:00 AM EDT on July 2, 2005
Er, sorry to any and everyone who tried to join over the last week or so, I made a minor change to the database without thinking of how it would affect the forum, it caused the user creation process to fail silently. Everything should be up and running again, and I'll add a check to the registration code to make sure it actually *works*.
by Mouser X at 8:45 PM EDT on August 17, 2005
Okay, based on what I can see, the most recent message in this thread (other than my own) is from HCS back in July, but the main page says that one has been added here today (again, other than my own). I don't see it. Was it deleted, but the thread still received its "update" information? I'm just curious to know what it is I'm missing. Mouser X over and out.

edited 12:46 AM EDT August 18, 2005

Previous Page | Next 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