forked from james/femboyfinancial.jp
FemboyWatchdog info
This commit is contained in:
parent
127e8c68f9
commit
11bb03eddd
@ -46,9 +46,29 @@
|
|||||||
</cfcatch>
|
</cfcatch>
|
||||||
</cftry>
|
</cftry>
|
||||||
|
|
||||||
|
<div style="float: left;width:200px;">
|
||||||
<h6>FemBanking Desktop Application</h6>
|
<h6>FemBanking Desktop Application</h6>
|
||||||
<p>Requires Windows XP or newer.</p>
|
<p>Requires Windows XP or newer.</p>
|
||||||
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyBanking.exe">Download (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>
|
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyBanking.exe">Download (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<cfset filename = expandpath("FemboyInstaller.msi")>
|
||||||
|
<cftry>
|
||||||
|
<cffile file = "#filename#" action = "read" variable = "content">
|
||||||
|
<cfset sizeKb = Round(Len(content) / 1000)>
|
||||||
|
<cfcatch type="any">
|
||||||
|
<cfoutput>
|
||||||
|
<p>#cfcatch.message#</p>
|
||||||
|
<p>#cfcatch.detail#</p>
|
||||||
|
</cfoutput>
|
||||||
|
</cfcatch>
|
||||||
|
</cftry>
|
||||||
|
|
||||||
|
<div style="margin-left:240px;width:240px;">
|
||||||
|
<h6>FemboyWatchdog</h6>
|
||||||
|
<p>Requires Windows XP or newer.</p>
|
||||||
|
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyInstaller.msi">Download V0.4.1 (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Binary file not shown.
@ -12,8 +12,15 @@
|
|||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td valign="top" width="50%">
|
<td valign="top" width="50%">
|
||||||
|
<!--
|
||||||
<h4>Fem-Pay UnionPay bankcard</h4>
|
<h4>Fem-Pay UnionPay bankcard</h4>
|
||||||
<span>Whether you have a line of credit or a checking account, take joy in the day-to-day convenience of our UnionPay bankcard. Use for withdraws and deposits at our branchs and ABMs as well as all over the world fee free at any PoS that accepts VISA cards.</span>
|
<span>Whether you have a line of credit or a checking account, take joy in the day-to-day convenience of our UnionPay bankcard. Use for withdraws and deposits at our branchs and ABMs as well as all over the world fee free at any PoS that accepts VISA cards.</span>
|
||||||
|
-->
|
||||||
|
<h4>FemboyWatchdog</h4>
|
||||||
|
<span>
|
||||||
|
The ultimate corporate surveillance mechanism! Featuring live webcam monitoring, meeting alarms, geolocation tracking, automatic timekeeping, patented AntiSlacker™ technology, and more.<br>
|
||||||
|
<a href="/Downloads">Download</a>
|
||||||
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user