Support for Software Packages '; //closes
'; //start content by initializing the inner content (gray) box $content = '
'; if ($user = verify_active_user("populate")) { //var_dump($user); $icon_path = "/info/users/".$user->icon; //if (!$user->membership){$user->membership="Basic membership";$user->renewal_date="N/A";} //get membership level and return software packages that match the users preferences //check to see if the visitor is the develop of any of the software packages, if so highlight and give them a link to the admin panel $content .= "

We're currently working with our developers on adding more integrated and paid support options for their packages.

In the meantime, please visit the installation and online support documents included in our software package listings!

"; } //otherwise clear session and show login form else { $content .= $body_login_form; } $content .= "
"; $_POST = array(); //echo $logged.$user1name.$user_id; $header = get_header(); $footer = get_footer(); //////////////////////////// //SCRIPT TO SHOW PASSWORD // //////////////////////////// $test_footer = <<