forked from james/femboyfinancial.jp
FemboyWatchdog info
This commit is contained in:
parent
127e8c68f9
commit
11bb03eddd
@ -46,10 +46,30 @@
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
<h6>FemBanking Desktop Application</h6>
|
||||
<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>
|
||||
<div style="float: left;width:200px;">
|
||||
<h6>FemBanking Desktop Application</h6>
|
||||
<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>
|
||||
</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>
|
||||
|
||||
<cfset filename = expandpath("FemboyCliquere.exe")>
|
||||
|
Binary file not shown.
@ -12,9 +12,16 @@
|
||||
</span>
|
||||
</td>
|
||||
<td valign="top" width="50%">
|
||||
<!--
|
||||
<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>
|
||||
</td>
|
||||
-->
|
||||
<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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" width="50%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user