1. CSRF tokens are a part of the form, they don't present any barrier
2. As I pointed out, no TLD is completely safe (or dangerous)
3. And alienate many users
4. We already have user verification where users can't login until they activate
5. I'm not sure what you mean by "honey pot" form fields, but just like similar anti-spam measures, simply adding form fields does nothing to improve the overall security of the forum in the long term
6. THAT is good at stopping spam, but it also has downsides
7. Referrer can be easily faked

3,177

(30 replies, posted in PunBB 1.2 discussion)

I personally would never ban a whole TLD tongue
hotmail.com, yahoo.com, etc are all used by spammers as well

3,178

(4 replies, posted in PunBB 1.2 troubleshooting)

I'm confused, what are you trying to add?

Which plugins don't work with newer versions though? I'm under the impression that they all do tongue

Sorry, I don't have the time atm wink

Moved to PunBB Discussion, since this isn't a bug wink

I'm going to assume you're talking about modifications, since your comments make more sense in that context wink
Most modifications do work in the most recent version. However, a lot of mods use a somewhat strict install_mod.php file to make database changes. That file uses a very strict version check. However, it doesn't mean that the mods don't work. There are instructions in several places for editing install_mod.php to work on newer versions if it doesn't already:
http://punbb.org/forums/viewtopic.php?id=10518

User-agent: *
Disallow: /

It needs to be in the root of your site

Password protect with .htaccess if you want to make sure that nobody can access the site without your permission
Just set Guests as unable to view the forum if all you want to do is hide topics/forums/posts
robots.txt lets you tell search engine spiders not to index portions (or all) of your site

3,184

(35 replies, posted in PunBB 1.2 troubleshooting)

That doesn't make much sense, since $db->close is called on every page hmm

3,185

(6 replies, posted in Programming)

Are you including common.php on both pages? If so, that's your issue

3,186

(13 replies, posted in PunBB 1.2 troubleshooting)

AlanCollier: It's not a flaw because extern.php isn't meant to be used outside of URL includes. It's a page in and of itself wink

3,187

(3 replies, posted in PunBB 1.2 troubleshooting)

There's a new version of the subforum mod which fixes the new post indicator issue I believe

I have an old SQL DB with about 10k members or so, and I would like to add it or replace the current DB with this. Is it possible?

Are you talking about another PunBB forum, or some random user information in an SQL table? tongue

And, is there a way to archive old posts from one forum, and lock them and place them in another? (I searched this but only found unanswered topics).

Move all topics to a forum which has no permissions for people to post?

yemgi: Which means nothing, since his server would probably be on that network internally wink

Noble Bell: GoDaddy issue smile

3,190

(35 replies, posted in PunBB 1.2 troubleshooting)

Changing hosts would work if it's an issue with the server, which it appears to be, since PunBB runs fine elsewhere wink
And no, although if you did (ie: you compiled without the basic support for preg_* functions), you would see an errors about missing functions.

Yes. The extension system for 1.3 aims to address these issues wink

Oh, and moved to Feature Requests wink

http://punbb.org/forums/viewtopic.php?id=10518

3,193

(13 replies, posted in PunBB 1.2 troubleshooting)

Use a URL include?

Post the URL?

3,195

(9 replies, posted in PunBB 1.2 troubleshooting)

Moved to Troubleshooting, since this isn't a bug tongue

3,196

(4 replies, posted in PunBB 1.2 discussion)

Err, moving topics is a standard feature wink

3,197

(35 replies, posted in PunBB 1.2 troubleshooting)

matt1298 wrote:
Smartys wrote:

What specs?

the minimum requirments to run punbb, its just php and mysql?

Requirements

    * A webserver (preferably Apache).
    * PHP 4.1.0 or later (PHP 5 included).
    * MySQL 3.23.17 or later, PostgreSQL 7.0 or later or SQLite. (see details below).

MySQL: PunBB will not work at all with any version prior to 3.23.17.

PostgreSQL: PunBB 1.2.* has been thoroughly tested on various versions between 7.3.3 and 7.4.5, but it should work fine with any version greater than 7.0. Please note that PHP 4.3.0 or later is required for PostgreSQL support.

SQLite: PunBB 1.2.* has only been thoroughly tested on versions 2.8.11 and 2.8.14 of SQLite, but should work with basically any version.

matt1298 wrote:

i have uploaded the files in ascii mode with passive on. now when i look at the flies on the host, there is no formating on notepad? is that ok? it seems to be on all the files....?
would moving host be a better idea, or is it relly a scipt error

They're PHP files, so I'd hope there wouldn't be formatting

SQLite doesn't need that index, MySQL does wink

$db_name uses the name you entered in install.php wink

Could you provide a link to your forum?