Looks like it, yeah
1,577 2007-12-27 14:30
Re: Searches with a large number of results fail (8 replies, posted in PunBB 1.2 bug reports)
Sweet
1,578 2007-12-27 14:29
Re: Regular expressions in confirm_refererer ?? (6 replies, posted in Programming)
It protects against CSRF attacks. It is important.
1,579 2007-12-27 13:07
Re: Checking if fopen is enabled (7 replies, posted in Programming)
Matt: Correct. You're looking for allow_url_fopen. Check admin_index.php, PunBB detects it
1,580 2007-12-27 01:47
Re: Redirecting index.php (20 replies, posted in PunBB 1.2 troubleshooting)
Oh dear, this got quite out of hand.
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
1,581 2007-12-26 23:14
Re: Redirecting index.php (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 2007-12-26 21:35
Re: Redirecting index.php (20 replies, posted in PunBB 1.2 troubleshooting)
That's a bad idea, since the new code is there for security reasons
1,583 2007-12-26 15:10
Re: New style for all registered user? (6 replies, posted in PunBB 1.2 troubleshooting)
1,584 2007-12-26 15:04
Re: New style for all registered user? (6 replies, posted in PunBB 1.2 troubleshooting)
Check the plugins forum, there is a plugin that allows you to change styles for your users
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 2007-12-26 13:55
Re: Log Users Automatically (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 2007-12-26 12:44
Re: Redirecting index.php (20 replies, posted in PunBB 1.2 troubleshooting)
Paste your code so we can take a look at it?
1,587 2007-12-26 12:43
Re: punBB Resolution Size (9 replies, posted in PunBB 1.2 troubleshooting)
OK, THAT is not fluid width
#punwrap {width: 800px; margin: 12px auto}
That's from Oxygen.css. That's not the default. Try removing the width declaration.
1,588 2007-12-26 12:41
Re: PunBB 1.2.16 (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
1,589 2007-12-26 02:41
Re: Limit users access to forums based on post count (1 replies, posted in Feature requests)
It's an interesting feature, but we're not likely to implement it. It would make a good extension though.
1,590 2007-12-26 02:41
Re: punBB Resolution Size (9 replies, posted in PunBB 1.2 troubleshooting)
Oxygen is actually the default theme for normal PunBB installs
But Oxygen still is fluid width. You'll have to be more specific about what you're looking for.
1,591 2007-12-26 01:21
Re: punBB Resolution Size (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 2007-12-25 23:42
Re: punBB Resolution Size (9 replies, posted in PunBB 1.2 troubleshooting)
Mmm, isn't that the definition of a fluid width skin?
1,593 2007-12-25 20:39
Re: PunBB 1.2.16 (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
And yes, you should upgrade whenever possible to address any security issues.
1,594 2007-12-25 12:37
Re: patching problems (2 replies, posted in PunBB 1.2 troubleshooting)
http://punbb.org/download/hdiff/hdiff-1 … .2.16.html
Look at the hdiff
1,595 2007-12-25 03:46
Re: spammers are on to you (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)
1,596 2007-12-25 00:52
Re: spammers are on to you (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 2007-12-24 23:08
Re: Checking if fopen is enabled (7 replies, posted in Programming)
Are you talking about allow_url_fopen, or the actual fopen function (which is much rarer)
1,598 2007-12-24 17:38
Re: N/A (2 replies, posted in PunBB 1.2 troubleshooting)
Search for it on PunRes, like any other modification
1,599 2007-12-24 17:24
Re: N/A (2 replies, posted in PunBB 1.2 troubleshooting)
Yes, the Image Verification mod, which is what I use on PunBB-Hosting
1,600 2007-12-24 16:16
Re: PunBB 1.3 (Latest SVN) (42 replies, posted in PunBB 1.2 show off)
lol
Fixed