2 $monLibrary= dirname(__FILE__) .
"/../library";
3 require_once(
"$monLibrary/cu_top.i");
4 require_once(
"$monLibrary/ck_hticket.i");
6 if (!CheckPerm($link, $Hu, basename($_SERVER[
'SCRIPT_NAME']), $_SERVER[
'REMOTE_ADDR'])) {
9 header(
"Location: /hcuadm/hcu_noperm.prg");
13 $dms_ok=array(
'user_name'=>
'string',
'action'=>
'string',
'formal_name'=>
'string',
'submitLogo'=>
'string',
'mktFName'=>
'string',
'mktLName'=>
'string',
'mktTitle'=>
'string',
'mktOrg'=>
'string',
'mktWorkPhone'=>
'string',
'mktFax'=>
'string',
'mktEmail'=>
'string');
17 cu_header(
"Enroll MS Money");
20 $sql =
"SELECT name, addr1, addr2, city, state, zip, 21 main_email, main_phone, home_page_url, www_server 23 WHERE user_name = '" . $user_name .
"'";
25 $sql_rs = db_query($sql, $link);
26 $count = db_num_rows($sql_rs);
29 <body>Credit Union $user_name not found! Please Try Again.</body></html>
33 list($name, $addr1, $addr2, $city, $state, $zip,
34 $main_email, $main_phone, $home_page_url, $www_server) = db_fetch_array($sql_rs,0);
35 #$server = ($www_server == 'int3' ? 'www3' : $www_server); 36 $server = ($www_server ==
'int4' ?
'www4' : $www_server);
38 # Need to set the following: 39 # $formal_name (Full, spelled-out formal name of cu) 40 # $submitLogo (True / False will cu submit logo images) 41 # $mktFName (Marketing Contact info) 49 $cubody =
"Information concerning your financial institution has been <BR> 50 submitted to Microsoft to enroll as a Money Partner.<BR><BR> 51 To complete the enrollment process you must submit a Money Marketing <BR> 52 Agreement form to Microsoft. You can find the form at the Microsoft <BR> 53 Money Partner site http://www.microsoft.com/money/ppa/form/Initial.asp <BR> 54 under step 2. <BR><BR> 55 The form asks for some technical details concerning our download program.<BR> 56 Please refer to the following items to complete the agreement form: <BR> 57 - Our HomeCU product offers 1-way Active Statement OFX downloads<BR> 58 - The service provider is Database Management Services, Inc<BR> 59 - We are certified to support Money version 2001 and higher<BR> 60 - Our OFX download supports Banking<BR><BR> 61 If you choose to submit branding logo images, those files <BR> 62 must also be submitted before the enrollment is complete. Information <BR> 63 about the logo files and required formats is also available at the site <BR> 64 specified above. DMS can provide assistance building logo files.<BR><BR> 65 Please review the information below and contact DMS if changes are needed. 68 $body =
"Application Complete For $formal_name<BR> 70 The following information is ready to be submitted to the MSN Money Financial Institution Team:<BR> 72 FIName = $formal_name<BR> 73 OtherNames = $name<BR> 80 FIURL = $home_page_url<BR> 81 CustServURL = $home_page_url<BR> 82 CustServEmail = $main_email<BR> 83 CustServPhone = $main_phone<BR> 84 SvcOffered = Active<BR> 85 MoneySupport = 2001<BR> 89 ActiveSolutionType = Database Management Services<BR> 90 ActiveSolutionTypeOther = <BR> 92 BankURL = https://${server}.homecu.net/~${user_name}/mindex.html<BR> 98 OFXSolutionType = <BR> 99 OFXSolutionTypeOther = <BR> 102 SvcIsBankStatements = False<BR> 103 SvcIsBillPay = False<BR> 105 SvcIsInvestments = False<BR> 110 PwdAlphaOK = False<BR> 111 PwdNumericOK = False<BR> 112 PwdSpacesOK = False<BR> 113 PwdSpecialOK = False<BR> 114 OFXURL = https://<BR> 116 GenMailSyncSupp = Not Specified<BR> 118 WillSubmitLogo = $submitLogo<BR> 123 TechOrg = Database Management Services, Inc<BR> 124 TechWorkPhone = 208 384 1311<BR> 125 TechFax = 208 345 4085<BR> 126 TechEmail = miki@homecu.net<BR> 128 MktFName = $mktFName<BR> 129 MktLName = $mktLName<BR> 130 MktTitle = $mktTitle<BR> 132 MktWorkPhone = $mktWorkPhone<BR> 134 MktEmail = $mktEmail<BR> 139 If you notice any inaccuracies, please send mail to moneyfi@microsoft.com.";
140 print
"<body>${cubody}${body} <BR>\n";
143 <script language=
"javascript">
144 <!-- Start Hiding Javascript from older browser
148 var to =
"moneyfi@microsoft.com";
149 var cc =
"miki@homecu.net";
150 var subject =
"Application";
152 var doc =
"mailto:" + to
154 +
"&subject=" + escape(subject);
156 window.location = doc;
160 var to =
"$mktEmail";
161 var cc =
"miki@homecu.net";
162 var subject =
"Application Next Step";
165 var doc =
"mailto:" + to
167 +
"&subject=" + escape(subject);
169 window.location = doc;
173 <form><input type=
'button' onclick=
'TellMS();' value=
' MS '>
174 <input type=
'button' onclick=
'TellCU();' value=
' CU '></form>
182 <TR><TD
class=
'bar' colspan=2>Microsoft Money Partner Enrollment</TD></TR>
183 <TR><TD
class=
'hdrr'>Credit Union</TD>
184 <TD
class=
'dtll'><INPUT type=
"text" name=
"user_name" size=
"20" maxlength=
"12"></TD></TR>
185 <TR><TD
class=
'hdrr'> Formal Credit Union Name</TD>
186 <TD
class=
'dtll'><INPUT type=
"text" name=
"formal_name" size=
"60" maxlength=
"100"></TD></TR>
187 <TR><TD
class=
'hdrr'>Will Credit Union submit a logo?</TD>
189 <INPUT type=
"radio" name=
"submitLogo" value=
"True">Yes
190 <INPUT type=
"radio" name=
"submitLogo" value=
"False">No
192 <TR><TD COLSPAN=2
class=
'bar'>Marketing Contact</TD></TR>
194 <TD
class=
'hdrr'>First Name</TD>
195 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktFName" size=
"60" maxlength=
"100"></TD>
198 <TD
class=
'hdrr'>Last Name</TD>
199 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktLName" size=
"60" maxlength=
"100"></TD>
202 <TD
class=
'hdrr'>Title</TD>
203 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktTitle" size=
"50" maxlength=
"50"></TD>
205 <TD
class=
'hdrr'>Organization</TD>
206 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktOrg" size=
"60" maxlength=
"100"></TD>
209 <TD
class=
'hdrr'>Work Phone</TD>
210 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktWorkPhone" size=
"20" maxlength=
"20"></TD>
213 <TD
class=
'hdrr'>FAX</TD>
214 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktFax" size=
"20" maxlength=
"20"></TD>
217 <TD
class=
'hdrr'>E-mail</TD>
218 <TD
class=
'dtll'><INPUT type=
"text" name=
"mktEmail" size=
"60" maxlength=
"100"></TD>
221 <TD COLSPAN=2
class=
'bar' align=
'center'><INPUT type=
"submit" name=
"action" value=
" Post "></TD>