Saturn  Forum - Saturn Enthusiasts Forums

Saturn Forum - Saturn Enthusiasts Forums (https://www.saturnforum.com/forum/)
-   Off Topic (https://www.saturnforum.com/forum/off-topic-10/)
-   -   Is SaturnFans.com down? (https://www.saturnforum.com/forum/off-topic-10/saturnfans-com-down-12967/)

derf Mar 18, 2024 10:42 PM

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.

cujoe_da_man Mar 19, 2024 02:35 PM

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.

RedlineGuy Mar 23, 2024 11:34 PM

Doesn't look good
 
This is the message I get the past week or so trying to logon
https://cimg6.ibsrv.net/gimg/www.sat...2a7dad0c0b.png

lanxer57 Mar 24, 2024 01:19 PM

I have been getting that one as well, maybe it changes the longer the site is down?

derf Mar 24, 2024 03:47 PM

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

Rubehayseed Mar 25, 2024 08:50 AM

Hopefully that means you're closing this thread, derf.

Tylerman Mar 25, 2024 08:06 PM

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.

derf Mar 25, 2024 09:13 PM

Negatory


All times are GMT -5. The time now is 09:34 AM.


© 2026 MH Sub I, LLC dba Internet Brands