Of course, allowing arbitrary HTML is a huge security risk.
2,476 2007-08-19 17:44
Re: Allow users to put widgets on profile pages (19 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2,477 2007-08-19 01:55
Re: Syntax question - echo content from several fields (10 replies, posted in Programming)
Fair enough
<?php echo $user['firstname'].' '.$user['surname']; ?>
2,478 2007-08-19 01:44
Re: Syntax question - echo content from several fields (10 replies, posted in Programming)
<?php echo $user['firstname'].$user['surname']; ?>
2,479 2007-08-18 21:08
Re: Export an email adress list (3 replies, posted in PunBB 1.2 discussion)
There's an admin plugin for sending emails
2,480 2007-08-18 19:24
Re: Help me! (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications
2,481 2007-08-18 18:51
Re: Change maximum avatar size? (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
2,482 2007-08-18 18:02
Re: Upload installation challenge. (4 replies, posted in PunBB 1.2 troubleshooting)
Err, where did you upload the files to?
2,483 2007-08-18 17:33
Re: Upload installation challenge. (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
2,484 2007-08-18 14:42
Re: [Release] Actual Posts (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just a note: the plugin will only work for MySQL 4.1 and higher
2,485 2007-08-17 20:16
Re: My misc.php ERROR (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 2007-08-17 20:12
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
It doesn't appear to have sent anything
2,487 2007-08-17 20:09
Re: Forgot password (1 replies, posted in PunBB 1.2 troubleshooting)
Is the email address of the administrator using the same domain as the website?
2,488 2007-08-17 02:52
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
Send it to smartys@ this domain
2,489 2007-08-17 02:35
Re: eeenix fourm (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
2,490 2007-08-17 02:21
Re: Change maximum avatar size? (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
2,491 2007-08-17 00:24
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
Well, you shouldn't be getting that message if you're an administrator
Did you edit the file?
2,492 2007-08-17 00:09
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
Did you modify your account's group?
2,493 2007-08-16 23:42
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
2,494 2007-08-16 23:36
Re: 1 Forum, 2 websites? (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?
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 2007-08-16 23:36
Re: Change maximum avatar size? (17 replies, posted in PunBB 1.2 troubleshooting)
Admin Options
2,496 2007-08-16 20:00
Re: If user is deleted, banned IP are still banned? (1 replies, posted in General discussion)
Users and bans are not tied together in any way
2,497 2007-08-16 19:59
Re: 1 Forum, 2 websites? (7 replies, posted in PunBB 1.2 discussion)
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.
2,498 2007-08-15 21:56
Re: LOVE Punbb, but...got a question on signups (17 replies, posted in General discussion)
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?
2,499 2007-08-15 20:34
Re: Client does not support authentication protocol requested by server??? (13 replies, posted in PunBB 1.2 troubleshooting)
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
2,500 2007-08-15 20:07
Re: Client does not support authentication protocol requested by server??? (13 replies, posted in PunBB 1.2 troubleshooting)
Godaddy does Windows hosting
And the link I gave you applies to 5.0. Read it