DBPanacea site uses CF
DBpanacea, a product that claims superiority to ColdFusion, is actually using ColdFusion on its backend. This can be seen by looking at the source code for the page:
http://www.prti.net/registration/reg.htm.
Look for the form tag and you'll see that they're calling a page with an extension of .cfm. This is a ColdFusion extension.
<form method="post" action="/registration/preg_main.cfm" name="preg_Main">