Brendan’s Test Login Page

Online Product Center

Product Registration and Activation

Register and Activate your StorageQuest products to qualify for Technical Support and
free product updates.

Distribution Orders

Listings and details for all of your Distribution Orders.

“; } ?>

Knowledge Base

A searchable library of expanded documentation, tips, and troubleshooting information
for our family of products.

Technical Support

Create or review Support Tickets. Our Support Team will help you through any problems
you might encounter with our products.

Software Updates and Downloads

If you have a current support contract for your StorageQuest products, you can download
the Latest Software here.

Free Trials for StorageQuest Software

Download and run the latest full version of REFLECTOR for a 14 day trial. You can
also find other free StorageQuest software on this page

Account Preferences

Change your password, contact settings, and mailing preferences

 

Logout

Return to StorageQuest.com

 

 

 

 

 

 

 

 

 

 

 

 

 


The e-mail address field was left blank. Please enter the address corresponding to your account

n”;
}
if ($_POST[‘password’] == “”)
{
$errormsg .= “

  • The password field was left blank.
  • n”;
    }

    // if all input validated okay
    if ($errormsg == “”)
    {
    // check DB for correct username/pwd
    mysql_select_db($database_connectName, $connectName);

    $sel = sprintf(“SELECT `user_id`, `email`, `md5password`, `flag_active` FROM `users` WHERE `email`=’%s’ AND `md5password`=’%s'”,
    mysql_real_escape_string($_POST[‘username’]),
    mysql_real_escape_string(md5($_POST[‘password’])) );

    $qr = mysql_query($sel, $connectName)
    or die(“Could not query customer table.”);

    if (mysql_num_rows($qr) == 1)
    {
    $row = mysql_fetch_assoc($qr);

    // check active/inactive flag
    if ($row[‘flag_active’] == 1)
    {

    //declare session variables and assign them
    $_SESSION[‘MM_Username’] = $row[’email’];
    $_SESSION[‘user_email’] = $row[’email’];
    $_SESSION[‘user_id’] = $row[‘user_id’];

    // log (if it’s not us)
    if ($_SERVER[‘REMOTE_ADDR’] != “208.97.108.98”)
    iLogEvent(“/magma/users/u60/storageq/public_html/Admin/logs/logins.csv”, $_SESSION[‘user_email’], “Login Success”);

    // redirect
    if (isset($_SESSION[‘PrevUrl’]))
    header(“Location: ” . $_SESSION[‘PrevUrl’]);
    else
    header(“Location: index.php”);
    }
    else
    {
    $errormsg .= “

  • This account has been disabled. Please contact [email protected] if you have any further questions.
  • n”;
    }
    }
    else
    {
    $errormsg .= “

  • Your username or password does not match our records. If you have forgotten your password, please click here to have a new one sent to you.
  • n”;
    }
    }
    }

    /* ********************************************************************************************* */
    /* NO-POST Section */

    else
    {
    // set some defaults
    $errormsg = “”;

    $_POST = array(
    ‘username’ => “”,
    ‘password’ => “”,
    );
    }

    ?>

    Welcome to the StorageQuest Customer Login

     

    To take advantage of software updates, product registration, technical support
    and on-line ordering for our REFLECTOR and MSM products, including free
    evaluations of REFLECTOR, you will need to have a StorageQuest account.

    The following errors occured while processing your login:

     

    Email Address