<%@ page import="java.sql.*" %> <%@ page import="java.util.*" %> <%@ page import="com.assorted.affiliate.data.*" %> <%@ page import="com.assorted.affiliate.display.*" %> AssortedInternet.com - Purchase your Web Hosting Plan <%@ include file="/ssi/header.html" %>

Purchase your Web Hosting Plan

Below you will see a summary of the dedicated server you have selected.

<% // ---------------------------------------------------------------- // Use the HostingPlanDisplay class to render the information // about the various Economy Plans: // ---------------------------------------------------------------- HostingPlanDisplay hostingPlanDisplay = new HostingPlanDisplay(); // ---------------------------------------------------------------- // Display Information about the Plan they are ordering: // ---------------------------------------------------------------- int planID = (new Integer(request.getParameter("PLAN_ID"))).intValue(); hostingPlanDisplay.hostingPlanID = planID; out.println(hostingPlanDisplay.display_plan_and_description_only()); %>

» Step 1: Signup Information

Your Full Name:
Your Email Address:

(PLEASE BE SURE that your email address is correct. Your account information will be sent to this address.)

Special Instructions:

(Please let us know if you have any special needs or requests.)

Have you read and agreed to our Usage Policy? Yes
 
When you click the "Place Your Order" button below, you will be taken to our 3rd Party Payment Agent. Here you will complete the payment process for your new account. Payment can be made using any Major Credit Card.

Setup Fees:
Setup fees, if listed for your order above are NON-REFUNDABLE. The ONLY exception to this rule is in the case of "Express Setup". Any additional Fees paid for express setup will be refunded if we cannot setup your new server in the timeframe specified.

Fraud Protection Measures:
Your IP address is being logged. All Payments for Dedicated Servers will be verified by phone. We reserve the right to verify your identity with a Government issued photo ID card.

<%@ include file="/ssi/footer.html" %>