Off Topic A place for you car junkies to boldly post off topic...

Is SaturnFans.com down?

Old Mar 18, 2024 | 10:42 PM
  #11  
derf's Avatar
Super Moderator
Joined: Jul 2005
Posts: 12,315
From: Slightly off center
Default Contents of the top secret download.php

<?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.
 
Old Mar 19, 2024 | 02:35 PM
  #12  
cujoe_da_man's Avatar
Thread Starter
|
Junior Member
Joined: Mar 2024
Posts: 12
Default

Well sorry if I'm not some super IT web page builder, I'll get right on that and make sure I give all the factual details that no one would actually understand.
 
Old Mar 23, 2024 | 11:34 PM
  #13  
RedlineGuy's Avatar
Junior Member
Joined: Mar 2024
Posts: 1
Default Doesn't look good

This is the message I get the past week or so trying to logon
 
Old Mar 24, 2024 | 01:19 PM
  #14  
lanxer57's Avatar
Member
Joined: Jan 2024
Posts: 31
Default

I have been getting that one as well, maybe it changes the longer the site is down?
 
Old Mar 24, 2024 | 03:47 PM
  #15  
derf's Avatar
Super Moderator
Joined: Jul 2005
Posts: 12,315
From: Slightly off center
Default

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
 
Old Mar 25, 2024 | 08:50 AM
  #16  
Rubehayseed's Avatar
Senior Member
Joined: Jul 2011
Posts: 5,544
From: Anniston, AL
Default

Hopefully that means you're closing this thread, derf.
 
Old Mar 25, 2024 | 08:06 PM
  #17  
Tylerman's Avatar
Junior Member
Joined: Mar 2024
Posts: 3
From: Austin
Default

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.
 
Old Mar 25, 2024 | 09:13 PM
  #18  
derf's Avatar
Super Moderator
Joined: Jul 2005
Posts: 12,315
From: Slightly off center
Default

Negatory
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Jerryward58
New Member Area
2
Aug 26, 2015 07:28 AM
RjION
Off Topic
11
Jan 3, 2014 07:22 AM
IB Advertising
New Member Area
14
Oct 23, 2008 06:38 PM
SuperSaturn
New Member Area
1
May 10, 2008 12:06 PM


Thread Tools
Search this Thread

All times are GMT -5. The time now is 03:16 AM.