I've personally attempted to port PunBB to Sybase ASE, which is, in syntax, quite similar to MSSQL. The biggest problem I encountered was the lack of LIMIT, plus some minor bugs and an overhaul of install.php.

577

(6 replies, posted in PunBB 1.2 troubleshooting)

Already has been.

Nobody should be able to view it hmm Unless PHP isn't parsing it for some reason.

579

(2 replies, posted in Programming)

You can easily make subfolders in a repo. You'd go like this:

Project 1
-- trunk
---- ..
-- dev
---- ..
-- ...
---- ..
Project 2
-- trunk
---- ..
-- dev
---- ..
-- ...
---- ..

And so on. You just point your client to the correct URL.

580

(10 replies, posted in Programming)

php.net. That's all you need really.

Not to mention my webserver folder with over 50k files, of which 70% are tests of certain functions tongue

581

(114 replies, posted in Programming)

pedrotuga wrote:

Does anybody knows a editor with php code completion and phpdoc as-you-type like netbeans does with javadoc? That would be my choice, but i haven't heard of it sad

Dreamweaver. But it costs.

582

(15 replies, posted in PunBB 1.2 discussion)

PHP5 fixes most of PHP4's issues, but because the majority of web hosts still use PHP4, applications like PunBB have to find workarounds for native PHP5 things in PHP4.

583

(5 replies, posted in Feature requests)

I think there's a mod for this on PunRes. Have a search wink

Edzhjus wrote:

For example where to modify registration settings?

What settings do you mean?

And also i want to know if registration flood protection from one IP can be disabled or changed default time which is 1hour? Is there some global setings file? That would be all for now.. big_smile Tnx.(:

*points at signature*

../ is a relative path, not absolute. With that said, you should be able to access the forum from you admin like so:

../forum/

<?php echo '<div class="'.($cur_post['group_id'] == PUN_ADMIN ? 'adminmsg' : (($cur_post['group_id'] == PUN_MOD) ? 'modmsg' : 'postmsg')).'">'; ?>

Something like that.

Aren't 3 posts on the same subject a bit overkill? hmm

It's normally about the same database. Try just executing your SQL dump on the database.

589

(2 replies, posted in PunBB 1.2 troubleshooting)

Look for the converter on the downloads page.

phpMyAdmin isn't taking in account that user_id and ident are a linked unique key, so that it isn't redundant at all.

Ignore the warning.

It's been said that this is going to be in 1.3. There's a mod for 1.2. What more do you want?

592

(5 replies, posted in PunBB 1.2 troubleshooting)

You don't have write right to /tmp

593

(98 replies, posted in News)

hdiffs

It's certainly not something in PunBB. I'd advise you to check the slow query log of MySQL and find the source of those queries.

No, that'd be impossible. You could make cricket.no/forum redirect there, though.

Maybe you'd be better off with a free forum host like punbb-hosting? wink

597

(10 replies, posted in Programming)

I'm sure somebody once did.

598

(2 replies, posted in PunBB 1.2 troubleshooting)

If you mean your custom smilies, you'll have to re-edit parser.php

As I said, we didn't know. You knew.

Maybe because you didn't upload it?