libraryDirectory.'settings.php'); include($bootstrap->libraryDirectory.'proclib.php'); /***********************************************************/ // head.php: /***********************************************************/ ?> $pageHdg\n"; /***********************************************************/ echo "\n"; echo "\n"; if ($narrowScreen){ echo "
\n"; } $errMsg = ''; $tempUser = ''; $tempPwd = ''; // get input from Login if this program called from there: if (isset($HTTP_POST_VARS['UsrID'])){ // echo "

posted vars set

"; $tempUser = $HTTP_POST_VARS['UsrID']; $tempPwd = $HTTP_POST_VARS['UsrPwd']; $targetPage = $HTTP_POST_VARS['targetPage']; } // echo "

1 USER: $gUser temp: $tempUser target: $targetPage

"; if ( strlen($tempUser)> 0){ $x = checkUser($tempUser, $tempPwd, 1); // print_r($x); $gUser = $x[2]; // echo "

GUSER: $gUser

"; if ( strlen($gUser)== 0){ $errMsg = "
".$x[1]."   "; // $errMsg = "
Incorrect user name or password. You are NOT logged in. ($tempUser)   "; if ( strlen($targetPage) > 0 and ! ereg('nccsTools', $targetPage)){ $errMsg .= "
Click here to return to the previous page.
"; } $errMsg .= "Click here to try again.

\n"; } else { @session_write_close(); require_once($bootstrap->includePath.'/main.inc.php'); require_once($bootstrap->includePath.'class.session.php'); require_once($bootstrap->includePath.'class.user.php'); $user=new UserSession($gUser); @$_SESSION['dwUser']=array(); //clear. @$_SESSION['dwUser']['userID']=$gUser; @$user->refreshSession(); //set the hash. @session_write_close(); if ( strlen($targetPage) > 0 and ! ereg('nccsTools', $targetPage)){ echo "\n \n"; } } } $admin = checkUserAccessRights($gUser, 'ADMIN', 0); $eonUser = checkUserAccessRights($gUser, 'EON', 0); $userMgt = checkUserAccessRights($gUser, 'USERMGT', 0); $smallBanner = 1; /***********************************************************/ // from Dana: ?>
National Center for Charitable Statistics
0){ $gUserOk = 1; } } if (! isset($thisApp)){ $thisApp = ''; } // echo "
\n"; echo "
\n"; echo "
"; if ($gUserOk == 1){ echo "$gUser - LOGOUT\n" ; echo "
"; } else { if($currentFile != "login.php"){ echo "LOGIN\n"; } } echo ""; echo "

NCCS Web ToolsNCCS Web Tools

\n"; echo "
\n"; // end of head2. /***********************************************************/ if (strlen($errMsg)>0){ echo $errMsg; } ?>

Overview

NCCS Nonprofit Overview - Start here.

Summary Tables

Top 10 Lists ... by expenses, assets, or type

Largest & Sample of Orgs, by IRS Subsection

All) ?>

Table Wizards - Customize standard tables


Geographic Focus

Geo Search

\n"; ?>

State Tables

Largest Public Charities by State

NCCS County Browser - List foundations & other organizations.

Community Inventory (Under development)

\n"; } echo "
"; ?>

Learn More

NCCS KnowledgeBase

NCCS FAQs

NCCS Wiki

Learning Modules

Data Dictionaries

NCCS KnowledgeBase (editable)

\n"; echo "

NCCS INTRANET Wiki (2007)

\n"; } ?>
 

Categorizing and Classifying Organizations

NTEE Purpose/Activity Codes

Public Charities

Private Foundations

Other Exempt Organizations - 501(c)(4), (5)s & more

Program-Level Classification

 

Search for Specific Organizations

Search Active Organizations

Search Active and Inactive Organizations - NCCS Master List

Search Form 990 Images

Search Active Organizations NOT registered with IRS

"; } else { echo "

 

\n"; } if ( $admin or $eonUser ){ // compensate for Cmty Inventory Line on Geo section: echo "
"; } ?>

 

(Registration required)  
Advanced Tools

Data Web: Version 1 echo "

NCCS Data Web (new version 2!)

\n"; ?>

Freehand Report Writer - SQL knowledge required

Largest & Sample of Organizations, with Custom Filters

Custom List Management

EON Advanced NTEE Classification Tool

\n"; if ($admin == 1){ echo "

Advanced Classification Menu

\n"; echo "

NCCS Reports - epostcard, data requests, etc.

\n"; echo "

List MySql Tables - \n"; echo "List Forms & Tables

\n"; } if ($userMgt == 1){ echo "

Manage Users OR User Groups

\n"; } ?>



\n"; include($bootstrap->libraryDirectory.'footer.php'); ?>