Anya: We should drop a piano on her. It always works for that creepy cartoon rabbit when he's running from that nice man with the speech impediment. Giles: Yes, or perhaps we could paint a convincing fake tunnel on the side of a mountain.

'Touched'


Buffistas Building a Better Board  

Do you have problems, concerns or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.

To-do list


§ ita § - Apr 29, 2005 2:30:22 pm PDT #9840 of 10000
Well not canonically, no, but this is transformative fiction.

I'd rather monkey with code than the webserver, since I feel it leaves us more portable.

Either way, I just need to focus.


Eddie - Apr 29, 2005 2:44:07 pm PDT #9841 of 10000
Your tag here.

This should do the trick more-or-less:

<?php
if ( strtolower($SERVER['HTTP_HOST']) != "www.buffistas.org" ) {
   header ('Location: h  t t p://www.buffistas.org'.$_SERVER['REQUEST_URI']);
   exit();
}
?>

(naturally, put the h t t p in without spaces, fighting the auto-linkage here)


bon bon - Apr 29, 2005 3:08:03 pm PDT #9842 of 10000
It's five thousand for kissing, ten thousand for snuggling... End of list.

Are you thinking of fixing the whole thing where 'http://buffistas.org puts you in guest mode? Because I like that.


lori - Apr 29, 2005 3:17:50 pm PDT #9843 of 10000

me too.


Eddie - Apr 29, 2005 3:25:11 pm PDT #9844 of 10000
Your tag here.

Actually, this is easier:

To make the cookie available on all subdomains of example.com then you'd set it to '.example.com'. The . is not required but makes it compatible with more browsers. Setting it to www.example.com will make the cookie only available in the www subdomain. Refer to tail matching in the spec for details.

[link]


§ ita § - Apr 29, 2005 3:56:20 pm PDT #9845 of 10000
Well not canonically, no, but this is transformative fiction.

Thanks, Eddie. It's not so much the implementations as the implications I want to focus on.


Eddie - Apr 29, 2005 3:59:52 pm PDT #9846 of 10000
Your tag here.

Gotcha. Wouldn't want the Buffistas-bot to get dismembered.


Deena - Apr 30, 2005 10:21:06 am PDT #9847 of 10000
How are you me? You need to stop that. Only I can be me. ~Kara

I'm using the most recent edition of Firefox. For the last two days, whenever I go to post, the progress bar on the right goes through, the left says "Done", and the posting box is still sitting there with my words in it. However, if I click back to the main page, the thread says 1 new message. When I go to read that 1 new, I find that it's my post. It's happened in every thread I've posted in.


Lee - Apr 30, 2005 10:55:51 am PDT #9848 of 10000
The feeling you get when your brain finally lets your heart get in its pants.

ita mentioned the wayback machine in the B'cracy thread. Very cool, but I can't get to any of the actual threads. I get the error message below.

Robots.txt Retrieval Exclusion.

We're sorry, access to .http://www.buffistas.org/showthread.php?thread_id=51&post_id=1 &PHPSESSID=aa86a0a2939c6131db5b26bdfac1a747 has been blocked by the site owner via robots.txt. Read more about robots.txt See the site's robots.txt file. Try another request or click here to search for all pages on buffistas.org/showthread.php?thread_id=51&post_id=1 &PHPSESSID=aa86a0a2939c6131db5b26bdfac1a747 See the FAQs for more info and help, or contact us.


Eddie - Apr 30, 2005 11:15:43 am PDT #9849 of 10000
Your tag here.

If you take a look at B.org's robots.txt file, you'll see it instructs webcrawlers (from search engines like google.com, and in this case the waybackmachine) to not index the showthread.php file. Showthread is what displays the posts here. I presume the reason for this is to stay under the radar and to conserve bandwidth, otherwise everyone who googled Buffy porn would be hitting this site.