
WireCAD Download
Helpful Links:
WireCAD Reference Guide
Reference Guide
WireCAD Online Store
Store
WireCAD User Forum
Forums
WireCAD Support Center
Support Center
WireCAD Wiki
Wiki
children();
$url = $child[2];
$version = $child[0];
if($trial == true)
{
$words = "Thank you for downloading WireCAD v6. An email has been sent to $emailw containing information about your trial. Please check your spam filters and add WireCAD to your contact list.
";
}
else
{
$words = "Thank you for downloading WireCAD v6. No email will be sent, you should have recieved a product key when you purchased the software.
";
}
}elseif($dl == "916")
{
$url = "../downloads/51/wc511713wm.zip";
$version = "";
if($trial == true)
{
$words = "Thank you for downloading WireCAD v5.1. A trial key has been sent to $emailw. Please check your spam filters and add WireCAD to your contact list.
";
}
else
{
$words = "Thank you for downloading WireCAD v5.1. No email will be sent, you should have recieved a product key when you purchased the software.
";
}
}
elseif($dl == "917")
{
$url = "../downloads/51/wc511713full.zip";
$version = "";
if($trial == true)
{
$words = "Thank you for downloading WireCAD v5.1. A trial key has been sent to $emailw. Please check your spam filters and add WireCAD to your contact list.
";
}
else
{
$words = "Thank you for downloading WireCAD v5.1. No email will be sent, you should have recieved a product key when you purchased the software.
";
}
}
elseif($dl == "255")
{
$product = "WireCAD v5";
$url = "../downloads/50/wc501646single.zip";
$version = "";
$words = "Thank you for downloading WireCADv5. WireCAD version 5.0 is a legacy download, this assumes you already have a key for the product. To evaluate the latest version of WireCAD, download version 7.
";
}
elseif($dl == "13")
{
$con = mysql_connect ("localhost", $dbr_user, $dbr_pass) or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ($dbr_db);
$query = mysql_query("SELECT * FROM tbl_current_version WHERE product_id = 'WireCAD5'");
$array = mysql_fetch_array($query);
$url = $array['product_update_url'];
$version = $array['product_current_version'];
$product = 'WireCAD v5 Hotfix' . $version;
$words = "Thank you for downloading WireCADv5 hotfix. With WireCAD installed, run the file to patch to the latest version. No e-mail has been sent";
}
elseif($dl == "115")
{
$con = mysql_connect ("localhost", $dbr_user, $dbr_pass) or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ($dbr_db);
$query = mysql_query("SELECT * FROM tbl_current_version WHERE product_id = 'WireCAD5.1'");
$array = mysql_fetch_array($query);
$url = $array['product_update_url'];
$version = $array['product_current_version'];
$product = 'WireCAD v5.1 Hotfix ';
$words = "Thank you for downloading WireCADv5 hotfix. With WireCAD installed, run the file to patch to the latest version. No e-mail has been sent";
}
elseif($dl == "151")
{
$xml = simplexml_load_file("../downloads/pv/pv_update_info.xml");
$child = $xml->children();
$url = $child[2];
$product = "Patch Verx";
$words = "Thank you for downloading Patch Verx. An e-mail has been sent to $emailw. Please check your spam filters and add a refrence to wirecad@wirecad.com in your address book.
";
}
elseif($dl == "40")
{
$xml = simplexml_load_file("../downloads/dd/update_info_dd.xml");
$child = $xml->children();
$url = $child[2];
$version = $child[0];
$product = "DWG Diff Tool";
$words = "Thank you for downloading DWG Diff.
This will install on both 32 and 64 bit machines.
";
}
elseif($dl == "12")
{
$url = "http://www.wirecad.com/downloads/viewer/wcviewer1004.zip";
$product = "WireCAD Viewer";
$words = "Thank you for downloading WireCAD Viewer. An e-mail has been sent to $emailw, containing setup information. Please check your spam filters and add a refrence to wirecad@wirecad.com in your address book.
";
}
elseif($dl == "129")
{
$xml = simplexml_load_file("../downloads/lt/update_info_test.xml");
$child = $xml->children();
$url = $child[2];
$product = "WireCAD Librarian";
$words = "Thank you for downloading WireCAD Librarian.
";
}
elseif($dl == "130")
{
$xml = simplexml_load_file("../downloads/70/wc7_update_info.xml");
$child = $xml->children();
$url = $child[2];
$produr = "WireCAD v7";
if($trial == true)
{
$words = "Thank you for downloading WireCAD v7. An email has been sent to $emailw containing information about your trial. Please check your spam filters and add WireCAD to your contact list.
";
}
else
{
$words = "Thank you for downloading WireCAD v7. No email will be sent, you should have recieved a product key when you purchased the software.
";
}
}
else
{
header ('Location: downloads.htm');
}
if($trial != "true")
{
$trial = "false";
}
include ('dlemailNEW.php');
?>