|
Forum upgraded |
|
(13:58 15/6/2002) [mentat] (13:58 15/6/2002) alpha (01:14 23/4/2002) rich (13:58 15/6/2002) john (13:58 15/6/2002) [mentat] (13:58 15/6/2002) alpha (13:58 15/6/2002) [mentat] (14:38 23/4/2002) Phlamethrower (13:58 15/6/2002) AndrewDuffell (13:58 15/6/2002) alpha (21:14 23/4/2002) john (13:58 15/6/2002) alpha (00:29 24/4/2002) john (09:06 24/4/2002) Matthew (13:58 15/6/2002) alpha (23:56 24/4/2002) john (15:46 25/4/2002) AndrewDuffell (08:02 28/4/2002) rich (13:58 15/6/2002) RevinKevin (14:57 28/4/2002) AndrewDuffell (13:58 15/6/2002) alpha (15:47 28/4/2002) ToiletDuck (13:58 15/6/2002) alpha (16:42 28/4/2002) AndrewDuffell (13:58 15/6/2002) rich (13:58 15/6/2002) alpha (13:58 15/6/2002) monkeyson (13:58 15/6/2002) mavhc (13:58 15/6/2002)
|
|
alpha |
Message #6124, posted at 01:14, 23/4/2002, in reply to message #6123 |
Unregistered user
|
Yeah I fixed that one before I posted the above, otherwise you wouldn't be able to read this... |
|
[ Log in to reply ] |
|
I don't have tourettes you're just a cun |
Message #6129, posted by [mentat] at 14:38, 23/4/2002, in reply to message #6128 |
Fear is the mind-killer
Posts: 6266
|
Maybe. Ooooh, a frog! |
|
[ Log in to reply ] |
|
alpha |
Message #6132, posted at 21:14, 23/4/2002, in reply to message #6131 |
Unregistered user
|
Hmm actually that may be caused by the change to the cookie domain thing. Try logging out and logging back in, and see if it keeps happening after that. |
|
[ Log in to reply ] |
|
alpha |
Message #6134, posted at 00:29, 24/4/2002, in reply to message #6133 |
Unregistered user
|
Argh! Ok, according to RFC 2109, "explicitly specified domain must always start with a dot", which suggests that my original method of setting '.iconbar.com' was correct. However that contradicts what Matthew said the other day, and I imagine he knows more about this than me. And if that was the correct way, how do you set a cookie to work on iconbar.com and www.iconbar.com but not the subdomains? I'll leave it how it is for the moment (hopefully Matthew can come along and enlighten me!) - if you're having problems try removing the 'www' out of the site URL. |
|
[ Log in to reply ] |
|
john |
Message #6135, posted at 09:06, 24/4/2002, in reply to message #6134 |
Unregistered user
|
Yes, .iconbar.com was correct, to get it sent to *.iconbar.com (but not *.*.iconbar.com) To get it sent to www.iconbar.com you have to put that in as the cookie. Since iconbar.com and www.iconbar.com are completely different for the purposes of cookies, you have to set them both separately. I don't reckon people should use domains without server names, as it's dodgy because things like this happen. Just make any iconbar.com auto redirect to the corresponding www.iconbar.com. The same should happen for the subdomains, either that or they should be server aliases. It's just a bit inconsistent, and then problems occur. If you keep everyone else "one level down" with a www on everything then you can keep control over all of your cookies. Oh, and removing the www. didn't have much effect here :/ HTH |
|
[ Log in to reply ] |
|
alpha |
Message #6137, posted at 23:56, 24/4/2002, in reply to message #6136 |
Unregistered user
|
And now I can't remember why I didn't just do that in the first place?! |
|
[ Log in to reply ] |
|
john |
Message #6138, posted at 15:46, 25/4/2002, in reply to message #6137 |
Unregistered user
|
Well it's still wrong: Set-Cookie: cookieusername=john; expires=Mon, 28-Oct-02 15:44:12 GMT; path=/; domain=iconbar.com Set-Cookie: cookiepassword=*****; expires=Mon, 28-Oct-02 15:44:12 GMT; path=/; domain=iconbar.com Set-Cookie: cookieoldlastvisit=1019581593; expires=Mon, 28-Oct-02 15:44:12 GMT; path=/; domain=iconbar.comfrom www.iconbar.com
[Edited by tfountain at 17:05, 25/4/2002. Edited out password :)] |
|
[ Log in to reply ] |
|
AndrewDuffell |
Message #6139, posted at 08:02, 28/4/2002, in reply to message #6138 |
Unregistered user
|
Why not set 2 seperate cookies, ine for www.iconbar.com, and one for iconbar.com? |
|
[ Log in to reply ] |
|
RevinKevin |
Message #6142, posted at 14:57, 28/4/2002, in reply to message #6140 |
Unregistered user
|
I am having the same problem with Oregano. Least I'm not the only one. |
|
[ Log in to reply ] |
|
alpha |
Message #6144, posted at 15:47, 28/4/2002, in reply to message #6143 |
Unregistered user
|
Ok hopefully I've sorted this now by removing the cookie domain completely. You'll need to remove all your old cookies using this script, and then log back in again. The only side affect of this is that if you login at www.iconbar.com the cookies won't appear if you go to iconbar.com (and vice versa). But I imagine most people use one or the other so this shouldn't be much of a problem. |
|
[ Log in to reply ] |
|
alpha |
Message #6146, posted at 16:42, 28/4/2002, in reply to message #6145 |
Unregistered user
|
It might be an idea to clear your cookies anyway, but on the other hand if it ain't broke... |
|
[ Log in to reply ] |
|
mavhc |
Message #6141, posted at 13:58, 15/6/2002, in reply to message #6140 |
Unregistered user
|
Well, I now can't log in with Oregano...? I'm having to lower myself to using Fresco to write this <spit> Oh no, it heard me, the font on the text area has f***** up now Fresco's text areas always seem messed up here. |
|
[ Log in to reply ] |
|
Matthew |
Message #6136, posted at 13:58, 15/6/2002, in reply to message #6134 |
Unregistered user
|
Telnet doesn't seem to work on these English computers (don't ask ), so I can't see what change you've made to the cookies; I'll check this evening. What domain are they currently setting?Ok, according to RFC 2109, "explicitly specified domain must always start with a dot", which suggests that my original method of setting '.iconbar.com' was correct. That's correct, if you want the cookie to be sent to any sites ending in '.iconbar.com' - ie not to iconbar.com itself (though IE does do this, which is probably why the problem was never noticed), but to every other subdomain. And iconbar.co.uk wouldn't work either. However that contradicts what Matthew said the other day, and I imagine he knows more about this than me. Don't know what gives you that idea... And if that was the correct way, how do you set a cookie to work on iconbar.com and www.iconbar.com but not the subdomains? You can't with just one cookie, as far as I can tell. I think the only way to solve this problem is to not explicitly set a domain at all (you can skip its setting in PHP's setcookie), and let the cookie be set only for the domain currently being viewed. That would let iconbar.co.uk work as well. ATB, Matthew |
|
[ Log in to reply ] |
|
AndrewDuffell |
Message #6143, posted at 13:58, 15/6/2002, in reply to message #6142 |
Unregistered user
|
I am logged in fine with Oregano, Just all the posts are marked as "Unread" |
|
[ Log in to reply ] |
|
Mark Quint |
Message #6145, posted by ToiletDuck at 13:58, 15/6/2002, in reply to message #6144 |
Quack Quack
Posts: 1016
|
just to check, if we're not having any cookie problems, then we *dont* need to do anything, correct? |
|
[ Log in to reply ] |
|
AndrewDuffell |
Message #6147, posted at 13:58, 15/6/2002, in reply to message #6146 |
Unregistered user
|
Yay! Everything Works again |
|
[ Log in to reply ] |
|
rich |
Message #6148, posted at 13:58, 15/6/2002, in reply to message #6144 |
Unregistered user
|
Ooh, we have an announcement thingy on the forums! I didn't know we had that! |
|
[ Log in to reply ] |
|
alpha |
Message #6149, posted at 13:58, 15/6/2002, in reply to message #6148 |
Unregistered user
|
Yeah that's been there for ages, I just never got round to writing a frontend for it . |
|
[ Log in to reply ] |
|
monkeyson |
Message #6150, posted at 13:58, 15/6/2002, in reply to message #6149 |
Unregistered user
|
And nothing to announce? |
|
[ Log in to reply ] |
|
rich |
Message #6140, posted at 13:58, 15/6/2002, in reply to message #6137 |
Unregistered user
|
Well, I now can't log in with Oregano...? I'm having to lower myself to using Fresco to write this <spit> Oh no, it heard me, the font on the text area has f***** up now |
|
[ Log in to reply ] |
|
alpha |
Message #6122, posted at 13:58, 15/6/2002 |
Unregistered user
|
Only bugfixes:- Fixed bug in viewforum.php3 where the last page link was being missed off on large threads
- Made Rich's avatar kludge work for usernames with spaces
- The user profile page no longer makes user's website into clickable links unless they contain 'http://'
- Changed the domain used when setting cookies
- Page links at the bottom of viewthread.php3 are now truncated if the thread stretches to more than 6 pages.
I haven't really tested any of this so let me know if I've b0rked anything in the process . |
|
[ Log in to reply ] |
|
john |
Message #6133, posted at 13:58, 15/6/2002, in reply to message #6132 |
Unregistered user
|
OK, now I can't even log in, it just doesn't set the cookie! I'm stuck out, and if this post works it'll be becuase of putting it in on the post... page. It says "you have logged in" but then it doesn't. Perhaps the cookie should be "www.iconbar.com" not "iconbar.com" ? Who knows Maybe someone should read the rfc? Apart from that, nice. |
|
[ Log in to reply ] |
|
AndrewDuffell |
Message #6131, posted at 13:58, 15/6/2002, in reply to message #6128 |
Unregistered user
|
Neither of those things should happen as I haven't changed any of that code. Clearly you're hallucinating . No, It is happening to me too. |
|
[ Log in to reply ] |
|
Phlamethrower |
Message #6130, posted at 13:58, 15/6/2002, in reply to message #6129 |
Unregistered user
|
Any chance of upgrading the Coder's Cauldron forums? We're still on V0.21 |
|
[ Log in to reply ] |
|
alpha |
Message #6128, posted at 13:58, 15/6/2002, in reply to message #6127 |
Unregistered user
|
Neither of those things should happen as I haven't changed any of that code. Clearly you're hallucinating . |
|
[ Log in to reply ] |
|
I don't have tourettes you're just a cun |
Message #6127, posted by [mentat] at 13:58, 15/6/2002, in reply to message #6126 |
Fear is the mind-killer
Posts: 6266
|
All the message I've read yesterday are still unread Nice one fixing the long threads last page bug Yeah, that happened too. And a couple of posts I made around 00:00 didn't appear |
|
[ Log in to reply ] |
|
john |
Message #6126, posted at 13:58, 15/6/2002, in reply to message #6125 |
Unregistered user
|
All the message I've read yesterday are still unread Nice one fixing the long threads last page bug |
|
[ Log in to reply ] |
|
rich |
Message #6125, posted at 13:58, 15/6/2002, in reply to message #6122 |
Unregistered user
|
Made Rich's avatar kludge work for usernames with spaces Yeah, I kept meaning to do this - bloody Doc!
The user profile page no longer makes user's website into clickable links unless they contain 'http://' Cool. Less error report emails for us then! |
|
[ Log in to reply ] |
|
I don't have tourettes you're just a cun |
Message #6123, posted by [mentat] at 13:58, 15/6/2002, in reply to message #6122 |
Fear is the mind-killer
Posts: 6266
|
Fatal error: Call to undefined function: url_encode() in /usr/home/virtual/www.iconbar.com/webpages/alpha-board/viewthread.php3 on line 169
Eeek!
|
|
[ Log in to reply ] |
|
|