Posted this yesterday, but somehow I posted it to the wrong thread.

It's much easier to go with your own decryption than it is to pay them
for theirs. Try something like: (of course you'll have to download
cfdecrypt.exe, but it's out there with a simple Google)

<cfdirectory action="list" recurse="Yes" name="mydir"
directory="c:\fergusonhouse\lesdon\investabiz" filter="*.cf*">

<cfloop query="mydir">
        <cfexecute name="c:\fergusonhouse\cfdecrypt.exe"
arguments="#directory#\#name#
#replacenocase(directory,'\lesdon\','\lesdondecrypted\')#\#name#" />
        <cfoutput>
                "#directory#\#name# |||
#replacenocase(directory,'\appdir\','\appdecrypted\')#\#name#"<br>
        </cfoutput>
</cfloop>


****************
Ken Ferguson
214.636.6126
****************


-----Original Message-----
From: Snake [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 26, 2006 4:52 PM
To: CF-Talk
Subject: RE: decrypt an old tag

http://www.novabean.com/ 

-----Original Message-----
From: Howard Owens [mailto:[EMAIL PROTECTED]
Sent: 27 July 2006 04:40
To: CF-Talk
Subject: decrypt an old tag

I have an old custom tag I bought and paid for years and years ago and
still need . 

 

Apparently, after moving it to an upgraded server (4.0 to MX), it no
longer works.

 

Apparently, the company that sold it to me is now out of business.  I
don't think the tag is supported or sold.

 

It's FuseAds.

 

The only thing I can really think to do is decrypt the tag.  I remember
there used to be a utility floating around out there to do it, but I
can't find it.

 

H.

 









~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247856
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to