Of course, allowing arbitrary HTML is a huge security risk.

Fair enough

<?php echo $user['firstname'].' '.$user['surname']; ?>
<?php echo $user['firstname'].$user['surname']; ?>

2,479

(3 replies, posted in PunBB 1.2 discussion)

There's an admin plugin for sending emails smile

Moved to Modifications

2,481

(17 replies, posted in PunBB 1.2 troubleshooting)

Your account was set as a moderator, not an administrator. I used the db management plugin to set it to an administrator smile

2,482

(4 replies, posted in PunBB 1.2 troubleshooting)

Err, where did you upload the files to?

2,483

(4 replies, posted in PunBB 1.2 troubleshooting)

http://www.fishhawkforum.com/upload/
You upload the CONTENTS of the upload/ directory to where you want your forum, you don't upload the folder itself (unless you want to).

The 403 is a server thing, probably related to not having an index page in the root of your site and directory listing being disallowed

Just a note: the plugin will only work for MySQL 4.1 and higher

2,485

(2 replies, posted in PunBB 1.2 discussion)

FIND

    redirect('viewforum.php?id='.$id, $lang_misc['Mark forum read redirect']);
}

{

REPLACE WITH

    redirect('viewforum.php?id='.$id, $lang_misc['Mark forum read redirect']);
}

else if (isset($_GET['email']))
{

2,486

(17 replies, posted in PunBB 1.2 troubleshooting)

It doesn't appear to have sent anything

2,487

(1 replies, posted in PunBB 1.2 troubleshooting)

Is the email address of the administrator using the same domain as the website?

2,488

(17 replies, posted in PunBB 1.2 troubleshooting)

Send it to smartys@ this domain

2,489

(2 replies, posted in General discussion)

Moved to General Discussion

This is a support forum for the PunBB forum software, not for individual sites that use the software wink

2,490

(17 replies, posted in PunBB 1.2 troubleshooting)

Any chance you could email me with the login details to this account? Something seems off to me hmm

2,491

(17 replies, posted in PunBB 1.2 troubleshooting)

Well, you shouldn't be getting that message if you're an administrator wink
Did you edit the file?

2,492

(17 replies, posted in PunBB 1.2 troubleshooting)

Did you modify your account's group?

2,493

(17 replies, posted in PunBB 1.2 troubleshooting)

http://www.yoursite.com/path/to/your/fo … ptions.php

2,494

(7 replies, posted in PunBB 1.2 discussion)

Burnsy86 wrote:
hsl wrote:

well,.. that's not enturely true,.. i've got a live setup www. and a test setup test. and i can't post anything at test. because the hostname i'm on is not correct, is it possible to change that somewhere?

Wouldn't you just use the same config.php file for both forums?  Then they are both configured to the same database and host.

The forums would work, but the base URL check would fail for mods/admins

2,495

(17 replies, posted in PunBB 1.2 troubleshooting)

Admin Options wink

Users and bans are not tied together in any way

2,497

(7 replies, posted in PunBB 1.2 discussion)

hsl wrote:

well,.. that's not enturely true,.. i've got a live setup www. and a test setup test. and i can't post anything at test. because the hostname i'm on is not correct, is it possible to change that somewhere?

Well, that's a base URL issue which only affects moderators/admins. You can only have one base URL.

pedrotuga wrote:

It's very vulnerable. It's trivial to break.
For how long have you been using it now?

I use the akismet module but it bans users for everything and nothing, i am considering using this module instead.

What's vulnerable about it?

quaker wrote:

if she got a windows host service... then she needs to change over to  a linux server... alot of issue with windows based servers running.. mysql ....

good friend had to change over to linux he got a hosting account with godaddy...


Q

Really? I've never had any issues smile

Godaddy does Windows hosting wink

And the link I gave you applies to 5.0. Read it tongue