Lee Lundy ExperianExperian NCACExperian NCACExperian NCACAnn Sterling ( or ACTING VP/AGC) 701 Experian ParkwayPO Box 9701PO Box 2002PO Box 4500475 Anton Blvd Allen, TX 75013Allen, TX. 75013Allen ,TX 75013Allen, TX 75013Costa Mesa, CA 92626 '; */ $credit_bureau_name_address = '
ExperianExperianExperianExperianExperian
P.O. Box 1200P.O. Box 2002P.O. Box 4000P.O. Box 4500P.O. Box 9701
Allen, TX 75013Allen, TX 75013Allen, TX 75013Allen, TX 75013Allen,TX 75013
'; } else if($report_file_name == "2"){ $report_name_prefix = "Equifax Confirmation"; $credit_bureau_name_address = '
Katherine DunnEquifax Information ServicesEquifax Information Services
Assistant General CounselPO BOX 740241PO BOX 740256
Equifax LLCAtlanta, GA 30374Atlanta, GA 30374
1550 Peachtree St
NE Atlanta, GA 30309
'; } else if($report_file_name == "3"){ $report_name_prefix = "TransUnion File"; /* $credit_bureau_name_address = '
Gary S. FriedlanderTransUnionTransUnion
Vice President & Division General Counsel for TransUnion LLC,PO Box 1000PO Box 2000
Office of the General Counsel/td>Chester, PAChester, PA
Transunion Corp.19022-100019016-2000
555 W. Adams Street
Chicago IL 60661
'; */ $credit_bureau_name_address = '
TRANSUNIONTRANSUNIONTRANSUNION
PO Box 2000PO Box 1000PO Box 2000
CHESTER, PA 19016-2000CHESTER, PA 19022-1000CHESTER, PA 19022-2000
'; } else if($report_file_name == "0"){ $report_name_prefix = ""; $credit_bureau_name_address = '
'.nl2br($_POST["credit_bureau_name_address"]).'
'; } //Optional Creditors and Dates // the unique pdf filename which will be saved on server $file_name = mt_rand(0, 1000).time().'_'.$pdf_name; if(isset($experian_report)){ //get html content from pre defined format $today = date("d M, Y"); $html = file_get_contents($html_format_name); //__SOCIAL_SECURITY_NUMBER__ //__BIRTH_DATE__ // if(empty($_POST["clientId"])){ $varList = array( '__EXPERIAN_REPORT__', '__FIRST_NAME__','__LAST_NAME__','__STREET_NO__','__STREET_NAME__', '__CITY__','__STATE__','__TODAY__','__credit_bureau_name_address__' ); $valueList = array( $experian_report, $first_name,$last_name,$street_no,$street_name, $city,$state,$today,$credit_bureau_name_address); for($i=1;$i<= 5;$i++){ if(isset($_FILES["image".$i]["name"]) && !empty($_FILES["image".$i]["name"])){ $imagefilename[$i] = mt_rand(0, 1000).time().'_'.$_FILES["image".$i]["name"]; upload_media($imagefilename[$i],$_POST['image'.$i]); $deletionArray[] = $imagefilename[$i]; $varList[] = "__image".$i."__"; $valueList[] = $imagefilename[$i]; $start = "__STARTM".$i."__"; $end = "__ENDM".$i."__"; $html = str_replace(array($start,$end),array("",""),$html); // $serialLineHTML = $serialLineHTML.$fileNameArray[$i-1]."
"; } else { $from = strpos($html, "__STARTM".$i."__"); $to = strpos($html, "__ENDM".$i."__"); $html = str_replace(substr($html,$from,($to-$from)+8+strlen($i)),"",$html); } } } require("../common_image_file.php"); //include '../common_image_file.php'; for($i=1;$i<= 20;$i++){ if(isset($_POST["creditor".$i]) && !empty($_POST["creditor".$i])){ $creditor[$i] = $_POST["creditor".$i]; $varList[] = "__creditor".$i."__"; $valueList[] = nl2br($creditor[$i]); $start = "__START".$i."__"; $end = "__END".$i."__"; $html = str_replace(array($start,$end),array("",""),$html); } else { $from = strpos($html, "__START".$i."__"); $to = strpos($html, "__END".$i."__"); $html = str_replace(substr($html,$from,($to-$from)+7+strlen($i)),"",$html); } } for($i=1;$i<=4;$i++){ if(isset($_POST["report".$i]) && !empty($_POST["report".$i])){ $report[$i] = $_POST["report".$i]; $varList[] = "__report".$i."__"; $valueList[] = nl2br($report[$i]); $start = "__STARTR".$i."__"; $end = "__ENDR".$i."__"; $html = str_replace(array($start,$end),array("",""),$html); } else { $from = strpos($html, "__STARTR".$i."__"); $to = strpos($html, "__ENDR".$i."__"); $html = str_replace(substr($html,$from,($to-$from)+8+strlen($i)),"",$html); } } require("../common_file.php"); } else { $url = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']."RTG-V1S8-General-Attack-to-BUREAUS-Untrue-or-Inaccurate-or-incomplete-Information.html"; header("Location:".$url); } ?>