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.
951 2008-02-14 11:21
Re: CSRF in common.php question... (19 replies, posted in PunBB 1.3 troubleshooting)
952 2008-02-14 11:16
Re: CSRF in common.php question... (19 replies, posted in PunBB 1.3 troubleshooting)
You mean editing the games themselves? If you can't do that, you're pretty much stuck.
953 2008-02-14 11:01
Re: CSRF in common.php question... (19 replies, posted in PunBB 1.3 troubleshooting)
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 2008-02-13 23:59
Re: [Extension release] Gallery (37 replies, posted in PunBB 1.3 extensions)
You need to remove your cached extension hooks file
955 2008-02-13 19:28
Re: Checkbox for Select All (7 replies, posted in PunBB 1.3 troubleshooting)
I second what Paul said
956 2008-02-13 18:28
Re: message alert (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications, since private messaging is not a core feature
957 2008-02-13 11:51
Re: Adding to pun_url (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 2008-02-13 11:33
Re: Adding to pun_url (6 replies, posted in PunBB 1.3 troubleshooting)
I really don't understand what you're trying to get at
No, including 10 files should not have any significant speed impact. And the lines aren't "duplicated," they're different for each extension.
959 2008-02-13 11:04
Re: Adding to pun_url (6 replies, posted in PunBB 1.3 troubleshooting)
What's not ideal about it?
960 2008-02-13 11:01
Re: Timezone (20 replies, posted in PunBB 1.3 troubleshooting)
http://en.wikipedia.org/wiki/List_of_time_zones
Did you mean 8:45?
961 2008-02-13 02:36
Re: Checkbox for Select All (7 replies, posted in PunBB 1.3 troubleshooting)
http://punbb.org/forums/viewtopic.php?id=4600
Oh, so long ago
We probably should consider adding some Javascript to toggle all checkboxes for a given form and then adding appropriate links to do so.
962 2008-02-13 02:12
Re: Feature or Extension: Mass unsubscribing from Your Subscriptions page (10 replies, posted in PunBB 1.3 troubleshooting)
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.
963 2008-02-13 01:41
Re: Feature or Extension: Mass unsubscribing from Your Subscriptions page (10 replies, posted in PunBB 1.3 troubleshooting)
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
964 2008-02-13 01:31
Re: Feature or Extension: Mass unsubscribing from Your Subscriptions page (10 replies, posted in PunBB 1.3 troubleshooting)
Adding it where?
965 2008-02-13 01:19
Re: Feature or Extension: Mass unsubscribing from Your Subscriptions page (10 replies, posted in PunBB 1.3 troubleshooting)
Except that there's really no place where you view the subscriptions that it would make sense to do this.
966 2008-02-12 23:50
Re: Timezone (20 replies, posted in PunBB 1.3 troubleshooting)
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
And PunBB doesn't have it either.
967 2008-02-12 22:11
Re: INFO: Bad HTTP_REFERER (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).
968 2008-02-12 22:09
Re: Admin area in the RSS feed [Solved (by myself)] (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to Modifications, since rss.php is not core PunBB code.
969 2008-02-12 16:27
Re: Cannot find body tag (1 replies, posted in PunBB 1.2 troubleshooting)
include/template/main.tpl
970 2008-02-12 16:16
Re: Rewrite (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.
971 2008-02-12 16:13
Re: Additional menu items and subfolders (2 replies, posted in PunBB 1.3 troubleshooting)
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.
972 2008-02-12 16:11
Re: How to get back deleted post from back-up? (10 replies, posted in General discussion)
973 2008-02-12 15:13
Re: How to get back deleted post from back-up? (10 replies, posted in General discussion)
Then downloading the forums folder simply downloads the code for PunBB, not the database data.
974 2008-02-12 14:28
Re: How to get back deleted post from back-up? (10 replies, posted in General discussion)
What database system are you using? You need to tell me that first.
975 2008-02-12 14:18
Re: How to get back deleted post from back-up? (10 replies, posted in General discussion)
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.