3 $monLibrary= dirname(__FILE__) .
"/../library";
4 require_once(
"$monLibrary/cu_top.i");
5 require_once(
"$monLibrary/ck_hticket.i");
7 if (!CheckPerm($link, $Hu, basename($_SERVER[
'SCRIPT_NAME']), $_SERVER[
'REMOTE_ADDR'])) {
10 header(
"Location: /hcuadm/hcu_noperm.prg");
14 $dms_ok=array(
'viewtext'=>
'string');
16 if (!isset($chome)) { $chome =
"";}
18 echo
"<LINK REL=stylesheet HREF='/~" . $chome .
"/monitor/css/mindex.css' 21 echo
"<LINK REL=stylesheet HREF='/monitor/css/monitor.css' 25 if (!isset($viewtext)) { $viewtext =
"";}
26 $viewtext=stripslashes($viewtext);
27 $today = date(
"m/d/Y H:i:s");
28 $yesterday = date(
"m/d/Y H:i:s");
33 <table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH='95%'> 34 <tr><td class='matthin' colspan=3><spacer type=block height=1 width=1></td></tr> 35 <tr><td class='matthin'><spacer type=block height=1 width=1></td><td> 36 <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=1 WIDTH='100%'> 37 <tr><td CLASS='dtll'><DIV CLASS='smtext'>Last Login: $Fplog</DIV></td> 38 <td CLASS='dtlr'><DIV CLASS='smtext'>Failed Login: $Fflog</DIV></td></tr>";
39 print
"<tr><td CLASS='dtlc' colspan=2> 40 <DIV CLASS='smtext'>Current email is nobody@homecu.net</DIV></td></tr> 41 <tr><td CLASS='dtlc' colspan=2> 42 <DIV CLASS='smtext'>Account Status as of $today</DIV></td></tr>";
44 #<iframe src='https://abcfcu.deeptarget.com/trgtframe.aspx?Method=M&DTA=$Cn' width='468' height='60' frameborder='0' scrolling='no' hspace='0' vspace='0' marginwidth='0' marginheight='0'></iframe> 46 print
"<tr><td CLASS='dtlc' colspan=2> $viewtext </td></tr>";
48 print
"</table></td><td CLASS='matthin'><spacer type=block height=1 width=1></td></tr><tr><td colspan=3 CLASS='matthin'><spacer type=block height=1 width=1></td></tr></table>";