Mmm, they say PunBB's latest version is 1.2 wink

7,252

(67 replies, posted in News)

Oooh, a new version smile

7,253

(3 replies, posted in PunBB 1.2 troubleshooting)

1. Just the PHP file
2. Yes

Working fine when I look...
Disabled in your preferences perhaps?

7,255

(58 replies, posted in General discussion)

spec wrote:

Connorhd
Simply, we decided to greatly improve it .....so  I ask You ....is it really needed to improve it?...what can we improve and how smile

You decided to improve it, so you want to know how? wink
I think you might have the steps backwards, you should have an idea in mind before deciding to do something tongue

7,256

(22 replies, posted in PunBB 1.2 discussion)

$pun_user['g_id'] I think

Dexus wrote:
CREATE TABLE `forum_perms` (
  `group_id` int(10) NOT NULL default '0',
  `forum_id` int(10) NOT NULL default '0',
  `read_forum` tinyint(1) NOT NULL default '1',
  `post_replies` tinyint(1) NOT NULL default '1',
  `post_topics` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`forum_id`,`group_id`)
) TYPE=MyISAM;

goes to

CREATE TABLE forum_perms(
    group_id int(10) NOT NULL,
    forum_id int(10) NOT NULL,
    read_forum tinyint(1) DEFAULT '1' NOT NULL,
    post_replies tinyint(1) DEFAULT '1' NOT NULL,
    post_topics tinyint(1) DEFAULT '1' NOT NULL, 
    PRIMARY KEY (group_id)
);

where the hell is secondary key?

Smartys wrote:

Rather large bug with this:
I just tried restoring a backup (full, no gzip). I start getting errors with the forum_perms table. When I checked it out, I realized the problem: Rickard made both forum_id and group_id primary keys, but the backup only had forum_id set as primary_key when it was creating the table (edit: it does the same with structure as well).

You happen to have the primary key as group_id instead, but it's the same issue wink

7,258

(13 replies, posted in General discussion)

ScottyWZ.COM


Go ta URL: 

ScottyWZ.COM Home
Home Section
ScottyWZ.COM Forums
Contact ScottyWZ.COM
ScottyWZ.Betas
ScottyWZ.COM Web site Pusha
9-11 Commemorative Page
Main Section
Free Downloads
The Monthly Scotty
ScottyWZ.COMic Strip
Tips & Facts
Wallpapa n Windows
XP Themes from XPTheme.INFO
Links
Solas Pages Section
Solas Info
Solas 7 th Album Info
Solas Interview
Solas-Related Links
ScottyWZ.COM Solas Fan Clizzay
Search Section
Search ScottyWZ.COM
Search the Web with Google
Legal Section
Copyright Information
Terms of Use

Welcome ta ScottyWZ.COM!


 
This Web site has tips, fizzle downloads , 411 `bout n an interview wit tha band Solas, Web Search wit Google , n links ta rappa Web sites .
So, select a link ta tha tizzle bottom, or left ta continue . You gotta check dis shit out yo! Also, try typ'n a URL (izzy address) in tha Go ta URL box at tha top of tha page!

http://www.scottywz.com/index.html

 
Copyright © 2005 by Scotty Wallace-Zeid. ScottyWZ.COM is a personal Web site fo' sheezy. To use ScottyWZ.COM, you miznust agree ta ScottyWZ.COM's Terms of Use .
ScottyWZ.COM is hosted by Globat, LLC .

7,259

(8 replies, posted in PunBB 1.2 bug reports)

That's wierd, I can use Firefox fine with AOL (with dialup and with DSL/router).

I had this problem
Check the forum_perms table, you'll probably have either forum_id or group_id NOT set as primary keys. They both must be. wink

7,261

(10 replies, posted in PunBB 1.2 discussion)

Bwongar.com wrote:

- plus, if there's a security fix, I can have it right when Rickard commits it.

Which he usually does right before releasing a new version, so that people aren't tipped off in advance of him offering a new release wink

Raybo wrote:

I know a user validates their account by having an email sent to them.  That is what I'm referring to - they use a valid account to 'get in' and validate the registration process, but come back and edit their profile with a bogus email address, after-the-fact.

The user also validates their email every time they change it is what Rickard is saying wink

The subscriptions table should have two columns: user_id and topic_id
Both primary keys, both int(10) unsigned with a default 0.
Your subscription table is missing user_id?

7,264

(4 replies, posted in PunBB 1.2 troubleshooting)

Something similar to this?

Mmm, maybe add a bit to the online table about last_page, make the function add that data in, and have a page that displays what you want from that?

7,266

(3 replies, posted in General discussion)

I suggested it a while ago I think, I'll find the post

Edit: http://punbb.org/forums/viewtopic.php?id=4600
Rickard was evil tongue

lol, good point :-/

I can't replicate the admin loader exploit using  (\S*?)

That doesn't work for me either hmm

That line for me:

if (!preg_match('/^AM?P_(\S*?)\.php$/i', $plugin))

The file: AMP.Example.php
Someone tell me what I'm doing wrong?

I'll test and see if it gives enough to reintroduce the exploit

Erm, none of those alter footer.php
Next time you get the error, paste the full thing?

If I'm changing the file correctly, neither is fixing it

That has to do with the admin_loader bug I found, and Rickard's fix for it. Let me check the code...

Edit: Knowing very little about regular expressions, I can't come up with a working one.
The problem expression here is:

if (!preg_match('/^AM?P_(\w*?)\.php$/i', $plugin))

Now, if someone can find a way to make it work here and it doesn't re-create the exploit I found, I'm sure Rickard would be more then happy to put it in... wink

7,273

(6 replies, posted in Feature requests)

It hasn't been released for 1.2.x yet wink

Since it messes up forum permissions so they don't work, it is tongue

7,275

(6 replies, posted in PunBB 1.2 troubleshooting)

It is the way to prevent banned users from creating a new account wink