651

(7 replies, posted in PunBB 1.2 troubleshooting)

There shouldn't be a problem, just make sure to use a prefix like forum_ or so.

A 386?

Nothing special, definately not the heavy dual-core machines you'll find for vB forums.

653

(17 replies, posted in Programming)

Indeed. You could've just put the name in backticks (`) though.

If people'd care enough about a single query extra, they'd notice when enabling it.

If it still occurs after 1.2.15, you messed up somewhere, yes.

User information is stored in the $pun_user array. To check if a user is logged in, use $pun_user['is_guest'].

657

(10 replies, posted in General discussion)

Bleh. That's all there is to say.

658

(1 replies, posted in PunBB 1.2 troubleshooting)

Seems like it has to do with SSL. Search the forum here, I'm sure there's a fix for it.

659

(2 replies, posted in General discussion)

Erm, just press the * button? big_smile

Or have them turn off their silly norton protection suite.

661

(2 replies, posted in PunBB 1.2 troubleshooting)

The config file is generated when install.php is executed.

Some fundamentally flawed stuff. A query doesn't return an array of fields, mysql_fetch_assoc() does.

663

(2 replies, posted in Programming)

Hrmm, I need to rewrite that mod someday big_smile

document.getElementById('post').req_message

664

(2 replies, posted in PunBB 1.2 troubleshooting)

Doesn't it? I though standard settings were to permit everyone to post except for guests...

665

(37 replies, posted in News)

Very nice.

666

(3 replies, posted in PunBB 1.2 troubleshooting)

Automatically deleted? Unlikely. PunBB should be able to easily handle that. Check with your admins/moderators.

667

(5 replies, posted in PunBB 1.2 troubleshooting)

As I said, it's deleted. Not flagged. Deleted.

668

(5 replies, posted in PunBB 1.2 troubleshooting)

You cannot, everything is deleted. Unless you have backups.

669

(10 replies, posted in PunBB 1.2 troubleshooting)

If you screwed up, come here whining about it without following the simplest of instructions, don't bother coming here at all.

670

(12 replies, posted in Programming)

The best option would be to track down the bug and fix it tongue But error supression works too I guess.

671

(12 replies, posted in Programming)

I don't know of any bugs with it hmm Weird error...

672

(12 replies, posted in Programming)

Try doing a print_r($clock_array);

673

(10 replies, posted in PunBB 1.2 discussion)

The mod developer has to say which hook to use. PunBB does the rest.

674

(10 replies, posted in PunBB 1.2 discussion)

In the location of each hook a function is called with the hook name. This will return the code that's bound to the hook and an eval() around it makes sure the code gets executed.

675

(10 replies, posted in PunBB 1.2 discussion)

It parses an XML file, stores the code in the database (and in the cache too I think) and then runs an eval() on the code applying to a hook.