1,576

(121 replies, posted in PunBB 1.2 discussion)

Looks like it, yeah

Sweet smile

1,578

(6 replies, posted in Programming)

It protects against CSRF attacks. It is important.

1,579

(7 replies, posted in Programming)

Matt: Correct. You're looking for allow_url_fopen. Check admin_index.php, PunBB detects it smile

1,580

(20 replies, posted in PunBB 1.2 troubleshooting)

Oh dear, this got quite out of hand. hmm
I'm going to be editing posts a little bit to remove the name calling and I would like to remind EVERYONE that they should be behaving civilly toward each other. And that someone behaving poorly toward you does not entitle you to behave poorly toward them.

This topic is closed, since I believe the issue it originally referred to has been thoroughly addressed. If there are any more questions related to it, a new one may be created. No more bickering wink

1,581

(20 replies, posted in PunBB 1.2 troubleshooting)

bingiman: The affiliates mod no longer works because the redirect function no longer redirects outside of the base URL.
The change does not affect Digg, etc: they have no relation to the function. That is probably due to the Bad Behavior mod.

1,582

(20 replies, posted in PunBB 1.2 troubleshooting)

That's a bad idea, since the new code is there for security reasons wink

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

Check the plugins forum, there is a plugin that allows you to change styles for your users wink
Alternately, you can just run an update query on the users table and change the style column to the name of your new style.

1,585

(3 replies, posted in PunBB 1.2 discussion)

Registration: insert a row into the PunBB users table, look at what register.php does
Login: select the row from the user's table with the right username, check the password, and call pun_setcookie like login.php does.

1,586

(20 replies, posted in PunBB 1.2 troubleshooting)

Paste your code so we can take a look at it? wink

1,587

(9 replies, posted in PunBB 1.2 troubleshooting)

OK, THAT is not fluid width tongue

#punwrap {width: 800px; margin: 12px auto}

That's from Oxygen.css. That's not the default. Try removing the width declaration.

1,588

(71 replies, posted in News)

Dr.Jeckyl: sendmail is being silly
Vanslyde: You should be redirected to viewtopic.php, that's how the code works. Post your code in Troubleshooting
Vida: 9 < 16 wink

It's an interesting feature, but we're not likely to implement it. It would make a good extension though. smile

1,590

(9 replies, posted in PunBB 1.2 troubleshooting)

Oxygen is actually the default theme for normal PunBB installs wink
But Oxygen still is fluid width. You'll have to be more specific about what you're looking for.

1,591

(9 replies, posted in PunBB 1.2 troubleshooting)

It looks to me like it already expands fluidly. What's wrong with it specifically?

1,592

(9 replies, posted in PunBB 1.2 troubleshooting)

Mmm, isn't that the definition of a fluid width skin?

1,593

(71 replies, posted in News)

Yes, form emails to punbb.org addresses don't work. Send me an email to smartys at this domain.
And http://punbb.org/download/hdiff/hdiff-1 … .2.16.html should help you smile
And yes, you should upgrade whenever possible to address any security issues.

1,594

(2 replies, posted in PunBB 1.2 troubleshooting)

http://punbb.org/download/hdiff/hdiff-1 … .2.16.html
Look at the hdiff

1,595

(24 replies, posted in PunBB 1.2 troubleshooting)

axa: Indeed, and that's the kind of anti-spam tool that works (and the kind that we're most looking forward to implementing) smile

1,596

(24 replies, posted in PunBB 1.2 troubleshooting)

Mmm, fair point.
Now, there is a bit more complexity. There should be only one attempt allowed per CAPTCHA, successful or not, to prevent brute-forcing. Also, you should deal with garbage collection so you don't have unused CAPTCHAs sitting there.

1,597

(7 replies, posted in Programming)

Are you talking about allow_url_fopen, or the actual fopen function (which is much rarer)

1,598

(2 replies, posted in PunBB 1.2 troubleshooting)

Search for it on PunRes, like any other modification smile

1,599

(2 replies, posted in PunBB 1.2 troubleshooting)

Yes, the Image Verification mod, which is what I use on PunBB-Hosting wink

1,600

(42 replies, posted in PunBB 1.2 show off)

lol tongue
Fixed wink