I don't have a place to check it out right now, but it looks to me like the backup is fine. Did you try with "clean" copies of the files?
And to restore just topics/posts, you would need to edit the file so that the only insert statements are those for the topics/posts tables

3,577

(39 replies, posted in PunBB 1.2 troubleshooting)

pogenwurst wrote:

Well, to help you we'll need either your index.php, a list of the queries that are run (display of queries is toggled in common.php - be careful not to leave it set on a live site once you get the list, however), or both.

Just to second this, having both would be excellent, but the list would be easier to analyze smile

Mmm, the backup looks fine at first glance
Could the issue be with the modifications you made to your files?

I can take a look at it

There was something wrong with your backup. It's possible that the issue can be corrected, but it's impossible to be sure without seeing the contents of the backup

I have a feeling that the exported backup has something wrong with it, but you would need to paste some of it so it can be evaluated

Moved to Modifications

3,583

(3 replies, posted in PunBB 1.2 troubleshooting)

$expire = ($save_pass == '1') ? time() + 31536000 : 0;
$pun_user['password'] = $new_pwd;
pun_setcookie($pun_user['id'], $new_pwd, $expire);
check_cookie($pun_user);

That should fix it

3,584

(10 replies, posted in PunBB 1.2 troubleshooting)

Andy D wrote:

but if the serverspace has no php, than an iframe is the only way, or am i false...?

Iframes don't replace PHP: you can of course embed a page from a server that allows PHP in a page on a server that doesn't using iframes.

3,585

(10 replies, posted in PunBB 1.2 troubleshooting)

Set unique cookie names wink

Are you getting an error?

Enable debug mode, paste the full error

3,588

(2 replies, posted in Feature requests)

PunBB 1.3 will have a more accurate topic marking system wink

http://wiki.punres.org/Change_forum_width

3,590

(5 replies, posted in PunBB 1.2 bug reports)

Which is why it's easier for us to ignore them until, say, the beta than to have them reported by users tongue

3,591

(8 replies, posted in PunBB 1.2 discussion)

contents of imports goes in forum/style/imports
contents of style goes in forum/style
contents of img goes in forum/img

3,592

(5 replies, posted in PunBB 1.2 bug reports)

Thanks for the note wink
Again though, I'll reiterate that PunBB 1.3 is currently under development and we're not officially accepting bug reports for it until the beta. smile

3,593

(12 replies, posted in Programming)

2005 March 21 (3.2.0)

        * Added support for ALTER TABLE ADD COLUMN.

Looks like that's right, as odd as them seems hmm

3,594

(8 replies, posted in PunBB 1.2 discussion)

Aha smile
Yes, lets say I have a style called MyStyle. It has 2 files, MyStyle.css and MyStyle_cs.css
MyStyle.css goes in the forum/style folder. If the style works the same as every other style, MyStyle_cs.css goes in forum/style/imports

3,595

(8 replies, posted in PunBB 1.2 discussion)

Is your forum in the forum folder? If so, forum/styles is right. Why do you say it wasn't working?

3,596

(13 replies, posted in PunBB 1.2 troubleshooting)

Without more information I don't know that we'll be able to figure out what's wrong

3,597

(68 replies, posted in PunBB 1.2 discussion)

No, don't post it here: this isn't the place to debug his install.
If you want to try figuring out where those queries are coming from, make a new topic in Troubleshooting wink

3,598

(4 replies, posted in PunBB 1.2 troubleshooting)

I see this in your default style

.pun HR {

/*background-color : #fff; */

color : #000; 

}

Try setting the background color to the same value as the color

3,599

(19 replies, posted in PunBB 1.2 troubleshooting)

Change the size of the column in the database and increase the maxlength attribute on the input box?

3,600

(12 replies, posted in Programming)

Try integer, not int