Jump to content


Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  furrykef : (24 July 2015 - 11:25 AM)

Also I still have to figure out how to set up our e-mail accounts on the new host.

@  furrykef : (24 July 2015 - 08:19 AM)

As soon as I figure out how to restore it. Sorry, I know I said it'd be done by now, but I didn't expect to have to put up with this DNS crap and other issues that popped up.

@  Uncle Ben : (24 July 2015 - 07:56 AM)

So when's the black theme coming back??

@  Uncle Ben : (24 July 2015 - 07:56 AM)

"Should"

@  furrykef : (24 July 2015 - 07:27 AM)

That DNS took longer to propagate properly than I thought it would. *Now* we should be back for good, though.

@  furrykef : (23 July 2015 - 08:48 PM)

Or it might be because Bluehost *finally* got around to that server wipe (one week after we'd asked for it) and that wiped out our DNS settings. I'm not sure which and I don't really care. In any case, we've severed our last ties with Bluehost, so this will not happen again.

@  furrykef : (23 July 2015 - 08:08 PM)

Looks like Bluehost yanked our DNS since our hosting account expired. That's why the site went down a while ago. But as you can see, it's fixed now.

@  Misk : (23 July 2015 - 04:55 PM)

No, they do not.

@  furrykef : (23 July 2015 - 04:27 AM)

The goggles do nothing?

@  Misk : (22 July 2015 - 05:50 PM)

My eyes.

@  furrykef : (22 July 2015 - 12:24 PM)

Looks like forum uploads might have been broken since last night. That should be fixed now too.

@  furrykef : (22 July 2015 - 01:33 AM)

Heh, whoops! Server went down for a few mins when I borked the config. Looks like it's back up now.

@  Uncle Ben : (21 July 2015 - 09:09 PM)

It looked like a napkin

@  ILOVEVHS : (21 July 2015 - 09:04 PM)

Fan-fuckin-tastic.

@  furrykef : (21 July 2015 - 08:25 PM)

As for the beaver picture while the forum was down, I think Tim drew it. On a napkin.

@  furrykef : (21 July 2015 - 08:24 PM)

No kiddin' about that "Finally!", Shadow. I am *so mad* at Bluehost for never responding to our support ticket. I submitted it early Friday morning and they *still* haven't answered it!

@  Uncle Ben : (21 July 2015 - 06:37 PM)

Maybe he did that himself

@  Shadow : (21 July 2015 - 05:25 PM)

Say, who made the cute picture of Beaver Chief?

@  Shadow : (21 July 2015 - 05:24 PM)

Finally!

@  RedMenace : (21 July 2015 - 05:02 PM)

Woooo! The site's back up! Three cheers for Kef!


Progress.


  • Please log in to reply
3 replies to this topic

#1 Guest_RockyRaccoon_*

Guest_RockyRaccoon_*
  • GUESTS

Posted 08 April 2008 - 04:24 PM

As Time Marched on, many of the Materials that we had as 'Exclusive' Dispersed among the fandom, by agreement, or other such things. As it stands, even some of the 'Backgrounds' We had on the Site as "Exclusives' Appeared on the DVD as 'Extra Bonus Content'.

So, rather than have an 'Exclusives' Section of things that we have that are really not exclusive, I have decided to compile the 'Exclusive Section' into a 'Behind the Scenes!' Page. It has been moved out of the 'FUS Information' Section, and now Resides in the 'Information Section' as 'Behind The Scenes!'. All the Information is intact, and still there, it is in just one, easy to use page.

Also, the 'FUS Info' Section is now on the new format. Next: Fan Projects.

#2 Guest_Quexinos_*

Guest_Quexinos_*
  • GUESTS

Posted 08 April 2008 - 11:23 PM

Well at least now we won't have people signing up saying, "I can't get into the exclusive sections . I hit I agree and it doesn't work, fix it!"

and no fair, I've been trying to learn PHP for a while now but you can do what I want to do which is embed a page within another... where did you learn how to do that? Every PHP page I search tells me nothing about how to do this. Is it that hard or really advanced or something?

#3 Guest_RockyRaccoon_*

Guest_RockyRaccoon_*
  • GUESTS

Posted 09 April 2008 - 07:17 AM

QUOTE ("Quexinos":1iro4vau)
Well at least now we won't have people signing up saying, "I can't get into the exclusive sections . I hit I agree and it doesn't work, fix it!"

and no fair, I've been trying to learn PHP for a while now but you can do what I want to do which is embed a page within another... where did you learn how to do that? Every PHP page I search tells me nothing about how to do this. Is it that hard or really advanced or something?


It looks like this:

CODE
<?php include("header.php"); ?>


Were 'Header.php' is the name of the php to include. Remember, when going up in the directory tree, you need to make it relative, like, if we have the header file in the main index of the site, and we now have a page in say : /transcripts ... it'd look like this:

CODE
<?php include("../header.php"); ?>


and you'd just add a '../' for every tree upwards, like, a file we want to have the header in '/Transcripts/Listings' would look like:

CODE
<?php include("../../header.php"); ?>


Whatever you do DO NOT DO THIS:

CODE
<?php include("http://www.satamsonic.com/header.php"); ?>


This does not work and will throw up errors.

#4 Guest_Quexinos_*

Guest_Quexinos_*
  • GUESTS

Posted 09 April 2008 - 02:42 PM

Its' that simple?... well I have a whole huge template with tables and stuff but I'll give it a shot. Thanks.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users