4,451

(18 replies, posted in PunBB 1.2 troubleshooting)

I'm not exactly sure what you're asking for wink
Anyone can make a mod to do anything. If you're looking for released mods, take a look at PunRes

You'll have to put copies of or symlinks to the files in the include/user folder and then use pun_include in the template.
It's explained a bit here:
http://punbb.org/docs/faq.html#faq3_4

4,453

(18 replies, posted in PunBB 1.2 troubleshooting)

Meaning that functionality isn't in PunBB by default and you need to install a modification to get it

4,454

(2 replies, posted in PunBB 1.2 discussion)

asardar: You might have to manually do the updates to PunBB by hand if they interfere with your changes, but you always have the hdiffs or the patch files to use.

4,455

(18 replies, posted in PunBB 1.2 troubleshooting)

That's a mod as well wink

Although it isn't done, that does sound like a bug in your setup

4,457

(6 replies, posted in PunBB 1.2 discussion)

You set the server timezone so that the time used by PunBB is GMT. Then, you customize the timezone on your profile.

4,458

(30 replies, posted in PunBB 1.2 discussion)

Yann: You would have to implement transactions in the MySQL dblayer

4,459

(18 replies, posted in PunBB 1.2 troubleshooting)

You mean take one or more posts in an existing topic and make them into their own topic? That's not a feature of PunBB by default I'm afraid

Camarade_Tux wrote:

En fait, il suffit de repérer l'endroit où ils changent en <b> et en </b> (et font de même pour s, u, i...) et mettre du align=center. wink

Enfin je crois. :wooooooooooooops:

Moved to Troubleshooting, not a bug (the above is the quote from your post)

If it is SVN, did you upload the .htaccess file?

4,462

(13 replies, posted in PunBB 1.2 troubleshooting)

Nope: install.php doesn't run if config.php exists wink

4,463

(27 replies, posted in Feature requests)

And 1.3 has a specific print stylesheet wink

4,464

(13 replies, posted in PunBB 1.2 troubleshooting)

Yeah, that looks like a default PunBB install.php file: you can delete it safely wink

4,465

(13 replies, posted in PunBB 1.2 troubleshooting)

You don't need install.php once you've installed PunBB smile
If you still have it up, you could email me the contents of the file (or a link): I could take a look and see

4,466

(13 replies, posted in PunBB 1.2 troubleshooting)

I've never been hacked before. What kinds of things should I look for?

Mostly, any files that don't look right. Be especially wary of anything named system.php

When I attempted to run my forum initially I got this page: http://www.calvarychapelontario.com/hack.html

That's the default page you get when config.php doesn't exist/has been messed with (well, the default plus the hacker's message).
I saw that page after you posed this topic. I backwalked the image's URL to a backdoor on another server, which I took the liberty of removing tongue

I renamed the file.

Wait, was the install.php the default PunBB install.php or something else?

4,467

(13 replies, posted in PunBB 1.2 troubleshooting)

Thanks for the reply. Do you recognize this hacker?

No, I'm afraid not, but I was able to take a look at some stuff on the domain he stored the image on.

I'm running 1.2.14. I had a backup copy of the config.php file so I renamed it and was able to log on. Forum seems to be running okay. Other than changing user name and passwords, any other suggestions?

Make sure to look for any backdoors he left and try to figure out how he got them in in the first place. It looks like your site is on a dedicated server, so I'm not sure exactly how he would have done it.

4,468

(13 replies, posted in PunBB 1.2 troubleshooting)

You'll also want to look for any backdoors that might be hidding: check all your folders for files you don't remember uploading there (they might have names like email.php and system.php)

4,469

(13 replies, posted in PunBB 1.2 troubleshooting)

1. It depends on what the hacker did. If the hacker didn't touch your database, then I would upload a new copy of config.php (obviously, I would change your usernames/passwords for MySQL/FTP/etc). If the hacker did mess with your database, you'll have to undo whatever they did manually or use a backup
2. It depends on how you were hacked. What version of PunBB were you running?

Moved to Troubleshooting
Sounds to me like a mod_security issue. Ask your host to update their mod_security rule smile

Where did you change PUN_ROOT?

4,472

(9 replies, posted in Feature requests)

this should be included in the default punbb install imho. installing this mod is quite difficult.

The difficulty of installing a mod is not a good basis for deciding what features to include in the main code base. PunBB is meant to be a smaller, lighter, simpler forum. Adding attachments by default would clash with those goals.

if you think this is a sec. hole the code may be revised to hunt flaws and then disabled by default.

It's still unnecessary bloat

if the admin decides to use it, he doesnt have to install the mod spending half an hour to copy-paste code lines but press a button.

The extension system in 1.3 should solve the problem of tedious mod installations.

Easiest way: make a copy of index.php, put it in the root directory, change PUN_ROOT, include that

I'm not sure: I can't replicate it with FF 1.5

I'm not seeing any issue: what's the problem with it?