They probably forgot to change the initialisation line. No need to change everything back if you can just change one thing.

27

(8 replies, posted in PunBB 1.2 troubleshooting)

Just modifying the value won't work, you have to move the files too.

28

(7 replies, posted in PunBB 1.3 troubleshooting)

bool array_walk  ( array &$array  , callback $funcname  [, mixed $userdata  ] )

Return Values

Returns TRUE on success or FALSE on failure.


How can that not return false? tongue

29

(14 replies, posted in PunBB 1.2 troubleshooting)

From that screenshot, it seems to be there but not in the right position. Try setting .icon to the width and height of the image you're using.

30

(14 replies, posted in PunBB 1.2 troubleshooting)

#punviewforum .blocktable td, #punindex .blocktable td { border: 1px #363636 solid; }

That should do.

31

(56 replies, posted in PunBB 1.3 troubleshooting)

I mean, that the cookie is set in the browser anyway. There's no need to log in again to either use the feed or just access the forum itself.

32

(56 replies, posted in PunBB 1.3 troubleshooting)

I give up. You just don't want to understand.

It's o_webmaster_email in the config table.
You can also directly change it in include/email.php

34

(56 replies, posted in PunBB 1.3 troubleshooting)

If they can access the restricted feeds, they can equally easy just open up the forums. I don't see your point.

You'll have to either set the webmaster email in the admin panel, or create the email address in your hosting config.

Make sure the address the mails are being sent from exists.

37

(56 replies, posted in PunBB 1.3 troubleshooting)

To set the cookie? hmm

38

(56 replies, posted in PunBB 1.3 troubleshooting)

Urgh. Read very carefully.

PunBB uses cookie authentication. Since extern.php includes common.php, which populates $pun_user, and reads from the PunBB cookie, it'd be just like any other page on the forums.

39

(56 replies, posted in PunBB 1.3 troubleshooting)

You could generate a unique token that can be changed and they have to pass in the URL?

40

(56 replies, posted in PunBB 1.3 troubleshooting)

Those are from 1.3's extern.php.

41

(56 replies, posted in PunBB 1.3 troubleshooting)

It'd be a few lines of code anyway. Change the few lines of code that say

fp.group_id='.PUN_GUEST

to

fp.group_id='.$pun_user['g_id']

And solved. Common.php is included anyway.

You can do it, but they can't use the same database tables as there are some rather important differences.

There's more chance of those bugs occuring in beta releases. That's the whole point.

44

(4 replies, posted in PunBB 1.2 troubleshooting)

Well, it depends what the current setting is. And how many visitors you have. It could be other things.

45

(4 replies, posted in PunBB 1.2 troubleshooting)

You mean the maximum number of connections? That is in the MySQL config indeed.

You can have variables and loops in there, but I don't know the syntax for it in pgSQL.

You could create a stored procedure, if pgSQL supports those.

48

(5 replies, posted in Programming)

It's optional, so it'll run with or without any arguments.

That's an odd bug. Have you tried deleting cache_epf.php in the cache directory?

50

(13 replies, posted in General discussion)

There are more than 30 entries in the config table. Set the limit higher.