oroborus: life ever lasting. nature.
Intrafoundation Software

 

Adobe/Macromeda/Allaire ColdFusion Products

CFX_Execute (1.3) December 05 2004

Windows ColdFusion CFX [w/ C source code] Freeware
       views 829 downloads 476 (last June 26 2007)

A high-performance clone of CF4.5's CFEXECUTE function written in C++. Includes a VARIABLE parameter to output results directly to a cf variable.

See the CFX_Execute homepage for details.


view

TCPClient (3.1) November 24 2004

Windows COM [w/ C++ source code] Freeware
       views 1670 downloads 14117 (last June 26 2007)

A COM object usable by ColdFusion, ASP, PHP4, etc that allows you to talk to any TCP server including SMTP, POP3, FTP, HTTP, IMAP, telnet, etc.


view

UDPClient (2.1) November 24 2004

Windows COM [w/ C++ source code] Freeware
       views 993 downloads 2026 (last June 19 2007)

A COM object usable by ColdFusion, ASP, PHP4, etc that allows you to talk to any UDP server including multiplayer games such as Quake, Half-Life, Unreal, etc.


view

Network Discovery (1.0) November 23 2004

Windows COM [w/ C++ source code] Freeware
       views 393 downloads 49 (last June 28 2007)

A small COM for use with TCPClient and UDPClient that does network discovery (i.e., tells you what computers are "out there").

See the NetworkTopology homepage for details.


view

ImageGrapher (1.7) November 17 2004

Windows COM Freeware
       views 771 downloads 60 (last June 23 2007)

ImageGrapher is a straight-forward ATL COM object which provides basic graph line and icon drawing functions. It currently works with either GIF or TGA format graphic images. With it you can load a graphic image into memory (your "drawing canvas"), draw any number of lines optionally terminated by vector arrows/circles, as well as compositing icon images of any size onto your canvas before saving the image to a file.

The primary purpose of this software is for creating dynamic "maps" or graphs.


view

CFX_SystemInfo (1.0) March 05 2004

Windows ColdFusion CFX [w/ C source code] Freeware
       views 487 downloads 155 (last June 28 2007)

The CFX_SystemInfo tag returns basic information about the machine it's installed on (computer name, processor type, drive free space & type, etc).

Updated 2003 to add drive letters.

With complete c/c++ source code.

See the CFX_SystemInfo homepage for details.


view

CFX_ImageInfo (2.6) July 20 2003

Windows ColdFusion CFX [w/ C source code] Freeware
       views 881 downloads 756 (last June 19 2007)

This extension tag for Allaire ColdFusion, CFX_ImageInfo, has one simple purpose: It returns information such as width, height, colors, comments, compression type, dpi, frames, etc about graphic files. The file formats it handles include TGA, GIF*, JPG, PNG, BMP, PCX, TIFF, and PSD. Works with ColdFusion version 3.1 and up.

You can either ask it to return information about a single file or about all (known graphic) files in a specified folder. When using the folder option you can also specify a filter mask.


view

CFX_AudioInfo (0.4 Beta) April 16 2003

Windows ColdFusion CFX [w/ C source code] Freeware
       views 398 downloads 153 (last June 27 2007)

This Allaire ColdFusion extension tag, CFX_AudioInfo will scan either a single file or an entire folder, looking for audio files of mp3, wav, au and midi format.


view

CFX_ConsoleCommand (0.0) August 13 2002

Windows ColdFusion CFX [w/ C source code] Freeware
       views 375 downloads 43 (last June 25 2007)

The CFX_ConsoleCommand tag issues any command you could normally type at the console (DOS box). It optionally captures the output back as a variable.


view

CFX_ReadLine (1.0) January 25 2002

Windows ColdFusion CFX [w/ C source code] Freeware
       views 370 downloads 29 (last June 19 2007)

The CFX_ReadLine tag allows you to read a text file line by line instead of having to load the entire thing in at once via CFFILE.


view

CFX_HexBinaryR (0.0 Beta) January 26 2001

Windows ColdFusion CFX [w/ C++ source code] Freeware
       views 304 downloads 3 (last June 19 2007)

The CFX_HexBinaryR tag reads in any file and returns it's contents as a hexadecimal string.


view

CFX_TCPClient (1.2 Beta) December 03 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 381 downloads 27 (last June 19 2007)

This simple tag CFX_TCPClient allows you to talk to any internet server using TCP/IP such as: NNTP, POP3, SMTP, IRC, FTP, WHOIS, ECHO, RLOGIN, etc. You could for instance ask an internic WHOIS server to return information on a domain name or do a FINGER JOHNC@IDSOFTWARE.COM to read John Carmack's .plan file, or query a POP3 email server, or an NNTP news server, or an FTP server, or just about anything else.

Simple, but useful.


view

CFX_CountryOfIP (0.2) January 27 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 366 downloads 24 (last June 27 2007)

The CFX_CountryOfIP uses nslookup and nicname/whois functions to return the country of any ip presented to it, typically #CGI.REMOTE_ADDR#.


view

CFX_HexBinaryW (0.0) January 26 2000

Windows ColdFusion CFX [w/ C source code] Freeware
       views 286 downloads 3 (last June 19 2007)

The CFX_HexBinaryR tag tags a hexadecimal string and writes it out as a binary file.


view

CFX_FileAsHexadecimal (0.0) October 08 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 306 downloads 1 (last June 19 2007)

The CFX_FileAsHexadecimal tag reads in any file and returns it's content in hexadecimal format.


view

CFX_BinaryR (0.0) June 23 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 311 downloads 4 (last June 19 2007)

The CFX_BinaryR tag reads a binary file into a sql query. This allows you to parse binary files (such as GIF's, MIDI's, etc) yourself in CF.


view

CFX_BinaryW (0.0) June 22 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 301 downloads 6 (last June 19 2007)

The CFX_BinaryW tag writes out a numeric sql query as a binary file. This allows you to create binary files (such as GIF's, MIDI's, etc) yourself in CF.


view

CFX_SpawnLOutput (0.0) May 25 1999

Windows ColdFusion CFX Freeware
       views 344 downloads 1 (last June 19 2007)


view

CFX_NicName (0.0) May 21 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 343 downloads 26 (last June 27 2007)

The CFX_NicName (aka, CFX_WhoIs) tag retrieves domain name registry information from registry servers


view

CFX_NSLookup (0.1) May 19 1999

Windows ColdFusion CFX [w/ C source code] Freeware
       views 440 downloads 69 (last June 19 2007)

The CFX_NSLookup tag does a domain name lookup, resolving things like 204.146.17.5 into www.ibm.net, or getting the true name of aliased servers.


view


Note: Statistics such as views and downloads were pulled from previous versions of this website. Some items were tracked and some were not. This accounts for the fact that some older items seem to have never been downloaded (they were not being tracked) and downloads are higher than the number of times a product has been viewed (views were not counted until October 2005).
Dogs love Coldfusion.

Related External Links