I have absolutely no idea. But I don't see why you can't pass the game the proper CSRF token via the URL and then have it use that when POSTing.

You mean editing the games themselves? If you can't do that, you're pretty much stuck.

You can't get around the CSRF check. You need to implement it.
Of course, the confirm screen should allow people to still use the form.

954

(37 replies, posted in PunBB 1.3 extensions)

You need to remove your cached extension hooks file wink

955

(7 replies, posted in PunBB 1.3 troubleshooting)

I second what Paul said

Moved to Modifications, since private messaging is not a core feature

957

(6 replies, posted in PunBB 1.3 troubleshooting)

Keep in mind, of course, that you should be appending to the array (or changing values in it), not replacing the entire thing with your own version.

958

(6 replies, posted in PunBB 1.3 troubleshooting)

I really don't understand what you're trying to get at wink
No, including 10 files should not have any significant speed impact. And the lines aren't "duplicated," they're different for each extension.

959

(6 replies, posted in PunBB 1.3 troubleshooting)

What's not ideal about it?

960

(20 replies, posted in PunBB 1.3 troubleshooting)

http://en.wikipedia.org/wiki/List_of_time_zones
Did you mean 8:45? wink

961

(7 replies, posted in PunBB 1.3 troubleshooting)

http://punbb.org/forums/viewtopic.php?id=4600
Oh, so long ago tongue
We probably should consider adding some Javascript to toggle all checkboxes for a given form and then adding appropriate links to do so.

Matt: I thought about that, but it feels completely unnatural to me. The way to do it (IMO) really is the checkboxes, but they're not a feature we're likely to add to the core for reasons of complexity mentioned above.

And that's why it's best suited for an extension: search.php is for searching, not for mass-unsubscribing from topics. All that would do is complicate the code in search.php more wink

Adding it where?

Except that there's really no place where you view the subscriptions that it would make sense to do this.

966

(20 replies, posted in PunBB 1.3 troubleshooting)

Rickard wrote:
Smartys wrote:

Incomplete? You mean an incomplete list of places?

Yes. It lacks some of the more exotic timezones (e.g. +08:30 etc).

8:30? Windows doesn't even have that hmm
And PunBB doesn't have it either.

967

(180 replies, posted in PunBB 1.2 troubleshooting)

Really, you should choose one domain and redirect all the others to that domain. Otherwise, you have duplicate content issues with the search engines (and you'll have issues with people accessing the site via multiple URLs and wondering why their sessions don't magically transfer).

Moved to Modifications, since rss.php is not core PunBB code.

969

(1 replies, posted in PunBB 1.2 troubleshooting)

include/template/main.tpl

970

(20 replies, posted in PunBB 1.3 troubleshooting)

Not the same thing: search.html is a rewrite rule in and of itself. There is no equivalent for viewforum.php, all the rewrite rules need the forum ID.

It's your responsibility to make URLs work properly, not PunBB's.
A. I believe your solution kills non-relative URLs
B. You would also need to fix anything else that could potentially have a relative URL in it: src, embedded stylesheet stuff, etc.

http://www.google.com/search?q=backup+phpmyadmin

Then downloading the forums folder simply downloads the code for PunBB, not the database data.

What database system are you using? You need to tell me that first.

That doesn't answer my question. Copying the forum folder doesn't back up the database, unless you are using an SQLite database stored within the folder.