Is SaturnFans.com down?
<?php ini_set('display_errors','off');
// $Id: index.php 425 2007-01-13 14:28:56Z elmuerte $
/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*/
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$return = menu_execute_active_handler();
// Menu status constants are integers; page content is a string.
if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:
drupal_not_found();
break;
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
case MENU_SITE_OFFLINE:
drupal_site_offline();
break;
}
}
elseif (isset($return)) {
// Print any value (including an empty string) except NULL or undefined:
print theme('page', $return);
}
drupal_page_footer();
-------
a php script
Man, was that anticlimactic.
// $Id: index.php 425 2007-01-13 14:28:56Z elmuerte $
/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*/
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$return = menu_execute_active_handler();
// Menu status constants are integers; page content is a string.
if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:
drupal_not_found();
break;
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
case MENU_SITE_OFFLINE:
drupal_site_offline();
break;
}
}
elseif (isset($return)) {
// Print any value (including an empty string) except NULL or undefined:
print theme('page', $return);
}
drupal_page_footer();
-------
a php script
Man, was that anticlimactic.
Maybe the site is gone, maybe it isn't.
Maybe we'll find out in about a month. Someone purchased the web domain for the site, supposedly, in the first week of March. I can't think of too many other things someone would want to post or shall I say host at that domain name that is not Saturn related.
We can only hope that whoever bought it has not trashed the backups or intends to put it back online but does not want to pay hosting fees until it is reconfigured. There's a lot of traffic that goes to that site and I'm sure it gets expensive.
One thing we can do is accept the reality that the site is gone at least for now. Speculating about it doesn't get us anywhere. It either comes back or it doesn't. End of discussion
Maybe we'll find out in about a month. Someone purchased the web domain for the site, supposedly, in the first week of March. I can't think of too many other things someone would want to post or shall I say host at that domain name that is not Saturn related.
We can only hope that whoever bought it has not trashed the backups or intends to put it back online but does not want to pay hosting fees until it is reconfigured. There's a lot of traffic that goes to that site and I'm sure it gets expensive.
One thing we can do is accept the reality that the site is gone at least for now. Speculating about it doesn't get us anywhere. It either comes back or it doesn't. End of discussion
By chance does the person who managed that domain also manage DifferentRacing.com? Cause their site went down around the same time and they had a number of well written how-to’s on track-prepping Saturns for auto cross.
Thread
Thread Starter
Forum
Replies
Last Post



