success == true) { if (isset($_POST['referrer'])) { $referrer = mysql_real_escape_string(stripslashes($_POST['referrer'])); } // START PERSONAL CONTACT INFO if (isset($_POST['pfirst'])) { $pfirst = mysql_real_escape_string(stripslashes($_POST['pfirst'])); } if (isset($_POST['pmiddle'])) { $pmiddle = mysql_real_escape_string(stripslashes($_POST['pmiddle'])); } if (isset($_POST['plast'])) { $plast = mysql_real_escape_string(stripslashes($_POST['plast'])); } if (isset($_POST['paddress'])) { $paddress = mysql_real_escape_string(stripslashes($_POST['paddress'])); } if (isset($_POST['pcity'])) { $pcity = mysql_real_escape_string(stripslashes($_POST['pcity'])); } if (isset($_POST['pstate'])) { $pstate = mysql_real_escape_string(stripslashes($_POST['pstate'])); } if (isset($_POST['pzip'])) { $pzip = mysql_real_escape_string(stripslashes($_POST['pzip'])); } if (isset($_POST['pcounty'])) { $pcounty = mysql_real_escape_string(stripslashes($_POST['pcounty'])); } if (isset($_POST['pnation'])) { $pnation = mysql_real_escape_string(stripslashes($_POST['pnation'])); } if (isset($_POST['ptelephone'])) { $ptelephone = mysql_real_escape_string(stripslashes($_POST['ptelephone'])); } if (isset($_POST['pfax'])) { $pfax = mysql_real_escape_string(stripslashes($_POST['pfax'])); } if (isset($_POST['pcell'])) { $pcell = mysql_real_escape_string(stripslashes($_POST['pcell'])); } if (isset($_POST['eaddress'])) { $eaddress = filter_var($_POST['eaddress'], FILTER_SANITIZE_EMAIL); if (filter_var($eaddress, FILTER_VALIDATE_EMAIL)) { $eaddress = mysql_real_escape_string(stripslashes($eaddress)); } else $eaddress = 0; } // END PERSONAL CONTACT INFO // BUSINESS ADDRESS if ($_POST['addresscheck'] == 1) { $businessaddress = $paddress; $businesscity = $pcity; $businessstate = $pstate; $businesszip = $pzip; $businesscounty = $pcounty; $businessnation = $pnation; $addresscheck = "Yes"; } else { $businessaddress = mysql_real_escape_string(stripslashes($_POST['businessaddress'])); $businesscity = mysql_real_escape_string(stripslashes($_POST['businesscity'])); $businessstate = mysql_real_escape_string(stripslashes($_POST['businessstate'])); $businesszip = mysql_real_escape_string(stripslashes($_POST['businesszip'])); $businesscounty = mysql_real_escape_string(stripslashes($_POST['businesscounty'])); $businessnation = mysql_real_escape_string(stripslashes($_POST['businessnation'])); $addresscheck = ""; } // END BUSINESS ADDRESS // START OWNERSHIP // OFFICERS if (isset($_POST['pre'])) { $pre = mysql_real_escape_string(stripslashes($_POST['pre'])); } if (isset($_POST['tre'])) { $tre = mysql_real_escape_string(stripslashes($_POST['tre'])); } if (isset($_POST['vp'])) { $vp = mysql_real_escape_string(stripslashes($_POST['vp'])); } if (isset($_POST['sec'])) { $sec = mysql_real_escape_string(stripslashes($_POST['sec'])); } // DIRECTORS if (isset($_POST['dir1'])) { $dir1 = mysql_real_escape_string(stripslashes($_POST['dir1'])); $dir2 = mysql_real_escape_string(stripslashes($_POST['dir2'])); $dir3 = mysql_real_escape_string(stripslashes($_POST['dir3'])); $dir4 = mysql_real_escape_string(stripslashes($_POST['dir4'])); $dir5 = mysql_real_escape_string(stripslashes($_POST['dir5'])); $dir6 = mysql_real_escape_string(stripslashes($_POST['dir6'])); } // SHAREHOLDERS if (isset($_POST['sh1']) || isset($_POST['dir1'])) { $sh1 = mysql_real_escape_string(stripslashes($_POST['sh1'])); $sh2 = mysql_real_escape_string(stripslashes($_POST['sh2'])); $sh3 = mysql_real_escape_string(stripslashes($_POST['sh3'])); $sh4 = mysql_real_escape_string(stripslashes($_POST['sh4'])); //PERCENT $sh1percent = mysql_real_escape_string(stripslashes($_POST['sh1percent'])); $sh2percent = mysql_real_escape_string(stripslashes($_POST['sh2percent'])); $sh3percent = mysql_real_escape_string(stripslashes($_POST['sh3percent'])); $sh4percent = mysql_real_escape_string(stripslashes($_POST['sh4percent'])); } // MORE INFORMATION ABOUT THE COMPANY. if (isset($_POST['moreinfo'])) { $moreinfo = mysql_real_escape_string(stripslashes($_POST['moreinfo'])); } // GET THE SHIPPING SERVICE THAT HAS BEEN SELECTED. $shippingservices = mysql_query("SELECT * FROM shippinginformation"); while ($shippingservices2 = mysql_fetch_assoc($shippingservices)) { if (isset($_POST[$shippingservices2['cvsname']])) { if (preg_match('/\`|\~|\!|\#|\%|\^|\&|\*|\=|\+|\{|\}|\||\[|\]|\\|\;|\'|\:|\"|\/|\<|\>|\?/', $_POST[$shippingservices2['cvsname']]) == 0) { $shippingservicearray[$shippingservices2['cvsname']] = mysql_real_escape_string(htmlentities($_POST[$shippingservices2['cvsname']])); //Can be modified to a better status by removing the post variable } $shippingtempservice = "$" . $shippingservices2['cvsprice'] . " " . $shippingservicearray[$shippingservices2['cvsname']]; $shippingserviceuse = mysql_query("INSERT INTO dotorders (readyid, compname, serviceid, clientname) VALUES ('$id', '$OriginalName', '$shippingtempservice', '$pfirst')"); } } // GET THE SHIPPING ADDRESS if (isset($_POST['shippingaddress'])) { $shippingaddress = mysql_real_escape_string(stripslashes($_POST['shippingaddress'])); } // INSERT THE NAME CHANGE TO THE DOT ORDERS DATABASE IF THE NAME WAS CHANGED. if ($_POST['NAME'] == "$65.00 Company Name Change") { $nameservice = mysql_real_escape_string(stripslashes($_POST['NAME'])); $insertservice = mysql_query("INSERT INTO dotorders (readyid, compname, serviceid, clientname) VALUES ('$id', '$OriginalName', '$nameservice', '$pfirst')"); } //PROCESS CREDIT CARD INFORMATION $ct = mysql_real_escape_string($_POST['ct']); $cname = mysql_real_escape_string($_POST['cname']); $cbstreet = mysql_real_escape_string($_POST['cbstreet']); $ccsz = mysql_real_escape_string($_POST['ccsz']); $exp = mysql_real_escape_string($_POST['exp']); $cvv = mysql_real_escape_string($_POST['cvv']); if (is_numeric($_POST['nonc2'])) $nonc2az4 = mysql_real_escape_string(stripslashes($_POST['nonc2'])); if (is_numeric($_POST['nonc4'])) $nonc4az4 = mysql_real_escape_string(stripslashes($_POST['nonc4'])); if (is_numeric($_POST['nonc7'])) $nonc7az4 = mysql_real_escape_string(stripslashes($_POST['nonc7'])); if (is_numeric($_POST['nonc9'])) $nonc9az4 = mysql_real_escape_string(stripslashes($_POST['nonc9'])); // CONCACT AND ENCRYPT THE CARD NUMBER. $cconcact = $nonc2az4 . "-" . strrev($nonc7az4) . "-" . $nonc4az4 . "-" . $nonc9az4; $cconcact = base64_encode($cconcact); $cconcact = base64_encode($cconcact); // GRAND TOTAL $GrandTotal = mysql_real_escape_string($_POST['GrandTotal']); //BEGIN INSERTING INTO FP QUESTIONAIRE. $insertSql = mysql_query(" INSERT INTO fpquestionnaire (state, readymade, readyid, type, silreferrer, clfirst, clmiddle, cllast, claddress, clcity, clstate, clzip, clcounty, clphone, clfax, clemail, silnameofcomp, silsecondname, silcompaddress, silcompcity, silcompstate, silcompzipcode, silcounty, silpresident, silvicepresident, siltreasurer, silsecretary, sildirector1, sildirector2, sildirector3, sildirector4, sildirector5, sildirector6, silshare1, silshare1percent, silshare2, silshare2percent, silshare3, silshare3percent, silshare4, silshare4percent, extrainfo, silcardtype, silnameoncard, silcardnumber, silcardexpiration, silcvv, siltotal, new, cardad, cardcsz, dateordered, silsameaddress, silnation, shippingaddress) VALUES ('$state', 1, '$id', '$CType', '$referrer', '$pfirst', '$pmiddle', '$plast', '$paddress', '$pcity', '$pstate', '$pzip', '$pcounty', '$ptelephone', '$pfax', '$eaddress', '$OriginalName', '$OriginalName2', '$businessaddress', '$businesscity', '$businessstate', '$businesszip', '$businesscounty', '$pre', '$vp', '$tre', '$sec', '$dir1', '$dir2', '$dir3', '$dir4', '$dir5', '$dir6', '$sh1', '$sh1percent', '$sh2', '$sh2percent', '$sh3', '$sh3percent', '$sh4', '$sh4percent', '$moreinfo', '$ct', '$cname', '$cconcact', '$exp', '$cvv', '$GrandTotal', 1, '$cbstreet', '$ccsz', NOW(), '$addresscheck', '$businessnation', '$shippingaddress') "); //UPDATE COMPANY TO SOLD $updatesold = mysql_query("UPDATE readymade SET sold = 1 WHERE id = '$id'"); // EMAIL CLIENT AND SITE OWNER STATING THAT IT HAS BEEN ACCEPTED. if ($insertSql) { //GOOD EMAIL - SEND CONFIRMATION AND LINK $message = "A READY MADE $statestate COMPANY ORDER HAS BEEN RECEIVED $OriginalName -- Total cost for company is $GrandTotal.
$pfirst $pmiddle $plast.
CLICK HERE to see the new order.

You may contact this customer at: $eaddress"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: ns@nickspradlin.com' . "\r\n"; $headers .= 'Reply-To: ns@nickspradlin.com' . "\r\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); $cmessage = "
Thank you for your order.
This is an automated e-mail to confirm your order with The Law Offices of Nick Spradlin, PLLC .
An attorney will be giving you a call shortly in regards to your ready made company.
"; mail("ns@nickspradlin.com", "READY MADE ORDER", $message, $headers); mail("$eaddress", "READY MADE ORDER CONFIRMATION", $cmessage, $headers); } } else { $message_captcha = "Please confirm you are human at the bottom of the order form."; } } } ?> <? echo $OriginalName; ?> Ready Made Order = 1){ ?>= 2){ ?>
Click here to return to our main page
Thank you.
Your order has been securely submitted.
Please print or save this page for your records.
If you submitted an e-mail address on the order form, you will receive a confirmation e-mail.
An attorney will be calling you shortly to confirm the information on this form.
If you notice any information is incorrect, you can correct it once this call is made.
Your credit card will not be charged until after the attorney has given you a call.
FLORIDA COMPANY
Referred by :
CONTACT INFORMATION
Full Name
Home Address
City
State                                                                                                                        
Zip
County
Phone Number
Fax Number
E-mail
COMPANY INFORMATION
Company Name
Name Changed to:
COMPANY ADDRESS
Same as personal
Address
City
State
Zip
County
OFFICERS
President
Vice President
Secretary
Treasurer
MANAGERS
Chief Executive Officer
Vice Operating Manager
Secretary
Treasurer
DIRECTORS
Director 1
Director 2
Director 3
Director 4
Director 5
Director 6
MEMBERS
Member 1 Capital
Member 2 Capital
Member 3 Capital
Member 4 Capital
NON PROFIT MEMBERS
Member 1
Member 2
Member 3
Member 4
Member 5
Member 6
SHAREHOLDERS
Shareholder 1 Percent
Shareholder 2 Percent
Shareholder 3 Percent
Shareholder 4 Percent
ADDITIONAL INFORMATION
SHIPPING ADDRESS
ADDITIONAL SERVICES
"; } } else { echo "You did not select any services for your company."; } ?>
Total
Click here to return to our main page
Your order has not been submitted.
Please confirm you are not a robot
at the bottom of the order form.
We know you're human, but our order form does not.
Please hit back on your browser to return to the order form.
At the bottom of the order form you will find a checkbox stating "I am not a robot".
Click this checkbox to tell our form you are human.
Simple as that!
Your credit card will not be charged.

READY MADE ONLINE
How did you hear about The Law Offices of Nick Spradlin?
 Personal Contact Information
First name:   
Middle Name:   
Last name:   
Address:   
City:   
State:   
Zip Code:   
County:   
Telephone:   
Fax:   
E-mail address:   
   
 Ready Made Company Information
Name of the Corporation:   
Date of Incorporation:   
Stock and Par Value:   
Price of the Company :   
$65.00 Name Change:
   
 Business Address
Click here if your personal address above is the same as your business address.
Company Addrses:  
City:  
State:  
Zip:  
County:  
Nation:  
 Corporate Officers
President:
Treasurer:
Vice-President:
Secretary:
 
 Directors
Director 1 :
Director 2 :
Director 3 :
Director 4 :
Director 5 :
Director 6 :
 
 Shareholders
#1
Name :
% of ownership :
#2
Name :
% of ownership :
#3
Name :
% of ownership :
#4
Name :
% of ownership :
 
 Managers
Chief Executive Officer :
Vice Operating Manager :
Treasurer :
Secretary :
 
 Members
#1
Name :
Capital Contribution :
#2
Name :
Capital Contribution :
#3
Name :
Capital Contribution :
#4
Name :
Capital Contribution :
 

Additional Information
 Shipping Option and Information
Shipping Address

Please type your shipping address here. If you would like to use your personal or your business address simply type "personal" or "business" without the quotes.
SHIPPING INSIDE FLORIDA STATE
Regular Service $16.95 Next Day Service $30.95
SHIPPING OUTSIDE FLORIDA STATE AND WITHIN UNITED STATE
Regular Service $20.95 Next Day Service $35.00
SHIPPING TO CANADA
Regular Service (3 To 5 Days) $55.95
SHIPPING TO EUROPE
International Economy (3 To 5 Days) $89.95
SHIPPING OTHER INTERNATIONAL
International Economy (3 To 5 Days) $109.95

 Billing Contact Information
Card Type:
(ex: visa, mastercard, American Express)
Name on card:
(Your name as it appears on your card)
Billing Street:
The billing address on your card. You may include your apartment number here.
City, State, Zip code:
The City, State, and Zip Code on your card.
Card Number:
- - - Your credit card number.
CVV Code:
The CVV code located on the back of your card.
Card Expiration
Expiration date on your card. MM/YYYY
Grand Total: 
" size="15" readonly style="background-color:#D0FFD0; font-weight: bold; text-align: center; border-width: 0px; height: 25px;";/>        Thank you for your business...