It doesn't
PunRes just has the cookie for www.punres.org, not .punres.org
That link is punres.org, so you're not logged in
6,251 2006-02-01 15:23
Re: HOWTO: Add more smilies (55 replies, posted in Feature requests)
6,252 2006-02-01 11:22
Re: Banned user cannot log out (6 replies, posted in PunBB 1.2 troubleshooting)
Move them to a new user group that only has permissions to read rather than banning?
6,253 2006-02-01 01:26
Re: Search Page Error: cannot redeclare stripslashes_array() (9 replies, posted in PunBB 1.2 troubleshooting)
Same question to you: did you mod anything?
6,254 2006-01-31 23:26
Re: Easy Custom Smilies v0.5 (18 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Not to mention your plugin is missing the GPL bit from it, and it isn't even the plugin for your mod
6,255 2006-01-31 17:26
Re: Users accessing multiple forums. Problem...Need help. (4 replies, posted in PunBB 1.2 troubleshooting)
Having it work both ways (by using the same cookie name and users table) would be easiest
6,256 2006-01-30 13:39
Re: Sound Tag (4 replies, posted in Feature requests)
Well, it's not under control if you can put arbitrary things inside it
6,257 2006-01-30 11:41
Re: hmm..junior administrator mod 80% done. Help? (4 replies, posted in PunBB 1.2 troubleshooting)
Well, assuming you edit common.php to reflect this
update prefixusers set group_id = group_id + 1 where group_id > 1 and group_id < 5
change prefix to the DB prefix thing
6,258 2006-01-30 02:31
Re: HTTP 406 Error on upgrading accounts to Moderator / Administrator (21 replies, posted in PunBB 1.2 troubleshooting)
It's a seralized array of usernames stored in the moderator column of the forums table
6,259 2006-01-29 18:42
Re: Selling MODs.. im i allowed to? (12 replies, posted in Programming)
Yes you have, I've said it to you several times there
Yes, you can sell it. You can charge as much or as little as you want for it. However, you must give the full source code of it to everyone who buys it, and anyone who buys it is allowed to redistribute it for as much or as little as they want.
Here's an example:
I make a mod. I sell it for $40 a copy. I sell a copy. The person I sold it to turns around and sets up a site selling it for $30 (or just gives it away). THAT is what can happen
6,260 2006-01-29 11:49
Re: HTTP 406 Error on upgrading accounts to Moderator / Administrator (21 replies, posted in PunBB 1.2 troubleshooting)
The table is the forums table and it requires a bit more work than just a simple status change
But yeah, the problem is on your hosts' end
6,261 2006-01-29 03:22
Re: HTTP 406 Error on upgrading accounts to Moderator / Administrator (21 replies, posted in PunBB 1.2 troubleshooting)
Have you talked to your host about mod_security?
6,262 2006-01-28 17:36
Re: can I defrent color admin and members (6 replies, posted in PunBB 1.2 troubleshooting)
I would only be worried if it was 1.3
The MDK was updated to reflect the fact that most mods will work across the major versions (so, something made for 1.2.1 will probably work for 1.2.10), although not all the mods use the new MDK.
Of course, as it warns, it might not work: you should of course back up all your files before installing a mod in any case, since things can go wrong even when it was made for your version
6,263 2006-01-26 14:07
Re: .... Considering migrating to Vanilla :( (10 replies, posted in PunBB 1.2 discussion)
Hmm, the fact that punBB doesn't show whether or not a topic has been read alone has turned away a few of our most common posters
It does, it just doesn't mark it as read once it's read
http://www.punres.org/viewtopic.php?id=321
That mod solves that issue though
6,264 2006-01-26 14:06
Re: User ban bug (9 replies, posted in PunBB 1.2 troubleshooting)
To do so I had to kill all cookies on my comp
No, even if you're using IE you can go in and find the cookie (and Firefox comes with the ability to browse/delete built in, I think)
6,265 2006-01-26 03:23
Re: Please Add Support For Absolute URLs (14 replies, posted in Feature requests)
Ah, my bad
6,266 2006-01-26 02:50
Re: Please Add Support For Absolute URLs (14 replies, posted in Feature requests)
That's one more reason why it needs to be included in the coding package itself.
No, the fact that it hurts integration is a reason why it shouldn't
6,267 2006-01-25 22:42
Re: share topic between two forums (several entry points to same topic) (5 replies, posted in PunBB 1.2 discussion)
No, it doesn't exist (other than as a "Moved" thing, which is really a topic in one forum with a topic that redirects to it in another forum)
You can check out how it's done and possibly modify it so as to have 2 different modes: Moved and a "shared" type thing like you want
6,268 2006-01-25 18:19
Re: Big gray "blob" (2 replies, posted in PunBB 1.2 troubleshooting)
I'd check out the places where the stylesheet colors are set to #CDCDCD (since that's what that color is)
6,269 2006-01-25 11:49
Re: Getting error creating a 2nd catagory (5 replies, posted in PunBB 1.2 troubleshooting)
It sounds like for some reason the category id isn't set auto_increment: did you by chance try and install a mod?
6,270 2006-01-25 11:48
Re: adding banners to the bottom of the forum (2 replies, posted in PunBB 1.2 troubleshooting)
Put the stuff in main.tpl
6,271 2006-01-25 11:47
Re: Please Add Support For Absolute URLs (14 replies, posted in Feature requests)
(if nothing else it may help to get PunBB higher in the search engines resulting in making it even more popular)
PunBB is already very high in the search engines: just check out how many pages are indexed on this forum alone
And absolute URLs have the disadvantage that if you, say, change the folder it's in, all the stuff dies
Or if you have 2 URLs it's possible to access it from
6,272 2006-01-24 17:48
Re: register_globals (3 replies, posted in PunBB 1.2 discussion)
PunBB emulates register_globals being off when it's on
Very few recently written scripts should require register_globals
6,273 2006-01-24 00:38
Re: Userlist Access 1.0 (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
err, is_guest returns true/false
Your code would work, since you're not using ===, but why not just stick with if ($pun_user['is_guest']) and if (!$pun_user['is_guest'])
6,274 2006-01-22 23:18
Re: Absolute paths break cookies (6 replies, posted in PunBB 1.2 troubleshooting)
http://us2.php.net/manual/en/function.include.php
Take a look at "Example 16-7. include() through HTTP"
There isn't a way around that
6,275 2006-01-22 17:03
Re: What version am I using? (1 replies, posted in PunBB 1.2 troubleshooting)
Admin Index