if (!ini_get('register_globals')) { $superglobales = array($_SERVER, $_ENV, $_FILES, $_COOKIE, $_POST, $_GET); if (isset($_SESSION)) { array_unshift($superglobales, $_SESSION); } foreach ($superglobales as $superglobal) { extract($superglobal, EXTR_SKIP); } } $costo_alta = "GRATIS"; switch($plan) { case "basico": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "27"; break; case "12": $tipo_muestra = "anual"; $costo_final = "96"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Basico Linux 35MB"; break; case "lite": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "42"; break; case "12": $tipo_muestra = "anual"; $costo_final = "144"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Lite Linux 75MB"; break; case "heavy": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "51"; break; case "12": $tipo_muestra = "anual"; $costo_final = "168"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Heavy Linux 150MB"; break; case "deluxe": switch($tipo){ case "3": $tipo_muestra = "trimestral"; $costo_final = "66"; break; case "12": $tipo_muestra = "anual"; $costo_final = "192"; $costo_alta = "GRATIS"; break; default: header("Location: index.html"); exit; break; } $plan_muestra = "Deluxe Linux 300MB"; break; default: header("Location: index.html"); exit; break; } ?>
|
|
Inicio Adnplanet Hosting Web Hosting Linux
|
|