Car Tune Ups News:





   Copyright © 2005 Wellingborough England directory | | The Initial Developer of the Original Code is Ruslan R. Fazliev. | | Portions created by Ruslan R. Fazliev are Copyright (C) 2001-2002 | | Ruslan R. Fazliev. All Rights Reserved. | +-----------------------------------------------------------------------------+ \*****************************************************************************/ # # $Id: cc_blue.php,v 1.3 2002/12/10 08:57:10 sdg Exp $ # set_time_limit(100); # # Based on cc_plugnpaycom.php # $pp_merch = $module_params["param01"]; $pp_auth = $module_params["param02"]; $pp_test = $module_params["param03"]; if(!file_exists("./blue.pl")) { header("Location: ../customer/error_message.php?error_ccprocessor_notfound"); exit; } # # Execute perl script # exec ("./blue.pl -ccnum=".$userinfo["card_number"]." -ccexpdate=".$userinfo["card_expire"]." -ccamount=".$cart["total_cost"]." -ccvv2=".$userinfo["card_cvv2"]." -bname1=\"".addslashes($userinfo["firstname"])."\" -bname2=\"".addslashes($userinfo["lastname"])."\" -baddr=\"".addslashes($userinfo["b_address"])."\" -bcity=\"".$userinfo["b_city"].", ".$userinfo["b_country"]."\" -bzip=".$userinfo["b_zipcode"]." -bstate=\"".$userinfo["b_state"]."\" -login=$pp_merch -type=$pp_auth -test=$pp_test -phone=".$userinfo["phone"]." -email=".$userinfo["email"]." -referer=\"https://".$xcart_http_host.$xcart_web_dir."\" -order=\"".func_get_urlencoded_orderids($secure_oid);."\" 2>&1", $bill_output); list($bill_errorcode,$bill_message) = explode(",",$bill_output[0],2); if ($bill_errorcode == 2) $bill_error="error_ccprocessor_error"; elseif ($bill_errorcode != 1) $bill_error="error_ccprocessor_unavailable"; $bill_message="

Reason:".$bill_message."


"; ?>