Jump to content
Brian Enos's Forums... Maku mozo!

ICORE Classifiers


Recommended Posts

Hey All,

 

I was trying to look up my expired membership to see if I have any classifiers on record.  It keeps giving me errors.  Is the website broken or is it because my membership is not yet current?

 

Thanks

 

 

Link to comment
Share on other sites

Not sure about if the site is down or not, but if you are not current on your dues it usually won't show your classifiers until your dues are up to date. I don't believe that they ever go away, you just can't see them till you are current.

Link to comment
Share on other sites

This is what is see no matter what I enter:

 

ICORE    
  0)) $graceflag = 1; //within the grace period if ($gracedays <= 0) $expiredflag = 1; //totally expired list($year, $month, $day) = split("-", $row_Recordset1['Expiration']); // get the expiration date for printing // check expired flags or grace flags or neither if (($expiredflag == 0) and ($graceflag == 0)) //member still current { echo ""; } if ($expiredflag == 1) { echo ""; } if ($graceflag == 1) { echo ""; } } else //here to write Life instead of status { echo ""; echo ""; } ?>

To view all classifier scores, click on ICORE Number
For privacy last names are limited to 3 characters.

ICORE Num Last Name First Name Status Expiration Classic Ltd Ltd 6 Opn
      Current "; echo date('d M Y', mktime(0, 0, 0, $month,$day,$year)); echo " Expired "; echo date('d M Y', mktime(0, 0, 0, $month,$day,$year)); echo " Grace "; echo date('d M Y', mktime(0, 0, 0, $month,$day,$year)); echo " Life   U';} else {echo $row_Recordset1['ClcClass'];} ?> U';} else {echo $row_Recordset1['LtdClass'];} ?> U';} else {echo $row_Recordset1['L6Class'];} ?> U';} else {echo $row_Recordset1['OpnClass'];} ?>

 

 

This page was last modified on 17 March 18

 

 

 

This page was last modified on 17 March 18

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...